.contact .box1{
    padding: 140px 0 120px;
    background-color: RGBA(250, 250, 250, 1);
}
.contact .box1 .zh{
    font-weight: bold;
    color: #222222;
    line-height: 1;
}
.contact .box1 .en{
font-family: Rany-Bold;
color: rgba(34, 34, 34, 0);
line-height: 1;
text-stroke: 1px #999999;
-webkit-text-stroke: 1px #999999;
opacity: .3;
margin-top: 10px;
text-transform: uppercase;
}
.contact .box1 .box-t{
    margin-top: 68px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact .box1 .box-t-l{
    width: 76.28%;
}
.contact .box1 .box-t-l .list{
    display: flex;
    flex-wrap: wrap;
    gap: 68px 0;
    justify-content: space-between;
}
.contact .box1 .box-t-l .list li:last-child{
    width: 100%;
}
.contact .box1 .box-t-l .list .iconfont{
    background: linear-gradient(-30deg, #C1221B, #E95D57);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-size: 20px;
}
.contact .box1 .box-t-l .list .text-title{
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 1;
    margin-top: 15px;
}
.contact .box1 .box-t-l .list .text-des{
    font-family: Rany;
    font-weight: 400;
    color: #222222;
    line-height: 1.3;
    margin-top: 20px;
}
.contact .box1 .box-t-l .list .text-des strong{
    font-family: Rany-Bold;
}
.contact .box1 .box-t-l .list .addressText{
    font-size: 18px;
    font-family: "arial";
    line-height: 1.3;
}
.contact .box1 .box-t-r img{
    display: block;
    width: 150px;
}
.contact .box1 .box-t-r .ewm-text{
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    margin-top: 8px;
    text-align: center;
}
.contact .box1 .box-c{
    margin-top: 43px;
    height: 500px;
}
.contact .box1 .box-c #container{
    width: 100%;
    height: 100%;
}
.contact .box2{
    padding: 112px 0 130px;
    background-color: RGBA(244, 244, 244, 1);
}
.contact .box2 .box-c {
    display: flex;
    justify-content: space-between;
}
.contact .box2 .box-c .r,
.contact .box2 .box-c .l{
    width: 48.57%;
}
.contact .box2 .title{
    font-weight: 400;
    color: #222222;
    line-height: 1;
}
.contact .box2 .des{
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-top: 19px;
}
.contact .box2 form{
    margin-top: 44px;
}
.contact .box2 form .inputs .input{
    padding: 0 20px;
    background: #FAFAFA;
    border-radius: 5px;
}
.contact .box2 form .inputs .input:not(:last-child){
    margin-bottom: 10px;
}
.contact .box2 form .inputs .input textarea,
.contact .box2 form .inputs .input input{
    display: block;
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    padding: 15px 0;
    width: 100%;
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.contact .box2 form .inputs .input input::placeholder,
.contact .box2 form .inputs .input textarea::placeholder{
    color: #666666;
}
.contact .box2 form .inputs .input textarea{
    resize: none;
    height: 150px;
}
.contact .box2 form .submit{
    margin-top: 27px;
    display: inline-block;
    background: #222222;
    border-radius: 30px;
    line-height: 60px;
    padding: 0 58px;
    font-weight: 400;
    font-size: 16px;
    color: #FAFAFA;
    cursor: pointer;
}
.contact .box2 .r .pic{
    border-radius: 30px;
}
@media (max-width: 1199px) {
    .contact .box2,
    .contact .box1{
        padding: 80px 0;
    }
    .contact .box1 .box-t{
        margin-top: 45px;
    }
    .contact .box2 form .inputs .input textarea, .contact .box2 form .inputs .input input{
        padding: 10px 0;
    }
    .contact .box2 form .submit{
        line-height: 50px;
    }
}
@media (max-width: 1024px) {
    .contact .box2,
    .contact .box1{
        padding: 70px 0;
    }
    .contact .box1 .box-c,
    .contact .box2 form,
    .contact .box1 .box-t{
        margin-top: 40px;
    }
    .contact .box1 .box-t-r img{
        width: 120px;
    }
    .contact .box1 .box-t-l .list .text-des{
        font-size: 20px;
    }
    .contact .box1 .box-t-l .list{
        gap: 48px 0;
    }
    .contact .box2 .box-c .r{
        display: none;
    }
    .contact .box2 .box-c .l{
        width: 100%;
    }
}
@media (max-width: 768px) {
    .contact .box2,
    .contact .box1{
        padding: 60px 0;
    }
    .contact .box1 .box-c,
    .contact .box2 form,
    .contact .box1 .box-t{
        margin-top: 30px;
    }
    .contact .box1 .box-t-l{
        width: 100%;
    }
    .contact .box1 .box-t-r{
        display: inline-block;
        margin-top: 30px;
    }
    .contact .box1 .box-t{
        flex-direction: column;
        align-items: flex-start;
    }
    .contact .box1 .box-t-l .list{
        gap: 30px 0;
    }
    .contact .box1 .box-t-l .list .text-title{
        margin-top: 9px;
    }
    .contact .box1 .box-t-l .list .text-des{
        margin-top: 14px;
        font-size: 18px;
    }
}
@media (max-width: 500px) {
    .contact .box2 .des{
        margin-top: 10px;
    }
    .contact .box1 .box-c{
        height: 400px;
    }
    .contact .box1 .box-t-l .list li{
        width: 48%;
    }
    .contact .box1 .box-t-l .list li:nth-child(3){
        width: 100%;
    }
    .contact .box2,
    .contact .box1{
        padding: 50px 0;
    }
    .contact .box1 .box-c,
    .contact .box2 form,
    .contact .box1 .box-t{
        margin-top: 25px;
    }
}