.coupon_item_center{
    background: url(../image/coupon_hover_pc.png) no-repeat center center;
    margin-top: 20px;
    width: 383px;
    height: 252px;
    border-radius: 5px;
    position: relative;
    margin-right: 16px;
}
.coupon_item_center:hover{
    background: url(../image/coupon_hover_pc.png)  no-repeat center center;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
/*无效的样式*/
.coupon_item_center_gray{
    background: url(../image/coupon_invalid_pc.png)  no-repeat center center;
    margin-top: 20px;
    width: 383px;
    height: 252px;
    border-radius: 5px;
    position: relative;
    margin-right: 16px;
}
/*cdk普通优惠券*/
.coupon_item_center_common{
    background: url(../image/pc-common.png) no-repeat center center;
    margin-top: 20px;
    width: 383px;
    height: 252px;
    border-radius: 5px;
    position: relative;
    margin-right: 16px;
}
.coupon_item_center_common .bottom_container_btn div button{
    background: #7262C7;
}
/*cdk简单优惠券*/
.coupon_item_center_simple{
    background: url(../image/pc-simple.png) no-repeat center center;
    margin-top: 20px;
    width: 383px;
    height: 252px;
    border-radius: 5px;
    position: relative;
    margin-right: 16px;
}
.coupon_item_center_simple .bottom_container_btn div button{
    background: #7262C7;
}
/*定制优惠码(银行卡号)*/
.custom_item_center_simple{
    margin-top: 20px;
    width: 383px;
    height: 252px;
    border-radius: 5px;
    position: relative;
}
.simple-product{
    background: url(../image/pc-label.png) no-repeat center center;
    display: inline-block;
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 12px;
    color: #7262C7;
    letter-spacing: 0;
}
.simple-price > div{
    font-size:60px;
    font-family:Arial-BoldMT;
    font-weight:normal;
    color:rgba(255,255,255,1);
}
.coupon_item_center_gray .bottom_container_btn div:first-child{
    color: #D0D0D0;
}
.coupon_item_center_gray .bottom_container_btn div:last-child button{
    background: #D0D0D0;
    box-shadow: none;
}
.coupon_item_center_gray .bottom_container_time{
    color: #D0D0D0;
}


.hang-span{
    display: inline-block;
}
.coupon-type{
    width: 60%;
}
.order-type{
    width: 36%;
    text-align: right;
    font-family: Raleway-Heavy;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
}
.coupon-type span:first-child{
    font-family: Raleway-Heavy;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
}
.coupon-type span:last-child{
    font-family: Raleway-Light;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
}
.top_container div.center-center-describe{
    float: none;
    margin-top: 5px;
    width: 100%;
    font-family: "PingFangSC-Regular";
    font-size: 13px;
}
.bottom_container_time{
    height: 40px;
    line-height: 40px;
    font-family: ArialMT;
    font-size: 12px;
    color: #403A46;
    letter-spacing: 0px;
    padding-left: 22px;
}
.bottom_container_btn{
    height:58px;
    line-height: 58px;
    padding: 0 20px;
}

.bottom_container_btn div:first-child{
    float: left;
    font-family: Poppins;
    font-size: 24px;
    color:#E6018C;
    letter-spacing: 0;
}
.bottom_container_btn div:last-child{
    float: right;
    height: 58px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 10px;
}
.bottom_container_btn button{
    width: 70px;
    height: 25px;
    background: #FF40B4;
    box-shadow: 0 2px 4px 0 rgba(127,20,58,0.30);
    border-radius: 4px;
    font-family: Poppins;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 25px;
}
.bottom_container_btn .no-coupon {
    background: #ccc;
    width: 250px;
    height: 80px;
    padding: 0;
    margin: 0;
    opacity: 0.5;
    transition: auto;
    margin-top: -146px;
    overflow: hidden;
    transform: rotateZ(21deg);
    display: inline-block;
}
.bottom_container_btn img{
    width: 250px;
    height: 82px;
}
.avail_count{
    padding-top: 2px !important;
}
/*订单类型底部背景(暂未加上)*/
.order_type_bg{
    background: rgba(0,0,0,1);
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
    opacity: 0.19;
}

/*查看商品弹窗样式*/
.center_new_dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
}

.center_new_dialog .center_dialog_container {
    width: 600px;
    height: 400px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(255,255,255,1);
    text-align: left;
    border-radius: 12px;
    overflow: hidden;
}
.center_new_dialog .center-header{
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    background: #F4F4F4;
}

