body {
    background-color: #EFEEF4;
}
.g-price {
    color: var(--color);
}

.g-sale-point {
    color: var(--color);
    width: 100%;
    margin-bottom: 0.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.goods_price {
    color: var(--color);
}

.g-list2 > li > i.icon-duigou {
    color: var(--color);
}

.appraise > .p2 > span > i {
    color: var(--color);
}

.btn-box > span, .btn-box2 > span {
    border-color: var(--color);
    color: var(--color);
}

.icon-offline_fill, .icon-addition_fill {
    color: var(--color);
}

.shop-name > .p2 {
    color: var(--color);
}

.foot-menu > li > i.active {
    color: var(--color);
}

.coupons_panel button,.stores_panel button, .params_panel button {
    background-color: var(--color);
}

.trolley {
    color: var(--color);
    background-color: var(--color2);
}

.buy {
    background: var(--color);
}

.trolley_btn {
    background: var(--color2);
    color: var(--color);
}

.buy_btn {
    background: var(--color);
}

.spec_chosed {
    background: var(--color);
}

#trolleyNum {
    background-color: var(--color);
}
.swiper-container {
    text-align: center;
}
.bannerSwiper .swiper-wrapper{
    height: 7.5rem;
}

.top-box > img {
    width: 100%;
}

.goods-inf {
    padding: 0.2rem;
    background: #FFFFFF;
    font-size: 0.24rem;
}

.goods-inf-name {
    display: flex;
    height: 0.9rem;
}

.g-title {
    font-size: 0.3rem;
    width: 6.2rem;
    display: -webkit-inline-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.g-price {
    font-size: 0.36rem;
    width: fit-content;
    display: inline-block;
    font-weight: bold;
}

.goods_price {
}

.v-price, .goods_price_vip {
    color: yellow;
    font-size: 0.24rem;
    width: 2rem;
    display: inline-block;
    background: #444;
    text-align: center;
    border-radius: 10px;
    line-height: 0.4rem;
}
.sku_goods_price_vip {
	color: yellow;
    font-size: 0.20rem;
    width: 1.8rem;
    display: inline-block;
    background: #444;
    text-align: center;
    border-radius: 10px;
    line-height: 0.4rem;
}

.g-list {
    overflow: hidden;
}

.g-list > li {
    float: left;
    width: 33.3%;
    color: #666666;
    margin-top: 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.g-list > li:nth-child(2) {
    text-align: center;
}

.g-list > li:last-child {
    text-align: right;
}

.g-list2 {
    overflow: hidden;
    background: #f8f8f8;
}

.g-list2 > li {
    float: left;
    height: 0.9rem;
    line-height: 0.9rem;
    padding: 0 0.2rem;
    font-size: 0.24rem;
    color: #666666;
}

.g-list2 > li > i.icon-duigou {
    font-size: 0.3rem;
    vertical-align: middle;
}

.g-list2 > .detail-btn {
    float: right;
}

.g-list2 > .detail-btn > i {
    font-size: 0.3rem;
    color: #666666;
}

#coupon {
    display: none;
}

.g-speci {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.28rem;
    height: 0.9rem;
    line-height: 0.9rem;
    background: #FFFFFF;
    margin-top: 0.1rem;
    padding: 0 0.2rem;
    border-bottom: 1px solid #efefef;
}

.g-speci > i {
    float: right;
    font-size: 0.3rem;
    color: #666666;
}

.type {
    text-align: center;
    height: 0.76rem;
    line-height: 0.76rem;
    font-size: 0.28rem;
    color: #666;
}

.type > b {
    display: inline-block;
    width: 1.2rem;
    height: 0;
    border-top: 1px solid #bbb;
    position: relative;
    bottom: 0.1rem;
}

.type > i {
    font-size: 0.3rem;
    color: #333;
}

.appraise {
    padding: 0.2rem;
    background: #FFFFFF;
    margin-top: 0.1rem;
}

.appraise > .p1 {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.3rem;
    color: #333333;
    display: flex;
    justify-content: space-between;
}

.appraise > .p2 {
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.24rem;
    color: #666666;
    padding-left: 0.2rem;
}
.appraise > .p2 > img {
    width: 0.7rem;
    height: 0.7rem;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid #eeeeee;
}

#comment_username {
    margin-left: 0.1rem;
}

.appraise > .p2 > span > i {
}

