a,
body,
button,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
i,
img,
input,
li,
p,
select,
span,
strong,
textarea,
ul {
	margin: 0;
	padding: 0;
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
	font-weight: 400;
}

table {
	border-spacing: 0;
}

body {
	font-family: "microsoft yahei", Arial;
	font-size: 0.26rem;
	line-height: 1;
	-webkit-user-select: none;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
}

::-webkit-scrollbar {
	width: 0;
	height: 0;
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #333;
	outline: 0;
}

img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
}

em,
i,
var {
	font-style: normal;
}

button,
input[type=button],
input[type=date],
input[type=number],
input[type=password],
input[type=reset],
input[type=submit],
input[type=text],
textarea {
  -webkit-appearance: none;
  border: none;
  background: 0 0;
} 
.ico {
	display: inline-block;
	vertical-align: middle;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.hide {
	display: none !important;
}

.mobile-wrap {
	position: relative;
	min-height: 100vh;
	float: left;
	padding-bottom: 1.82rem;
    border: solid 1px #b90e0e;
}

body,
html {
    width: 100%;
	height: 100%;
}

.tops { 
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.2rem 0 0.2rem 0;
    background-color: #1f8eff;
}

.tops img {
    height: 0.8rem;
}

.main {
	margin: auto 0.2rem;
}

.out {
	margin-top: 0.2rem;
	text-align: center;
}

@keyframes zoom {

	0%,
	100% {
		transform: scale(0.9);
	}

	50% {
		transform: scale(1.05);
	}
}

.down2 img {
    width: 80%;
	-webkit-animation: zoom 1.5s infinite;
	animation: zoom 1.5s infinite;
}

.lines,.type,.game {
	margin-top: 0.5rem;
}
.gameType {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    gap: 0.2rem;
}
.gameType img{
	flex:1;
    width: 30%;
}
.gameType img:hover {
  transform: scale(1.05);
}
.lines .conts .title {
	margin: 0.2rem auto;
}
.lines .conts .title img,.type img{
	width: 90%;
}

.lines .conts .list {
	display: flex;
	flex-direction: column;
}

.lines .conts .list .item {
	margin: 0.05rem 0;
	background: url(../image/d4cbbe_658x56.png) center no-repeat;
    background-size: 100%;
	display: flex;
	flex-direction: row;
    height: 0.8rem;
    line-height: 0.8rem;
	font-size: 0.28rem;
	color: #fff;
}

.lines .conts .list .item .ms {
	width: 1.26rem;
	font-weight: 700;
	color: #1872c8;
}

.lines .conts .list .item .text {
	display: flex;
    justify-content: space-between;
	flex: 1;
    margin: auto 0.1rem auto 0.5rem;
}

@keyframes bzoom {

	0%,
	100% {
		transform: scale(0.95);
	}

	50% {
		transform: scale(1.05);
	}
}
.lines .conts .list .item .text .btns {
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-animation: bzoom 2s infinite;
	animation: bzoom 2s infinite;
}

.lines .conts .list .item .text .btns a {
	width: 1.84rem;
	height: 0.55rem;
	background: url(../image/daed7e_129x42.png) center no-repeat;
	background-size: 1.84rem 0.55rem;
}

.fix-down {
	width: 7.5rem;
	position: fixed;
	left: 50%;
	margin-left: -3.75rem;
	z-index: 99;
    bottom: -1px;
}

.fix-down img {
	margin-bottom: -1px;
}


@keyframes dzoom {

	0%,
	100% {
		transform: scale(0.95);
	}

	50% {
		transform: scale(1.05);
	}
}
.fix-down button {
	width: 2.24rem;
	height: 0.7rem;
	background: url(../image/a199ce_224x70.png) center no-repeat;
	background-size: 2.24rem 0.7rem;
	position: absolute;
	right: 0.2rem;
	top: 50%;
	margin-top: -0.35rem;
	-webkit-animation: dzoom 1s infinite;
	animation: dzoom 1s infinite;
}


.fix-service {
	position: fixed;

	margin-right: -3.75rem;
	top: 25%;
	margin-top: -0.96rem;
	z-index: 88;
}

.fix-service img {
	width: 1.24rem;
}