*{
    box-sizing: border-box;
}
img{
    width: 100%;
}
body{
    padding-bottom: 50px;
}
.space{
    background-color: #f9f9f9;
    height: 10px;
}
.swiper-container {
    /* height: 16rem; */

}
.price-text{
    font-size: 15px;
}
.title{
    padding: 10px 15px 13px;
    font-size: 12px;
    color: #E52F17;
    letter-spacing: 0;
}
.title .shopPrice{
    font-size: 24px;
    font-weight: bold;
}
.marketPrice{
    font-size: 12px;
    margin-left: 10px;
    color: #9DA3B4;
}
.marketPrice del{
    font-size: 15px;
}
.title .fenxiao{
    font-size: 16px;
    color: #FF6600;
    margin-left: 15px;
    display: none;
}
.title .fenxiao em{
    margin-left: 5px;
}
.title .shopName{
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    margin-top: 8px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.title .shopDescription{
    font-size: 14px;
    color: #E52F17;
    letter-spacing: 0;
    margin-top: 5px;
}
.store{
    padding: 15px;
    font-size: 14px;
    display: flex;
}
.store>span:nth-of-type(1){
    width: 30px;
    color: #999999;
}
.store>span:nth-of-type(2){
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    width: calc(100% - 50px);
    position: relative;
}
.store>span:nth-of-type(2)>span:nth-of-type(1){
    color: #333333;
}
.store>span:nth-of-type(2)>span:nth-of-type(2){
    color: #999999;
    margin-top: 4px;
}
.store>span:nth-of-type(2)::after{
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    background:url(https://zainanjingshop.oss-cn-hangzhou.aliyuncs.com/h5/web/images/right.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
    top: 4px;
}
.small_infor{
    padding: 15px 15px;
    font-size: 14px;
    color: #999999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.small_infor .yunfei em{
    margin-left: 20px;
    color: #333333;
}
.small_infor span:nth-of-type(2){
    color: #666666;
}
.small_infor span:nth-of-type(2) i{
    margin-left: 18px;
    position: relative;
}
.small_infor span:nth-of-type(2) .sold{
    margin-left: 0;
}
/* .small_infor span:nth-of-type(2) i:nth-of-type(1)::before{
    content:'';
    width: 1px;
    height: 15px;
    background-color: #D8D8D8;
    position: absolute;
    right: -12px;
    top: 2px;
} */
.small_infor span:nth-of-type(2) i em{
    margin-left: 5px;
    margin-right: 5px;
}
.select{
    padding: 15px;
    color: #999999;
    font-size: 14px;
    display: flex;
    align-items: center;
}
#showCouponNum{
	padding: 15px;
	color: #999999;
	font-size: 14px;
	display: flex;
	align-items: center;
    position: relative;
}
.select span:nth-of-type(1){
    width: 30px;
}
#showCouponNum .getCoupon{
    margin-left: 20px;
    color: #333333;
    /* min-width: calc(100% - 50px); */

		background: url(https://zainanjingshop.oss-cn-hangzhou.aliyuncs.com/h5/common/LLimg/coupon/font_bg.png) 0 0 no-repeat;
		background-size: 100% 100%;
		font-family: PingFangSC-Regular;
		font-size: 10px;
		color: #E52F17;
		letter-spacing: 0;
		padding-left: 6%;
		height: 18px;
		line-height: 17px;
        padding-right: 10px;
}

#showCouponNum::after{
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    background:url(https://zainanjingshop.oss-cn-hangzhou.aliyuncs.com/h5/web/images/right.png) no-repeat;
    background-size: 100% 100%;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.select .selectedKinds{
    margin-left: 20px;
    color: #333333;
    width: calc(100% - 50px);
    position: relative;
}
.select .selectedKinds::after,.select .getCoupon::after{
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    background:url(https://zainanjingshop.oss-cn-hangzhou.aliyuncs.com/h5/web/images/right.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
    top: 4px;
}
.advantage{
    padding: 15px 15px;
    display: flex;
    flex-wrap: wrap;
}
.advantage div{
    margin-right: 15px;
    font-size: 14px;
    color: #333333;
    display: flex;
    align-items: center;
}
.advantage div span:nth-of-type(1){
    display: inline-block;
    width: 14px;
    height:14px;
    margin-right: 5px;
}

.shop{
    padding: 12.5px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shop .text{
    display: flex;
    align-items: center;
}
.shop .text div:nth-last-of-type(1){
    width: 187.5px;
}
.shop .text h3{
    font-size: 14px;
    color: #333333;
}
.shop .text p{
    font-size: 13px;
    color: #999999;
    /* margin-top: 5px; */
}
.shop .text p span{
    color: #F90000;
}
.shop .logo{
    width:45px;
    height:45px;
    margin-right: 12px;
}
.shop  .enter{
    border: 1px solid #E52F17;
    border-radius: 15px;
    font-size: 14px;
    color: #E52F17;
    width: 84px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.evaluate{
    padding: 0px 15px;
    padding-bottom: 0;
}
.evaluate_title{
    display: flex;
    justify-content: space-between;
}
.evaluate_title h3{
    font-size: 16px;
    color: #333333;
}
.evaluate_title h3 span:nth-last-of-type(1){
    font-size: 13px;
    color: #999999;
    margin-left: 5px;
}
.evaluate_title>div{
    font-size: 14px;
    color: #333333;
    display: flex;
    align-items: center;
}
.evaluate_title>div .red{
    color: #E52F17;
}
.evaluate .icon_right{
    display: inline-block;
    width: 14px;
    height: 14px;
}
.evaluate .infor{
    display: flex;
    flex-wrap: wrap;
    margin-top: 19.875px;
    /* margin-bottom: 25px; */
}
.evaluate .infor p{
    background: #FFEFED;
    border-radius: 14px;
    padding: 5px 10px;
    font-size: 13px;
    color: #333333;
    margin-right: 5px;
    margin-bottom: 5.6px;
}
.nopd{
    padding-top: 0px;
}
.user{
    /* border-bottom: 1px solid #EEEEEE; */
    padding:19.5px 0;
    position: relative;
    margin-top: 15px;
}
.user:before{
    content: '';
    position: absolute;
    width: 200%;
    height: 1px;
    bottom: 0;
    border-bottom: 1px solid #EEEEEE;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(.5,.5);
    transform: scale(.5,.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box

    }
.user .user_title{
    display: flex;
    justify-content: space-between;
}
.user .user_title>div{
    display: flex;
    align-items: center;
}
.user .user_title .user_logo{
    width:25px;
    height: 25px;
    margin-right: 8px;
    overflow: hidden;
}
.user .user_title h3{
    font-size: 15px;
    color: #333333;
}
.user .user_title>span{
    display: inline-block;
    width: 80px;
    height: 13px;
}
.user_content{
    font-size: 14px;
    color: #333333;
    margin: 11px 0;
}
.user_time{
    font-size: 12px;
    color: #999999;
}
.all{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.all p{
    font-size: 14px;
    color: #333333;
    /* margin: 14px 0; */
}
.all span{
    display: inline-block;
    width: 14px;
    height: 14px;
}
.continue{
    position: relative;
    background-color: #f9f9f9;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #999999;
}
/* .continue::before{
    position: absolute;
    content: '';
    width:40px;
    height: 1px;
    background-color: #cccccc;
    left:7px;
    top: 18.75px;
}
.continue::after{
    position: absolute;
    content: '';
    width:40px;
    height: 1px;
    background-color: #cccccc;
    right: 7px;
    top: 18.75px;
} */

.play span{
    position: absolute;
    top:calc(50% - 13.125px);
    left: calc(50% - 13.125px);
    width: 26.25px;
    height: 26.25px;
    border-radius: 50%;
    border:1px solid #fff;
}

.swiper-pagination-bullet{

    width: 5px;
    height: 5px;
    background-color: rgba(255,255,255,0.7)
}
.swiper-pagination-bullet-active{
    background: #d93e28;
    width: 8px;
    height: 5px;
    border-radius: 2px
}


.islike{
    padding: 8px 15px;
    /* padding-left: 15px; */

}
.islike h3{
    font-size: 16px;
    color: #333333;
    margin-bottom: 7px;
}
.islike h3 span{
    float:right;
    color: #E52F17;
    font-size: 15px;
    font-weight: normal;
}
.islike .pro{
    width: 65.6px;
    /* margin-right: 18.75px; */
}
.islike .swiper-container{
    height: auto;
}
.islike .swiper-slide{
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
}
.islike .pro_img{
    width: 65.6px;
    height: 65.6px;
    overflow: hidden;
}
.islike .name{
    font-size: 13px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 34.5px;
}
.islike .red{
    color: #F0250F;
    font-size:12px;

}
.islike .gray{
    color: #9DA3B4;
    font-size: 12px;
    text-decoration: line-through;
}
.islike .gray del,.islike .red span{
    font-size: 14px;
}
a:hover{
    text-decoration: none;
    outline:none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.nav_icon {
    width: 20.625px!important;
    height: 20.625px!important;
}

.weui-photo-browser-modal{
    z-index: 999999999;
}
.weui-photo-browser-modal .swiper-container{
    z-index: 999999999;
}
.weui-photo-browser-modal .swiper-wrapper{
    z-index: 999999999;
}
.weui-photo-browser-modal .photo-container img{
    margin-top: 0;
}
#kefu {
    position: fixed;
    width: 45px;
    height: 45px;
    background-color: rgb(253, 82, 29);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    border-radius: 3px;
    bottom: 98px;
    right: 26px;
    z-index: 99999999;
}
.layui-m-layer {
    position: relative;
    z-index: 99919891014!important;
}
.layui-m-layer img{
    width: auto!important;
}
.details img{
    width: auto!important;
    max-width: 100%;
    display:block;
}
.details p{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.details strong{
    font-weight: bold;
}

/* 图片排列 */
.user .user_image{
    justify-content: normal!important;
}
.user .user_image .img:nth-of-type(2){
    margin-left:6.8px;
    margin-right:6.8px;
}

/* 底部弹框 */
.gouwuche-alert{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.50);
    z-index: 99999999;
    display: none;
}
.gouwuche-content{
    height: 489px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 15px 15px 0 0;
    padding: 12px;
    overflow-y: auto;
    padding-bottom: 60px;
    /* -webkit-overflow-scrolling: touch; */
}
.gouwuche-close{
    position: fixed;
    right: 15px;
    bottom: 455px;
    /* bottom: 490px; */
    width: 25px;
    /* height: 14px; */
    height: 25px;
}
.gowuche-product{
    display: flex;
}
.gouwuche-img{
    width: 100px;
    height: 100px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 12px;
}
.gowuche-product-text{
    padding-top: 32px;
    width: calc(100% - 112px);
}
.Allprice{
    font-size: 12px;
    color: #E52F17;
    display: flex;
    align-items: center;
}
.product-price{
    font-size: 20px;
    font-weight: bold;
}
.gowuche-product-text .fenxiao{
    color: #FF6600;
    margin-left: 10px;
    font-size: 14px;
    display: none;
}
.gowuche-product-text .fenxiao em{
    margin-left:5px;
}
.gowuche-product-text .inventory{
    color: #999999;
    letter-spacing: 0;
    margin-top: 8px;
    font-size: 12px;
}
.gowuche-product-text .selectKinds{
    font-size: 12px;
    color: #333333;
    letter-spacing: 0;
    margin-top: 3px;
}
.gouwuche-content .kuaidi{
    font-size: 13px;
    color: #666666;
    letter-spacing: 0;
    margin-top: 22px;
}
.gouwuche-content .kinds{
    margin-top: 30px;
}
.gouwuche-content .kinds h4{
    font-size: 14px;
    color: #333333;
    font-weight: normal;
}
.gouwuche-content .kinds-content{
    margin-top: 12px;
    overflow: hidden;
}
.gouwuche-content .kinds-content span{
    background: #F2F2F2;
    border: 1px solid #F2F2F2;
    border-radius: 12.5px;
    font-size: 13px;
    color: #333333;
    letter-spacing: 0;
    height: 25px;
    line-height: 25px;
    padding: 0 12px;
    float: left;
    margin-right: 10px;
    margin-bottom: 8px;
    /* cursor: pointer; */
}
.gouwuche-content .kinds-content .active{
    background: #FFF9F9;
    border: 1px solid #E52F17;
    color: #E52F17;
}
.gouwuche-content .kinds-content .noSelect{
    color: #999999;
}
.gouwuche-content .amount{
    margin-top:30px;
    font-size: 14px;
    color: #333333;
    display: flex;
    justify-content: space-between;
}
.gouwuche-content .amount i{
    display: inline-block;
    width: 24px;
    height: 24px;
}
.gouwuche-content .amount .jiaJian{
    display: flex;
    align-items: center;
    height: 26px;
}
.gouwuche-content .amount .jiaJian em{
    margin: 0 10px;
    font-size: 16px;
}
.gouwuche_wra{
    z-index: 2;
}
.gouwuche_wrap .submit{

    background-image: linear-gradient(-90deg, #FC6436 0%, #F72E1A 100%);
    text-align: center;
    line-height: 50px;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #fff;
    box-sizing: initial;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    /* z-index: 2; */
}
.s_submit{
    text-align: center;
    line-height: 50px;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #fff;
    box-sizing: initial;
    background-color: gray;
}
.submit_select{
    height: 50px;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    box-sizing: initial;
    display: flex;
    line-height: 50px;
    z-index: 2;
}
.submit_select span{
    width: 50%;
    text-align: center;
    color: #fff;
}
.submit_select #gouwuche{
    background-image: linear-gradient(138deg,#ffa600,#ffb000 77%,#ffbc00);
}
.submit_select #buy_button{
    background-image: linear-gradient(-90deg, #FC6436 0%, #F72E1A 100%);
}
.gouwuche-yinying{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 176px;
}
/* 底部导航栏 */
#nav{
    height: 50px;
    display: flex;
    color: #fff;
    position: fixed;
    bottom: 0;
    z-index: 1;
    box-sizing: initial;
    background-color: #fff;
    width: 100%
    /* border-top: 1px solid #bbbbbb; */
    ;
}
#nav .nocart{
    display:none;
}
#nav .nocart2{
    width: calc(100% - 148px) !important;
}
#nav:before{
    content: '';
    position: absolute;
    width: 200%;
    height: 1px;
    top: 0;
    border-top: 1px solid #dddddd;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(.5,.5);
    transform: scale(.5,.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box

    }
#nav>P{
    width: 148px;
    background-color: #fff;
    color: #333333;
    display: flex;
    /* justify-content: space-around; */
    font-size: 12px;
}
#nav>P>a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    position: relative;
    color: #333333;
    height: 50px;
}
#nav>P>a .cart-num{
    position: absolute;
    background: #E52F17;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 14px;
    top: 1px;
    display: none;
}
#nav>P>a .cart-num img{
    width:13px;
}
#nav>P>a>.img{
    width: 22px;
}
#nav>.gouwuche{
    width: 114px;
    background-image: linear-gradient(-90deg, #FFB902 0%, #FEA602 100%);
    text-align: center;
    line-height: 50px;
    font-size: 15px;
}
#nav>.buy_button{
    width: 113px;
    background-image: linear-gradient(-90deg, #FC6436 0%, #F72E1A 100%);
    text-align: center;
    line-height: 50px;
    font-size: 15px;
}