.appraise-date {
    color: #999999;
    font-size: 0.26rem;
    padding: 0.1rem 0;
}

.appraise-content {
    width: 6.5rem;
    font-size: 0.3rem;
    color: #333333;
    margin: 0.1rem 0.2rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.appraise-pics {
    margin-left: 0.2rem;
}

.appraise-pics img {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin-right: 0.1rem;
}

.btn-box {
    text-align: center;
    margin-top: 0.1rem;
}

.btn-box > span, .btn-box2 > span {
    display: inline-block;
    padding: 0 0.2rem;
    height: 0.6rem;
    border-width: 1px;
    border-style: solid;
    border-radius: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.6rem;
    margin: 0 auto;
}

.number {
    width: 6.0rem;
    height: 0.7rem;
    line-height: 0.7rem;
    float: left;
    padding: 0 0.1rem;
    font-size: 0.26rem;
}

.number b {
    font-weight: normal;
}

.number span {
    position: relative;
    margin: 0 0.1rem;
}

.icon-offline_fill, .icon-addition_fill {
    font-size: 0.6rem;
    vertical-align: middle;
}

.shop-inf {
    padding: 0.2rem 0.3rem;
    background: #FFFFFF;
    font-size: 0.28rem;
}

.shop-logo {
    overflow: hidden;
    font-size: 0.28rem;
}

.shop-logo > img {
    float: left;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
}

.shop-name {
    float: left;
    margin-left: 0.1rem;
    height: 0.7rem;
    line-height: 0.7rem;
}

.shop-name > .p2 {
}

.shop-list {
    overflow: hidden;
    color: #666666;
    margin: 0.3rem 0;
}

.shop-list > li {
    float: left;
    width: 33.3%;
    text-align: center;
    border-right: 1px solid #ccc;
    height: 1.1rem;
}

.shop-list > li:last-child {
    border-right: none;
}

.shop-list .num {
    color: #333333;
}

.btn-box2 {
    text-align: center;
}

.detail-box {
    background: #FFFFFF;
    padding-bottom: 0.2rem;
}

.detail-box > img {
    width: 100%;
}

.p-title {
    padding: 0 0.3rem;
    background: #FFFFFF;
    font-size: 0.3rem;
    height: 0.7rem;
    line-height: 0.7rem;
}

.p-content {
    font-size: 0.28rem;
    text-indent: 2em;
    color: #666666;
}

.footer {
    position: fixed;
    bottom: 0;
    height: 1rem;
    background: #FFFFFF;
    width: 7.5rem;
    font-size: 0.28rem;
    z-index: 3;
}

.foot-menu {
    width: 6rem;
    display: flex;
    justify-content: space-evenly;
}

.foot-menu > li {
    float: left;
    /*width: 1.5rem;*/
    text-align: center;
    padding-top: 0.1rem;
    color: #666;
    font-size: .2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.foot-menu > li i {
    font-size: 0.38rem;
}

.foot-menu > li > i.active {
}

.btn-group {
    display: flex;
}

.btn-group > button {
    width: 2.25rem;
    height: inherit;
    border: none;
    display: block;
    font-size: 0.3rem;
    outline: none;
    /*float: left;*/
}

.panel_bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(12, 12, 12, 0.5);
    display: none;
    z-index: 100;
}

.specs_panel .img-box {
    overflow: hidden;
    padding: 0 0.2rem;
    margin-bottom: 0.2rem;
    margin-top: 0.8rem;
}

.specs_panel .img-box > img {
    width: 2.6rem;
    height: 2.6rem;
    float: left;
}

.specs_panel .img-box > div {
    float: left;
    margin-top: 0.18rem;
    width: 4.2rem;
}

.specs_panel .choseText{
    position: fixed;
    z-index: 3;
    width: 7.5rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.26rem;
    text-align: left;
    padding-left: 0.2rem;
    margin:0;
    background-color: white;
}

.params_panel {
    width: 7.5rem;
    margin-top: 0.1rem;
    background-color: white;
    display: none;
}

.coupons_panel,.stores_panel, .specs_panel {
    width: 7.5rem;
    height: 9rem;
    position: fixed;
    bottom: 0;
    background-color: white;
    display: none;
    padding-bottom: 1rem;
}

.coupons_panel p, .specs_panel p, .params_panel p {
    margin: 0.2rem 0;
    text-align: left;
    padding-left: 0.2rem;
    font-size: 0.26rem;
}

.specs_content > p {
    /*border-top: 1px solid #dddddd;*/
    margin-top: 0.2rem;
}


.coupons_panel button,.stores_panel button, .params_panel button {
    width: 7.5rem;
    position: fixed;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    color: white;
    border: none;
    bottom: 0;
    font-size: 0.3rem;
}

.trolley {
    color: white;
}

.buy {
    color: white;
}
.saleoff{
    background-color: #ff5d5d;
    color:white;
}

.trolley_btn {
    position: fixed;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    border: none;
    bottom: 0;
    font-size: 0.3rem;
}

.buy_btn {
    position: fixed;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    color: white;
    border: none;
    bottom: 0;
    font-size: 0.3rem;
}
.saleoff_btn {
    position: fixed;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    color: white;
    border: none;
    bottom: 0;
    font-size: 0.3rem;
    display: none;
}

.trolley:disabled {
    background: #dcdcdc;
    color: white;
}

.buy:disabled {
    background: #dcdcdc;
}

.spec_unchose {
    padding: 0.1rem 0.3rem;
    border: none;
    margin: 0.1rem;
    color: #555;
    background-color: #eee;
    text-align: center;
    display: inline-block;
    font-size: 0.26rem;
    border-radius: 0.5rem;
}

.spec_chosed {
    padding: 0.1rem 0.3rem;
    border: none;
    margin: 0.1rem;
    color: white;
    text-align: center;
    display: inline-block;
    font-size: 0.26rem;
    border-radius: 0.5rem;
}

.key {
    display: inline-block;
    width: 1.5rem;
    min-height: 1rem;
    font-size: 0.26rem;
    padding: 0 0.2rem;
    color: #444;
    vertical-align: middle;
}

.value {
    display: inline-block;
    width: 5rem;
    padding: 0 0.2rem;
    font-size: 0.26rem;
    min-height: 1rem;
    vertical-align: middle;
    color: #444;
}

.params_content {
    width: 7.5rem;
    overflow: auto;
}

.specs_content {
    width: 7.5rem;
    /*overflow: auto;*/
}

.params_content li {
    border-bottom: 1px solid #ddd;
    line-height: 0.9rem;
}

.params_content li:last-child {
    border: none;
}

.shopinfo {
    height: 0.8rem;
}

.shopinfo img {
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    margin: 0.1rem;
    float: left;
}

.shopinfo span {
    display: inline-block;
    width: 4rem;
    height: 0.6rem;
    line-height: 0.6rem;
    margin: 0.1rem;
    float: left;
}

.usecondition {
    margin: 0.1rem;
    height: 0.4rem;
    color: white;
    font-size: 0.24rem;
}

.usedate {
    margin: 0.1rem;
    height: 0.4rem;
    color: #444;
    font-size: 0.2rem;
    text-align: right;
}

.money {
    width: 2.5rem;
    margin: 0;
    /*line-height: 1rem;*/
    font-size: 0.5rem;
    text-align: center;
    color: white;
}

.btn_get {
    width: 1.8rem;
    height: 0.5rem;
    float: right;
    border-left: 0.01rem #ccc dashed;
    font-size: 0.26rem;
    line-height: 0.5rem;
    text-align: center;
    background: linear-gradient(to right, rgba(236, 179, 16, 0.7), rgba(236, 179, 16, 0.85), rgba(236, 179, 16, 0.9), rgba(236, 179, 16, 1));
    color: white;
    border-radius: 0.25rem;
    margin-top: 0.1rem;
}
.btn_getted {
    width: 2rem;
    height: 0.5rem;
    float: right;
    border-left: 0.01rem #ccc dashed;
    font-size: 0.3rem;
    line-height: 0.5rem;
    text-align: center;
    background-color: #a09e97;
    color: white;
    border-radius: 0.25rem;
    margin-top: 0.1rem;
}

.specs_panel > i {
    font-size: 0.4rem;
    position: fixed;
    right: 0.2rem;
    line-height: 0.8rem;
    color: #666;
    background-color: white;
    z-index: 4;
}

.fixed-icon {
    position: fixed;
    right: 0.2rem;
    top: 0.2rem;
    display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
    line-height: 0.7rem;
    text-align: center;
    font-size: 0.6rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    padding: 0.15rem;
    color: #fff;
    z-index: 10;
}

.img-modal {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    display: none;
}

.icon-xing {
    color: #f0d603;
}

#trolleyNum {
    color: white;
    width: 0.3rem;
    height: 0.3rem;
    line-height: 0.3rem;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 0.05rem;
    left: 0.4rem;
    display: none;

}
.plat,.merchant{
    display: none;
}

