@charset "UTF-8";

/* 首页背景轮播 */
.banner {
	position: relative;
	overflow: hidden;
	height: 750px;
}

.banner .slide-box.fade {
	width: 100%;
	overflow: hidden;
	z-index: 2;
}

.banner .slide-box.fade .slide-img {
	position: relative;
	left: 50%;
	height: 750px !important;
	margin-left: -960px;
}

.banner .slide-box.fade .slide-img a {
	display: block;
	width: 1920px;
	line-height: 0;
	float: left;
	overflow: hidden;
}

.banner .slide-box.fade .slide-num {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 40px;
	text-align: center;
	font-size: 0;
	letter-spacing: -5px;
}

.banner .slide-box.fade .slide-num li {
	width: 14px;
	height: 14px;
	border: 3px solid #fff;
	border-radius: 50%;
	background-color: #fff;
	display: inline-block;
	transition: 0.3s;
	margin: 0 8px;
}

.banner .slide-box.fade .slide-num li.on {
	background-color: #eebe90;
}

.banner .slide-box.fade .prev,
.banner .slide-box.fade .next {
	width: 45px;
	height: 90px;
	background: url(../images/public_img.png) -112px 0;
	position: absolute;
	top: 375px;
	font-size: 0;
	color: transparent;
}

.banner .slide-box.fade .prev {
	left: 0;
}

.banner .slide-box.fade .next {
	right: 0;
	background-position-x: -158px;
}


.index-news-box {
	width: 1200px;
	margin: 0 auto;
	padding-top: 128px;
}

.index-news-box .slide-box {
	box-sizing: border-box;
	display: inline-block;
	overflow: visible;
	position: relative;
	margin-left: 30px;
}

.index-news-box .slide-box .slide-img {
	width: 575px !important;
	height: 307px !important;
	overflow: hidden;
}

.index-news-box .slide-box .slide-img a {
	display: block;
	line-height: 0;
}

.index-news-box .slide-box .slide-img a img {
	width: 100%;
}

.index-news-box .slide-box .slide-num {
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	text-align: center;
	bottom: -27px;
}

.index-news-box .slide-box .slide-num li {
	content: '';
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	border: 1px solid #e6bc92;
	transform: rotate(45deg);
	display: inline-block;
	margin: 0 5px;
}

.index-news-box .slide-box .slide-num li.on {
	background: #e6bc92;
}

.index-news-box .slide-box .prev,
.index-news-box .slide-box .next {
	width: 30px;
	height: 50px;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 11;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	transition: 0.3s;
}

.index-news-box .slide-box .prev {
	left: 0px;
}

.index-news-box .slide-box .prev:after {
	content: '<';
}

.index-news-box .slide-box .next {
	right: 0px;
}

.index-news-box .slide-box .next:after {
	content: '>';
}

.index-news-box .slide-box .prev:after,
.index-news-box .slide-box .next:after {
	font-size: 30px;
	font-family: '宋体';
	color: #fff;
}

.index-news-box-1 {
	width: 583px;
	height: 307px;
	box-sizing: border-box;
	padding-top: 26px;
	position: absolute;
	right: -15px;
	top: 0;
}

.index-news-box-1 .news-list li {
	line-height: 0;
	margin-bottom: 34px;
	padding-left: 28px;
	position: relative;
	transition: 0.3s;
}

.index-news-box-1 .news-list li:before {
	content: '';
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	border: 1px solid #e6bc92;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: 3px;
	transform: rotate(45deg);
}

.index-news-box-1 .news-list li:hover:before {
	background: #e6bc92;
}

.index-news-box-1 .news-list li:nth-of-type(n+7) {
	display: none;
}

.index-news-box-1 .news-list li>* {
	font-size: 16px;
	color: #000000;
	line-height: 100%;
	vertical-align: middle;
	transition: 0.3s;
	display: inline-block;
}

