/*banner*/
.root-head {
    margin-bottom: 0 !important;
}

.main-banner .layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    left: 0;
}

.main-banner .layui-carousel:hover .layui-carousel-arrow[lay-type=add],
.main-banner .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: 0;
}

.main-banner .layui-carousel-arrow {
    width: 50px;
    height: 98px;
    border-radius: 0;
}

.main-banner img {
    width: 100%;
    /*height: 480px;*/
    object-fit: fill;
}

.layui-carousel .layui-carousel-ind .layui-this {
    width: 50px;
}

.layui-carousel .layui-carousel-ind li {
    border-radius: 5px;
}

.layui-carousel .layui-carousel-ind ul {
    background-color: transparent;
}

/*主体内容*/
.main-content {
}

/* 特色产品 */
.main-feature {
    display: flex;
    padding: 10px 0;
    min-height: 300px;
    max-height: 1500px;
    overflow: hidden auto;
}

.main-feature::-webkit-scrollbar {
    width: 0px;
    height: 5px;
}

.main-feature::-webkit-scrollbar-thumb {
    width: 5px;
    border-radius: 3px;
    background-color: #c0c0c0;
}

.main-feature .poster-main {
    width: 427px;
    height: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 12px;
}

.main-feature .poster-main img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    cursor: pointer;
    border-radius: 12px;
}

.main-feature .feature-list {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
}

.main-feature .feature-list .feature-item {
    cursor: pointer;
    width: calc(50% - (45px / 2));
    height: 454px;
    background: #FFFFFF;
    position: relative;
    border-radius: 12px;
}

.feature-item .cover-container {
    width: 100%;
    height: 204px;
}

.main-feature .feature-list .feature-item .feature-img {
    width: 100%;
    height: 360px;
    object-fit: fill;
    border-radius: 12px 12px 0 0;
}

.main-feature .feature-list .feature-item .feature-con {
    height: calc(100% - 360px);
    padding: 10px;
}

