* {
	margin: 0;
	padding: 0;
}
a {
	color: #fff;
	text-decoration: none
}
body {
	font: 14px/1.6 "Microsoft Yahei";
	color: #fff;
	overflow-x: hidden;
	max-width: 750px;
	margin: 0 auto;
	background-color: #290C0E;
	-webkit-overflow-scrolling: touch;
}
ul li {
	list-style: none
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
*+height:1%;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*+html .clearfix {
	zoom: 1;
} /* IE7 */
.fL {
	float: left !important;
}
.fR {
	float: right !important;
}
img {
	vertical-align: top;
	width: 100%;
}
.lineBox {
	position: relative;
}
.lineBox .ulList {
	position: absolute;
	top: 1.35rem;
	left: 0.2rem;
	width: 95%;
}
.ulList li {
	margin-bottom: 0.3rem;
	overflow: hidden;
	zoom: 1;
	width: 100%;
}
.ulList li a {
	width: 2.2rem;
	float: right;
	display: block;
}
.ulList li .btn-open {
	cursor: pointer;
}
.ulList li .txt {
	float: left;
	font-size: 0.3rem;
	height: 0.8rem;
	line-height:  0.8rem;
	width: 18%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #C1292D;
	color: #fff;
}
.ulList li .url {
	float: left;
	font-size: 0.4rem;
	height: 0.8rem;
	line-height:  0.8rem;
	width: 56%;
	font-style: normal;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #fff;
	color: #000;
}

.kf {
	  position: fixed;
    right: 2px;
    top: 45%;
    display: block;
    cursor: pointer;
	width: 2rem;
}
.kf img {
	max-width:100%;
}
.jcBtn {
	margin: 0 2.3rem 13.8rem;
}
.jcBox {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #000;
}

.iosBox {
	display: none;
}

.iosBox {
	padding: 0.4rem 0 2rem;
	background: #130505 url(../images/bg01.jpg) no-repeat center -0.3rem;
	background-size: 100% auto;

}
.iosBox .btn2 {
	width: 6.4rem;
	margin: 0 auto;
}
.inner {
	padding: 0.5rem 0.2rem 0;
}
.inner .title {
	margin-bottom: 0.3rem;
	overflow: hidden;
	zoom: 1;
}
.inner .title .ttl {
	width: 6rem;
	float: left;
}
.inner .title .service {
	float: right;
	width: 3.2rem;
}
.btmDown {
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
}
.btmDown .downImg {
	width: 2.5rem;
	position: absolute;
	top: 0.15rem;
	right: 0.2rem;
}

@media all and (min-width: 767px) {
	.lineBox .ulList {
		position: absolute;
		top: 100px;
		left: 0.2rem;
		width: 95%;
	}
.btmDown {
	max-width: 750px;
	margin: 0 auto;	
	left: 50%;
	margin-left: -375px;
}
	
	
}

.out-mask{
    display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	z-index: 50;
}
.out-panel{
    position: absolute;
	left: 0;
	right: 0;
	top: 25%;
	width: 100%;
	margin: 0 auto;
	max-width: 660px;
	padding: 15px 15px 0;
	box-sizing: border-box;
}
.out-panel .out-close{
    position: absolute;
    right: 20px;
    top: -40px;
    width: 50px;
}
.out-panel .out-bg{
    width: 100%;
}
.out-panel .rule-open{
    position: absolute;
    display: inline-block;
    width: 50%;
	text-align: center;
    height: 1rem;
	font-size: 0.35rem;
	line-height: 1rem;
    max-height: 30px;
    bottom: 15%;
    left: 25%;
	color: #80787c;
}
.out-panel .game-down{
    position: absolute;
    display: block;
    width: 50%;
    bottom: -30px;
    left: 25%;
}
.out-panel .game-down img{
	width: 100%;
}





