.hide{
    display: none;
}
.banner_box{
    height:690px;
    background: url(../images/banner.jpg) center top no-repeat;
}

.textin{
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    color: #fff;
    padding-top: 120px;
}
.textin h1{
    font-size: 50px;
    font-weight: 600;
    border: 2px solid #fff;
    border-radius: 100px;
    width: 50%;
    text-align: center;
    padding: 15px;

}
.textin p{
    margin-top: 80px;
    font-size: 100px;
    font-weight: 700;
}
.textin p span{
    color: #ffd35f;
}
.textin h2{
    margin-top: 100px;
    font-size: 56px;
}
.btn{
    border: none;
    outline: none;
    border-radius: 100px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    padding: 10px;
    width: 40%;
    background-color: #fd7935;
    margin-top: 70px;
}
.btn img{
    margin-left: 10px;
}
.box_sent{
    box-sizing: border-box;
    width: 1200px;
    margin: 30px auto;
    background-color: #4fbfff;
    border-radius: 12px;
    padding: 50px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
} 
.box_img img{
    display: block;
    float: left;
    /* background: red; */
}
.box_left{
background: #fff;   
width: 580px;
box-shadow: 0px 19px 51px 0px rgb(4 0 0 / 15%);
border-radius: 20px;
box-sizing: border-box;
padding: 40px;
} 
.box_left h1{
text-align: center;
margin-bottom: 40px;
color: #4fbfff;
font-size: 52px;
}

.login_wrap {
    box-sizing: border-box;
    width: 100%;
}
.por{
position: relative;
margin-bottom: 35px;
}
.must{
    color: #000;
    display: inline-block;
    font-size: 24px;
    line-height: 1rem;
    margin-right: 20px;
    vertical-align: top;
}
.por .input,.por select {
    width: 360px;
    box-sizing: border-box;
    height: 1rem;
    line-height: 1rem;
    border: 1px solid #e5e5e5;
    padding-left: 1rem;
    background-color: #f9f9f9;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
}
.por select{
    background: url(../images/let.png) no-repeat 95% center ;
}
#__nc {
width: 360px;
display: inline-block;
box-sizing: border-box;
border: 1px solid #e5e5e5;
background-color: #f9f9f9;
padding: 0;
vertical-align: top;
}
.nc-container {
    height: 100%;
}
.nc-container #nc_1_wrapper, .nc-container.tb-login #nc_1_wrapper,.nc-container #nc_2_wrapper, .nc-container.tb-login #nc_2_wrapper {
width: 100%!important;
height: 100%;
}
.nc-container .nc_scale {
    width: 100%;
    height: 100%!important;
}
.nc-container .nc_scale .scale_text{
font-size: 18px!important;
text-align: left;
}
.nc-container .nc_scale span {
    height: 100%!important;
    line-height: 1rem!important;
}
.nc-container .nc_scale span.nc-lang-cnt {
    text-align: left;
    padding-left: 1.1rem;
    box-sizing: border-box;
}
.login_wrap .code{
width: 220px;
}
.send {
    width: 130px;
    height: 1rem;
    font-family: SY;
    font-weight: bold;
    color: #fff;
    background-color: #4fbfff;
    font-size: 0.4rem;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}

.login_wrap input::-webkit-input-placeholder {
color: #666;
}

.login_wrap input:-moz-placeholder {
color: #666;
}

.login_wrap input::-moz-placeholder {
color: #666;
}

.login_wrap input:-ms-input-placeholder {
color: #666;
}

