.contact {
    position: relative;
    background: linear-gradient(to bottom, #222, RGBA(197, 36, 30, 1));
}

.contact .box1 {
    position: relative;
    padding: 94px 0 57px;
    z-index: 3;
}

.contact .box1 .innerTtitle {
    position: relative;
    transform: translateY(0);
}

.contact .box1 .title {
    position: relative;
    margin-top: -2em;
    color: #fff;
    z-index: 6;
    text-align: center;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.contact .box1 .box-c {
    margin-top: 40px;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
}
.contact .box1 .box-c .l{
    width: 50%;
}
.contact .box1 .box-c .l .list li{
    display: flex;
}
.contact .box1 .box-c .l .list li .icon{
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 50%;
    border: 2px solid #222222;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact .box1 .box-c .l .list li .icon .iconfont{
    font-size: 20px;
}
.contact .box1 .box-c .l .list li .li-r{
    margin-left: 12px;
    flex: 1;
    padding-top: 2px;
}
.contact .box1 .box-c .l .list li:not(:last-child){
    margin-bottom: 20px;
}
.contact .box1 .box-c .l .list li .text-box{
    font-family: Anton;
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 2;
}
.contact .box1 .box-c .l .list li .ewmBox{
    display: flex;
    gap: 10px;
    margin-top: 15px;
}
.contact .box1 .box-c .l .list li .ewmBox .ewm .pic{
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #DEDEDE;
    padding: 11px;
}
.contact .box1 .box-c .l .list li .ewmBox .ewm .pic img{
    display: block;
    width: 108px;
}
.contact .box1 .box-c .l .list li .ewmBox .text{
    font-family: Anton;
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 1;
    margin-top: 13px;
    text-align: center;
}
.contact .box1 .box-c .r{
    width: 47%;
}
.contact .box1 .box-c .r #container{
   width: 100%; 
   height: 100%;
}
.contact .box2{
    padding-bottom: 163px;
}
.contact .box2 .title{
    font-family: Anton;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.5;
    letter-spacing: .05em;
}
.contact .box2 .box-c{
    margin-top: 40px;
}
.contact .box2 .box-c .inputs{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 40px;
}
.contact .box2 .box-c .inputs .input{
    display: flex;
    border-bottom: 1px solid RGBA(255, 255, 255, .5);
}
.contact .box2 .box-c .inputs .input label{
    font-family: Anton;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    margin-right: 15px;
}
.contact .box2 .box-c .inputs .input label span{
    color: rgba(207, 40, 26, 1);
}
.contact .box2 .box-c .inputs .input input,
.contact .box2 .box-c .inputs .input textarea{
    flex: 1;
    width: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    padding-bottom: 20px;
    font-size: 18px;
    color: #fff;
}
.contact .box2 .box-c .inputs .input.textarea textarea::placeholder{
    color: #fff;
    font-family: Anton;
    
}
.contact .box2 .box-c .inputs .input.textarea textarea{
    resize: none;
    width: 100%;
    padding-bottom: 0;
    height: 352px;
}
.contact .box2 .box-c .inputs .input.textarea{
    grid-column: 1/3;
    border: 1px solid RGBA(255, 255, 255, .5);
    border-radius: 10px;
    padding: 20px 30px;
    
}
.contact .box2 .box-c .submit{
    display: inline-flex;
    align-items: center;
    padding: 0 40px;
    height: 70px;
    background: #000000;
    border-radius: 35px;
    cursor: pointer;
    font-family: Anton;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 60px;
}
.contact .box2 .box-c .submit .iconfont{
    margin-left: 35px;
    font-size: 20px;
    font-weight: bold;
}
@media(max-width: 1199px){
    .contact .box1{
        padding: 90px 0;
    }
    .contact .box2{
        padding-bottom: 90px;
    }
    .contact .box2 .box-c .submit{
        margin-top: 55px;
    }
}
@media(max-width: 1024px){
    .contact .box2 .box-c .submit{
        margin-top: 50px;
        height: 60px;
    }
    .contact .box1{
        padding: 80px 0;
    }
    .contact .box2{
        padding-bottom: 80px;
    }
    .contact .box1 .box-c{
        flex-direction: column;
    }
    .contact .box1 .box-c .l,
    .contact .box1 .box-c .r{
        width: 100%;
    }
    .contact .box1 .box-c .r{
        height: 400px;
        margin-top: 30px;
    }
    .contact .box1 .title{
        margin-top: -1.5em;
    }
}
@media(max-width: 768px){
    .contact .box2 .box-c .submit{
        margin-top: 40px;
        height: 50px;
        padding: 0 19px;
    }
    .contact .box1 .title{
        margin-top: -1em;
    }
    .contact .box1{
        padding: 70px 0;
    }
    .contact .box2{
        padding-bottom: 70px;
    }
    .contact .box2 .box-c .inputs{
        grid-template-columns: repeat(1,1fr);
    }
    .contact .box2 .box-c .inputs .input.textarea{
        grid-column: 1/1;
    }
    .contact .box2 .box-c .inputs{
        gap: 25px;
    }
    .contact .box2 .box-c .inputs .input.textarea{
        padding: 20px;
    }
}
@media(max-width: 500px){
    .contact .box2 .box-c .inputs .input.textarea textarea{
        height: 290px;
    }
    .contact .box2 .box-c .submit{
        margin-top: 30px;
        height: 45px;
    }
    .contact .box1 .title{
        /* margin-top: -.5em; */
    }
    .contact .box1 .box-c .l .list li .ewmBox .ewm .pic img{
        width: 86px;
    }
    .contact .box1 .box-c .l .list li .icon{
        width: 32px;
        height: 32px;
    }
    .contact .box1 .box-c .l .list li .ewmBox .text{
        font-size: 16px;
    }
    .contact .box1 .box-c .l .list li .text-box{
        font-size: 16px;
        line-height: 24px;
    }
    .contact .box1 .box-c .l .list li .li-r{
        padding-top: 4px;
    }
    .contact .box1 .box-c{
        padding: 20px;
    }
    .contact .box1 .box-c{
        margin-top: 30px;
    }
    .contact .box1{
        padding: 60px 0;
    }
    .contact .box2{
        padding-bottom: 60px;
    }
}