/*
 *全局样式
 */
 *{
    padding: 0;
    margin: 0;
}
body,
html,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    margin: 0;
    padding: 0;
    font-size: 13.333333333333333333vw;
}

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

body {
    font-size: 0;
    color: #fff;
    font-family: PingFang SC;
    background: #fff;
}

.App {
    width: 100%;
    height: 100%;
}

button {
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
}

textarea,
input,
button,
select {
    outline: none;
}

li {
    list-style: none;
}

.p-oh {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

img {
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
    border-radius: .2rem;
}

a {
    display: block;
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #ED6238;
    text-decoration: none;
}

/* footer */

.footless {
    position: absolute;
    bottom: 0;
    left: 0;
}

footer {
    width: 100%;
    /* height: 3.36rem; */
    text-align: center;
    margin-top: .6rem;
    padding-top: 0.46rem;
    padding-bottom: 0.4rem;
    background: #222020;
}

footer>div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 1rem;
}

footer>div>a {
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    position: relative;
    padding: 0 .11rem;
    margin-bottom: 0.26rem;
    margin-right: 0.25rem;
}


footer>div>a::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -0.14rem;
    width: 0.02rem;
    height: 0.25rem;
    background-color: #fff;
}

@media screen and (min-width: 321px) {
    footer>div>a:nth-child(4)::before {
        display: none;
    }
    footer>div>a:nth-child(4) {
        margin-right: 0;
    }
}

footer>div>a:last-of-type::before {
    width: 0;
}

footer>p {
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #F6F6F6;
    margin-top: .15rem;
    margin-bottom: 0;
}
footer>p span {
    display: block;
}

footer>p a{
    display: block;
    font-size: .22rem;
    font-weight: 400;
    color: #fff;
    margin-top: 0.2rem;
}
footer .copy {
    margin-top: 0.2rem;
}

/* 返回顶部 */

.goBack {
    position: fixed;
    bottom: 0;
    right: 0;
    margin-right: .54rem;
    margin-bottom: .82rem;
    display: none;
    z-index: 999;
    animation-name: img-go-back;
}

@keyframes img-go-back {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.goBack a {
    height: .8rem;
    width: .8rem;
    display: inline-block;
}

.goBack a img {
    height: 100%;
}
.pager {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0.3rem;
}

.pager .page-link {
	margin: 0 .05rem;
	font-size: .24rem;
	background: #ccc;
	line-height: 0.5rem;
	text-align: center;
	color: #fff;
	display: block;
	padding: 0 0.1rem;
}

/* 热门游戏 */
.recommend {
	margin-top: 0.6rem;
}

.recommendPlay_con div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.recommendPlay_con li {
	margin-right: 0.43rem;
	margin-bottom: 0.3rem;
}

.recommendPlay_con li:nth-child(4n) {
	margin-right: 0;
}

.recommendPlay_con li img {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 0.3rem;
}

.recommendPlay_con li a p:nth-child(2) {
	width: 1.4rem;
	height: 0.4rem;
	font-size: 0.28rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
	text-align: center;
	margin-top: 0.12rem;
	margin-bottom: 0.02rem;
}

.hotGl {
	margin-top: 0.6rem;
}

.hotGlAll li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 0.4rem;
	margin-bottom: 0.3rem;
}

.hotGlAll li p:nth-child(1) {
	width: 5.26rem;
	height: 0.4rem;
	font-size: 0.28rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
	margin-right: 0.3rem;
}

.hotGlAll li p:nth-child(2) {
	font-size: 0.24rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
}

.hot_video {
	margin-top: 0.6rem;
}

.video_con {
	margin-top: 0.35rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.video_con a {
	width: 3.35rem;
	margin-bottom: 0.3rem;
}

.video_con a>div {
	width: 3.35rem;
	height: 1.8rem;
	position: relative;
	border-radius: 0.1rem;
}

.video_con a>div::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 0.1rem;
	background: rgba(0, 0, 0, 0.5) url(static/images/hot_videp.png) center center no-repeat;
	background-size: 0.51rem 0.51rem;
}

.video_con a>div img {
	border-radius: 0.1rem;
}

.video_con a>p {
	width: 3.12rem;
	height: 0.68rem;
	font-size: 0.24rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
	margin: 0.12rem auto 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

/* 热门游戏 */
.recommend {
	margin-top: 0.6rem;
}

.recommendPlay_con div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.recommendPlay_con li {
	margin-right: 0.43rem;
	margin-bottom: 0.3rem;
}

.recommendPlay_con li:nth-child(4n) {
	margin-right: 0;
}

.recommendPlay_con li img {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 0.3rem;
}

.recommendPlay_con li a p:nth-child(2) {
	width: 1.4rem;
	height: 0.4rem;
	font-size: 0.28rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
	text-align: center;
	margin-top: 0.12rem;
	margin-bottom: 0.02rem;
}