/*软文样式*/
.body {
    height: auto !important;
}


.itembox:last-child {
    padding-bottom: 0.2rem;
}

.words {
    width: 6.2rem;
}

.words p {
    color: #333;
    text-align: left;
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
}

.words > .p1 > .tel {
    margin-left: 0.7rem;
}

.words > .p2 > span {
    display: inline-block;
    width: 7rem;
    line-height: 20px;
}

.noSupportStoreTip{
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.28rem;
    color: red;
}
.noStoresImg {
    width:3.2rem;
    height:3.8rem;
    display:block;
    margin:0 auto;
    position: relative;
    top: 0.8rem;
}

.stores_panel {
    background-color: #efeff4;
}
.stores{
    margin-top: 1rem;
}

.stores_panel li {
    padding: 0.2rem;
    border-bottom: 0.01rem #ccc solid;
    position: relative;
    margin-top: 0.2rem;
    background-color: white;
}
.stores_panel .store-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.2rem;
    height: 0.8rem;
    font-size: 0.29rem;
    background-color: white;
    position: fixed;
    z-index: 1;
    width: 100%;
}

.close-stores{
    font-size: 0.4rem;
    position: fixed;
    right: 0.2rem;
    line-height: 0.8rem;
    color: #666;
    background-color: white;
    z-index: 1;
}

