
/*voucher-title*/
.voucher-title{
    width: 100% ;
    height: 66px;
    box-sizing: border-box;
    border-bottom: 1px solid #ececec;
    padding-top: 15px;
    margin-bottom: 20px;
}
.voucher-title h2{
    float: left;
    height: 100%;
    line-height: 50px;
    color: #333;
    font-size: 18px;
    font-weight: normal;
    width: 140px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.voucher-title h2.on{
    width: 170px;
    height: 100%;
    font-size: 24px;
    border-bottom: 3px solid #5abff9;
    box-sizing: border-box;
    position: relative;
    top: 1px;
}

.voucher-cont {
    line-height: 40px;
}

.voucher-cont ul{
    border-top: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.voucher-cont li{
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
}

.voucher-cont li>div{
    height: 100%;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
    border-right: 1px solid #e0e0e0;
    color: #8d8d8d;
}
.voucher-cont .voucher-list-title>div{
    color: #666;
    background-color: #f5f5f5;
}
.voucher-cont li .v1{
    width: 199px;
}
.voucher-cont li .v2{
    width: 108px;
}
.voucher-cont li .v3{
    width: 120px;
}
.voucher-cont li .v4{
    width: 155px;
}
.voucher-cont li .v5{
    width: 258px;
    border-right: none;
}

.voucher_warm{
    text-align: center;
    font-size: 14px;
    color: #fc531d;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    border-top: none;
}
.voucher_warm img{
    vertical-align: middle;
    margin-right: 3px;
}

.voucher_rule{
    font-size: 14px;
    color: #8d8d8d;
    line-height: 25px;
}
.voucher_rule h3{
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #666;
}


.messages_warm {
    text-align: center;
    font-size: 14px;
    color: #fc531d;
}
