/*重置样式*/
*{list-style:none}

html body {
    height: 100%;
    background-color: #fefefe; 
    /*#373D41*/
}
body {
    line-height: 1.6;
}

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, input, form, a, p, textarea {
  margin:0;
  padding:0;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  letter-spacing: 0.5px;
  word-spacing: normal;
  color: #000;
}
div { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a {
    color:#000;
    text-decoration: none;
}

input,button,select,textarea{outline:none;}


/*清除浮动代码*/
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}

.hide {
    display: none !important;
}


.header {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 2px #f8f8f8;
}

.nav {
    height: 43px;
    background-color: #fff;
}

.back-icon {
    display: block;
    height: 32px;
    width: 32px;
    padding-top: 5px;
}

.navbar {
    display: flex;
    z-index: 500;
    top: 0;
    width: 100%;
    background-color: #fff;
}

.navbar__item {
    flex: 1;
    padding: 10px 0;
    text-align: center;
}

.navbar__item_on {
    color: #F23030;
    font-weight: bold;
    border-bottom: 1px solid #F23030;
}

/* 页面样式 */
 #mescroll {
    position: fixed;
    top: 43px;
    bottom: 40px;
    height: auto;
}

.list {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin-bottom: 10px;
} 

.jingtaicontent {
    width: 100%;
    position: fixed;
    top: 43px;
    bottom: 40px;
    height: auto;
}

.coupon-list {
    width: 97%;
    margin: 0 auto;
    height: auto;
    background-color: #fff;
    margin-top: 10px;
    border-top: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
}

.cp {
    width: 100%;
    height: auto;
    box-shadow: 0px 2px #f8f8f8;
    position: relative;
}

.cp-bg {
    float: left;
    width: 32%;
    height: 135px;
    position: relative;
    margin-left: 5px;
}

.cp-bg:before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 100%;
    background-size: 20px 10px;
}