.center_dialog_container .center-content {
    height: 300px;
    overflow-y: auto;
    padding: 20px;
}
.center-content div h3{

}
.center-content div p{
    padding: 3px 0;
}
.center_dialog_container .center-footer{
    height: 50px;
    background: #F4F4F4;
    text-align: right;
    line-height: 50px;
    padding-right: 20px;
}
.center_dialog_container .center-footer button{
    width: 90px;
    height: 32px;
    border-radius: 12px;
}
.center_dialog_container .center-footer button:first-child{
    background: #fff;
    border: 1px solid rgba(199,199,199,1);
}
.center_dialog_container .center-footer button:last-child{
    background: #FF40B4;
    color: #fff;
}
.center_dialog_container i {
    position: absolute;
    width: 19px;
    height: 19px;
    cursor: pointer;
    top: 15px;
    right: 15px;
    background: url(../image/close.png) no-repeat;
}


/*提示弹窗样式*/

.new_dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
}

.new_dialog .dialog_container {
    width: 560px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #FFFFFF;
    border-radius: 8px;
    text-align: center;
}

.tips_new_dialog_{
    background: rgba(0, 0, 0, 0);
}
.tips_new_dialog_ div.tips_dialog{
    width: auto;
    padding: 22px;
    background: rgba(51,47,61,0.7);
    color: rgba(255,255,255,1);
}
.tips_new_dialog_ div.tips_dialog p{
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    line-height: initial;
    color:rgba(255,255,255,1);
    text-align: center;
}

/**************CDK******************/
/*复制CDK券码弹窗*/
.cdk-coupon-header img{
    border-radius: 8px 0 0 0;
}
.cdk-coupon-body{
    padding: 32px;
    text-align: left;
}
.share-link-email{
    margin-bottom: 30px;
}
.share-link-email input{
    padding: 12px;
    width:229px;
    height:43px;
    background:rgba(245,245,245,1);
    border-radius:4px;
}
.cdk-coupon-body .cdk-coupon-address button{
    margin-top: 0;
    margin-left: 5px;
    width:100px;
    height:43px;
    background:rgba(241,39,115,1);
    border-radius:4px;
    color: #fff;
    border: none;
}
.cdk-coupon-address .cdk-coupon-span{
    width: 458px;
    display: inline-block;
    height: 43px;
    background: rgba(245,245,245,1);
    border-radius: 4px;
    padding: 12px;
}
.cdk-coupon-span span:first-child{
    display: inline-block;
    width: 100px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153,153,153,1);
    margin-right: 3px;
}
.cdk-coupon-span span:last-child{
    display: inline-block;
    width: 305px;
    overflow: hidden;
    text-overflow:ellipsis;
}
.cdk-coupon-span input{
    width: 325px;
    background: rgba(245,245,245,1);
    font-size: 16px;
}
.cdk-coupon-foot{
    margin-top: 15px;
}
.cdk-foot-two{
    padding: 5px 0;
}
.cdk-coupon-foot div{
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(153,153,153,1);
    line-height: 22px;
}
.cdk-foot-three{
    height:32px;
    background:rgba(255,166,64,0.14);
    border-radius:4px;
    border:1px solid rgba(255,166,64,0.17);
    margin-top: 10px;
    padding: 5px 5px 5px 10px;
}
.cdk-foot-three span{
    font-size: 14px;
    color: rgba(255,166,64,1);
}
.cdk-foot-three>span>span{
    margin-left: 20px;
}
.cdk-foot-two>span>span, .cdk-foot-three>span>span{
    color: rgba(241,39,115,1);
    text-decoration:underline;
    cursor: pointer;
    font-family:ArialMT;
}
.dialog_container i {
    position: absolute;
    width: 19px;
    height: 19px;
    cursor: pointer;
    top: -29px;
    right: 0;
    background: url(../image/close.png) no-repeat;
}

/*定制弹窗*/
.custom-dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
}
.custom-dialog .custom-container {
    width: 560px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #FFFFFF;
    border-radius: 8px;
    text-align: center;
}
.custom-dialog i {
    position: absolute;
    width: 19px;
    height: 19px;
    cursor: pointer;
    top: -29px;
    right: 0;
    background: url(../image/close.png) no-repeat;
}
/*查看定制优惠码详情弹窗按钮*/
.custom-coupon-btn{
    position: absolute;
    right: 20px;
    bottom: 15px;
    width: 150px;
    height: 30px;
    background: #FF40B4;
    color: #fff;
    border-radius: 3px;
}