/*服务协议样式表*/
.service_clause_box{
    margin-top:10px;
    padding:15px;
    box-sizing: border-box;
    font: normal 14px 宋体;
    line-height: 30px;
    border-top: 2px solid #00A0E8;
    background:#fff;
}
.service_clause_box .platform_service_title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin:15px 0 30px 0;
    font-size: 24px;
    font-weight: 700;
    line-height:24px;
    color:#333333;
    text-indent: inherit;
}
.service_clause_box .platform_service_title::before{
    content:'';
    display: inline-block;
    width:65px;
    height:2px;
    margin-right: 25px;
    background:url('../images/platform_service_line.png');
}
.service_clause_box .platform_service_title::after{
    content:'';
    display: inline-block;
    width:65px;
    height:2px;
    margin-left:25px;
    transform: rotate(180deg);
    background:url('../images/platform_service_line.png');
}

.service_clause_box .platform_service_hint{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height:24px;
    color:#666666;
}
.service_clause_box .platform_service_hint span{
    display: inline-flex;
    align-items: center;
    text-indent: 0px;
}
.service_clause_box .platform_service_hint span:not(:last-child)::after{
    content:'';
    display: inline-block;
    width:1px;
    height:15px;
    margin:0 20px;
    background:#666666;
}


.clause_title{
    font-size: 18px;
    text-align: center;
    line-height: 80px;
    color:#444;
}
.service_clause_box p{
    line-height: 30px;
    color: #666;
    font-size: 14px;
    text-indent: 2em;
}
.clause_bold{
    font-weight: bold;
}
.clause_ul li{
    margin-left: 2em;
    font-size: 14px;
    color:#666;
}

/*入驻协议样式表*/
.service_xieyi{
    padding:15px 25px;
}
.service_title{
    color:#333;
}
.service_xieyi p{
    line-height: 26px!important;
    font-size: 12px!important;
    margin-top: 13px;
}
.service_clause_box .text-indent{
    text-indent: 0;
    color: rgb(255, 0, 0);
}


