
.header {
    width: 100%;
    height: .5rem;
    background: #FFFFFF;
    padding: 0 .15rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}
.logo {
    width: 1.8rem;
    height: .3rem;
    background: url(../images/logos.png) no-repeat;
    background-size: 100% 100%;
}
.header-right{
	width:1rem;
	height:100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.lanugage{
	width:.8rem;
	text-align: center;
	font-size:.15rem;
	color:#333333;
}
.tapmuea {
    width: .2rem;
    height: .16rem;
    background: url(../images/meau.png) no-repeat;
    background-size: 100% 100%;
}
.header-close{
	width: .19rem;
	height: .18rem;
	background: url(../images/close.png) no-repeat;
	background-size: 100% 100%;
}
.gamediv{
	display:flex;
	flex-direction: column;
	align-items: center;
	margin-top:.5rem;
}
.gameimg{
	width:100%;
	height:2.15rem;
	margin-top:.1rem;
}
.gameimg .cls{
	width:100%;
	height:2.15rem;
	background:url(../images/cslimg.png) no-repeat;
	background-size:100% 100%;
}
.gameimg .mhzq{
	width:100%;
	height:2.15rem;
	background:url(../images/hhzqimg.png) no-repeat;
	background-size:100% 100%;
}
.gameimg .mxzq{
	width:100%;
	height:2.15rem;
	background:url(../images/mxzqimg.png) no-repeat;
	background-size:100% 100%;
}
.gameimg .wznba{
	width:100%;
	height:2.15rem;
	background:url(../images/wznbaimg.png) no-repeat;
	background-size:100% 100%;
}
.gameimg .mxlq{
	width:100%;
	height:2.15rem;
	background:url(../images/mxlqnba.png) no-repeat;
	background-size:100% 100%;
}
.gameimg .lywc{
	width:100%;
	height:2.15rem;
	background:url(../images/lywcimg.png) no-repeat;
	background-size:100% 100%;
}
.gameimg .zcyx{
	width:100%;
	height:2.15rem;
	background:url(../images/zcyximg.png) no-repeat;
	background-size:100% 100%;
}
.gameimg .xkx{
	width:100%;
	height:2.15rem;
	background:url(../images/xkximg.png) no-repeat;
	background-size:100% 100%;
}
.gameimg .dswn{
	width:100%;
	height:2.15rem;
	background:url(../images/dswnimg.png) no-repeat;
	background-size:100% 100%;
}

.gamebar{
	width:100%;
	height:auto;
	background:#E3E3E3;
	display:flex;
	flex-direction: column;
	justify-content: center;
	padding:.15rem;
	box-sizing: border-box;
}
.gamebar span{
	width:100%;
	height: auto;
	font-size: .18rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: .25rem;
}
.gamebar.em{
	width: 100%;
	height: auto;
	font-size:.14rem;
	font-family: PingFang-SC-Medium, PingFang-SC;
	font-weight: 500;
	color: #333333;
	line-height: .2rem;
}
.gamebar .downsbox{
	width:100%;
	height:auto;
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top:.1rem;
}
.gamebar .downsbox a{
	width:1.67rem;
	height:.45rem;
}
.gamebar .downsbox a.appstore{
	background:url(../images/appdown.png) no-repeat;
	background-size:100% 100%;
}
.gamebar .downsbox a.tapstore{
	background:url(../images/tapdown.png) no-repeat;
	background-size:100% 100%;
}
.cooperation{
	width:100%;
	height:4.95rem;
	background:url(../images/cooper.png) no-repeat;
	background-size:100% 100%;
}
.footer {
    width: 100%;
    height: 2.08rem;
    background: #191D28;
    padding: .19rem .15rem 0 .15rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
}
.footer span {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.footer span p.allp {
    width: 100%;
    font-size: .12rem;
    color: #676F74;
}
.footer span p.halfp {
    width: 50%;
    font-size: .12rem;
    color: #676F74;
}
.footer .rowline {
    width: 100%;
    height: 1px;
    background: #676F74;
    margin-top: .15rem;
    margin-bottom: .15rem;
}
.gobtop {
    width: .46rem;
    height: .5rem;
    background: url(../images/gotop.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: .15rem;
    bottom: .55rem;
}


.meauboxtask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: .5rem;
    left: 0;
    background: rgba(255,255,255,0.9);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.meauboxtask div {
    width: 1.2rem;
    height: .6rem;
    text-align: center;
    line-height: .6rem;
    color: #333333;
    font-size: .15rem;
    border-bottom: 1px solid #D9D9D9;
}
.facebook{
	width:.4rem;
	height:.4rem;
	margin-top:.15rem;
}