@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
}
body,
html{
	font-family: '微软雅黑';
	-webkit-text-size-adjust: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: transparent;
	overflow-x: hidden;
	max-width: 750px;
	margin: 0 auto;
}
a{
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}
img{
	display: block;
	vertical-align: top;
}
input{
	-webkit-tap-highlight-color: transparent;
	outline: none;
	-webkit-appearance: none;
	border-radius:0;
}
ul,
ol,
li{
	list-style: none;
}
i,em{
	font-style: normal;
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}
.clearfix{
	zoom: 1;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.hid{
	display: none!important;
}
.pr{
	position: relative;
}
.pa{
	position: absolute;
}
.disIB{
	display: inline-block;
	vertical-align: middle;
}
.disB{
	display: block;
}
.warp{
	width: 7.5rem;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.head{
	width: 7.5rem;
	height: 1.03rem;
	background: rgba(0,0,0,.9);
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -3.75rem;
	z-index: 100;
}
.head .logo{
	width: .74rem;
	height: .74rem;
	top: .145rem;
	left: .145rem;
}
.head .headTxt{
	top: .16rem;
	left: .96rem;
}
.head .headTxt span{
	color: #fff;
	font-size: .3rem;
	line-height: .4rem;
	height: .4rem;
}
.head .headTxt em{
	color: #cdb68e;
	font-size: .22rem;
	line-height: .28rem;
	height: .28rem;
}
.head .headBtn{
	top: .225rem;
	right: 0;
	text-align: right;
	font-size: 0;
}
.head .headBtn a{
	width: 1.79rem;
	margin-right: .12rem;
	overflow: hidden;
	display: table-cell;
	padding: 2px;
}
.head .headBtn a img{
	width: 100%;
}
.bg{
	width: 100%;
}
.video-box .btn-video{
	position: absolute;
	display: block;
}
.btn-video img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.btn-video .icon-play1{
	-webkit-animation: playmove 2.5s linear infinite;
    animation: playmove 2.5s linear infinite;
}
@-webkit-keyframes playmove {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes playmove {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
.btnMake{
	width: 3.79rem;
	top: 9.5rem;
	left: 50%;
	margin-left: -1.895rem;
}
.btnMake img{
	width: 100%;
}
.swiper-container,
.swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.mainNew{
	width: 6.68rem;
	top: -1.35rem;
	left: 50%;
	margin-left: -3.34rem;
}
.mainNew .newsSelling{
	width: 6.68rem;
	height: 3.92rem;
}
.mainNew .newsSelling a{
	width: 6.68rem;
	height: 3.52rem;
	overflow: hidden;
}
.mainNew .newsSelling img{
	width: 6.68rem;
	height: 3.52rem;
	border-radius: 5px;
}
.mainNew .newsSelling .swiper-pagination-bullet{
	width: calc(20% - 10px);
	height: .05rem;
	border-radius: inherit;
	opacity: 1;
	transition: all .3s;
}
.mainNew .newsSelling .swiper-pagination-bullet-active{
	background: #dbb458;
}
.mainNew .newsSelling .swiper-container-horizontal>.swiper-pagination{
	bottom: .12rem;
	font-size: 0;
}
.newsList{
	width: 100%;
	height: 3.45rem;
}
.newsTab{
	font-size: .5rem;
}
.newsTab a{
	display: inline-block;
	color: #757575;
	font-size: .3rem;
	line-height: .4rem;
	margin:.15rem .35rem .15rem 0;
	position: relative;
}
.newsTab a:before{
	content: '';
	width: 1px;
	height: .3rem;
	background: #e0e0e0;
	position: absolute;
	top: 50%;
	margin-top: -.135rem;
	right: -.25rem;
	transform: rotate(30deg);
}
.newsTab a:last-child:before{
	display: none;
}
.newsTab a.active{
	color: #dbb458;
}
.newsQueue .newsQueueList{
	width: 100%;
	height: 2.87rem;
	overflow: hidden;
	display: none;
}
.newsQueue .newsQueueList.show{
	display: block;
	animation: opacitys 1s ease both;
}
@keyframes opacitys{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
.newsQueue .newsQueueList a{
	width: 100%;
	height: .7rem;
	position: relative;
	display: block;
	line-height: .7rem;
	border-top: 1px dashed #c9c9c9;
	color: #757575;
	font-size: .24rem;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0;
}
.newsQueue .newsQueueList a:after{
	content: '';
	width: .12rem;
	height: .12rem;
	background: #ddb862;
	position: absolute;
	top: 50%;
	left: .12rem;
	margin-top: -.06rem;
	transform: rotate(45deg);
}
.newsQueue .newsQueueList a em{
	width: 2rem;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: .24rem;
	margin-left: .2rem;
}
.newsQueue .newsQueueList a span{
	width: calc(100% - 2.2rem);
	font-size: .24rem;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.btnMore{
	color: #757575;
	line-height: .4rem;
	height: .4rem;
	top: .15rem;
	right: .05rem;
}
.btnMore span{
	font-size: .24rem;
	display: inline-block;
	vertical-align: middle;
}
.btnMore em{
	display: inline-block;
	vertical-align: middle;
	font-size: .28rem;
	margin-left: .05rem;
}
/**游戏特色**/
.gameFeatures{
	width: 7.5rem;
	top: 6.37rem;
	left: 0;
}
.gameFeatures .gameFeaturesTitle{
	width: 7.5rem;
	height: 2.17rem;
}
.gameFeatures .carousel1{
	width: 7.5rem;
	height: 8.31rem;
	margin: .25rem auto 0;
}
.gameFeatures .carousel1 .swiper-slide{
	width: 4.74rem;
	height: 8.31rem;
}
.gameFeatures .carousel2{
	width: 7.5rem;
	height: 3.66rem;
	margin: .25rem auto 0;
}
.gameFeatures .carousel2 .swiper-slide{
	width: 6.5rem;
	height: 3.66rem;
}
.gameFeatures .swiper-slide img{
	width: 100%;
}
.gameFeatures .carousel .iconPrev{
	width: 1.05rem;
	height: 7rem;
	margin-top: -3.5rem;
	left: 0;
	opacity: 0;
}
.gameFeatures .carousel .iconNext{
	width: 1.05rem;
	height: 7rem;
	margin-top: -3.5rem;
	right: 0;
	opacity: 0;
}
.qrBox{
	width: 100%;
	font-size: 0;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-40%);
	transform: translate(-50%,-40%);
}
.qrBox a{
	display: inline-block;
	vertical-align: middle;
	width: 1.9rem;
	margin: 0 .15rem;
}
.qrBox a img{
	width: 100%;
}
/**底部版权**/
.footer{
	width: 100%;
	text-align: center;
	background: #202020;
    padding: .25rem 0;
}
.footer p{
	color: #fff;
    line-height: .35rem;
    font-size: .2rem;
}
.footer p a{
	color: #3e8bf4;
}

.pop_make{
    min-width: 300px;
    height: auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999;
    display: none;
}
.pop_make_close{
    width: 25px;
    height: 25px;
    background: url(//static.leiting.com/module/phone_login/images/close_p.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -27px;
    right: 0;
    text-indent: -999em;
}
.pop_make h4{
    color: #08a6f0;
    font-size: 18px;
    font-weight: 100;
    line-height: 35px;
    text-align: center;
}
.pop_make p{
    margin: 0 auto;
    color: #47392b;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    margin-top: 5px;
}
.pop_make .btn_sure{
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    background: #08a6f0;
    display: block;
    margin: 10px auto 0;
}

.mask_make{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.mask-video, .mask-advert{
	position: fixed;
    z-index: 1001;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.8);
    display: none;
}
.mask-video .close-video {
    width: 0.5rem;
	height: 0.5rem;
    position: absolute;
    top: -0.6rem;
    right: 0;
    z-index: 2;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAclBMVEUAAADYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzYvYzqAaSkAAAAJXRSTlMAs7YDTUkP9b+eVRfTlGw4KhzezsjEuoqBc2RBLx8UCd/ZqqRfJcwcAAAAAMpJREFUKM910+kOgjAQBOAtlFPkFkUOz3n/VxQlbWO3nV+EL9NktymRjMmTuN4UqY9T1NQMEG59om+IQoEgdOgL6f47cPUznFRp6zv0pr5D1j+ij8lEQIR/2mk15xst9Mn8/DOKleyo+TZ9HJjq+S64O/S3H/HVVin3bES7kC8Z0OkuzwgIv5YohHGuyaL2x3NFUu/ze3TW+2N5I6ns/ZnkQGXvj6vZn6UTvx+VCIj4/TC1+lolUz3fpJT3h4ZmIPc+IkmrKL1PUNIHycAPELv6e8cAAAAASUVORK5CYII=') 0 0/100% 100% no-repeat;
}
.mask-video .close-video2{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.mask-video .video-con {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 3
}
.mask-video1 .pop-video {
    width: 7.5rem;
	height: auto;
}
.mask-video2 .pop-video {
    height: 9rem;
	width: auto;
}
/*广告图配置功能*/
.advert-part {
    width: 1.72rem;
    top: 7rem;
    left: .14rem;
    overflow-x: hidden;
    z-index: 3;
    padding-bottom: .16rem;
}
.advert-part .close-advert {
    width: .4rem;
    top: 0;
    right: 0;
    z-index: 2;
}
.advert-part .advert-swiper .advert-pagination{
    font-size: 0;
    bottom: 0;
}
.advert-part .advert-swiper .advert-pagination .swiper-pagination-bullet{
    opacity: .5;
    margin: 0 .05rem;
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    border: 1px solid transparent;
}
.advert-part .advert-swiper .advert-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}
.advert-part .close-advert img,
.advert-part .advert-swiper,
.advert-part .advert-swiper a,
.advert-part .advert-swiper a img,
.mask-advert .dialog-advert .close-advert img {
    width: 100%;
}
.mask-advert .dialog-advert {
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.mask-advert .dialog-advert .advert-img {
    max-width: 7.5rem;
    max-height: 9rem;
}
.mask-advert .dialog-advert .close-advert {
    width: 1rem;
    bottom: -1.1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}