/*-------------------------- 认证服务样式-start -----------------------------*/
.platform_title{
    font-size: 20px;
    color: #666;
    position: relative;
}
.platform_title::before{
    content: '';
    display: inline-block;
    width: 1px;
    height: 30px;
    background: #ddd;
    position: absolute;
    left: -12px;
    top: -1px;
}
/* tab */
.certification_tab_container{
    height:55px;
    background:#FFFFFF;
}
.certification_tab_container .certification_tab_width{
    width: 1500px;
    height: 55px;
    margin: 0 auto;
    box-sizing: border-box;
}
.certification_tab_container .certification_tab_item{
    display: inline-block;
    padding:0 20px;
    margin-right:20px;
    font-size:14px;
    line-height:55px;
    color:#666666 !important;
}
.certification_tab_container .certification_tab_item.active{
    color:#0070BC !important;
    border-bottom:1px solid #0070BC;
}
/* 首页 */
.certification_index_banner{
    width:100%;
    height:355px;
    min-width: 1500px;
    position: relative;
    background:url('../images/certification_index_banner.png') no-repeat center;
}
.certification_con_title{
    display: flex;
    align-items: center;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 37px;
    color: #333333;
    position: relative;
}
.certification_con_title::before,
.certification_con_title::after{
    content: '';
    display: inline-block;
    width: 492px;
    height: 1px;
    margin-right: 24px;
    background: url(../images/certification_dashed.png) no-repeat center / cover;
}
.certification_con_title::after{
    transform: rotate(180deg);
    margin-left: 24px;
    margin-right: 0;
    position: relative;
    top: 5px;
}
.certification_con_mintitle{
    margin-top:5px;
    text-align: center;
}
.certification_business_container{
    width: 1200px;
    margin: 84px auto 54px auto;
}
.certification_business_list{
    display: flex;
    padding: 0 15px;
    margin-top: 36px;
}
.certification_business_list .certification_business_item{
    display: inline-block;
    min-width: 135px;
    font-size:14px;
    text-align: center;
    color:#777777;
}
.certification_business_list .certification_business_item:not(:last-child){
    margin-right:208px;
}
.certification_business_item .business_item_icon{
    display: block;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 35px;
    box-shadow: 0 0 30px -8px rgba(22, 52, 80, 0.15);
    background: #FFFFFF;
    position: relative;
}
.certification_business_list .certification_business_item:hover .business_item_icon{
    background:#1D93FF;
}
.business_item_icon::before{
    content:'';
    display: inline-block;
    position: absolute;
    left: 0;
    right:0;
    bottom:0;
    top:0;
    margin:auto;
}
.business_item_icon.zzrz_icon::before{
    width:58px;
    height:71px;
    background:url('../images/certification_zzrz_icon.png') no-repeat center/cover;
}
.certification_business_list .certification_business_item:hover .business_item_icon.zzrz_icon::before{
    background:url('../images/certification_zzrz_hover.png') no-repeat center/cover;
}
.business_item_icon.cphc_icon::before{
    width:65px;
    height:63px;
    background:url('../images/certification_cphc_icon.png') no-repeat center/cover;
}
.certification_business_list .certification_business_item:hover .business_item_icon.cphc_icon::before{
    background:url('../images/certification_cphc_hover.png') no-repeat center/cover;
}
.business_item_icon.qysfrz_icon::before{
    width:76px;
    height:48px;
    background:url('../images/certification_qysfrz_icon.png') no-repeat center/cover;
    left:8px;
}
.certification_business_list .certification_business_item:hover .business_item_icon.qysfrz_icon::before{
    background:url('../images/certification_qysfrz_hover.png') no-repeat center/cover;
}
.business_item_icon.qymcrz_icon::before{
    width:77px;
    height:49px;
    background:url('../images/certification_qymcrz_icon.png') no-repeat center/cover;
    left:8px;
}
.certification_business_list .certification_business_item:hover .business_item_icon.qymcrz_icon::before{
    background:url('../images/certification_qymcrz_hover.png') no-repeat center/cover;
}
.certification_business_list .certification_business_item:hover .business_item_title{
    color:#1D93FF;
}
.certification_business_item .business_item_title{
    margin-bottom:10px;
    font-size:18px;
    line-height:24px;
    color:#333333;
}
.certification_business_item .business_item_text{
    margin-bottom:5px;
    line-height:18px;
}
.certification_rzcp_container{
    height:126px;
    box-sizing: border-box;
    padding:30px 0;
    background:#E8E8E8;
}
.certification_rzcp_container .rzcp_container_warp{
    width:1200px;
    margin:0 auto;
}
.certification_rzcp_container .certification_con_title::before,
.certification_rzcp_container .certification_con_title::after{
    width: 450px;
    background-size: 130% 100%;
}

