.wrapper {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/cdkey_bg.jpg) 0/7.5rem 16.24rem no-repeat;
	overflow: hidden;
	position: relative;
	background-color: #000;
}

.flower {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	pointer-events: none;
}

.cdkey1 {
	width: 1.28rem;
	height: 4.54rem;
	position: absolute;
	top: 3.3rem;
	left: 0;
	pointer-events: none;
}

.cdkey2 {
	width: 4.02rem;
	height: 3.96rem;
	position: absolute;
	top: 9.5rem;
	right: 0;
	pointer-events: none;
}

.cdkey3 {
	width: 100%;
	height: 9.78rem;
	position: absolute;
	top: 1.3rem;
	left: 0;
	pointer-events: none;
}

.cdkey_tit {
	width: 5.54rem;
	height: 1.16rem;
	position: absolute;
	top: 2.6rem;
	left: 50%;
	margin-left: -2.77rem;
}

.cdkey_tips {
	width: 5.04rem;
	height: 1.98rem;
	position: absolute;
	top: 8rem;
	left: .56rem;
	animation-delay: 1s;
}

.cdkey_box {
	display: block;
	width: 6.42rem;
	height: 2.14rem;
	background: url(../images/cdkey_input.png) 0/100% 100% no-repeat;
	background-position: 0 -.58rem;
	position: absolute;
	top: 4.5rem;
	left: 50%;
	margin-left: -3.21rem;
	animation-delay: .5s;
}

.cdkey_select {
	display: none;
	width: 3.5rem;
	height: .26rem;
	position: absolute;
	top: -.5rem;
	left: .9rem;
}

.cdkey_select li {
	float: left;
	position: relative;
}

.cdkey_select li input {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
}

.cdkey_select li p {
	display: block;
	float: left;
	font-size: .26rem;
	color: #fff;
	line-height: .26rem;
	margin: -.02rem .5rem 0 .1rem;
	font-weight: bold;
}

.cdkey_select li:before {
	content: '';
	display: block;
	width: .16rem;
	height: .16rem;
	border-radius: 50%;
	background-color: #fff;
	margin: .05rem 0;
	float: left;
}

.cdkey_select li.on:before {
	width: .1rem;
	height: .1rem;
	background-color: #061739;
	border: 3px solid #fff;
}

.btn_cdkey {
	display: block;
	width: 3.02rem;
	height: .74rem;
	background: url(../images/btn_cdkey.png) 0/100% 100% no-repeat;
	position: absolute;
	bottom: -.4rem;
	/*bottom: -1.1rem;*/
	left: 50%;
	margin-left: -1.51rem
}

.cdkey_input {
	display: block;
	width: 6.12rem;
	height: 1.56rem;
	position: absolute;
	top: 0;
	left: 0;
}

.cdkey_input li {
	display: block;
	width: 5rem;
	height: .38rem;
	float: left;
	margin: 0 0 .2rem 1.26rem;
}

.cdkey_input li:nth-child(1){
	display: none;
}

.cdkey_input li input {
	display: block;
	width: 4.6rem;
	line-height: .38rem;
	outline: none;
	border: none;
	background: none;
	text-align: left;
	font-size: .16rem;
	color: #505050;
	float: left;
}

.cdkey_input li select {
	display: block;
	width: 4.6rem;
	height: .38rem;
	line-height: .38rem;
	outline: none;
	border: none;
	background: none;
	text-align: left;
	font-size: .16rem;
	color: #505050;
	float: left;
}

.cdkey_input li select option {
	width: 100%;
	font-size: 24px;
}

.cdkey_input li input.verification {
	width: 2.4rem;
}

.cdkey_input li .code {
	display: block;
	width: 1.64rem;
	height: .38rem;
	float: left;
	margin-left: .36rem;
	text-align: center;
}

.btn_code {
	display: block;
	width: .38rem;
	height: .38rem;
	float: left;
	margin-left: .2rem;
}
.btn_tips{
	display: block;
	width: .3rem;
	height: .3rem;
	position: absolute;
	right: 0;
	top: .04rem;
	/*top: .62rem;*/
}

.btn_code span {
	display: none;
}

.btn_code.on p {
	display: none;
}

.btn_code.on span {
	display: block;
}

/*弹窗*/
.dialog-box {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: rgba(0, 0, 0, .8);
	opacity: 0;
}

.dialog-box.on {
	z-index: 9999;
	opacity: 1;
}

.pop_close {
	display: block;
	width: .4rem;
	height: .4rem;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99999;
}

.dialog-box .dialog {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: none;
	outline: none;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 1px;
}

.dialog-box .dialog.on {
	display: block;
	animation: fadeInDown;
	-webkit-animation: fadeInDown;
}

.dialog-box .dialog.out {
	animation: fadeOutUp;
	-webkit-animation: fadeOutUp;
}

/*规则弹窗*/
.dialog-box .dialog1 {
	width: 7.2rem;
	height: 4.82rem;
	background: url(../images/cdkey_pop.png) 0/100% 100% no-repeat;
	text-align: center;
	left: -.3rem;
}

.rule {
	display: block;
	width: 5.5rem;
	height: 3.5rem;
	margin: .96rem auto 0;
	overflow: hidden;
	overflow-y: auto;
}

.rule p {
	display: block;
	width: 5.1rem;
	float: left;
	text-align: left;
	color: #e7ebf2;
	font-size: .18rem;
	line-height: .32rem;
	margin: .1rem 0 .3rem;
}

.rule img {
	display: block;
	float: left;
	width: 5.1rem;
	height: 2.42rem;
}

.rule p:last-child{
	margin-bottom: 0;
}

/* scroll */
.rule::-webkit-scrollbar {
	width: .04rem;
	border-radius: .04rem;
}

.rule::-webkit-scrollbar-thumb {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: .04rem;
	border: .04rem solid rgba(255, 255, 255, .6);
}

.rule::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	background-color: rgba(102, 127, 175, .6);
	border-radius: .04rem;
}