#videoFlag{
    position: absolute;
    bottom: 1rem;
    z-index: 9;
    left: 3.3rem;
    font-size: 0.8rem;
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.9rem;
    text-align: center;
    border-radius: 50%;
    background-color: white;
    color: black;
    padding: 0;
    display:none;
}
#videoClose{
    position: absolute;
    top: 0.2rem;
    z-index: 10;
    left: 0.2rem;
    font-size: 0.4rem;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    color:white;
    display: none;
}
#videoPlayer{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left:0;
    background-color: black;
    z-index: 9;
    display: none;
}
#vip-wrapper {
    bottom: 0;
    background-image: linear-gradient(90deg, #811dbb, #9a198f, #8002aa);
    width: 750px;
    height: 35px;
    opacity: 1.0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#vip-price {
    position: absolute;
    margin-left: 0.2rem;
    font-size: 0.36rem;
    color: white;
    text-align: center;
    /* padding-top: 0.1rem;*/
    line-height: 22px;
    display: flex;
}

#vip-jia {
    background: white;
    border-radius: 0.2rem;
    width: fit-content;
    padding: 0 0.1rem;
    margin-left: 0.2rem;
    display: inline-block;
    line-height:18px;
}
::-webkit-scrollbar { width: 0px;height: 0px;}

::-webkit-scrollbar-thumb { border-radius: 10px;-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);background: #bebebe;}

::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);border-radius: 10px; background: #EDEDED;}

.function-btn {
    display: inline-block;
    width: 0.8rem;
    text-align: center;
}

.function-btn > i {
    font-size: 0.36rem;
}

.deliver-way-item {
    margin-left: 5px;
}

/*优惠券样式*/

.coupons_panel > .head {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.3rem;
    width: 100%;
    height: 1rem;
    text-align: center;
    background-color: #fff;
}

.coupon-title {
    font-weight: bold;
    font-size: 0.28rem;
}

.coupons_panel > .head > i {
    font-size: 0.36rem;
    color: #666;
}

.coupons {
    overflow: auto;
    padding: 0.2rem;
    width: 100%;
    height: 8rem;
    background-color: #f8f8f8;
}

.coupon-list {
    height: 8rem;
    padding: 0.6rem 0.3rem 0 0.3rem;
    overflow: scroll;
}

.coupon-item {
    display: flex;
    margin-bottom: 0.2rem;
    width: 7.1rem;
    height: 2rem;
    color: #333;
}

.coupon-item:last-child {
    margin-bottom: 0;
}

.coupon-block {
    width: 100%;
    height: 100%;
    display: flex;
    color: #fff;
}

