@charset "utf-8";

.contact-box {
    align-items: flex-end;
    background-color: #faf4eb;
}
.contact-box .l {
    padding: 1rem 0.7rem 0.8rem 1.6rem;
    flex: 1;
}
.contact-box h1 {
    margin-bottom: 0.2rem;
    font-family: "huxiaobo";
    font-size: 0.7rem;
    color: #000000;
}
.contact-box .hz-line {
    margin-bottom: 0.3rem;
    justify-content: flex-start;
    align-items: center;
}
.contact-box .hz-line img {
    width: 0.46rem;
    margin-right: 0.12rem;
}
.contact-box .hz-line h3 {
    font-family: "huxiaobo";
    font-size: 0.26rem;
    color: #000000;
}
.contact-box .hz-line p {
    margin-top: -0.1rem;
    font-family: "huxiaobo";
    font-size: 0.35rem;
    color: #000000;
}
.contact-box .address {
    align-items: flex-start;
    font-family: "HarmonyOS_Sans_SC_Regular";
    font-size: 0.24rem;
    color: #3E3E3E;
} 
.contact-box .address span {
    padding-right: 1.1rem;
}
.contact-box .address span:first-of-type {
    padding-right: 0;
    min-width: 1.15rem;
}
.contact-box .ewm-list {
    align-items: flex-start;
    margin-top: 0.5rem;
}
.contact-box .ewm-list li {
    transition: all .3s;
}
.contact-box .ewm-list li:hover {
    transform: translateY(-10px);
}
.contact-box .ewm-list img {
    width: 1.2rem;
    margin-bottom: 0.16rem;
}
.contact-box .ewm-list p {
    font-family: "HarmonyOS_Sans_SC_Regular";
    text-align: center;
    font-size: 0.16rem;
    color: #3E3E3E;
    transition: all .3s;
}
.contact-box .ewm-list li:hover p {
    color: #df0615;
}
.contact-box .ewm-list span {
    display: block;
}
.contact-box .tips {
    margin-top: 0.4rem;
    font-family: "HarmonyOS_Sans_SC_Regular";
    font-size: 0.16rem;
    color: #939393;
}
.contact-r {
    position: relative;
    width: 10.6rem;
    height: 100vh;
    background-image: url(../images/contact-bg.jpg);
    background-position: 45% 0;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.contact-r img {
    position: absolute;
    width: 7.6rem;
    left: 18%;
    bottom: 0;
}


@media (max-width: 1600px) {
    .contact-r {
        width: 55%;
    }
    .contact-r img {
        width: 96%;
        left: 3%;
    }
    .contact-box h1 {
        margin-bottom: 20px;
        font-size: 70px;
    }
    .contact-box .hz-line h3 {
        font-size: 26px;
    }
    .contact-box .hz-line img {
        width: 46px;
        margin-right: 12px;
    }
    .contact-box .hz-line p {
        margin-top: -10px;
        font-size: 35px;
    }
    .contact-box .address {
        font-size: 24px;
    }
    .contact-box .address span:first-of-type {
        min-width: 115px;
    }
    .contact-box .address span {
        padding-right: 50px;
    }
    .contact-box .ewm-list p {
        font-size: 16px;
    }
    .contact-box .tips {
        margin-top: 40px;
        font-size: 16px;
    }
}

@media (max-width: 1400px) {
    .contact-box .l {
        padding: 0 30px 50px 28px;
    }
    .contact-box h1 {
        margin-bottom: 10px;
        font-size: 50px;
    }
    .contact-r img {
        width: 100%;
    }
    .contact-box .tips {
        margin-top: 20px;
        font-size: 14px;
    }
    .contact-box .hz-line img {
        width: 40px;
    }
    .contact-box .hz-line p {
        font-size: 26px;
    }
    .contact-box .address {
        font-size: 20px;
    }
    .contact-box .address span {
        padding-right: 30px;
    }
    .contact-box .address span:first-of-type {
        min-width: 100px;
    }
    .contact-box .ewm-list {
        margin-top: 30px;
    }
    .contact-box .ewm-list img {
        width: 100px;
        margin-bottom: 0.16rem;
    }
    .contact-box .ewm-list p {
        font-size: 14px;
    }
}

@media (max-width: 960px) {
    .contact-box {
        flex-wrap: wrap;
    }
    .contact-box .l {
        width: 100%;
        padding: 50px 15px;
        padding-top: 80px;
    }
    .contact-box .hz-line {
        margin-bottom: 30px;
    }
    .contact-r {
        width: 100%;
        height: 55vh;
        /* background-image: url(../images/contact-img1.jpg); */
    }
    /* .contact-r img {
        display: none;
    } */
    .contact-r img {
        width: 65%;
        left: 25%;
    }
    .contact-box .address {
        justify-content: flex-start;
    }
}