body,html{
    text-size-adjust:none;
    -webkit-text-size-adjust: none;
}
input::-webkit-input-placeholder{
    color: #CBCDD0;
}
#main{
    height: 100vh;
    /* overflow: hidden; */
}
.page{
    width: 100%;
    position: relative;
}
.page .bg-box{
    height: 100vh;
    position: relative;
}
.page .bg{
    width: 100%;
    min-height: 100%;
    display: block;
    position: relative;
    object-fit: cover;
    object-position: 50% 50%;
}

.text-box{
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: left;
    color: #fff;
    width:100%;
    padding: 0 10.6%;
    line-height: 40px;
}
.text-box .listtxt{
    font-size: 18px;
    line-height: 32px;
    margin-top: 10px;
    /* letter-spacing: 1.2px !important; */
    font-family: SourceHanSansCN-Regular;
    padding-left: 30px;
     
}
.text-box p .animate-item{
    opacity:1;
}
.text-box .btn-white{
    margin-top: 30px;
}
.form-container{
    position: absolute;
    top: calc(45% + 100px);
    transform: translateY(-50%);
    right: 10.6%;
    width:624px;
    height:auto;
    border-radius:5px;
    background: rgba(255,255,255,1);
    padding:45px 45px 45px 45px;
    color: #646464;
}
.forminfor{
    color:#646464;
    font-size: 14px;
}
/* 表单 */
.form-container .form-box{
    margin: 25px 13px 0 13px;
}
.form-container .form-box .row{
    margin: 0 -13px 20px -13px;
}
.form-container .form-box .input-box{
    width:50%;
    display:flex;
    flex-direction: row ;
    /* float: left; */
    /* margin:0 13px; */
    position: relative;
    align-items:flex-end;

}
.fullline{
    width:100% !important;
}
.form-container .form-box .input-box .title{
    color:#000;
    font-size: 14px;
    white-space:nowrap;
    line-height: 22px;
    width:66px;
    text-align: right;
    margin-right: 8px;
}
.form-container .form-box input{
    width: calc(100% - 66px);
    border:none;
    border-bottom: 0.5px solid #CBCDD0;
    outline:none;
    font-size: 13px;
    line-height: 20px;
    color:#000;
    text-indent: 10px; 
    background: none;
    height:20px;
    font-family: Mont-Regular,SourceHanSansCN-Regular;
}
.form-container .error{
    -webkit-text-size-adjust: none;
    display: none;
    position: absolute;
    top: 23px;
    font-size: 12px;
    color:#cc0033;
    padding-left: 78px;
    background: url(../img/contact/error.png) 61px 0 no-repeat;
    background-size:15px;
}
.row-box{
    position: relative;
}
.form-container .warning input,.form-container .warning select{
    /* color:#cc0033 !important; */
    border-bottom: 0.5px solid #cc0033  !important;
}

/* .form-container .warning input::-webkit-input-placeholder{
    color:#cc0033;
} */
.form-container .warning .title{
    color:#cc0033;
}
.form-container .warning .error{
    display: block;
}
.form-container .phonewaring input,.form-container .warning select{
    /* color:#cc0033 !important; */
    border:none;
    border-bottom: 0.5px solid #cc0033  !important;

}
.form-container .phonewaring .error{
    display: block;
}
.mescode{
    position:absolute;
    right:0;
    color:#0075FF;
    font-size:12px;
    font-family:SourceHanSansCN-Regular;
    top: -2px;
}
.form-container .form-box select{
    width: calc(100% - 66px);
    border:none;
    border-bottom:0.5px solid #CBCDD0;
    outline:none;
    font-size:13px;
    line-height:20px;
    color:#000;
    padding:0px 0 0px 10px;
    background: none;
    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url(../img/contact/icon.png) 100% 6px no-repeat;
    padding-right: 20px;
    font-family: Mont-Regular,SourceHanSansCN-Regular;
}
.form-container .form-box .select-box{
    position: relative;
}
.moretxt{
    width: calc(100% - 66px);
    margin-left:5px;
    border-color:#CBCDD0;
    font-size: 12px;
    outline: none;
    padding: 5px;
}
.counttxt{
    position: absolute;
    right:0;
    top:100%;
    color:#CBCDD0;
    font-size:12px;
}
.more-box{
    align-self:flex-start;
}
.default{
    color:#CBCDD0;
}

.form-container .form-box .selectfull{
    background: url(../img/contact/icon.png) 100% 6px no-repeat;
}


.form-container .form-box .downline,.success .downline{
    margin: 60px 0 15px 0;
    height:1px;
    background-color: #e1e1e1;
    width: 100%;
}
.form-container .form-box .btnbox{
    position: relative;
    display: flex;
    flex-direction:column;
    align-items: center;
}
.form-container .form-box .btnbox .privacy{
    display: flex;
    flex-direction:row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items:center;
    padding-bottom: 18px;
}
.form-container .form-box .btnbox .privacy .check{
    width: 30px;
    height:30px;
    background: url(../img/contact/check.png) 0 0 no-repeat;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.form-container .form-box .btnbox .privacy .check.checked{
    background: url(../img/contact/check.png) 0 -30px no-repeat;
}
.form-container .form-box .btnbox .privacy .privacytt{
    -webkit-text-size-adjust: none;
    font-size: 12px !important;
    color:#000000 !important;
}

.submit-btn{
    display: inline-block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    color:#fff;
    background: #0075FF;
    border-radius: 50px;
    font-size: 18px;
    text-align: center;
}
@media (max-width: 996px) {
    #main{
        height: auto;
    }
    .page .bg-box{
        height: auto;
    }
    .moblierow{
        flex-direction:column;
    }
    .mobliefull{
        width:100% !important;
    }
    .moblieleft{
       padding-bottom: 20px; 
    }
    .page .bg {
        min-height: auto;
        padding-top: 60px;
    }
    .form-container {
        position: static;
        transform: translate(0%,0%);
        width: 92.4%;
        padding: 32px 15px 50px 15px;
        margin: -50px auto 0 auto;
    }
    .forminfor {
        font-size: 14px;
    }
    .form-container .form-box .input-box .title{
        color:#000;
        font-size: 15px;
        white-space:nowrap;
        line-height: 19px;
        width:auto;
        text-align: right;
    }
    
    .text-box{
        top: 26%;
        line-height:26px;
        padding: 0 4.3%;
    }
    .text-box .listtxt{
        font-size: 14px;
        line-height: 24px;
        padding-left: 20px;
    }
    .form-container .form-box input {
        width: calc(100% - 26px);
        height: 28px;
        line-height: 28px;
    }
    .form-container .form-box select{
        width: calc(100% - 26px);
        height: 28px;
        line-height: 28px;
    }
    .footer {
        top: 60%;
    }

    .submit-btn{
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        width: 150px;
    }
}

.scroll-box{
    max-height: 66vh;
}
@media (max-width: 996px) {
    .scroll-box{
        max-height: none !important;
    }
}