.coupon-left {
    position: relative;
    display: flex;
    width: 5.4rem;
    height: 100%;
    font-size: 0.24rem;
    color: #fff;
    border-left:1px solid #fff;
}

.coupon-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.6rem;
    height: 100%;
    color: #fff;
    font-size: 0.28rem;
    background-color: #fff;
    border-radius: 0 0.12rem 0.12rem 0;
    padding-right: 0.24rem;
}

.coupon-left-money {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2.2rem;
    height: 100%;
    font-size: 0.26rem;
    border-radius: 0.12rem 0 0 0.12rem;
    background: linear-gradient(to bottom right, rgb(137, 169, 230), rgb(116, 134, 223));
}

.coupon-left-detail {
    display: inline-block;
}

.coupon-left-time {
}

.coupon-left-scale {
}

.coupon-left-info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0.2rem 0 0.2rem 0.2rem;
    width: 3.3rem;
    height: 100%;
    color: #333;
    font-size: 0.22rem;
    background: #fff;
}

.coupon-left-money-up {
}

.coupon-left-money-up > span.bigger {
    font-size: 0.42rem;
}

.coupon-left-money-up > span.smaller {
    font-size: 0.26rem;
}

.coupon-left-money-down {
}

.coupon-left-detail {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 0.26rem;
    font-weight: bold;
}

.coupon-btn {
    width: 1.6rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    color: #fff;
    font-size: 0.24rem;
    background: #9399ff;
    border-radius: 0.24rem;
}

.small-font {
    font-size: 12px;
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.90);
}

.v-line {
}

.coupon-disabled1 {
    background-color: #d4d4d4;
}

.coupon-disabled2 {
    background-color: #b8b8b8;
    pointer-events: none;
}

.coupon-simple-list {
    display: inline-flex;
    width: 6rem;
    white-space: nowrap;
    overflow: scroll;
}

.coupon-simple-list > span {
    width: fit-content;
    margin-left: 0.1rem;
    border: 1px solid var(--color);
    color: var(--color);
    height: 0.4rem;
    line-height: 0.4rem;
    border-radius: 5px;
    padding: 0 0.1rem;
}

.act-info {
    display: inline-flex;
    width: 6rem;
    white-space: nowrap;
    overflow: hidden;
}

.act-label {
    width: fit-content;
    margin-left: 0.1rem;
    border: 1px solid var(--color);
    color: var(--color);
    height: 0.25rem;
    line-height: 0.3rem;
    border-radius: 5px;
    padding: 0.05rem;
    font-size: 0.24rem;
}

.act-name {
    line-height: 0.4rem;
    height: 0.4rem;
    margin-left: 0.1rem;
    overflow: scroll;
}

.info-block {
    width:100%;
    background: #FFFFFF;
    margin-top: 0.2rem;
    padding: 0 0.2rem;
    display: flex;
}

.act-title {
    width: 0.6rem;
    display: inline-block;
    font-size: 0.28rem;
    min-height: 0.9rem;
    line-height: 0.9rem;
}

.act-list {
    width:6.5rem;
    display: inline-block;
}

.act-list > li{
    font-size: 0.28rem;
    height: 0.9rem;
    line-height: 0.9rem;
    background: #FFFFFF;
    padding-left: 0.1rem;
    border-bottom: 1px solid #efefef;
}

.act-list > li > i{
    float: right;
    font-size: 0.3rem;
    color: #666666;
}

/* 活动信息样式 */
.activity-info {
    padding-left: 0.3rem;
    width: 100%;
    height: 1rem;
    background-color: var(--color);
    display: flex;
    justify-content: space-between;
}

.activity-info span {
    display: inline-block;
    color: #fff;
    font-size: 0.24rem;
}

.activity-info .current-price {
    float: left;
    margin-right: 0.2rem;
    line-height: 1rem;
    font-size: 0.48rem;
}

.activity-info .price-quantity {
    padding-top: 0.1rem;
    line-height: 0.4rem;
}

.activity-info .price {
    text-decoration: line-through;
}

.activity-info .deadline {
    display: none;
    float: right;
    line-height: 1rem;
    color: #FFDA5B;
    font-size: 0.3rem;
}

.activity-info .deadline .lightning {
    margin-left: 0.2rem;
    vertical-align: middle;
    width: 0.2rem;
    height: 0.5rem;
}

.start-time {
    display: none;
    position: fixed;
    bottom: 1rem;
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    color: #fff;
    font-size: 0.28rem;
    background-color: var(--color);
}

