/* 轮播图样式 */
.banner {
    width: 100%;
    height: 480px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.banner-slide {
    width: 100%;
    height: 480px;
}

.banner-slide .bd {
    width: 100% !important;
    position: relative;
    z-index: 0;
}

.banner-slide .bd ul {
    width: 100% !important;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    transition: transform 0.5s ease;
}

.banner-slide .bd li {
    width: 100% !important;
    height: 480px;
    overflow: hidden;
    text-align: center;
    flex-shrink: 0;
}

.banner-slide .bd li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-slide .hd {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index: 1;
}

.banner-slide .hd ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.banner-slide .hd li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50%;
    background: rgba(230, 0, 18, 0.2);
    opacity: 0.5;
    cursor: pointer;
    color: transparent;
}

.banner-slide .hd li.on {
    opacity: 1;
    background: #E60012;
}

.banner-slide .prev,
.banner-slide .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 60px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    z-index: 1;
}

.banner-slide .prev {
    left: 0;
}

.banner-slide .next {
    right: 0;
}

.header_class {
    height: auto;
    border: 0;
    position: absolute;
    left: 150px;
    top: 15px;
    bottom: 0px;
    z-index: 999;
}

.list {
    width: 210px;
    background: #fff;
    padding: 5px 0px;
    height: 450px;
    border-radius: 15px;
}

