.pc-show .index-banner {
    width: 100%;
    height: 35rem;
    padding-top: 3rem;
    background: url("https://images.zx.lexgos.com/assets/image/pc/contact_banner.png");
    background-size: 100% 100%;
}

.pc-show .index-banner .banner-main {
    width: 75rem;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pc-show .index-banner .banner-main .banner-text1 {
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 2rem;
    color: #ffffff;
}

.pc-show .index-banner .banner-main .banner-text2 {
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 0.75rem;
}

.pc-show .index-banner .banner-main .banner-text3 {
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 1.1rem;
    color: #ffffff;
}

.pc-show .index-contact {
    width: 100%;
    padding: 4rem 0;
    background: #ffffff;
}

.pc-show .index-contact .contact-main {
    width: 75rem;
    margin: 0 auto;
}

.pc-show .index-contact .contact-main .contact-list {
    display: flex;
    flex-wrap: wrap;
}

.pc-show .index-contact .contact-main .contact-list .contact-li {
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 4%;
    padding: 2rem;
    background: #ffffff;
    border-radius: 1.3rem;
    border: 1px solid #d9dddf;
}

.pc-show .index-contact .contact-main .contact-list .contact-li:nth-child(even) {
    margin-right: 0;
}

.pc-show .index-contact .contact-main .contact-list .contact-li:nth-child(-n + 2) {
    margin-bottom: 1.5rem;
}

.pc-show .index-contact .contact-main .contact-list .contact-li>img {
    width: 7rem;
    height: 7rem;
}

.pc-show .index-contact .contact-main .contact-list .contact-li .contact-content .name {
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 1.2rem;
    color: #333333;
}

.pc-show .index-contact .contact-main .contact-list .contact-li .contact-content .phone {
    margin: 0.6rem 0 0.5rem 0;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.9rem;
    color: #333333;
}

.pc-show .index-contact .contact-main .contact-list .contact-li .contact-content .email {
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.9rem;
    color: #333333;
}

.pc-show .index-contact .contact-main .contact-map {
    width: 100%;
    height: 25rem;
    margin-top: 4rem;
}

.pc-show .index-collection {
    width: 100%;
    padding: 4rem 0;
    background: #f2f5f7;
}

.pc-show .index-collection .collection-main {
    width: 75rem;
    margin: 0 auto;
}

.h5-show .index-banner {
    width: 100%;
    height: 122.5rem;
    padding: 31rem 6rem 0;
    background: url("https://images.zx.lexgos.com/assets/image/h5/contact_banner.png");
    background-size: 100% 100%;
}

.h5-show .index-banner .banner-text1 {
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 5.5rem;
    color: #ffffff;
}

.h5-show .index-banner .banner-text2 {
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 5.5rem;
    color: #ffffff;
    margin: 1rem 0 2.5rem 0;
}

.h5-show .index-banner .banner-text3 {
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}

.h5-show .index-contact {
    width: 100%;
    padding: 8rem 0;
    background: #FFF;
}

.h5-show .index-contact .contact-main {
    width: 86rem;
    margin: 0 auto;
}

.h5-show .index-contact .contact-main .contact-list {
    display: flex;
    flex-wrap: wrap;
}

.h5-show .index-contact .contact-main .contact-list .contact-li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5rem;
    background: #F2F5F7;
    border-radius: 2.3rem;
    border: 1px solid #d9dddf;
    margin-bottom: 2.5rem;
}

.h5-show .index-contact .contact-main .contact-list .contact-li>img {
    width: 17rem;
    height: 17rem;
}

.h5-show .index-contact .contact-main .contact-list .contact-li .contact-content .name {
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 3.4rem;
    color: #333333;
}

.h5-show .index-contact .contact-main .contact-list .contact-li .contact-content .phone {
    margin: 0.6rem 0 0.5rem 0;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 3rem;
    color: #333333;
}

.h5-show .index-contact .contact-main .contact-list .contact-li .contact-content .email {
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 3rem;
    color: #333333;
}

.h5-show .index-contact .contact-main .contact-map {
    width: 100%;
    margin-top: 4rem;
}

.h5-show .index-collection {
    width: 100%;
    padding: 10rem 6rem 10rem 6rem;
    background: #F2F5F7;
}

.h5-show .base-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6.25rem;
}

.h5-show .base-title .line {
    width: 1rem;
    height: 4.5rem;
    background: #e7402a;
    margin-right: 2.5rem;
}

.h5-show .base-title .value {
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 5rem;
    color: #333333;
}