.certification_container_hint{
    display: flex;
    align-items: center;
    margin:41px 0 0 138px;
}
.certification_container_hint .certification_hint_left{
    display: inline-block;
    height: 84px;
    width: 120px;
    margin-right:20px;
    box-sizing: border-box;
    padding: 0 20px;
    border-right: 1px solid #DDDDDD;
    font-size: 18px;
    font-weight: bold;
    color: #444444;
}
.certification_container_hint .certification_hint_left .zzrz_hint_img{
    display: block;
    width:46px;
    height:48px;
    margin:0 auto 5px auto;
    background:url('../images/certification_zzrz_min.png')no-repeat center/cover;
}
.certification_container_hint .certification_hint_left .qysfrz_hint_img{
    display: block;
    width:81px;
    height:51px;
    margin:0 auto 5px auto;
    background:url('../images/certification_qysfrz_min.png')no-repeat center/cover;
}
.certification_container_hint .certification_hint_right{
    font-size:14px;
    color:#777777;
}
.certification_container_hint .certification_hint_right .certification_hint_title{
    display: flex;
    align-items: center;
    font-size:16px;
    color:#222222;
}
.certification_hint_title .certification_hint_start{
    display: inline-block;
    width:85px;
    height:17px;
    margin-left: 8px;
    background:url('../images/certification_start.png') no-repeat top/cover;
}
.certification_zzrz_container{
    height:883px;
    position: relative;
    background:#F6F8FA;
}
.certification_zzrz_detail{
    width: 1428px;
    height: 570px;
    margin: 127px 0 0 auto;
    background: url(../images/certification_zzrz_bg.png) no-repeat;
    position: relative;
}
.certification_zzrz_detail .zzrz_detail_radio{
    display: inline-block;
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    padding: 16px 12px 0;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
}
.certification_zzrz_detail .zzrz_detail_radio i{
    font-size: 14px !important;
    line-height: unset;
}
.certification_zzrz_detail .zzrz_detail_radio.shop_radio{
    border: 4px solid #F8C5C6;
    background: #F52828;
    left: 285px;
    top: -48px;
}
.certification_zzrz_detail .zzrz_detail_radio.shop_radio::before{
    content: '';
    display: inline-block;
    height: 125px;
    width: 1px;
    box-sizing: border-box;
    border-right: 1px dashed #FA4545;
    position: absolute;
    left: 0;
    right: 0;
    top: 90px;
    margin: auto;
}
.certification_zzrz_detail .zzrz_detail_radio.shop_radio .radio_icon{
    position: absolute;
    bottom: -150px;
    left: 34px;
}
.certification_zzrz_detail .zzrz_detail_radio.shop_radio .radio_icon::before{
    content: '';
    display: inline-block;
    width: 11px;
    height:11px;
    border-radius: 50%;
    background: rgba(250, 68, 68, 1);
    position: absolute;
    top: -5px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.certification_zzrz_detail .zzrz_detail_radio.shop_radio .radio_icon::after{
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 6px solid rgba(250, 69, 69, 0.4);
}
.certification_zzrz_detail .zzrz_detail_radio.certification_radio{
    border: 4px solid #ADD2F5;
    background: #0070BC;
    padding-top:25px;
    left: 574px;
    top: -75px;
}
.certification_zzrz_detail .zzrz_detail_radio.certification_radio::before{
    content: '';
    display: inline-block;
    height: 75px;
    width: 1px;
    box-sizing: border-box;
    border-right: 1px dashed #0070BC;
    position: absolute;
    left: 0;
    right: 0;
    top: 90px;
    margin: auto;
}
.certification_zzrz_detail .zzrz_detail_radio.certification_radio .radio_icon{
    position: absolute;
    bottom: -95px;
    left: 34px;
}
.certification_zzrz_detail .zzrz_detail_radio.certification_radio .radio_icon::before{
    content: '';
    display: inline-block;
    width: 11px;
    height:11px;
    border-radius: 50%;
    background: rgba(0, 112, 188, 1);
    position: absolute;
    top: -5px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.certification_zzrz_detail .zzrz_detail_radio.certification_radio .radio_icon::after{
    content: '';
    display: inline-block;
    width:23px;
    height:23px;
    box-sizing: border-box;
    border-radius: 50%;
    border:6px solid rgba(0, 120, 232, 0.3);
}
.certification_zzrz_detail .zzrz_detail_radio.attestation_radio{
    display: inline-flex;
    flex-direction: column;
    border: 4px solid #F9C9AF;
    background: #FF5A00;
    padding: 23px 0;
    left: 1056px;
    top: 0px;
}
.certification_zzrz_detail .zzrz_detail_radio.attestation_radio::before{
    content: '';
    display: inline-block;
    height: 250px;
    width: 1px;
    box-sizing: border-box;
    border-right: 1px dashed #FF5A00;
    position: absolute;
    left: 0;
    right: 0;
    top: 90px;
    margin: auto;
}
.certification_zzrz_detail .zzrz_detail_radio.attestation_radio .radio_icon{
    position: absolute;
    bottom: -266px;
    left: 35px;
}
.certification_zzrz_detail .zzrz_detail_radio.attestation_radio .radio_icon::before{
    content: '';
    display: inline-block;
    width: 11px;
    height:11px;
    border-radius: 50%;
    background: rgba(255, 90, 0, 1);
    position: absolute;
    top: -5px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.certification_zzrz_detail .zzrz_detail_radio.attestation_radio .radio_icon::after{
    content: '';
    display: inline-block;
    width:23px;
    height:23px;
    box-sizing: border-box;
    border-radius: 50%;
    border:6px solid rgba(255, 90, 0, 0.3);
}
.certification_qysfrz_container{
    height: 645px;
    overflow: hidden;
    position: relative;
    background: rgba(0, 0, 0, 0.15);
}
.certification_qysfrz_container::before{
    content: '';
    display: inline-block;
    width: 100%;
    height: 686px;
    background: url(../images/certification_qyrz_bg3.png) no-repeat top / 100% 165%;
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: -82px;
}
.certification_qysfrz_container .certification_container_hint{
    margin-top:60px;
}
.certification_qysfrz_container .certification_container_hint .certification_hint_left{
    width: 150px;
    border-right: 1px solid #B2B2B2;
}
.certification_qysfrz_detail{
    width: 1045px;
    height: 322px;
    margin: 124px auto 0px 395px;
    background: url(../images/certification_qyrz_bg.png) no-repeat;
    position: relative;
    z-index: 100;
}
.certification_qysfrz_detail .qysfrz_detail_one{
    position: absolute;
    left: -230px;
    bottom: 70px;
}
.certification_qysfrz_detail .qysfrz_detail_two{
    position: absolute;
    left: -215px;
    bottom: 265px;
}

/* 其他页 */
.certification_page_banner{
    width:100%;
    height:216px;
    min-width: 1500px;
    position: relative;
}
.certification_page_banner.ycrz_banner{
    background:url('../images/certification_ycrz_banner.png') no-repeat center;
}
.certification_page_banner.dlrz_banner{
    background:url('../images/certification_dlrz_banner.png') no-repeat center;
}
.certification_page_banner.farz_banner{
    background:url('../images/certification_farz_banner.png') no-repeat center;
}
.certification_page_banner.iccp_banner{
    background:url('../images/certification_iccp_banner.png') no-repeat center;
}
.certification_page_banner.sscp_banner{
    background:url('../images/certification_sscp_banner.png') no-repeat center;
}

.service_overview_line{
    height:212px;
    border:2px solid #ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.service_attestation_line{
    margin-top:20px;
    padding-bottom: 30px;
    background:#fff;
}
.service_attestation_line .text_in10{
    text-indent: 10px;
}
.service_attestation_line .text_in20{
    text-indent: 20px;
}
.service_attestation_title{
    display: flex;
    align-items: center;
    margin-bottom:15px;
    padding-top:30px;
    font-size: 20px;
    font-weight: bold;
    line-height:24px;
    color:#333333;
    position: relative;
}
.service_attestation_title::before{
    content:'';
    display: inline-block;
    width:6px;
    height:25px;
    margin-right:25px;
}
.service_attestation_text{
    padding:0 50px 0 30px;
    font-size: 14px;
    line-height:24px;
    color:#333333;
}
.attestation_text_title{
    margin-top:15px;
    font-weight: bold;
}
.attestation_text_bold{
    font-weight: bold;
    color:#333333;
}
.attestation_text_price{
    font-size:24px !important;
    font-weight: bold;
    color:#0070BC;
}
.attestation_text_unit{
    color:#0070BC;
}
/* 原厂认证颜色 */
.original_certification_item .service_overview_line{
    background: linear-gradient(to bottom, #EBF7FF -30%, #ffffff 50%);
}
.original_certification_item .service_attestation_title::before{
    background:#269E3E;
}
.original_certification_item .attestation_text_title{
    color:#1E823F;
}

/* 代理认证颜色 */
.agency_certificatio_item .service_overview_line{
    background: linear-gradient(to bottom, #EBFBFF -30%, #ffffff 50%);
}
.agency_certificatio_item .service_attestation_title::before{
    background:#6DA21E;
}
.agency_certificatio_item .attestation_text_title{
    color:#6DA21E;
}

/* 方案认证颜色 */
.scheme_certification_item .service_overview_line{
    background: linear-gradient(to bottom, #EBF4FF -30%, #ffffff 50%);
}
.scheme_certification_item .service_attestation_title::before{
    background:#4B8CEF;
}
.scheme_certification_item .attestation_text_title{
    color:#235EC8;
}

/* iccp认证颜色 */
.iccp_certification_item .service_overview_line{
    background: linear-gradient(to bottom, #FEF4F4 -30%, #ffffff 50%);
}
.iccp_certification_item .service_attestation_title::before{
    background:#FF4548;
}
.iccp_certification_item .attestation_text_title{
    color:#FF4548;
}
.iccp_flow_box{
    width:1390px;
    height:415px;
    margin:10px 0;
    padding:25px;
    box-sizing: border-box;
    border-radius: 5px;
    border:1px solid #DDDDDD;
}
.iccp_flow_box .iccp_flow_item{
    padding:10px 40px 10px 30px;
    border-radius: 5px;
    font-size:13px;
    color:#444444;
    line-height:22px;
    background:#F5F5F5;
    position: relative;
}
.iccp_flow_box .iccp_flow_item .iccp_flow_index{
    display: inline-block;
    width:24px;
    height:24px;
    border-radius: 50%;
    box-sizing: border-box;
    border:1px solid #FF97A6;
    font-size:13px;
    font-weight: bold;
    text-align: center;
    line-height:24px;
    color:#FF4548;
    background:#FFEDEF;
    position: absolute;
    left:-12px;
    bottom:0;
    top:0;
    margin:auto;
}
.iccp_flow_box .iccp_flow_line{
    display: inline-block;
    width: 23px;
    height: 23px;
    margin: 3px;
    background:url('../images/iccp_flow_bg.png') no-repeat;
}

/* sscp认证颜色 */
.sscp_certification_item .service_overview_line{
    background: linear-gradient(to bottom, #FBF7F0 -30%, #ffffff 50%);
}
.sscp_certification_item .service_attestation_title::before{
    background:#F08B0E;
}
.sscp_certification_item .attestation_text_title{
    color:#E26A13;
}

/*-------------------------- 认证服务样式-end -----------------------------*/



/* 创新优选撮合电商平台服务协议新样式-start */
.platform_service_agreement{
    margin-top: 50px;
    margin-bottom: 56px;
    padding: 15px 50px 50px;
    box-sizing: border-box;
    line-height: 30px;
    background: #fff;
}
.platform_service_agreement .platform_service_title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin:15px 0 30px 0;
    font-size: 24px;
    font-weight: 700;
    line-height:24px;
    color:#333333;
}
.platform_service_agreement .platform_service_title::before{
    content:'';
    display: inline-block;
    width:65px;
    height:2px;
    margin-right: 25px;
    background:url('../images/platform_service_line.png');
}
.platform_service_agreement .platform_service_title::after{
    content:'';
    display: inline-block;
    width:65px;
    height:2px;
    margin-left:25px;
    transform: rotate(180deg);
    background:url('../images/platform_service_line.png');
}
.platform_service_agreement .platform_service_hint{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height:24px;
    color:#666666;
}
.platform_service_agreement .platform_service_hint span{
    display: inline-flex;
    align-items: center;
    text-indent: 0px;
}
.platform_service_agreement .platform_service_hint span:not(:last-child)::after{
    content:'';
    display: inline-block;
    width:1px;
    height:15px;
    margin:0 20px;
    background:#666666;
}
.platform_service_agreement .service_title_item{
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom:10px;
    font-size: 18px;
    line-height:24px;
    font-weight: bold;
    color:#333333;
}
.platform_service_agreement .service_title_item::before{
    content:'';
    display: inline-block;
    width:6px;
    height:25px;
    margin-right:25px;
    background:#4B8CEF;
}
.platform_service_agreement .service_text_item{
    display: flex;
    padding-left: 30px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
}
.platform_service_agreement .service_text_item.mar-b15{
    margin-bottom:15px !important;
}
.platform_service_agreement .service_text_item span:not(.service_text_b){
    font-weight: bold;
    color:#235EC8;
}
.platform_service_agreement .service_text_item b{
    font-weight: bold;
}
.platform_service_agreement .text_more_item{
    display: flex;
    padding-left:36px;
    font-size: 13px;
    line-height:26px;
    color:#555555;
}
.platform_service_agreement .text_more_item span{
    color:#235EC8;
}






/* 创新优选撮合电商平台服务协议新样式-end */