.apply_banner{
    width: 100%;
    height: 380px;
    position: relative;
}
.banner_bgimg{
    width: 100%;
    height: 380px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.apply_banner h2{
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    line-height: 330px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.apply_main{
    width: 100%;
    height: auto;
    background-image: url('/images/bg6_02.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.apply_main_inner{
    width: 1100px;
    height: auto;    
    background-color: #fff;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0,0.1);
    z-index: 98;
    position:relative;
    /* left: 50%;
    margin-left: -640px; */
    margin: auto;
    top: -80px;
    padding-bottom: 80px;
}
.apply_main_progress{
    width: 90%;
    height: 20px;
    border-top: 4px solid #cbcbcb;
    border-bottom:  4px solid #cbcbcb;
    background-color: #cbcbcb;
    position: relative;
}
.apply_main_box{
    padding:0 68px;
    height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;    
    align-items: center;
    background-color: #f5f8f6
}
.apply_main_progress .progress_left{
    width: 50%;
    height: 20px;
    border-top: 4px solid #cbcbcb;
    border-bottom:  4px solid #cbcbcb;
    background-color: #009944;  
    position: absolute;
    left: 0;
    top: 0;  
    z-index: 0;
}
.apply_main_progress p{
    font-size: 25px;
    color: #888;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: -10px;
    width: 20%;
    top: -15px;
    z-index: 20;
}
.apply_main_progress .progress_active span{
      background-image: url('/images/xzy.png');
}
.apply_main_progress span{
    display: inline-block;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #fff;
    background-image: url('/images/exzy.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.apply_main_progress .progress_active{
    color: #004121;
}
.apply_main_inputbox{
    padding: 40px 68px;
}
.apply_input_title span{
    width: 15px;
    height: 36px;
    background-color: #009944;
    display: inline-block;
    margin-right: 20px;
}
.apply_input_title{
    font-size: 30px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.loadimg_title span{
    font-size: 20px;
    color: red;
}
.loadimg_title{
    font-size: 20px;
    color: #111111
}
.apply_main_loadimg_right img{
    width: 120px;
    height: 120px;
    border-radius: 10px;
    margin-right: 20px;
}
.tishi{
    font-size: 18px;
}
.samll_tishi{
    font-size: 14px;
    color: #004121;
    line-height: 50px;
}
.loadfile{
    width: 120px;
    height: 44px;
    background-color: #009944;
    position: relative;
    display: block;
    border-radius:8px;
}
.loadfile input,.loadfile span{
    width: 120px;
    height: 44px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
}
.loadfile span{
    width: 120px;
    height: 44px;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 20px;
    z-index: 10;    
    text-align: center;
    line-height: 44px;
}
.apply_main_loadimg_right,.apply_main_loadimg{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-top: 10px;
}
.apply_main_loadimg{
    align-items: flex-start;
}
.loadfile_tishi{
    font-size: 16px;
    line-height: 50px;
}
.address{
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;     
    padding: 20px 50px;
}
.address span{
    margin-left:30%;
}
.phone_text{
    font-size: 20px;
    padding-left: 20px;
}
.chckbox_input input[type="checkbox"]{
    width: 25px;
    height: 25px;
    background-image: url('/images/xzk.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 15px;
}
.chckbox_input input[type="checkbox"]:checked{
    background-image: url('/images/zzk.png');
}
.chckbox_input{
    font-size: 18px;
     display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;      
    justify-content: center;
    padding-top: 80px;
}
.chckbox_input a{
    font-size: 18px;
    color: #004121
}
.sure_submit{
     width: 180px;
     height: 44px;
     background-color: #009944;
     font-size: 20px;
     color: #fff;
     border-radius: 10px;
     margin: 30px auto;
     display: block;
     margin-bottom: 40px;
 }
.sure_submit2{
    width: 43px;
    height: 28px;
    background-color: #009944;
    font-size: 17px;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 40px;
}
/* 协议 */
.xieyi{
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
}
.next_stepss {
    display: inline-block;
    width: 110px;
    height: 40px;
    background-color: #FF7859;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    margin-right: 20px;
}
.xieyi_inner {
    padding: 20px;
    padding-top: 35px;
    border-radius: 10px;
    width: 600px;
    height: 760px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    /*margin-left: -300px;*/
    /*margin-top: -350px;*/
    overflow-y: scroll;
    overflow-x: hidden;
}

.xiyi_inner_text{
    width: 100%;
    height: 650px;
    overflow-y: scroll;
    overflow-x: hidden;
}
/*滚动条样式*/
.xieyi_inner::-webkit-scrollbar {/*滚动条整体样式*/
    width:2px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 2px;
}
.xieyi_inner::-webkit-scrollbar-thumb{/*滚动条里面小方块*/
    border-radius:2px;
    -webkit-box-shadow: inset 0 0 1px rgba(105,174,1,0);
    background: rgba(105,174,1,0.5);
}
.xieyi_inner::-webkit-scrollbar-track  {/*滚动条里面轨道*/

    border-radius: 0;

    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.1);
    background: rgba(0,0,0,0.1);
}
.xieyi_inner .closeicon{
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.samll_tishi{
    position: relative;
}
.samll_tishi span{
    width: 223px;
    height: 189px;
    background-image: url('/images/bg7_07.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 189px;
    position: absolute;
    left:130%;
    top: -15px;
    z-index: 50;
    display: none;
}
.samll_tishi span img{
    width: 156px;
    height: 156px;
    margin-left: 30px;
}
/* 查看大图 */
.look_bigimg{
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0,0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none;
}
.bigimg{
    width:auto;
    height: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20%;
    margin-top: 0;
}
.closeimg{
    width: 110px;
    height: 118px;
    position: absolute;
    right: 0;
    top: 0;
}
.loadimg_box{
    position: relative;
    width: 120px;
    height: 120px;
    margin-right: 10px;
    margin-bottom: 20px;
}
.loadimg_box a{
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url('/images/cw.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -10px;
    top: -10px;
}
.loadimg_xc{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.apply_main_inputbox textarea{
    padding: 10px;
    height: 100px;
    width: 419px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    font-size: 16px;
    resize: none;

}
.apply_main_inputbox label select{
    font-family: '黑体';
    color: #000000;
}
.apply_main_inputbox{
    padding: 0 68px;
}
.apply_main_inner{
    padding-top: 30px;
}
.addthree img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.addthree{
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
    margin-left: 230px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    width: 240px;
    border-radius: 17px;
    background-color:#009944;
    text-align: center;
}
.apply_add{
    border: 1px solid #e6e6e6
}
.zc_sbbox{
    padding: 0 68px;
}
.zyjgAuth{
    padding: 0 68px;
}
.apply_main_inputbox,.three_sb,.sc_sb_inner{
    margin-bottom:20px;
    position: relative;
}
.deleteicon{
    width: 25px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer
}
.loadimgbox .isreal img,.loadimgbox .isnoreal img,.loadimgbox .isnoreal1 img{
    width: 20px;
    height: 20px;
    margin: 0 10px 0 20px;
}
.loadimgbox{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.loadfile{
    margin-right: 10px;
}
.allpy_messtextbox{
    padding:0 68px;
}
.allpy_line{
    border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 1900px){
    .xieyi_inner {
        height: 560px;
    }
    .hymess_messbox
    {
        top: 57%;
    }
    .xiyi_inner_text
    {
        height: 450px;
    }
}