.header-header {
    display: none;
}
.swiper-container {
    overflow: visible;
}
.isIndex {
    display: none !important;
}
body {
    background-color: #ffffff;
    height: auto;
}
ul {
    list-style: none;
    padding: 0;
}
a:hover {
    text-decoration: none;
}
a:hover,
a:focus {
    color: #333;
}
.special_sub {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.special_sub .sub_img {
    width: 388px;
    height: 117px;
    cursor: pointer;
}
.special_sub .coupon_img {
    width: 389px;
    height: 174px;
    margin-top: 68px;
    cursor: pointer;
}
.lowPrice {
    width: 1200px;
    margin: 40px auto 0;
}

.lowPrice .lowPrice_title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lowPrice .lowPrice_title img {
    width: 513px;
    height: 72px;
}

.lowPrice .lowPrice_title .tit_txt {
    font-family:
        Source Han Sans CN,
        Source Han Sans CN;
    font-weight: 500;
    font-size: 16px;
    color: #999999;
    margin-top: -10px;
}

.lowPrice_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 29px;
}

.lowPrice_list .lowPrice_list_item {
    width: 216px;
    height: 378px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.lowPrice_list .lowPrice_list_item:hover {
    background: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    margin-top: -10px;
    transition: all 0.3s ease;
}

.lowPrice_list .lowPrice_list_item:hover .low_img {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    transition: all 0.3s ease;
}

.lowPrice_list .lowPrice_list_item:hover .low_goods_name {
    margin-left: 10px;
    transition: all 0.3s ease;
}

.lowPrice_list .lowPrice_list_item:hover .low_goods_price_left {
    margin-left: 10px;
    transition: all 0.3s ease;
}

.lowPrice_list .lowPrice_list_item:hover .low_goods_price_right {
    margin-right: 10px;
    transition: all 0.3s ease;
}

.lowPrice_list .lowPrice_list_item .low_img {
    width: 100%;
    height: 300px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.lowPrice_list .lowPrice_list_item .low_goods_desc {
    margin-top: 10px;
}

.lowPrice_list .lowPrice_list_item .low_goods_desc .low_goods_name {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.lowPrice_list .lowPrice_list_item .low_goods_desc .low_goods_price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.lowPrice_list .lowPrice_list_item .low_goods_desc .low_goods_price .low_goods_price_left {
    display: flex;
    align-items: baseline;
    transition: all 0.3s ease;
}

.lowPrice_list .lowPrice_list_item .low_goods_desc .low_goods_price .low_goods_price_left .price {
    font-weight: 600;
    color: #ec5328;
}

.lowPrice_list .lowPrice_list_item .low_goods_desc .low_goods_price .low_goods_price_left .price .price_text {
    font-size: 10px;
}

.lowPrice_list .lowPrice_list_item .low_goods_desc .low_goods_price .low_goods_price_left .price .price_number {
    font-size: 16px;
}

.lowPrice_list .lowPrice_list_item .low_goods_desc .low_goods_price .low_goods_price_left .market_price {
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    margin-left: 8px;
    text-decoration: line-through;
}

.lowPrice_list .lowPrice_list_item .low_goods_desc .low_goods_price .low_goods_price_right {
    transition: all 0.3s ease;
    font-size: 14px;
    color: #fff;
    background: #ec3428;
    border-radius: 12px 12px 12px 0;
    width: 50px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flooer_img {
    width: 1244px;
    margin: 0 auto;
    display: flex;
}
.containers {
    background-color: #fff;
}
.hot_list {
    width: 100%;
    height: 707px;
    background: url("../../../addons/shop/img/share/maigeyin/hot_bg.png") no-repeat;
    background-size: cover;
    margin-top: 50px;
}

.hot_list .hot_list_content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hot_list .hot_list_content .hot_title {
    width: 786px;
    height: 72px;
    margin-top: 40px;
}

.hot_list .hot_list_content .hot_title_txt {
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    margin-top: -10px;
}

.hot_list .hot_list_content .hot_list_layer1 {
    width: 100%;
    margin-top: 29px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.hot_list .hot_list_content .hot_list_layer1 li {
    display: flex;
    background-color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    transition:
        width 0.5s ease,
        margin 0.5s ease;
    height: 378px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    border: 1px solid #ffffff;
}

.hot_list .hot_list_content .hot_list_layer1 li .hot_img {
    width: 216px;
    height: 300px;
    transition:
        width 0.5s ease,
        height 0.5s ease,
        margin 0.3s ease,
        border-radius 0.5s ease;
}

.hot_list .hot_list_content .hot_list_layer1 li .hot_info {
    margin-top: 8px;
}

.hot_list .hot_list_content .hot_list_layer1 li .hot_info .goods_name {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 216px;
}

.hot_list .hot_list_content .hot_list_layer1 li .hot_info .hot_info_desc {
    line-height: 1;
    margin: 10px 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hot_list .hot_list_content .hot_list_layer1 li .hot_info .hot_info_desc .hot_price {
    font-weight: 600;
    color: #ec5328;
    display: flex;
    align-items: baseline;
}

.hot_list .hot_list_content .hot_list_layer1 li .hot_info .hot_info_desc .hot_price .shop_price {
    font-size: 16px;
}

.hot_list .hot_list_content .hot_list_layer1 li .hot_info .hot_info_desc .hot_price .shop_price span {
    font-size: 10px;
}

.hot_list .hot_list_content .hot_list_layer1 li .hot_info .hot_info_desc .hot_price .market_price {
    font-size: 12px;
    color: #999999;
    margin-left: 8px;
    text-decoration: line-through;
}

.hot_list .hot_list_content .hot_list_layer1 li .hot_info .hot_info_desc .hot_sales {
    font-family:
        Source Han Sans CN,
        Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.hot_list .hot_list_content .hot_list_layer1 li .hot_info .hot_info_desc .hot_sales span {
    color: #ec5328;
}

/* hot_info2 相关样式 */
.hot_list .hot_list_content .hot_list_layer1 li .hot_info2 {
    margin: 20px 10px 10px 16px;
    overflow: hidden;
}

.hot_list .hot_list_content .hot_list_layer1 li .hot_info2 .hot_info2_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.hot_list .hot_list_content .hot_list_layer1 li .hot_info2 .hot_info2_content .goods_name {
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 208px;
}

.hot_list .hot_list_content .hot_list_layer1 li .hot_info2 .hot_info2_content .hot_info2_desc .hot_info2_price {
    display: flex;
    flex-direction: column;
}

.hot_list
    .hot_list_content
    .hot_list_layer1
    li
    .hot_info2
    .hot_info2_content
    .hot_info2_desc
    .hot_info2_price
    .info2_price_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hot_list
    .hot_list_content
    .hot_list_layer1
    li
    .hot_info2
    .hot_info2_content
    .hot_info2_desc
    .hot_info2_price
    .info2_price_content
    .shop_price {
    display: flex;
    align-items: baseline;
    font-weight: bold;
    font-size: 20px;
    color: #ec5328;
}

.hot_list
    .hot_list_content
    .hot_list_layer1
    li
    .hot_info2
    .hot_info2_content
    .hot_info2_desc
    .hot_info2_price
    .info2_price_content
    .shop_price
    .market_price {
    font-size: 12px;
    color: #999999;
    margin-left: 8px;
    text-decoration: line-through;
}

.hot_list .hot_list_content .hot_list_layer1 li .hot_info2 .hot_info2_content .hot_info2_desc .briefIntroduction {
    width: 210px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    font-size: 14px;
    color: #666;
}

.hot_list .hot_list_content .hot_list_layer1 li .hot_info2 .hot_info2_content .line {
    width: 100%;
    height: 1px;
    margin: 10px;
    background-color: #dcdfe6;
}

/* 特殊类名样式 */
.hot_list .hot_list_content .hot_list_layer1 .defaultListItem {
    width: 216px;
    flex-direction: column;
}

.hot_list .hot_list_content .hot_list_layer1 .hoverImg {
    width: 258px !important;
    height: 358px !important;
    margin: 10px 0px 0px 10px;
    border-radius: 10px;
}

.hot_list .hot_list_content .hot_list_layer1 .first-item-style {
    width: 504px;
    flex-direction: row;
}

/* hot_list_layer2 相关样式 */
.hot_list .hot_list_content .hot_list_layer2 {
    width: 100%;
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hot_list .hot_list_content .hot_list_layer2 li {
    cursor: pointer;
    width: 288px;
    height: 118px;
    border-radius: 10px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.hot_list .hot_list_content .hot_list_layer2 li .hot2_info {
    display: flex;
    justify-content: flex-start;
    height: 100%;
    overflow: hidden;
}

.hot_list .hot_list_content .hot_list_layer2 li .hot2_info .hot2_img {
    width: 84px;
    height: 100%;
    border-radius: 10px 0 0 10px;
}

.hot_list .hot_list_content .hot_list_layer2 li .hot2_info .hot2_info_desc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 10px 0 10px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hot_list .hot_list_content .hot_list_layer2 li .hot2_info .hot2_info_desc .hot2_info_desc_top .hot2_title {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hot_list .hot_list_content .hot_list_layer2 li .hot2_info .hot2_info_desc .hot2_info_desc_top .hot_sales {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.hot_list .hot_list_content .hot_list_layer2 li .hot2_info .hot2_info_desc .hot2_info_desc_top .hot_sales span {
    color: #ec5328;
}

.hot_list .hot_list_content .hot_list_layer2 li .hot2_info .hot2_info_desc .hot2_info_desc_bottom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.hot_list .hot_list_content .hot_list_layer2 li .hot2_info .hot2_info_desc .hot2_info_desc_bottom .hot2_price {
    font-weight: 600;
    font-size: 16px;
    color: #ec5328;
}

.hot_list .hot_list_content .hot_list_layer2 li .hot2_info .hot2_info_desc .hot2_info_desc_bottom .hot2_price span {
    font-size: 10px;
}

.hot_list .hot_list_content .hot_list_layer2 li .hot2_info .hot2_info_desc .hot2_info_desc_bottom .hot2_sales {
    text-decoration: line-through;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    margin-left: 8px;
}

.hot_list .hot_list_content .hot_list_layer2 li .hot2_info_zk {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 24px;
    background: #ec3428;
    border-radius: 12px 12px 12px 0;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    margin: 0 10px 10px 0;
}

.index-tab {
    width: 1244px;
    margin: 0 auto;
}
.f_tltle {
    display: flex;
    align-items: center;
}
.f_mark {
    width: 24px;
    height: 24px;
    background: #cc0121;
    font-size: 16px;
    color: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-tab h3 {
    display: flex;
    justify-content: space-between;
    font-size: 21px !important;
}
.index-tab h3 a {
    font-size: 26px;
    color: #000000;
    line-height: 42px;
    margin-left: 16px;
}
.index-tab h3 p a {
    font-size: 12px;
    color: #666666;
    font-weight: 400;
}