/* 查看全部 */
.viewComments{
    font-size: 14px;
    color: #333333;
    padding-top: 14px;
    position: relative;
}
.viewComments::after {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    background: url(https://zainanjingshop.oss-cn-hangzhou.aliyuncs.com/h5/web/images/right.png) no-repeat;
    background-size: 100% 100%;
    right: 0px;
    top: 18px;
  }

/* 暂无库存 */
.no-inventory{
    width: 227px;
    background-color: #FD9800;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    display: none;
}

.goods-state{
    text-align: center;
    position: fixed;
    width: 100%;
    color: #ffffff;
    background-color: rgba(0,0,0,0.6);
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    bottom: 50px;
    left: 0;
    z-index: 99;
    display: none;
}

.stopClick{
    /* background-color: #ccc!important;
    background-image: none!important; */
    /* background-color: rgba(0,0,0,.1); */
    position: relative;
}
.stopClick::after{
    position: absolute;
    content:'';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.2);
}

.weizhi{
    font-size: 16px;
    position: absolute;
    top: calc(50% - 10px);
    width: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
}

.demo1 {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #fff;
    float: left;
    margin: 0 3px;
    animation: demo1 linear 1s infinite;
    -webkit-animation: demo1 linear 1s infinite;
}
.demo1:nth-child(1){
    animation-delay:0s;
}
.demo1:nth-child(2){
    animation-delay:0.15s;
}
.demo1:nth-child(3){
    animation-delay:0.3s;
}
.demo1:nth-child(4){
    animation-delay:0.45s;
}
 .demo1:nth-child(5){
    animation-delay:0.6s;
}
 @keyframes demo1
 {
    0%,60%,100% {transform: scale(1);}
    30% {transform: scale(2.5);}
}
@-webkit-keyframes demo1
{
    0%,60%,100% {transform: scale(1);}
    30% {transform: scale(2.5);}
}