.list li {
    margin: 0px 16px;
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.list li h2 {
    font-size: 14px;
    color: #323232;
    /* height: auto;
    overflow: hidden; */
    flex: 1;
}

.list li h2 p {
    color: #999;
    margin-top: 0px;
}

.list li h2 p span {
    margin-right: 6px;
}

.list li h2 p a {
    display: inline-block;
    font-size: 12px;
    color: #999999;
}

.header_class .header_class_detail {
    left: 230px;
    position: absolute;
    top: 0px;
    height: 450px;
    width: 960px;
}

.header_class .header_class_detail .item {
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
    background-color: #fff;
    overflow-y: auto;
}

.header_class .header_class_detail .listwrap {
    width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.header_class .header_class_detail .listwrap .sitems {
    padding: 0 45px 0 10px;
    width: 650px;
    float: left;
}

.header_class .header_class_detail .listwrap .sitems li {
    overflow: hidden;
    padding: 10px 0 0px 10px;
    position: relative;
    /* min-height: 64px; */
}

.header_class .header_class_detail .listwrap .sitems li h4 {
    color: #1a1a1a;
    /* float: none; */
    /* height: 20px;
    line-height: 20px; */
    /* left: 0;
    padding: 0;
    position: absolute; */
    /* top: 11px; */
    /* padding-left: 5px; */
    /* text-decoration: none; */
    font-size: 14px;
    /* text-align: center; */
}

/* .header_class .header_class_detail .listwrap .sitems li .bit:hover {
    text-decoration: none;
} */

.header_class .header_class_detail .listwrap .sitems li .bit i {
    background: url(../images/icons.png);
    background-position: -26px -84px;
    width: 13px;
    height: 13px;
    display: inline-block;
}
.jinp-list{
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}
.jinp-list a{
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    padding: 8px 15px;
    border-radius: 6px;
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}
.jinp-list a img{
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
/* .header_class .header_class_detail .listwrap .sitems li a {
    margin: 8px 10px;
    overflow: hidden;
    white-space: nowrap;
    color: #636363;
    font-size: 13px;
    padding-top: 2px;
} */

/* .header_class .header_class_detail .listwrap .sitems li a:hover {
    color: #E60012;
} */

.header_class .header_class_detail .listwrap .brand {
    background: #fff;
    width: 280px;
    padding: 10px;
}

.header_class .header_class_detail .listwrap .brand .cla {
    background: #f4f3f3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.header_class .header_class_detail .listwrap .brand .cla h1 {
    font-size: 14px;
    color: #1a1a1a;
    flex: 1;
    font-weight: normal;
}

.header_class .header_class_detail .listwrap .brand .cla p {
    font-size: 12px;
    color: #666666;
}

.header_class .header_class_detail .listwrap .brand li {
    width: 85px;
    height: 85px;
    float: left;
    margin: 5px 0px;
}

.header_class .header_class_detail .listwrap .brand li img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    object-fit: contain;
}

.header_class .header_class_detail .listwrap .brand li p {
    font-size: 12px;
    color: #000;
    text-align: center;
}

.header_class .header_class_detail .listwrap .fl_img {
    width: 260px;
    height: auto;
    height: 86px;
    object-fit: cover;
}

.index-body {
    padding-top: 45px;
    display: flex;
    margin-bottom: 40px;
}

.index-body .jpzq-cont {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 18px;
    width: 486px;
    margin-right: 24px;
}

.index-body .jpzq-cont .lf-jp {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.index-body .jpzq-cont .lf-jp h4 {
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #222222;
    flex: 1;
}

.index-body .jpzq-cont .lf-jp h4 img {
    margin-right: 8px;
    width: 42px;
    height: 24px;
}

.index-body .jpzq-cont .lf-jp a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #6B7280;
}

.index-body .jpzq-cont .lf-jp a img {
    margin-left: 7px;
}

.index-body .brand-ul li {
    margin-right: 10px;
    margin-bottom: 0px;
}

.index-body .brand-ul li:hover {
    border: 1px solid #F7F8FC;
}

.index-body .brand-ul li:last-child {
    margin-right: 0px;
}

.index-body .zq-cont {
    background-color: #fff;
    width: 196px;
    border-radius: 20px;
    padding: 20px 22px;
    margin-right: 24px;
    cursor: pointer;display: block;
}

.index-body .zq-cont h4 {
    font-size: 18px;
    color: #323232;
}

.index-body .zq-cont .zq-img {
    padding-top: 40px;
}

.index-body .zq-cont .zq-img img {
    width: 145px;
    height: 80px;
}

.index-body .sign-cont {
    background: url(../images/sign-bg.png) no-repeat;
    background-size: 100% 100%;
    width: 250px;
    padding: 14px 18px;
    position: relative;
}

.index-body .sign-cont h4 {
    font-size: 22px;
    color: #323232;
    font-weight: bold;
}

.index-body .sign-cont h4 span {
    font-size: 12px;
    color: #9EA6AF;
    display: inline-block;
    padding-left: 10px;
    font-weight: normal;
}

.index-body .sign-cont .sign-ul {
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 15px;
    padding: 12px 0;
    justify-content: space-around;
}

.index-body .sign-cont .sign-ul li {
    flex: 1;
    text-align: center;
    padding: 0 5px;
}

.index-body .sign-cont .sign-ul li p {
    width: 28px;
    height: 28px;
    line-height: 18px;
    background-color: #D8D8D8;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #EAEAEA;
    font-size: 11px;
    color: #fff;
    margin: auto;
    font-weight: bold;
}

.index-body .sign-cont .sign-ul li span {
    display: inline-block;
    font-size: 10px;
    color: #878B96;
    padding-top: 3px;
    line-height: 1.2;
}

.index-body .sign-cont .sign-ul li.active p {
    background-color: #F9BD46;
    border-color: #FDDF78;
}

.index-body .sign-cont .sign-ul li.active span {
    color: #1F2937;
}

.index-body .sign-cont .sign-fot {
    display: flex;
    align-items: center;
    border: 1px solid #000000;
    border-radius: 10px;
    margin-top: 12px;
}
.index-body .sign-cont .sign-fot.bor-hui{
    border: 1px solid rgba(31, 41, 55, 0.1);
}

.index-body .sign-cont .sign-fot p {
    flex: 1;
    text-align: center;
    font-size: 14px;
    color: #1F2937;
}

.index-body .sign-cont .sign-fot a {
    flex: 1;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background-color: #000000;
    border-radius: 0px 10px 10px 0px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.index-body .sign-cont .sign-fot a.yqd-btn {
    background-color: #1F2937;
}

.index-body .sign-cont .sign-txt {
    position: absolute;
    top: 8px;
    right: 18px;
    font-size: 14px;
    color: #E60012;
}

.group-cont {
    display: flex;
    margin-bottom: 40px;
}

.group-cont .lf-tg {
    width: 210px;
    background-color: #E60012;
}

.group-cont .lf-tg h4 {
    font-size: 28px;
    color: #fff;
    padding: 24px 24px 0px;
}

.group-cont .lf-tg h4 p {
    font-size: 16px;
    padding-top: 11px;
    font-weight: normal;
}

.group-cont .lf-tg img {
    width: 100%;
}

.group-cont .group-ul {
    flex: 1;
    background-color: #fff;
    padding: 20px 0px;
    display: flex;
}

.group-cont .group-ul li a {
    padding: 0px 40px;
    border-right: 1px solid #F4F4F4;
    display: block;
}

.group-cont .group-ul li:last-child {
    border-right: none;
}

.group-cont .group-ul li img {
    width: 164px;
    height: 164px;
    object-fit: cover;
}

.group-cont .group-ul li .fot-cont {
    padding-top: 10px;
}

.group-cont .group-ul li .fot-cont h4 {
    font-size: 14px;
    color: #323232;
    font-weight: normal;
}

.group-cont .group-ul li .fot-cont .price {
    padding-top: 5px;
    display: flex;
    align-items: center;
}

.group-cont .group-ul li .fot-cont .price span {
    width: 32px;
    height: 14px;
    line-height: 14px;
    background-color: #E60012;
    font-size: 10px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
}

.group-cont .group-ul li .fot-cont .price p {
    padding-left: 6px;
    font-size: 18px;
    color: #E60012;
    font-weight: bold;
}

.group-cont .group-ul li .fot-cont .price p em {
    font-size: 14px;
    color: #B4B4B4;
    display: inline-block;
    font-weight: normal;
    padding-left: 7px;
    text-decoration: line-through;
}

.flash-cont {
    background: linear-gradient(180deg, #FEF5F6 0%, #FFFFFF 100%);
    margin-bottom: 42px;
}

.flash-cont .flash-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
}

.flash-cont .flash-top .lf-tit {
    display: flex;
    align-items: center;
    font-size: 28px;
    color: #111827;
    font-weight: bold;
}

.flash-cont .flash-top .lf-tit p {
    padding-left: 18px;
    font-size: 14px;
    color: #111827;
}

.flash-cont .flash-top .lf-tit p span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    background-color: #E60214;
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 0px 4px;
}

.more {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #E60012;
}

.more img {
    margin-left: 7px;
}

.flash-cont .flash-bot {
    display: flex;
}

.flash-cont .flash-bot .lf-shop {
    /* background-color: #fff; */
    background: url(../images/sg-bg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    padding: 20px 24px;
    width: 528px;
}

.flash-cont .flash-bot .lf-shop .lf-shop-cont {
    flex: 1;
    padding-right: 37px;
}

.flash-cont .flash-bot .lf-shop .lf-shop-cont h4 {
    font-size: 18px;
    color: #323232;
    line-height: 24px;
}

.flash-cont .flash-bot .lf-shop img {
    width: 190px;
    height: 190px;
    object-fit: cover;
    border-radius: 5px;
}

.flash-cont .flash-bot .lf-shop .lf-shop-cont .step-box {
    display: flex;
    align-items: center;
    padding-top: 19px;
}

.flash-cont .flash-bot .lf-shop .lf-shop-cont .step-box .lf-jdt {
    /* flex: 1; */
    width: 140px;
    background: rgba(230, 3, 23, 0.1);
    height: 8px;
    border-radius: 10px;
    margin-right: 10px;
    position: relative;
}

.flash-cont .flash-bot .lf-shop .lf-shop-cont .step-box .lf-jdt span {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background: linear-gradient(270deg, #E93323 0%, #FF7931 100%);
    height: 8px;
    border-radius: 10px;
    padding-top: 0px;
}

.wid68 {
    width: 68%;
}

.flash-cont .flash-bot .lf-shop .lf-shop-cont .step-box p {
    font-size: 14px;
    color: #1F2937;
}

.flash-cont .flash-bot .lf-shop .lf-shop-cont span {
    display: inline-block;
    font-size: 12px;
    color: #999999;
    padding-top: 23px;
    text-decoration: line-through;
}

.flash-cont .flash-bot .lf-shop .lf-shop-cont p {
    font-size: 20px;
    color: #E60012;
    font-weight: bold;
    padding-top: 4px;
}

.flash-cont .flash-bot .lf-shop .lf-shop-cont p em {
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    padding-left: 5px;
}

.flash-cont .flash-bot .lf-shop .lf-shop-cont .qg-btn {
    width: 108px;
    height: 30px;
    line-height: 30px;
    background: linear-gradient(270deg, #E93323 0%, #FF7931 100%);
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    margin-top: 12px;
}

.flash-cont .flash-bot .flash-list {
    display: flex;
    flex: 1;
}

.flash-cont .flash-bot .flash-list li {
    flex: 1;
}

.flash-cont .flash-bot .flash-list li a {
    margin-left: 22px;
    background-color: #fff;
    padding: 24px 22px 24px 27px;
    display: block;
}

.flash-cont .flash-bot .flash-list li h4 {
    font-size: 18px;
    color: #323232;
    line-height: 24px;
}

.flash-cont .flash-bot .flash-list li .li-fot {
    padding-top: 25px;
    display: flex;
    align-items: flex-start;
}

.flash-cont .flash-bot .flash-list li .li-fot .li-fot-lft {
    flex: 1;
}

.flash-cont .flash-bot .flash-list li .li-fot .li-fot-lft span {
    display: inline-block;
    font-size: 12px;
    color: #999999;
    text-decoration: line-through;
}

.flash-cont .flash-bot .flash-list li .li-fot .li-fot-lft p {
    font-size: 20px;
    color: #E60012;
    font-weight: bold;
    padding-top: 4px;
}

.flash-cont .flash-bot .flash-list li .li-fot .li-fot-lft p em {
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    padding-left: 5px;
}

.flash-cont .flash-bot .flash-list li .li-fot img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 5px;
}

.seller-cont {
    display: flex;
    padding-bottom: 40px;
}

.seller-cont .lf-rank {
    background: url(../images/rmbd-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 24px 24px 0px;
    width: 528px;
}

.seller-cont .lf-rank .rank-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.seller-cont .lf-rank .rank-top h4 {
    font-size: 28px;
    color: #111827;
}

.seller-cont .lf-rank .rank-top h4 span {
    color: #E60012;
}

.seller-cont .lf-rank .rank-list li a {
    display: flex;
    align-items: flex-start;
    padding-bottom: 24px;
}

.seller-cont .lf-rank .rank-list li .top-img {
    width: 37px;
    height: 45px;
}

.seller-cont .lf-rank .rank-list li .rg-cont {
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 22px;
}

.seller-cont .lf-rank .rank-list li .rg-cont img {
    width: 68px;
    height: 68px;
    border-radius: 6px;
    object-fit: cover;
}

.seller-cont .lf-rank .rank-list li .rg-cont .cen-cont {
    flex: 1;
    padding-left: 15px;
}

.seller-cont .lf-rank .rank-list li .rg-cont .cen-cont h4 {
    font-size: 16px;
    color: #1F2937;
}

.seller-cont .lf-rank .rank-list li .rg-cont .cen-cont p {
    font-size: 12px;
    color: #6B7280;
    padding-top: 10px;
}

.seller-cont .lf-rank .rank-list li .rg-cont .price {
    font-size: 20px;
    color: #E60012;
    font-weight: bold;
}

.seller-cont .new-shop {
    /* flex: 1; */
    margin-left: 24px;
    background-color: #fff;
    padding: 19px 0px 24px;
    width: 648px;
}

.seller-cont .new-shop .new-top {
    display: flex;
    align-items: center;
    padding: 0px 24px 24px;
}

.seller-cont .new-shop .new-top h4 {
    font-size: 28px;
    color: #111827;
}

.seller-cont .new-shop .new-top h4 span {
    color: #E60012;
}

.seller-cont .new-shop .new-top .line {
    flex: 1;
    height: 1px;
    background: rgba(148, 163, 184, 0.1);
    margin: 0px 24px;
}

.seller-cont .new-shop .new-top .rg-img {
    display: flex;
}

.seller-cont .new-shop .new-top .rg-img img {
    margin-left: 24px;
    cursor: pointer;
}

.seller-cont .new-shop .flex-warp-none .product-li {
    padding: 0px 24px;
    width: initial !important;
    margin-right: 0px !important;
}

.seller-cont .new-shop .flex-warp-none .product-li a {
    width: 160px !important;
    padding: 0px !important;
}

.tuij-cont .tuij-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.tuij-cont .tuij-top h4 {
    font-size: 28px;
    color: #111827;
}

.tuij-cont .tuij-top h4 span {
    display: inline-block;
    padding-left: 29px;
    font-size: 14px;
    color: #6B7280;
}
.fenl-ul{
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
}
.fenl-ul a{
    font-size: 14px;
    color: #999;
    display: inline-block;
    margin-right: 30px;
    padding-bottom: 10px;
}

.fenl-ul a:hover{
    color: #E60012;
}

