#banner{
    background-image: url('http://yinkaiweb.oss-cn-shanghai.aliyuncs.com/images/products_bannerBg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    margin-top: .9rem;
}

.main{
    margin-top: .66rem;
    width: 80%;
    margin-left: 10%;
}

.bannerTitle{
    width: 100%;
    position: absolute;
    text-align: center;
    top: 40%;
}
.bannerTitle h1{
    background-image: none;
    font-weight: 400;
    color: #FFF;
}
.bannerTitle h2{
    color: #FFF;
    font-weight: 400;
}

.body_top{
    text-align: center;
    font-size: 0;
    max-width: 80%;
    margin-left: 10%;
}
.body_top ul{
    text-align: center;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}
.body_top li{
    width: 45%;
    min-width: 45%;
    max-width: 45%;
    margin-left: 5%;
}
.body_top li:nth-of-type(2n+1){
    margin-left: 0%;
}

.top_img{
    width: .85rem;
    height: 1.39rem;
    margin: 0 auto;
    padding-top: 1rem;
}

.top_content{
    margin-top: .2rem;
    line-height: 1.6;
    color: #737373;
    text-align: left;
}


.banner img{
    width: 100%;
}

.contactcolumn{
    margin-top: .44rem;
}

.contactcolumn ul{
    display: flex;
    width: 100%;
}

.contactcolumn ul li{
    flex: 1;
    border: .02rem solid #e6e6e6;
    padding: .4rem 0 .6rem 0;
    text-align: center;
    margin-left: .3rem;
}

.contactcolumn ul li:nth-of-type(1){
    margin-left: 0;
}
.contactcolumn ul li i{
    display: inline-block;
    width: .98rem;
    height: .86rem;
    background-image: url('http://yinkaiweb.oss-cn-shanghai.aliyuncs.com/images/icon-tel.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.contactcolumn ul li:nth-of-type(2) i{
    background-image: url('http://yinkaiweb.oss-cn-shanghai.aliyuncs.com/images/icon-email.png');
}

.contactcolumn ul li:nth-of-type(3) i{
    background-image: url('http://yinkaiweb.oss-cn-shanghai.aliyuncs.com/images/icon-location.png');
}
.contactcolumn ul li .contact_txt div{
    margin-top: .2rem;
}
.contactcolumn ul li .contact_txt div:nth-of-type(1){
    font-weight: 500;
}

.message{
    display: flex;
}
.inputLine{
    margin-top: .4rem;
}
.inputLine:nth-of-type(1){
    margin-top: 0;
}
.message .message_txt,.message .message_input{
    flex: 1;
    position: relative;
}
.message .message_txt .txt{
    position: absolute;
    left: 20%;
    top: 50%;
    transform: translateY(-50%);
}
.message .message_txt p{
    width: 100%;
    text-align: left;
    font-weight: 500;
}

.message .message_txt p:nth-of-type(2){
    color: #0b9346;
}
.message .input{
    margin-top: .1rem;
}
.message .message_input .input_title{
    text-align: left;
}
.message .message_input input{
    color: #7a7a7a;
    width: 100%;
    padding:.1rem 0;
    border-bottom: .01rem solid #7a7a7a;
}

#message{
    width: 100%;
    position: relative;
    padding-bottom: 2rem;
}
#message .line{
    position: absolute;
    width: 60%;
    height: .01rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(27, 27, 27, 1);
    bottom: 1rem;
}
.VerificationCodeImg{
    height: .4rem; width:auto
}
#VerificationCode{
    height: .4rem; 
}
#sub_btn{
    border: 1px solid #0b9346;padding:.1rem .8rem;border-radius:99999px;cursor: pointer;
}
.modalTips{
    width: 100vw;
    height: 100vh;
    background-color: rgba(27, 27, 27, .4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 222222;
    display: none;
}
.modalTips .modalBody{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(255, 255, 255, 1);
    border-radius: .1rem;
    font-size: 14px;
    padding: .3rem .8rem;
}
.redBottomLine{
    border-bottom: 1px solid #F00 !important;
}
@media screen and (max-width: 750px){
    #banner{
        margin-top: 2.2rem;
    }
    .bannerTitle{
        top: 10%;
    }
    .contactcolumn ul{
        display: block;
    }
    .contactcolumn ul li{
        margin-left: 0;
        margin-top: .6rem;
    }
    .message .message_txt .txt{
        left: 10%;
    }
    .input_title{
        line-height: 2;
    }
    .contactcolumn ul li i{
        width: 2rem;
        height: 1.7rem;
    }
    .contactcolumn ul li .contact_txt div{
        margin-top: .6rem;
    }
    .VerificationCodeImg{
        height: 1.6rem; width:auto
    }
    #VerificationCode{
        height: 1.6rem; 
    }
}