.realName{
    width: 280px!important;
    background: #FFFFFF;
    border-radius: 8px!important;
}
.realName .layui-m-layercont{
    padding: 20px 30px!important;
}
.realName .layui-m-layerbtn{
    background-color: #fff!important;
    color: #E52F17!important;
    border-bottom-left-radius: 8px!important;
    border-bottom-right-radius: 8px!important;
}
.realName .layui-m-layerbtn span[yes]{
    color: #E52F17!important;
    width: 50%!important;
}
.realName .layui-m-layerbtn span[no]{
    color: #E52F17!important;
    width: 50%!important;
}

.realName .layui-m-layerbtn {
    display: box;
    display: -moz-box;
    display: -webkit-box;
    width: 100%;
    height: 45px !important;
    line-height: 45px !important;
    font-size: 0;
    border-top: 1px solid #D0D0D0;
    background-color: #F2F2F2;
}
.juhua-bg{
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999999999999;

}
.juhua-loading {
    width: 120px;
    height: 120px;
    background-color: rgba(0, 0, 0, .5);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #ffffff;
    border-radius: 6px;
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
    /* z-index: 999999999; */
    font-size: 15px;
}

.juhua-loading-img {
    width: 50px;
    height: 50px;
    animation: turn 2s linear infinite;
    margin-bottom: 10px;
}

