body {
}

.banner {
    height: 40.8vw;
}

.content {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: url(../images/category/bg.jpg?20240907) no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
    box-sizing: border-box;
    padding-bottom: 340px;
    font-size: 0;
}

.category {
    width: 998px;
    padding: 56px;
    justify-content: space-evenly;
    flex-wrap: wrap;
    display: flex;
}

.category a {
    position: relative;
    width: 192px;
    height: 137px;
    margin: 0px 50px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 30px;
}

.category a.icon_1 {
    background-image: url(../images/category/icon_1.png);
}

.category a.icon_2 {
    background-image: url(../images/category/icon_2.png);
}

.category a.icon_3 {
    background-image: url(../images/category/icon_3.png);
}

.category a.icon_4 {
    background-image: url(../images/category/icon_4.png);
}

.category a.icon_5 {
    background-image: url(../images/category/icon_5.png);
}

.category a.icon_6 {
    background-image: url(../images/category/icon_6.png);
}

.category a.icon_7 {
    background-image: url(../images/category/icon_7.png);
}

.category a.icon_8 {
    background-image: url(../images/category/icon_8.png);
}

.category a.icon_7:before {
    width: 6.13vw;
    height: 5.33vw;
    background-image: url(../images/category/icon_7.png);
}

.swiper-container {
}

.swiper-pagination {
    bottom: 0 !important;
}

.items {
    margin-top: 80px;
    width: 998px
}

.items-title {
    font-size: 40px;
    width: 998px;
    color: #fff;
    font-weight: 600;
    padding-left: 24px;
    margin-bottom: 28px;
}

.item {
    margin-bottom: 20px;
    display: block;
}

.nav-lvji {
    font-size: 34px;
    justify-content: space-between;
    display: flex;
}

.nav-lvji span {
    position: relative;
    width: 304px;
    line-height: 100px;
    padding-left: 24px;
    border-radius: 20px;
    background: #145d9b;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
}

.nav-lvji span.on {
    background: url(../images/category/gou.png) no-repeat;
    background-size: 100% 100%;
    color: #303030;
}

.lvji {
    margin-top: 40px;
    min-height: 368px;
}

.coupon-con {
    margin-top: 219px;
    width: 998px;
}

.coupon-nav {
    width: 100%;
    height: 74px;
    font-size: 0;
    display: flex;
}

.coupon-nav span {
    flex: 1;
}

.coupon-con ul {
    width: 965px;
    height: 312px;
    background-image: url(../images/category/nav_bg.png);
    background-size: 100% 100%;
    border-radius: 15px;
}

.coupon-con ul.s1 {
    background-image: url(../images/category/tab1.png);
}

.coupon-con ul.s2 {
    background-image: url(../images/category/tab2.png?1);
}

.coupon-con li {
    padding: 24px 15px 0;
}

.flex-between {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}

.c-btn {
    position: relative;
}

.c-btn[data-finish="1"]:before {
    content: "";
    position: absolute;
    right: 0%;
    top: 0vw;
    width: 120px;
    height: 120px;
    background: url(../images/category/finish.png) no-repeat;
    background-size: 100% 100%;
}

.c-btn[data-get="1"]:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 160px;
    height: 160px;
    background: url(../images/category/get.png) no-repeat;
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.c-btn[data-finish="2"]:before {
    content: "";
    position: absolute;
    right: 0%;
    top: 0vw;
    width: 120px;
    height: 120px;
    background: url(../images/category/finish2.png) no-repeat;
    background-size: 100% 100%;
}

.m-banner {
    height: 80%;
}

.m-banner .con-box {
    width: 90.67vw;
    height: 124.93vw;
    background: url(../images/category/bbg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 29vw;
}

.m-banner .con-box .scroll-y {
    height: 94vw;
    overflow: hidden;
    overflow-y: scroll;
}

.m-banner .con-box .scroll-y::-webkit-scrollbar {
    width: 6px;
    height: 2px;
    border-radius: 10px;
}

.m-banner .con-box .scroll-y::-webkit-scrollbar-thumb {
    background: #007aff;
    border-radius: 8px;
    display: block;
    font-size: 2.67vw;
}

body .swiper-pagination-bullet {
    background: #85c6fe;
    opacity: 1;
}

body .swiper-pagination-bullet-active {
    background: #ffffff;
}