* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;
}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
div, i {
    -webkit-tap-highlight-color: transparent;
}
html, body {
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
}
body {
    position: relative;
    background-color: #fff;
    -webkit-tap-highlight-color: transparent;
}
ul,ol {
    list-style: none
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 500
}

button {
    border: none;
    outline: none;
    -webkit-tap-highlight-color: transparent
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(168, 255, 243, 1);
    z-index: 999999;
}
input, textarea, select {
    border: none;
    background-color: transparent;
    outline: none;
}
textarea {
    resize: none;
}
.container {
    max-width: 767px;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
}
header .top {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .top .logo_img {
    /* width: 125px; */
    height: 30px;
    margin-right: 10px;
}
header .top .logo_img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}



header .top .searchBox .xuanfu .search_b>.iconfont {
    position: absolute;
    border: none;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    right: 10px;
    top: 7px;
    color: #999;
    font-size: 18px;
}
footer {
	background-color: rgba(168, 255, 243, 1);
}
footer .footer_list {
	display: flex;
	height: 50px;
	align-items: center;
	justify-content: center;
}
footer .footer_list a {
	/* width: calc(100%/3); */
	border-right: 1px solid #000 ;
	margin-right: 10px;
	padding-right: 10px;
	text-align: center;
	color: #000;
	font-size: 12px;
}
footer .footer_list a:nth-last-child(1) {
	border: none;
	margin-right: 0;
	padding: 0;
}
header .iconfont {
	color: #333;
	font-size: 30px;
}
header .icon-home {
	margin-right: 20px;
}
.por {
	position: relative;
	width: 100%;
	display: none
}
.classify_box {
	width: 100vw;
	position: fixed;
	top: 50px;
	height: 100vh;
	background-color: rgba(0,0,0,0.7);
	z-index: 9;
}
.classify {
	width: 40%;
	background-color: #fff;
	margin-left: 60%;
	padding: 20px 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 9;
}
.classify a {
	margin-bottom: 10px;
	padding: 10px 0;
	color: #333;
}

.flex {
	display: flex;
}
.ads {
    max-width: 767px;
    margin-left: auto;
    margin-right: auto;
    padding: 65px 0px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ads>p ,
.ad_s>p {
    font-size: 12px;
    color: #ccc;
}
.games {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    width: 100%;
}

.games>.games_list {
    display: inline-block;
    width: 100%;
	border-bottom: 5px solid #000;
    position: relative;
	margin-bottom: 20px;
}
.games>.games_list .games_img {
    width: 100%;
    height: 0;
    padding-bottom: 198px;
    position: relative;
    overflow: hidden;
}
.games>.games_list .games_img>img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    position: absolute;
}
.games>.games_list>p {
	font-size: 12px;
	line-height: 15px;
	color: #000;
	height: 45px;
	/* position: absolute; */
	bottom: 0;
	overflow: hidden;
	margin-top: 10px;
}
.games>.games_list>.games_details ,.attribute {
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.games>.games_list>.games_details>p ,.attribute {
	font-size: 14px;
	color: #000;
}
.games>.games_list>.games_details>span {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	border-radius: 24px;
	height: 24px;
	line-height: 24px;
	background-color: #000000;
	padding: 0 15px;
}
.game_details {
	padding: 15px;
	width: 100%;
	margin-top: 50px;
}
.game_details h3 {
	font-size: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.text p {
	font-size: 16px;
}
.text>p {
}
.title {
	padding: 20px 0;
	font-size: 30px;
	margin-top: 60px;
}
.word {
	
}
.text>.img {
	height: 198px;
	margin: 10px auto 10px;
}

.article {
	background-color: rgba(250, 250, 250, 1);
	padding: 10px 0px 30px;
}
.article p{
	max-width: 717px;
}
.article p img {
	width: 100%;
}
.form {
	margin: 40px 0;
	border-bottom: 5px solid #000000;
}
.game_details .games_list {
	display: flex;
	justify-content: space-between;
}
.game_details>.games_lists_box>h3{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.game_details .games_list a {
	width: 100px;
	position: relative;
}
.game_details .games_list a .img {
	width: 100%;
	height: 71px;
}
.game_details .games_list a .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.game_details .games_list a h4 {
	font-size: 18px;
	margin: 10px 0;
	height: 77px;
	line-height: 19px;
	overflow: hidden;
	color: #000000;
}
.game_details .games_list a p {
	font-size: 16px;
	margin: 10px 0;
	line-height: 21px;
	height: 84px;
	overflow: hidden;
	color: #000000;
}
.game_details .games_list a p:nth-last-child(1) {
	height: 21px;
}
.one {
	display: flex;
	margin-bottom: 20px;
}
.one label {
	width: 30%;
}
.one  input {
}
.one  input ,.one textarea {
	width: 70%;
	background-color: rgb(247, 247, 247);
	padding: 5px 5px;
}
.one button {
	padding: 0 20px;
	height: 30px;
	border-radius: 30px;
	margin-left: 30%;
	background-color: rgba(168, 255, 243, 1);
}
@media all and (orientation: landscape) {
    .games>.games_list {
    }

    .games>.games_list:nth-child(3n+3) {
    }

    .games>.games_list:nth-child(5n+5) {
    }
}
.ad_s {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 767px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px;
    padding-bottom: 10px;
}

