section {
    background-color: #f6f5fa;
    padding-bottom: .1rem;
    overflow-x: hidden;
}

.van-sticky--fixed {
    z-index: 999 !important;
}

/* S 头部 */
.single-head {
    height: 0.68rem;
    font-size: .26rem;
    color: #333;
    line-height: .68rem;
    background-color: #fff;
}

.single-head-icon {
    width: 0.4rem;
    height: 0.4rem;
    flex-shrink: 0;
    margin: 0 .3rem 0 .3rem;

}

/* E 头部 */

/* S banner */
.banner-img {
    width: 100%;
    /* height: 6.28rem; */
    object-fit: cover;
}

.my-swipe .van-swipe-item {
    overflow: hidden;
}

.van-swipe {
    z-index: 997 !important;
}

/* E banner */

/* S 已售数量 */
.sold-content {
    position: relative;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    overflow: hidden;
    margin-top: -0.1rem;
    height: 1.4rem;
    background-color: #fff;
    z-index: 998;
    flex-shrink: 0;
}

.sold-content-bgimg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.sold-content-new {
    box-sizing: border-box;
    padding: .27rem .3rem .15rem;
    height: 1.32rem;
    position: absolute;
    z-index: 999;
}

.sold-content::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    /* background: var(--tpl-main-color); */
    background: linear-gradient(to right, var(--tpl-main-color), rgba(255, 255, 255, 0) 130%);
}

.sold-content::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    /* background: var(--tpl-main-color); */
    background: linear-gradient(to left, var(--tpl-main-color), rgba(255, 255, 255, 0));
    opacity: 0.6;
}




.sold-plan {
    width: 2.28rem;
    height: 0.36rem;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    box-sizing: border-box;
    border: solid 0.7px #ffffff;
    /* border: solid 1px #ffffff; */
    font-size: .24rem;
    color: var(--tpl-main-color);
    /* overflow: hidden; */
    position: relative;
}

.sold-plan>div {
    height: 0.34rem;
    background-color: #fff;
    font-size: .2rem;
    line-height: 0.34rem;
    text-align: center;
    line-height: 0.36rem;
    border-radius: 11px 12px 12px 11px;
    -webkit-border-radius: 11px 12px 12px 11px;
    -moz-border-radius: 11px 12px 12px 11px;
    -ms-border-radius: 11px 12px 12px 11px;
    -o-border-radius: 11px 12px 12px 11px;
}

/* E 已售数量 */

/* S 商品名称 */
.goods-name {
    background-color: #fff;
    box-sizing: border-box;
    padding: .2rem .3rem;
    margin-bottom: 0.2rem;
}

.goods-name .goods-title,
.goods-name .goods-title-xs {
    font-size: .32rem;
    color: #262020;
}

.goods-name .goods-title-xs {
    position: relative;
    text-indent: 5em;
    line-height: .5rem;
}

.goods-name .goods-title-xs::before {
    position: absolute;
    content: attr(data-befor);
    box-sizing: border-box;
    padding: .04rem .2rem;
    border: solid 1px var(--tpl-main-color);
    color: var(--tpl-main-color);
    left: 0;
    top: 0;
    font-size: .24rem;
    text-indent: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    line-height: .36rem;
}



