/*我的优惠券*/
.right_content{
    position: relative;
}
.cdkey{
    position: absolute;
    right: 0;
    top: 0;
}
.cdkey input{
    padding: 5px;
    -webkit-border-radius: 4px 0 0 4px !important;
    -moz-border-radius: 4px 0 0 4px !important;
    border-radius: 4px 0 0 4px !important;
    float: left;
    border: 1px solid rgba(204,204,204,1);
}
.cdkey input::placeholder{
    font-size: 12px;
    font-family: Source Han Sans CN;
    color: rgba(153,153,153,1);
}
.cdkey a{
    padding: 6px;
    width:78px;
    display: inline-block;
    background:rgba(4,195,160,1);
    -webkit-border-radius: 0 4px 4px 0 !important;
    -moz-border-radius: 0 4px 4px 0 !important;
    border-radius: 0 4px 4px 0 !important;
    font-size:14px;
    font-family:Source Han Sans CN;
    color:rgba(255,255,255,1);
    text-align: center;
}
.tabs_bottom li{
    display: none;
    float: left;
    width: 470px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.tabs_bottom li:nth-child(even){
    margin-right: 0;
}
.tabs_bottom li.block{
    display: block;
}
.tabs_top li.now a{
    border-bottom: 3px solid #04C3A0;
    padding-bottom: 20px;
}
.couponList{
    width: 470px;
    height: 140px;
    position: relative;
    background: rgba(247,247,247,1);
}
.couponList:nth-child(even){
    margin-right: 0;
}
.couponList .couponSum{
    display: inline-block;
    width: 150px;
    height: 140px;
    padding-top: 8%;
    position: relative;
    text-align: center;
    background: linear-gradient(45deg,rgba(246,170,55,1) 0%,rgba(255,146,61,1) 100%);
}
.couponList .couponSum.coupon_used{
    background:linear-gradient(45deg,rgba(149,149,149,1) 0%,rgba(188,188,188,1) 100%);
}
.couponList .border_circle{
    position: absolute;
    width: 30%;
    background: #fff;
    transform: rotate(-270deg);
    z-index: 2019;
}
.couponList .border_circle:before{
    content: '';
    transform: translate(50%, 277%);
    position: absolute;
    width: 100%;
    height: 20px;
    display: block;
    background: linear-gradient(-45deg, transparent 33.33%, #fff 33.33%, #fff 66.66%, transparent 66.66%)
    ,linear-gradient(45deg, transparent 33.33%, #fff 33.33%, #fff 66.66%, transparent 66.66%);
    background-size: 12px 55px;
}
.couponSum .sum_top{
    font-size:20px;
    font-family:Microsoft YaHei;
    line-height:32px;
    color:rgba(255,255,255,1);
}
.couponSum .sum_top.discount{
    margin-top: 13px;
}
.couponSum .sum_bottom{
    font-size:14px;
    font-family:Microsoft YaHei;
    line-height:23px;
    color:rgba(255,255,255,1);
}
.couponBrief{
    width: 320px;
    height: 140px;
    float: right;
    padding: 20px;
}
.couponBrief .brief_top{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    line-height:21px;
    color:rgba(51,51,51,1);
    margin-bottom: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.couponBrief .brief_top span.usable{
    display: inline-block;
    max-width: 188px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.couponBrief .brief_top span.usableIcon{
    display: inline-block;
    transform: translateY(-6px);
    width: 80px;
    padding: 0 10px;
    margin-left: 10px;
    color: #fff;
    font-size:14px;
    font-family:Source Han Sans CN;
    background: rgba(4,195,160,1);
    -webkit-border-radius: 11px !important;
    -moz-border-radius: 11px !important;
    border-radius: 11px !important;
}
.couponBrief .brief_center{
    font-size:14px;
    font-family:Microsoft YaHei;
    line-height:23px;
    color:rgba(153,153,153,1);
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    margin-bottom: 10px;
}
.couponBrief .brief_bottom{
    font-size:14px;
    font-family:Microsoft YaHei;
    line-height:16px;
    color: #333;
    position: absolute;
    bottom: 20px;
}
#cdkeySuccess .closeBtn{
    width: 100%;
    overflow: hidden;
}
#cdkeySuccess .closeBtn i{
    float: right;
}
#cdkeySuccess .cdkeyResult{
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}
#cdkeySuccess .cdkeyResult i{
    font-size: 36px;
    color: #04C3A0;
}
#cdkeySuccess .cdkeyResult span{
    display: inline-block;
    transform: translateY(-25%);
    font-size:18px;
    font-family:Microsoft YaHei;
    line-height:28px;
    color:rgba(4,195,160,1);
}
#cdkeySuccess .cdkeyAddress{
    font-size:14px;
    font-family:Microsoft YaHei;
    line-height:21px;
    color:rgba(102,102,102,1);
    margin-bottom: 20px;
}
#cdkeySuccess .cdkeyTemple{
    overflow: hidden;
}
#reserveFormModal .modal.in .modal-dialog{
    transform: translateY(38%);
}
#cdkeySuccess .modal-dialog{
    width: 535px;
    top: 20%;
}
#cdkeySuccess .modal-body{
    padding: 30px;
}
#cdkeySuccess .modal-footer{
    border-top: 0;
}