.juhua-loading_1 {
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
    color: #ffffff;
    border-radius: 6px;
    position: fixed;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    z-index: 999999999;
    font-size: 13px;
    display: none;
}

.juhua-loading-img_1 {
    width: 30px;
    height: 30px;
    animation: turn 2s linear infinite;
    margin-top: 10px;
    margin-bottom: 8px;
}

@keyframes turn {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.toast-layer{
    z-index: 99999999999;
    bottom: 0px!important;
}

.product-num input{
    -webkit-appearance: none;
    width: 40px;
    height: 16px;
    text-align: center;
    outline: none;
    border: none;
    font-size: 14px;
    line-height: 16px;
}

/* 优惠券弹框 */
.couponItems{
	padding:0 15px;
	margin-top: 10px;
}

.coupon-product{
    display: flex;
		background-color: #ffffff;
		margin-top: 15px;
}
.coupon-img{
	  position: relative;
    height: 100px;
    border-radius: 5px;
		width: 110px;
		height: 90px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		font-size: 11px;
		color: #FFFFFF;
		letter-spacing: 0;
		text-align: center;
		flex-shrink: 0;
}

/* 全场优惠 */
.allCheap .coupon-img{
	background-image: linear-gradient(-90deg, #FF4128 0%, #FF7E1A 100%);
}
.allCheap .coupon-product-text>.top span {
	background-color: #E52F17;
}
/* 全场优惠 */

/* .coupon-product-text::after{
	content: "";
	display: inline-block;
	width: 41px;
	height: 41px;
	background:url(https://zainanjingshop.oss-cn-hangzhou.aliyuncs.com/h5/common/LLimg/coupon/rect_font.png) no-repeat ;
	top:0px;
	right:0px;
	position: absolute;
	background-size: contain;
} */
/* 店铺优惠 */
.shopCheap .coupon-img{
	background-image: linear-gradient(-90deg, #9845E6 0%, #A069ED 99%);
}
.shopCheap .coupon-product-text>.top span {
	background-color:#9966FF;
}
/* 店铺优惠 */
/* 专区优惠 --*/
.zhuanCheap .coupon-img{
	background-image: linear-gradient(-90deg, #31c4ff 0%, #0192ff 99%);
}
.zhuanCheap .coupon-product-text>.top span {
	background-color: #1badff;
}
/* 专区优惠 --*/
/* 商品优惠 --*/
.goodsCheap .coupon-img{
	background-image: linear-gradient(-90deg, #FF9900 0%, #FFCA00 99%);
}
.goodsCheap .coupon-product-text>.top span {
	background-color: #FF9900;
}
/* 商品优惠 --*/

/* 已使用 --*/
.usedCheap .coupon-img{
	background: #CCCCCC;
}
.usedCheap .coupon-product-text>.top span {
	background-color: #CCCCCC;
}
/* 已使用 --*/

.coupon-img p:nth-child(1){
	font-size: 18px;
}
.coupon-img p:nth-child(1) span{
	font-size: 28px;
	margin-left: 2px;
}
.coupon-img::before{
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	background-color: #FFFFFF;
	top:-10px;
	left:100px;
	border-radius: 50%;
	z-index: 9;
}
.coupon-img::after{
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	background-color: #FFFFFF;
	top:80px;
	left:100px;
	border-radius: 50%;
	z-index: 9;
}
.coupon-product-text{
    width: calc(100% - 120px);
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
		box-shadow: 1px 1px 5px #ddd;
		padding:0 10px;
}
.coupon-product-text>.top{
    font-size: 13px;
    color: #333333;
    letter-spacing: 0;
		height: 42px;
		overflow: hidden;
		line-height: 19px;
}
.coupon-product-text>.top span{
    font-family: PingFangSC-Regular;
    font-size: 10px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
		border-radius: 3px;
		background-color: #E52F17;
		padding: 1px 4px;
		margin-right: 8px;
}
.coupon-product-text>.bottom {
	display: flex;
	justify-content: space-between;
}
.coupon-product-text>.bottom .getCoupon{
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: #E52F17;
	letter-spacing: 0;
	text-align: center;
	background: #FFF8F8;
	border: 1px solid #E52F17;
	border-radius: 10px;
	display: inline-block;
	height: 21px;
	line-height: 19px;
	width: 60px;
}
.coupon-product-text>.bottom .getedCoupon{
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 0;
	text-align: center;
	background: #E1E1E1;
	border: none;
	border-radius: 10px;
	display: inline-block;
	height: 21px;
	line-height: 19px;
	width: 66px;
}

.coupon-product-text>.bottom .desc{
    font-family: PingFangSC-Regular;
    font-size: 11px;
    color: #999999;
    letter-spacing: 0;
		line-height: 20px;
}
.coupon-product-text>.bottom .desc span{
}
.coupon-product-text>.bottom .desc i{
	display: inline-block;
	width: 18px;
	height: 18px;
}
.coupon-product-text>.bottom .desc i img{
	width: 100%;
	height: 100%;
	vertical-align: middle;
	margin-top: -3px;
}


.coupon-product-text .fenxiao{
    color: #FF6600;
    margin-left: 10px;
    font-size: 14px;
    display: none;
}
.coupon-product-text .fenxiao em{
    margin-left:5px;
}
.coupon-product-text .inventory{
    color: #999999;
    letter-spacing: 0;
    margin-top: 8px;
    font-size: 12px;
}
.coupon-product-text .selectKinds{
    font-size: 12px;
    color: #333333;
    letter-spacing: 0;
    margin-top: 3px;
}
.more{
    text-align:center;
    font-size:16px;
    color:#666;
		margin-top: 20px;
}
.getAll{
	background-image: linear-gradient(-90deg, #F72E1A 0%, #FC6436 100%);
	color:#FFFFFF;
	text-align: center;
	height: 50px;
	position: fixed;
	bottom: 0;
	font-size: 15px;
	width: 100%;
	line-height: 50px;
	z-index: 9999;
}
/* 底部弹框 */
.coupon-alert{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.50);
    z-index: 99999999;
    display: none;
}
.coupon-alert .title{
	font-family: PingFangSC-Regular;
	font-size: 18px;
	color: #333333;
	letter-spacing: 0;
	width: 100%;
	text-align: center;
	padding: 0;
	margin-top: 10px;
}
.coupon-content{
    height: 489px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 15px 15px 0 0;
    padding: 12px 0 0 12px;
    overflow-y: auto;
    padding-bottom: 60px;
}
.coupon-close{
    position: fixed;
    bottom: 0;
    /* height: 14px; */
}
.coupon-content .submit{
    background-image: linear-gradient(-90deg, #FC6436 0%, #F72E1A 100%);
    text-align: center;
    line-height: 50px;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #fff;
    box-sizing: initial;
}
/* .s_submit{
    text-align: center;
    line-height: 50px;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #fff;
    box-sizing: initial;
    background-color: gray;
} */
/* .submit_select{
    height: 50px;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    box-sizing: initial;
    display: flex;
    line-height: 50px;
    z-index: 2;
} */
.submit_select span{
    width: 50%;
    text-align: center;
    color: #fff;
}
.submit_select #coupon{
    background-image: linear-gradient(138deg,#ffa600,#ffb000 77%,#ffbc00);
}
.submit_select #buy_button{
    background-image: linear-gradient(-90deg, #FC6436 0%, #F72E1A 100%);
}
.coupon-yinying{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 176px;
}


.getCouponImg{
	z-index: 999999999;
	width: 120px;
	height: 128px;
	position: fixed;
	left:calc(50% - 60px);
	top: calc(50% - 64px);
}











/* 日历 */

#date {
    width: 100%;
    background: #fff;
    margin-top: 20px;
}
#date>p {
    display: flex;
}
.selMonth{
    height: 45px;
    line-height: 45px;
    position: relative;
}
#date .sdate{
    height: 22px;
    line-height: 22px;
    font-size: 13px;
    margin-bottom: 5px;
}
#date .sdate span{
    margin-left: 10px;
    color: #333;
}
.selMonth>span {
    /* padding: 0 10px; */
    margin-right: 10px;
    width: 40px;
    text-align: center;
    font-size: 15px;
}
.selMonth span.act{
    color: #E52F17;
}
.selMonth i{
    width: 40px;
    height: 3px;
    display: inline-block;
    position: absolute;
    background-image: linear-gradient(-90deg, #FC6436 0%, #F72E1A 100%);
    border-radius: 3px 3px 0 0;
    bottom: 0;
    left: 0;
    transition: all 0.2s linear;
}
#week {
    overflow: hidden;
    list-style: none;
    display: flex;
    justify-content: space-around;
    background: #F9F9F9;
}

#week>li {
    width: 38px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 12px;
}
.wrap_day{
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 11.4rem;
}
.day {
    width: 100%;
    overflow: hidden;
    list-style: none;
    position: absolute;
    transition: all 0.2s linear;
}
.day:first{
    left: 0;
}
.day:last-child{
    left: 100%;
}
.day>li {
    display: inline-block;
    width: 13.7%;
    height: 34px;
    margin: 1px 1px;
    border: 2px solid rgba(0, 0, 0, 0);
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}

.day>.seled {
    background-image: linear-gradient(-90deg, #FC6436 0%, #F72E1A 100%);
    border-radius: 2px;
    border-radius: 2px;
    color: #fff;
}
.day>.dis {
    color:#ccc;
}
.active {
    color: red;
}

#selectDate {
    width: 100%;
}

/* 富文本 */
.details table{
  border-collapse: separate;
  border-spacing: 2px;
  border:1px solid #ccc;
  border:1px solid #ccc
}
.details table td{
  border-left:1px solid #ccc;
  border-top:1px solid #ccc
}