/* ===================供应商入住申请-公用头部strat=================== */
.top_dh_find{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
}
.check_home_navigation{
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    top: 35px;
    box-shadow: 0 4px 15px 0 rgba(114,165,201,15%);
    z-index: 10;
}

.check_home{
    background: #fff;
    width: 100%;
    margin-top: -99px;
}
/* 头部公用样式 */
.check_home_dh{
    background: #fff;
    height: 100px;
    border-bottom: 2px solid #00A0E8;
}
.check_home_dh .check_home_dhcom{
   height: 100%;
    z-index: 9;
    position: relative;
    
}
.check_home_dh .home_common_left{
    display: flex;
    align-items: center;
}
.check_home_dh .home_common_left span{
    font-size: 20px;
    line-height: 24px;
    position: relative;
    margin-left: 40px;
    color: #333333;
}
.check_home_dh .home_common_left span::before{
    position: absolute;
    content: '';
    width: 1px;
    height: 31px;
    background: #ddd;
    left: -20px;
    top: -3px;
}
.check_home_dh .home_common_right a{
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-right: 45px;
}
.check_home_dh .home_common_right a:last-child{
    margin-right: 0;
}
.check_home_dh .home_common_right a:hover,
.check_home_dh .home_common_right a.active{
    color: #00A0E8;
    border-bottom: 1px solid #00A0E8;
    padding-bottom: 5px;
}


/* ===================供应商入住申请-首页strat=================== */


/* =======banner======= */
.check_home_banner{
    width: 100%;
    position: relative;
    background: url(../../css/images/new_img_1.png) no-repeat top center;
    background-size: 100% 100%;
    height: 620px;
}

.check_home_banner_text{
    padding-left: 30px;
    padding-top: 170px;

}
.check_home_banner_text h1{
    font-size: 34px;
    color: #333;
    font-weight: 700;
    margin-bottom: 45px;
}
.check_home_banner_text p{
    position: relative;
    padding-left: 50px;
    color: #666666;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 20px;

}
.check_home_banner_text p::after{
    position: absolute;
    left: 30px;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1D7EF7;
    top: 12px;
}

