﻿a {
	color: #fff;
	text-decoration: none
}

a:hover {
	text-decoration: none;
}

body {
	font: 14px/1.6 "Microsoft Yahei";
	/* color: #fff; */
	background: #001529 url(../images/bg01.jpg) no-repeat center top;
}

ul li {
	list-style: none
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	*+height: 1%;
}

* html .clearfix {
	zoom: 1;
}

/* IE6 */
*+html .clearfix {
	zoom: 1;
}

/* IE7 */
.fL {
	float: left !important;
}

.fR {
	float: right !important;
}

img {
	vertical-align: top;
}

/*---------------index--------------*/
.header {
	background-color: #AC1B20;
	display: flex;
	align-items: center;
}

.header .hInner {
	margin: 0 auto;
	padding: 20px 0 20px;
	width: 1200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .logo img {
	height: 60px;
}

.header ul {
	display: flex;

}

.header li {
	margin-left: 20px;
	width: 127px;
}

.header li:hover {}

.header li a {
	color: #001529;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	display: block;
}

.header li a:hover {
	color: #d23c3e;
	background: url(../images/bg02.png) no-repeat center top;
}

.header li a span {
	padding-left: 27px;
	display: inline-block;
	line-height: 40px;
	background: url(../images/navi_img01.png) no-repeat left 8px;
}

.header li a:hover span {
	background-image: url(../images/navi_img01_on.png);
}

.header li.li02 a span {
	background-image: url(../images/navi_img02.png);
}

.header li.li02 a:hover span {
	background-image: url(../images/navi_img02_on.png);
}

.header li.li03 a span {
	background-image: url(../images/navi_img03.png);
}

.header li.li03 a:hover span {
	background-image: url(../images/navi_img03_on.png);
}

.header li.li04 a span {
	background-image: url(../images/navi_img04.png);
}

.header li.li04 a:hover span {
	background-image: url(../images/navi_img04_on.png);
}

.header li.li05 a span {
	background-image: url(../images/navi_img05.png);
}

.header li.li05 a:hover span {
	background-image: url(../images/navi_img05_on.png);
}

#main {
	margin: 0 auto;
	padding: 335px 0 114px;
	width: 680px;
}

#main .ulList {
	margin: 0 0 6px 28px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

#main .ulList li {
	/* float: left;
	margin: 0 80px 35px 0; */
	width: 33%;
	text-align: center;
	margin-bottom: 5px;
}

#main .ulList li:nth-child(4n) {
	margin-right: 0;
}

#main .ulList li a:hover {}

.newsBox {
	padding: 15px 20px 15px 37px;
	width: 360px;
	height: 173px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 100;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.5);
}

.newsBox li {
	margin-bottom: 8px;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newsBox li span {
	color: #ffee62;
}

.game-content {
	margin: 0 auto 63px;
	width: 750px;
}

.game-goods-wrap {
	height: 320px;
}

.game-goods {
	padding: 0 5px;
	width: 240px;
	height: 320px;
	float: left;
	overflow: hidden;
}

#main .btn {
	margin: 0 0 18px;
	text-align: center;
}

#main .dateBox {
	margin: -10px auto 0px;
	width: 571px;
	position: relative;
	text-align: center;
}

#main .dateBox .date {
	min-height: 44px;
	color: #fffefe;
	font-weight: bold;
	font-size: 24px;
	line-height: 44px;
	text-align: center;
	padding-left: 38px;
	background: url(../images/bg03.png) no-repeat center top;
	word-break: break-word;
}

#main .dateBox .date>span {
	margin: 0 5px 0 0;
	display: inline-block;
}

#main .dateBox .date span span {
	color: #fffc00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.cover {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	display: none;
	background: rgba(0, 0, 0, 0.7);
}

