/*优惠码*/
html{
    --color:#22aaff;--to-color:#20baff}
	
.pay_cdk{
	margin-top: 10px;
    margin-bottom: -20px;
}

.pay_cdk .cdk{
	outline:none;/*取消焦点边框*/
	text-align: center;
	font-size: 15px;
	background: #fff;
    border: dashed #20aaff 1px;
}

.pay_cdk .cdk::-webkit-input-placeholder{
        text-align: center;
        font-size: 15px;
}
.pay_cdk .cdk:disabled{
	background: #fff;
    border: dashed #ccc 1px;
}

.pay_cdk .ts{
	font-size: 12px;
}

.cdkts{
	font-size: 14px;padding: 10px;color: #F00;position: absolute;top: -70px;background: #e0e0e0;border-radius: 5px;max-height: 58px;min-width: 300px;min-height: 58px;
}

/*发卡*/
.sucaihu-cdk{
	flex: 0 0 15.6%;
    max-width: 15.6%;
    background: #ffffff;
    text-align: center;
    margin: 0 0.5%;
    margin-top: 20px;
    border: dashed 1px rgba(100,100,100,.2);
    border-radius: 20px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
	margin: 5px auto;
	
	overflow:hidden
}

.sucaihu-cdk .cdk_title{
	top: 0px;
    position: relative;
    display: block;
    margin: 0 -20px;
    line-height: 30px;
    height: 30px;
    border-bottom: dashed 1px rgba(100,100,100,.2);
    background: rgba(100,100,100,.01);
    color: var(--color);
    opacity: .5;
	-webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.sucaihu-cdk:hover{
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .05);
    -webkit-box-shadow: #d4d2d2 0px 0px 10px;
    -moz-box-shadow: #d4d2d2 0px 0px 10px;
}
.sucaihu-cdk:hover .cdk_title{
	opacity: 1;
}
.sucaihu-cdk:hover .ts{
	color: #000;
}

.sucaihu-cdk .col-lg-4{
	flex: 0 0 100%;
    max-width: 100%;
}
.sucaihu-cdk .jq22-price-nub{
	width:100%;
}
.sucaihu-cdk .s{
	width: 100%;
    float: left;
    margin-bottom: 0px;
	padding: 0 10px;
}
.sucaihu-cdk .s.desc{
	font-weight: 800;
}
.sucaihu-cdk .ts {
    font-size: 12px;
    color: #ccc;
	-webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.sucaihu-cdk .cdk{
	color: #fff;
    font-size: 13px;
    padding: 3px 8px;
    border-radius: 5px;
    background: -webkit-gradient(linear,left top,right top,from(var(--color)),to(var(--to-color)));
    background: linear-gradient(90deg,var(--color),var(--to-color));
    font-weight: 400;
}
.sucaihu-cdk .jq22-digit h2 {
    color: #fefefe;
    font-size: 3rem;
    /*line-height: 7rem;*/
    margin: 0;
}
.sucaihu-cdk .cdk.cop-codecdk{
	cursor: copy;
}
@media (max-width:568px) {
.sucaihu-cdk .jq22-digit h2 {
    font-size: 2rem;
}}
@media (max-width: 1200px){
    .sucaihu-cdk{
	flex: 0 0 23%;
    max-width: 23%;}
}

@media (max-width: 1023px){
    .sucaihu-cdk{
	flex: 0 0 31%;
    max-width: 31%;}
}

@media (max-width: 576px){
    .sucaihu-cdk{
	flex: 0 0 48%;
    max-width: 48%;}
}