/* 未使用优惠券 */
.cp-able-bg {
    background: linear-gradient(#5F94DF,#677ADC);
}

.cp-able-bg:before {
    left: -10px;
    background-color: #fff;
    background-position: 56% 35%;
    background-image: linear-gradient(-45deg, #5992e2 20%, transparent 25%, transparent), linear-gradient(-135deg, #5992e2 25%, transparent 25%, transparent), linear-gradient(-45deg, transparent 100%, #5992e2 100%), linear-gradient(-135deg, transparent 100%, #5992e2 100%);
}

/* 已使用、已过期优惠券 */
.cp-unable-bg {
    background-color: #C2C2C2;
}

.cp-unable-bg:before {
    left: -10px;
    background-color: #fff;
    background-position: 56% 35%;
    background-image: linear-gradient(-45deg, #C2C2C2 20%, transparent 25%, transparent), linear-gradient(-135deg, #C2C2C2 25%, transparent 25%, transparent), linear-gradient(-45deg, transparent 100%, #C2C2C2 100%), linear-gradient(-135deg, transparent 100%, #C2C2C2 100%);
}

.cp-bg span,.cp-bg div{
    color: #fff;
}

.cp-bg .cp-money-div {
    width: 90%;
    margin: 0 auto;
    margin-right: 10px;
    margin-top: 10px;
    text-align: center;
}

.cp-bg span {
    font-size: 15px;
    font-weight: 900;
}
.cp-money {
    font-size: 30px !important;
    margin-left: -3px;
}

.condition {
    width: 100%;
    margin: 0 auto;
    margin-top: 4px;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
}

.center_condition {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
}

.condition span {
    font-size: 13px;
    font-weight: normal;
    display: block;
}

.couponNum {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
}

.cp-info {
    width: 66%;
    float: left;
    position: relative;
}

.cp-title {
    /* margin-top: 10px; */
    margin-left: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

/* 已使用、已过期标题颜色 */
.unable-color {
    color: #636363;
}

.cp-getCondition {
    margin-left: 10px;
    font-size: 12px;
    color: #F23030;
}

/* 已使用图标 */
.used-icon {
    background: url(/Public/home/images/usedIcon.png) no-repeat;
    background-size: 100% 100%;
    width: 64px;
    height: 64px;
    display: block;
    position: absolute;
    top: 4px;
    right: 0px;

}

/* 已领取图标 */
.got-icon {
    background: url(/Public/home/images/couponGot.png) no-repeat;
    background-size: 100% 100%;
    width: 64px;
    height: 64px;
    display: block;
    position: absolute;
    top: 5px;
    right: 0px;

}

/* 已领完图标 */
.finish-icon {
    background: url(/Public/home/images/coupon_finish.png) no-repeat;
    background-size: 100% 100%;
    width: 64px;
    height: 64px;
    display: block;
    position: absolute;
    top: 5px;
    right: 0px;

}



.info-middle {
    width: 95%;
    position: absolute;
    top: 66px;
    margin-left: 10px;  
    border-bottom: 1px dashed #F1F2F4;
	padding-bottom: 2px;
}

.expiry-date {
    font-size: 12px;
}

.coupon-btn {
    float: right;
    background-color: #fff;
    border: 1px solid #A9C9EA;
    border-radius: 50px;
    color: #5293D5;
    font-size: 13px;
    margin-top: 1px;
	padding: 1px 6px;
}

.detail {
    position: absolute;
    top: 80px;
    font-size: 12px;
    width: 93.5%;
    margin-left: 10px;
    margin-top: 35px;
    cursor: pointer;
}

.fold {
    background: url(/Public/home/images/more_fold.png) no-repeat;
}

.unfold {
    background: url(/Public/home/images/more_unfold.png) no-repeat;
}

.foldIcon {
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    display: block;
    float: right;
}

.detail-div {
    width: 100%;
    padding: 5px 0px;
    border-bottom: 1px solid #f6f6f6;
    font-size: 12px;
    color: #676767;
}







/* 底部tabbar */
.tabbar {
    width: 100%;
    position:fixed; 
    bottom: 0;
    display: flex;
    background-color: #fff;
}

.tabbar a {
    flex: 1;
    display: block;
    text-align: center;
}

.tabbar__item {
    height: 40px;
    line-height: 40px;
}

.bar__item_on .tabbar__label {
    color: #F23030 !important; 
}


/* 订单页优惠券 （其他css样式在coupon.css文件中）*/

.coupon-classify {
    position: fixed;
    top: 41px;
    width: 100%;
    display: flex;
    height: 36px;
    line-height: 36px;
}

.select-tips {
    position: fixed;
    top: 77px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background-color: #FFF3DC;
    padding-left: 10px;
    font-size: 12px;
}

.coupon-classify div {
    flex: 1;
    text-align: center;
}

.item-on {
    border-bottom: 3px solid red;
    padding-bottom: 5px;
}

.coupon_list {
    margin-top: 120px;
    height: calc(100vh - 225px);
    margin-bottom: 36px;
    overflow: scroll;
}

.uncoupon_list {
    margin-top: 90px;
    height: calc(100vh - 154px);
    margin-bottom: 10px;
    overflow: scroll;
}

.info-middle input[type="checkbox"] {
    -webkit-appearance: none;
    background: url(/Public/home/images/radiobox.png);
    background-size: 100% 100%;
    height: 22px;
    vertical-align: middle;
    width: 22px;
    border: none !important;
    float: right;
    margin-right: 2px;
}

.info-middle input[type="checkbox"]:checked {
    background: url(/Public/home/images/radio-checked.png);
    background-size: 100% 100%;
    width: 21px;
    height: 21px;
    -webkit-appearance: none;
    float: right;
    margin-right: 2px;
}

.useCouponDiv,.useActDiv {
    position: fixed;
    bottom: 5px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.useCouponBtn,.useActBtn {
    padding: 8px 70px;
    background-color: #dd524d;
    color: #fff;
    border-radius: 20px;
}

.selectedTxt {
    color: #dd524d;
    border: 1px solid #dd524d;
    border-radius: 20px;
    font-size: 12px;
    padding: 2px 2px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.selectValue {
    float: right;
    margin-top: 12.5px;
    font-weight: bold;
}

.noCouponTips {
    width: 55%; 
    margin: 0 auto; 
    margin-top: 10px;
    text-align: center;
}

/* 交易成功页面 */
.completeHeader {
    width: 100%;
    height: 130px;
}

.completeContent {
    width: 132px;
    height: 60px;
    margin: 0 auto;
    padding-top: 30px;
}

.successIcon {
    background: url('/Public/home/images/success.png') no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 32px;
    height: 32px;
    float: left;
}

.successTxt {
    color: #1296db;
    width: 90px;
    font-size: 20px;
    font-weight: bold;
    float: left;
    margin-left: 10px;
}

.returnBtn {
    text-align: center;
}

.returnBtn a {
    border:  1px solid #1296db;
    padding: 6px 12px;
    border-radius: 20px;
    color: #1296db;
}
/* 未使用转增文字样式 */
.zzt{
    display: inline-block;
    margin-right: 5px;
    color: #5293D5;
    font-weight: 900;
    float: right;
    position: absolute;
    top: 5px;
    right: 2px;
}
.coupon-type{
    margin-left: -5px;
}
/*关注公众号*/
.shop-qrcode-tips {
    position: fixed;
    width: calc(95% - 20px);
    height: 34px;
    left: 2.5%;
    top: 51px;
    margin-bottom: 10px;
    line-height: 34px;
    background: #FDDD7B;
    font-size: 12px;
    color: #1F2856;
    padding-left: 20px;
    border-radius: 17px;
}

.notice-img {
    width: 16px;
    height: 16px;
    margin-top: -1px;
    vertical-align: middle;
}

/* 公众号弹窗 */
.ticketCode-container {
    position: fixed;
    top:0;
    right:0;
    left:0;
    bottom:0;
    margin:auto;
    width: 82%;
    height: 370px;
    border-radius: 3px;
    background: linear-gradient(to right,#354173,#1D2553);
    z-index: 1000;
}

#ticketCode-info {
    width: 100%;
    height: 282px;
    padding-top: 8px;
    padding-bottom: 10px;
    background: linear-gradient(to right,#354173,#1D2553);
}

.ticketCode-title {
    text-align: center;
    font-size: 15px;
    line-height: 36px;
    font-size: 16px;
    margin-top: 0px;
    color: #FDDD7B;
}

.ticketCode-content {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.ticketCode-img {
    width: 100%;
}


































