	body, html {
	    width: 100%;
	    min-width: 1200px;
	    max-width: 1920px;
    	font-family: "Microsoft YaHei","Helvetica Neue",Arial,HelveticaNeue,Helvetica,"BBAlpha Sans",sans-serif;
	}
	body {
	    font-family: Arial,"Hiragino Sans GB","Microsoft YaHei",SimSun,Helvetica,Tahoma,Arial sans-serif;
	    line-height: 1.7;
	    font-size: 12px;
	    color: #000;
	}
	/*设置遮罩*/
	.shade{
	    background: #000;
	    filter: alpha(opacity=50);
	    background: rgba(0,0,0,0.5);
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    z-index: 11111;
	}
	.shade .choose{
		width:464px;
		height: 548px;
		background: #f0f0f0;
		border-radius: 5px;
		margin:0 auto;
		margin-top: 320px;
		position: relative;
		z-index: 11112;
	}
	.shade .choose ul{
		width:100%;
		height: 35px;
	}
	.shade .choose ul li{
		width:50%;
		float: left;
		line-height: 35px;
		font-size: 16px;
	}
	.shade .ios{
		cursor: pointer;
	}
	.shade .android{
		cursor: pointer;
	}
	 .choose ul li:nth-child(1){
		width:232px;
		height: 35px;
		background: url(../img/choose_an.png) no-repeat center;
	}
	 .choose ul li:nth-child(2){
		width:232px;
		height: 35px;
		background: url(../img/choose_ios_2.png) no-repeat center;
	}
	.shade .txt{
		width:317px;
		height:87px;
		font-size: 14px;
		margin:0 auto;
		padding-top: 48px;
	}
	.shade .txt p {
		text-align: center;
		line-height: 20px;
	}
	.shade .phone{
		width:317px;
		height: 50px;
		display: block;
		margin:0 auto;
		text-align: center;
	}
	.shade .yzm{
		width:317px;
		height: 50px;
		margin: 0 auto;
		margin-top: 34px;
		overflow: hidden;
	}
	.shade .num{
		display: block;
		width:50%;
		height: 50px;
		float: left;
		text-align: center;
	}
	.shade .yzm div{
		float: right;
		width:48%;
		line-height: 50px;
		text-align: center;
		background: #000;
		color:#a6a6a6;
		cursor: pointer;
	}
	.shade .submit{
		display: block;
	    width: 286px;
	    height: 76px;
	    margin: 0 auto;
	    background:url(../img/xx_lqlb.png) no-repeat center;
	    margin-top:60px;
	    cursor: pointer;
	    border: none;
	    outline: none;
	    font-size: 32px;
	    font-weight: bold;
	    font-family: Arial,"Hiragino Sans GB","Microsoft YaHei",SimSun,Helvetica,Tahoma,Arial sans-serif;
	    pointer-events:none;
	}
	.shade .close{
		width:32px;
		height: 32px;
		cursor: pointer;
		position: absolute;
		z-index: 11113;
		right: -36px;
		top:0;
		background: url(../img/close.png) no-repeat center;
	}

	.wrap {
	    z-index: 1;
	    width: 100%;
		overflow: hidden;
	}
	.head{
	    height: 60px;
	    /*background: #fbfbfb;*/
	    min-width: 994px;
	    margin:0 auto;
	    width:1180px;
	    overflow: hidden;
	}
	.head .logo{
		cursor: pointer;
	}
	.h_left{
		width:50%;
		float: left;
	}
	.h_left>a{
		display: inline-block;
	}
	.h_left img:nth-child(1){
		margin-top:8px;
	}
	.h_right{
		float: right;
		width:50%;
		overflow: hidden;
	}
	.login{
		float: right;
		font-size: 14px;
		line-height: 60px;
	}
	.login a{
		color:#c5231e;
		text-decoration: none;
		line-height: 60px;
		font-weight: bold;
	}
	.list{
		font-size: 14px;
		float: right;
		line-height: 60px;
		width:66px;
		margin-right: 23px;
		cursor: pointer;
	}
	.list span{
		height: 5px;
		width: 3px;
		background: url(../img/list_a.png) no-repeat center;
		display: block;
		float: right;
		margin-top: 28px;
		position: relative;
	}
	.gamelist{
		position: absolute;
		width:340px;
		height: 215px;
		background: rgba(255,255,255,0.8);
		display: none;
		z-index: 400;
	}
	.gametitle{
		width: 340px;
		height: 25px;
		background: rgb(255,255,255);
	}
	.gametitle li{
		line-height: 25px;
		float: left;
		width: 50%;
		color: #cd403c;
		text-align: center;
		font-weight: bold;
	}
	.gamename{
		width:340px;
		height: 185px;
		padding-top: 5px;
	}
	.pcgame,.h_game{
		float: left;
		width:49%;
	}
	.hr{
		width:3px;
		height: 172px;
		border-radius: 10%;
		background:  #8f8c8c;
		float: left;
		margin-top: 5px;
	}
	.pcgame a,.h_game a{
		display: block;
		text-decoration: none;
		line-height: 30px;
		margin-left: 30px;
		color: #8f8c8c;
	}
	.pcgame a:hover,.h_game a:hover{
		color:#ff2107;
	}

	/*---------------*/
	.main{
		width: 100%;
    height: 1106px;
    background: url(../img/bg.jpg) 0 0 no-repeat;
    /*background-size: 101% 100%;*/
    /* background-position: -226px 0; */
    overflow: hidden;
	}
	.main-inner{
		width: 1180px;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
	}
	.icon{
		width: 236px;
		height: 116px;
		position: absolute;
		top: 26px;
		right: 26px;
	}
	.ani{
		position: absolute;
		top: 170px;
		left: 50%;
		transform: translateX(-50%);
	}
	.banner-left{
		float: left;
		width: 340px;
		overflow: hidden;
	}
	.download{
		position: relative;
		overflow: hidden;
		width: 340px;
		height: 176px;
		background-color: #0b2836;
		box-sizing: border-box;
		padding-top: 11px;
		padding-left: 11px;
	}
	.erweima{
		display: block;
		width: 151px;
		height: 151px;
		float: left;
		margin-right: 10px;
	}
	.dl{
		float: left;
	}
	.dl a{
		display: block;
		width: 158px;
		height: 72px;
		background: none!important;
	}
	.dl a img{
		width: 100%;

	}
	.dl .ios{
		margin-bottom: 10px;
	}
	.get-libao{
		display: block;
		width: 357px;
		height: 83px;
		margin-top: 10px;
		margin-bottom: 1px;
	}
	.get-libao img{
		width: 100%;
	}
	.banner{
		width: 100%;
		overflow: hidden;
		margin-top: 650px;
	}

	.go{
		width: 340px;
		height: 70px;
		display: inline-block;
	}
	.go img{
		width: 100%;
	}
	.banner-right{
		position: relative;
		float: right;
		width: 820px;
		height: 340px;
		overflow: hidden;
	}
	.right-pic{
		z-index: 300;
		list-style: none;
		width: 100%;
		height: 344px;
	}
	.right-pic .swiper-container{
		width: 100%;
		height: 340px;
		overflow: hidden;
	}
	.swiper-slide{
		width: 100%;
		overflow: hidden;
	}
	.tabs{
		position: absolute;
		width: 100%;
		height: 57px;
		z-index: 500;
		list-style: none;
		left: 0;
		bottom: 0;
		background:rgba(0, 9, 14, 0.6);;
		background-size: cover;
	}
	.tabs li{
		float: left;
		width: 20%;
		height: 57px;
		color: #878e93;
		line-height: 52px;
		text-align: center;
		font-size: 16px;
		cursor: pointer;
	}
	.tabs li.active{
		background:url(../img/li-active.png) 0 0 no-repeat;
		background-size: cover;
		color: #bce3ff;
	}

	/*---------------*/
	.bottom{
		width:100%;
		min-height:140px;
		background: #0b0f13;
		overflow: hidden;
	}
	.bottom_c{
		width:1180px;
		min-height:140px;
		margin:0 auto;
	}
	.b_left{
		width:139px;
		height:48px;
		margin-top:26px;
		float: left;
	}
	.b_center{
		float: left;
		overflow: hidden;
		margin:26px 0 0 40px;
	}
	.b_center>ul>li{
		font-size: 16px;
		color:#c5231e;
		float: left;
		margin-right: 30px;
	}
	.b_center>ul>li>a{
		font-size: 14px;
		color:#c5231e;
		text-decoration: none;
	}
	.b_center>p{
		font-size: 12px;
		color:#353c43;
		margin-bottom:5px;
	}
	.b_center>p:nth-child(2){
		margin-top:40px;
	}
	.b_center>p:last-child{
		margin-bottom:20px;
	}
