﻿body {
    margin: 0;
    padding: 0;
}

html,
body {
    float: left;
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    font-size: 12px;
}

ul,
ol,
li,
div {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

.xiala {
    height: 50px;
    float: left;
    align-items: center;
    display: inline-flex;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    justify-content: center;
}

.xia {
    height: 34px;
    align-items: center;
    display: inline-flex;
    border: 0;
    background-color: rgba(255, 255, 255, 0);
    -webkit-appearance: none;
    font-size: 16px;
    z-index: 99;
    text-align-last: center;
}

.nav_lb {
    display: inline-flex;
    width: 100%;
    justify-content: space-evenly;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

#nav {
    width: 100%;
    height: 46px;
    background-color: #fff;
    float: left;
    position: fixed;
    top: 42px;
    z-index: 99;
}

.nav_lb li {
    float: left;
    font-size: 14px;
    line-height: 46px;
    color: #999;
    width: 25%;
    text-align: center;
}

.a1 {
    color: #333 !important;
    /*border-bottom: 2px solid #b00000;*/
    font-size: 12px !important;
}

.coupon-list {
    width: 94%;
    float: left;
    margin-top: 100px;
    padding-bottom: 60px;
    margin-left: 3%;
}

.box {
    width: 100%;
    background: #fff;
    float: left;
    border-bottom: 1px solid #eee;
    position: relative;
}

.box1 {
    width: 100%;
    height: 30px;
    float: left;
    align-items: center;
    display: inline-flex;
    z-index: 1;
    margin-top: 8px;
}

.box2 {
    width: 100%;
    height: 30px;
    float: left;
    z-index: 1;
    line-height: 30px;
}

.box3 {
    width: 100%;
    height: 50px;
    float: left;
    align-items: center;
    display: inline-flex;
    z-index: 1;
    justify-content: flex-end;
}

.box1_left {
    float: left;
    width: 20%;
    height: 36px;
    align-items: center;
    display: inline-flex;
    padding-left: 20px;
}

.box1_left span {
    color: #666;
    font-size: 14px;
}

.box1_right {
    float: left;
    width: 70%;
    height: 36px;
    align-items: center;
    display: inline-flex;
}

.date {
    color: #666;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    width: 80%;
}

.jianyan {
    height: 18px;
    background: #019eae;
    border-radius: 2px;
    justify-content: space-around;
    display: inline-flex;
    align-items: center;
    inline-flex: nowrap;
    margin-left: 20px;
}

.jianyan span {
    color: #fff;
    font-size: 12px;
    padding: 0 6px;
}

.jianyan1 {
    height: 18px;
    background: #9433a3;
    border-radius: 2px;
    justify-content: space-around;
    display: inline-flex;
    align-items: center;
    inline-flex: nowrap;
    margin-left: 20px;
}

.jianyan1 span {
    color: #fff;
    font-size: 12px;
    padding: 0 6px;
}

.jianyan2 {
    height: 18px;
    background: #d2335c;
    border-radius: 2px;
    justify-content: space-around;
    display: inline-flex;
    align-items: center;
    inline-flex: nowrap;
    margin-left: 20px;
}

.jianyan2 span {
    color: #fff;
    font-size: 12px;
    padding: 0 6px;
}

.jianyan3 {
    height: 18px;
    background: #93c47d;
    border-radius: 2px;
    justify-content: space-around;
    display: inline-flex;
    align-items: center;
    inline-flex: nowrap;
    margin-left: 20px;
}

.jianyan3 span {
    color: #fff;
    font-size: 12px;
    padding: 0 6px;
}

.jianyan5 {
    height: 18px;
    background: orange;
    border-radius: 2px;
    justify-content: space-around;
    display: inline-flex;
    align-items: center;
    inline-flex: nowrap;
    margin-left: 20px;
}

.jianyan5 span {
    color: #fff;
    font-size: 12px;
    padding: 0 6px;
}

.mingcheng {
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 50%;
}

.mingcheng span {
    color: #333;
    font-size: 16px;
}

.yuyue {
    float: right;
    position: absolute;
    right: 10px;
}

.yuyue span {
    color: #c8ae87;
    font-size: 14px;
}

.qian {
    float: right;
    position: absolute;
    right: 10px;
}

.qian span {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.quxiao {
    width: 90px;
    height: 28px;
    border-radius: 30px;
    /*position: absolute;*/
    float: right;
    border: 1px solid #eee;
    align-items: center;
    display: inline-flex;
    justify-content: space-around;
    flex-flow: nowrap;
    margin-right: 10px;
}

.quxiao span {
    color: #999;
    font-size: 14px;
}

.quxiao1 {
    width: 90px;
    height: 28px;
    border-radius: 30px;
    position: absolute;
    right: 120px;
    border: 1px solid #eee;
    align-items: center;
    display: inline-flex;
    justify-content: space-around;
    flex-flow: nowrap;
}

.quxiao1 span {
    color: #999;
    font-size: 14px;
}

.pay {
    width: 90px;
    height: 28px;
    border-radius: 30px;
    /*position: absolute;*/
    float: right;
    border: 1px solid #b00000;
    align-items: center;
    display: inline-flex;
    justify-content: space-around;
    flex-flow: nowrap;
    margin-right: 10px;
}

.pay span {
    color: #b00000;
    font-size: 14px;
}

.fukuan {
    float: right;
    position: absolute;
    right: 10px;
}

.fukuan span {
    color: #b00000;
    font-size: 14px;
}

.wancheng {
    float: right;
    position: absolute;
    right: 10px;
}

.wancheng span {
    color: #666;
    font-size: 14px;
}

/*第二页*/
.dingdan {
    width: 100%;
    margin-top: 150px;
    float: left;
}

.dingdan img {
    width: 24%;
    margin-left: 38%;
}

.meiyou {
    width: 100%;
    float: left;
    margin-top: 10px;
    align-items: center;
    display: inline-flex;
    justify-content: space-around;
    flex-flow: nowrap;
}

.meiyou span {
    color: #666;
}

.wrap {
    width: 100%;
    float: left;
}

.weui-navbar__item span.tab-red {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 3px solid #b00000;
    color: #333;
    padding: 12px 0px;
}

#coupon-list-1 li:first-child {
    margin-top: 0;
}

.layui-layer-btn {
    float: right;
}

.layui-layer-btn a {
    width: 26px;
}

.xiala img {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
}