.popBox {
	margin-left: -210px;
	width: 420px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 1000;
	display: none;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.popBox .photo {
	margin-bottom: 19px;
	position: relative;
}

.popBox .photo p {
	width: 90%;
	position: absolute;
	left: 5%;
	bottom: 33px;
	color: #fff5cd;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
}

.popBox .photo p span {
	color: #fff600;
}

.popBox .close {
	text-align: center;
}

/* Scratch */
.scratch_container {
	position: relative;
	margin: 0 auto;
	max-width: 1024px;
}

.scratch_viewport {
	position: relative;
	max-width: 422px;
	max-height: 162px;
	margin: 0 auto;
	z-index: 0;
}

.scratch_picture-under {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	z-index: -1;
}

.scratch_container canvas {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
}

.footer {
	/* position: fixed; */
	overflow: hidden;
	/* bottom: 0; */
	width: 100%;
	overflow: hidden;
	bottom: 0;
	width: 100%;
	position: fixed;
}

.footer p {
	color: #ffeedf;
	font-size: 14px;
	line-height: 60px;
	text-align: center;
}

.searchBox {
	padding: 21px 50px 50px;
	width: 720px;
	position: fixed;
	left: 50%;
	top: 50%;
	display: none;
	z-index: 10000;
	border-radius: 20px;
	box-sizing: border-box;
	border: 1px #182434 solid;
	background: #fff;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.searchBox .close {
	position: absolute;
	right: 18px;
	top: 18px;
}

.searchBox p {
	margin-bottom: 24px;
	color: #182434;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.searchBox .search {
	margin: 0 auto 32px;
	width: 510px;
	position: relative;
}

.searchBox .search input {
	margin: 0;
	padding: 0 20px;
	width: 100%;
	height: 50px;
	color: #161616;
	font-size: 18px;
	line-height: 50px;
	box-sizing: border-box;
	border-radius: 25px;
	border: 1px #182434 solid;
	background: #fff;
}

.searchBox .search a {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.searchBox .search input::-webkit-input-placeholder {
	color: #161616;
}

.searchBox .search input::-moz-placeholder {
	color: #161616;
	opacity: 1;
}

.searchBox .search input:-moz-placeholder {
	color: #161616;
	opacity: 1;
}

.searchBox table {
	width: 100%;
	border-collapse: collapse;
}

.searchBox th {
	color: #fff;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	background: #182434;
	border: 1px solid #182434;
}

.searchBox td {
	padding: 7px 10px;
	color: #000;
	font-size: 14px;
	line-height: 1.7;
	text-align: center;
	border: 1px solid #182434;
	word-break: break-word;
}

.searchBox td span {
	color: #182434;
}


.pop {
	margin: -158px 0 0 -300px;
	width: 600px;
	height: 287px;
	position: fixed;
	left: 50%;
	top: 50%;
	display: none;
	z-index: 9999;
	box-sizing: border-box;
	border: 1px solid #fff;
	background: #fff;
	border-radius: 10px;
}

.pop .close {
	position: absolute;
	right: 19px;
	top: 19px;
}

.pop p {
	margin: 20px 0;
	color: #323232;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.pop .user_name {
	margin: 0 auto;
	width: 480px;
	height: 72px;
	display: block;
	color: #323232;
	font-size: 24px;
	line-height: 70px;
	text-align: center;
	background: #EBEBEB;
	border: 1px solid #DBDBDB;
	border-radius: 10px;
	box-sizing: border-box;
}

.pop .user_name::-webkit-input-placeholder {
	color: #323232;
}

.pop .user_name::-moz-placeholder {
	color: #323232;
	opacity: 1;
}

.pop .user_name:-moz-placeholder {
	color: #323232;
	opacity: 1;
}

.pop .tcsub {
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: 700;
	height: 72px;
	line-height: 72px;
	margin: 20px auto 0;
	text-align: center;
	width: 480px;
	border-radius: 10px;
	border: none;
	background: #182434;
}

.sImg {
	margin-top: -100px;
	position: fixed;
	top: 50%;
	right: 0;
}

.popBox03 {
	display: none;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	z-index: 1000;
}

.popBox03 .photoBox {
	width: 860px;
	margin: 40px auto 0;
	position: relative;
}

.popBox03 .photoBox img {
	width: 100%;
}

.popBox03 .close {
	width: 60px;
	height: 60px;
	overflow: hidden;
	position: absolute;
	top: 30px;
	right: 15%;
	top: 0;
	right: 0;
}

.popBox03 .close a {
	width: 60px;
	height: 60px;
	display: block;
	background: url(../images/close3.png) no-repeat center top;
	background-size: 60px auto;
}

.popBox03 .close img {
	width: 100%;
}

.popBox03 .close a:hover {
	background: url(../images/close3.png) no-repeat center -60px;
	background-size: 60px auto;
}

#main .loginBox {
	margin: 0px auto 0px;
	width: 443px;
	position: relative;
	z-index: 10;
	color: #FFF;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	background: #9b4dd7;
	border: 1px solid #9b4dd7;
	border-radius: 16px;
	z-index: 1;
}

#main .loginBox>span {
	margin: 0 5px;
	display: inline-block;
}

