body {
    width: 100vw;
    height: 100vh;
    margin: 0;
}

.banner-box {
    width: 100%;
    height: 23%;
    background: #FFCB01;
}

.company-desc-box {
    width: 93%;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 3% auto;
    font-size: 0.75rem;
    font-weight: 400;
}

.product-box {
    width: 100%;
    height: 43%;
    position: relative;
}

.product-title-box {
    position: relative;
    width: 100%;
    height: 8%;
    background-color: #FFCB01;
    background-size: 100% 100%;
}

.product-title-lable {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-family: Douyin Sans;
    font-weight: bold;
    color: #232323;

}

.product-more-box {
    position: absolute;
    /* bottom: 3%; */
    top: 11%;
    right: 3%;
    display: flex;
    width: 21%;
    height: 9%;
    border-radius: 17px;
    background: #FFCB01;
    justify-content: center;
    align-items: center;
    font-size: 0.75rem;
    font-family: Douyin Sans;
    font-weight: bold;
    color: #FEFEFE;
    text-decoration: none;
}

.product-list-box {
    width: 100%;
    height: 74%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: space-around;
    margin-top: 13%;
}

.product-item {
    width: 28%;
    height: 45%;
    margin-left: 3%;
    background: #FFCB01;
}

.honor-box {
    margin-top: -3%;
    width: 100%;
    height: 38%;
}

.honor-title-box {
    width: 100%;
    height: 16%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-family: Douyin Sans;
    font-weight: bold;
    color: #232323;
}

.honor-swiper-box {
    width: 100%;
    height: 82%;
}

.swiper {
    width: 100%;
    height: 100%;

}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #FFCB01;
}

.contact-us-box {
    width: 100%;
    height: 20%;
}

.contact-us-title {
    width: 100%;
    height: 22%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-family: Douyin Sans;
    font-weight: bold;
    color: #232323;
}

.contact-us-desc-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 84%;
    background: url(../img/contact-us-bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.contact-us-desc-box .item-box {
    width: auto;
    height: 16%;
    display: flex;
    align-items: center;
}

.contact-us-desc-box .item-box:nth-child(2) {
    margin-top: 3%;
    margin-bottom: 3%;
}

.contact-us-desc-box .item-box .item-icon-box {
    width: 6%;
    height: 100%;
    margin-left: 5%;
}

.contact-us-desc-box .item-box .text-box {
    width: auto;
    height: 100%;
    margin-left: 4%;
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
}

.empty-box {
    width: 100%;
    height: 11%;
}

.tab-bar-box {
    position: fixed;
    z-index: 10000;
    bottom: 0;
    width: 100%;
    height: 7.5%;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #E5E5E5;
}

.tab-bar-item {
    width: 13%;
    height: 73%;
}

.tab-bar-a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.tab-bar-icon-box {
    width: 55%;
    height: 60%;
    margin: 0 auto;
}

.tab-bar-title {
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.7rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #9A9A9A;
    margin-top: 7%;
}

.tab-bar-title.selected {
    color: #FFCB01;
}