﻿.pc-style .mid {
    margin: 10px auto;
    width: 1120px;
}

.pc-style .mid .coupon-list {
    padding: 20px;
    background: #ffffff;
    min-height: 600px;
    border-radius: 12px;
}

.pc-style .mid .coupon-list .coupon-list-banner {
    margin-bottom: 20px;
}

.pc-style .mid .coupon-list .coupon-list-banner img {
    width: 100%;
}

.pc-style .empty {
    background: url(images/empty.png) center top no-repeat;
    padding: 100px 20px 20px 20px;
    margin-top: 20px;
    text-align: center;
}

.pc-style .CouponList {
    margin-bottom: 10px;
    padding-top: 0px;
    width: 1100px;
    overflow: hidden;
    zoom: 1;
}

.pc-style .CouponList .CouponItem {
    width: 255px;
    margin: 0px 20px 20px 0px;
    float: left;
    position: relative;
    z-index: 1;
}

.pc-style .CouponItem .ItemBaseInfo {
    background: #b4b4b4;
    padding: 10px;
    line-height: 1.2;
    text-align: center;
    color: #ffffff;
    position: relative;
}

.pc-style .CouponItem .ItemBaseInfo:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 5px;
    background: url(https://g.100xuexi.com/CssModel/UserCenter2018/images/bg0338.png) center -5px repeat-x;
}

.pc-style .CouponItem .ItemBaseInfo:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 5px;
    background: url(https://g.100xuexi.com/CssModel/UserCenter2018/images/bg0338.png) center 0px repeat-x;
}

.pc-style .CouponDiscount .ItemBaseInfo {
    background: #f4a034;
}

.pc-style .CouponMinus .ItemBaseInfo {
    background: #99cc86;
}

.pc-style .CouponCash .ItemBaseInfo {
    background: #3a8dd0;
}

.pc-style .CouponItem .ItemBaseInfo .BaseInfo2 {
    border-bottom: 1px dashed #ffffff;
    padding: 10px 0px;
    line-height: 1.2;
}

.pc-style .CouponItem .ItemBaseInfo .Type {
    font-size: 20px;
    font-weight: bold;
    font-family: "微软雅黑";
    margin-right: 5px;
}

.pc-style .CouponItem .ItemBaseInfo .Conditions {
    font-size: 14px;
    font-family: "微软雅黑";
}