/* 申请加入- 按钮 */
.apply_join{
    background:linear-gradient(to bottom,#F7FDFF,#ffffff);
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
}
.apply_join .apply_join_text{
    font-size: 20px;
    color: #1D7EF7;
    margin-right: 117px;
}
.apply_join .add_apply_btn{
    background: linear-gradient(to right,#FFA67A,#FF282A);
    border-radius: 5px;
    line-height: 41px;
    height: 41px;
    text-align: center;
    width: 136px;
    display: inline-flex;
    margin-left: 117px;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}
.apply_join .add_apply_btn .iconfont{
    font-size: 27px;
}
.apply_join .add_apply_btn:hover{
    color: #fff;
}

/* 我们的核心优势 */
.core_advantage{
    background: #EDF9FF;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 140px;
}
.protection_container_safeguard{
    width:1200px;
    margin:0 auto;
}
.protection_container_safeguard .protection_safeguard_item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height:330px;
    position: relative;
}
.protection_container_safeguard .protection_safeguard_item:not(:first-child){
    margin-top:120px;
}
.protection_safeguard_item .protection_safeguard_hint{
    height: 216px;
    margin: 88px 10px;
    box-sizing: content-box;
    align-items: center;
    display: flex;
    padding: 42px;
    position: relative;
    transition: all .3s;
    width: -moz-fit-content;
    width: fit-content;
}
.protection_safeguard_item .protection_safeguard_hint:hover{
    box-shadow: 0 12px 25px 0px rgba(185, 185, 185, 0.3);
    background:#ffffff;
    transition: all .3s;
    margin: 8px 0;
    padding: 52px;
}
.protection_safeguard_item .protection_safeguard_hint::before{
    content:'';
    display: inline-block;
    width:24px;
    height:24px;
    box-sizing: border-box;
    border-top:5px solid #FE5651;
    border-left: 5px solid #FE5651;
    position: absolute;
    top:0;
    left:0;
}
.protection_safeguard_item .protection_safeguard_hint::after{
    content:'';
    display: inline-block;
    width:24px;
    height:24px;
    box-sizing: border-box;
    border-bottom:5px solid #FE5651;
    border-right: 5px solid #FE5651;
    position: absolute;
    bottom:0;
    right:0;
}

.protection_safeguard_hint .safeguard_hint_title{
    font-size:26px;
    font-weight: bold;
    background: -webkit-linear-gradient(top, #FFA67A, #FF282A);
    -webkit-background-clip: text;
    color: transparent;
    background-clip: text;
    margin-bottom: 20px;
}
.protection_safeguard_hint .safeguard_hint_text{
    width: 445px;
    box-sizing: border-box;
    margin-top: 7px;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    position: relative;
    padding-left: 20px;
}
.protection_safeguard_hint .safeguard_hint_text::after{
    width: 7px;
    height: 7px;
    background: #CCCCCC;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
}
.protection_safeguard_hint:first-child .safeguard_hint_text{
    padding-left: 0!important;
}
.protection_safeguard_hint:first-child .safeguard_hint_text::after{
    width: 0px;
    height: 0px;
}
.protection_safeguard_hint .safeguard_hint_more{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 124px;
    height: 32px;
    margin-top: 30px;
    padding-left: 7px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    font-size: 14px;
    line-height: 32px;
    color: #666666;
    cursor: pointer;
}
.protection_safeguard_hint .safeguard_hint_more .iconfont{
    margin-left: 10px;
    display: inline-block;
    font-size: 16px !important;
    transform: rotate(90deg);
}


/* 合作 */
.coop_body{
    position: relative;
}
.coop_ban{
    max-width: 1920px;
    height: 300px;
}
.coop_ban img{
    width: 100%;
    height: 100%;
}
.coop_common{
    width: 1500px;
    background: #fff;
    margin: 0 auto;
    padding: 20px 50px 0 50px;
    box-sizing: border-box;
}
.coop_common_list{
    width: 1400px;
    display: flex;
    justify-content: space-between;
}
.coop_common_listLi{
    background: #F5F5F2;
    width: 220px;
    height: 354px;
    padding:40px 30px;
    box-sizing: border-box;
    border-radius: 6px;
    position: relative;
}
.coop_floor{
    background: #FF5A00;
    width: 220px;
    height: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}
.coop_common_listLi:hover{
    box-shadow: 0 4px 18px 0 rgba(214, 127, 48, 0.35);
}
.coop_common_listLi:hover .coop_floor{
    display: block;
}
.coop_common_listLi h2{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 18px;
    line-height: 22px;
}
.coop_common_listLi p{
    font-size: 14px;
    color: #333;
    line-height: 23px;
    margin-bottom: 33px;
    height: 161px;
}

.coop_common_listLi a{
    border: 1px solid #F8B375;
    width: 134px;
    height: 38px;
    border-radius: 20px;
    color: #FF5A00;
    display: block;
    text-align: center;
    box-sizing: border-box;
    line-height: 38px;
    margin: 0 auto;
    cursor: pointer;
}
.coop_common_listLi a:hover{
    background: #FF5A00;
    color: #fff;
}

/* 我们的核心优势 */
.coop_coreAdvantage{
    margin-top: 80px;
}
.coop_coreAdvantage .title{
    font-size: 26px;
    color: #333;
    text-align: center;
    font-weight: bold;
    position: relative;
}
.coop_coreAdvantage .title .wire{
    position: absolute;
    bottom: -20px;
    /* height: 5px; */
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
}
.coop_coreAdvantage .title .wire .darkOrange{
    width: 42px;
    height: 3px;
    background: rgba(255, 125, 54, 1);
    display: inline-block;
}
.coop_coreAdvantage .title .wire .blove{
    width: 42px;
    height: 3px;
    background: rgba(58, 152, 244, 1);
    display: inline-block;
}
.coop_coreAdvantageList{
    display: flex;
    justify-content: space-between;
    margin-top: 44px;
}
.coop_coreAdvantageList li{
    background: #fff;
    border-radius: 6px;
    width: 340px;
    height: 306px;
    box-shadow: 0 2px 26px 0 rgba(189, 200, 223, 0.25);
}
.coop_coreAdvantageList li .coop_coreAdvantageImg{
    width: 340px;
    height: 192px;
    display: block;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.coop_coreAdvantageList li .coop_coreAdvantageImg img{
    max-width: 100%;
    max-height: 100%;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.coop_coreAdvantageList li .coop_coreAdvantageText{
    padding: 18px 20px 24px 20px;
}
.coop_coreAdvantageList li .coop_coreAdvantageText span{
    color: #333;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 12px;
    display: block;
}
.coop_coreAdvantageList li .coop_coreAdvantageText p{
    color: #C0C0C0;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}
.coop_flow{
    margin-top: 50px;
}

.coop_flow img{
    width: 1400px;
    height: 210px;
    margin: 0 auto;
}
.coop_footer{
    height: 356px;
    margin-top: 13px;
}
.coop_footer_bk{
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 1920px;
    height: 356px;
    background: url(../images/coop_bj.png) no-repeat;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;

}
.coop_footer_bk span{
    color: #ff5a00;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
}
.coop_footer_bk a{
    background: #FF5A00;
    width: 106px;
    height: 36px;
    border-radius: 3px;
    text-align: center;
    line-height: 36px;
    display: block;
    margin: 14px auto 0 auto;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

/* 申请商城入驻合作 */
.coop_box{
    margin: 30px 50px 40px 50px;
    width: 800px;
}
.coop_boxUl{
    display: flex;
    flex-wrap: wrap;
}
.coop_applyNow{
     background: #FF5A00;
     color: #fff;
     width: 178px;
     height: 38px;
     line-height: 38px;
     text-align: center;
     display: block;
     margin: 41px auto 0 auto;
     border:none;
     border-radius: 3px;
     font-size: 15px;
     cursor: pointer;
}
.coop_boxUl li{
    width: 50%;
    display: flex;
    margin-bottom: 29px;
    align-items: center;
}
.coop_boxUl li.title{
    width: 100%!important;
}
.coop_boxUl li .title_Name{
    width: 110px;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    display: inline-block;
}
.coop_boxUl li .title_Name i{
    color: #FF5858;
    font-size: 12px;
    margin-right: 5px;
}
.coop_boxUl li .coop_input{
    width: calc(100% - 150px);
    border: 1px solid rgba(217, 217, 217, 1);
    /* border: 1px solid #ECF2EE; */
    height: 36px;
    line-height: 31px;
    border-radius: 3px;
    display: flex;
    box-sizing: border-box;
    position: relative;
}
.coop_boxUl li  .coop_input_areaCode{
    width: 120px;
    display: inline-block;
    text-align: center;
    position: relative;
}
.coop_boxUl li  .coop_input_areaCode .business_number{
    border: none;
}
.coop_boxUl li .coop_input_line{
    height: 20px;
    width: 1px;
    display: inline-block;
    background: rgba(217, 217, 217, 1);
    margin-top: 8px;
}
.coop_boxUl li  .coop_input_phone{
    display: inline-block;
    width: calc(100% - 122px);
}
.coop_error{
    position: absolute;
    top:32px;
    left: 0;
    color: #FF5858;
    font-size: 12px;
    font-weight: 400;
}
.coop_error i{
    border: 1px solid #FF5858;
    border-radius: 50%;
    padding: 2px;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    font-style: normal;
    display: inline-block;
    font-weight: 700;
}
.coop_boxUl li .coop_input input{
    width: 100%;
    border: none;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    box-shadow: none;
}
.coop_inputCode{
    background: #fff;
    height: 36px;
    line-height: 36px;
}
.coop_inputCodeDiv{
    width: calc(100% - 100px)!important;
    display: inline-block;
    height: 34px;
}
.coop_inputCodeDiv input{
    width: 100%;
    height: 30px!important;
    line-height: 30px!important;
}
.coop_inputBtn{
    color: #FF5A00;
    font-weight: 400;
    font-size: 13px;
    background: #fff;
    border-radius: 0;
    border:none;
    width: 100px;
    display: inline-block;
    cursor: pointer;
}
/* ==================供应商入住申请-首页end==================== */
/* 公用的标题样式 汉字+英文 */
.intrusion_instructions_com{
    width: 1300px;
    margin: 0 auto;
}
.intrusion_instructions_com .title{
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}
.intrusion_instructions_com .title span{
    color: #B7B4BC;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    margin-left: 3px;
}

/* ========================入驻标准 start======================== */
.establish_residence{}   
.establish_residence_qualification{
    width: 100%;
    background: url(../../css/images/new_img_4.png) no-repeat top center;
    height: 790px;
    padding: 40px 0 101px 0;
    box-sizing: border-box;
}
.establish_residence_qualification_list{
    background: #fff;
    width: 100%;
    border-radius: 5px;
    padding: 30px 100px 46px 100px;
    box-sizing: border-box;
}
.establish_residence_qualification_list p{
    font-size: 15px;
    color: #333;
    line-height: 48px;
}
.goto_settlein{
    width: 1920px;
    height: 130px;
    background:url(../../css/images/new_img_5.png) no-repeat center center;
    padding: 35px 0 43px 0;
    box-sizing: border-box;
}
.goto_settlein_com{
    width: 1126px;
    margin: 0 auto;
}
.goto_settlein_com .merchant{
    text-shadow: 0px 5px 2px rgba(170, 97, 24, 1), 0px 5px 0px rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 46px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 2px;
}
.goto_settlein_com .text{
    text-shadow: 0px 3px 1px rgba(170, 97, 24, 1), 0px 2px 0px rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 3px;
    width: 505px;
}
.goto_settlein_com .goto_settlein_btn{
    cursor: pointer;
    width: 186px;
    height: 65px;
    line-height: 58px;
    border-radius: 100px;
    background: url(../../css/images/new_anniu.png) no-repeat top left;
    color: #BF5900;
    font-size: 20px;
    text-align: center;
    /* box-shadow: 0 2px 5px 0 rgba(170, 97, 24, 1);*/
}
.goto_settlein_com .goto_settlein_btn i{
    font-size: 26px;
    vertical-align: -4px;
}
.intrusion_instructions{
    background: url(../../css/images/new_img_3.png) no-repeat;
    width: 100%;
    padding: 40px 0 57px 0;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.intrusion_instructions_text{
   background: #fff;
   width: 100%;
   padding:30px 100px 41px 100px;
   box-sizing: border-box; 
   border-radius: 5px;
}
.intrusion_instructions_text p{
    margin-bottom: 12px;
    color: #333;
    line-height: 26px;
}
.intrusion_instructions_text p span{
    color: #FF5A00;
    font-size: 20px;
    font-weight: bold;
}
.intrusion_instructions_text p:last-child{
    margin-bottom: 0;
}

/* ========================入驻标准 end========================== */

/* ========================入驻流程 start========================== */
/* 合作流程 */
.cooperation_process{
    background: url(../../css/images/new_buyer_bj_1.png) no-repeat center;
    padding: 77px 0 121px 0;
    height: 812px;
    box-sizing: border-box;
}
.cooperation_process_com{
    width: 1300px;
    margin: 0 auto;
}
.cooperation_process_title{
    font-size: 36px;
    color: #333333;
    text-align: center;
    margin-bottom: 85px;
}
.cooperation_process_title p{
    margin-top: 7px;
    color: #C7C7C7;
    font-size: 16px;
    font-weight: normal;
}
.cooperation_process_text{
    background:url(../../css/images/new_buyer_bj_2.png) no-repeat top;
    background-size: contain;
    position: relative;
}
.cooperation_process_list li{
    width: 244px;
    text-align: center;
    display: inline-block;
    margin-left: 49px;
    vertical-align: top;
    margin-bottom: 50px;
    height: 286px;
    margin-top: -19px;

}
.cooperation_process_list_2{
    margin-left: 85px!important;
}
.cooperation_process_list_3{
    margin-left: 60px!important;
}
.cooperation_process_list_5{
    margin-left: 210px!important;
}
.cooperation_process_list_6{
    margin-left: 55px!important;
}
.cooperation_process_list_7{
    margin-left: 55px!important;
}

.cooperation_process_list li i{
    background:url(../../css/images/cooperation_bj_1.png) no-repeat top;
    width: 48px;
    height: 54px;
    background-size: 48px 54px;
    display: inline-block;
    font-size: 26px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.cooperation_process_list li p{
    color: #1D7EF7;
    font-size: 18px;
    margin-top: 15px;
}
.cooperation_process_list li span{
    font-size: 14px;
    color:#333;
    line-height: 24px;
    display: block;
    width: 244px;
}
.cooperation_process_list li:hover i{
    background: url(../../css/images/cooperation_bj_hover.png) no-repeat top;
    background-size: 65px 74px;
    display: inline-block;
    width: 65px;
    height: 74px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.cooperation_process_list li:hover p{
    color: #242DF4;
}

/* ========================入驻流程 end========================== */

/* ========================资费标准 start========================= */
.tariff_standards{
    background: #fff url(../../css/images/new_img_2.png) no-repeat top center;
    width: 100%;
    padding: 38px 0 95px 0;
    box-sizing: border-box;
}
.tariff_standards_com{
    background: rgba(255, 255, 255, 0.8);
    width: 600px;
    height: 311px;
    border-radius: 5px;
    padding: 75px 60px 0 60px;
    box-sizing: border-box;
    text-align: center;
}
.tariff_standards_com .text{
   
}
.tariff_standards_com .text img{
    width: 53px;
    height: 53px;
}
.tariff_standards_com .text p{
    font-size: 18px;
    color: #444;
    margin-top: 20px;
}
.tariff_standards_text{
    margin-top: 53px;
    height: 48px;
    width: 480px;
}
.tariff_standards_jia{
    font-size: 56px;
    color: #8C9CEE;
    font-weight: 100;
}

.fee_explanation_list{

}

.fee_explanation_list .fee_explanation_title{
    background: #C2CAEF;
    width: 100%;
    font-size: 20px;
    color: #677BDB;
    line-height: 48px;
    height: 48px;
    padding: 0 30px;
    box-sizing: border-box;
    display: inline-block;
}
.fee_explanation_list .fee_explanation_list_text{
    background: #EEEEEE;
    padding: 15px 30px;
    box-sizing: border-box;
    width: 100%;
    line-height: 24px;
}
.fee_dian{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #7B90F8;
    margin-right: 5px;
    display: inline-block;
    vertical-align: 2px;
}

.fee_details span{
    border-top: 1px solid #DBE2FF;
    background: #C2CAEF;
    text-align: center;
    font-size: 20px;
    color: #677BDB;
    height: 54px;
    line-height: 54px;
    width: 100%;
    display: inline-block;
}
.fee_details span:first-child{
    background: #EEEEEE;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #333333;
}
/* ========================资费标准 end========================= */