.act-type {
    height: 1rem;
    line-height: 1rem;
    font-size: 0.4rem !important;
}

.deadline-new {
    width: fit-content;
    display: inline-block;
    height: 1rem;
    padding: 0.1rem 0;
    color: #fff;
    margin-right: 0.2rem;
    -webkit-transform: scale(0.84);
    font-size: 10px;
}

.deadline-text {
    height: 0.4rem;
    width: 100%;
    font-size: 0.28rem;
    text-align: right;
}

.deadline-time {
    height: 0.4rem;
    width: 100%;
}

.deadline-time-item {
    font-size: 0.3rem !important;
    margin-right: 0.05rem;
    background-color: #fff;
    font-weight: bold;
    color: var(--color) !important;
    min-width: 0.45rem;
    text-align: center;
    border-radius: 2px;
}

.ori-price {
    text-decoration: line-through;
    color: #999;
    padding-left: 0.1rem;
    display: inline-block;
}

/* 去除商品详情软文中图片之间的空白，将goodsDetail从class='type'的div中移出来，
   将图片后的<br>设置为不显示，并将img设置为block*/
.itembox img {
    display: block;
}
#goodsDetail img {
    display: block;
}
.itembox img + br{
    display: none;
}

.boss-reply {
    /*margin-top: 0.2rem;*/
    padding: 0.2rem;
    line-height: 0.3rem;
    color: #666;
    font-size: 0.28rem;
    /*background-color: #F7F7F7;*/
    border-radius: 0.1rem;
}

.bold{
    /*font-weight: bold;*/
}
/*不显示滚动条*/
html::-webkit-scrollbar, body::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

#goodsDetail * {
    z-index: 0 !important;
}
.vip_label {
    color: yellow;
    font-size: 0.24rem;
    display: inline-block;
    background: #444;
    text-align: center;
    border-radius: 10px;
    line-height: 0.4rem;
    padding: 0 0.1rem;
}

.goods_price_vip1 {
    display: inline-block;
    font-size: 0.3rem;
    font-weight: bold;
    margin-left: 5px;
}

.goods_price {
    display: inline-block;
}

.vip_icon {
    height: 12px;
    width: 26px;
}

.g-price-bigger {
    font-size: 0.5rem;
}

.saleCoupon-item-left{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.20rem;
    height: 100%;
    font-size: 0.28rem;
    color: #fff;
    border-radius: 0.12rem 0 0 0.12rem;
    /*background: linear-gradient(to bottom right, rgb(137, 169, 230), rgb(116, 134, 223));*/
    background-color: #169bd5;
}

.saleCoupon-item-left-content>span{
    font-weight: 700;
}

.detailNum{
    font-size: 0.80rem;
}

.saleCoupon-item-right{
    width: 4.80rem;
    background-color: #fff;
    border-radius: 0 0.12rem 0.12rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 0.16rem;
    font-size: 0.28rem;
}

.saleCoupon-price{
    width: 100%;
    height: 0.40rem;
    line-height: 0.40rem;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 0.40rem;
}

.saleCoupon-btn{
    height: 0.60rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 0.24rem;
}

