* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Microsoft YaHei UI','Microsoft YaHei UI Bold', 'Microsoft YaHei UI Regular', 'Microsoft YaHei UI', sans-serif;
}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
div, i {
    -webkit-tap-highlight-color: transparent;
}
html, body {
    width: 100%;
    height: 100%;
    background: #effcff;
    -webkit-tap-highlight-color: transparent;
}
body {
    position: relative;
    background-color: #EFFCFF;
    -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
}
footer {
	background-size: 2129px 300px;
	height: 300px;
	background-image: url(../img/3.png);
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: flex-end;
}
footer .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
}
.foot .logo_img {
	display: block;
}
.foot ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	width: 300px;
	height: 120px;
	position: relative;
	right: -320px;
	bottom: 0px;
}
.foot ul a{
	font-size: 14px;
	color: #fff;
}
.foot ul li {
	width: 150px;
	margin-bottom: 20px;
	position: relative;
}
.foot .logo_img {
	position: relative;
	left: -300px;
	top: 100px;
}
footer .container p {
	color: #fff;
	font-size: 14px;
	margin: 15px 0;
}
.ad {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.ad p {
	font-size: 12px;
	color: #909090;
	font-weight: 900;
}
header {
	background-size: 2129px 154px;
	height: 154px;
	background-image: url(../img/2.png);
	background-repeat: no-repeat;
	background-position: center;
}
header .container {
	display: flex;
	justify-content: center;
	position: relative;
	height: 100px;
	align-items: center;
}
header .search_box {
	position: absolute;
	right: 0;
	width: 210px;
}
header .search_box .search {
	width: 100%;
	height: 35px;
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 40px;
	position: relative;
}
header .search_box .search input {
	width: calc(100% - 80px);
	height: 31px;
	font-size: 16px;
	font-family: FuturaPT-Book;
	font-weight: 400;
	box-sizing: border-box;
	border: none;
	background-color: transparent;
	outline: none;
	margin-left: 20px;
	color: #5a5a5a;
}
header .search_box .search button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	border-radius: 50px;
	background-color: rgb(246,243,249);
	height: 31px;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	font-size: 22px;
}
header .search_box .search button:hover {
	background-color: rgb(229, 255, 251);
}
header .logo_img {
	position: absolute;
	left: 0;
	height: 80px;
}
header .logo_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
footer .logo_img img {
	height: 90px;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
header nav {
	display: flex;
}
header nav a {
	display: flex;
	border-radius: 35px;
	align-items: center;
	margin-right: 40px;
	height: 35px;
	padding: 0 20px;
	background-color: rgb(246,243,249);
	color: #8C8C8C;
	font-size: 16px;
	font-family: 'Impact Normal', 'Impact', sans-serif;
}
header nav a:hover {
	background-color: #fff;
}
header nav a:nth-last-child(1) {
	margin-right: 0;
}
.box {
	margin-bottom: 30px;
}
.box .title {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	background-color: rgba(166, 236, 255, 1);
	font-size: 18px;
	font-weight: 700;
	color: #333;
	display: flex;
	justify-content: space-between;
	height: 44px;
	align-items: center;
	border-radius: 10px;
	border-top-left-radius: 44px;
	border-bottom-left-radius: 44px;
	margin-bottom: 15px;
	padding-left: 10px;
	
}
.box .title span {
	line-height: 27px;
	display: flex;
	align-items: center;
	font-size: 16px;
}
.box .title i {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: #333;
	border-radius: 22px;
	margin-right: 5px;
}
.box .title a {
	color: #333;
	font-size: 24px;
	margin-right: 5px;
}
.banner .swiper {
	padding-top: 20px;
	height: 258px;
}
.banner a {
	display: block;
	border: 1px solid #000;
	background-color: #fff;
	padding: 15px;
	border-radius: 12px;
}
.banner a:hover {
	background-color: rgba(166, 236, 255, 1);
}
.banner .img {
	width: 87px;
	height: 87px;
	overflow: hidden;
	border-radius: 12px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.banner .img img {
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.banner a:hover .img img {
	transform: scale(1.2);
}
.banner h3 {
	font-family: 'Impact Normal', 'Impact', sans-serif;
	font-size: 25px;
	color: #333;
	transition: all .3s;
}
.banner a:hover h3 {
	font-size: 30px;
}
.banner a:hover h3 ,
.banner a:hover p {
	color: #fff;
}
.banner p {
	font-size: 15px;
	line-height: 19px;
	color: #333;
	margin-bottom: 10px;
	height: 76px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.banner .play {
	padding: 0 15px;
	background-color: rgba(166, 236, 255, 1);
	border-radius: 28px;
	line-height: 28px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin-left: 20px;
}
.banner a:hover .play {
	background-color: #000000;
	
}
.banner .score {
	display: flex;
}
.banner .score h5 {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin-right: 10px;
}
.banner ul {
	display: flex;
	align-items: center;
}
.banner ul li{
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.banner ul li i {
	color: #facc01;
	font-size: 20px;
}
.banner .dr:nth-last-child(1) {
	justify-content: space-between;
}
.swiper_1 .swiper-pagination {
	top: 0;
	height: 20px;
}

.dr {
	display: flex;
	align-items: center;
}
.rg_box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5px;
}
.rg_box a {
	display: block;
	margin-left: 60px;
	padding: 15px 20px 15px 30px;
	border: 1px solid #000;
	border-radius: 40px;
	position: relative;
	width: 300px;
	margin-right: 60px;
	margin-top: 20px;
	background-color: #fff;
}
.rg2_box a {
	width: 240px;
	margin-right: 0;
}
.rg2_box a .text {
	width: 187px;
}
.rg_box a:nth-child(-n+3) {
	margin-top: 0;
}
.rg_box a:nth-child(3n+3) {
	margin-right: 0;
}
.rg_box a h3 {
	font-family: 'Impact Normal', 'Impact', sans-serif;
	font-size: 20px;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}
.rg_box a p {
	font-size: 15px;
	line-height: 19px;
	height: 38px;
	overflow: hidden;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	
}
.rg_box a:hover h3 ,
.rg_box a:hover p {
	color: #fff;
}
.rg_box a:hover {
	background-color: rgba(166, 236, 255, 1);
}
.rg_box a .img {
	width: 80px;
	height: 80px;
	position: absolute;
	border-radius: 100%;
	overflow: hidden;
	left: -60px;
}
.rg_box a .img img {
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.rg_box a:hover .img img {
	transform: scale(1.2);
}
.gc_box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.gc_box .tag_g {
	width: 185px;
	height: 62px;
	border-radius: 60px;
	margin-right: calc(90px/5);
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #999;
	margin-top: 20px;
}
.gc_box .tag_g:nth-child(6n) {
	margin-right: 0;
}
.gc_box .tag_g:nth-child(-n+6) {
	margin-top: 0;
}
.gc_box .tag_g .img {
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 100%;
	border: 1px solid #999;
}
.gc_box .tag_g .img img {
	width: 100%;
	height: 100%;
	transition: all .3s; 
}
.gc_box .tag_g:hover .img img {
	transform: scale(1.2);
}
.gc_box .tag_g .tag {
	width: 123px;
	padding: 0 15px;
	/* display: flex;
	align-items: center;
	justify-content: center; */
	text-align: left;
	font-size: 14px;
	color: #333;
	height: 27px;
	/* background-color: #f6f3f9; */
	border-radius: 15px;
	height: 27px;
	overflow: hidden;
	line-height: 27px;
}
.gc_box .tag_g:hover .tag {
	color: #fff;
}
.gc_box .tag_g:hover {
	background-color: rgba(166, 236, 255, 1);
}
.branch {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}
.branch .left1 {
	width: 379px;
	height: 475px;
	background-color: rgba(166, 236, 255, 1);
	border-radius: 15px;
	overflow: hidden;
}
.branch .left1 .title {
	box-shadow: 0 0 transparent;
}
.branch .rk_box {
	border-radius: 12px;
	background-color: #fff;
	margin: 0 20px;
	position: relative;
	padding-top: 143px;
	height: 415px;
}
.branch .rk_box a {	
	display: flex;
}
.branch .rk_box a:nth-child(1) ,
.branch .rk_box a:nth-child(2) ,
.branch .rk_box a:nth-child(3) {
	flex-direction: column;
	position: absolute;
	padding: 0;
	padding-top: 40px;
}
.branch .rk_box a:nth-child(1):hover ,
.branch .rk_box a:nth-child(2):hover ,
.branch .rk_box a:nth-child(3):hover {
	padding: 0;
	padding-top: 40px;
}
.branch .rk_box a:nth-child(1) .game ,
.branch .rk_box a:nth-child(2) .game ,
.branch .rk_box a:nth-child(3) .game {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
}
.branch .rk_box a:nth-child(1) p ,
.branch .rk_box a:nth-child(2) p ,
.branch .rk_box a:nth-child(3) p {
	display: none;
}
.branch .rk_box a:nth-child(1) .img {
	width: 103px;
	height: 103px;
	margin: 0;
}
.branch .rk_box a:nth-child(2) .img ,
.branch .rk_box a:nth-child(3) .img {
	margin: 0;
	width: 80px;
	height: 80px;
}
.branch .rk_box a:nth-child(1) img ,
.branch .rk_box a:nth-child(2) img ,
.branch .rk_box a:nth-child(3) img {
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.branch .rk_box a:nth-child(1):hover img ,
.branch .rk_box a:nth-child(2):hover img ,
.branch .rk_box a:nth-child(3):hover img {
	transform: scale(1.2);
}
.branch .rk_box a:nth-child(1) .game h3 ,
.branch .rk_box a:nth-child(2) .game h3 ,
.branch .rk_box a:nth-child(3) .game h3 {
	font-size: 14px;
	font-family: 'Impact Normal', 'Impact', sans-serif;
	line-height: 21px;
	overflow: hidden;
	height: 21px;
	background-color: rgba(166, 236, 255, 1);
	position: absolute;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc(100%);
	padding: 0 10px;
	bottom: -21px;
	transition: all .3s;
}
.branch .rk_box a:nth-child(1):hover h3 ,
.branch .rk_box a:nth-child(2):hover h3 ,
.branch .rk_box a:nth-child(3):hover h3 {
	bottom: 0px;
}
.branch .rk_box a:nth-child(2) h3 ,
.branch .rk_box a:nth-child(3) h3 {
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	bottom: -18px;
}
.branch .rk_box a:nth-child(1) i ,
.branch .rk_box a:nth-child(2) i ,
.branch .rk_box a:nth-child(3) i {
	display: block;
	font-size: 35px;
	position: absolute;
	left: calc(50% - 17.5px);
}
.branch .rk_box a:nth-child(1) i {
	color: #fed407;
	margin-top: -40px;
}
.branch .rk_box a:nth-child(2) i {
	color: #dbdbdb;
	margin-top: -40px;
}
.branch .rk_box a:nth-child(3) i {
	color: #ceb1a1;
	margin-top: -40px;
}
.branch .rk_box a:nth-child(1) {
	width: 103px;
	height: 143px;
	left: calc(50% - 51.5px);
	top: 0;
}
.branch .rk_box a:nth-child(2) ,
.branch .rk_box a:nth-child(3) {
	width: 80px;
	height: 120px;
	top: 23px;
}
.branch .rk_box a:nth-child(1):hover ,
.branch .rk_box a:nth-child(2):hover ,
.branch .rk_box a:nth-child(3):hover {
	background-color: #fff;
}
.branch .rk_box a:nth-child(2) {
	left: 28px;
}
.branch .rk_box a:nth-child(3) {
	left: 231px;
}
.branch .rk_box a i {
	display: none;
}
.branch .rk_box a p i {
	display: inline;
	color: #facc01;
	font-size: 15px;
}
.branch .rk_box a {
	padding: 5px 28px;
	align-items: center;
	justify-content: space-between;
}
.branch .rk_box a .game {
	display: flex;
	align-items: center;
}
.branch .rk_box a .game h3 {
	font-family: 'Impact Normal', 'Impact', sans-serif;
	font-size: 16px;
	color: #333;
	width: 150px;
	height: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.branch .rk_box a {
	transition: all .3s;
}
.branch .rk_box a:hover {
	padding: 10px 10px;
	background-color: rgba(166, 236, 255, 1);
}
.branch .rk_box a .img {
	width: 43px;
	height: 43px;
	overflow: hidden;
	border-radius: 6px;
	margin-right: 10px;
	transition: all .3s;
}
.branch .rk_box a .img img {
	width: 100%;
	height: 100%;
}
.branch .rk_box a:hover .img {
	transform: scale(1.2);
}
.branch .rk_box a p {
	border: 1px solid #333;
	border-radius: 16px;
	font-size: 16px;
	color: #333;
	padding: 0 5px;
}
.left1 .box .title {
	margin: 0;
}
.right1 {
	width: 780px;
}
.right1 .pg_box {
	width: 560px;
	display: flex;
	flex-wrap: wrap;
}
.right1 .pg_box a {
	display: block;
	width: 125px;
	height: 125px;
	border-radius: 12px;
	overflow: hidden;
	margin: 20px 20px 0 0;
	position: relative;
}
.right1 .pg_box a:nth-child(-n+4) {
	margin-top: 0px;
}
.right1 .pg_box a:nth-child(4n) {
	margin-right: 0px;
}
.right1 .pg_box a img {
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.right1 .pg_box a:hover img {
	transform: scale(1.2);
}
.right1 .pg_box a p {
	font-family: 'Impact Normal', 'Impact', sans-serif;
	height: 31px;
	line-height: 31px;
	font-size: 16px;
	color: #333;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: rgba(166, 236, 255, 1);
	position: absolute;
	bottom: -31px;
	transition: all .3s;
	width: 100%;
	text-align: center;
}
.right1 .pg_box a:hover p {
	bottom: 0;
}
.right1 .banner_a a {
	width: 322px;
	border: 1px solid #333;
}

.right1 .banner_a a:nth-child(1) {
	margin-bottom: 15px;
}
.right1 .banner_a a {
	width: 199px;
	height: 199px;
	display: block;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.right1 .banner_a .img {
	width: 320px;
	height: 199px;
	overflow: hidden;
}
.right1 .banner_a img {
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.right1 .banner_a a:hover img {
	transform: scale(1.2);
}

.right1 .banner_a a p {
	height: 45px;
	line-height: 45px;
	font-size: 24px;
	font-family: 'Impact Normal', 'Impact', sans-serif;
	width: 100%;
	text-align: center;
	color: #333;
	background-color: rgba(166, 236, 255, 1);
	position: absolute;
	bottom: -45px;
	transition: all .3s;
}
.right1 .banner_a a:hover p {
	bottom: 0;
}
.left2 {
	width: 1200px;
}
.ag_box {
	display: flex;
	flex-wrap: wrap;
}
.ag_box a {
	width: 100px;
	height: 100px;
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 12px;
	margin-right: calc(200px/9);
	margin-bottom: 15px;
}
.ag_box a:nth-child(10n) {
	margin-right: 0;
}
.ag_box a img {
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.ag_box a:hover img {
	transform: scale(1.2);
}
.ag_box a p {
	font-family: 'Impact Normal', 'Impact', sans-serif;
	height: 31px;
	line-height: 31px;
	font-size: 16px;
	color: #333;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: rgba(166, 236, 255, 1);
	position: absolute;
	bottom: -31px;
	transition: all .3s;
	width: 100%;
	text-align: center;
}
.ag_box a:hover p {
	bottom: 0;
}
.banner_b {
	width: 379px;
	height: 274px;
	border-radius: 20px;
	overflow: hidden;
}
.banner_b .swiper {
	width: 379px;
	height: 274px;
}
.banner_b img {
	width: 379px;
	height: 274px;
}
.all_game_img {
	width: 1200px;
	height: 280px;
}
.left3 {
	width: 870px;
}
.right3 {
	width: 300px;
}
.dec {
	padding: 20px 30px 40px;
	background-color: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.dec p {
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 11px;
	/* letter-spacing:-3.5px;
	word-spacing: 3px;
	transition: all 1s; */
}

.get_app {
	height: 202px;
	/* background-color: #fff; */
	display: flex;
	/* flex-direction: column; */
	align-items: center;
	justify-content: center;
	/* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); */
}
.get_app a:nth-last-child(1) {
	margin-right: 0;
}
.get_app a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 350px;
	height: 80px;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 20px;
	margin-right: 20px;
}
.get_app a:hover {
	background-color: rgba(166, 236, 255, 1);
}
.get_app a:hover h3 , 
.get_app a:hover p {
	color: #fff;
}

.get_app a h3 {
	color: #333;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 5px;
}
.get_app a p {
	color: #909090;
	font-size: 12px;
}
.right3 .rg_box a {
	margin-top: 15px;
}
.right3 .rg_box a h3 {
	margin-bottom: 5px;
}

.s_box {
	display: flex;
	flex-wrap: wrap;
}
.s_box a {
	display: block;
	width: calc(1100px / 6);
	margin: 20px 20px 0 0;
	overflow: hidden;
	border-radius: 12px;
	position: relative;
}
.s_box a:nth-child(6n) {
	margin-right: 0;
}
.s_box a:nth-child(-n+6) {
	margin-top: 0;
}
.s_box a img {
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.s_box a:hover img {
	transform: scale(1.2);
}
.s_box a p {
	font-family: 'Impact Normal', 'Impact', sans-serif;
	height: 31px;
	line-height: 31px;
	font-size: 16px;
	color: #333;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: rgba(166, 236, 255, 1);
	position: absolute;
	bottom: -31px;
	transition: all .3s;
	width: 100%;
	text-align: center;
}
.s_box a:hover p {
	bottom: 0;
}
.all_game_img .swiper {
	width: 1200px;
	height: 280px;
}
.all_game_img .swiper .swiper-slide {
	width: auto;
}
.all_game_img .swiper .swiper-slide img {
	width: auto;
	height: 280px;
}
.prompt {
	width: 330px;
	font-size: 16px;
	color: #8C8C8C;
	/* height: 51px; */
	line-height: 22px;
}
.tags_box {
	width: 1200px;
	display: flex;
	/* align-items: center; */
	/* margin-left: 386px; */
}
.tags_box h3 {
	width: 70px;
	font-size: 16px;
	color: #333;
	font-weight: 700;
}
.tags_box .tags {
	display: flex;
	flex-wrap: wrap;
	width: 1110px;
}
.tags_box .tags a {
	margin-right: 30px;
	border: 1px solid #FEFEFE;
	padding: 2px 15px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #333;
	line-height: 20px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
	width: 110px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.game_box {
	display: flex;
	justify-content: space-between;
}
.game_box .game {
	width: 820px;
	margin-right: 20px;
	display: flex;
}
.game_box .game .img {
	width: 155px;
	height: 155px;
	overflow: hidden;
	border-radius: 12px;
	margin-bottom: 5px;
	margin-right: 45px;
}
.game_box .game .img img {
	width: 100%;
	height: 100%;
}
.game_box .game h3 {
	font-family: 'Impact Normal', 'Impact', sans-serif;
	font-size: 28px;
	line-height: 30px;
	height: 60px;
	color: #333;
	margin-bottom: 10px;
	width: calc(820px - 200px);
}
.game_box .game .tag .a {
	color: #ABABAB;
	font-size: 16px;
}
.game_box .game .score {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.game_box .game .score p {
	color: #Ffdb7e;
	font-size: 30px;
	font-weight: 700;
}
.game_box .game .score ul {
	display: flex;
}
.game_box .game .score ul li {
	width: 28px;
	height: 28px;
	margin-right: 5px;
}
.game_box .game .score ul li i {
	color: #Ffdb7e;
	font-size: 25px;
}
.game_details {
	width: 1200px;
	height: 280px;
	background-color: #fff;
	border-radius: 12px;
	padding: 40px 40px 0;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.game_details h4 {
	font-size: 20px;
	color: #8C8C8C;
	margin-right: 5px;
}
.game_details h3 {
	font-size: 20px;
	color: #333;
	font-weight: 700;
	margin-bottom: 30px;
}
.game_details ul {
	flex-wrap: wrap;
}
.game_details li {
	width: calc(1080px / 3);
	margin-bottom: 30px;
	margin-right: 20px;
}
.game_details li:nth-child(3n) {
	margin-right: 0;
}

.game_details li ,
.game_details .active {
	display: flex;
	align-items: center;
}
.game_details ul {
	display: none;
}
.game_details p {
	font-size: 20px;
	color: #c4c4c4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.game_details p i {
	font-size: 30px;
	margin-left: 20px;
}
.branch .icon-Ddosfangyu {
	color: #5cbc65;
	font-size: 20px;
	margin-right: 5px;
	margin-top: 5px;
}
.game_details .bottom {
	display: flex;
	justify-content: center;
	margin-top: 18px;
}
.game_details .bottom a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background-color: rgba(247, 247, 247, 1);
	width: 162px;
	height: 36px;
	color: #8C8C8C;
	font-size: 14px;
}
.game_details .bottom .active {
	color: #fff;
	background-color: rgba(231, 231, 231, 1);
}
.gri {
	display: grid;
	grid-template-columns: repeat(10,100px);
	gap: calc(200px/9);
}
.gri a {
	display: block;
	width: 100px;
	height: 100px;
	position: relative;
	overflow: hidden;
	border-radius: 12px;
}
.gri a img {
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.gri a:hover img {
	transform: scale(1.2);
}
.gri a p {
	width: 100%;
	position: absolute;
	bottom: -26px;
	height: 26px;
	line-height: 26px;
	background-color: rgba(166, 236, 255, 1);
	font-size: 18px;
	padding: 0 10px;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	transition: all .3s;
}
.gri a:hover p {
	bottom: 0;
}
.gri div:nth-child(1) {
	grid-column-start: 4;
	grid-column-end: 7;
	grid-row-start: 1;
	grid-row-end: 4;
}
.gri div:nth-child(2) {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 3;
}
.gri div:nth-child(9) {
	grid-column-start: 7;
	grid-column-end: 9;
	grid-row-start: 2;
	grid-row-end: 4;
}
.gri div:nth-child(18) {
	grid-column-start: 2;
	grid-column-end: 4;
	grid-row-start: 4;
	grid-row-end: 6;
}
.gri div:nth-child(24) {
	grid-column-start: 9;
	grid-column-end: 11;
	grid-row-start: 4;
	grid-row-end: 6;
}
.gri div:nth-child(2) a,
.gri div:nth-child(9) a,
.gri div:nth-child(18) a,
.gri div:nth-child(24) a{
	width: 222.22px;
	height: 222.22px;
	border-radius: 24px;
}
.gri div:nth-child(2) a p,
.gri div:nth-child(9) a p,
.gri div:nth-child(18) a p,
.gri div:nth-child(24) a p {
	height: 46px;
	line-height: 46px;
	font-size: 24px;
	bottom: -46px;
	padding: 0 20px;
}
.gri div:nth-child(2):hover a p,
.gri div:nth-child(9):hover a p,
.gri div:nth-child(18):hover a p,
.gri div:nth-child(24):hover a p {
	bottom: 0;
}
.banner_c {
	display: flex;
	flex-wrap: wrap;
}
.banner_c a {
	width: 342px;
	height: 193px;
	border: 1px solid #000;
	margin-right: 87px;
	margin-top: 20px;
	position: relative;
	overflow: hidden
}
.banner_c a img {
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.banner_c a:hover img {
	transform: scale(1.2);
}
.banner_c a p {
	height: 45px;
	line-height: 45px;
	font-size: 24px;
	font-family: 'Impact Normal', 'Impact', sans-serif;
	width: 100%;
	text-align: center;
	color: #333;
	background-color: rgba(210,248,129,.8);
	position: absolute;
	bottom: -45px;
	transition: all .3s;
}
.banner_c a:hover p {
	bottom: 0;
}
.banner_c a:nth-child(3n) {
	margin-right: 0;
}
.banner_c a:nth-child(-n+3) {
	margin-top: 0;
}
.box_bg {
	background-color: #fff;
	padding: 30px 40px;
	
}
.box_bg p {
	font-size: 16px;
	line-height: 22px;
}
.navigation {
	font-size: 14px;
	padding-bottom: 20px;
	color: #333;
}
.navigation a {
	color: #333;
}
.container .box3 {
    border-radius: 12px;
    background-color: rgba(255,255,255, 1);
    margin-top: 20px;
	padding: 30px;
}

element.style {
}
.main2_screen .box3 textarea {
	background-color: #A6ECFF;
    margin-top: 0;
} 
.recover textarea {
    padding: 10px 0;
    margin-top: 0px;
    width: 100%;
    text-indent: 1em;
    border: none;
    outline: none;
    background-color: rgba(247, 247, 247, 1);
    border-radius: 4px;
    resize: none;
    margin-bottom: 15px;
    color: #333;
}
input[type=text], .main2_screen .box3 input[type=text] {
    width: 100%;
    height: 35px;
    border: none;
    outline: none;
    background-color: rgba(247, 247, 247, 1);
    color: #333;
    overflow: hidden;
    text-indent: 1em;
    margin-bottom: 15px;
}
input[type=submit], .main2_screen .box3 input[type=submit] {
    width: 120px;
    height: 30px;
    border: none;
    font-size: 16px;
    outline: none;
    color: #fff;
    cursor: pointer;
    /* border-radius: 40px; */
    background-color: #A6ECFF;
    transition: all .3s;
}


header .search_box .search .icon-sousuo {
	color: #333;
}
.box .white {
	background-color: #fff;
	color: #333;
}
.box .white span i {
	background-color: #333;
}
.box .reviews {
	display: flex;
	padding: 20px;
	background-color: #fff;
	margin-bottom: 20px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.reviews .score {
	width: 250px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	/* height: 180px; */
}
.reviews .recover {
	width: 890px;
}
.reviews textarea {
	margin-bottom: 15px;
}
.comments>li {
	background-color: #fff;
	margin-bottom: 15px;
	padding: 10px;
}
.comments>li dl dt {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #707070;
}
.comments>li dl dd {
	display: inline-block;
}
.comments>li dl dd.date {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #B8B8B8;
}
.comments>li p {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #B8B8B8;
}
.box .layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #A6ECFF;
}
.cg .tag_g:nth-child(-n+6){
	margin-top: 20px;
}
.cg .tag_g:nth-child(6n){
	margin-right: 20px;
}
.cg .tag_g:nth-child(-n+3){
	margin-top: 0px;
}
.cg .tag_g:nth-child(3n){
	margin-right: 0px;
}
.cg .tag_g {
	width: calc((100% - 240px)/3);
	height: 90px;
	margin: 30px 120px 0 0;
}
.cg .tag_g .img {
	width: 90px;
	height: 90px;
}
.cg .tag_g .tag {
	width: calc(100% - 90px);
	font-family: 'Impact Normal', 'Impact', sans-serif;
    font-size: 26px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
	margin-bottom: 0;
}
.promotion .group {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(8,calc(1060px/8));
	margin-bottom: 20px;
}
.promotion .group a {
	width: calc(1060px/8);
	height: calc(1060px/8);
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}
.promotion .group a:nth-child(1) ,
.promotion .group a:nth-child(6) {
	width: calc(1060px / 4 + 20px);
	height: calc(1060px / 4 + 20px);
}
.promotion .group a:nth-child(1) {
	grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}
.promotion .group a:nth-child(6) {
	grid-column-start: 7;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 3;
}
.promotion .group a .img {
	width: calc(1060px/8);
    height: 0;
    padding-bottom: calc(1060px/8);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.promotion .group a .img img {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    transition: all .3s;

}

.promotion .group a:hover .img img {
	transform: scale(1.2);
}
.promotion .group a:nth-child(1) .img ,
.promotion .group a:nth-child(6) .img {
	width: calc(1060px / 4 + 20px);
	padding-bottom: calc(1060px / 4 + 20px);
}
.promotion .group a p {
	width: 100%;
	padding: 0 10%;
	height: 30px;
	line-height: 30px;
	background-color: rgba(166, 236, 255, 1);
	position: absolute;
	bottom: -30px;
	transition: all .3s;
	font-size: 12px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.promotion .group a:nth-child(1) p ,
.promotion .group a:nth-child(6) p {
	width: 100%;
	padding: 0 10%;
	height: 50px;
	line-height: 50px;
	position: absolute;
	bottom: -50px;
	font-size: 22px;
}
.promotion .group a:hover p {
	bottom: 0;
}