
.gd-coupon-list{
    background-color: #FFFFFF;
}
.gd-coupon-list .coupon-line{
    border:0px;
    height:50px;
    line-height: 50px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;

    font-size: 12px;
    color: #666666;
}

.coupon-line > span{
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
}

/**********************************云券选择start***************************************/
#coupon_modal{
    width:1040px;
    margin-left: -520px;
}
#coupon_modal .modal-body{
    padding:0px;
    max-height: none;
}
#coupon_modal .row.head{
    height:50px;
    line-height: 50px;
    border-bottom: 1px solid #DCDCDC;
    padding-left: 20px;
    font-size: 16px;
}
#coupon_modal .close {
    cursor: pointer;
    width: 12px;
    height: 12px;
    top: 20px;
    right: 20px;
    background: url('/themes/gisstore/images/modal-close.png') no-repeat -0px 0px;
}
#coupon_modal .close:hover {
    background: url('/themes/gisstore/images/modal-close.png') no-repeat -0px -22px;
}

#coupon_modal .row.operation{
    margin:0px auto;
    height:380px;
    overflow-y:auto;
}
#coupon_modal .oper-inner{
    width: 920px;
    overflow-y: hidden;
    margin: 0px auto;
}
#coupon_modal .oper-title{
    height:40px;
    line-height: 40px;
    background-color: #FCF8E3;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    font-size: 16px;
    color: #ffa767;
}
#coupon_modal .oper-coupon{
    margin-top:15px;
}
.oper-btn .sure-coupon{
    width: 95px;
}
.oper-coupon{
    font-size: 0px;
}
.oper-coupon > div{
    display: inline-block;
    width:300px;
    height:130px;
    margin:0px 10px 10px 0px;
    background-image: url(images/coupon/coupon-card.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.sub-coupon.sub-coupon-disabled{
    background-image: url(images/coupon/coupon-disabled.png);
}

.sub-coupon .sc-price{
    color: #ED7C2F;
    font-size: 16px;
    margin-top: 10px;
    height: 55px;
    line-height: 55px;
    vertical-align: bottom;
}

.sub-coupon.sub-coupon-disabled .sc-price{
    color: #999999;
}
.sub-coupon.row-tail{
    margin-right: 0px;
}
.sub-coupon .sc-price,.sub-coupon .sc-des{
    margin-left: 50px;
}
.sub-coupon .sc-price .sc-num{
    font-size: 38px;
    margin-left: 10px;
    margin-right:10px;
}
.sub-coupon .sc-price .sc-card{
    display: inline-block;
    width: 68px;
    height: 32px;
    position: relative;
    bottom: 0px;
    margin-left: 12px;
}
.sub-coupon .sc-price .sc-card.type_rewards{
    background: url('images/coupon/coupon-usable-rewards.png') no-repeat;
}
.sub-coupon .sc-price .sc-card.type_coupons{
    background: url('images/coupon/coupon-usable-soft.png') no-repeat;
}
.sub-coupon .sc-price .type_reduct{
    font-size: 14px;
}
.sub-coupon .sc-des{
    height: 65px;
    font-size: 12px;
    color: #777777;
    margin-top: 12px;
}
/*云券checkbox的样式  start*/
.sub-coupon > label{
    position: absolute;
    top: 20px;
    left: 20px;
    display: inline-block;
    height: 16px;
    width: 16px;
    background-image: url('images/coupon/checkbox-new.png');
    background-position: 0 0;
}

.sub-coupon >  input[type='checkbox']{
    display: none;
}

.sub-coupon >  input[type='checkbox'] + label:hover{
    background-position: 0  -26px;
}
.sub-coupon >  input[type='checkbox']:checked + label{
    background-position: 0  -52px;
}
/*对选中的checkbox的hover样式进行覆盖*/
.sub-coupon >  input[type='checkbox']:checked + label:hover{
    background-position: 0  -52px;
}
/*云券checkbox的样式  end*/
.sub-coupon >  input[type='checkbox']:disabled + label{
    background-position: 0  -78px;
}
/**********************************云券选择end***************************************/

/**********************************云券选择按钮start***************************************/
.oper-btn{
    text-align: center;
    height: 80px;
    line-height: 80px;
    border-top: 1px solid #DCDCDC;
}
.oper-btn .sure-coupon{
    width: 120px;
    height: 35px;
    border-radius: 3px;
    font-size: 14px;
    margin-right: 20px;
}
.btn-zondy:hover{
    background-color: #64C886;
}
.oper-btn span{
    color:#666666;
    font-size: 14px;
    cursor: pointer;
}
/**********************************云券选择按钮end***************************************/

/**********************************付款方式start***************************************/
.pay-type-radios{
    position: relative;
    height: 50px;
}
.pay-type-radios input[name="pay-type"]{
    display: none;
}
.pay-type-radios label{
    width: 120px;
    height: 32px;
    line-height: 32px;
    background-color: #ffffff;
    border: solid 1px #dcdcdc;
    margin-left: -1px;
    color: #333333;
    font-size: 14px;
    text-align: center;
    float: left;
    z-index: 0;
    position: relative;
    cursor: pointer;
}
.pay-type-radios input[name="pay-type"] + label:hover{
    border: solid 1px #3a85c6;
    color: #3a85c6;
    z-index: 1;
}
.pay-type-radios input[name="pay-type"]:checked + label{
    border: solid 1px #3a85c6;
    color: #3a85c6;
    z-index: 1;
}
.pay-type-radios label:first-child{
    margin-left: 0px;
}
/**********************************付款方式end***************************************/

/*********************字体样式*************************/
.green_href{
    font-size: 14px;
    color:#3A85C6 !important;
    cursor: pointer;
    margin-left: 24px;
}
.gd-price-font{
    font-size: 14px;
    color:#EA4614;
}
.gd-price-font-small{
    font-size: 12px;
    color:#EA4614;
}
.font-star{
    font-size: 14px;
    color:red;
    padding: 0px 5px;
    line-height: 15px;
}
.pay-intro{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #3a85c6 !important;
}