html,
body {
	max-width: 7.5rem;
	margin: 0 auto;
	width: 390px;
	/* padding-bottom: 80px; */
	position: relative;
}

video {
	display: block;
}

img {
	width: 100%;
	height: auto;
	display: block;
}

@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	list-style-type: none
}
a,
img {
	border: 0
}
.header-wrap {
    width: 390px;
    max-width: 390px;
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 3;
    -webkit-box-shadow: 0 0 0.08rem rgba(0,0,0,.05);
    box-shadow: 0 0 0.08rem rgba(0,0,0,.05);
}
.header-wrap .inner-header {
    height: 60px;
    background: #fff;
    position: relative;
}
.header-wrap h1 {
    text-align: center;
    color: #76777a;
    font-size: 20px;
    line-height: 60px;
    margin: 0 auto;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
	font-weight: normal;
}
.content-cont{
	margin-top: 40px;
	position: relative;
}
.game-item{
	padding: 30px;
	display: flex;
}
.game-item .item-pic{
	width: 104px;
	height: 104px;
	margin-right: 30px
}
.game-item .item-txt{
	font-size: 12px;
	color: #8e8e8e;
	line-height: 34px;
}
.game-item .item-txt h1{
	font-size: 30px;
	line-height: 36px;
	color: #3a484f;
	font-weight: normal;
}
.footer {
    padding: 0 20px 20px;
    background: #484848;
    color: #b0b0b0;
    font-size: 12px;
    line-height: 18px;
}
.footer .foot-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 0.01333rem solid #606060;
    font-size: 16px;
}
.footer .foot-detail {
    padding: 0 20px;
    margin-top: 10px;
}
.footer .foot-detail .foot-logo {
	width: 120px;
    height: 0.62rem;
    margin-right: 0.26667rem;
	float: left;
}
.footer .foot-detail .foot-txt a {
    color: #b0b0b0;
}
.footer .foot-detail .foot-txt {
    margin-top: 5px;
    line-height: 23px;
	clear: both;
}
.footer .foot-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	height: 47px;
}
.footer .foot-icons .icon-item {
    height: 40px;
    margin-top: 0.13333rem;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#swiper-horizontal {
	margin-left: 15px;
	margin-bottom: 15px;
}
.swiper-horizontal .swiper-slide{
	width: 359px;
}
.swiper-slide img{
    width: 359px;
    height: 220px;
}
.foot {
    width: 390px;
	height: 60px;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 3;
    -webkit-box-shadow: 0 0 0.08rem rgba(0,0,0,.05);
    box-shadow: 0 0 0.08rem rgba(0,0,0,.05);
	text-align: center;
	line-height: 0;
}
.foot .foot_a {
	font-size: 20px;
    background: #8499f1;
	padding: 5px 40px;
	border-radius: .57333rem;
	color: azure;
	text-decoration: none
}
.foot span.btn-play{
}