.index-news-box-1 .news-list li a {
	max-width: 380px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index-news-box-1 .news-list li .time {
	float: right;
}

.index-news-box-1 .news-list li:hover {
	transform: translateX(10px);
}

.index-news-box-1 .news-list li:hover>* {
	color: #eebe90;
}

.index-news-box-1 .news-list li .type {
	display: none;
}

.index-news-box-1 .news-list li:first-child {
	padding: 0 20px;
	margin-bottom: 46px;
}

.index-news-box-1 .news-list li:first-child:before {
	display: none;
}

.index-news-box-1 .news-list li:first-child .time {
	display: none;
}

.index-news-box-1 .news-list li:first-child a {
	max-width: 100%;
	display: block;
	text-align: center;
	font-size: 20px;
	color: #ce1d1e;
}


.index-main-content {
	background: #fbfbfb url(../images/index_banner_1.jpg) no-repeat center top;
	height: 2058px;
	box-sizing: border-box;
}

.index-title-box {
	position: relative;
	height: 0;
	overflow: visible;
	z-index: 11;
}

.index-title-box .title {
	font-size: 0;
	color: transparent;
	height: 0;
}

.index-title-box a {
	position: absolute;
	right: -15px;
	top: 0;
	font-size: 14px;
	color: #e6bc92;
	line-height: 100%;
}

.index-title-box a:hover {
	color: #eebe90;
}

.index-main-content .mobile-games-box {
	padding-top: 130px;
}

.mobile-games-list {
	font-size: 0;
	letter-spacing: -5px;
	padding-top: 78px;
}

.mobile-games-list .item {
	width: 380px;
	height: 358px;
	box-sizing: border-box;
	background: #fff;
	overflow: hidden;
	letter-spacing: normal;
	display: inline-block;
	position: relative;
}

.mobile-games-list .item:after {
	content: '';
	width: 100%;
	height: 100%;
	border: 1px solid #f1c394;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	pointer-events: none;
}

.mobile-games-list .item .arrow {
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	z-index: 11;
	pointer-events: none;
}

.mobile-games-list .item .arrow-t {
	top: 0;
}

.mobile-games-list .item .arrow-b {
	bottom: 0;
}

.mobile-games-list .item .arrow:before,
.mobile-games-list .item .arrow:after {
	width: 8px;
	height: 8px;
	background: #fbfbfb;
	box-sizing: border-box;
	border: 1px solid #f1c394;
	content: '';
	position: absolute;
}

.mobile-games-list .item .arrow-t:before {
	border-left: none;
	border-top: none;
	top: 0;
	left: 0;
}

.mobile-games-list .item .arrow-t:after {
	border-right: none;
	border-top: none;
	top: 0;
	right: 0;
}

.mobile-games-list .item .arrow-b:before {
	border-left: none;
	border-bottom: none;
	bottom: 0;
	left: 0;
}

.mobile-games-list .item .arrow-b:after {
	border-right: none;
	border-bottom: none;
	bottom: 0;
	right: 0;
}

.mobile-games-list .item:nth-of-type(2) {
	margin: 0 30px;
}

.mobile-games-list .item .pic {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative
}

.mobile-games-list .item .pic>img {
	width: 100%;
	min-height: 100%;
}

.mobile-games-list .item .pic .code-box {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	box-sizing: border-box;
	padding-top: 44px;
	top: -220px;
	transition: 0.3s;
}

.mobile-games-list .item .pic:hover .code-box {
	top: 0;
}

.mobile-games-list .item .pic .code-box:before {
	content: '';
	width: 111px;
	height: 109px;
	background: url(../images/public_img.png);
	position: absolute;
	left: 0;
	right: 0;
	top: 35px;
	margin: auto;
}

.mobile-games-list .item .pic .code-box:after {
	content: '';
	width: 368px;
	height: 187px;
	background: url(../images/line_1.png);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.mobile-games-list .item .pic .code-box>* {
	position: relative;
	z-index: 2;
}

.mobile-games-list .item .pic .code-box>img {
	width: 90px;
	height: 90px;
}

.mobile-games-list .item .pic .code-box p {
	font-size: 14px;
	color: #fff;
	line-height: 110%;
	margin-top: 18px;
}

.mobile-games-list .item .info {
	padding: 20px;
}

.mobile-games-list .item .info>a {
	width: 80px;
	height: 30px;
	box-sizing: border-box;
	border: 1px solid #f1c394;
	float: right;
	font-size: 14px;
	color: #000000;
	font-weight: lighter;
	line-height: 28px;
	text-align: center;
	margin-top: 12px;
	position: relative;
}

.mobile-games-list .item .info>a:before,
.mobile-games-list .item .info>a:after {
	content: '';
	width: 5px;
	height: 23px;
	background: url(../images/public_img.png) -204px 0;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.mobile-games-list .item .info>a:before {
	left: 2px;
}

.mobile-games-list .item .info>a:after {
	right: 2px;
	background-position-x: -210px;
}

.mobile-games-list .item .info>a:hover {
	background: #f1c394;
}

.mobile-games-list .item .info .text {
	padding-bottom: 16px;
	border-bottom: 1px solid #f1c394;
}

.mobile-games-list .item .info p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mobile-games-list .item .info .name {
	font-size: 24px;
	color: #333333;
	line-height: 110%;
}

.mobile-games-list .item .info .intr {
	font-size: 16px;
	color: #e6bc92;
	line-height: 110%;
	margin-top: 14px;
}

.index-gift-box {
	padding-top: 140px;
}

.index-gift-box .index-title-box a {
	display: none;
}

.index-gift-box ul {
	font-size: 0;
	letter-spacing: normal;
	text-align: center;
	height: 220px;
}

.index-gift-box li {
	width: 170px;
	display: inline-block;
	letter-spacing: normal;
	margin: 0 25px;
}

.index-gift-box li:nth-of-type(n+6) {
	display: none;
}

.index-gift-box li>a {
	display: block;
}

.index-gift-box li .icon {
	width: 128px;
	height: 128px;
	overflow: hidden;
	margin: 0 auto;
}

.index-gift-box li .icon img {
	width: 100%;
}

.index-gift-box li .text>* {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index-gift-box li .text h5 {
	font-size: 18px;
	color: #000;
	line-height: 110%;
	font-weight: normal;
	margin: 10px 0 8px;
}

.index-gift-box li .text p {
	font-size: 14px;
	color: #999;
	line-height: 110%;
}

.index-gift-box li .get-btn {
	width: 90px;
	height: 30px;
	display: block;
	box-sizing: border-box;
	line-height: 28px;
	border: 1px solid #f1c394;
	margin: 10px auto 0;
	font-size: 14px;
	color: #000;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.index-gift-box li .get-btn:hover {
	background: #f1c394;
}

.index-gift-box li .get-btn:after {
	content: '';
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	box-sizing: border-box;
	border: 1px solid #fff;
	position: absolute;
	top: 1px;
	left: 1px;
}

.index-strategy-box {
	padding-top: 105px;
}

.strategy-list {
	width: 1209px;
	margin-left: 14px;
	margin-top: 66px;
}

.strategy-list .tab-num {
	font-size: 0;
	letter-spacing: -5px;
}

.strategy-list .tab-num li {
	font-size: 18px;
	color: #3e3e3e;
	line-height: 36px;
	letter-spacing: normal;
	display: inline-block;
	font-weight: lighter;
	padding: 0 10px;
	margin: 0 10px;
	cursor: pointer;
	transition: 0.3s;
}

.strategy-list .tab-num li.on {
	background: #f1c394;
}

.strategy-list .tab-con {
	width: 100%;
	padding-top: 35px;
	display: block;
	font-size: 0;
	letter-spacing: -5px;
}

.strategy-list .tab-con>a {
	width: 625px;
	height: 340px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	letter-spacing: normal;
}

.strategy-list .tab-con>a p {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -30px;
	background: rgba(0, 0, 0, 0.7);
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	height: 30px;
	box-sizing: border-box;
	padding: 0 20px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: 0.2s;
}

.strategy-list .tab-con>a:hover p {
	bottom: 0;
}

.strategy-list .tab-con>a img {
	width: 100%;
	min-height: 100%;
	transition: 0.2s;
}

.strategy-list .tab-con>a:hover img {
	transform: scale(1.005);
}

.strategy-list .tab-con .list {
	width: 552px;
	height: 340px;
	float: right;
	letter-spacing: normal;
}

.strategy-list .tab-con .list>a {
	display: block;
	padding: 9px 0 16px;
	border-bottom: 1px dashed #f1c394;
	margin-bottom: 18px;
}

.strategy-list .tab-con .list>a:nth-of-type(3) {
	border: none;
}

.strategy-list .tab-con .list>a:nth-of-type(n+4) {
	display: none;
}

.strategy-list .tab-con .list>a .title {
	font-size: 18px;
	color: #000;
	line-height: 110%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: 0.3s;
}

.strategy-list .tab-con .list>a:hover .title {
	color: #f1c394;
}

.strategy-list .tab-con .list>a .intr {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 12px;
}

/* 悬浮 */
.index-fixed-box {
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -132px;
	z-index: 111;
}

.index-fixed-box a {
	width: 50px;
	height: 50px;
	display: block;
	background: url(../images/fixed_icon.png) no-repeat 0 0;
	margin-top: 2px;
	position: relative;
}

.index-fixed-box .a-2 {
	background-position-x: -51px;
}

.index-fixed-box .a-3 {
	background-position-x: -102px;
	cursor: default;
}

.index-fixed-box .a-4 {
	background-position-x: -153px;
}

.index-fixed-box .a-5 {
	background-position-x: -204px;
	margin-top: 8px;
}

.index-fixed-box a:hover {
	background-position-y: -51px;
}

.index-fixed-box .a-5:hover {
	background-position-y: 0px;
}

.index-fixed-box a .show-box {
	position: absolute;
	right: 45px;
	border: 1px solid #1d2025;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	z-index: -11;
	transition: 0.3s;
}

.index-fixed-box .a-2 .show-box {
	top: 1px;
}

.index-fixed-box .a-3 .show-box {
	top: -16px;
}

.index-fixed-box .a-4 .show-box {
	width: 197px;
	height: 65px;
	background: url(../images/fixed_icon.png) no-repeat 0 -102px;
	top: -8.5px;
}

.index-fixed-box .a-3 .show-box img {
	width: 80px;
	height: 80px;
}

.index-fixed-box a:hover .show-box {
	right: 65px;
	opacity: 1;
	z-index: 2;
	visibility: visible;
}

.index-fixed-box a .show-box:before,
.index-fixed-box a .show-box:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
}

.index-fixed-box a .show-box:before {
	border-color: transparent transparent transparent #1d2025;
	border-width: 8px 10px;
	right: -20px;
}

.index-fixed-box a .show-box:after {
	border-color: transparent transparent transparent #fff;
	border-width: 7px 10px;
	right: -19px;
}

.index-fixed-box a .show-box p {
	font-size: 14px;
	color: #282b2d;
	line-height: 1em;
	white-space: nowrap;
	padding: 16px;
}

/* 登录页 */
.login-banner {
	width: 100%;
	height: 960px;
	position: relative;
	overflow: hidden;
	padding-top: 202px;
	box-sizing: border-box;
}

.login-banner>img {
	width: 1920px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}

.login-banner .login-box {
	width: 425px;
	height: 520px;
	padding: 90px 48px 0;
	box-sizing: border-box;
	border-radius: 2px;
	border-top: 4px solid #eebe90;
	background: #fff;
	position: relative;
	z-index: 11;
	margin: 0 auto;
}

.login-banner .login-box .login-icon {
	width: 110px;
	height: 110px;
	box-sizing: border-box;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: -55px;
}
.login-banner .login-box .login-icon:after{
	width:100%;
	height:100%;
	box-sizing:border-box;
	border-radius: 50%;
	border: 4px solid #eebe90;
	content:'';
	position:absolute;
	top:0;
	left:0;
}

.login-banner .login-box .login-tab {
	text-align: center;
	font-size: 0;
	letter-spacing: -5px;
	padding-bottom: 20px;
}

.login-banner .login-box .login-tab a {
	letter-spacing: normal;
	font-size: 16px;
	color: #333333;
	display: inline-block;
	line-height: 1em;
	margin: 0 15px;
	padding: 0 6px 8px;
	position: relative;
}

.login-banner .login-box .login-tab a:after {
	content: '';
	height: 2px;
	width: 0;
	background: #eebe90;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: 0.3s;
}

.login-banner .login-box .login-tab a:hover:after,
.login-banner .login-box .login-tab a.on:after {
	width: 100%;
}

.login-banner .login-box .login-icon img {
	width: 100%;
	height: 100%;
}

.login-banner .login-box h2 {
	text-align: center;
	font-size: 30px;
	line-height: 1em;
	color: #000;
	padding-bottom: 35px;
}

.login-banner .login-box li {
	line-height: 0;
	position: relative;
	margin-top: -1px;
}

.login-banner .login-box li input {
	width: 100%;
	box-sizing: border-box;
	border-radius: 2px;
	border: 1px solid #e8e8e8;
	line-height: 43px;
	padding: 0 50px 0 15px;
	font-size: 16px;
	color: #000;
	height: 43px;
}

.login-banner .login-box li input::placeholder {
	color: #ddd;
}

.login-banner .login-box li i {
	width: 30px;
	height: 25px;
	background: url(../images/login_icon.png) no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	transition: 0s;
}

.login-banner .login-box .con-2 li i {
	background: url(../images/login_icon.png) no-repeat -62px 0;
}

.login-banner .login-box li:nth-of-type(2) i {
	background-position-x: -31px;
}

.login-banner .login-box .con-2 li:nth-of-type(2) i {
	background-position-x: -93px;
}

.login-banner .login-box li:after {
	content: '';
	width: 1px;
	height: 23px;
	background: #e8e8e8;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 47px;
	margin: auto;
}

.login-banner .login-box li.active {
	z-index: 22;
}

.login-banner .login-box li.active input {
	border-color: #eebe90;
}

.login-banner .login-box li.active:after {
	background: #eebe90;
}

.login-banner .login-box li.active i {
	background-position-y: -26px;
}

.login-banner .login-box .send-code {
	font-size: 14px;
	color: #dddddd;
	position: absolute;
	top: 14px;
	right: 56px;
	line-height: 1em;
}

.login-banner .login-box .send-code:hover {
	color: #eebe90;
}

.login-banner .login-box .opera-box {
	line-height: 0;
	padding: 20px 0 40px;
}

.login-banner .login-box .opera-box input {
	display: none;
}

.login-banner .login-box .opera-box label {
	font-size: 14px;
	line-height: 1em;
	color: #b2b2b2;
	position: relative;
	cursor: pointer;
	padding-left: 24px;
	user-select: none;
	display: inline-block;
	vertical-align: middle;
}

.login-banner .login-box .opera-box label:before {
	content: '';
	width: 18px;
	height: 18px;
	background: url(../images/login_icon.png) no-repeat 0 -52px;
	position: absolute;
	top: -2px;
	left: 0px;
}

.login-banner .login-box .opera-box label.on:before {
	background-position-x: -19px;
}

.login-banner .login-box .opera-box a {
	font-size: 14px;
	line-height: 1em;
	color: #000;
	float: right;
}

.login-banner .login-box .login-btn {
	font-size: 16px;
	line-height: 1em;
	color: #000;
	text-align: center;
	padding: 15px 0;
	background: #eebe90;
	border-radius: 2px;
	cursor: pointer;
}

.login-banner .login-box .tips-box {
	margin: 45px 0 0;
	text-align: center;
}

.login-banner .login-box .tips-box a {
	font-size: 14px;
	color: #000;
	position: relative;
	user-select: none;
}

.login-banner .login-box .tips-box a:first-child {
	margin-right: 34px;
}

.login-banner .login-box .tips-box a:first-child:after {
	width: 1px;
	height: 14px;
	background: #000;
	content: '';
	position: absolute;
	top: 0;
	right: -19px;
}

.login-banner .login-box .tips-box a span {
	color: #eebe90;
}

.register-popup-bg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.55);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	min-width: 1200px;
	display: none;
}

.register-popup-box {
	width: 425px;
	box-sizing: border-box;
	padding: 65px 48px 40px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -212.5px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 2px;
	max-height: 90%;
	overflow-y: auto;
}

.register-popup-box .close{
	width:30px;
	height:30px;
	position:absolute;
	top:16px;
	right:14px;
	cursor: pointer;
	transition:0.2s;
}
.register-popup-box .close:before,.register-popup-box .close:after{
	content:'';
	width:100%;
	height:1px;
	background:#000;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}
.register-popup-box .close:before{
	transform:rotate(-45deg);
}
.register-popup-box .close:after{
	transform:rotate(45deg);
}

.register-popup-box .close:hover {
	transform: rotate(90deg);
}

.register-popup-box .tab-box .tab-num {
	font-size: 0;
	letter-spacing: -5px;
	text-align: center;
}

.register-popup-box .tab-box .tab-num li {
	font-size: 24px;
	color: #333;
	letter-spacing: normal;
	display: inline-block;
	line-height: 1em;
	margin: 0 25px;
	padding: 0 5px 15px;
	position: relative;
	cursor: pointer;
}

.register-popup-box .tab-box .tab-num li:after {
	content: '';
	width: 0;
	height: 4px;
	background: #eebe90;
	transition: 0.3s;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.register-popup-box .tab-box .tab-num .on:after {
	width: 100%;
}

.register-popup-box .login-btn {
	font-size: 16px;
	line-height: 1em;
	color: #000;
	text-align: center;
	padding: 15px 0;
	background: #eebe90;
	border-radius: 2px;
	cursor: pointer;
}

.register-popup-box .tips-box {
	margin: 45px 0 0;
	text-align: center;
}

.register-popup-box .tips-box a {
	font-size: 14px;
	color: #000;
	position: relative;
	user-select: none;
}

.register-popup-box .tips-box a:first-child {
	margin-right: 34px;
}

.register-popup-box .tips-box a:first-child:after {
	width: 1px;
	height: 14px;
	background: #000;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: -19px;
	margin: auto;
}

.register-popup-box .tips-box a span {
	color: #eebe90;
}

.register-popup-box .agree-box {
	margin: 40px 0 20px;
}

.register-popup-box .agree-box input {
	display: none;
}

.register-popup-box .agree-box label {
	user-select: none;
	font-size: 14px;
	line-height: 1em;
	color: #b2b2b2;
	position: relative;
	cursor: pointer;
	padding-left: 22px;
	display: table;
	margin: 0 auto;
}

.register-popup-box .agree-box label:before {
	content: '';
	width: 18px;
	height: 18px;
	background: url(../images/login_icon.png) no-repeat 0 -52px;
	position: absolute;
	top: -2px;
	left: 0px;
}

.register-popup-box .agree-box label.on:before {
	background-position-x: -19px;
}

.register-popup-box .msg_text,
.register-popup-box .msg_warn,
.register-popup-box .msg_yes {
	display: block;
	font-size: 12px;
	line-height: 1em;
	color: #999;
	padding: 4px 0 0 5px;
}

.register-popup-box .agree-box label a {
	font-size: 14px;
	line-height: 1em;
	color: #b2b2b2;
}

.register-popup-box .agree-box label a:hover {
	color: #eebe90;
}

.register-popup-box .msg_warn {
	color: red;
}

.register-popup-box ul {
	padding-top: 20px;
}

.register-popup-box li {
	margin-top: 14px;
	position: relative;
	line-height: 0;
}

.register-popup-box li .input-box {
	position: relative;
	line-height: 0;
}

.register-popup-box li input {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #e8e8e8;
	border-radius: 2px;
	line-height: 43px;
	height: 43px;
	padding: 0 15px;
	font-size: 16px;
	color: #333;
}

.register-popup-box li input::placeholder {
	color: #dddddd;
}

.register-popup-box li .img_wrap {
	width: 102px;
	height: 45px;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 45px;
}

.register-popup-box li .img_wrap img {
	width: 100px;
	height: 30px;
	cursor: pointer;
}

.register-popup-box li .btn_upload {
	width: 100px;
	height: 45px;
	line-height: 45px;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 2px;
	background: #1f9eff;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.register-popup-box li .btn_upload_on {
	background: #c7c7c7;
	cursor: default;
}

/* 注册页 */
.inner-register-box {
	background: #f8f8f8;
	padding: 25px 0 35px;
}

.inner-register-box .tab-box {
	width: 950px;
	box-sizing: border-box;
	margin: 0 auto;
	background: #fff;
	padding: 35px 0 45px;
}

.inner-register-box .tab-box .tab-num {
	width: 700px;
	margin: 0 auto;
	border-bottom: 1px solid #e8e8e8;
}

.inner-register-box .tab-box .tab-num ul {
	font-size: 0;
	letter-spacing: -5px;
	text-align: center;
}

.inner-register-box .tab-box .tab-num li {
	font-size: 24px;
	line-height: 1em;
	color: #333;
	display: inline-block;
	letter-spacing: normal;
	margin: 0 55px;
	padding: 0 5px 35px;
	position: relative;
	cursor: pointer;
}

.inner-register-box .tab-box .tab-num li:after {
	content: '';
	width: 0;
	height: 4px;
	background: #eebe90;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	margin: auto;
	transition: 0.3s;
}

.inner-register-box .tab-box .tab-num li.on:after {
	width: 100%;
}

.inner-register-box .tab-box .input-box>* {
	vertical-align: top;
}

.inner-register-box .tab-box ul {
	padding-top: 20px;
}

.inner-register-box .tab-box li {
	padding-left: 160px;
	position: relative;
	margin-top: 15px;
}

.inner-register-box .tab-box li label {
	width: 9em;
	text-align: right;
	display: inline-block;
	font-size: 16px;
	color: #000;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 45px;
}

.inner-register-box .tab-box li label:before {
	content: '*';
	font-size: 16px;
	color: #ff0101;
	margin-right: 4px;
}

.inner-register-box .tab-box li input {
	width: 330px;
	height: 45px;
	line-height: 43px;
	box-sizing: border-box;
	border: 1px solid #e8e8e8;
	border-radius: 2px;
	font-size: 16px;
	color: #000;
	padding: 0 15px;
}

.inner-register-box .tab-box li input::placeholder {
	color: #ddd;
}

.inner-register-box .msg_text,
.inner-register-box .msg_warn,
.inner-register-box .msg_yes {
	display: inline-block;
	font-size: 14px;
	line-height: 45px;
	color: #000000;
	padding-left: 10px;
}

.inner-register-box .msg_warn {
	color: red;
}

.inner-register-box .tab-box .tab-con {
	padding-left: 150px;
}

.inner-register-box .agree-box {
	margin: 30px 0 30px 160px;
}

.inner-register-box .agree-box input {
	display: none;
}

.inner-register-box .agree-box label {
	user-select: none;
	font-size: 14px;
	line-height: 1em;
	color: #b2b2b2;
	position: relative;
	cursor: pointer;
	padding-left: 22px;
	display: table;
}

.inner-register-box .agree-box label a {
	font-size: 14px;
	line-height: 1em;
	color: #b2b2b2;
}

.inner-register-box .agree-box label a:hover {
	color: #eebe90;
}

.inner-register-box .agree-box label:before {
	content: '';
	width: 18px;
	height: 18px;
	background: url(../images/login_icon.png) no-repeat 0 -52px;
	position: absolute;
	top: -2px;
	left: 0px;
}

.inner-register-box .agree-box label.on:before {
	background-position-x: -19px;
}

.inner-register-box .login-btn {
	font-size: 16px;
	line-height: 1em;
	color: #000;
	text-align: center;
	width: 330px;
	height: 45px;
	line-height: 45px;
	background: #eebe90;
	border-radius: 2px;
	cursor: pointer;
	margin-left: 160px;
}

.inner-register-box .tab-box li #chk_code {
	width: 210px;
}

.inner-register-box .tab-box li .img_wrap {
	width: 115px;
	height: 45px;
	box-sizing: border-box;
	border: 1px solid #e8e8e8;
	border-radius: 2px;
	display: inline-block;
	text-align: center;
	line-height: 43px;
}

.inner-register-box .tab-box li .img_wrap img {
	width: 100px;
	height: 30px;
	cursor: pointer;
}

.inner-register-box .tab-box li .btn_upload {
	width: 100px;
	height: 45px;
	line-height: 45px;
	position: absolute;
	top: 0;
	left: 390px;
	border-radius: 2px;
	background: #1f9eff;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.inner-register-box .tab-box li .btn_upload_on {
	background: #c7c7c7;
	cursor: default;
}

/* 游戏中心 */
.hot-game-box {
	box-sizing: border-box;
}

.hot-game-box .title {
	width: 150px;
	height: 70px;
	background: url(../images/public_img.png) 0 -323px;
	margin: 60px auto 70px;
}

.hot-game-box .title h2 {
	display: none;
}

.hot-game-box .mobile-games-list {
	position: relative;
	padding-top: 0;
}

.hot-game-box .mobile-games-list:before {
	content: '';
	width: 1289px;
	height: 446px;
	background: url(../images/line_2.png);
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -223px 0 0 -644.5px;
}

.game-box-wrap {
	width: 1289px;
	padding-top: 120px;
	font-size: 0;
	letter-spacing: normal;
	position: relative;
	left: -44.5px;
}

.game-box-wrap .title {
	width: 140px;
	height: 35px;
	background: url(../images/public_img.png) 0 -394px;
	margin-bottom: 35px;
}

.game-box-wrap .item-2 .title {
	background-position-y: -430px;
}

.game-box-wrap .item-3 .title {
	background-position-y: -466px;
}

.game-box-wrap .item {
	display: inline-block;
	letter-spacing: normal;
}

.game-box-wrap .item-2 {
	margin: 0 19px;
}

.game-box-wrap .item .list {
	width: 417px;
	height: 373px;
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #eebe90;
	overflow: hidden;
	padding: 0 18px;
	position: relative;
}

.game-box-wrap .item .list .arrow {
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
}

.game-box-wrap .item .list .arrow:before,
.game-box-wrap .item .list .arrow:after {
	content: '';
	width: 9px;
	height: 9px;
	box-sizing: border-box;
	border: 1px solid #eebe90;
	position: absolute;
}

.game-box-wrap .item .list .arrow-t {
	top: 0;
}

.game-box-wrap .item .list .arrow-b {
	bottom: 0;
}

.game-box-wrap .item .list .arrow-t:before {
	left: 3px;
	top: 3px;
	border-right: none;
	border-bottom: none;
}

.game-box-wrap .item .list .arrow-t:after {
	right: 3px;
	top: 3px;
	border-left: none;
	border-bottom: none;
}

.game-box-wrap .item .list .arrow-b:before {
	left: 3px;
	bottom: 3px;
	border-right: none;
	border-top: none;
}

.game-box-wrap .item .list .arrow-b:after {
	right: 3px;
	bottom: 3px;
	border-left: none;
	border-top: none;
}

.game-box-wrap .game-list li {
	border-bottom: 1px solid #eebe90;
	height: 124px;
	position: relative;
}

.game-box-wrap .game-list li a {
	display: block;
	font-size: 0;
	letter-spacing: normal;
	padding: 16px 0 0 12px;
}

.game-box-wrap .game-list li a>div {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
}

.game-box-wrap .game-list li .icon {
	width: 92px;
	height: 92px;
	overflow: hidden;
	margin-right: 16px;
}

.game-box-wrap .game-list li .icon img {
	width: 100%;
}

.game-box-wrap .game-list li a .rank {
	font-size: 32px;
	color: #3c2e21;
	font-weight: bold;
	line-height: 110%;
	width: 50px;
}

.game-box-wrap .game-list li .text {
	max-width: 200px;
	padding-top:5px;
}

.game-box-wrap .game-list li .text .name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.game-box-wrap .game-list li .text .name {
	font-size: 20px;
	color: #000;
	line-height: 110%;
}

.game-box-wrap .game-list li .text .intr {
	margin-top: 14px;
}

.game-box-wrap .game-list li .text .intr,
.game-box-wrap .game-list li .text .intr span {
	font-size: 16px;
	color: #6a6a6a;
	line-height: 25px;
	vertical-align: baseline;
	display: inline-block;
}

.game-box-wrap .game-list li .text .intr span {
	color: #eebe90;
	font-size: 18px;
	position: relative;
	padding-left: 38px;
}

.game-box-wrap .game-list li .text .intr span:before {
	content: '';
	width: 27px;
	height: 25px;
	background: url(../images/public_img.png) -216px 0;
	position: absolute;
	left: 4px;
	top: -2px;
}

.game-box-wrap .item .label-list {
	padding-top: 37px;
	padding-left: 40px;
}

.game-box-wrap .label-list li {
	font-size: 16px;
	color: #3c2e21;
	display: inline-block;
	border: 1px solid #eebe90;
	line-height: 40px;
	padding: 0 15px;
	margin: 0 13px 22px;
}

.game-box-wrap .label-list li.on {
	background: #f6e5d4;
}

/* 礼包中心 */
.hot-gift-box {
	padding-top: 42px;
}

.hot-gift-box .title,
.gift-list-box .title {
	width: 160px;
	height: 70px;
	background: url(../images/public_img.png) 0 -110px;
}

.hot-gift-list {
	width: 1236px;
	margin-top: 55px;
	position: relative;
	font-size: 0;
	letter-spacing: -5px;
	left: -8px;
}

.hot-gift-list:before {
	content: '';
	width: 1294px;
	height: 536px;
	box-sizing: border-box;
	border: 1px solid #f1c394;
	position: absolute;
	left: -29px;
	top: -30px;
}

.hot-gift-list .item {
	display: inline-block;
	width: 283px;
	height: 467px;
	position: relative;
	letter-spacing: normal;
	margin: 0 13px;
}

.hot-gift-list .item:before {
	content: '';
	width: 280px;
	height: 468px;
	box-sizing: border-box;
	border: 1px solid #eebe90;
	position: absolute;
	right: -12px;
	bottom: -12px;
}

.hot-gift-list .item .pic {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.hot-gift-list .item .pic img {
	width: 100%;
	min-height: 100%;
}

.hot-gift-list .item .get-box {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 467px;
	background: rgba(156, 106, 57, 0.41);
	background: rgba(0, 0, 0, 0.5);
	transition: 0.3s;
}

.hot-gift-list .item:hover .get-box {
	top: 0;
}

.hot-gift-list .item .get-box .get-btn {
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #eebe90;
	font-size: 22px;
	color: #3c2e21;
	font-weight: lighter;
	cursor: pointer;
}

.gift-list-box {
	padding: 140px 0 20px;
}

.gift-list-box .title {
	background-position-y: -181px;
}

.gift-list {
	width: 1275px;
	box-sizing: border-box;
	border: 1px solid #f1c394;
	margin-top: 25px;
	position: relative;
	left: -17px;
	font-size: 0;
	letter-spacing: -5px;
}

.gift-list:before {
	content: '';
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px dashed #f1c394;
	position: absolute;
	left: -20px;
	bottom: -20px;
}

.gift-list .item {
	width: 380px;
	padding: 50px 0 45px;
	border-top: 1px solid #f1c394;
	display: inline-block;
	letter-spacing: normal;
	margin: 0 19px;
}

.gift-list .item:nth-of-type(1),
.gift-list .item:nth-of-type(2),
.gift-list .item:nth-of-type(3) {
	border:none;
}

.gift-list .item .pic {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
}

.gift-list .item .pic img {
	width: 100%;
	min-height: 100%;
}

.gift-list .item .pic .get-box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: -200px;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 3;
	transition: 0.2s;
}

.gift-list .item .pic:hover .get-box {
	top: 0;
}

.gift-list .item .pic .get-box:before {
	content: '';
	width: 362px;
	height: 182px;
	background: url(../images/line_3.png);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	pointer-events: none;
}

.gift-list .item .pic .get-btn {
	width: 96px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	color: #000;
	background: #f1c394;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	font-weight: lighter;
	cursor: pointer;
}

.gift-list .item .pic:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	pointer-events: none;
	box-sizing: border-box;
	border: 1px solid #f1c394;
}

.gift-list .item .arrow {
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	z-index: 5;
	pointer-events: none;
}

.gift-list .item .arrow-t {
	top: 0;
}

.gift-list .item .arrow-b {
	bottom: 0;
}

.gift-list .item .arrow:before,
.gift-list .item .arrow:after {
	content: '';
	width: 8px;
	height: 8px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #f1c394;
	position: absolute;
}

.gift-list .item .arrow-t:before {
	top: 0;
	left: 0;
	border-left: none;
	border-top: none;
}

.gift-list .item .arrow-t:after {
	top: 0;
	right: 0;
	border-right: none;
	border-top: none;
}

.gift-list .item .arrow-b:before {
	bottom: 0;
	left: 0;
	border-left: none;
	border-bottom: none;
}

.gift-list .item .arrow-b:after {
	bottom: 0;
	right: 0;
	border-right: none;
	border-bottom: none;
}

.gift-list .name {
	font-size: 24px;
	color: #000;
	line-height: 110%;
	text-align: center;
	padding: 24px 15px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 资讯详情 */
.location-cur {
	padding: 40px 0 8px 5px;
	line-height: 18px;
	font-size: 14px;
	color: #3c2e21;
}

.location-cur .m1200 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 0;
}

.max-part .location-cur .m1200 {
	width: 100%;
}

.location-cur a,
.location-cur span {
	line-height: 18px;
	font-size: 14px;
	color: #666;
	position: relative;
	margin-right: 20px;
}

.location-cur a:after {
	content: '>';
	font-size: 14px;
	color: #333333;
	font-family: "微软雅黑";
	position: absolute;
	right: -15px;
	pointer-events: none;
}

.location-cur a:hover {
	color: #eebe90;
}

.max-part .info-details-box {
	padding: 40px 40px 20px;
	background: #fffbf7;
	border: 1px solid #f1c394;
}

.max-part .info-details-box .details-head {
	padding-bottom: 30px;
	border-bottom: 1px dashed #eebe90;
}

.max-part .info-details-box .details-head h1 {
	font-size: 22px;
	color: #333333;
	line-height: 1.4em;
	text-align: center;
}

.max-part .info-details-box .details-head p {
	font-size: 12px;
	color: #999;
	line-height: 1em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	padding-top: 20px;
}

.max-part .info-details-box .details-content {
	font-size: 14px;
	line-height: 26px;
	color: #666;
	padding: 40px 0 30px;
}

.max-part .info-details-box .details-content .pic {
	margin: 30px auto;
	text-align: center;
}

.max-part .info-details-box .details-content .pic img {
	max-width: 80%;
}

.max-part .info-details-box .details-content .video {
	margin: 25px 0;
	text-align: center;
	position: relative;
}

.max-part .info-details-box .details-content .video video {
	max-width: 80%;
	cursor: pointer;
	position: relative;
}

.max-part .details-foot {
	height: 12px;
	padding: 30px 0;
	border-top: 1px dashed #eebe90;
}

.max-part .details-foot a {
	font-size: 12px;
	color: #666;
}

.max-part .details-foot .next {
	float: right;
}

.max-part .details-foot a:hover {
	color: #eebe90;
}

/* 分享 */
.share-box {
	padding: 30px 0 20px;
	line-height: 47px;
	font-size: 16px;
	color: #666;
}

.share-box .li-6 {
	margin-right: 30px;
}

.share-box a {
	vertical-align: middle;
	margin-right: 10px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: inline-block;
	border: 1px solid #e6e6e6;
	background: #fff url(../images/share_icon.png) no-repeat;
}

.share-box .a-1 {
	background-position: 0 0;
}

.share-box .a-2 {
	background-position: 0 -46px;
}

.share-box .a-3 {
	background-position: 0 -92px;
}

.share-box .a-4 {
	background-position: 0 -138px;
}

.share-box .a-5 {
	background-position: 0 -184px;
}

.share-box .a-6 {
	background-position: 0 -230px;
}

.share-box .a-7 {
	background-position: 0 -276px;
	float: right;
}

.share-box a:hover {
	background-position-x: -46px;
}

.share-box .a-1:hover {
	background-color: #2bcc95;
	border-color: #2bcc95;
}

.share-box .a-2:hover {
	background-color: #ff6b6b;
	border-color: #ff6b6b;
}

.share-box .a-3:hover {
	background-color: #4badff;
	border-color: #4badff;
}

.share-box .a-4:hover {
	background-color: #ffaa19;
	border-color: #ffaa19;
}

.share-box .a-5:hover {
	background-color: #665efa;
	border-color: #665efa;
}

.share-box .a-6:hover {
	background-color: #00c8d4;
	border-color: #00c8d4;
}

.share-box .a-7:hover {
	background-color: #cccccc;
	border-color: #cccccc;
}

/* 资讯列表 */
.news-title{
	padding-top:40px;
}
.news-title + .location-cur{
	padding:20px 0 20px 5px;
}
.news-title .title{
	width:160px;
	height:70px;
	background:url(../images/public_img.png) 0 -252px;
}
.info-list-box .info-list .arrow {
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	z-index: 11;
	pointer-events: none;
}

.info-list-box .info-list .arrow-t {
	top: 0;
}

.info-list-box .info-list .arrow-b {
	bottom: 0;
}

.info-list-box .info-list .arrow:before,
.info-list-box .info-list .arrow:after {
	width: 8px;
	height: 8px;
	background: #fdfbf9;
	box-sizing: border-box;
	border: 1px solid #f1c394;
	content: '';
	position: absolute;
}

.info-list-box .info-list .arrow-t:before {
	border-right: none;
	border-bottom: none;
	top: 7px;
	left: 7px;
}

.info-list-box .info-list .arrow-t:after {
	border-left: none;
	border-bottom: none;
	top: 7px;
	right: 7px;
}

.info-list-box .info-list .arrow-b:before {
	border-right: none;
	border-top: none;
	bottom: 7px;
	left: 7px;
}

.info-list-box .info-list .arrow-b:after {
	border-left: none;
	border-top: none;
	bottom: 7px;
	right: 7px;
}

.info-list-box .info-list {
	background:#fffbf7;
	border:1px solid #f1c394;
	padding:30px 75px 40px;
	position:relative;
}

.info-list-box .info-list a {
	display: block;
	padding: 20px 0;
	box-sizing: border-box;
	position: relative;
	transition: 0.3s;
	border-bottom:1px dashed #eebe90;
}

.info-list-box .info-list a .time {
	font-size: 18px;
	line-height: 100%;
	color: #e6bc92;
	position: absolute;
	right:0px;
	bottom:20px;
}

.info-list-box .info-list .text p{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width:800px;
}
.info-list-box .info-list .text .title {
	font-size: 20px;
	color: #333333;
	line-height: 110%;
	margin-bottom:16px;
}

.info-list-box .info-list .text .intr {
	font-size: 16px;
	color: #999999;
	line-height: 110%;
}

.info-list-box .info-list a:hover .title {
	text-decoration: underline;
	color: #eebe90;
}

.inside-box-wrap {
	padding: 0 0 70px;
}

.inside-box-wrap .max-part {
	position: relative;
}

.inside-box-wrap .max-part.left-part {
	width: 850px;
	overflow: hidden;
}

.inside-box-wrap .right-part {
	width: 320px;
	float: right;
	position: relative;
}

.inside-box-wrap .right-part .index-title-box {
	position: absolute;
	width: 100%;
	top: -66px;
}