.saleCouponName{
    font-size: 0.28rem;
    width: 3.20rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.saleCouponDetail{
    width: 100%;
    height: 0.60rem;
    line-height: 0.30rem;
    font-size: 0.28rem;
    margin-top: 0.04rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-right: 0.10rem;
}

.saleCouponDetail>span{
    font-size: 0.28rem;
    margin-bottom: 0.10rem;
}

.pricelogo{
    font-size: 0.32rem;
    margin-right: -0.1rem;
}


.coupon-list-item {
    display: flex;
    /* justify-content: space-between; */
    margin-bottom: 0.20rem;
    width: 7.10rem;
    height: 2.00rem;
    color: #333;
}

.coupon-list-item:last-child {
    margin-bottom: 0;
}

#commonCouponList {
    margin:0 0 0.2rem 0;
    height: auto;
    flex-direction: column;
}
#commonCouponList div.coupon-plat div.coupon-amount{
    /*background: url("../images/coupon-bg1.png") no-repeat center top;*/
    background-color: #169bd5;
}
#commonCouponList div.coupon-merchant div.coupon-amount{
    /*background: url("../images/coupon-bg2.png") no-repeat center top;*/
    background-color: #169bd5;
}
#commonCouponList  div.coupon-info{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 2.32rem;
    background: #fff;
    width:100%;
    background:rgba(255,255,255,1);
    box-shadow:0px 4px 8px 0px rgba(205,205,205,0.5);
    border-radius:0.12rem;
    border:1px solid rgba(221,221,221,1);
    overflow: hidden;
}
#commonCouponList div.coupon-amount{
    width:2.12rem;
    height:calc(2.32rem - 2px);
    text-align: center;
    background-size: 100% 100%;
    padding:0.3rem 0;
}
#commonCouponList div.coupon-amount p{
    /*line-height: 0.66rem;*/
    /*height: 0.66rem;*/
    margin:0.18rem 0 0.18rem 0;
    text-align: center;
    padding: 0;
}
#commonCouponList div.coupon-plat div.coupon-amount{
    color: #ffffff;

}
#commonCouponList div.coupon-merchant div.coupon-amount{
    color: #ffffff;

}
#commonCouponList  p.coupon-tips{
    line-height: 0.34rem;
    height: 0.34rem;
    font-size: 0.24rem;
}
#commonCouponList div.coupon-main{
    padding:0.1rem 0.1rem 0 0.1rem;
    flex: 1;
}
#commonCouponList .coupon-title{
    font-size: 0.3rem;
    height: 0.84rem;
    line-height: 0.42rem;
    /*width: 2.5rem;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#commonCouponList p.coupon-type{
    height: 0.34rem;
    margin:0.1rem 0 0.14rem 0;
}
#commonCouponList p.coupon-type span{
    display: inline-block;
    height: 0.34rem;
    line-height: 0.34rem;
    padding:0 0.08rem;
    background: #FFEDE4;
    color: #E4804E;
    font-size: 0.24rem;
}
#commonCouponList div.coupon-plat p.coupon-type span{

    background: #FFEDE4;
    color: #E4804E;
}
#commonCouponList div.coupon-merchant p.coupon-type span{

    background: #FFE4E4;
    color:#E44E4E;
}
#commonCouponList .coupon-date{
    height: 0.4rem;
    line-height: 0.4rem;
    color: #999;
    font-size: 0.2rem;
}
/*#commonCouponList .coupon-date span:last-child{
    color: #E4804E;
    border: 1px solid #E4804E;
    border-radius: 2px;
    font-size: 0.24rem;
    padding:0 0.12rem;
    float: right;
    height: 0.4rem;
    line-height: 0.36rem;
}*/
#commonCouponList .coupon-view{
    color: #666;
    font-size: 0.26rem;
    border-top:1px dashed #ddd;
    margin:0.18rem 0 0;
    height:0.6rem;
    line-height: 0.6rem;
    padding:0.05rem 0 0;
}
#commonCouponList .coupon-view > span:last-child {
    color: #027db4;
    border: 1px solid #027db4;
    border-radius: 2px;
    font-size: 0.24rem;
    padding:0 0.12rem;
    float: right;
    height: 0.4rem;
    line-height: 0.36rem;
}
#commonCouponList .coupon-view span span{
    background: url("../../couponlist/images/arrow-down.png") no-repeat right center;
    background-size: 0.24rem;
    transition-duration: 0.2s;
    display: inline-block;
    width:0.24rem;
    height: 0.2rem;
}
#commonCouponList div.coupon-detail{
    background: #fff;
    width:100%;
    background:rgba(255,255,255,1);
    box-shadow:0px 4px 8px 0px rgba(205,205,205,0.5);
    border-radius:0.12rem;
    padding:0.1rem 0.3rem 0.14rem;
    display: none;
    transition-duration: 0.2s;

}
#commonCouponList div.coupon-detail p{
    font-size: 0.24rem;
    color: #666;
    line-height: 0.4rem;
}
.coupon-amount  span.bigger {
    font-size: 0.7rem;
    font-weight: 700;
}

.coupon-amount  span.smaller {
    font-size: 0.32rem;
    font-weight: 700;
}

.couponBtn {
    width: 1.6rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    color: #fff;
    font-size: 0.24rem;
    background: #169bd5;
    border-radius: 0.24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    float:right;
}

#rules-content {
    width: 7.5rem;
    overflow-x: hidden;
    background: #ffffff;
    padding: 0.4rem;
    font-size: 0.3rem;
}