.contact {
    position: relative;
    background-color: RGBA(250, 250, 250, 1);
    padding: 120px 0 260px;
}

.contact .box1 {
    position: relative;
}
.contact::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, RGBA(244, 244, 244, 1) 0%, RGBA(244, 244, 244, 1) 66%, #48a176 100%);
}
.contact .box1 .box-t {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px 20px;
}

.contact .box1 .box-t li:last-child {
    grid-column: 1/4;
}

.contact .box1 .box-t .icon {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    color: #007F41;
    line-height: 1;
}

.contact .box1 .box-t .icon .iconfont {
    font-size: 24px;
    color: rgba(175, 226, 38, 1);
    margin-right: 10px;
}

.contact .box1 .box-t .text {
    font-weight: bold;
    color: #007F41;
    line-height: 1.33;
    text-transform: uppercase;
    margin-top: .33em;
}

.contact .box1 .box-c {
    margin-top: 43px;
}

.contact .box1 .box-c #container {
    height: 506px;
}

.contact .box2 {
    position: relative;
    margin-top: 111px;
    z-index: 4;
}

.contact .box2 .box-c {
    display: flex;
    justify-content: space-between;
}

.contact .box2 .box-c .l {
    width: 28.57%;
}

.contact .box2 .box-c .l .title {
    font-weight: bold;
    color: #007F41;
    line-height: 1.33;
    text-transform: uppercase;
    margin-bottom: .8em;
}

.contact .box2 .box-c .l .des {
    font-weight: 400;
    font-size: 18px;
    color: #007F41;
    line-height: 24px;
}

.contact .box2 .box-c .r {
    width: 68.57%;
}

.contact .box2 .box-c .r .input {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px 36px;
    display: flex;
    align-items: center;
}

.contact .box2 .box-c .r .input:not(:last-child) {
    margin-bottom: 10px;
}

.contact .box2 .box-c .r .input label {
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 40px;
    width: 90px;
    border-right: 1px solid rgba(233, 233, 233, 1);
    margin-right: 20px;
}

.contact .box2 .box-c .r .input label span {
    color: rgba(255, 39, 0, 1);
}

.contact .box2 .box-c .r .input textarea,
.contact .box2 .box-c .r .input select,
.contact .box2 .box-c .r .input input {
    flex: 1;
    width: 100%;
    height: 100%;
    height: 40px;
    border: none;
    outline: none;
    font-weight: 400;
    font-size: 18px;
    color: #333;
    resize: none;
    font-family: Poppins-Regular;
}

.contact .box2 .box-c .r .input textarea::placeholder {
    font-family: Poppins-Regular;
    color: #ccc;
}

.contact .box2 .box-c .r .input textarea {
    height: 220px;
}

.contact .box2 .box-c .r .submit {
    width: 160px;
    line-height: 60px;
    background: #AFE226;
    border-radius: 10px;
    padding: 0 49px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 30px;
    outline: none;
    border: none;
}
@media(max-width: 1199px){
    .contact{
        padding: 80px 0;
    }
    .contact .box2{
        margin-top: 80px;
    }
    .contact .box1 .box-t .text{
        font-size: 24px;
    }
    .contact .box1 .box-t{
        gap: 40px 20px;
    }
}
@media(max-width: 1024px){
    .contact .box2 .box-c .r .submit{
        line-height: 50px;
        margin-top: 20px;
        padding: 0 31px;
        width: auto;
        display: inline-block;
    }
    .contact .box2 .box-c .r .input textarea, .contact .box2 .box-c .r .input select, .contact .box2 .box-c .r .input input{
        font-size: 16px;
    }
    .contact .box2 .box-c .r .input label{
        font-size: 16px;
        line-height: 30px;
    }
    .contact .box2 .box-c .r .input{
        padding: 10px 20px;
    }
    .contact .box2 .box-c .l .title{
        margin-bottom: .5em;
    }
    .contact .box1 .box-c{
        margin-top: 40px;
    }
    .contact{
        padding: 70px 0;
    }
    .contact .box2{
        margin-top: 70px;
    }
    .contact .box1 .box-t .text{
        font-size: 20px;
    }
    .contact .box2 .box-c{
        flex-direction: column;
    }
    .contact .box2 .box-c .r,
    .contact .box2 .box-c .l{
        width: 100%;
    }
    .contact .box2 .box-c .r{
        margin-top: 40px;
    }
}
@media(max-width: 768px){
    .contact .box2 .box-c .r,
    .contact .box1 .box-c{
        margin-top: 30px;
    }
    .contact .box1 .box-t li:nth-child(3),
    .contact .box1 .box-t li:nth-child(4){
        grid-column: 1/3;
    }
    .contact .box1 .box-t{
        gap: 20px;
        grid-template-columns: repeat(2,1fr);
    }
    .contact .box1 .box-t .text{
        font-size: 18px;
    }
    .contact .box1 .box-t .icon{
        font-size: 14px;
    }
    .contact .box1 .box-t .icon .iconfont{
        font-size: 20px;
    }
    .contact{
        padding: 60px 0;
    }
    .contact .box2{
        margin-top: 60px;
    }
    .contact .box2 .box-c .l .des{
        font-size: 16px;
    }
}
@media(max-width: 500px){
    .contact .box2 .box-c .r .submit{
        line-height: 45px;
        font-size: 14px;
    }
    .contact .box2 .box-c .r .input textarea{
        height: 150px;
    }
    .contact .box2 .box-c .r .input textarea, .contact .box2 .box-c .r .input select, .contact .box2 .box-c .r .input input{
        font-size: 14px;
    }
    .contact .box2 .box-c .r .input label{
        font-size: 14px;
        line-height: 24px;
        width: 68px;
        margin-right: 10px;
    }
    .contact .box2 .box-c .r .input{
        padding: 5px 15px;
    }
    .contact .box2 .box-c .r,
    .contact .box1 .box-c{
        margin-top: 25px;
    }
    .contact .box1 .box-t .icon .iconfont{
        margin-right: 5px;
    }
    .contact{
        padding: 50px 0;
    }
    .contact .box2{
        margin-top: 50px;
    }
}