.contact {
    background: #F8F8F8;
}

.contact .box1 {
    padding: 114px 0 119px;
}

.contact .box1 .box-c {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.contact .box1 .box-c .l {
    width: 360px;
    display: flex;
    align-items: center;
    padding: 0 35px;
    justify-content: space-between;
    background: #FF2700;
    border-radius: 50px;
    height: 100px;
    font-family: Rany;
    font-weight: 400;
    color: #FFFFFF;
}

.contact .box1 .box-c .r {
    flex: 1;
    margin-left: 78px;
}

.contact .box1 .box-c .r .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 93px 68px;
}

.contact .box1 .box-c .r .list .text-title {
    font-family: Rany-Bold;
    font-size: 18px;
    color: #222222;
    line-height: 1;
    padding-bottom: 20px;
    border-bottom: 1px solid #DEDEDE;
}

.contact .box1 .box-c .r .list .text-des {
    font-family: Rany;
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 24px;
    margin-top: 30px;
}

.contact .box1 .box-c .r .list .text {
    font-family: Rany-Bold;
    font-size: 24px;
    color: #222222;
    line-height: 1;
    margin-top: 13px;
}

.contact .box2 {
    background: #F4F4F4;
    border-radius: 10px;
    padding-bottom: 140px;
}

.contact .box2 .box-c {
    padding: 58px 68px 82px;
}

.contact .box2 .box-c .text-title {
    font-family: Rany;
    font-weight: 400;
    font-size: 24px;
    color: #222222;
    line-height: 1;
}

.contact .box2 .box-c .text-des {
    font-family: Rany-Bold;
    font-size: 24px;
    color: #333;
    line-height: 1;
    margin-top: .8em;
}

.contact .box2 .box-c .list {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 48px 0;
}
.contact .box2 .box-c .list li:first-child{
    width: 100%;
}
.contact .box2 .box-c .list li{
    display: flex;
    align-items: center;
}
.contact .box2 .box-c .list li .icon{
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF2700;
}
.contact .box2 .box-c .list li .icon .iconfont{
    font-size: 22px;
}
.contact .box2 .box-c .list li .li-text{
    flex: 1;
    margin-left: 24px;
font-family: Rany;
font-weight: 400;
font-size: 18px;
color: #222222;
line-height: 24px;
}
.contact .box2 .box-b .pic{
    border-radius: 10px;
}
@media (max-width:1199px) {
    .contact .box1{
        padding: 80px 0;
    }
    .contact .box2{
        padding-bottom: 80px;
    }
    .contact .box1 .box-c{
        margin-top: 45px;
    }
    .contact .box2 .box-c{
        padding: 45px;
    }
    .contact .box1 .box-c .r .list{
        gap: 68px 39px;
    }
    .contact .box1 .box-c .r{
        margin-left: 49px;
    }
    .contact .box1 .box-c .l{
        width: 280px;
        height: 70px;
    }
    .contact .box1 .box-c .l img{
        width: 34px;
    }
}
@media (max-width:1024px) {
    .contact .box1{
        padding: 70px 0;
    }
    .contact .box2{
        padding-bottom: 70px;
    }
    .contact .box1 .box-c{
        margin-top: 40px;
    }
    .contact .box2 .box-c{
        padding: 40px;
    }
    .contact .box1 .box-c{
        flex-direction: column;
    }
    .contact .box1 .box-c .r{
        margin-left: 0;
        margin-top: 40px;
    }
    .contact .box2 .box-c .text-des,
    .contact .box2 .box-c .text-title{
        font-size: 22px;
    }
    .contact .box2 .box-c .list{
        gap: 30px;
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    .contact .box2 .box-c .list li:first-child{
        grid-column: 1/3;
    }
}
@media (max-width:768px) {
    .contact .box2 .box-c .list li:first-child{
        grid-column: 1/1;
    }
    .contact .box2 .box-c .list{
        grid-template-columns: repeat(1,1fr);
        gap: 20px;
        margin-top: 30px;
    }
    .contact .box1 .box-c .r .list .text-title{
        font-size: 16px;
        padding-bottom: 10px;
    }
    .contact .box1 .box-c .r .list .text-des{
        margin-top: 15px;
    }
    .contact .box1 .box-c .l{
        width: 250px;
        height: 50px;
    }
    .contact .box1 .box-c .l img{
        width: 28px;
    }
    .contact .box1 .box-c .r .list{
        grid-template-columns: repeat(1,1fr);
        gap: 43px 30px;
    }
    .contact .box1 .box-c{
        margin-top: 30px;
    }
    .contact .box2 .box-c{
        padding: 30px;
    }
    .contact .box1{
        padding: 60px 0;
    }
    .contact .box2{
        padding-bottom: 60px;
    }
    .contact .box1 .box-c .r{
        margin-top: 30px;
    }
    .contact .box1 .box-c .r .list .text{
        font-size: 22px;
    }
}
@media (max-width: 500px) {
    .contact .box2 .box-c .text-des, .contact .box2 .box-c .text-title{
        font-size: 20px;
    }
    .contact .box2 .box-c .text-des{
        margin-top: .5em;
    }
    .contact .box2 .box-c .list li .li-text{
        margin-left: 10px;
        font-size: 16px;
    }
    .contact .box2 .box-c .list li .icon{
        width: 40px;
        height: 40px;
    }
    .contact .box2 .box-c .list{
        margin-top: 25px;
    }
    .contact .box1 .box-c .r .list .text{
        font-size: 20px;
    }
    .contact .box1 .box-c .r{
        margin-top: 35px;
    }
    .contact .box1 .box-c .l{
        width: 180px;
        padding: 0 20px;
        font-size: 18px;
    }
    .contact .box1 .box-c .l img{
        width: 25px;
    }
    .contact .box1 .box-c{
        margin-top: 25px;
    }
    .contact .box2 .box-c{
        padding: 20px;
    }
    .contact .box1{
        padding: 50px 0;
    }
    .contact .box2{
        padding-bottom: 50px;
    }
}