@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: 65.26rem;
	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: 3.6rem auto 0;
	box-sizing: border-box;
	padding: 0 0.2rem;
	/*position: relative;*/
}
.account div {
	width: 23%;
	height: 0.2rem;
	border-right: 0.01rem solid #38211b;
	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: #38211b;
}




.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;
}
.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 .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%;
}
.main{
	margin: 4.36rem auto 0;
}
.main .main_btngroup{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 6.14rem;
	height: 0.86rem;
	margin: 0 auto;
}
.btn_group_le{
	width: 2.56rem;
	height: 0.86rem;
}
.btn_group_ri{
	width: 2.56rem;
	height: 0.86rem
}
.add_wolf{
	display: block;
	width: 2.56rem;
	height: 0.86rem;
	background: url("../img/add_wolf.png") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.add_sheep{
	display: block;
	width: 2.56rem;
	height: 0.86rem;
	background: url("../img/add_sheep.png") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.added_wolf{
	display: block;
	width: 2.56rem;
	height: 0.86rem;
	background: url("../img/added_wolf.png") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.added_sheep{
	display: block;
	width: 2.56rem;
	height: 0.86rem;
	background: url("../img/added_sheep.png") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.return_sheep{
	display: block;
	width: 2.56rem;
	height: 0.86rem;
	background: url("../img/return_sheep.png") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.return_wolf{
	display: block;
	width: 2.56rem;
	height: 0.86rem;
	background: url("../img/return_wolf.png") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.vic_sheep{
	display: block;
	width: 2.56rem;
	height: 0.86rem;
	background: url("../img/vic_sheep.png") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.vic_wolf{
	display: block;
	width: 2.56rem;
	height: 0.86rem;
	background: url("../img/vic_wolf.png") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.unreturn{
	display: block;
	width: 2.56rem;
	height: 0.86rem;
	background: url("../img/unreturn.png") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.lunci{
	width: 3rem;
	margin-top: 0.08rem;
	margin-left: 4.24rem;
	
}
.lunci div{
	line-height: 0.32rem;
	font-weight: bold;
	font-size: 0.26rem;
	color: #ff3600;
    margin-bottom: 0.01rem;
}
.zhenying_table{
	width: 6.98rem;
	height: 4.55rem;
	background: url("../img/table.png") no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	margin: 0.26rem auto 0;
}
.fupan{
	background: url("../img/fupan.png") no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 6.98rem;
	height: 7.83rem;
	margin: 1.3rem auto 0;
	box-sizing: border-box;
	padding-top: 0.22rem;
}
.small_fupan{
	background: url("../img/small_fupan.png") no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 6.49rem;
	height: 2.37rem;
	margin: 0rem auto 0;
	text-align: center;
	font-size: 0.24rem;
	font-weight: bold;
	color: #000000;
	box-sizing: border-box;
	padding-top: 0.2rem;
}
.fupan_lunci{
	line-height: 0.24rem;
	margin-bottom: 0.2rem;
}
.small_fupan p span{
	color: #b80000;
}
.fupan_zhenying{
	width: 5.1rem;
	margin-left: 0.92rem;
	
}
.fupan_wolf,.fupan_sheep{
	height: 0.24rem;line-height: 0.24rem;
	margin-bottom: 0.18rem;
	display: flex;
	justify-content: flex-start;
}
.fupan_sheep{
	height: 0.24rem;
	display: flex;
	justify-content: flex-start;
}
.fupan_zhenying .zhenying_tx{
	width: 0.64rem;
	height: 0.54rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0.24rem;
	position: relative;
}
.fupan_wolf .zhenying_tx img{
	width: 0.63rem;
	height: 0.53rem;
	position: absolute;
	top: -0.2rem;
}
.fupan_sheep .zhenying_tx img{
	width: 0.6rem;
	height: 0.49rem;
	position: absolute;
	top: -0.1rem;
}
.fupan_p{
	margin-bottom: 0.08rem;
	height: 0.24rem;
	line-height: 0.24rem;
}
.fupan .fupan_table{
	width: 6.71rem;
	height: 3.42rem;
	background: url("../img/fupan_table.png") no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	margin: 0.16rem auto 0;
}
.fupan_table_con{
	width: 5.4rem;
	height: 3.42rem;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 0;
}
.fupan_table_block{
	width: 1rem;
	height: 3.4rem;
	position: relative;    
	margin-top: 0.8rem;
	text-align: center;
}
.fupan_table_tou{
	width: 0.65rem;
	height: 0.55rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 0.125rem;
}
.fupan_table_tou img.wolf_yeah{
	width: 0.64rem;
	height: 0.53rem;
}
.fupan_table_tou img.sheep_yeah{
	width: 0.61rem;
	height: 0.55rem;
}
.fupan_table_block p{
	position: absolute;
	width: 0.9rem;
	text-align: center;
	bottom: 0;
	color: #000;
	font-size: 0.23rem;
	font-weight: bold;
}
.fupan_table_tou .wolf_yeah{
	position: absolute;
	top: 0.06rem;
}
.fupan_table_tou .sheep_yeah{
	position: absolute;
	top: 1.55rem;
}
.shequn{
	width: 7.02rem;
	height: 4.47rem;
	background: url("../img/shequn.png") no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	margin: 0.3rem auto 0;
	text-align: center;
}
.shequn .shequn_ewm{
	width: 2.8rem;
	height: 2.8rem;
	margin: 1.26rem auto 0;
}
.jifen{
	width: 6.98rem;
	height: 6.39rem;
	background: url("../img/jifen.png") no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	margin: 1.18rem auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	box-sizing: border-box;
	padding: 0.4rem 0;
}
.jifen-list{
	width: 6.4rem;
	height: 0.66rem;
	line-height: 0.66rem;
	color: #000000;
	font-size: 0.24rem;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #ffe900;
	border-radius: 0.15rem;
	box-sizing: border-box;
	padding: 0 0.2rem;
}
.jifen-list-long{
	width: 6.4rem;
	height: 1.12rem;
	color: #000000;
	font-size: 0.24rem;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #ffe900;
	border-radius: 0.15rem;
	box-sizing: border-box;
	padding: 0 0.2rem;
}
.jifen-list-long .jifen-le{
	height: 0.66rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.jifen-list-long .jifen-long-ri{
	width: 1.27rem;
	height: 0.88rem;
	background: url("../img/jifen_long_ling.png") no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	
}
.jifen-long-ri a{
	width: 1.27rem;
	height: 0.88rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: bold;
    font-size: 0.24rem;
    color: #fff;
    text-shadow: -0.01rem -0.01rem 0 #003570, 0.01rem -0.01rem 0 #003570, -0.01rem 0.01rem 0 #003570, 0.01rem 0.01rem 0 #003570;
}
.jifen-list-long .jifen-le div:first-child{
	line-height: 0.24rem;
}
.jifen-list-long .jifen-le div:last-child{
	line-height: 0.2rem;
	font-size: 0.2rem;
}
.jifen-list .jifen-le{
	text-align: left;
}
.jifen-list .jifen-ri a{
	text-align: center;
    line-height: 0.45rem;
}
.jifen-list .jifen-ri a.jifen_ling{
	display: block;
	width: 1.27rem;
	height: 0.51rem;
	background: url("../img/jifen_ling.png") no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	font-weight: bold;
    font-size: 0.24rem;
    color: #fff;
    text-shadow: -0.01rem -0.01rem 0 #003570, 0.01rem -0.01rem 0 #003570, -0.01rem 0.01rem 0 #003570, 0.01rem 0.01rem 0 #003570;
}
.jifen-list .jifen-ri a.jifen_linging{
	display: block;
	width: 1.27rem;
	height: 0.51rem;
	background: url("../img/jifen_linging.png") no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	font-weight: bold;
    font-size: 0.24rem;
    color: #fff;
    text-shadow: -0.01rem -0.01rem 0 #275a00, 0.01rem -0.01rem 0 #275a00, -0.01rem 0.01rem 0 #275a00, 0.01rem 0.01rem 0 #275a00;
}
.jifen-list .jifen-ri a.jifen_linged{
	display: block;
	width: 1.27rem;
	height: 0.51rem;
	background: url("../img/jifen_linged.png") no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	font-weight: bold;
    font-size: 0.24rem;
    color: #fff;
    text-shadow: -0.01rem -0.01rem 0 #434343, 0.01rem -0.01rem 0 #434343, -0.01rem 0.01rem 0 #434343, 0.01rem 0.01rem 0 #434343;
}
.duihuan{
	width: 6.98rem;
	height: 9.25rem;
	background: url("../img/duihuan.png") no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	margin: 0.3rem auto 0;
	box-sizing: border-box;
	padding: 0.28rem 0.24rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
.dui_block{
	width: 2.166rem;
	height: 2.8rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}
.dui-name{
	color: #7949d1;
	font-size: 0.2rem;
	font-weight: bold;
	line-height: 0.2rem;
	text-align: center;
	width: 100%;
	height: 0.2rem;
}
.dui-img-block{
	width: 1.35rem;
	height: 1.35rem;
	background: url("../img/dui-img-block.png") no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.dui-img-block img{
	max-height: 1.06rem;
	max-width: 1.06rem;
}
.dui_block .dui-ling{
	display: block;
	width: 1.39rem;
	height: 0.54rem;
	background: url("../img/dui_ling.png") no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.dui_block .dui-linged{
	display: block;
	width: 1.39rem;
	height: 0.54rem;
	background: url("../img/dui_linged.png") no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.dui-num{
	color: #000000;
	font-size: 0.22rem;
	font-weight: bold;
	line-height: 0.22rem;
	height: 0.22rem;
	width: 100%;
	text-align: center;
}
.dui-jifen{
	color: #4a3a7b;
	font-size: 0.2rem;
	font-weight: bold;
	line-height: 0.2rem;
	height: 0.2rem;
	width: 100%;
	text-align: center;
}
.rule{
	width: 6.99rem;
	height: 15.28rem;
	background: url("../img/rule.png") no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	margin: 1.3rem auto 0;
}