#main .loginBox span span {
	margin-right: 12px;
	color: #ffff00;
	font-weight: bold;
}

#main .loginBox a {
	margin: 0 5px;
	display: inline-block;
	color: #FFF;
}

#main .loginBox a:hover {
	color: #FFFF00;
}

[v-cloak] {
	display: none;
}

/* layui-頁碼 */
.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #FFA200 !important;
	left: 0px !important;
	top: 0px !important;
	padding: 0px !important;
}

.layui-laypage .layui-laypage-curr em {
	color: #801100 !important;
}

.layui-laypage a,
.layui-laypage span {
	background: #7F1100 !important;
	color: #ffd4ce !important;
	border: 1px solid #9B2817 !important;
}

.layui-layer-content,
.layui-layer-title {
	text-align: left;
}

.pages {
	text-align: center;
}

.hammer {
	position: absolute;
	left: 70px;
	top: 75px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	clip-path: polygon(23% 0%, 35% 0, 89% 18%, 104% 50%, 100% 90%, 80% 100%, 55% 100%, 24% 68%, 27% 45%, 16% 26%);
	pointer-events: none;
	z-index: 6;
}

.item {
	color: #fff;
	font-size: 12px;
	background: url(../images/box-tit.png) center no-repeat;
	background-size: 100% 100%;
	width: 210px;
	height: 55px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.item-tit {
	display: block;
	font-size: 14px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 4px;
}

/* NavBar */
header {
	width: 100%;
	max-height: 100px;
	height: 100px;
	background: #001529;
	box-sizing: border-box;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	animation: fadeDown_In 1s;
	transition: .5s;
	z-index: 3;
	position: fixed;
	top: 0;
}

header .container {
	width: 1400px;
	margin: 0 auto;
}

.logo {
	display: inline-block;
	margin: 8.5px auto 0 auto;
	transition: .2s;
}

.logo img {
	display: inline-block;
	width: 300px;
	margin: 0 auto;
}

.nav {
	float: right;
	display: inline-block;
	margin: 0;
	text-align: justify;
}

.nav ul {
	text-align: justify;
	height: 48px;
}

.nav ul::after {
	content: '';
	display: inline-block;
	width: 100%;
}

.nav li {
	display: inline-block;
	width: calc(((1400px - 300px) / 6) - 20px);
	max-width: 144px;
	height: 100px;
	vertical-align: top;
	margin: 0 0 0 30px;
	transition: .2s;
}

.nav li:nth-child(3) {
	margin: 0 0 0 1vw;
}

.nav li:nth-child(4) {
	margin: 0 0 0 1vw;
}

.nav li a {
	color: #32a8ff;
	font-size: 1.3vw;
	line-height: 2vw;
	display: inline-block;
	height: 100%;
	width: 100%;
	transition: .1s;
}

.nav li:nth-child(1) a {
	background: url(../images/nav1.png) 0% 50% no-repeat;
	background-size: 144px 48px;
}

.nav li:nth-child(1) a:hover {
	background: url(../images/nav1_h.png) 0% 50% no-repeat;
	background-size: contain;
}

.nav li:nth-child(2) a {
	background: url(../images/nav2.png) 0% 50% no-repeat;
	background-size: contain;
}

.nav li:nth-child(2) a:hover {
	background: url(../images/nav2_h.png) 0% 50% no-repeat;
	background-size: contain;
}

.nav li:nth-child(3) a {
	background: url(../images/nav5.png) 0% 50% no-repeat;
	background-size: contain;
}

.nav li:nth-child(3) a:hover {
	background: url(../images/nav5_h.png) 0% 50% no-repeat;
	background-size: contain;
}

.nav li:nth-child(4) a {
	background: url(../images/nav3.png) 0% 50% no-repeat;
	background-size: contain;
	position: relative;
}

.nav li:nth-child(4) a:hover {
	background: url(../images/nav3_h.png) 0% 50% no-repeat;
	background-size: contain;
}

.nav li:nth-child(5) a {
	background: url(../images/nav4.png) 0% 50% no-repeat;
	background-size: contain;
}

.nav li:nth-child(5) a:hover {
	background: url(../images/nav4_h.png) 0% 50% no-repeat;
	background-size: contain;
}

.nav li a i {
	font-size: .8vw;
	line-height: 1vw;
	display: block;
	font-style: normal;
	color: #a7c3d7;
}

.inner {
	margin-top: 20px;
}