.mainContainer {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 0.7rem;
    user-select: none;
}

.top_container {
    width: 100%;
    height: 5.2rem;
    background: url("../images/index/top_bg.png") no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.top_container>h1 {
    display: block;
    height: 0.48rem;
    font-size: 0.56rem;
    font-family: MiSans, MiSans;
    font-weight: 600;
    color: #050F3F;
    line-height: 0.48rem;
    text-align: center;
    margin-top: 1.87rem;
}

.top_container>p {
    height: 0.36rem;
    font-size: 0.27rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #717F94;
    line-height: 0.32rem;
    text-align: center;
    margin-top: 0.36rem;
}

.section-pro-list {
    width: 100%;
    min-height: 6.26rem;
    background: url("../images/index/prolist_bg.png") no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.section-reviews-title,
.section-pro-listtitle,
.section-funboxtitle {
    height: 0.46rem;
    font-size: 0.36rem;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: bold;
    color: #050F3F;
    line-height: 0.42rem;
    margin-top: 0.84rem;
    text-align: center;
}

.classification {
    width: 6.16rem;
    height: 0.68rem;
    background: #F6F7F9;
    border-radius: 0.6rem;
    margin: 0.36rem auto 0.24rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    word-break: keep-all;
    box-sizing: border-box;
    padding: 0 6px;
    position: relative;
}

.classification-box {
    width: 1.80rem;
    height: 0.56rem;
    background: transparent;
    border-radius: 0.80rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    position: relative;
    z-index: 2;
}

.classification-bottom {
    box-shadow: 0 0.06rem 0.2rem 0 rgba(0, 26, 151, 0.08), 0 0 0.06rem 0 rgba(0, 26, 151, 0.02);
    width: 1.80rem;
    height: 0.56rem;
    border-radius: 0.80rem;
    background: #FFFFFF;
    z-index: 1;
    position: absolute;
    left: 0.06rem;
    right: auto;
    top: 0.06rem;
    bottom: auto;
    transition: left .3s;
}

.classification-box img {
    display: block;
    width: 0.34rem;
    height: 0.34rem;
    margin-right: 0.08rem;
}

.classification-box:nth-child(2) img {
    width: 0.32rem;
    height: 0.32rem;
}

.classification-box .txt {
    font-size: 0.20rem;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    color: #050F3F;
}


/* .classification .active {
    box-shadow: 0 0.06rem 0.2rem 0 rgba(0, 26, 151, 0.08), 0 0 0.06rem 0 rgba(0, 26, 151, 0.02);
    background: #FFFFFF;
} */

.pro-list,
.pro-list1,
.pro-list2 {
    width: 100%;
    max-width: 12rem;
    margin: 0 auto;
    position: relative;
    flex-wrap: wrap;
    display: none;
}

.pro-list {
    display: flex;
}

.wait-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wait-box img {
    display: block;
    width: 2.72rem;
    height: 2.49rem;
}

.wait-box div {
    height: 0.23rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    color: #717F94;
    line-height: 0.21rem;
    text-align: center;
}

.section-fun {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 5.68rem;
    margin: 0 auto;
    background: url('../images/index/sectionfun_bg.png')no-repeat center;
    background-size: cover;
    position: relative;
}

.section-funbox {
    width: 100%;
    max-width: 12rem;
    margin: 0.56rem auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.help-item {
    width: 2.78rem;
    height: 2.86rem;
    box-shadow: 0 0.04rem 0.22rem 0 rgba(5, 15, 63, 0.08);
    border-radius: 0.16rem;
    /* border: 1px solid #FFFFFF; */
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    padding: 0.44rem 0.28rem 0 0.28rem;
    user-select: none;
    transition: transform .3s;
}

.help-item.index1 {
    background: url("../images/index/help_item_bg1.png") no-repeat center;
    background-size: cover;
}

.help-item.index2 {
    background: url("../images/index/help_item_bg2.png") no-repeat center;
    background-size: cover;
}

.help-item.index3 {
    background: url("../images/index/help_item_bg3.png") no-repeat center;
    background-size: cover;
}

.help-item.index4 {
    background: url("../images/index/help_item_bg4.png") no-repeat center;
    background-size: cover;
}

.help-item img {
    display: block;
    width: 0.56rem;
    height: 0.56rem;
}

.help-item .help-title {
    height: 0.27rem;
    font-size: 0.21rem;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: bold;
    color: #050F3F;
    line-height: 0.25rem;
    margin-top: 0.32rem;
}

.help-item .help-txt {
    font-size: 0.16rem;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    color: #717F94;
    line-height: 0.26rem;
    margin-top: 0.12rem;
}

.help-box .help-item :hover {
    transform: translateY(-10px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.48) 100%);
    box-shadow: 0px 30px 60px 0px rgba(190, 202, 226, 0.40);
    backdrop-filter: blur(10px);
}

.hover:hover .help-item {
    transform: translateY(-0.15rem);
}

.section-reviews {
    width: 100%;
    min-height: 5.28rem;
    background: url("../images/index/reviews_bg.png") no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.reviewsSection {
    display: flex;
    width: 12.6rem;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.swiper-container.user-container {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0.56rem 0;
    user-select: none;
}

.swiper-container.user-container .swiper-slide {
    width: calc(100% / 3);
    overflow: unset;
}

.userSlide {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin: 0 auto;
}

.reviews {
    width: 3.66rem;
    height: 1.56rem;
    background: url("../images/index/userslid_bg.png") no-repeat center;
    background-size: cover;
    box-sizing: border-box;
    padding: 0.26rem 0.26rem 0.2rem 0.26rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: rgba(5, 15, 63, 0.8);
    line-height: 0.28rem;
}

.userInformation {
    width: 3.66rem;
    display: flex;
    align-items: center;
    margin-top: 22px;
}

.userInformation>img {
    display: block;
    width: 0.68rem;
    height: 0.68rem;
    margin-right: 0.16rem;
}

.userInformation>.username {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.userInformation>.username>p {
    font-size: 0.16rem;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    color: #050F3F;
    line-height: 0.16rem;
}

.userInformation>.username>i {
    display: block;
    width: 1.2rem;
    height: 0.2rem;
    background: url("../images/index/ic_xx.png") no-repeat center;
    background-size: cover;
    margin-top: 0.17rem;
}

.reviewsSection>.swiper-button-prev,
.reviewsSection>.swiper-button-next {
    display: block;
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    position: absolute;
    top: 1.78rem;
    bottom: auto;
    background: url("../images/index/jiantou1a.svg") no-repeat center;
    background-size: cover;
}

.reviewsSection>.swiper-button-prev {
    left: -0.4rem;
    right: auto;
    transform: rotate(180deg);
}

.reviewsSection>.swiper-button-next {
    left: auto;
    right: -0.4rem;
}

.reviewsSection>.swiper-button-prev:hover,
.reviewsSection>.swiper-button-next:hover {
    background: url("../images/index/jiantou1a.svg") no-repeat center;
    background-size: cover;
}

@media screen and (max-width: 1280px) {
    .reviewsSection {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0.3rem;
    }
    .reviewsSection>.swiper-button-next {
        right: -0.2rem;
    }
    .reviewsSection>.swiper-button-prev {
        left: -0.2rem;
    }
}

@media screen and (max-width: 1260px) {
    .section-fun {
        box-sizing: border-box;
        padding: 0 0.3rem 0.6rem 0.3rem;
    }
    .section-fun .hover {
        margin-bottom: 0.36rem;
    }
}

@media screen and (max-width: 1200px) {
    .section-fun {
        padding: 0 0.3rem 0.6rem 0.3rem;
    }
    .reviewsSection {
        box-sizing: border-box;
        padding: 0 0.8rem;
    }
    .swiper-container.user-container .swiper-slide {
        width: 50%;
        overflow: unset;
    }
    .reviewsSection>.swiper-button-next {
        right: 0.3rem;
    }
    .reviewsSection>.swiper-button-prev {
        left: 0.3rem;
    }
}

@media screen and (max-width: 996px) {
    .section-fun {
        padding: 0 0.3rem 0.6rem 0.3rem;
    }
}

@media screen and (max-width: 992px) {
    .top_container {
        background: url("../images/index/top_bg@992.png") no-repeat center;
        background-size: cover;
    }
}

@media screen and (max-width: 900px) {
    .section-reviews {
        padding-bottom: 0.3rem;
    }
    .reviewsSection {
        padding: 0;
    }
    .reviewsSection>.swiper-button-prev,
    .reviewsSection>.swiper-button-next {
        top: auto;
        bottom: -0.35rem;
    }
    .reviewsSection>.swiper-button-prev {
        left: 40%;
    }
    .reviewsSection>.swiper-button-next {
        right: 40%;
    }
}

@media screen and (max-width: 898px) {
    .section-funbox {
        justify-content: space-around;
    }
}

@media screen and (max-width: 768px) {
    .top_container {
        background: url("../images/index/top_bg@768.png") no-repeat center;
        background-size: cover;
    }
}

@media screen and (max-width: 750px) {
    .classification {
        display: none;
    }
    .pro-list,
    .pro-list1 {
        display: none;
    }
    .pro-list2 {
        display: flex;
        margin-top: 0.64rem;
    }
    .section-reviews {
        padding: 0;
    }
    .swiper-container.user-container .swiper-slide {
        width: 100%;
    }
    .reviewsSection>.swiper-button-prev {
        left: 10%;
        top: 1.78rem;
    }
    .reviewsSection>.swiper-button-next {
        right: 10%;
        top: 1.78rem;
    }
}
