/* 商业仓库免责申明 组件仓库免责声明 */
.article-banner{
    height: 60.3rem!important;
    background: #F7F9FA;
}
.article-banner .banner-img{
    height: 60.3rem!important;
    object-fit: cover!important;
}
.disclaimer-container{
    padding: 7.3rem 15.1rem 12rem 17.1rem;
    background-color: var(--bg-color-3);
}
.jump-link{
    padding-left: 7.5rem;
    line-height: 3.4rem;
}
.jump-link a{
    display: inline-block;
    padding-right: 4.4rem;
    font-family: "SourceHanSansCN-Regular"; 
    font-size: 1.8rem;
    color: #626262;
    position: relative;
}
.jump-link a:hover{
    color: rgba(29, 29, 31, 0.95);
    font-weight: bold;
    text-decoration: underline
}
.jump-link a::after{
    display: block;
    content: "";
    width: 1.7rem;
    height: 1.7rem;
    background: url('../../images/eco/icon_link.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 9.2rem;
    top: 50%;
    margin-top: -0.85rem;
}
.jump-link a:last-child::after{
    background: none;
    content: "";
}
.jump-link h3{
    font-family: "SourceHanSansCN-Bold";
    font-size: 5.2rem;
    line-height: 7.6rem;
    margin-top: 6.6rem;
}
.doc-content{
    box-sizing: border-box;
    padding: 4.2rem 7.6rem 8.2rem 7.6rem;
    width: 100%;
    border-radius: 2.4rem;
    background-color: var( --bg-color-1);
    margin-top: 4rem;
}
.doc-content ul li{
    display: flex;
    list-style: none;
    line-height: 3.4rem;
    margin-top: 4rem;
    padding-left: 2rem;
}
.doc-content ul li span{
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: var(--text-color-4);
    margin-right: 1rem;
    margin-top: 1.2rem;
}
.doc-content ul li label{
    flex: 1;
    font-family: "SourceHanSansCN-Regular";
    font-size: 2rem;
}
/* .doc-content ul li::before{
    display: inline-block;
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: var(--text-color-4);
    position: absolute;
    left: 0rem;
    top: 50%;
    margin-top: -0.5rem;
} */
.agree-check-cont{
    margin-top: 11.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.agree-check-cont p{
    font-family: "SourceHanSansCN-Regular";
    font-size: 2rem;
    line-height: 3.2rem;
    color: var(--text-color-4);
}
.agree-check-cont p a{
    color:#DE0515;
}
.agree-check-cont .checked-cont{
    display: flex;
    align-items: center;
    margin-top: 2.2rem;
}
.checked-cont .el-checkbox{
    margin-right: 1.2rem!important;
}
.checked-cont  .el-checkbox .el-checkbox__inner{
    width: 2rem!important;
    height: 2rem!important;
}
.checked-cont  .el-checkbox .el-checkbox__inner:hover{
    border-color: #DCDFE6;
}
.checked-cont .el-checkbox .is-focus .el-checkbox__inner{
    border-color: #DE0515!important;
}
.checked-cont .el-checkbox .is-checked .el-checkbox__inner{
    width: 2rem!important;
    height: 2rem!important;
    background: url('../../images/eco/icon_checked.png') no-repeat;
    background-size: cover;
    border-color: #DE0515;
    /* background-color: #DE0515;
    border-color: #DE0515; */
}
.checked-cont .el-checkbox .is-checked .el-checkbox__inner::after{
    -webkit-transform: rotate(45deg) scaleY(0);
    transform: rotate(45deg) scaleY(0);
}
.agree-check-cont .link-btn{
    text-align: center;
    display: block;
    font-family: "SourceHanSansCN-Regular";
    font-size: 2.4rem;
    width: 47.4rem;
    height: 6rem;
    line-height: 6rem;
    margin-top: 5.5rem;
    border-radius: 3rem;
    color: var(--text-color-4);
    border: 1px solid var(--text-color-4);
    cursor: pointer;
}
.agree-check-cont .link-btn:hover{
    background-color: var(--red-primary);
    border-color: var(--red-primary);
    color: var(--white-primary);
}
.el-message .el-message__icon::before{
    font-size: 2.3rem!important;
}
.el-message .el-message__content{
    font-size: 2rem!important;
}

/* 媒体查询
 */
@media screen and (max-width: 768px) {
    .article-banner{
        height: 11rem!important;
    }
    .article-banner .banner-img{
        height: 11rem!important;
        object-fit: contain!important;
    }
    .banner-title p{
        margin-right: 9rem;
        font-size: 0.6rem!important;
    }
    .disclaimer-container{     
        padding: 2rem 1rem;
    }
    .jump-link{
        padding-left: 1rem;
        line-height: 1.4rem;
    }
    .jump-link a{
        padding-right: 1rem;
        font-size: 0.55rem;
    }
    .jump-link a::after{
        width: 0.85rem;
        height: 1.4rem;
        left: 2.6rem;
        top: 50%;
        margin-top: -0.7rem;
    }
    .jump-link h3{
        font-size: 1rem;
        line-height: 1.5rem;
        margin-top: 0.6rem;
    }
    .doc-content{
        padding: 1rem;
        border-radius: 0.8rem;
        margin-top: 1rem;
    }
    .doc-content ul li{
        font-size: 0.6rem;
        line-height: 1.5rem;
        margin-top: 1rem;
        padding-left: 0.8rem;
    }
    .doc-content ul li::before{
        width: 0.4rem;
        height: 0.4rem;
        left: 0rem;
        top: 50%;
        margin-top: -0.2rem;
    }
    .agree-check-cont{
        margin-top: 2.5rem;
    }
    .agree-check-cont p{
        font-size: 0.6rem;
        line-height: 1.2rem;
    }
    .agree-check-cont .checked-cont{
        margin-top: 1rem;
    }
    .checked-cont .el-checkbox{
        margin-right: 0.5rem!important;
    }
    .agree-check-cont .link-btn{
        font-size: 0.85rem;
        width: 10rem;
        height: 2rem;
        line-height: 2rem;
        margin-top: 1rem;
        border-radius: 1rem;
    }
}