.banner {
    height: 240px;
    overflow: hidden;
    position: relative;
}

.banner_item {
    height: 240px;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.banner .page_item_wrap {
    position: absolute;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 1;
}

.banner .page_item {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    opacity: 0.3;
    background: rgba(255, 255, 255, 100);
    margin: 0 4px;
    cursor: pointer;
    transition: width 300ms ease-in-out;
}

.banner .page_item.on {
    width: 24px;
    opacity: 1;
}

.goods_group_title {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

.goods_group_title h1, .page_header h1 {
    font-size: 22px;
}

.goods_group_title h1:before {
    display: inline-block;
    content: '';
    width: 18px;
    height: 18px;
    background: url("https://static.9891.com/9891/img/card_title_left.png") no-repeat left center;
    padding-right: 20px;
}

.goods_group_title h1:after {
    display: inline-block;
    content: '';
    width: 18px;
    height: 18px;
    background: url("https://static.9891.com/9891/img/card_title_right.png") no-repeat right center;
    padding-left: 20px;
}

/*优惠券*/
.coupon_group_wrap {
    padding-bottom: 180px;
}

.coupon_group {
    display: none;
    margin-top: 50px;
}

.new_coupon_item {
    width: 310px;
    height: 100px;
    float: left;
    background: -moz-linear-gradient(90deg, rgb(254, 250, 255) 0%, rgb(255, 247, 250) 100%);
    background: -webkit-linear-gradient(90deg, rgb(254, 250, 255) 0%, rgb(255, 247, 250) 100%);
    background: -ms-linear-gradient(90deg, rgb(254, 250, 255) 0%, rgb(255, 247, 250) 100%);
    background: linear-gradient(90deg, rgb(254, 250, 255) 0%, rgb(255, 247, 250) 100%);
    box-shadow: 0 8px 8px 0 rgba(204, 188, 193, 0.2);
    box-sizing: border-box;
    position: relative;
    margin-right: 32px;
    margin-bottom: 32px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    color: #2f1333;
    font-size: 14px;
}

.new_coupon_item:nth-of-type(4n) {
    margin-right: 0;
}

.new_coupon_item .type {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 60px;
    border-radius: 0 8px 8px 0;
    background: #fde3ed;
    writing-mode: tb-rl;
    font-size: 12px;
    cursor: default;
}

.new_coupon_item .info {
    margin-left: 20px;
    width: 210px;
}

.new_coupon_item .discount {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
}

.new_coupon_item .discount i {
    font-size: 32px;
    margin-top: -2px;
    font-family: Arial, "Microsoft Yahei";
}

.new_coupon_item .name {
    max-width: 100%;
    position: relative;
    display: inline-block;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new_coupon_item .name:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    background: #fde3ed;
    border-radius: 3px;
    z-index: -1;
}

.new_coupon_item .time {
    font-size: 12px;
    color: #BFAEBC;
}

.new_coupon_item .right_btn_wrap {
    margin-left: auto;
    width: 56px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new_coupon_item .split_line {
    width: 1px;
    height: 70px;
    border-left: 1px dashed #ede1e6;
    position: relative;
}

.new_coupon_item .split_line:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: -24px;
    left: -8px;
}

.new_coupon_item .split_line:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    bottom: -24px;
    left: -8px;
    box-shadow: 0 8px 8px 0 rgba(204, 188, 193, 0.2) inset;
}

.new_coupon_item .btn_fetch {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 70px;
    writing-mode: tb-rl;
    color: #ffffff;
    font-size: 12px;
    background: #FF457D;
    border-radius: 13px;
    cursor: pointer;
}

.btn_fetch.disabled {
    opacity: 0.3;
    cursor: default;
}

.group_item .btn_more {
    display: block;
    width: 94px;
    height: 30px;
    line-height: 30px;
    color: #2f3133;
    border-radius: 0;
    margin: 0 auto;
    text-align: center;
    background: #F5F6F8;
    cursor: pointer;
}

.btn_more .ico_right {
    margin-left: 10px;
    transform: rotate(90deg);
    display: inline-block;
    padding: 5px 3px;
    background: url(https://static.9891.com/9891/img/ico_right.png) no-repeat right;
}

/*商品列表*/
.goods_container {
    width: 1368px;
    margin: 0 auto;
}

.select-group {
    display: none;
}

.select-group-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 1336px;
    height: 65px;
    background: #ffffff;
    border-radius: 10px;
    padding: 0 40px;
    margin: 20px auto 0;
    font-size: 14px;
    box-sizing: border-box;
}

.select-group .label {
    display: flex;
    align-items: center;
}

.select-group .select-input {
    width: 240px;
    height: 34px;
    line-height: 32px;
    text-align: left;
    border: 1px solid #EDEFF2;
    background: #ffffff;
    outline: 0;
    padding-left: 10px;
    padding-right: 30px;
    border-radius: 4px;
    box-sizing: border-box;
}

.select-group .title {
    display: inline-block;
    width: 100px;
    color: #81858c;
}

.select-group .select-input-wrap {
    position: relative;
}

.select-group .select-input {
    cursor: pointer;
}

.select-group .select_ul {
    display: none;
    max-height: 192px;
    min-height: 102px;
    position: absolute;
    left: 0;
    right: 0;
    top: 34px;
    z-index: 1;
    background: #ffffff;
    overflow-y: auto;
    padding: 10px 0;
    border: 1px solid #EDEFF2;
    box-shadow: 0px 8px 8px 0px rgba(188, 194, 204, 0.2);
}

.select-group .select_ul li {
    position: relative;
    cursor: pointer;
    line-height: 40px;
    padding-left: 10px;
}

.select-group .select_ul li:hover {
    background: #f5f6f8;
}

.select-group .btn-wrap {
    display: flex;
    margin-left: 10px;
}

.select-group .btn_search {
    display: inline-block;
    width: 68px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    background: #ff457d;
    border-radius: 4px;
    margin-right: 6px;
    cursor: pointer;
}

.select-group .btn_reset {
    display: inline-block;
    width: 68px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #000000;
    font-size: 14px;
    background: #f5f6f8;
    border-radius: 4px;
    cursor: pointer;
}

.select-group .ico_down_grey {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -3px;
}

.select-group .no-data {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #81858c;
}

.select-group .tips {
    display: none;
    position: absolute;
    top: 34px;
    left: 10px;
    font-size: 12px;
    color: #ff457d;
}

.status_tab {
    display: flex;
    align-items: center;
    margin: 20px 0 20px 16px;
}

.status_tab li {
    margin-right: 40px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
}

.status_tab li.on {
    font-size: 16px;
    font-weight: 700;
}

.goods_item {
    display: block;
    width: 342px;
    padding: 16px;
    float: left;
    transition: background 300ms ease-in-out;
    border-radius: 10px;
    color: #2f1333;
}

.goods_item:hover {
    background: #ffffff;
    box-shadow: 0px 8px 8px 0px rgba(188, 194, 204, 0.2);
}

.goods_item .img {
    width: 310px;
    height: 192px;
    border-radius: 10px;
    background: #e6e7ed;
    overflow: hidden;
}

.goods_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.goods_item .name {
    font-size: 14px;
    max-width: 310px;
    font-weight: 700;
    margin-top: 12px;
}

.goods_tag {
    width: 220px;
    height: 18px;
    white-space: nowrap;
    overflow: hidden;
}

.goods_tag span {
    background: #dbbb39;
    padding: 0 3px;
    height: 18px;
    line-height: 18px;
    color: #33280e;
    margin-right: 4px;
    font-size: 12px;
    vertical-align: top;
    float: left;
}

.tag_discount {
    background: #ff3867 !important;
    color: #ffffff !important;
}

.goods_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 6px;
}

.goods_info .price {
    font-size: 18px;
}

.noContent {
    text-align: center;
    padding: 92px 0;
    color: #5c6573;
}

.noContentBtns a {
    display: inline-block;
    color: #ff3867;
    text-align: center;
    width: 100px;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
    margin: 10px;
    text-decoration: underline;
    font-size: 16px;
}

/*滚动条宽高及背景*/
.list-scroll::-webkit-scrollbar {
    width: 6px;
    background: #ffffff;
}

/*滑块*/
.list-scroll::-webkit-scrollbar-thumb {
    background: #d2d3d9;
    border-radius: 3px;
}

/*滚动条轨道*/
.list-scroll::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05)
}