.pc-style .CouponItem .ItemBaseInfo .RMB {
    font-size: 20px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pc-style .CouponItem .ItemBaseInfo .Zhe {
    font-size: 20px;
    font-family: "微软雅黑";
    font-weight: bold;
}

.pc-style .CouponItem .ItemBaseInfo .Num {
    font-size: 55px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0px 4px;
}

.pc-style .CouponItem .ItemBaseInfo .Time {
    padding: 10px 0px;
    line-height: 1.5;
}

.pc-style .CouponItem .ItemUseInfo {
    background: #ffffff;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-top: 0px;
    position: relative;
}

.pc-style .CouponItem .ItemUseInfo li {
    line-height: 18px;
    position: relative;
    padding: 4px 0px 4px 4em;
}

.pc-style .CouponItem .ItemUseInfo li .InfoTag {
    position: absolute;
    left: 0px;
    top: 4px;
    color: #999999;
}

.pc-style .CouponItem .ItemUseInfo li .InfoCon {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666666;
}

.pc-style .CouponItem .ItemUseInfo li .InfoCon .LinkDetail {
    color: #0066cc;
}

.pc-style .CouponItem .ItemUseInfo li .InfoCon .LinkDetail:hover {
    color: #cc0000;
}
.pc-style .CouponItem .ItemUseInfo li .InfoCon.InfoUseTime{
    height: 3em;
    display: block;
}

.pc-style .CouponItem .ItemUseInfo .BtnContainer {
    padding: 10px 0px;
    position: relative;
    height: 30px;
}

.pc-style .CouponItem .ItemUseInfo .BtnUse {
    display: block;
    margin: 0px auto;
    font-size: 16px;
    text-align: center;
    border-radius: 40px;
    height: 30px;
    line-height: 30px;
    width: 100px;
    font-family: "微软雅黑";
}

.pc-style .CouponItem .ItemUseInfo .Used {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url(https://g.100xuexi.com/CssModel/UserCenter2018/images/bg0339.png) center center no-repeat;
}

.pc-style .CouponItem .ItemUseInfo .Expired {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url(https://g.100xuexi.com/CssModel/UserCenter2018/images/bg0340.png) center center no-repeat;
}

.pc-style .CouponDiscount .ItemUseInfo .BtnUse {
    border: 1px solid #f4a034;
    color: #f4a034;
}

.pc-style .CouponDiscount .ItemUseInfo .BtnUse:hover {
    background: #f4a034;
    color: #ffffff !important;
}

.pc-style .CouponMinus .ItemUseInfo .BtnUse {
    border: 1px solid #99cc86;
    color: #99cc86;
}

.pc-style .CouponMinus .ItemUseInfo .BtnUse:hover {
    background: #99cc86;
    color: #ffffff;
}

.pc-style .CouponCash .ItemUseInfo .BtnUse {
    border: 1px solid #3a8dd0;
    color: #3a8dd0;
}

.pc-style .CouponCash .ItemUseInfo .BtnUse:hover {
    background: #3a8dd0;
    color: #ffffff;
}

.pc-style .get-coupon {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1000;
    display: none;
}
.pc-style .get-coupon-box{
    background:#ffffff;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 440px;
    margin: -200px 0px 0px -250px;
    border-radius: 4px;
    box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    z-index: 1001;
}
.pc-style .get-coupon-box .btn-close{
    position: absolute;
    right: 0px;
    top: 0px;
    padding:20px;
    width: 20px;
    height: 20px;
    background: url(images/bg0101.gif) center center no-repeat;
}
.pc-style .get-coupon-box .btn-close:hover{
    background: url(images/bg0102.gif) center center no-repeat;
}
.pc-style .waiting {
    padding: 40px 0px;
    text-align: center;
}

.pc-style .success {}

.pc-style .fail {}

.pc-style .tips-banner {
    height: 200px;
    padding: 30px 0px;
}

.pc-style .tips-banner-success {
    background: url(images/bg0344.png) center center no-repeat;
}

.pc-style .tips-banner-fail {
    background: url(images/bg0345.png) center center no-repeat;
}

.pc-style .tips-banner-waiting {
    background: url(images/bg0346.gif) center center no-repeat;
}

.pc-style .tips {
    text-align: center;
    font-size: 16px;
}

.pc-style .tips .main-tips {
    font-size: 26px;
    font-weight: bold;
    color: #d13a05;
}

.pc-style .tips .main-tips-success {
    color: #d13a05;
}

.pc-style .tips .main-tips-fail {
    color: #615c59;
}

.pc-style .operation {
    margin: 0px auto;
    padding: 20px;
    margin-bottom: 40px;
    text-align: center;
}

.pc-style .operation ul:after {
    content: "";
    display: block;
    clear: both;
}

.pc-style .operation li {
    display: inline-block;
}

.pc-style .operation li .btn {
    margin: 0px auto;
    display: block;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 1px 0px #ab0101;
    background: #f16042;
    box-shadow: 2px 3px 0px 0px #e23a3e;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    width: 150px;
    text-align: center;
}

/*****移动端样式*****/

.mobile-style .mid {
    margin: 10px auto;
}

.mobile-style .mid .coupon-list {
    padding: 16px;
    background: #ffffff;
}

.mobile-style .mid .coupon-list .coupon-list-banner {
    margin-bottom: 20px;
}

.mobile-style .mid .coupon-list .coupon-list-banner img {
    width: 100%;
}

.mobile-style .empty {
    background: url(images/empty.png) center top no-repeat;
    padding: 100px 20px 20px 20px;
    margin-top: 20px;
    text-align: center;
}

.mobile-style .CouponList {
    margin-bottom: 10px;
    padding-top: 0px;
    overflow: hidden;
    zoom: 1;
}

.mobile-style .CouponList .CouponItem {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.mobile-style .CouponItem .ItemBaseInfo {
    background: #b4b4b4;
    padding: 10px 10px 10px 100px;
    line-height: 1.2;
    text-align: left;
    color: #ffffff;
    position: relative;
}

.mobile-style .CouponItem .ItemBaseInfo:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 5px;
    background: url(https://g.100xuexi.com/CssModel/UserCenter2018/images/bg0338.png) center -5px repeat-x;
}

.mobile-style .CouponItem .ItemBaseInfo:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 5px;
    background: url(https://g.100xuexi.com/CssModel/UserCenter2018/images/bg0338.png) center 0px repeat-x;
}

.mobile-style .CouponItem .ItemBaseInfo .BaseInfo1 {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 10px;
    width: 80px;
    text-align: center;
}

.mobile-style .CouponDiscount .ItemBaseInfo {
    background: #f4a034;
}

.mobile-style .CouponMinus .ItemBaseInfo {
    background: #99cc86;
}

.mobile-style .CouponCash .ItemBaseInfo {
    background: #3a8dd0;
}

.mobile-style .CouponItem .ItemBaseInfo .BaseInfo2 {
    border-bottom: 1px dashed #ffffff;
    padding: 10px 0px;
    line-height: 1.2;
}

.mobile-style .CouponItem .ItemBaseInfo .Type {
    font-size: 20px;
    font-weight: bold;
    font-family: "微软雅黑";
    margin-right: 5px;
}

.mobile-style .CouponItem .ItemBaseInfo .Conditions {
    font-size: 14px;
    font-family: "微软雅黑";
}

.mobile-style .CouponItem .ItemBaseInfo .RMB {
    font-size: 20px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.mobile-style .CouponItem .ItemBaseInfo .Zhe {
    font-size: 20px;
    font-family: "微软雅黑";
    font-weight: bold;
}

.mobile-style .CouponItem .ItemBaseInfo .Num {
    font-size: 40px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0px 4px;
}

.mobile-style .CouponItem .ItemBaseInfo .Time {
    padding: 10px 0px;
    font-size: 12px;
}

.mobile-style .CouponItem .ItemUseInfo {
    background: #ffffff;
    padding: 10px 90px 10px 10px;
    border: 1px solid #e5e5e5;
    border-top: 0px;
    position: relative;
}

.mobile-style .CouponItem .ItemUseInfo li {
    line-height: 18px;
    position: relative;
    padding: 4px 0px 4px 4em;
}

.mobile-style .CouponItem .ItemUseInfo li .InfoTag {
    position: absolute;
    left: 0px;
    top: 4px;
    color: #999999;
}

.mobile-style .CouponItem .ItemUseInfo li .InfoCon {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666666;
}

.mobile-style .CouponItem .ItemUseInfo li .InfoCon .LinkDetail {
    color: #0066cc;
}

.mobile-style .CouponItem .ItemUseInfo li .InfoCon .LinkDetail:hover {
    color: #cc0000;
}

.mobile-style .CouponItem .ItemUseInfo .BtnContainer {
    padding: 10px 0px;
    position: absolute;
    height: 30px;
    right: 10px;
    top: 10px;
}

.mobile-style .CouponItem .ItemUseInfo .BtnUse {
    display: block;
    margin: 0px auto;
    font-size: 14px;
    text-align: center;
    border-radius: 40px;
    height: 30px;
    line-height: 30px;
    width: 5em;
    font-family: "微软雅黑";
}

.mobile-style .CouponItem .ItemUseInfo .Used {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url(https://g.100xuexi.com/CssModel/UserCenter2018/images/bg0339.png) center center no-repeat;
}

.mobile-style .CouponItem .ItemUseInfo .Expired {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url(https://g.100xuexi.com/CssModel/UserCenter2018/images/bg0340.png) center center no-repeat;
}

.mobile-style .CouponDiscount .ItemUseInfo .BtnUse {
    border: 1px solid #f4a034;
    color: #f4a034;
}

.mobile-style .CouponDiscount .ItemUseInfo .BtnUse:hover {
    background: #f4a034;
    color: #ffffff !important;
}

.mobile-style .CouponMinus .ItemUseInfo .BtnUse {
    border: 1px solid #99cc86;
    color: #99cc86;
}

.mobile-style .CouponMinus .ItemUseInfo .BtnUse:hover {
    background: #99cc86;
    color: #ffffff;
}

.mobile-style .CouponCash .ItemUseInfo .BtnUse {
    border: 1px solid #3a8dd0;
    color: #3a8dd0;
}

.mobile-style .CouponCash .ItemUseInfo .BtnUse:hover {
    background: #3a8dd0;
    color: #ffffff;
}

.mobile-style .get-coupon {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99999;
    display: none;
}
.mobile-style .get-coupon-box{
    background:#ffffff;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1001;
}
.mobile-style .get-coupon-box .btn-close{
    position: absolute;
    right: 0px;
    top: 0px;
    padding:20px;
    width: 20px;
    height: 20px;
    background: url(images/bg0101.gif) center center no-repeat;
}
.mobile-style .get-coupon-box .btn-close:hover{
    background: url(images/bg0102.gif) center center no-repeat;
}
.mobile-style .waiting {
    padding: 100px 0px;
    text-align: center;
}

.mobile-style .success {
    padding:20px;
}

.mobile-style .fail {
    padding:20px;
}

.mobile-style .tips-banner {
    height: 200px;
    padding: 30px 0px;
}

.mobile-style .tips-banner-success {
    background: url(images/bg0344.png) center center no-repeat;
}

.mobile-style .tips-banner-fail {
    background: url(images/bg0345.png) center center no-repeat;
}

.mobile-style .tips-banner-waiting {
    background: url(images//bg0346.gif) center center no-repeat;
}

.mobile-style .tips {
    text-align: center;
    font-size: 16px;
}

.mobile-style .tips .main-tips {
    font-size: 20px;
    font-weight: bold;
    color: #d13a05;
}

.mobile-style .tips .main-tips-success {
    color: #d13a05;
}

.mobile-style .tips .main-tips-fail {
    color: #615c59;
}

.mobile-style .operation {
    margin: 0px auto;
    padding: 20px 0px;
    margin-bottom: 20px;
}

.mobile-style .operation ul:after {
    content: "";
    display: block;
    clear: both;
}

.mobile-style .operation li {
    padding: 10px 0px;
}

.mobile-style .operation li .btn {
    margin: 0px auto;
    display: block;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 1px 0px #ab0101;
    background: #f16042;
    box-shadow: 2px 3px 0px 0px #e23a3e;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    width: 150px;
    text-align: center;
}