.goods-name .goods-tag {
    box-sizing: border-box;
    padding: .08rem .18rem;
    overflow: hidden;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border: 1px solid var(--tpl-main-color);
    font-size: .24rem;
    color: var(--tpl-main-color);
    line-height: 1;
    margin-right: 0.1rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.safeguard {
    font-size: .24rem;
    color: var(--tpl-main-color);
    margin-bottom: .0.08rem;
    margin-right: 0.1rem;
    margin-top: 0.22rem;
    margin-bottom: 0.3rem;
}

.safeguard img {
    width: 0.25rem;
    height: 0.25rem;
    flex-shrink: 0;
    margin-right: 0.1rem;
}

.collect {
    color: #686161;
}

.collect img {
    width: 0.34rem;
    height: 0.28rem;
    margin-right: 0.06rem;
    flex-shrink: 0;
}

.goods-classify {
    height: 1.02rem;
    background-color: #fff;
    width: 100%;
}

.goods-classify>div {
    width: calc(100%/2);
    text-align: center;
    line-height: 1.02rem;
    font-size: .28rem;
    color: #262020;
}

.goods-classify>div.active {
    font-weight: bold;
    position: relative;
}

.goods-classify>div.active::after {
    position: absolute;
    content: '';
    width: .89rem;
    height: 0.07rem;
    background-image: linear-gradient(0deg, #fef1f2 0%, #ff3644 100%);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    bottom: .28rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

/* E 商品名称 */

/* S 评价 */
.single-title {
    background-color: var(--tpl-main-color);
    height: 0.68rem;
    font-size: .28rem;
    line-height: .68rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}

.discuss-title {
    margin-top: .26rem;
}

.discuss-title::after {
    width: .68rem;
}

.discuss-head-img {
    width: 0.62rem;
    height: 0.62rem;
    border-radius: 4rem;
    -webkit-border-radius: 4rem;
    -moz-border-radius: 4rem;
    -ms-border-radius: 4rem;
    -o-border-radius: 4rem;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 0.12rem;
}

.discuss-goods-img {
    width: 1.18rem;
    height: 1.18rem;
    flex-shrink: 0;
    border-radius: .08rem;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    -ms-border-radius: .08rem;
    -o-border-radius: .08rem;
    overflow: hidden;
    margin-right: 0.12rem;
    margin-bottom: 0.1rem;
    object-fit: cover;
}

.discuss-list {
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    padding-bottom: .14rem;
}

/* E 评价 */

/* S 推荐商品 */

.recommend-swipe {
    padding-bottom: .4rem;
}

.recommend-details-item {
    margin-bottom: 0.3rem;
    width: calc(100% / 3 - 5px);
    flex-shrink: 0;
}

.recommend-details-item:not(:nth-of-type(3n)) {
    margin-right: .12rem;
}

.recommend-details-img {
    width: 2.14rem;
    height: 2.14rem;
    border-radius: .08rem;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    -ms-border-radius: .08rem;
    -o-border-radius: .08rem;
    overflow: hidden;
    object-fit: cover;
    flex-shrink: 0;
    margin-bottom: 0.04rem;
}

.recommend-details-price {
    color: var(--price-color);
    font-size: .20rem;
    font-weight: bold;
    margin-top: 0.1rem;
}


.recommend-swipe .van-swipe__indicator {
    width: .14rem;
    height: 0.06rem;
    background-color: #bebebe;
    border-radius: 3px;
}

/* E 推荐商品 */

/* .single-title-other {
    position: relative;
    display: inline-block;
} */

.send-title {
    position: relative;
    display: inline-block;
}

.send-title::after {
    width: 0.98rem;
    height: 0.04rem;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    overflow: hidden;
    position: absolute;
    content: '';
    bottom: -.16rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-color: var(--tpl-main-color);
}

/* S 套餐选择 */
.combo-box {
    background-color: #fff;
    /* margin-top: 0.2rem; */
    /* padding-bottom: .2rem; */
}

.size-popup-box {
    box-sizing: border-box;
    padding-top: .8rem;
}

.size-popup-icon {
    width: 0.38rem;
    height: 0.4rem;
    flex-shrink: 0;
    position: absolute;
    top: 0.2rem;
    right: .2rem;
}

.size-btn-box {
    box-sizing: border-box;
    padding: .4rem .3rem;
}

.size-btn-box .size-btn-color {
    background-color: var(--tpl-main-color);
    color: #ededed;
    font-size: .3rem;
    box-sizing: border-box;
    height: .88rem;
    box-sizing: border-box;
}

.set-meal {
    font-size: .26rem;
    color: #333;
    box-sizing: border-box;
    padding: .2rem .4rem;
    border: 1px solid #cacaca;
    line-height: 1;
    margin-bottom: 0.14rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-right: .1rem;
}

.set-meal.active {
    color: #fff;
    background-color: var(--tpl-main-color);
    border: 1px solid var(--tpl-main-color);
}

.size-goods-box {
    border: 1px solid var(--tpl-main-color);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    overflow: hidden;
    box-sizing: border-box;
    padding: .22rem .2rem .32rem;
    margin-bottom: 0.1rem;
}

.size-goods-img {
    width: 50%;
    /* height: 2.18rem; */
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    overflow: hidden;
    margin-right: 0.2rem;
    object-fit: contain;
    flex-shrink: 0;
}

.size-goods-img>img {
    width: 100%;
    height: 100%;
}

.size-goods-simg {
    width: 1.6rem;
    height: 1.6rem;
    object-fit: cover;
    flex-shrink: 0;
    margin-bottom: .1rem;
}

.size-goods-simg>img {
    width: 100%;
    height: 100%;
}

.size-goods-sbox {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    box-sizing: border-box;
    padding: .08rem .1rem;
    border: 1px solid #999999;
    color: #333;
    margin-bottom: 0.1rem;
    margin-right: 0.12rem;

}


.size-goods-sbox.active {
    color: #fff;
    box-sizing: border-box;
    background-color: var(--tpl-main-color);
    border: 1px solid var(--tpl-main-color);
}

.size-tab {
    width: 0.98rem;
    height: 0.46rem;
    box-sizing: border-box;
    border: 1px solid #999999;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    overflow: hidden;
    margin-right: 0.1rem;
    margin-bottom: .1rem;
    font-size: .24rem;
    color: #999999;
    text-align: center;
    line-height: .48rem;
}

.size-tab.active {
    color: #fff;
    background-color: var(--tpl-main-color);
    box-sizing: border-box;
    border: 1px solid var(--tpl-main-color);

}

.combo-money {
    font-size: .34rem;
    color: var(--price-color);
    font-weight: bold;
}

.combo-money-box {
    background-color: #f6f5fa;
    box-sizing: border-box;
    padding: .32rem .28rem .26rem;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    overflow: hidden;
    margin-top: 0.2rem;
}

.stepper-box {
    margin-top: .2rem;
}

/* E 套餐选择 */

/* S 配送方式 */
.delivery-box {
    background-color: #fff;
    margin-top: 0.2rem;
    padding-top: .25rem;
    padding-bottom: .7rem;
}

.delivery-box .send-tab {
    font-size: .26rem;
    color: #262020;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #a29999;
    width: 2rem;
    height: 0.82rem;
}

.delivery-box .send-tab.active {
    border: 1px solid var(--tpl-main-color);
    position: relative;
}

.delivery-box .send-tab.active::before {
    position: absolute;
    content: '';
    width: 0.3rem;
    height: 0.3rem;
    background: url(../../img/qrdd-icon5.png) no-repeat;
    background-size: 100% 100%;
    right: -.15rem;
    top: -.15rem;
}


.delivery-box .send-tab .send-tab-icon {
    width: 0.44rem;
    height: 0.4rem;
    margin-right: 0.08rem;
}

[class*=van-hairline]::after {
    border-bottom: 1px solid #eee;
}

.submit .van-cell {
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    padding: 10px 0 10px 16px;
}

.submit .van-cell::after {
    border-bottom: 1px solid #eee;
}

.address {
    box-sizing: border-box;
    padding: .14rem .26rem .3rem;
    background-color: #fff;
    border-top: 1px solid #eee;
}

.address .address-store-name {
    font-size: .28rem;
    color: #262020;
    font-weight: bold;
    margin-bottom: 0.1rem;
}

.address .address-store-icon {
    width: 0.2rem;
    height: 0.24rem;
    margin-right: 0.12rem;
}

.submit-btn {
    background-color: var(--tpl-main-color);
    width: 100%;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    overflow: hidden;
    font-size: .3rem;
    text-align: center;
    height: .88rem;
    line-height: .88rem;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 0.18rem;
    margin-bottom: 0.1rem;
}

.submit-btn>img {
    width: 0.38rem;
    height: 0.52rem;
    margin-right: 0.12rem;
}

.pay-icon {
    width: 0.43rem;
    height: 0.36rem;
    flex-shrink: 0;
    margin-right: 0.1rem;
}

.money-num {
    font-weight: bold;
    font-size: .3rem;
    color: var(--price-color);
}

.single-search-btn {
    background-color: var(--tpl-main-color);
    color: #fff;
    font-size: .28rem;
}

.single-search-btn .van-button__icon {
    line-height: 0.5 !important;
}

.single-search-btn .van-icon__image {
    width: 0.28rem;
    height: 0.28rem;
    margin-right: 0.1rem;
}

.single-search-input {
    box-sizing: border-box;
    padding: 0;
    box-sizing: border-box;
    border: 1px solid #a29999;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: #fff;
    height: 0.88rem;
    margin-top: 0.3rem;
    margin-bottom: 0.37rem;
}

.single-search-input .van-search__content {
    background-color: #fff;

}

.single-search-input .van-search__content input[type="search"] {
    font-size: .24rem;
}

/* 
.submit .van-cell {
    padding: .25rem 0 .25rem .1rem;
} */

.submit .van-cell::after {
    border-bottom: 0;
}

/* .submit .van-cell--required::before {
    left: -4px;
} */

.submit .van-field__label {
    font-weight: bold;
    font-size: .28rem;
    color: #262020;
    margin-right: 0px;
}

.submit input[type="text"]::placeholder {
    color: #999;
    font-size: .28rem;
    letter-spacing: 1px;
}

.send-box {
    background-color: #f6f5fa;
    /* border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px; */
    overflow: hidden;
    margin-top: 0.2rem;
    box-sizing: border-box;
    padding: .32rem .25rem .38rem;
}

.send-box .send-tab-one {
    background-color: #fff;
    box-sizing: border-box;
    padding: 0.32rem 0.25rem 0.38rem;
    margin-bottom: 0.2rem;
}

.send-box .send-title {
    font-size: .32rem;
    color: #262020;
    font-weight: bold;
    margin-bottom: 0.2rem;
}


.send-box .send-tab {
    font-size: .26rem;
    color: #262020;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #a29999;
    width: calc(100%/3);
    height: 0.82rem;
}

.send-box .send-tab.active {
    border: 1px solid var(--tpl-main-color);
    position: relative;
}

.send-box .send-tab i {
    opacity: 0;
}

.send-box .send-tab .active-icon {
    position: absolute;
    top: -6px;
    right: -6px;
    background-color: #fff;
    color: var(--tpl-main-color);
    font-size: 14px;
}

.send-box .send-tab.active i {
    opacity: 1;
}

.send-box .send-tab .send-tab-icon {
    width: 0.44rem;
    height: 0.4rem;
    margin-right: 0.08rem;
}

.submit-tab {
    background-color: #fff;
}

.submit-tab .van-cell {
    box-sizing: border-box;
    padding: 10px 0 10px 16px;
}



/* E 配送方式 */

.single-buy-box {
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 .1rem .1rem .1rem;
}



/* S 侧边栏菜单 */
.single-menu {
    position: fixed;
    right: .2rem;
    top: 50%;
    z-index: 999;
}

.single-menu .single-menu-icon,
.single-menu .single-menu-icon1,
.single-menu .single-menu-icon2,
.single-menu .single-menu-icon3,
.single-menu .single-menu-icon4 {
    width: 0.82rem;
    height: 0.82rem;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background-color: #3ac34c;
    margin-bottom: 0.2rem;
}

.single-menu .single-menu-icon1 {
    background-color: #425f9b;
}

.single-menu .single-menu-icon2 {
    background-color: #00c300;
}

.single-menu .single-menu-icon3 {
    background-color: #3ac34c;
}

.single-menu .single-menu-icon4 {
    background-color: var(--tpl-main-color);
}

.single-menu .single-menu-icon>img,
.single-menu .single-menu-icon1>img,
.single-menu .single-menu-icon2>img,
.single-menu .single-menu-icon3>img,
.single-menu .single-menu-icon4>img {
    width: 100%;
    height: 100%;
}

/* E 侧边栏菜单 */

.goods-content {
    overflow: hidden;
}

.goods-content div {
    width: 100% !important;
}

.goods-content img {
    width: 100% !important;
    height: unset !important;
}

.goods-content video {
    width: 100%;
    height: 100%;
}

.goods-content iframe {
    width: 100%;
}

.goods-content p {
    margin-block-start: 0em;
    margin-block-end: 0em;
}

/* S 评论 */
.review-box {
    width: 100%;
    height: 6.6rem;
    overflow: hidden;
    position: relative;
}

.review-inner {
    width: 100%;
    position: absolute;
    left: 0;
}

/* E 评论 */



.order-info-title {
    padding-left: .24rem;
    font-size: .32rem;
    color: #262020;
    font-weight: bold;
    position: relative;
}


.order-info-title::before {
    position: absolute;
    content: '';
    width: .07rem;
    height: 0.3rem;
    background-image: linear-gradient(to bottom, var(--tpl-main-color) 5%, #fff);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.order-info {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, .04);
    box-sizing: border-box;
    padding: .26rem .3rem .4rem;
    margin-top: 0.3rem;
}

.order-stadus {
    color: var(--tpl-main-color);
}

.order-info-img {
    width: 1.1rem;
    height: 1.1rem;
    margin-right: 0.2rem;
    flex-shrink: 0;
    object-fit: cover;
}

.order-info-address {
    max-width: 5rem;
    text-align: right;
    text-align: justify;
}

.order-info-price {
    color: var(--price-color);
}

.van-tabs--line .van-tabs__wrap {
    height: 1.02rem;
}

.van-tabs__line {
    bottom: 26px;
    background-image: linear-gradient(to bottom, var(--tpl-main-color), #fff);
}


/* 模板二 */
.tpl-index {
    background-color: #f6f5fa;
    padding-bottom: .2rem;
}

/* S 头部 */
.tpl-index .single-head {
    height: 0.68rem;
    font-size: .26rem;
    color: #333;
    line-height: .68rem;
}

.tpl-index .single-head-icon {
    width: 0.4rem;
    height: 0.4rem;
    flex-shrink: 0;
    margin: 0 .3rem 0 .3rem;
}

/* E 头部 */

/* S banner */
.tpl-index .banner-img {
    width: 100%;
}

.tpl-index .my-swipe .van-swipe-item {
    overflow: hidden;
}

/* E banner */

/* S 已售数量 */
.tpl-index .sold-content {
    position: relative;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    box-sizing: border-box;
    padding: .27rem .3rem .15rem;
    overflow: hidden;
    margin-top: -0.1rem;
    background-image: linear-gradient(90deg,
            #f71869 0%,
            #fc7b41 100%);
    z-index: 998;

}

.tpl-index .sold-content::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1.32rem;
    background: url(../../img/single/bj1.png) no-repeat;
    background-size: 100%;
    top: 0;
    right: 0;
}

.tpl-index .sold-plan {
    width: 2.28rem;
    height: 0.36rem;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    overflow: hidden;
    box-sizing: border-box;
    border: solid 1px #ffffff;
    font-size: .24rem;
    color: var(--tpl-main-color);
}

.tpl-index .sold-plan>div {
    width: 1rem;
    height: 0.34rem;
    background-color: #fff;
    font-size: .2rem;
    line-height: .34rem;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    overflow: hidden;
    padding-left: .1rem;
}

/* E 已售数量 */

/* S 商品名称 */
.tpl-index .goods-name {
    background-color: #fff;
    box-sizing: border-box;
    padding: .2rem .3rem;
    margin-bottom: 0.2rem;
}

.tpl-index .goods-name .goods-title {
    font-size: .32rem;
    color: #262020;
    font-weight: bold;
    margin-bottom: 0.1rem;
}

.tpl-index .goods-name .goods-tag {
    box-sizing: border-box;
    padding: .08rem .18rem;
    overflow: hidden;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border: 1px solid var(--tpl-main-color);
    font-size: .24rem;
    color: var(--tpl-main-color);
    line-height: 1;
    margin-right: 0.1rem;
    flex-shrink: 0;
}

.tpl-index .safeguard {
    font-size: .24rem;
    color: var(--tpl-main-color);
    margin-bottom: .0.08rem;
    margin-right: 0.1rem;
    margin-top: 0.22rem;
    margin-bottom: 0.3rem;
}



.tpl-index .safeguard img {
    width: 0.25rem;
    height: 0.25rem;
    flex-shrink: 0;
    margin-right: 0.07rem;
}

.tpl-index .collect {
    color: #686161;
}

.tpl-index .collect img {
    width: 0.34rem;
    height: 0.28rem;
    margin-right: 0.06rem;
    flex-shrink: 0;
}

.tpl-index .goods-classify {
    height: 1.02rem;
    background-color: #fff;
    width: 100%;
}

.tpl-index .goods-classify>div {
    width: calc(100%/2);
    text-align: center;
    line-height: 1.02rem;
    font-size: .28rem;
    color: #262020;
}

.tpl-index .goods-classify>div.active {
    font-weight: bold;
    position: relative;
}

.tpl-index .goods-classify>div.active::after {
    position: absolute;
    content: '';
    width: .89rem;
    height: 0.07rem;
    background-image: linear-gradient(0deg, #fef1f2 0%, var(--tpl-main-color) 100%);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    bottom: .2rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

/* E 商品名称 */

/* S 评价 */
.tpl-index .single-title {
    background-color: var(--tpl-main-color);
    height: 0.68rem;
    font-size: .28rem;
    line-height: .68rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}

.tpl-index .discuss-title {
    margin-top: .26rem;
}

.tpl-index .discuss-title::after {
    width: .68rem;
}

.tpl-index .discuss-head-img {
    width: 0.62rem;
    height: 0.62rem;
    border-radius: 4rem;
    -webkit-border-radius: 4rem;
    -moz-border-radius: 4rem;
    -ms-border-radius: 4rem;
    -o-border-radius: 4rem;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 0.12rem;
}

.tpl-index .discuss-goods-img {
    width: 1.18rem;
    height: 1.18rem;
    flex-shrink: 0;
    border-radius: .08rem;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    -ms-border-radius: .08rem;
    -o-border-radius: .08rem;
    overflow: hidden;
    margin-right: 0.12rem;
    margin-bottom: 0.1rem;
    object-fit: cover;
}

.tpl-index .discuss-list {
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    padding-bottom: .14rem;
}

/* E 评价 */

/* S 推荐商品 */

.tpl-index .recommend-swipe {
    padding-bottom: .4rem;
}

.tpl-index .recommend-details-item {
    margin-bottom: 0.3rem;
    width: calc(100% / 2 - 0.12rem);
    flex-shrink: 0;
}

.tpl-index .recommend-details-item:not(:nth-of-type(2n)) {
    margin-right: .12rem !important;
}

.tpl-index .recommend-details-img {
    width: 100%;
    height: 3.33rem;
    border-radius: .08rem;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    -ms-border-radius: .08rem;
    -o-border-radius: .08rem;
    overflow: hidden;
    object-fit: cover;
    flex-shrink: 0;
    margin-bottom: 0.04rem;
}

.tpl-index .recommend-details-price {
    color: var(--tpl-main-color);
    font-size: .20rem;
    font-weight: bold;
    /* margin-top: 0.1rem; */
    margin-right: 0.12rem;
}


.tpl-index .recommend-swipe .van-swipe__indicator {
    width: .14rem;
    height: 0.06rem;
    background-color: #bebebe;
    border-radius: 3px;
}

/* E 推荐商品 */

.tpl-index .single-title-other {
    position: relative;
    font-size: .32rem;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    margin-left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.tpl-index .single-title-other::after {
    width: 0.98rem;
    height: 0.04rem;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    overflow: hidden;
    position: absolute;
    content: '';
    right: -1.14rem;
    top: 50%;
    transform: translateY(-50%);
    background-image: linear-gradient(90deg, var(--tpl-main-color) 0%, #ffffff 100%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.tpl-index .single-title-other::before {
    width: 0.98rem;
    height: 0.04rem;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    overflow: hidden;
    position: absolute;
    content: '';
    left: -1.14rem;
    top: 50%;
    transform: translateY(-50%);
    background-image: linear-gradient(270deg,
            var(--tpl-main-color) 0%,
            #ffffff 100%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

/* S 套餐选择 */
.tpl-index .combo-box {
    background-color: #fff;
    margin-top: 0.2rem;
    padding-bottom: .2rem;
}

.tpl-index .size-popup-box {
    box-sizing: border-box;
    padding-top: .8rem;
}

.tpl-index .size-popup-icon {
    width: 0.38rem;
    height: 0.4rem;
    flex-shrink: 0;
    position: absolute;
    top: 0.2rem;
    right: .2rem;
}

.tpl-index .size-btn-box {
    box-sizing: border-box;
    padding: .4rem .3rem;
}

.tpl-index .size-btn-box .size-btn-color {
    background-color: var(--tpl-main-color);
    color: #ededed;
    font-size: .3rem;
    box-sizing: border-box;
    height: .88rem;
    box-sizing: border-box;
}

.tpl-index .set-meal {
    font-size: .26rem;
    color: #333;
    box-sizing: border-box;
    padding: .2rem .4rem;
    border: 1px solid #cacaca;
    line-height: 1;
    margin-bottom: 0.14rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.tpl-index .set-meal.active {
    color: #fff;
    background-color: var(--tpl-main-color);
    border: 1px solid var(--tpl-main-color);
}

.tpl-index .size-goods-box {
    border: 1px solid var(--tpl-main-color);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    overflow: hidden;
    box-sizing: border-box;
    padding: .22rem .2rem .32rem;
    margin-bottom: 0.1rem;
}

.tpl-index .size-goods-img {
    width: 50%;
    /* height: 2.18rem; */
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    overflow: hidden;
    margin-right: 0.2rem;
    object-fit: cover;
    flex-shrink: 0;
}

.tpl-index .size-goods-img>img {
    width: 100%;
    height: 100%;
}

.tpl-index .size-goods-simg {
    width: 1.6rem;
    height: 1.6rem;
    object-fit: cover;
    flex-shrink: 0;
}

.tpl-index .size-goods-sbox {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    box-sizing: border-box;
    padding: .06rem;
    border: 1px solid #999999;
    color: #333;
    margin-bottom: 0.1rem;
    margin-right: 0.12rem;

}


.tpl-index .size-goods-sbox.active {
    color: #fff;
    box-sizing: border-box;
    background-color: var(--tpl-main-color);
    border: 1px solid var(--tpl-main-color);
}

.tpl-index .size-tab {
    width: 0.98rem;
    height: 0.46rem;
    box-sizing: border-box;
    border: 1px solid #999999;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    overflow: hidden;
    margin-right: 0.1rem;
    margin-bottom: .1rem;
    font-size: .24rem;
    color: #999999;
    text-align: center;
    line-height: .48rem;
}

.tpl-index .size-tab.active {
    color: #fff;
    background-color: var(--tpl-main-color);
    box-sizing: border-box;
    border: 1px solid var(--tpl-main-color);

}

.tpl-index .combo-money {
    font-size: .34rem;
    color: var(--price-color);
    font-weight: bold;
}

.tpl-index .combo-money-box {
    background-color: #f6f5fa;
    box-sizing: border-box;
    padding: .32rem .28rem .26rem;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    overflow: hidden;
    margin-top: 0.1rem;
}

/* E 套餐选择 */

/* S 配送方式 */
.tpl-index .delivery-box {
    background-color: #fff;
    margin-top: 0.2rem;
    padding-top: .25rem;
    padding-bottom: .27rem;
}

.delivery-box .send-tab {
    font-size: .26rem;
    color: #262020;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #a29999;
    width: 2rem;
    height: 0.82rem;
}

.delivery-box .send-tab.active {
    border: 1px solid var(--tpl-main-color);
    position: relative;
}

.delivery-box .send-tab.active::before {
    position: absolute;
    content: '';
    width: 0.3rem;
    height: 0.3rem;
    background: url(../../img/qrdd-icon5.png) no-repeat;
    background-size: 100% 100%;
    right: -.15rem;
    top: -.15rem;
}


.tpl-index .delivery-box .send-tab .send-tab-icon {
    width: 0.44rem;
    height: 0.4rem;
    margin-right: 0.08rem;
}

.tpl-index .address {
    box-sizing: border-box;
    padding: .14rem .26rem .3rem;
}

.tpl-index .address .address-store-name {
    font-size: .28rem;
    color: #262020;
    font-weight: bold;
    margin-bottom: 0.1rem;
}

.tpl-index .address .address-store-icon {
    width: 0.2rem;
    height: 0.24rem;
    margin-right: 0.12rem;
}

.tpl-index .submit-btn {
    background-color: var(--tpl-main-color);
    width: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    overflow: hidden;
    font-size: .3rem;
    text-align: center;
    height: .88rem;
    line-height: .88rem;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 0.18rem;
    margin-bottom: 0.1rem;
}

.tpl-index .submit-btn>img {
    width: 0.35rem;
    height: 0.33rem;
    margin-right: 0.12rem;
}

.tpl-index .pay-icon {
    width: 0.43rem;
    height: 0.36rem;
    flex-shrink: 0;
    margin-right: 0.1rem;
}

.tpl-index .money-num {
    font-weight: bold;
    font-size: .3rem;
    color: var(--price-color);
}

.tpl-index .single-search-btn {
    background-color: #fff;
    color: #fff;
    font-size: .28rem;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.tpl-index .van-button__text {
    z-index: 999;
}

.tpl-index .single-search-btn::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: linear-gradient(to right, var(--tpl-main-color), rgba(255, 255, 255, 0.3) 130%);
    opacity: 0.9;
}

.tpl-index .single-search-btn::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, var(--tpl-main-color), rgba(255, 255, 255, 0.3) 160%) !important;
    opacity: 1 !important;
}

.tpl-index .van-button::before {
    transform: translate(0, 0);
    border: none;
    background-color: rgba(0, 0, 0, .0);
}

.tpl-index .single-search-btn .van-button__icon {
    line-height: 0.5 !important;
    z-index: 9999;
}

.tpl-index.single-search-btn .van-icon__image {
    width: 0.35rem;
    height: 0.33rem;
    margin-right: 0.1rem;
}

.tpl-index .single-search-input {
    box-sizing: border-box;
    padding: 0;
    box-sizing: border-box;
    border: 1px solid #a29999;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: #fff;
    height: 0.74rem;
    margin-top: 0.3rem;
    margin-bottom: 0.37rem;
}

.tpl-index .single-search-input .van-search__content {
    background-color: #fff;

}

.tpl-index .single-search-input .van-search__content input[type="search"] {
    font-size: .24rem;
}

/* .tpl-index .submit .van-cell {
    padding: .2rem 0 .2rem .1rem;
} */

.tpl-index .submit .van-cell::after {
    border-bottom: 0;
}

input[type="text"]::placeholder {
    font-size: .26rem;
}

textarea::placeholder {
    font-size: .26rem;
    color: #999 !important;
}

textarea {
    font-size: .3rem;
    height: 100% !important;
}

/* .tpl-index .submit .van-cell--required::before {
    left: -4px;
} */

.tpl-index .submit .van-field__label {
    font-weight: bold;
    font-size: .28rem;
    color: #262020;
    margin-right: 0px;

}

.tpl-index .submit .van-cell {
    box-sizing: border-box;
    padding: 10px 0 10px 16px;
}

.tpl-index .submit input[type="text"]::placeholder {
    color: #999;
    font-size: .28rem;
    letter-spacing: 1px;
}

/* E 配送方式 */

.tpl-index .single-buy-box {
    background-color: #f0f1f5;
    box-sizing: border-box;
    padding: 0 .1rem .3rem .1rem;
}


.tpl-index .message {
    /* background-color: #fae6e8; */
    height: 0.68rem;
    line-height: .68rem;
    color: var(--tpl-main-color);
    text-align: center;
    font-size: .26rem;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    box-sizing: border-box;
    padding: 0 .3rem;
    position: relative;
    z-index: 1;
}

.tpl-index .notice-bg {
    background-color: var(--tpl-main-color);
    height: 0.68rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
    z-index: 0;
}


.tpl-index .goods-price {
    color: var(--tpl-main-color);
    font-size: .56rem;
    font-weight: bold;
}

.tpl-index .search-btn {
    width: 1.62rem;
    height: .70rem;

    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    font-size: .28rem;
    color: var(--tpl-main-color);
    font-weight: bold;
    text-align: center;
    line-height: .7rem;
    margin-left: 0.3rem;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.tpl-index .search-btn-bg {
    background-color: var(--tpl-main-color);
    opacity: .07;
    height: .7rem;
    width: 100%;
    position: absolute;
    top: 0;
}

.single-one-bottom {
    box-sizing: border-box;
    padding: .07rem .3rem;
    background-color: #ffffff;
    box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, .2);
    height: 1.12rem;
    flex-shrink: 0;
    position: relative;
}

.single-one-bottom .single-one-bottom-kf>img {
    width: 0.36rem;
    height: 0.36rem;
    flex-shrink: 0;
    margin-right: 0.15rem;
}

.single-one-bottom .single-one-bottom-buy {
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    background-color: var(--tpl-main-color);
    font-size: .3rem;
    letter-spacing: 1px;
    width: 5.14rem;
    height: 0.98rem;
    color: #fff;
}

.single-one-bottom .single-one-bottom-buy>img {
    width: 0.36rem;
    height: 0.36rem;
    flex-shrink: 0;
    margin-right: 0.1rem;
}

.tpl-index .banner-img {
    width: 100%;
    /* height: 7.66rem; */
    object-fit: cover;
}

.tpl-index .order-info-title {
    padding-left: .24rem;
    font-size: .32rem;
    color: #262020;
    font-weight: bold;
    position: relative;
}


.tpl-index .order-info-title::before {
    position: absolute;
    content: '';
    width: .07rem;
    height: 0.3rem;
    background-image: linear-gradient(to bottom, var(--tpl-main-color) 5%, #fff);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.tpl-index .order-info {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, .04);
    box-sizing: border-box;
    padding: .26rem .3rem .4rem;
    margin-top: 0.3rem;
}

.tpl-index .order-stadus {
    color: var(--tpl-main-color);
}

.tpl-index .order-info-img {
    width: 1.1rem;
    height: 1.1rem;
    margin-right: 0.2rem;
    flex-shrink: 0;
    object-fit: cover;
}

.tpl-index .order-info-address {
    max-width: 5rem;
    text-align: right;
    text-align: justify;
}

.tpl-index .order-info-price {
    color: var(--price-color);
}

.tpl-index .goods-content {
    overflow: hidden;
}

.tpl-index .goods-content img {
    width: 100%;
    object-fit: cover;
}

.tpl-index .goods-content video {
    width: 100%;
    height: 100%;
}

.tpl-index .review-box {
    width: 100%;
    height: 6.6rem;
    overflow: hidden;
    position: relative;
}

.tpl-index .review-inner {
    width: 100%;
    position: absolute;
    left: 0;
}

.tpl-index .send-box {
    /* background-color: #fff; */
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    overflow: hidden;
    margin-top: 0;
    box-sizing: border-box;
    padding: .32rem .25rem .38rem;
}

.tpl-index .send-box .send-title {
    font-size: .32rem;
    color: #262020;
    font-weight: bold;
    margin-bottom: 0.2rem;
}


.tpl-index .send-box .send-tab {
    font-size: .26rem;
    color: #262020;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #a29999;
    width: calc(100%/3);
    height: 0.82rem;
    position: relative;
}

.tpl-index .send-box .send-tab.active {
    border: 1px solid var(--tpl-main-color);
    position: relative;
}

.tpl-index .send-box .send-tab i {
    opacity: 0;
}

.tpl-index .send-box .send-tab .active-icon {
    position: absolute;
    top: -6px;
    right: -6px;
    background-color: #fff;
    color: var(--tpl-main-color);
    font-size: 14px;
}

.tpl-index .send-box .send-tab.active i {
    opacity: 1;
}

.tpl-index .send-box .send-tab .send-tab-icon {
    width: 0.44rem;
    height: 0.4rem;
    margin-right: 0.08rem;
}


/* 模块三 */
.tpl-index-other {
    background-color: #f6f5fa;
    padding-bottom: .5rem;
}

/* S 头部 */
.tpl-index-other .single-head {
    height: 0.68rem;
    font-size: .26rem;
    color: #333;
    line-height: .68rem;
}

.tpl-index-other .single-head-icon {
    width: 0.4rem;
    height: 0.4rem;
    flex-shrink: 0;
    margin: 0 .3rem 0 .3rem;
}

/* E 头部 */

/* S banner */
.tpl-index-other .banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
}

.tpl-index-other .my-swipe .van-swipe-item {
    overflow: hidden;
    /* height: 7.22rem; */
}

/* E banner */

/* S 已售数量 */
.tpl-index-other .sold-content {
    position: relative;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    box-sizing: border-box;
    padding: .27rem .3rem .15rem;
    overflow: hidden;
    margin-top: -0.1rem;
    background-image: linear-gradient(90deg,
            #f71869 0%,
            #fc7b41 100%);
    z-index: 998;

}

.tpl-index-other .sold-content::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1.32rem;
    background: url(../../img/single/bj1.png) no-repeat;
    background-size: 100%;
    top: 0;
    right: 0;
}

.tpl-index-other .sold-plan {
    width: 2.28rem;
    height: 0.36rem;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    overflow: hidden;
    box-sizing: border-box;
    border: solid 1px #ffffff;
    font-size: .24rem;
    color: var(--tpl-main-color);
}

.tpl-index-other .sold-plan>div {
    width: 1rem;
    height: 0.34rem;
    background-color: #fff;
    font-size: .2rem;
    line-height: .34rem;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    overflow: hidden;
    padding-left: .1rem;
}

/* E 已售数量 */

/* S 商品名称 */
.tpl-index-other .goods-name {
    background-color: #fff;
    box-sizing: border-box;
    padding: .2rem .3rem;
    margin-bottom: 0.2rem;
}

.tpl-index-other .goods-name .goods-title {
    font-size: .32rem;
    color: #262020;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.tpl-index-other .goods-name .goods-tag {
    box-sizing: border-box;
    padding: .08rem .18rem;
    overflow: hidden;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border: 1px solid var(--tpl-main-color);
    font-size: .24rem;
    color: var(--tpl-main-color);
    line-height: 1;
    margin-right: 0.1rem;
    flex-shrink: 0;
}

.tpl-index-other .safeguard {
    font-size: .24rem;
    color: #7867c3;
    margin-bottom: .0.08rem;
    margin-right: 0.1rem;
    margin-top: 0.22rem;
}

.tpl-index-other .safeguard img {
    width: 0.25rem;
    height: 0.25rem;
    flex-shrink: 0;
    margin-right: 0.07rem;
}

.tpl-index-other .collect {
    color: #686161;
}

.tpl-index-other .collect img {
    width: 0.34rem;
    height: 0.28rem;
    margin-right: 0.06rem;
    flex-shrink: 0;
}

.tpl-index-other .goods-classify {
    height: 1.02rem;
    background-color: #fff;
    width: 100%;
}

.tpl-index-other .goods-classify>div {
    width: calc(100%/2);
    text-align: center;
    line-height: 1.02rem;
    font-size: .28rem;
    color: #262020;
}

.tpl-index-other .goods-classify>div.active {
    font-weight: bold;
    position: relative;
}

.tpl-index-other .goods-classify>div.active::after {
    position: absolute;
    content: '';
    width: .89rem;
    height: 0.07rem;
    background-image: linear-gradient(0deg, #fef1f2 0%, #ff3644 100%);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    bottom: .28rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

/* E 商品名称 */

/* S 评价 */
.tpl-index-other .single-title {
    background-color: var(--tpl-main-color);
    height: 0.68rem;
    font-size: .28rem;
    line-height: .68rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}

.tpl-index-other .discuss-title {
    margin-top: .26rem;
}

.tpl-index-other .discuss-title::after {
    width: .68rem;
}

.tpl-index-other .discuss-head-img {
    width: 0.62rem;
    height: 0.62rem;
    border-radius: 4rem;
    -webkit-border-radius: 4rem;
    -moz-border-radius: 4rem;
    -ms-border-radius: 4rem;
    -o-border-radius: 4rem;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 0.12rem;
}

.tpl-index-other .discuss-goods-img {
    width: 1.18rem;
    height: 1.18rem;
    flex-shrink: 0;
    border-radius: .08rem;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    -ms-border-radius: .08rem;
    -o-border-radius: .08rem;
    overflow: hidden;
    margin-right: 0.12rem;
    margin-bottom: 0.1rem;
    object-fit: cover;
}

.tpl-index-other .discuss-list {
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    padding-bottom: .14rem;
}

/* E 评价 */

/* S 推荐商品 */

.tpl-index-other .recommend-swipe {
    padding-bottom: .4rem;
}

.tpl-index-other .recommend-details-item {
    margin-bottom: 0.3rem;
    width: calc(100% / 3 - 0.08rem);
    flex-shrink: 0;
}

.tpl-index-other .recommend-details-item:not(:nth-of-type(3n)) {
    margin-right: .12rem;
}

.tpl-index-other .recommend-details-img {
    width: 2.14rem;
    height: 2.14rem;
    border-radius: .08rem;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    -ms-border-radius: .08rem;
    -o-border-radius: .08rem;
    overflow: hidden;
    object-fit: cover;
    flex-shrink: 0;
    margin-bottom: 0.04rem;
}

.tpl-index-other .recommend-details-price {
    color: var(--tpl-main-color);
    font-size: .20rem;
    font-weight: bold;
    margin-top: 0.1rem;
}


.tpl-index-other .recommend-swipe .van-swipe__indicator {
    width: .14rem;
    height: 0.06rem;
    background-color: #bebebe;
    border-radius: 3px;
}

/* E 推荐商品 */

.tpl-index-other .single-title-other {
    position: relative;
    display: inline-block;
}

.tpl-index-other .single-title-other::after {
    width: 0.98rem;
    height: 0.04rem;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    overflow: hidden;
    position: absolute;
    content: '';
    bottom: -.16rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-color: var(--tpl-main-color);
}

/* S 套餐选择 */
.tpl-index-other .combo-box {
    background-color: #fff;
    /* margin-top: 0.2rem; */
    padding-bottom: .2rem;
}

.tpl-index-other .size-popup-box {
    box-sizing: border-box;
    padding-top: .8rem;
}

.tpl-index-other .size-popup-icon {
    width: 0.38rem;
    height: 0.4rem;
    flex-shrink: 0;
    position: absolute;
    top: 0.2rem;
    right: .2rem;
}

.tpl-index-other .size-btn-box {
    box-sizing: border-box;
    padding: .4rem .3rem;
}

.tpl-index-other .size-btn-box .size-btn-color {
    background-color: var(--tpl-main-color);
    color: #ededed;
    font-size: .3rem;
    box-sizing: border-box;
    height: .88rem;
    box-sizing: border-box;
}

.tpl-index-other .set-meal {
    font-size: .26rem;
    color: #333;
    box-sizing: border-box;
    padding: .2rem .4rem;
    border: 1px solid #cacaca;
    line-height: 1;
    margin-bottom: 0.14rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.tpl-index-other .set-meal.active {
    color: #fff;
    background-color: var(--tpl-main-color);
    border: 1px solid var(--tpl-main-color);
}

.tpl-index-other .size-goods-box {
    border: 1px solid var(--tpl-main-color);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    overflow: hidden;
    box-sizing: border-box;
    padding: .22rem .2rem .32rem;
    margin-bottom: 0.1rem;
}

.tpl-index-other .size-goods-img {
    width: 50%;
    /* height: 2.18rem; */
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    overflow: hidden;
    margin-right: 0.2rem;
    object-fit: cover;
    flex-shrink: 0;
}

.tpl-index-other .size-goods-img>img {
    width: 100%;
    height: 100%;
}

.tpl-index-other .size-goods-simg {
    width: 1.7rem;
    height: 1.7rem;
    object-fit: cover;
    flex-shrink: 0;
}

.tpl-index-other .size-goods-sbox {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    box-sizing: border-box;
    padding: .06rem;
    border: 1px solid #999999;
    color: #333;
    margin-bottom: 0.1rem;
    margin-right: 0.12rem;

}

.tpl-index-other .size-goods-sbox.active {
    color: #fff;
    box-sizing: border-box;
    background-color: var(--tpl-main-color);
    border: 1px solid var(--tpl-main-color);
}

.tpl-index-other .size-tab {
    width: 0.98rem;
    height: 0.46rem;
    box-sizing: border-box;
    border: 1px solid #999999;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    overflow: hidden;
    margin-right: 0.1rem;
    margin-bottom: .1rem;
    font-size: .24rem;
    color: #999999;
    text-align: center;
    line-height: .48rem;
}

.tpl-index-other .size-tab.active {
    color: #fff;
    background-color: var(--tpl-main-color);
    box-sizing: border-box;
    border: 1px solid var(--tpl-main-color);

}

.tpl-index-other .combo-money {
    font-size: .34rem;
    color: var(--tpl-main-color);
    font-weight: bold;
}

.tpl-index-other .combo-money-box {
    background-color: #f6f5fa;
    box-sizing: border-box;
    padding: .32rem .28rem .26rem;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    overflow: hidden;
    margin-top: 0.1rem;
}

/* E 套餐选择 */

/* S 配送方式 */
.delivery-box {
    background-color: #fff;
    padding-bottom: .4rem;
}

.delivery-box .send-tab {
    font-size: .26rem;
    color: #262020;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #a29999;
    width: 2rem;
    height: 0.82rem;
}

.delivery-box .send-tab.active {
    border: 1px solid var(--tpl-main-color);
    position: relative;
}

s.delivery-box .send-tab.active::before {
    position: absolute;
    content: '';
    width: 0.3rem;
    height: 0.3rem;
    background: url(../../img/qrdd-icon5.png) no-repeat;
    background-size: 100% 100%;
    right: -.15rem;
    top: -.15rem;
}


.tpl-index-other .delivery-box .send-tab .send-tab-icon {
    width: 0.44rem;
    height: 0.4rem;
    margin-right: 0.08rem;
}

.tpl-index-other .address {
    box-sizing: border-box;
    padding: .14rem 0 .3rem;
}

.tpl-index-other .address .address-store-name {
    font-size: .28rem;
    color: #262020;
    font-weight: bold;
    margin-bottom: 0.1rem;
}

.tpl-index-other .address .address-store-icon {
    width: 0.2rem;
    height: 0.24rem;
    margin-right: 0.12rem;
}

.tpl-index-other .submit-btn {
    background-color: var(--tpl-main-color);
    width: 100%;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    overflow: hidden;
    font-size: .3rem;
    text-align: center;
    height: .88rem;
    line-height: .88rem;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 0.18rem;
    margin-bottom: 0.1rem;
}

.tpl-index-other .submit-btn>img {
    width: 0.35rem;
    height: 0.33rem;
    margin-right: 0.12rem;
}

.tpl-index-other .pay-icon {
    width: 0.43rem;
    height: 0.36rem;
    flex-shrink: 0;
    margin-right: 0.1rem;
}

.tpl-index-other .money-num {
    font-weight: bold;
    font-size: .3rem;
    color: var(--tpl-main-color);
}

.tpl-index-other .single-search-btn {
    background-color: var(--tpl-main-color);
    color: #fff;
    font-size: .28rem;
}

.tpl-index-other .single-search-btn .van-button__icon {
    line-height: 0.5 !important;
}

.tpl-index-other .single-search-btn .van-icon__image {
    width: 0.28rem;
    height: 0.28rem;
    margin-right: 0.1rem;
}

.tpl-index-other .single-search-input {
    box-sizing: border-box;
    padding: 0;
    box-sizing: border-box;
    border: 1px solid #a29999;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: #fff;
    height: 0.88rem;
    margin-top: 0.3rem;
    margin-bottom: 0.37rem;
}

.tpl-index-other .single-search-input .van-search__content {
    background-color: #fff;

}

.tpl-index-other .single-search-input .van-search__content input[type="search"] {
    font-size: .24rem;
}

/* .tpl-index-other .submit .van-cell {
    padding: .2rem 0 .2rem .1rem;
} */

.tpl-index-other .submit .van-cell::after {
    border-bottom: 0;
}

/* .tpl-index-other .submit .van-cell--required::before {
    left: -4px;
} */

.tpl-index-other .submit .van-field__label {
    font-weight: bold;
    font-size: .28rem;
    color: #262020;
}

.tpl-index-other .submit input[type="text"]::placeholder {
    color: #999;
    font-size: .28rem;
    letter-spacing: 1px;
}

/* E 配送方式 */

.single-buy-box1 {
    background-color: var(--tpl-main-color);
    font-size: .3rem;
    color: #fff;
    letter-spacing: 1px;
    height: 0.98rem;
    flex-shrink: 0;
}

.single-buy-box1>img {
    width: 0.35rem;
    height: 0.33rem;
    flex-shrink: 0;
    margin-right: 0.18rem;
}

.tpl-index-other .goods-money {
    color: var(--price-color);
    font-size: .46rem;
    font-weight: bold;
}

.tpl-index-other .goods-money>span {
    font-size: .3rem;
}

.tpl-index-other .my-serve {
    background-color: #f4f4f4;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
    padding: .25rem .3rem 0;
    margin-top: 0.3rem;
    margin-bottom: 0.4rem;
}

.tpl-index-other .my-serve .my-serve-tab {
    width: calc(100% / 3);
    margin-bottom: 0.2rem;
}

.tpl-index-other .my-serve .my-serve-tab>img {
    width: 0.26rem;
    height: 0.26rem;
    flex-shrink: 0;
    margin-right: 0.06rem;
}

.tpl-index-other .content-box {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    padding-top: .3rem;
}

.tpl-index-other .swipe-box {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0.2rem;
}

.tpl-index-other .notice-top {
    box-sizing: border-box;
    padding: .22rem 0;
    font-size: .24rem;
    color: #262020;
}

.tpl-index-other .notice-top>img {
    width: 0.245rem;
    height: 0.26rem;
    flex-shrink: 0;
    margin-right: 0.12rem;
}

.tpl-index-other .section-box {

    background-image: linear-gradient(0deg,
            #f6f5fa 10%,
            var(--tpl-main-color) 100%);
            background-repeat: no-repeat;
            background-size: 100% 4.35rem;
}

/* S 商品详情侧边 */
.tpl-index-other .goods-menu-right {
    position: fixed;
    right: .2rem;
    top: 55%;
}

.tpl-index-other .goods-menu-right-icon1,
.tpl-index-other .goods-menu-right-icon2,
.tpl-index-other .goods-menu-right-icon3,
.tpl-index-other .goods-menu-right-icon4 {
    width: .82rem;
    height: 0.82rem;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    margin-bottom: 0.2rem;
}

.tpl-index-other .goods-menu-right-icon1 {
    background-color: #298ad7;
}

.tpl-index-other .goods-menu-right-icon2 {
    background-color: #00c300;
}

.tpl-index-other .goods-menu-right-icon3 {
    background-color: #425f9b;
}

.tpl-index-other .goods-menu-right-icon4 {
    background-color: #3ac34c;
}

.tpl-index-other .goods-menu-right-icon1>img,
.tpl-index-other .goods-menu-right-icon2>img,
.tpl-index-other .goods-menu-right-icon3>img,
.tpl-index-other .goods-menu-right-icon4>img {
    width: 100%;
    height: 100%;
}

/* E 商品详情侧边 */

.tpl-index-other .goods-content {
    overflow: hidden;
}

.tpl-index-other .goods-content img {
    width: 100%;
    object-fit: cover;
}

.tpl-index-other .goods-content video {
    width: 100%;
    height: 100%;
}

.tpl-index-other .review-box {
    width: 100%;
    height: 6.6rem;
    overflow: hidden;
    position: relative;
}

.tpl-index-other .review-inner {
    width: 100%;
    position: absolute;
    left: 0;
}

.tpl-index-other .order-info-title {
    padding-left: .24rem;
    font-size: .32rem;
    color: #262020;
    font-weight: bold;
    position: relative;
}


.tpl-index-other .order-info-title::before {
    position: absolute;
    content: '';
    width: .07rem;
    height: 0.3rem;
    background-image: linear-gradient(to bottom, var(--tpl-main-color) 5%, #fff);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.tpl-index-other .order-info {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, .04);
    box-sizing: border-box;
    padding: .26rem .3rem .4rem;
    margin-top: 0.3rem;
}

.tpl-index-other .order-stadus {
    color: var(--tpl-main-color);
}

.tpl-index-other .order-info-img {
    width: 1.1rem;
    height: 1.1rem;
    margin-right: 0.2rem;
    flex-shrink: 0;
    object-fit: cover;
}

.tpl-index-other .order-info-address {
    max-width: 5rem;
    text-align: right;
    text-align: justify;
}

.tpl-index-other .order-info-price {
    color: var(--price-color);
}


.tpl-index-other .send-box .send-tab {
    font-size: .26rem;
    color: #262020;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #a29999;
    width: calc(100%/3);
    height: 0.82rem;
}

.tpl-index-other .send-box .send-tab.active {
    border: 1px solid var(--tpl-main-color);
    position: relative;
}

.tpl-index-other .send-box .send-tab i {
    opacity: 0;
}

.tpl-index-other .send-box .send-tab .active-icon {
    position: absolute;
    top: -6px;
    right: -6px;
    background-color: #fff;
    color: var(--tpl-main-color);
    font-size: 14px;
}

.tpl-index-other .send-box .send-tab.active i {
    opacity: 1;
}

.tpl-index-other .send-box .send-tab .send-tab-icon {
    width: 0.44rem;
    height: 0.4rem;
    margin-right: 0.08rem;
}

.store-type-two-service-box {
    position: absolute;
    width: 3rem;
    top: -2.6rem;
    left: .2rem;
    display: inline-block;
    background-color: #fff;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    /* overflow: hidden; */
    text-align: center;
    line-height: .8rem;
    color: #666;
    font-style: 0.28rem;
    box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, .13);
    z-index: 9999;
    /* position: relative; */
}

.store-type-two-service-box::after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: -0.1rem;
    left: 0.4rem;
}

.store-type-two-service-box::before {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-top: rgba(0, 0, 0, .04) 7px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: -0.14rem;
    left: 0.4rem;
}

.single-title-top {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    box-sizing: border-box;
    /* padding: 0 .2rem; */
    background-color: #fff;
}

.single-title-top .title {
    font-size: .32rem;
    color: #262020;
    width: 80%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-weight: bold;
}

.single-title-top img {
    width: 0.18rem;
    height: 0.31rem;
    margin-right: 0.7rem;
}


.loading-style1 {
    padding-top: 63%;
    z-index: 9999;
    color: var(--tpl-main-color);
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #fff;
}

.loading-style1 .van-loading__text {
    color: var(--tpl-main-color);
}

.loading-color1 {
    color: var(--tpl-main-color);
}

.order-popup-box {
    box-sizing: border-box;
    padding: 1rem .3rem .6rem;
    position: relative;
}

.order-popup-box .order-popup-closed-img {
    width: .38rem;
    height: 0.4rem;
    position: absolute;
    right: .24rem;
    top: .3rem;
}

.succeed-img {
    width: 1.04rem;
    height: 1.04rem;
    flex-shrink: 0;
    margin-right: 0.22rem;
}

.succeed-title {
    color: #262020;
    font-weight: bold;
    margin-bottom: 0.1rem;
}

.succeed-goods-img {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    margin-right: 0.18rem;
    flex-shrink: 0;
    object-fit: cover;
}

.succeed-address {
    text-align: right;
    max-width: 3.4rem;
}

.order-all-num {
    color: var(--price-color);
}

.remind-popup-img {
    flex-shrink: 0;
    width: 100%;
    background-color: var(--tpl-main-color);
    margin-top: 0.5rem;
}

.remind-popup-text {
    color: var(--tpl-main-color);
}

.remind-btn {
    background-color: var(--tpl-main-color);
    width: 100%;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    overflow: hidden;
    height: 0.88rem;
    color: #fff;
    font-size: .3rem;
    letter-spacing: 1px;
    margin-top: 0.4rem;
    text-align: center;
    line-height: .88rem;
}

.remind-img-bg {
    background-color: var(--tpl-main-color);
    margin-top: 0.48rem;
    margin-bottom: 0.2rem;
    height: 1.73rem;
    padding-left: .33rem;
    font-size: .82rem;
    font-weight: bold;
    color: #fafeff;
    letter-spacing: 2px;
    overflow: hidden;
}

.remind-img-bg-en {
    font-size: .41rem;
    word-break: break-all;
    font-weight: bold;
    letter-spacing: 1px;
}

.remind-img-bg>img {
    width: 1.62rem;
    margin-right: 0.5rem;
    flex-shrink: 0;
}

.remind-content {
    color: #ff2938;
}

.mktwo {
    width: 8em;
    margin-left: 50%;
    transform: translateX(-50%);
}

.van-field__label {
    width: 8em;
}

/* S 未设置商城跳转链接 */
.unLink {
    z-index: 9999999;
    background-color: #eee;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 50%;
}

.unLink>img {
    width: 1.66rem;
    height: 1.66rem;
    flex-shrink: 0;
    margin-bottom: .55rem;
}

.unLink .unLink-btn {
    width: 5.76rem;
    height: 0.78rem;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    overflow: hidden;
    background-color: #38b474;
    color: #fff;
    line-height: .78rem;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: .3rem;
    margin-top: 0.3rem;
}

.unLink .unLink-title {
    font-size: .38rem;
    color: #403f3d;
    margin-bottom: 1.06rem;
}

/* E 未设置商城跳转链接 */

.van-field--min-height .van-field__control {
    min-height: 45px;
}


/* 模块四 */
.module-four-count-down-box {
    position: relative;
    min-height: 1.90rem;
    width: 100%;
    margin-top: -.1rem;
    z-index: 999;
    box-sizing: border-box;
    padding: .44rem .3rem;
    border-radius: 10px 10px 0 0;
}

.module-four-count-down-box-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* .goods-title-four{
    font-size: .32rem;
    color: #262020;
    position: relative;
    text-indent: 5em;
    line-height: .5rem;
}

.goods-title-four::before {
    position: absolute;
    content: attr(data-befor);
    box-sizing: border-box;
    padding: .04rem .2rem;
    border: solid 1px var(--tpl-main-color);
    color: var(--tpl-main-color);
    left: 0;
    top: 0;
    font-size: .24rem;
    text-indent: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    line-height: .36rem;
} */

.module-four-safeguard {
    font-size: .24rem;
    color: #fff;
    line-height: 1;
    box-sizing: border-box;
    padding: .06rem .1rem;
    background-color: var(--tpl-main-color);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.single-four-bottom {
    padding: 0;
    /* height: 100%; */
    height: .82rem;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
}

.single-four-bottom .single-one-bottom-buy {
    height: .82rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: .28rem;
    width: 50%;
}

/* .single-four-bottom::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--tpl-main-color);
    opacity: 0.1;
} */

.module-four-shop-price {
    font-size: .24rem;
    line-height: 1;
    box-sizing: border-box;
    padding: .12rem .2rem;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    color: var(--tpl-main-color);
    background-color: rgba(255, 255, 255, .8);
    margin-left: .22rem;
}

.module-four-count-down {
    color: #fff;
}


.module-four-count-down-line {
    background-image: linear-gradient(90deg,
            #fff 0%,
            rgba(255, 255, 255, .3) 100%);
    border-radius: 2px;
    height: .04rem;
    width: 2.36rem;
    margin-top: .2rem;
    margin-bottom: .2rem;
}

.single-four-bottom-btnbg {
    position: absolute;
    background-color: var(--tpl-main-color);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.1;
}

.module-four-goods-price {
    color: #fff;
    font-size: .48rem;
    font-weight: bold;
}

.module-four-color {
    color: #fff;
    font-size: .28rem;
}

.indent-dom {
    position: relative;
    text-indent: 5em;
    line-height: .5rem;
}

.indent-dom::before {
    position: absolute;
    content: attr(data-before);
    box-sizing: border-box;
    padding: .04rem .2rem;
    border: solid 1px var(--tpl-main-color);
    color: var(--tpl-main-color);
    left: 0;
    top: 0;
    font-size: .24rem;
    text-indent: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    line-height: .36rem;
}

#indentDom::before{
    content: attr(data-before);
}