*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #000;
}
.banner{
    width: 12rem;
    box-sizing: border-box;
}
.nav{
    width: 100%;
    height: 1rem;
}
.navBanner{
    display: flex;
    width: 14rem;
    align-items: center;
    justify-content: space-between;
    line-height: 1rem;
    margin: 0 auto;
}
.navBannerLeft{
    display: flex;
    align-items: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 0.4rem;
    color: #666666;
}
.navBannerRight{
    display: flex;
    align-items: center;
    gap: 0.2rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 0.4rem;
    color: #666666;
}
.navBannerRightLabelLink{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 0.24rem;
    color: #666666;
}
.customer{
    width: 100%;
    height: 5.6rem;
    box-sizing: border-box;
    padding-top: 0.01rem;
    background-image: url(../image/contact.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.customerBox{
    width: 13rem;
    height: 4rem;
    margin: 0 auto;
    margin-top: 0.6rem;
    display: flex;
    justify-content: space-between;
}
.customerBoxLabel{
    width: 5.2rem;
    height: 4rem;
    background-color: #fff;
    border-radius: 0.3rem;
    box-shadow: 0 0.02rem 0.04rem 0 #729077;
    opacity: 0.8;
}
.customerBoxLabelLogo{
    width: 1.2rem;
    height: 1.3rem;
    margin: 0 auto;
    margin-top: 0.4rem;
}
.customerBoxLabelTitle{
    text-align: center;
    margin-top: 0.2rem;
    font-weight: 600;
    font-size: 0.2rem;
}
.customerBoxLabelText{
    box-sizing: border-box;
    text-align: center;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    margin-top: 0.2rem;
    font-size: 0.18rem;
}
.bottom{
    width: 100%;
    height: 4rem;
    background-color: #6F9073;
    padding-top: 0.01rem;
}
.bottomBox{
    width: 13rem;
    height: 3rem;
    margin: 0 auto;
    margin-top: 0.4rem;
    display: flex;
    justify-content: space-between;
}
.bottomBoxLabel{
    width: 6rem;
    height: 3rem;
    color: #FFF;
    font-size: 0.18rem;
    cursor: pointer;
}
.bottomBoxLabelTitle{
    color: #FFF;
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
}
.bottomBoxLabelBox{
    margin-bottom: 0.06rem;
    color: #FFF;
    font-size: 0.16rem;
    cursor: pointer;
}
.copyRight{
    width: 100%;
    height: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
    background-color: #EBEFEB;
    font-size: 0.16rem;
}
.bottom{
    width: 100%;
    height: 3.5rem;
    background-color: #6F9073;
}
.bottomBox{
    width: 13rem;
    height: 3rem;
    margin: 0 auto;
    margin-top: 0.4rem;
    display: flex;
    justify-content: space-between;
}
.bottomBoxLabelTitle{
    color: #FFF;
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
}
.bottomBoxLabelBox{
    margin-bottom: 0.06rem;
    color: #FFF;
    font-size: 0.16rem;
    cursor: pointer;
}
.copyRight{
    width: 100%;
    height: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
    background-color: #EBEFEB;
    font-size: 0.16rem;
}
.test{
    width: 100%;
    height: 0.4rem;
    background-color: #6F9073;
}