.main-feature .feature-list .feature-item .feature-con .feature-name {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 26px;
    color: #333333;
    line-height: 37px;
    margin-bottom: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main-feature .feature-list .feature-item .feature-con .feature-sub {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-feature .feature-list .feature-item .feature-con .feature-sub .feature-sub-price {
    display: flex;
    align-items: center;
}

.main-feature .feature-list .feature-item .feature-con .feature-sub .countdown {
    display: flex;
    align-items: center;
    color: #13973b;
}

.main-feature .feature-list .feature-item .feature-con .feature-sub .countdown .countdown-text {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #13973B;
}

.main-feature .feature-list .feature-item .feature-con .feature-sub .countdown .countdown-con {
    display: flex;
    align-items: center;
}

.main-feature .feature-list .feature-item .feature-con .feature-sub .countdown .countdown-con .countdown-num {
    display: flex;
    justify-content: center;
    min-width: 35px;
    height: 24px;
    line-height: 22px;
    padding: 0 5px;
    margin: 0 5px;
    background: #13973B;
    border-radius: 2px 2px 2px 2px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 21px;
    color: #FFFFFF;
}

.main-feature .feature-list .feature-item .feature-con .feature-sub .feature-sub-price .text {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #888888;
    line-height: 28px;
}

.main-feature .feature-list .feature-item .feature-con .feature-sub .feature-sub-price .end-text {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #FF5858;
}

.main-feature .feature-list .feature-item .feature-con .feature-sub .feature-sub-price img {
    width: 22px;
    height: 22px;
    margin-right: 6px;
}

.main-feature .feature-list .feature-item .feature-con .feature-sub .feature-sub-price .vip-price {
    height: 25px;
    margin-right: 10px;
    font-family: PingFang SC;
    font-weight: 800;
    font-size: 18px;
    color: #FF5858;
}

.main-feature .feature-list .feature-item .feature-con .feature-sub .feature-sub-price .vip-price span {
    font-size: 12px;
    margin-right: 2px;
}

.main-feature .feature-list .feature-item .feature-con .feature-sub .feature-sub-price .vip-price img {
    margin-top: -2px;
    margin-left: 4px;
}

.main-feature .feature-list .feature-item .feature-con .feature-sub .feature-sub-price .price {
    height: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    text-decoration-line: line-through;
}

.main-feature .feature-list .feature-item .feature-con .feature-sub .feature-sub-price .price span {
    font-size: 12px;
    margin-right: 2px;
}

.main-feature .feature-list .feature-item .feature-con .feature-sub .feature-sub-price .num {
    height: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #999999;
}

.main-feature .feature-list .feature-item .feature-con .feature-sub .price-cart {
    width: 26px;
    height: 26px;
}

/*活动专区*/
.main-eventZone {
    display: flex;
    height: 660px;
}

.main-eventZone .poster-main {
    width: 278px;
    height: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
}

.main-eventZone .poster-main img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    cursor: pointer;
    border-radius: 10px;
}

.main-eventZone .eventZone-list {
    width: calc(100% - 278px);
    height: 100%;
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.main-eventZone .eventZone-list .eventZone-item {
    cursor: pointer;
    width: 18.58%;
    height: 48.5%;
    background: #FFFFFF;
    position: relative;
    border-radius: 8px;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
}

.main-eventZone .eventZone-list .eventZone-item .eventZone-tag {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
    width: 69px;
    height: 27px;
    line-height: 27px;
    padding-left: 33px;
    font-family: PingFang SC;
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
    background: url("/images/newIndex/tag2.svg") no-repeat;
    background-size: 100% 100%;
}

.eventZone-item .cover-container {
    width: 100%;
    height: 207px;
}

.main-eventZone .eventZone-list .eventZone-item .eventZone-img {
    width: 100%;
    height: 207px;
    border-radius: 8px 8px 0 0;
}

.main-eventZone .eventZone-list .eventZone-item .eventZone-con {
    width: 100%;
    height: calc(100% - 207px);
    padding: 10px;
}

.main-eventZone .eventZone-list .eventZone-item .eventZone-con .eventZone-name {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main-eventZone .eventZone-list .eventZone-item .eventZone-con .eventZone-progress {
    margin: 15px 0 5px;
    width: 100%;
    height: 8px;
    background: #fff6ea;
    border-radius: 4px;
}

.main-eventZone .eventZone-list .eventZone-item .eventZone-con .eventZone-progress .progress-now {
    width: 50%;
    height: 8px;
    background: url("../images/newIndex/progress-bg.svg") no-repeat;
    position: relative;
}

.main-eventZone .eventZone-list .eventZone-item .eventZone-con .eventZone-progress .progress-now img {
    position: absolute;
    right: -6px;
    bottom: 0;
}

.main-eventZone .eventZone-list .eventZone-item .eventZone-con .eventZone-price {
    width: 100%;
}

.main-eventZone .eventZone-list .eventZone-item .eventZone-con .eventZone-price .eventZone-vip-price {
    width: 100%;
    height: 40px;
    padding-left: 4px;
    display: flex;
    align-items: center;
    background: url("../images/newIndex/bg2.svg") no-repeat;
    background-size: 100% 100%;
    font-family: DINPro;
    font-weight: 500;
    font-size: 26px;
    color: #FA2B1A;
    position: relative;
}

.main-eventZone .eventZone-list .eventZone-item .eventZone-con .eventZone-price .eventZone-vip-price .unit-name {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 400;
}

.main-eventZone .eventZone-list .eventZone-item .eventZone-con .eventZone-price .eventZone-vip-price .unit {
    font-size: 14px;
    margin: 6px 2px 0;
}

.main-eventZone .eventZone-list .eventZone-item .eventZone-con .eventZone-price .eventZone-vip-price .qiang {
    position: absolute;
    right: 7px;
    font-family: PingFang SC;
    font-weight: 800;
    font-size: 20px;
    color: #FFFFFF;
}

/*模块*/
.module-item {
    width: 100%;
    padding: 60px 0;
    background: #f6f6f6;
}

.module-item.module-white {
    background: #FFFFFF;
}

.module-item .module-content {
    width: 1430px;
    margin: 0 auto;
    font-family: PingFang SC;
}

.module-item .module-content .module-title .module-headTitle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 54px;
    height: 50px;
}

.module-item .module-content .module-title .module-headTitle::before {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 36px;
    height: 35px;
    background: url("/images/newIndex/module-title.svg") center center no-repeat;
    background-size: 100% 100%;
}

.module-item .module-content .module-title .module-headTitle .module-title-text {
    font-weight: 800;
    font-size: 36px;
    color: #333333;
}

.module-item .module-content .module-title .module-headTitle .module-title-more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 115px;
    height: 36px;
    background: #F2F9F5;
    border-radius: 31px;
    border: 1px solid #00923F;
    font-weight: 500;
    font-size: 16px;
    color: #00923F;
}

.module-item .module-content .module-title .module-headTitle .module-title-more::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    margin-left: 3px;
    margin-top: 1px;
    background: url("/images/newIndex/more.svg") no-repeat;
    background-size: 100% 100%;
}

.module-item .module-content .module-title .module-subTitle {
    height: 24px;
}

.module-item .module-content .module-title .module-tabs {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E2E2E2;
    padding-left: 54px;
    margin-bottom: 20px;
}

.module-item .module-content .module-title .module-tabs .module-tab {
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    color: #888888;
    line-height: 25px;
    padding-bottom: 10px;
    margin-right: 50px;
    position: relative;
}

.module-item .module-content .module-title .module-tabs .module-tab:last-child {
    margin-right: 0;
}

.module-item .module-content .module-title .module-tabs .module-tab.act {
    font-weight: 800;
    color: #333333;
}

.module-item .module-content .module-title .module-tabs .module-tab.act::after {
    content: '';
    display: block;
    height: 4px;
    background: #2E9B42;
    border-radius: 6px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
}

.null {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #13973b;
}
