.contact .box1{
    padding: 130px 0 133px;
}
.contact .box1 .inner-title{
    text-align: left;
}
.contact .box1 .box-c{
    display: flex;
    justify-content: space-between;
}
.contact .box1 .box-c .l{
    width: 46.87%;
}
.contact .box1 .box-c .l .msg{
    font-size: 14px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    font-weight: 400;
    color: #666666;
    line-height: 2;
    margin-top: 28px;
    padding-bottom: 23px;
    border-bottom: 1px solid rgba(206, 206, 206, 1);
}
.contact .box1 .box-c .l .msg .bold{
    font-size: 18px;
    color: #222222;
}
.contact .box1 .box-c .l .text-box{
    font-size: 14px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 2;
    margin-top: 17px;
}
.contact .box1 .box-c .l .text-box .text-title{
    font-size: 15px;
    color: #222222;
}
.contact .box1 .box-c .l .ewm{
    margin-top: 18px;
}
.contact .box1 .box-c .l .ewm img{
    width: 110px;
}
.contact .box1 .box-c .r{
    width: 50%;
}
.contact .box1 .box-c .r form{
    margin-top: 36px;
}
.contact .box1 .box-c .r .inputs{
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}
.contact .box1 .box-c .r .inputs .input{
    flex: 1;
    width: 100%;
    display: flex;
    height: 42px;
    background: #F5F5F5;
    padding: 0 16px;
}
.contact .box1 .box-c .r .inputs .input.textarea{
    height: 150px;
}
.contact .box1 .box-c .r .inputs .input label{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 42px;
    margin-right: 10px;
}
.contact .box1 .box-c .r .inputs .input label span{
    color: rgba(235, 39, 40, 1);
}
.contact .box1 .box-c .r .inputs .input input,
.contact .box1 .box-c .r .inputs .input textarea{
    flex: 1;
    width: 100%;
    border: none;
    outline: none;
    resize: none;
    color: #333;
    font-size: 14px;
    font-family: Microsoft YaHei;
    background-color: transparent;
    line-height: 2;
}
.contact .box1 .box-c .r .inputs .input input::placeholder{
    color: #999;
}
.contact .box1 .box-c .r .inputs .input textarea{
    padding: 8px 0;
}
.contact .box1 .box-c .r .inputs.verify{
    width: 491px;
    max-width: 100%;
}
.contact .box1 .box-c .r .inputs .verify-code{
    width: 136px;
    margin-left: 13px;
    cursor: pointer;
}
.contact .box1 .box-c .r .submit{
    width: 150px;
    height: 42px;
    background: #19507B;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}