@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: "microsoft yahei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	font-size: 100%;
}

a {
	text-decoration: none;
	outline: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

body {
	height: 100%;
	background: #fff;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
}

* {
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	width: 100%;
}

html,
body {
	min-height: 100%;
	position: relative;
	font-size: 0.2rem;
	background: #fff;
	box-sizing: border-box;
}

input,
textarea {
	-webkit-appearance: none;
}
/**
 * border1px手机端解决方法    
 */

.wrapper {
	width: 7.5rem;
	height: 20rem;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	background: url(../img/bg.jpg) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	overflow: hidden;
}
.nav {
	width: 1.32rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding-top: 0.2rem;
	margin-left: 5.9rem;
}
.nav .item {
	width: 1.32rem;
	height: 0.54rem;
}
.nav .item a {
	display: block;
	width: 1.32rem;
	height: 0.54rem;
}
.nav .item .load {
	background: url(../img/nav1.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.nav .item .loadout {
	background: url(../img/nav1_logout.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.nav .item:nth-child(2) {
	background: url(../img/nav2.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.account {
	background: url(../img/account.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 6.98rem;
	height: 0.57rem;
	line-height: 0.57rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
	font-size: 0.17rem;
	color: #FFFFEF;
	margin: 4.2rem auto 0;
	box-sizing: border-box;
	padding: 0 0.2rem;
	/*position: relative;*/
}
.account div {
	width: 23%;
	height: 0.2rem;
	border-right: 0.01rem solid #a27beb;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.account div:first-child {
	width: 23%;
}
.account div:nth-child(2) {
	width: 27%;
}
.account div:nth-child(3) {
	width: 23%;
}
.account div:nth-child(4) {
	width: 27%;
	border-right: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 0.1rem;
}
.account div:nth-child(4) span {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.account div span {
	color: #fddb59;
}
.buy_all{
	width: 5.8rem;
	height: 1.8rem;
	display: flex;
	justify-content: space-between;
	margin: 1.55rem auto 0;
}
.buy_all .all-img{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 1.41rem;
	height: 1.3rem;
	justify-content: center;
}
.img-bg {
	width: 0.91rem;
	height: 0.91rem;
	background: url(../img/img-bg.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.img-bg img {
	max-width: 0.76rem;
	max-height: 0.76rem;
}
.all-img p {
	color: #ffffff;
	font-weight: bold;
	font-size: 0.15rem;
	line-height: 0.2rem;
	width: 2rem;
	height: 0.2rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center; 
}
.all-btn{
	width: 1.53rem;
	height: 0.51rem;
	margin-top: 1.2rem;
}
.buy-btn{
	width: 1.53rem;
	height: 0.51rem;
	background: url(../img/btn_price.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	color: #fff;
    text-shadow: -0.01rem -0.01rem 0 #ffa200, 0.01rem -0.01rem 0 #ffa200, -0.01rem 0.01rem 0 #ffa200, 0.01rem 0.01rem 0 #ffa200;
	font-size: 0.22rem;
	font-weight: bold;
	line-height: 0.51rem;
	text-align: center;
}
.buy-unbtn{
	width: 1.53rem;
	height: 0.51rem;
	background: url(../img/unbuy.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.buy-btned{
	width: 1.53rem;
	height: 0.51rem;
	background: url(../img/buy_ed.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.buy_de{
	/*border: 1px solid #1F1F1F;*/
	box-sizing: border-box;
	width: 5.8rem;
	margin: 1.52rem auto 0;
}
.de{
	box-sizing: border-box;
	width: 5.8rem;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 1.08rem;
}
.de .de-block{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 1.41rem;
	height: 1.3rem;
	justify-content: center;
}
.de p, .despe p{
	color: #ffffff;
	font-weight: bold;
	font-size: 0.15rem;
	line-height: 0.16rem;
	width: 1.3rem;
	/*height: 0.2rem;*/
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center; 
}
.de-btn{
	text-align: center;
	margin-top: 0.3rem;
}
.de-btn img{
	width: 0.87rem;
	height: 0.28rem;
	margin-top: 0.1rem;
}
.despe{
	/*border: 1px solid #1F1F1F;*/
	margin: 0 auto 1rem;
	box-sizing: border-box;
    width: 5.8rem;
    display: flex;
    justify-content: space-between;
}
.despe-block{
	width: 3.72rem;
	height: 1.44rem;
	display: flex;
	justify-content: space-between;
}
.despe-block .de-block{
	width: 1.24rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 1.44rem;
	justify-content: center;
}
.winpop {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 101;
	justify-content: center;
	align-items: center;
}
.closeBtn {
	width: 0.31rem;
	height: 0.32rem;
	background: url(../img/winpop-close.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	top: 0.4rem;
	right: 0.52rem;
}
.winpop-close {
	width: 0.42rem;
	height: 0.42rem;
	background: url(../img/winpop-close.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.winpop .winpop-wrap {
	padding: 0rem 0 0 0;
	overflow: hidden;
	width: 6.92rem;
	height: 5.94rem;
	background: url(../img/winpop-loadbg.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: relative;
	box-sizing: border-box;
}
.code_form {
	padding: 1.38rem 0.69rem 0 1.33rem;
}

.code_form_a {}

.code_form li {
	margin-bottom: 0.27rem;
	position: relative;
}

.code_form li input {
	width: 100%;
	height: 0.67rem;
	line-height: 0.67rem;
	padding: 0;
	outline: none;
	border: none;
	color: #a1a1a1;
	font-size: 0.28rem;
	background: transparent;
}

.code_form li .code {
	width: 2.12rem;
	height: 0.67rem;
	position: absolute;
	right: 0;
	top: 0;
}

.code_form li .code {
	color: #6255d6;
	font-size: 0.28rem;
	width: 1.6rem;
	height: 0.56rem;
	text-align: center;
	line-height: 0.56rem;
	margin-top: 0.09rem;
	border: 0.01rem solid #6255d6;
}

.winpop-btn {
	width: 2.8rem;
	height: 0.88rem;
	margin: 0.4rem auto 0;
}

.winpop-btn a.btn {
	width: 2.8rem;
	height: 0.88rem;
	display: block;
}
.download {
	width: 5.6rem;
	height: 0.53rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0.24rem auto 0;
}

.download p {
	color: #1f1f1f;
	font-size: 0.22rem;
}

.download .download-android {
	width: 1.73rem;
	height: 0.53rem;
	background: url(../img/android.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.download .download-ios {
	width: 1.73rem;
	height: 0.53rem;
	background: url(../img/ios.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0, 20%, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInUpSmall {
	animation-name: fadeInUpSmall;
	animation-duration: 0.3s;
	-webkit-animation-name: fadeInUpSmall;
	-webkit-animation-duration: 0.3s;
}

.winpop .winpop-wrap .winpop-close {
	height: 0.42rem;
	width: 0.42rem;
	background: url(../img/winpop-close.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	right: 0.23rem;
	top: 0.23rem;
	cursor: pointer;
}

.winpop-own,
.winpop-other,
.winpop-yqm {
	background: #FFFFFF;
	border-radius: 0.3rem;
}

.winpop .winpop_close {
	width: 0.45rem;
	height: 0.45rem;
	position: absolute;
	right: 0.33rem;
	top: 0.4rem;
	background: url("../img/close.png") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	cursor: pointer;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.winpop-load-block {
	width: 6.92rem;
	height: 7.45rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	position: relative;
	box-sizing: border-box;
}

.load-tip {
	width: 5.61rem;
	height: 1.57rem;
	background: url("../img/load-tip.png") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.winpop-reward-content{
	width: 6.95rem;
	height: 4.51rem;
	background: url(../img/winpop-normal.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: relative;
	box-sizing: border-box;
}
.reward-con{
	font-size: 0.28rem;
    color: #3d3d3e;
    font-weight: bold;
    /* margin: 0.1rem 0; */
    text-align: center;
    margin: 1.3rem auto 0;
}
.reward-btn{
	width: 2.18rem;
    height: 0.86rem;
    background: url(../img/btn_know.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
    border: none;
    cursor: pointer;
    margin: 1rem auto 0;
    transition: all 0.3s;
}.despe-block .de-block:last-child p{	width: 1.2rem;}