.submit {
width: 360px;
height: 50px;
margin-top: 20px;
margin-left: 93px;
line-height: 50px;
text-align: center;
background-color: #4fbfff;
color: #fff;
font-size: 30px;
cursor: pointer;
border-radius: 4px;
}
.submit:hover{
font-weight: bold;
}
/* 咨询中心 */
.flxer{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.flxer .box_biao{
    width: 20px;
    float: right;
    padding: 10px 15px;
    color: #fff;
    background: #4fbfff;
    border-radius: 10px 0 0 10px;
}
.box_imges{
    position: relative;
    display: none;
    /* right: 0; */
}
.img_rig{
 position: absolute ;
 top: -25px;
 right: 0;
 height: 40px;
 width: 40px;
}
.box_ul{
    padding: 15px;
    color: #fff;
    text-align: center;
    background: #4fbfff;
    border-radius: 100px 100px 5px 5px;
}
.box_ul .min_box{
    background: #fff;
    border-radius: 100px;
    padding: 10px;
    width: 120px;
    height: 120px;
    text-align: center;

}
.box_ul hr{
   border-top: #fff;
   margin: 5px 0;
}
.box_ul .er_box{
    background: #fff;
    border-radius: 8px;
    padding: 5px;
    width: 125px;
    height: 125px;
    text-align: center;
    margin: 10px auto 0;

}
/* 结果弹窗 */
.box_labte{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:rgb(0 0 0 / 45%) ;
    z-index: 10;
}
.box_labte .box_seton{
    width: 80%;
    position: absolute;
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.box_labte .box_seton table{
    width: 100%;
    text-align: center;
}
.box_labte .box_seton table th{
    padding: 10px 0;
    background-color: #4fbfff;
    color: #fff;
}
.box_labte .box_seton table td{
    border:1px solid rgb(201, 201, 201);
}
.botomimg {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -60px;
    right: 0px;
    cursor: pointer;
}


@media only all and (max-width:1080px) {
    .banner_box{
        height:17.5rem;
        background: url(../images/banner.jpg) left bottom no-repeat;
        background-size: cover;
        
    }
    
    .textin{
        width:100%;
        margin: 0 auto;
        padding-top: 2rem;
    }
    .textin h1{
        font-size: 1rem;
        border: 2px solid #fff;
        padding: .2rem;
    
    }
    .textin p{
        margin-top: 2rem;
        font-size: 1.8rem;
    }

    .textin h2{
        margin-top: 2rem;
        font-size: 1.2rem;
    }
    .btn{

        font-size: 1rem;
        padding: 2px;
        width: 50%;
        margin-top: 2rem;
    }
    .btn img{
        margin-left: 10px;
        width: 1rem;
        width: 1rem;
    }
    .box_sent{
        width:100%;
        margin: 1rem auto;
        padding: 1rem;
    } 
    .box_left{
    width: 100%;
    background: #fff;   
    padding: 1rem;
    } 
    .box_left h1{
    margin-bottom: 1rem;
    font-size:1.6rem;
    }
    .fon_mot{
        width: 100%;
        height:2rem;
        line-height: 2rem;
        margin-top:0.5rem;
    
    }
    .fon_mot span{
        margin-right: .5rem;
        width: 3rem;
    }
    .fon_mot input#PhoneCode{
        width: 10rem;
    } 
    .fon_mot input ,.fon_mot select{
        width: calc(100% - 4rem);
        height: 2rem;
        line-height: 2rem;
        padding-left: 0.5rem;
        font-size: .8rem;
    }

    .fon_mot input#PhoneCode{
        width: 5.2rem;
    } 
    .fon_mot input#fs{
        width: calc(100% - 10rem);
        margin-left: .8rem;
        font-size: .8rem;
        line-height: 2rem;

    }
    .button{
        margin: 0 1.8rem;
        font-size: 20px;
        line-height: 50px;
        background: #4fbfff !important;
        padding: 0;
        cursor:pointer
    }
    .flxer {
        top: 25%;
    }
 
    .flxer .box_biao{
        width: 1rem;
        float: right;
        padding: 1rem .5rem;

    }
    .box_img{
        display: none;
    }
    .box_labte .box_seton{
        width: 90%;

        padding:1rem;
    }
    .box_labte .box_seton table th{
        padding: .3rem 0;
        font-size: .6rem;
        line-height: 0.9rem;

    }
    .box_labte .box_seton table td{
        font-size: .6rem;
        line-height: 0.9rem;
    }
    .botomimg {
        position: absolute;
        width: 2rem;
        height: 2rem;
        top: -3rem;
        right: 8rem;
    }
  }

  @media only all and (max-width:750px) {
  .por {
    margin-bottom: 20px;
  }
  .por .input,.por select {
    width: 10rem;
    height: 1.8rem;
    font-size: 0.6rem;
    padding-left: 1.5rem;
  }
  .must {
    font-size: 1rem;
    margin-right: 10px;
    line-height: 1.8rem;
  }
  .login_wrap .code {
    width: 6rem;
  }
  .send {
    width: 4rem;
    border: 0;
    height: 1.8rem;
    font-size: 0.7rem;
  }
  #__nc {
    width: 10rem;
    padding: 0;
    top: 2px;
    left: 3.6rem;
  }
.nc-container .nc_scale .scale_text {
    font-size: 0.6rem!important;
    text-align: left;
}
.nc-container .nc_scale span {
    width: 30px;
    height: 100%!important;
    line-height: 1.8rem!important;
}
.nc-container .nc_scale span.nc-lang-cnt {
    text-align: left;
    padding-left: 1.5rem;
    box-sizing: border-box;
}
.submit {
    width: 80%;
    margin: 0 auto;
    font-size: 1rem;
  }
 
  }