@charset "utf-8";

/* reset all */
html{
	/*font-size: 20px;*/
}
button{
	outline: none;
	border:none;
	background:transparent;
}
select, .chosen-container-single .chosen-single{
	/*background-color: transparent;*/
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #95a3be !important;
    background: none !important;
    box-shadow: none !important;
    outline: none !important;
	border-radius: 5px;
	height: 40px !important;
	line-height: 40px !important;
	padding-left: 5px;
}
input::-webkit-input-placeholder{
	color: #fff;
}
button.btn:focus,button.btn:visited,button.btn:active{
	outline: none;
}
input,textarea,ul,li,div,p,h1,h2,h3,h4{
	margin: 0;
	padding: 0;
	list-style: none;
}
a:link,a:visited,a:hover,a:active{
	text-decoration: none;
	outline: none;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
input[type="number"]{
	-moz-appearance:textfield;
}
input:focus{
	outline: none;
}
@font-face{
    font-family: "RobotoSlab";
    src: url("../fonts/RobotoSlab-Regular.eot?#iefix") format("embedded-opentype") /* IE6-IE8 */
        url("../fonts/RobotoSlab-Italic.svg") format("svg"); /* Safari, Android, iOS */
  	font-weight: 400;
 	font-style: normal;
}
@font-face{
	font-family: "RobotoSlab";
	src: url("../fonts/RobotoSlab-Italic.eot"); /* IE9 Compat Modes */
	src: url("../fonts/RobotoSlab-Italic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	  url("../fonts/RobotoSlab-Italic.svg") format("svg"); /* Safari, Android, iOS */
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: "RobotoSlab";
	src: url("../fonts/RobotoSlab-Bold.eot"); /* IE9 Compat Modes */
	src: url("../fonts/RobotoSlab-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	  url("../fonts/RobotoSlab-Italic.svg") format("svg"); /* Safari, Android, iOS */
	font-weight: 700;
	font-style: normal;
}
body{
    font-family: 'RobotoSlab', Helvetica;
	background-color: #ececec;
	overflow-x: hidden;
	color: #333;
}
.container{
	max-width: 1200px;
	margin: 0 auto;
}
.breadcrumb{
	background: transparent;
	padding-left: 0;
	margin-bottom: 0;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    color: #888;
}
.breadcrumb a{
    color: #888;
}
.breadcrumb a:last-child{
	color: #3d4c62;
}
.breadcrumb a:hover{
	color: #041732;
}

/* common use */
.float-block{
	float: left;
	display: block;
}
.float-block:after{
	content: "";
	display: block;
	clear: both;
}
.clear-float:after{
	content: "";
	clear: both;
	display: block;
}
.full-width{
	width: 100%;
}
.hide-all{
	display: none;
}
a{
	color: #fff;
	transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
}
@media (min-width: 1600px){
	.container {
	    width: 1370px;
	    margin: 0 auto;
	}
}
.animate{
	transition: all 0.24s ease-in-out;
	-webkit-transition: all 0.24s ease-in-out;
	-moz-transition: all 0.24s ease-in-out;
}
label{
	cursor: pointer;
}

/* header */
.head-fixed-bar{
	position: fixed;
	top: 0;
	left: 0;
	background-color: #f1f1f1;
	height: 60px;
	z-index: 200;
}
.nav-bg{
	background-color: #031227;
	height: 60px;
}
.logo{
	float: left;
	padding-right: 10px;
	height: 60px;
	line-height: 55px;
}
.logo img{
	width: auto;
	height: 25px;
}
nav{
	float: left;
}
.nav-main > li{
	position: relative;
	padding: 0 20px;
	line-height: 60px;
}
.nav-main > li::after{
	position: absolute;
	right: 0;
	top: 20%;
	content: '';
	display: inline-block;
	width: 1px;
	height: 60%;
	background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,.1) 0%, #7c7c7c 49%, rgba(255,255,255,.1) 100%);
	background-image: linear-gradient(0deg, rgba(255,255,255,.1) 0%, #7c7c7c 49%, rgba(255,255,255,.1) 100%);
}
.nav-main > li:last-child::after{
	display: none;
}
.nav-main > li.active a, .nav-main > li:hover a{
	color: #ffb10f;
}
.nav-main > li > a{
	color: #fff;
	font-weight: 700;
	font-size: 1.6rem;
	text-transform: uppercase;
}
.nav-main > li > a .caret{
	position: relative;
	left: 4px;
	bottom: 1px;
}
.nav-submenu{
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 100%;
	display: none;
	background-color: #283244;
	border-radius: 0 0 5px 5px;
	padding: 0;
}
.nav-submenu .game-select{
	position: relative;
	border-top:0;
}
.nav-submenu .game-select>li{
	position: relative;
	line-height: 44px;
	height: 44px;
	border-top: 1px solid #576578;
}
.nav-submenu>li a{
	font-size: 1.5rem;
	text-transform: capitalize;
	display: block;
	text-align: center;
	padding: 0;
	line-height: 43px;
}
.nav-submenu>li a:focus, .nav-submenu>li>a:hover{
	background-color: #de6262;
	color: #fff;
}
.nav-submenu .game-select>li a.service-name{
	position: relative;
	/*padding-left: 15px;*/
	white-space: nowrap;
	color: #fff;
	display: block;
	text-align: center;
}
.nav-submenu .game-select>li a:hover{
	color: #ffb10f;
}
.nav-submenu .game-select>li:last-child{
	border-bottom: none;
}
.head-item{
	margin-right: 20px;
	text-align: center;
	position: relative;
	cursor: pointer;
    font-size: 1.3rem;
}
.head-list > .head-item{
	height: 60px;
	line-height: 60px;
	color: #ccc;
}
.head-item:last-child{
	margin-right: 0;
}
/*.head-item .item-name a:link{
	color: #fff;
}*/
.head-item a:hover{
	color: #ffb10f;
}
.head-item.yes-login .item-name{
	float: right;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.head-item.yes-login .item-name a{
    display: block;
    width: 100%;
    position: relative;
    padding: 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.head-item.yes-login .item-name a:focus{
	color: #fff;
}
.head-item.yes-login .item-name a span.caret{
    position: absolute;
    right: 0;
    top: 50%;
	margin-top: -2px;
}
.head-item .dropdown-backdrop{
    display: none;
}
img.header-icon{
	height: 20px;
}
.currency-list.dropdown, .lang-list.dropdown{
	margin: 8px 0;
	line-height: 28px;
	width: 100%;
	margin-top: 3px;
}
/*.currency-list.dropdown li{
	border-bottom: 1px solid rgba(255,255,255,.2);
}*/
.currency-list.dropdown>a,.lang-list.dropdown>a{
	background-color: rgba(255,255,255,.1);
	border-radius: 4px;
	display: block;
	padding: 3px 6px;
	color: #fff;
	position: relative;
}
.u_settings_wrp .caret{
	position: absolute;
	right: 8px;
	top: 15px;
}
.lang-list.dropdown img{
	width: 26px;
	height: auto;
	padding-right: 2px;
}
.currency-list.dropdown .dropdown-menu,.lang-list.dropdown .dropdown-menu{
	min-width: 0;
	width: 100%;
}
.currency-list.dropdown .dropdown-menu li,.lang-list.dropdown .dropdown-menu li{
	text-align: center;
}
.dropdown-menu>li>a{
	padding: 3px 0;
}
.bt-item.open>.dropdown-menu{
	display: block !important;
}
.dropdown-con, .u_settings_wrp{
	position: absolute;
	right: 0;
	left: auto;
	top: 100%;
	margin-top: 5px;
	padding: 5px 10px;
	border-radius: 5px;
	z-index: 800;
	border: none;
	background-color: rgba(3, 18, 39, .8);
}
.cart-item .dropdown-menu{
	padding: 5px 20px;
	width: 350px;
}
#user_bt_info{
	position: relative;
	cursor: pointer;
}
#user_bt_info > span{
	padding: 4px 15px;
	border-radius: 10px;
	background-color: rgba(255,255,255,.1);
	color: #ccc;
}
#user_bt_info > span::after{
	position: relative;
	bottom: 1px;
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 4px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
}
.country-icon img{
	max-width: 24px;
	max-height: 32px;
	vertical-align: top;
	position: relative;
	top: 4px;
}
.settings_wrp{
	position: relative;
}
.bt-item .u_settings_wrp{
	min-width: 70px;
}
.bt-item .u_settings_wrp li{
	line-height: 30px;
}
.u_settings_wrp{
	display: none;
	right: 0;
}
.u_settings_wrp li a:hover{
	color: #fff;
}
.search-result .empty-cart-word{
	border: none;
}
.global-search{
	width: 315px;
	position: absolute;
	top: 80px;
	padding: 0;
	background: none;
	display: none;
}
.global-search input{
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	background-color: #283244;
	padding-left: 10px;
	border: none;
	width: 100%;
	overflow: hidden;
	color: #fff;
	position: relative;
}
.global-search input::-webkit-input-placeholder{
	color: #aab1b7;
}
.global-search .btn-search{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 0;
	top: 0;
}
.shawon{
	width: 100%;
	height: 100%;
	background: rgba();
}
.search-result{
	display: none;
	top: 78px;
}
li.head-item .cartNum{
	position: absolute;
	left: 20px;
	top: -4px;
	color: #161616;
}
.empty-cart-word{
	display: block;
	color: #ccc;
	text-align: center;
	font-size: 1.4rem;
}
.cart-small .dropdown-list{
	line-height: 36px;
}
.dropdown-list li{
	padding: 5px;
	border-bottom: 1px solid rgba(255,255,255,.35);
	width: 100%;
	line-height: 20px;
	font-size: 1.3rem;
}
.dropdown-list li:hover a{
	color: #fff;
}
.dropdown-list li:last-child{
	border-bottom: none;
}
.sell-link{
	width: 220px;
	position: absolute;
	right: 0;
	bottom: -5px;
}
.sell-link img{
	width: 100%;
	height: 56px;
}
.product-list li .product-info .product-name{
	display: inline-block;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	max-width: 200px;
}
.cart-item .dropdown-menu li{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 15px 5px 5px;
	width: 100%;
	line-height: 15px;
}
.cart-item .dropdown-menu li > div{
	width: 100%;
}
.product-list li .product-info > span{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 10px auto;
}
.product-list li .product-info > span.product-server{
	justify-content: flex-start;
	font-size: 1.2rem;
}
.product-list li .product-info img{
	position: relative;
	bottom: 2px;
	margin-right: 5px;
}
.product-list li .product-info .product-name b{
	color: #fff;
}
.product-list li .product-info .product-price{
	width: 120px;
	color: #fdad00;
	text-align: right;
	font-weight: bold;
	font-size: 1.5rem;
}
b#cart_number{
	position: absolute;
	left: 15px;
	top: -6px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	background-color: #ff5144;
	border-radius: 50%;
	text-align: center;
	font-size: 1.2rem;
	color: #161616;
}
.cart-product{
	position: relative;
	bottom: 2px;
	display: inline-block;
	width: 72px;
	font-size: 1.3rem;
	padding: 2px 5px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	background-color: rgba(253,193,22,.8);
}
.cart-product:hover{
	opacity: 1;
	color: #fff;
}
.product-list li .del-product{
	position: absolute;
	top: 50%;
	right: -10px;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	overflow: hidden;
	/* background-color: #fff; */
	padding: 0;
	cursor: pointer;
}
/* .product-list li .del-product:hover{
	background-color: rgba(253,193,22,1);
} */
.product-list li .del-product:before{
	content: "";
	width: 1px;
	height: 8px;
	position: absolute;
	left: 8px;
	top: 4px;
	display: block;
	background-color: #ccc;
	transform: rotate(45deg);
}
.product-list li .del-product:after{
	content: "";
	width: 1px;
	height: 8px;
	position: absolute;
	left: 8px;
	top: 4px;
	display: block;
	background-color: #ccc;
	transform: rotate(-45deg);
}
.product-list li .del-product:hover:after, .product-list li .del-product:hover:before{
	background-color: #fdad00;
}
.product-list .cart-pay{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 12px auto;
}
.product-list .subtotal{
	width: calc(100% - 110px);
	font-size: 1.4rem;
	text-align: left;
}
.product-list .subtotal span{
	color: #fdad00;
	font-weight: bold;
}
.cart-action{
	text-align: center;
	width: 100px;
}
.cart-action a{
	display: block;
	width: 100%;
	line-height: 32px;
	border-radius: 4px;
	background-image: linear-gradient(157deg, 
	#fdb313 0%, 
	#f58b0d 100%);
	color: #041732;
	font-size: 1.4rem;
	font-weight: 700;
	font-style: italic;
	cursor: pointer;
}
.cart-action a:hover{
	opacity: .98;
	color: #041732;
}
.payment-success-tips{
	padding-top: 10px;
	width: 80%;
	margin: 0 auto;
	line-height: 2rem;
	font-size: 1.4rem;
	color: #666;
}
.payment-success-tips b{
	color: #f57621;
	font-weight: normal;
}
.order-remind{
	padding: 15px;
	background: #f3f3f3;
	border-radius: 5px;
	overflow: hidden;
	width: 80%;
	margin: 30px auto 0;
	text-align: left;
}
.order-remind .remind-title{
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	padding-bottom: 2px;
	text-transform: uppercase;
	color: #333;
}
.order-remind img{
	float: left;
	display: block;
	max-width: 32px;
	padding-top: 15px;
}
.order-remind .remind-content{
	max-width: calc(100% - 32px);
}
.order-remind .remind-content p{
	font-size: 1.4rem;
	color: #666;
}
.ui-widget.ui-widget-content{
	z-index: 999;
}
.ui-helper-hidden-accessible{
	clip: auto !important;
	overflow: auto !important;
}
/* .page-index{
	background: url('/images/index_bg.png') no-repeat center;
} */
/* main */
.main{
	margin-top: 60px;
	min-height: 700px;
}
/* .page-index .main{
    background: url(/images/classic_news_bg.png) bottom no-repeat;
} */
#mpanel2{float: right;}


/* 评论滚动 */
.commentcon{
	margin-top: 70px;
	margin-bottom: 20px;
}
.marqueeleft{
	position: relative;
	overflow: hidden;
	margin: 40px auto 0;
	width: 100%;
	height: 120px;
}
.marqueeleft::after{
	position: absolute;
	left: 0;
	background-color: #fff;
	width: 100%;
}
.marqueeleft ul{
	position: absolute;
	left: 0;
	top: 0;
}
.marqueeleft li{
	float: left;
	overflow: hidden;
	margin: 0 15px;
	padding: 15px 20px 0 20px;
	display: inline;
	width: 320px;
	height: 120px;
	background-color: #d2dae4;
	border-radius: 5px;
}
.marqueeleft li .profileImage{
	position: relative;
	float: left;
	width: 50px;
}
.marqueeleft li .countryflag{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 13px;
}
.marqueeleft li .countryflag img{
	vertical-align: top;
	width: 100%;
}
.marqueeleft li .reviewCard-user{
	float: left;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
	margin-left: 8px;
	width: calc(100% - 60px);
}
.marqueeleft li .user{
	width: 40%;
}
.marqueeleft li .username{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 10px;
	font-size: 1.4rem;
	color: #666;
}
.marqueeleft li .star-inner{
	width: 60%;
	text-align: right;
}
.marqueeleft li .star-inner .icon-star{
	display: inline-block;
	background: url(../images/icon-star.png) no-repeat;
	width: 20px;
	height: 18px;
}
.marqueeleft li .star-inner .icon-star-half{
	width: 10px;
}
.marqueeleft li .review-date{
	font-size: 1.2rem;
	color: #999;
}
.marqueeleft li .review-content{
	margin-top: 8px;
	font-size: 1.3rem;
	color: #666;
}
.marqueeleft li .review-buycoins{
	margin: 0 auto 15px;
	font-size: 18px;
	font-style: italic;
	color: #eaeff6;
}
.marqueeleft li .review-buycoins i{
	position: relative;
	margin-right: 15px;
	padding: 0 0 5px 0;
	font-weight: 700;
}
.marqueeleft li .review-buycoins i::after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-image: linear-gradient(88deg, #ffc926 0%, #ff6e02 100%);
}
.marqueeleft li .review-txt{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	height: 40px;
	line-height: 20px;
}

/* footer */
.ban-notice{
	/* background-color: #1b212d; */
	margin: 10px 0;
	color: #aab1b7;
}
.footer-main{
	background-color: #031227;
    padding-top: 20px;
}
.footer-main>.container{
	position: relative;
}
.footer-main .scroll-top{
	position: absolute;
	right: -50px;
	bottom: calc(100% + 40px);
	width: 40px;
	height: 40px;
	opacity: 0;
}
.footer-main .scroll-top span{
	display: block;
	width: 100%;
	height: 100%;
	background: url(/images/icon-top.png) no-repeat center;
	border-radius: 2px;
	position: relative;
	cursor: pointer;
}
.footer-main .scroll-top span:hover{
	opacity: 0.85;
}
.footer-main .footer-menu{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 15px 0;
}
.footer-main .footer-menu .item{
	width: 30%;
}
.footer-menu .menu-title{
	position: relative;
	text-transform: uppercase;
	font-size: 1.7rem;
	font-weight: bold;
	color: #ddd;
	padding: 8px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.footer-main .footer-menu .tip{
	margin-top: 10px;
	font-size: 1.2rem;
	color: #67778d;
}
.footer-main .footer-menu .item > p{
	position: relative;
	padding: 2px 0 0 5px;
	margin-bottom: 15px;
	line-height: 2rem;
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #b3bbc6;
	z-index: 1;
}
.footer-main .footer-menu .item > p::before{
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: linear-gradient(180deg, 
		#fdb313 0%, 
		#f58b0d 100%);
	z-index: -1;
}
.footer-menu a:hover{
	color: #fdad00;
}
.contact-meun a:link, .contact-meun a:visited, .contact-meun a:hover, .contact-meun a:active{
	color: #fff;
}
.footer-about .content >div{
	margin-bottom: 15px;
}
.footer-about a{
	position: relative;
	width: auto;
	color: #67778d;
}
.footer-about a:hover::after, .footer-about a:active::after{
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	display: inline-block;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(90deg, rgba(255,255,255,.07) 0%, #f89d0f 49%, rgba(255,255,255,.1) 100%);
}
.contact-meun ul{
	width: 550px;
	margin: 0 auto;
}
.contact-meun li{
	line-height: 20px;
	margin-bottom: 10px;
	width: 50%;
	float: left;
	font-size: 14px;
}
.contact-meun i{
	color: #fdad00;
	font-size: 16px;
}
.footer-payment img{
	display: block;
	padding: 5px 10px;
	margin-bottom: 10px;
	border-radius: 3px;
	background-color: #fff;
	width: 110px;
	height: 36px;
}
.footer-payment img:last-child{
	margin-bottom: 0;
}
.footer-social{
	float: none;
	width: 300px;
	overflow: hidden;
	margin: 0 auto 15px;
}
.footer-social a{
	display: inline-block;
	margin-right: 10px;
	width: 30px;
	height: 30px;
}
.footer-social a:last-child{
	margin-right: 0;
}
.footer-social a:nth-child(1){
	background: url(/images/icon-whatsapp.png) no-repeat left;
	background-size: 100%;
}
.footer-social a:nth-child(2){
	background: url(/images/icon-skype.png) no-repeat left;
	background-size: 100%;
}
.footer-social a:nth-child(3){
	background: url(/images/icon-discord.png) no-repeat left;
	background-size: 100%;
}
.footer-social a:nth-child(4){
	background: url(/images/icon-telegram.png) no-repeat left;
	background-size: 100%;
}
.footer-social a:nth-child(1):hover, .footer-social a:nth-child(1):active{
	background-image: url(/images/icon-whatsapp_active.png);
}
.footer-social a:nth-child(2):hover, .footer-social a:nth-child(2):active{
	background-image: url(/images/icon-skype_active.png);
}
.footer-social a:nth-child(3):hover, .footer-social a:nth-child(3):active{
	background-image: url(/images/icon-discord_active.png);
}
.footer-social a:nth-child(4):hover, .footer-social a:nth-child(4):active{
	background-image: url(/images/icon-telegram_active.png);
}
.footer-social img{
	width: 30px;
	opacity: .9;
}
.footer-social img:hover{
	opacity: 1;
}
.copyright{
	padding: 10px 0;
	color: #aab1b7;
	border-top: 1px solid rgba(255,255,255,.2);
	font-size: 1.2rem;
	line-height: 2rem;
}
.copyright a{
	text-decoration: underline;
	color: #fff;
	margin: 0 4px;
	font-size: 1.2rem;
}
/* contactUs */
.contactUs_box, .openContact{
	position: fixed;
	bottom: 60px;
	right: 60px;
	z-index: 2;
	text-align: center;
}
.contactUs_box{
	opacity: 0;
	transition: all .3s;
	height: 0;
}
.contactUs_box.display{
	opacity: 1;
	height: auto;
	background-color: #e10020;
	border-radius: 40px;
	padding: 20px 5px;
}
.contactUs_box.display>div{
	display: block;
}
.openContact{
	background: none;
	padding: 0;
	padding: 15px;
	background-color: #e10020;
	border-radius: 35px;
}
.openContact:focus{
	box-shadow: none;
}
.openContact img{
	width: 25px;
}
.contactUs_box>div{
	margin-bottom: 10px;
	display: none;
}
.messenger_box>a, .livechat_box>a{
	color: #fff !important;
	font-size: 12px;
	line-height: 24px;
}
.messenger_box>a>img, .livechat_box>a>img{
	width: 25px;
	display: block;
	margin: 0 auto;
}
.more_contact{
	margin-bottom: 0 !important;
}
.arrow_up{
	display: block;
	background: url(/images/arrow_up.png) no-repeat center;
	width: 10px;
	height: 10px;
	margin: 0 auto;
	cursor: pointer;
}
.livechat_box{
	position: relative;
}
.livechat_box .livechat_button{
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.livechat_box .livechat_button img{
	z-index: 1;
	position: relative;
}
/* index */
.index-banner{
	position: relative;
	z-index: 0;
	width: 100%;
}
.index-banner img{
	width: 100%;
}
.index-banner h1{
	position: absolute;
	top: 25%;
	left: 15%;
	color: #fdad00;
	font-size: 5rem;
	line-height: 6rem;
	font-weight: bold;
}
.index-banner h1 span, .page-game-index .game-banner h1 span{
	display: block;
	color: #fff;
}
.index-banner a{
	display: block;
}
.index-section{
	border-radius: 5px;
}
.index-section-border{
}
.index-section .section-title img{
	max-width: 66px;
}
.index-section .section-title span{
	color: #fff;
	font-size: 3rem;
}
.section-title.upper-center i{
	display: inherit;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 5rem;
	font-weight: bold;
	letter-spacing: .2rem;
}
.section-title.upper-center span{
	display: block;
	position: relative;
	text-align: center;
	padding-bottom: 10px;
}
.index-about .index-section{
	background-color: #fff;
	border-radius: 5px;
	padding: 20px;
}
.section-content{
	line-height: 26px;
	overflow: hidden;
}
.section-choose{
	display: flex;
	align-items: stretch;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.section-choose .choose_item{
	padding: 15px 20px;
	margin-right: 30px;
	width: 48%;
	background-color: #fff;
	border-radius: 5px;
	line-height: 20px;
	font-size: 1.3rem;
	color: #666;
}
.section-choose .choose_item:last-child{
	margin-right: 0;
}
.page-game-index .index-news{
    padding-bottom: 40px;
}
.index-news .index-section{
	padding: 0;
}
.index-news .news-single{
	padding: 30px 40px;
	background: url(/images/classic_newsSingle_bg.png) top repeat-y;
	background-size: 100% 100%;
	width: calc(50% - 10px);
	float: left;
	margin: 0 20px 20px 0;
}
.index-news .news-single:nth-child(2n){
	margin-right: 0;
}
.index-news .news-single:nth-child(3), .index-news .news-single:nth-child(4){
	margin-bottom: 0;
}
.index-news .news-single .news-title{
	padding-bottom: 10px;
	overflow: hidden;
}
.index-news .news-single .news-title a{
	font-size: 2rem;
	color: #fff;
	float: left;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    font-weight: bold;
}
.index-news .news-single .news-title a:hover{
	color: #fdad00;
}
.index-news .news-single p{
	color: #fff;
	font-size: 1.6rem;
	line-height: 2.6rem;
	height: 52px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.new-more{
	display: inline-block;
	width: 100%;
	text-align: center;
}
.new-more .more{
	display: inline-block;
	padding: 5px 20px;
	border-radius: 20px;
	background: #fdad00;
	color: #0f0f0f;
}
.new-more .more:hover{
	opacity: .8;
}
.index-choose{
	margin-bottom: 20px;
}
.choose_content > span{
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 5px;
	color: #333;
}
.choose_content span img{
    height: 50px;
	margin-bottom: 5px;
}
/* 搜索结果页 */
.bg-white{
	background-color: #fff;
}
/* 游戏首页 */
.game-title{
	text-align: center;
}
.game-title .game-name{
	position: relative;
	display: inline-block;
	height: 9rem;
	line-height: 10rem;
	white-space: nowrap;
	font-size: 3rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #041732;
}
.game-title .game-name::before, .game-title .game-name::after{
	position: absolute;
	top: 50%;
	margin-top: -4px;
	content: '';
	display: inline-block;
	width: 118px;
	height: 17px;
	background: url(/images/icon-title-line.png) center no-repeat;
	background-size: 100%;
}
.game-title .game-name::before{
	left: -150px;
	transform: rotate(180deg);
}
.game-title .game-name::after{
	right: -150px;
}
.small-game-name{
	color: #fff;
	font-size: 2rem;
	line-height: 2rem;
}
/*category*/
.page-index .category-unit img{
	width: 100%;
}
.category-unit{
    width: calc(50% - 20px);
	margin-right: 40px;
    float: left;
	-webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /*height: 218px;*/
    position: relative;
}
.page-index .category-unit:hover{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.category-unit.category-boosting{
    margin-right: 0;
}
.category-unit.category-wofw-gold{
	width: 100%;
	margin-top: 40px;
}
.category-unit a.link-full{
	display: block;
}
/*.category-unit .link-full img{
	width: 100%;
	height: 100%;
}*/
.page-game-index .game-service .category-unit{
	-webkit-transition:  unset;
	-o-transition: unset;
	transition: unset;
}
.page-game-index .game-service .category-unit:first-child{
    background: url(../images/classic_US.png) 100% center no-repeat;
    background-size: 100%;
}
.page-game-index .game-service .category-unit:last-child{
    background: url(../images/classic_EU.png) 100% center no-repeat;
    background-size: 100%;
}
.page-game-index .game-service .category-unit.active:first-child{
    background: url(../images/classic_US_active.png) 100% center no-repeat;
    background-size: 100%;
}
.page-game-index .game-service .category-unit.active:last-child{
    background: url(../images/classic_EU_active.png) 100% center no-repeat;
    background-size: 100%;
}
/*.category-unit:hover .category-content h2{
    border: 1px solid rgba(255,255,255,.8);
}*/
/* .category-content{
	position: absolute;
	top: 20%;
	padding: 30px;
} */
.category-content:hover p{
	color: #fff;
}
.category-content h2{
	font-size: 3.2rem;
	margin-bottom: 10px;
	font-weight: bold;
	color: #fdad00;
	line-height: 3rem;
}
.category-content p{
	font-size: 1.6rem;
	line-height: 2rem;
}
/* 业务页 */
.page-game-index .game-banner{
	position: relative;
	border-radius: 5px;
    padding: 0;
}
.page-game-index .game-banner h1{
	position: absolute;
	top: 17%;
	left: 3%;
	z-index: 1;
	font-size: 4rem;
	color: #fdad00;
	font-weight: bold;
}
.game-banner .banner-word{
	position: absolute;
	top: 120px;
	left: 370px;
}
.game-banner img{
	width: 100%;
	height: auto;
}
.game-banner .banner-word li{
	padding-bottom: 4px;
}
.game-banner .banner-word span{
	color: #fff;
	white-space: nowrap;
	font-size: 1.6rem;
}
.page-game-index .game-service{
	margin-bottom: 60px;
}
.page-game-index .game-service .category-unit{
    width: 50%;
    float: left;
    margin-right: 0;
    padding: 0;
}
.page-game-index .game-service .category-unit:last-child{
    margin-right: 0;
}
.page-game-index .game-service .category-unit .link-full.active{
    /*border: 1px solid #fdad00;
    border-radius: 10px;
    box-shadow: 0 1px 10px rgba(0,0,0,.1);*/
}
.page-game-index .category-unit{
	cursor: pointer;
	position: relative;
}
.page-game-index .category-content{
    width: 100%;
	position: absolute;
	bottom: 1px;
	/*background: rgba(0,0,0,.35);
    border-radius: 0 0 10px 10px;*/
    padding: 15px;
}
.page-game-index .game-service .category-unit, .page-game-index .game-service .category-unit.active{
    height: 230px;
}
.page-game-index .game-service .category-unit.active{
	position: relative;
	bottom: 5px;
}
.page-game-index .game-service .category-unit .link-full{
	display: block;
	height: 100%;
}
.page-game-index .game-service .category-unit.active .link-full .category-content{
	top: 90px;
}
.page-game-index .game-service .category-unit:first-child .link-full .category-content{
	top: 90px;
}
.page-game-index .game-service .category-unit.active:last-child .link-full .category-content{
	top: 80px;
}
.page-game-index .game-service .category-unit .link-full .category-content{
    /*width: calc(100% - 2px);*/
    width: auto;
    position: relative;
    top: 80px;
    width: 100%;
    text-align: center;
	padding: 0;
	padding-left: 200px;
}
.page-game-index .category-content h2{
	margin-bottom: 0;
	color: #fff;
	text-transform: uppercase;
	padding: 20px 0;
    /*border: 1px solid rgba(255,255,255,.6);
    border-radius: 4px;*/
    font-family: "Impact", Helvetica;
    font-weight: 400;
	text-shadow: 3px 3px 3px rgba(0,0,0,.5);
	font-size: 3.4rem;
}
.page-game-index .category-content h2 span{
	color: #fdad00;
}
.page-game-index .category-unit:last-child .category-content h2 span{
	color: #5aeafd;
}
/* 字母检索 */
/* .choose-letter{
	border-bottom: 1px solid rgba(255,255,255,.2);
} */
.serverBox{
    background-color: rgba(0,0,0,.35);
    border-radius: 10px;
    padding: 0 40px;
}
.choose-letter ul{
	overflow: hidden;
}
.choose-letter li{
	text-transform: uppercase;
	border: 1px solid #141720;
	background: rgba(255,255,255,.1);
	border-radius: 5px;
	margin: 0 15px 15px 0;
    padding: 0;
    width: calc(8.3% - 16px);
}
.choose-letter li.current, .choose-letter li:hover{
	border: 1px solid #fdad00;
	background: rgba(255,255,255,.1);
	color: #fdad00;
}
.choose-letter li.current a, .choose-letter li:hover a{
	color: #fdad00;
}
.choose-letter li a{
	display: inline-block;
	width: 100%;
    padding: 8px 0;
}
.games-list .server-link{
	margin: 20px auto 10px;
	overflow: hidden;
    padding-bottom: 25px;
}
.server-link li{
	padding: 0;
	margin-bottom: 15px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	border: 1px solid #fff;
    width: calc(20% - 15px);
    margin-right: 15px;
}
.server-link li:nth-child(4n){
    margin-right: 0;
}
.server-link li a{
	font-size: 1rem;
}
.server-link li:hover a, .server-link li:hover, .server-link li a:hover, .server-link li:link a, .server-link li:visited a, .server-link li:active a{
	color: #fff;
}
.server-link li:hover{
	border: 1px solid #fdad00;
    color: #fdad00;
}
.server-link li.current{
	border: 1px solid #fdad00;
    color: #fdad00;
}
.server-link li.current a{
	color: #fdad00;
}
/* 产品列表页-金币 */
.section-product{
    margin: 20px auto;
}
.product-main-bg{
	border-radius: 4px;
	margin: 20px auto;
}
.service-title-list{
    overflow: hidden;
}
.product-tab{
	border-bottom: none;
}
.product-tab li{
    background: url('/images/protab.png') no-repeat center;
	background-size: 100% 100%;
	border: none;
    font-weight: bold;
    padding: 0 25px;
	cursor: pointer;
}
.product-tab li:last-child{
	margin-right: 0;
}
/* .product-tab li:first-child::before{
    content: "";
    width: 40px;
    height: 70px;
    position: absolute;
    right: -8px;
    top: 3px;
    transform: rotate(-10deg);
    background-color: #505155;
    z-index: 1;
}
.product-tab li.active:first-child::before{
    background-color: #22252c;
} */
.product-tab > li > a{
	height: 58px;
    line-height: 58px;
	background: none !important;
    padding: 0;
    color: #cfd3de;
    font-size: 2.2rem;
    font-family: "Impact", Helvetica;
    font-weight: 400;
    margin-right: 0;
	border: none;
}
.product-tab li.active{
    background: url('/images/protab_active.png') no-repeat center;
	background-size: 100% 100%;
}
.product-tab li.active:hover a{
    color: #fdad00;
}
.product-tab > li > a:hover{
	color: #fdad00;
}
.product-tab > li.active > a, .product-tab > li.active > a:focus, .product-tab > li.active > a:hover{
	border: none;
    color: #fdad00;
	cursor: pointer;
}
.product-tab > li a:hover{
	background: #22252c;
	border: none;
    color: #fdad00;
}
.product-single{
	display: table;
	width: 100%;
	padding: 20px 28px;
	position: relative;
    background-color: #2d2e33;
	border-radius: 5px;
    margin-bottom: 10px;
}
.product-single:last-child{
	margin-bottom: 0;
}
.product-single>div{
	display: table-cell;
	vertical-align: middle;
}
.product-single .prt-thumb{
	width: 60px;
	vertical-align: top;
	position: relative;
	top: 2px;
}
.product-single .prt-thumb img{
	width: 100%;
	height: auto;
}
.product-single .prt-name{
	padding: 0 10px;
	width: 42%;
}
.product-single .product-name{
	font-size: 1.8rem;
	line-height: 1.8rem;
	word-break: break-word;
	color: #fdad00;
    font-family: "Impact", Helvetica;
    font-weight: 400;
}
.product-single .product-name a:hover{
	color: #de6262;
}
.product-single .product-name i{
	font-style: normal;
	color: #fdad00;
	margin-right: 5px;
    /* font-weight: bold; */
}
.product-single .delivery-time{
	font-size: 1.4rem;
    font-family: "Lora";
    src: url("../font/Lora-Regular.eot"); /* IE9 Compat Modes */
    src: url("../font/Lora-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("../font/Lora-Regular.otf") format("opentype"), /* Open Type Font */
        url("../font/Lora-Regular.svg") format("svg"), /* Legacy iOS */
        url("../font/Lora-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
        url("../font/Lora-Regular.woff") format("woff"), /* Modern Browsers */
        url("../font/Lora-Regular.woff2") format("woff2"); /* Modern Browsers */
    font-weight: 400;
}
.product-single .prt-platform{
	width: 34px;
}
.product-single .prt-platform img{
	width: 100%;
	height: auto;
}
.product-single .prt-price{
	padding-left: 15%;
	width: 36%;
    font-family: "BowlbyOne";
    src: url("../font/BowlbyOne-Bold.eot"); /* IE9 Compat Modes */
    src: url("../font/BowlbyOne-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("../font/BowlbyOne-Bold.otf") format("opentype"), /* Open Type Font */
        url("../font/BowlbyOne-Bold.svg") format("svg"), /* Legacy iOS */
        url("../font/BowlbyOne-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
        url("../font/BowlbyOne-Bold.woff") format("woff"), /* Modern Browsers */
        url("../font/BowlbyOne-Bold.woff2") format("woff2"); /* Modern Browsers */
    font-weight: 700;
}
.product-single .prt-price span{
	color: #fdad00;
	font-size: 1.4rem;
}
.product-single .prt-price span.rateFlagSign1{
    margin-right: -3px;
}
.product-single .prt-price span.nprice{
    position: relative;
    font-weight: bold;
}
.product-single .prt-price span.line-through{
	text-decoration: line-through;
	color: #c8c8ca;
    font-weight: 400;
}
.product-single .prt-btn-buy{
	padding: 0;
	position: absolute;
	right: 28px;
	top: calc(50% - 17px);
	display: block;
	cursor: pointer;
	border-radius: 5px;
	overflow: hidden;
}
.product-single .prt-btn-buy.disabled, .product-list .player-row .prt-btn-buy.disabled{
	opacity: 0.5;
	cursor: not-allowed;
	padding: 1px 6px;
}
.product-single .discount-num{
    background: url('/images/discount-bg.png') center no-repeat;
    background-size: 100%;
    width: 80px;
    height: 40px;
    line-height: 48px;
    display: inline-block;
    position: absolute;
    left: -88px;
    top: -15px;
}
.product-single .discount-num span{
    color: #fff;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    padding-left: 27px;
    font-size: 1.2rem;
}
.section-quick-buy{
	overflow: hidden;
}
.section-quick-buy .quick-buy-content{
    background-color: #2d2e33;
    padding: 30px 28px;
    position: relative;
}
.section-quick-buy .quick-buy-content .chooseLevel{
    width: 280px;
    margin-right: 50px;
}
.section-quick-buy .quick-buy-content .chooseLevel:last-child{
    margin-right: 0;
}
.section-quick-buy .quick-buy-content .chooseLevel span{
    display: block;
    width: 100%;
    margin-bottom: 8px;
    font-size: 1.6rem;
    font-family: "Lora";
    src: url("../font/Lora-Regular.eot"); /* IE9 Compat Modes */
    src: url("../font/Lora-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("../font/Lora-Regular.otf") format("opentype"), /* Open Type Font */
        url("../font/Lora-Regular.svg") format("svg"), /* Legacy iOS */
        url("../font/Lora-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
        url("../font/Lora-Regular.woff") format("woff"), /* Modern Browsers */
        url("../font/Lora-Regular.woff2") format("woff2"); /* Modern Browsers */
    font-weight: 400;
    font-style: normal;
}
.section-quick-buy .quick-buy-content select{
    line-height: 40px;
    height: 40px;
    font-size: 1.5rem;
    padding-left: 10px;
    margin-right: 5px;
    border-radius: 4px;
    width: 100%;
    background: #45464a url('/images/arrow-down.png') no-repeat right center;
    border: none;
    cursor: pointer;
}
.section-quick-buy .quick-buy-content>div{
	display: inline-block;
	line-height: 3rem;
	font-size: 1.5rem;
}
.section-quick-buy .quick-buy-content .estimate-time{
    font-weight: bold;
    font-size: 2rem;
}
.section-quick-buy .quick-buy-content .estimate-time i{
	font-weight: bold;
	font-style: normal;
	color: #fdad00;
	padding: 0 5px;
}
.section-quick-buy .quick-buy-content .quick-buy-price{
	color: #fdad00;
	font-weight: bold;
	font-size: 2rem;
    text-align: right;
}
.section-quick-buy .quick-buy-content .estimate-time, .section-quick-buy .quick-buy-content .quick-buy-price{
    font-family: "BowlbyOne";
    src: url("../font/BowlbyOne-Bold.eot"); /* IE9 Compat Modes */
    src: url("../font/BowlbyOne-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("../font/BowlbyOne-Bold.otf") format("opentype"), /* Open Type Font */
        url("../font/BowlbyOne-Bold.svg") format("svg"), /* Legacy iOS */
        url("../font/BowlbyOne-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
        url("../font/BowlbyOne-Bold.woff") format("woff"), /* Modern Browsers */
        url("../font/BowlbyOne-Bold.woff2") format("woff2"); /* Modern Browsers */
    font-weight: bold;
}
.section-quick-buy .quick-buy-con{
    position: absolute;
    right: 28px;
}
.section-quick-buy .prt-btn-buy{
	display: block;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.24s ease-in-out;
	-webkit-transition: all 0.24s ease-in-out;
	-moz-transition: all 0.24s ease-in-out;
	padding: 0 0 0 10px;
    font-size: 1.4rem;
    margin-top: 5px;
}
.section-quick-buy .prt-btn-buy span{
    position: relative;
    top: 2px;
}
.product-single .prt-btn-buy, .section-quick-buy .prt-btn-buy{
    background: #e09b00;
}
.product-single .prt-btn-buy a{
    padding-left: 10px;
    font-size: 1.4rem;
}
.product-single .prt-btn-buy a span{
    position: relative;
    top: 3px;
}
.product-single .prt-btn-buy a:hover, .section-quick-buy .prt-btn-buy a:hover{
	opacity: .8;
	color: #fff;
}
.product-single .prt-btn-buy a, .section-quick-buy .prt-btn-buy{
	display: block;
	float: left;
	border-radius: 5px;
}
.section-quick-buy .prt-btn-buy{
    float: right;
}
.prt-btn-buy img{
    width: 40px;
    height: auto;
    padding: 9px 10px 7px;
    background-color: #c3710d;
    margin-left: 10px;
}
.product-single .product-detail-toggle{
	display: block;
	clear: both;
	padding-top: 5px;
    font-family: "Lora";
    src: url("../font/Lora-Regular.eot"); /* IE9 Compat Modes */
    src: url("../font/Lora-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("../font/Lora-Regular.otf") format("opentype"), /* Open Type Font */
        url("../font/Lora-Regular.svg") format("svg"), /* Legacy iOS */
        url("../font/Lora-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
        url("../font/Lora-Regular.woff") format("woff"), /* Modern Browsers */
        url("../font/Lora-Regular.woff2") format("woff2"); /* Modern Browsers */
    font-weight: 400;
    font-style: normal;
}
.product-single .product-detail-toggle .toggle-title{
	cursor: pointer;
	text-decoration: underline;
    font-family: "Lora";
    src: url("../font/Lora-Regular.eot"); /* IE9 Compat Modes */
    src: url("../font/Lora-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("../font/Lora-Regular.otf") format("opentype"), /* Open Type Font */
        url("../font/Lora-Regular.svg") format("svg"), /* Legacy iOS */
        url("../font/Lora-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
        url("../font/Lora-Regular.woff") format("woff"), /* Modern Browsers */
        url("../font/Lora-Regular.woff2") format("woff2"); /* Modern Browsers */
    font-weight: 400;
    font-style: normal;
	font-size: 1.2rem;
}
.product-single .product-detail-toggle .toggle-content{
	display: none;
	word-break: break-all;
	/* color: #ccc; */
    margin-top: 5px;
}
.bg-01{
	background-color: #fff;
	padding: 15px;
	border-radius: 4px;
	border: 1px solid #ddd;
}
.good-optimize, .optimize-words.optimize-words-bottom{
    margin-top: 40px;
}
.page-goodlist-index .good-optimize, .page-goodlist-index .optimize-words.optimize-words-bottom{
    margin-top: 0;
}
.good-optimize .optimize-words h1, .good-optimize .optimize-words h2{
    font-size: 2.4rem;
}
.good-optimize .optimize-words h1::before, .good-optimize .optimize-words h2::before{
    border: none;
    background: url(/images/optimize-words-icon.png) center no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 40px;
    height: 45px;
    margin-right: 10px;
    padding: 0;
    position: relative;
    top: 5px;
}
.optimize-words.optimize-words-bottom .optimize-words-content{
    background-color: rgba(0,0,0,.35);
    border-left: 7px solid #503e1a;
    padding: 30px;
    border-radius: 0 5px 5px 0;
}
.optimize-words-about{
	margin-bottom: 10px;
}
.optimize-words-about:last-child{
	margin-bottom: 0;
}
.optimize-words-gold{
	background: url('/images/classic_aboutCon_bg1.png') no-repeat top;
	background-size: 100% 100%;
	width: 100%;
	margin-top: 20px;
	min-height: 120px;
}
.optimize-words h1, .optimize-words h2{
	position: relative;
	padding-right: 40px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #333;
}
.optimize-words h1:before, .optimize-words h2:before{
	position: relative;
	top: 3px;
	content: "";
	display: inline-block;
	margin-right: 10px;
	background: url(/images/icon-text.png) no-repeat left top;
	width: 20px;
	height: 20px;
}
.optimize-words .toggle-btn{
	cursor: pointer;
}
.optimize-words .toggle-btn.in::after{
	transform: rotate(180deg);
}
.optimize-words .toggle-btn::after{
	position: absolute;
	right: 0;
	top: 3px;
	content: "";
	display: inline-block;
	background: url(/images/icon-text-arrow.png) no-repeat left top;
	width: 20px;
	height: 20px;
}
.optimize-words-content{
	font-size: 1.4rem;
	color: #666;
	line-height: 2.6rem;
	margin-top: 10px;
}
.optimize-words-content a{
	color: #d67e00;
	text-decoration: underline;
}
.optimize-wordsCon .optimize-words-content a{
    color: #d67e00;
}
.optimize-words-top{
	font-size: 1.8rem;
	line-height: 3.2rem;
	margin: 0 auto 20px;
}
.optimize-wordsCon{
    margin-top: 20px;
    overflow: hidden;
}
.optimize-wordsCon.optimize-wordsCon-boosting{
    margin-top: 0;
}
.optimize-wordsCon.optimize-wordsCon-boosting .optimize-words-content{
    width: 100%;
    margin-top: 20px;
}
.optimize-wordsCon .optimize-words-content:nth-child(1){
	background: #f6a106;
}
.optimize-wordsCon .optimize-words-content:nth-child(2){
	background: #e0920a;
}
.optimize-wordsCon .optimize-words-content:last-child{
	background: #b57e0a url(/images/optimize-wordsCon-icon.png) 95% 90% no-repeat;
    background-size: 80px;
}
.optimize-wordsCon .optimize-words{
	overflow: hidden;
}
.optimize-wordsCon .optimize-words-content{
	width: 33.33%;
	padding: 15px;
	float: left;
	color: #000;
	min-height: 244px;
    margin-top: 0;
}
.optimize-wordsCon .optimize-words-content h3{
	font-size: 2rem;
	margin-bottom: 10px;
    font-weight: bold;
}
.page-goodlist-index .optimize-words.optimize-words-bottom .optimize-words-content{
    background: #28292e url(/images/optimize-words-goldicon.png) 98% 20% no-repeat;
    background-size: 100px;
}
.index-about .index-section{
    overflow: hidden;
}
.page-goodlist-index .game-title .small-game-name{
    font-size: 2rem;
    color: #fdad00;
    font-family: "BowlbyOne";
    src: url("../font/BowlbyOne-Bold.eot"); /* IE9 Compat Modes */
    src: url("../font/BowlbyOne-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("../font/BowlbyOne-Bold.otf") format("opentype"), /* Open Type Font */
        url("../font/BowlbyOne-Bold.svg") format("svg"), /* Legacy iOS */
        url("../font/BowlbyOne-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
        url("../font/BowlbyOne-Bold.woff") format("woff"), /* Modern Browsers */
        url("../font/BowlbyOne-Bold.woff2") format("woff2"); /* Modern Browsers */
    font-weight: 700;
}
.service-category{
    background: url(/images/good-server-bg.png) center no-repeat;
}
/* 登录注册 */
.page-login .login-bg{
	margin: 40px 0;
	background-color: #fff;
	border-radius: 5px;
}
.page-login .section-login-left{
	padding: 35px 20px;
	text-align: center;
	width: 60%;
	float: left;
	margin-left: 20%;
}
.page-login .section-login-left h1{
	position: relative;
	color: #041732;
}
.page-login .form-main{
	padding-top: 30px;
	width: 65%;
	margin: 0 auto;
}
.page-login .form-main .input-row{
	height: 40px;
	line-height: 36px;
	padding-top: 1px;
	position: relative;
	border-radius: 2px;
	margin-bottom: 20px;
    color: #333;
	/*overflow: hidden;*/
}
.page-login .form-main .input-row input{
	width: 100%;
	background: #dee5ef;
	border: none;
	padding-left: 10px;
	font-size: 1.5rem;
	display: block;
	float: left;
	color: #333;
	border-radius: 4px;
	height: 40px;
	outline: none;
}
.page-login .form-main .input-row input::placeholder{
	color: #666;
}
.page-login .form-main .input-row input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0 1000px #dee5ef inset !important;
    -webkit-text-fill-color: #333;
}
.page-login.signup .form-main .input-row.input-row-country select, .member-info-form .form-content .row-member-info.row-member-country select{
    background-color: #fff;
    color: #333;
}
.page-login .form-main .input-row input::-webkit-input-placeholder{
	outline: none;
}
.forget-password .form-main .input-row:nth-child(2){
	width: calc(100% - 110px);
	float: left;
}
.forget-password .form-main .verify-code02{
	float: right;
	line-height: 36px;
}
.forget-password .form-main .verify-code02 a{
	color: #de6262;
	font-size: 1.6rem;
}
.forget-password .form-main .input-row:nth-child(2) input{
	width: 100%;
	float: none;
}
.page-login .form-main .login-attr{
	margin-bottom: 8px;
}
.page-login .form-main .login-attr input,.page-login .form-main .login-attr label{
	float: left;
	display: block;
	font-weight: normal;
	color: #666;
}
.page-login .form-main .login-attr input{
	margin-right: 5px;
}
.page-login .form-main .login-attr label{
	cursor: pointer;
	max-width: calc(100% - 25px);
	text-align: left;
	float: left;
	display: block;
}
.page-login .form-main .login-attr label a{
	color:#ffb10f;
	text-decoration: underline;
}
.page-login .form-main .login-attr .link-right{
	float: right;
	color: #ffb10f;
	text-decoration: underline;
}
.page-login .form-main .action-login{
	background-color: #ffb10f;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	color: #041732;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 4px;
	margin-top: 8px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 1.6rem;
}
.page-login .form-main button.action-login[disabled]{
	opacity: 0.7;
	cursor: not-allowed;
}
.page-login .form-main .action-login:hover{
	opacity: 0.9;
}
.page-login .form-main .social-login>span{
	position: relative;
	padding: 5px 20px;
	display: block;
	width: 30%;
	margin: 0 auto;
}
.page-login .form-main .social-login>span:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	display: block;
	background-color: #666;
	z-index: 3;
}
.page-login .form-main .social-login>span b{
	background-color: #fff;
	padding: 0 5px;
	position: relative;
	z-index: 5;
	font-size: 1.5rem;
	color: #666;
}
.page-login .form-main .link-sign-up{
	margin-top: 8px;
	color: #666;
}
.page-login .form-main .link-sign-up a{
	color: #fdad00;
	font-size: 1.5rem;
	text-decoration: underline;
}
.page-login.forget-password .section-login-left{
	width: 100%;
	padding-bottom: 60px;
	margin-bottom: 30px;
	margin-left: 0;
}
.page-login.forget-password .login-bg{
	background-image: none;
}
.page-login.forget-password .section-login-left .subtitle{
	display: inline-block;
	padding-top: 25px;
	font-size: 1.5rem;
	color: #666;
}
.page-login.forget-password .form-main{
	width: 40%;
}
.page-login.signup .form-main .link-sign-up{
	margin-top: -2px;
	margin-bottom: 8px;
}
.page-login .intl-tel-input .selected-flag .arrow{
	left: 30px;
}
.page-login.signup .intl-tel-input .flag-dropdown, .member-info-form .form-content .row-member-info .flag-dropdown{
	left: 0;
	top: 0;
	z-index: 10;
	border: none;
    background-color: #dee5ef;
    border-radius: 4px;
    width: 46px;
    height: 40px;
    padding: 4px;
}
.member-info-form .form-content .row-member-info .flag-dropdown{
    top: -8px;
}
.page-login .form-main .input-row input#memberCountry{
	position: absolute;
	right: 0;
	top: 1px;
	width: calc(100% - 50px);
}
#Verification{
	width: 75%;
}
/* 新闻版块 */
.page-news-bg{
	margin-bottom: 50px;
	border-radius: 10px;
    background-color: #2d2e33;
    padding: 30px;
    border-radius: 5px;
}
.page-news>.section-left{
	width: 70%;
	float: left;
}
.page-news>.section-left img{
	max-width: 100%;
}
.news-list .news-list-unit .news-time, .page-faq-bg .news-time{
    text-align: left;
    width: 100%;
}
.page-news-detail .news-list .news-list-unit .news-time, .age-faq-detail .page-faq-bg .news-time{
    margin-bottom: 10px;
}
.news-list .news-list-unit, .page-faq .news-list-unit{
	position: relative;
}
.news-list .news-list-unit .top-icon{
	position: absolute;
	right: 0;
	top: 4px;
	display: block;
	width: 40px;
	height: auto;
}
.news-list .news-summary{
	width: 100%;
	float: left;
	border-bottom: 1px solid rgba(255,255,255,.2);
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.news-list-unit:last-child >.news-summary{
	border-bottom: none;
	margin-bottom: 0;
	color: #fff;
}
.page-news-detail .news-list .news-summary{
	border: none;
	color: #fff;
    font-size: 1.4rem;
    line-height: 2.6rem;
}
.page-news-detail .news-list .news-summary a, .page-faq-detail .news-summary a{
    color: #fdad00;
    text-decoration: underline;
}
.page-news-detail .news-list .news-summary .news-tag, .page-faq-bg .news-tag{
    margin-top: 20px;
}
.news-list .news-title{
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 2.6rem;
	display: block;
    color: #fff;
    width: 90%;
}
.news-time{
	display: inline-block;
	line-height: 28px;
	height: 28px;
	font-size: 1.2rem;
	color: #aab1b7;
	float: left;
	width: 30%;
	text-align: right;
	padding-right: 10px;
}
.page-faq .news-content{
    margin-top: 10px;
}
.news-list .news-content, .faq-content{
	color: #fff;
	font-size: 1.4rem;
	line-height: 2.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-list .news-content a{
    color: #fdad00;
    text-decoration: underline;
}
.page-news .news-tag, .page-faq .news-tag{
    margin-top: 10px;
}
.news-tag{
	margin-bottom: 5px;
}
.news-tag span{
	padding: 2px 8px;
	color: #fdad00;
	border: 1px solid #fdad00;
	font-size: 1.4rem;
	margin: 0 5px 7px 0;
	border-radius: 2px;
	white-space: nowrap;
	display: inline-block;
}
.news-sidebar{
	width: 28%;
	float: right;
}
.news-sidebar .news-list-unit{
	border-bottom: 1px solid rgba(255,255,255,.2);
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.news-sidebar .widget .widget-title{
	font-size: 1.8rem;
	padding-bottom: 15px;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,.2);
	margin-bottom: 20px;
}
.widget .category-list li:not(:last-child){
	padding-bottom: 12px;
}
.news-detail .news-title, .page-faq-detail .faq-title{
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 2.6rem;
	color: #fff;
}
.page-news-detail .news-list .news-title, .page-faq-detail .faq-title{
    color: #fdad00;
}
.news-list .news-title:hover{
	color: #fdad00;
}
.news-detail .news-time{
	margin-left: -6px;
	color: #777;
}
.news-detail .news-content{
	padding-top: 5px;
	font-size: 1.5rem;
	color: #333;
	line-height: 2rem;
}
.read_more{
	overflow: hidden;
}
.read_more a{
	display: block;
	float: right;
	color: #fdad00;
	font-size: 1.6rem;
}
.read_more a:hover{
    text-decoration: underline;
}
.read_more img{
	width: 50px;
	margin-left: 5px;
    position: relative;
    bottom: 1px;
}
.tag-list{
	padding-top: 20px;
}
.tag-list .tag-single{
	display: inline-block;
	padding: 2px 8px;
    background: #425568;
    color: #c4cad0;
    font-size: 1.4rem;
    margin-right: 8px;
    margin-bottom: 10px;
    border-radius: 2px;
    transition: all 0.24s ease-in-out;
    -webkit-transition: all 0.24s ease-in-out;
    -moz-transition: all 0.24s ease-in-out;
}
.tag-list .tag-single:hover{
	color: #fff;
}
.page-news>.section-left.tag-result{
	width: 100%;
	padding-right: 0;
}
.page-faq-detail .faq-detail img{
	max-width: 100%;
}

/* 关于我们等文本类页面 */
.page-common-bg .index-section{
	margin-bottom: 20px;
    background-color: #dee5ef;
    border-radius: 5px;
}
.page-common-bg .index-section blockquote{
    padding: 15px 30px 15px;
}
.page-success-payment{
	padding: 50px 30px;
	background-color: #fff;
	border-radius: 5px;
}
.page-common .section-title{
	position: relative;
    font-size: 1.8rem;
    color: #333;
    font-weight: bold;
    padding: 15px 30px;
}
.page-common blockquote{
	font-size: 1.5rem;
	line-height: 2rem;
	border-left: none;
	padding: 10px 0;
	margin: 0 auto;
	border-top: 1px solid rgba(0,0,0,.1);
	color: #666;
}
.page-common blockquote .prcl{
	color: #d67e00;
}
.page-common blockquote .clc{
	color: #666;
}
.refund-tips{
	font-size: 1.4rem;
	line-height: 2rem;
	color: #888;
}
.page-common .contact-account .section-title{
	padding-bottom: 20px;
}
.page-common .page-common-bg a{
	color: #d67e00;
	text-decoration: underline;
}
.error-main .setence-01{
	color: #d67e00;
	font-size: 2.2rem;
	padding: 15px 0;
}
.error-main .setence-02{
	font-size: 1.5rem;
	line-height: 2.2rem;
	padding: 10px 0;
}
.error-main .setence-02 a{
	color: #d67e00;
	text-decoration: underline;
}
.error-main .content-middle{
	width: 70%;
	margin: 0 auto;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 30px 0;
	margin-top: 25px;
}
.error-main .content-middle span{
	text-transform: uppercase;
	font-size: 6rem;
	font-weight: bold;
	padding-right: 2px;
}
.error-main .content-middle span:nth-child(3){
	padding-right: 20px;
}
.error-main .content-middle span:nth-child(2),.error-main .content-middle span:nth-child(6){
	color: #d67e00;
}
.error-main .setence-03{
	padding-top: 25px;
	font-size: 1.5rem;
}
.error-main .btn-home{
	margin-top: 20px;
	background-color: #d67e00;
	color: #fff;
	font-size: 1.6rem;
	padding: 8px 15px;
	border-radius: 4px;
	display: inline-block;
}
.error-main .btn-home:hover{
	opacity: 0.85;
}

/* 购物车 */
.payment-section{
	padding-bottom: 15px;
	border-radius: 5px;
	background-color: #fff;
}
.payment-section h2{
	padding: 12px 20px;
	position: relative;
    font-size: 1.8rem;
    font-weight: 700;
    color: #041732;
	border-bottom: 1px solid #ccc;
}
.payment-section h2 img{
	margin-right: 10px;
}
.cart-table{
	padding: 20px 20px 10px;
}
.cart-table .pr-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
	height: 50px;
	line-height: 50px;
	font-size: 1.5rem;
}
.cart-table .pr-row:last-child{
	margin-bottom: 30px;
}
.cart-table .pr-row:last-child .pr-row-l{
	position: relative;
}
.cart-table .pr-row:last-child .pr-row-l::after{
	position: absolute;
	left: 0;
	bottom: -30px;
	content: '';
	display: inline-block;
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ccc;
}
.cart-table .pr-row-l, .cart-table .pr-row-r{
	background-color: #f3f3f3;
	border-radius: 5px;
}
.cart-table .pr-row-l{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 50px;
	margin-right: 10px;
	width: calc(100% - 60px);
}
.cart-table .pr-row-r{
	width: 50px;
}
.cart-table .pr-row .product-name{
	width: 40%;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
	color: #333;
	font-size: 1.4rem;
}
.cart-table .pr-row .product-name img, .cart-table .pr-row .product-server img{
	position: relative;
	bottom: 2px;
	margin-right: 5px;
}
.cart-table .pr-row .product-name b{
	color: #041732;
}
.cart-table .pr-row .product-server{
	width: 30%;
	font-size: 1.3rem;
}
.cart-table .pr-row .product-price{
	width: 20%;
	text-align: right;
	font-weight: 700;
	color: #041732;
}
.cart-table .pr-row .btn-del-product{
	padding: 0;
	width: 50px;
	border-radius: 5px;
}
.payment-step-wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
    margin: 30px auto;
}
.payment-step-wrap .fullwidth{
	width: 100% !important;
}
.payment-deliveryinfo.fullwidth .product-form .input-group{
	width: 370px;
}
.payment-step-wrap .payment-userinfo{
	width: 60%;
}
.payment-step-wrap .payment-deliveryinfo{
	width: 38%;
}
.paymentMethods-section{
	margin-top: 30px;
}
.product-form .pr-name{
	display: block;
	font-size: 1.6rem;
    font-weight: bold;
	color: #fff;
	line-height: 2rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #fdad00;
	padding: 15px 30px;
	color: #fdad00;
}
.product-form .form-main{
	padding: 30px;
}
.product-form .form-main .pr-info-row{
	margin-bottom: 20px;
	line-height: 40px;
}
.product-form .form-main .pr-info-row:last-child{
    margin-bottom: 0;
}
.product-form .form-main .pr-info-row.pr-email-row, .product-form .form-main .pr-info-row.pr-info-server{
    margin-bottom: 10px;
}
.product-form .form-main .row-title{
	width: 15%;
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	color: #fdad00;
	margin-right: 10px;
    font-size: 1.6rem;
}
.product-form .form-main .row-title i.required{
	color: #fff;
}
.product-form .form-main .pr-info-method{
	margin-bottom: 10px !important;
}
.product-form .form-main .pr-info-method a{
    border-radius: 2px;
    background-color: #4f5054;
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
}
.product-form .form-main .pr-info-method a:hover, .product-form .form-main .pr-info-method a:link, .product-form .form-main .pr-info-method a:visited, .product-form .form-main .pr-info-method a:active{
	color: #fff;
}
.product-form .form-main .pr-info-method a.active{
    background-color: #fdad00;
}
.product-form .form-main .row-content{
	width: 40%;
	float: left;
	display: block;
	background: #4f5054;
	border: none;
	color: #fff;
	border-radius: 4px;
}
.product-form .form-main select.row-content{
	background: #4f5054 url('/images/arrow-down.png') no-repeat right center !important;
	border: none !important;
	cursor: pointer;
}

/*formTypeCon*/
.formTypeCon{
	position: relative;
}
.tradeNote{
	width: 40%;
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 1.4rem;
	line-height: 2.6rem;
}
.tradeNote b{
	margin-bottom: 5px;
	font-size: 1.6rem;
}
.tradeNote i{
	position: relative;
	left: 0;
	text-align: left;
	width: 2rem;
	font-size: 1.7rem;
	margin-right: 5px;
}
.product-form .form-main input.row-content,.product-form .form-main select.row-content{
	font-size: 1.5rem;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	border-radius: 5px;
}
.product-form .form-main select.row-content{
	background: #4f5054 url('/images/arrow-down.png') no-repeat right center;
}
.form-time-tips{
	padding-left: 3%;
}
.product-form .form-main .pr-info-txt{
	height: 80px;
}
.product-form .form-main textarea{
	height: 80px;
	padding-left: 10px;
}
.pr-form-tips, .email-form-tips{
	font-size: 1.5rem;
	line-height: 2.5rem;
}
.email-form-tips{
    line-height: 25px;
}
.email-form-tips::before{
    content: '';
    background: url(/images/icon-cart-emailTips.png) center no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 35px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: 5px;
}
.payment-section.form-list{
	position: relative;
}

.payment-userinfo .product-form{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.payment-userinfo .product-form .form-main{
	width: 60%;
}
.payment-userinfo .product-form .form-tip{
	margin-right: 20px;
	padding: 30px 25px 10px 15px;
	width: 40%;
	background: url(/images/pay-tip-bg.png) no-repeat center;
	background-size: 100% 100%;
	line-height: 20px;
	color: #a2810a;
	font-size: 1.2rem;
}
.product-form .input-group{
	margin-bottom: 15px;
	width: 100%;
}
.input-group.input-phone{
	display: flex;
	position: relative;
}
.input-group.input-phone .form-control{
	width: calc(100% - 105px);
}
.input-group.input-phone .intl-tel-input{
	position: absolute;
	top: 0;
	left: 0;
	height: 36px;
}
.input-group.input-phone .cartCountry {
    width: 5%;
    padding-left: 30px;
    background-color: #dee5ef;
    border-radius: 5px 0 0 5px;
    border: none;
    margin-bottom: 0;
}
.input-group.input-phone #memberCountry{
	width: 36px;
	color: transparent;
}
.intl-tel-input .selected-flag .arrow{
	left: 75px;
	border-top: 4px solid #333 !important;
}
.input-group.input-phone .intl-tel-input .flag-dropdown:hover .selected-flag{
    background-color: transparent !important;
}
.input-group.input-phone .prefixAreaCode {
    width: 65px !important;
    text-align: center;
    background-color: #dee5ef !important;
    border-radius: 0 5px 5px 0;
    border: none;
    color: #333 !important;
    margin-bottom: 0;
    padding-left: 0;
	padding-right: 18px;
    margin-right: 5px;
	cursor: pointer;
}
.input-group.input-phone .intl-tel-input .flag-dropdown{
    left: 0;
	top: 0;
	border-radius: 5px;
}
.input-group.input-phone .intl-tel-input .flag-dropdown input::placeholder{
	color: transparent;
}
.input-group.input-phone .intl-tel-input .selected-flag .arrow{
	left: 85px;
}
.input-group.input-phone .selected-flag{
    margin-top: 0;
	padding-left: 8px;
    width: 100px;
	height: 34px;
}
input[type="number"]{
    -moz-appearance: textfield;
}
.product-form .form-control{
	background-color: #dee5ef;
	border: none;
	border-radius: 5px !important;
	box-shadow: none;
	padding: 0;
	height: 36px;
}
.product-form .form-control input{
	border: none;
	background-color: transparent;
	margin-left: 10px;
	width: calc(100% - 60px);
	height: 100%;
	color: #333;
}
.product-form .form-control input:-webkit-autofill{
	-webkit-box-shadow:0 0 0 1000px #dee5ef inset !important;
}
.product-form .product-server{
	position: relative;
	top: 10px;
	color: #db0e13;
	font-size: 1.4rem;
}
.product-form .form-control input::placeholder{
	color: #999;
}
.product-form .form-control .input-group-addon{
	padding: 0;
	width: 40px;
	height: 36px;
	line-height: 34px;
	border: none;
	border-right: 1px solid #fff;
	background-color: transparent;
    font-size: 14px;
    font-weight: normal;
    color: #555555;
    text-align: center;
}
.input-group .input-group-addon img{
    width: 20px;
}
.input-group.input-character .input-group-addon img{
	width: 15px;
}
.input-group-addon, .input-group-btn{
    /* width: 50px; */
    white-space: nowrap;
    vertical-align: middle;
    float: left;
}
.input-group-btn{
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn{
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child){
    border-radius: 5px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}

ul.payment-methods{
	padding: 30px 30px 40px;
}
ul.payment-methods li{
	position: relative;
	margin-right: 15px;
	border-radius: 5px;
	border: solid 1px #ccc;
	padding: 15px 10px;
	width: 16%;
	height: 55px;
	float: left;
	position: relative;
}
ul.payment-methods li.on{
	border: solid 1px #041732;
}
ul.payment-methods li input[type="radio"]{
	outline: none;
	-webkit-appearance: none;
    width: 14px;
    height: 14px;
	border: solid 1px #ccc;
	border-radius: 50%;
}
ul.payment-methods li input[type="radio"]:checked{
    background: url(/images/icon-pay-radio-check.png) no-repeat;
    background-size: 100% 100%;
	border: none;
	border-radius: 0;
}
ul.payment-methods li label{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 55px;
	margin-bottom: 0;
	text-align: center;
}
ul.payment-methods li:hover span{
	text-decoration: underline;
}
.payment-methods .payment-attr{
	display: block;
	text-align: center;
	font-size: 1.3rem;
	margin-top: -3px;
	color: #fff;
}
ul.payment-methods img{
	width: 120px;
}
ul.payment-methods label p{
	display: block;
	position: absolute;
	top: -9px;
	right: 6px;
	background-color: #828c99;
	font-size: 1.2rem;
	line-height: 16px;
	padding: 0 5px;
	border-radius: 2px;
	font-weight: 400;
	color: #041833;
}
.total-summary .summary-row{
	text-align: center;
    margin: 0 30px 10px 0;
}
.total-summary .summary-row .summary-content{
	position: relative;
}
.total-summary .summary-row .summary-content button{
	position: absolute;
	right: 0;
	top: 0;
}
.payment-summary .summary-row .discountNum{
    margin: 8px auto;
}
.paymentMethods-section .product-form{
	position: relative;
}
.page-payment .btn-submit{
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -200px;
	margin-top: -15px;
	text-align: center;
}
.page-payment .accept-box{
	margin-top: 10px;
	width: 400px;
	font-size: 1.2rem;
	color: #666;
}
.page-payment .accept-box label{
	font-weight: 400;
}
.page-payment .accept-box input[type=checkbox]{
	outline: none;
	-webkit-appearance: none;
    width: 12px;
    height: 12px;
	border: solid 1px #aaa;
	border-radius: 50%;
	margin-top: 0;
	position: relative;
	top: 2px;
}
.page-payment .accept-box input[type=checkbox]:checked{
	background: url(/images/icon-pay-radio-check.png) no-repeat;
    background-size: 100% 100%;
	border: none;
	border-radius: 0;
}
.page-payment .accept-box a{
	color: #a2810a;
}
.page-payment .btn-submit button{
	outline: none;
	background-image: linear-gradient(
157deg, #fdb313 0%, #f58b0d 100%);
    font-weight: 700;
    font-style: italic;
    color: #041732;
    font-size: 2.6rem;
	padding: 6px 20px;
	width: 220px;
	border: none;
}
.page-payment .btn-submit button[disabled]{
	opacity: .95;
}
.page-payment .total-cotent{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0 0;
}
.page-payment .total-cotent .payment-summary-l{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - 90px);
}
.page-payment .total-cotent .payment-summary-l .finalAmount{
	padding-right: 10px;
	font-weight: 700;
	color: #041732;
}
.page-payment .total-cotent .payment-summary-l .final-price{
	margin-left: 5px;
	color: #d67e00;
	font-size: 2.2rem;
}
.page-payment .total-cotent .payment-summary-r{
	width: 80px;
}
.page-payment .total-cotent .detail-btn{
	display: block;
	padding: 5px 0;
	width: 100%;
	border-radius: 3px;
	border: solid 1px #b4b4b4;
	text-align: center;
	font-weight: 700;
	color: #999;
	font-size: 1.3rem;
	cursor: pointer;
}
.page-payment .total-cotent .detail-btn:hover{
	border: solid 1px #d67e00;
	color: #d67e00;
}
.page-payment .total-cotent .price-row{
	display: none;
	position: absolute;
	bottom: -190px;
	right: 0;
	padding: 15px;
	width: 270px;
	height: 180px;
	background: url(/images/pay-check-bg.png) no-repeat center;
	background-size: 100%;
	z-index: 10;
}
.page-payment .total-cotent .price-row .item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px auto;
	font-size: 1.3rem;
}
.page-payment .total-cotent .price-row .item:last-child{
	padding-top: 10px;
    margin-top: 15px;
	border-top: dashed 1px #d0c8ab
}
.page-payment .total-cotent .price-row .item .percent{
	margin-left: 2px;
	font-size: 1.2rem;
	color: #d67e00;
}
.page-payment .total-cotent .price-row .item > span{
	color: #666;
}
.page-payment .total-cotent .price-row .item > b{
	color: #333;
}
.page-payment .total-cotent .price-row .item > b.final-price{
	color: #d67e00;
	font-size: 1.6rem;
}
.page-payment .total-cotent .discount-content{
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-left: 0;
	width: 250px;
	font-size: 1.4rem;
}
.page-payment .total-cotent .discount-content::before{
	position: absolute;
	top: 8px;
	left: 8px;
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(/images/icon-discount.png) no-repeat left center;
	background-size: 100%;
	z-index: 1;
}
.page-payment .total-cotent .discount-content input{
	position: relative;
	padding-left: 30px;
	width: calc(100% - 55px);
	background-color: #dee5ef;
	outline: none;
	border: none;
	border-radius: 3px;
	height: 30px;
	line-height: 30px;
	color: #333;
}
.page-payment .total-cotent .discount-content input::before{
	position: absolute;
	left: 10px;
	top: 0;
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(/images/icon-discount.png) no-repeat left center;
	background-size: 100%;
}
.page-payment .total-cotent .discount-content input::placeholder{
	color: #999;
}
.page-payment .total-cotent .discount-content button{
	background-color: #041732;
	border-radius: 3px;
	width: 50px;
	height: 30px;
	line-height: 30px;
	color: #fff;
}
.page-payment .total-cotent .summary{
	float: right;
	text-align: right;
	padding: 15px 0;
}
/* 会员系统 */
.page-member-bg{
	position: relative;
	margin-bottom: 50px;
}
.member-list-table{
    overflow: hidden;
    margin-top: -15px;
}
.member-info-form{
	overflow: hidden;
	margin-bottom: 30px;
}
.member-info-form .form-title{
	font-size: 1.6rem;
	font-weight: bold;
	background-color: #f5f5f5;
	padding: 10px 15px;
}
.member-info-form form{
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 20px;
}
.member-info-form .form-content .row-member-info{
	font-size: 1.5rem;
	line-height: 2rem;
	padding: 8px 0;
	/*overflow: hidden;*/
}
.member-info-form .form-content .row-member-info .row-title{
	line-height: 2rem;
    font-size: 1.5rem;
	width: 100%;
	display: inline-block;
	color: #333;
    margin-bottom: 5px;
}
.member-info-form .form-content .row-member-info input::placeholder{
	color: #999;
}
.member-info-form .form-content .row-member-info input{
	height: 40px;
	border-radius: 5px;
	padding-left: 10px;
	width: 26%;
	background: #dee5ef;
	border: none;
	color: #333;
	font-size: 1.3rem;
}
.member-info-submit{
	background-image: linear-gradient(157deg, 
	#fdb313 0%, 
	#f58b0d 100%);
	color: #041732;
	padding: 5px 15px;
	font-size: 1.5rem;
	margin-top: 10px;
	font-weight: 700;
	opacity: 1;
}
.member-info-submit:hover{
	opacity: .9;
	color: #041732;
}
.order-history .pull-right{
    position: relative;
}
.order-history .order-status-tab{
	float: left;
	display: block;
    margin-left: 10px;
    margin-top: 5px;
}
.order-history .order-status-tab li{
	margin-right: 10px;
	display: inline-block;
	border-radius: 2px;
    font-size: 1.6rem;
    font-weight: bold;
}
.order-history .order-status-tab li:last-child{
    margin-right: 0;
}
.order-history .order-status-tab li a{
	font-size: 1.5rem;
	color: #ccc;
}
.order-history .order-status-tab li a:hover{
	color: #d67e00;
}
.order-history .order-status-tab li.selected a{
	color: #d67e00;
}
.page-member-main .service-title-list{
    margin-bottom: 40px;
}
.page-member-main .product-tab > li > a, .page-member-main .product-tab li{
    font-size: 1.8rem;
}
.page-member-main .product-tab li.active a{
    font-size: 2rem;
}
.member-list-table{
    overflow: hidden;
    clear: both;
}
.order-history .order-list-content{
	width: 100%;
    margin-top: 15px;
}
.member-list-table .list-title{
    margin-bottom: 5px;
}
.member-list-table .list-title span{
	display: block;
	float: left;
	font-size: 1.5rem;
	color: #fff
}
.order-list-content .list-title span:nth-child(1), .order-list-content .list-row span:nth-child(4){
    padding-left: 10px;
}
.order-list-content .list-row span:nth-child(1) p{
    line-height: 2.4rem;
}
.order-list-content .list-row span:nth-child(1) p{
	color: #333;
}
.order-list-content .list-row span:nth-child(1) b{
	color: #d67e00;
}
.order-list-content .list-title span:nth-child(1),.order-list-content .list-row span:nth-child(1){
	width: 40%;
}
.order-list-content .list-title span:nth-child(2),.order-list-content .list-row span:nth-child(2){
	width: 20%;
}
.order-list-content .list-title span:nth-child(3),.order-list-content .list-row span:nth-child(3){
	width: 20%;
}
.order-list-content .list-title span:nth-child(4),.order-list-content .list-row span:nth-child(4){
	width: 15%;
}
.order-list-content .list-row span:nth-child(2){
    color: #d67e00;
	font-weight: 700;
}
.order-list-content .list-row span:nth-child(4){
	color: #041732;
}
.member-list-table .list-row{
	display: table;
	width: 100%;
	padding: 15px;
    background-color: #f3f3f3;
    border-radius: 5px;
    margin-bottom: 10px;
}
.member-list-table .list-row:last-child{
	border-bottom: none;
}
.member-list-table .list-row span{
	font-size: 1.4rem;
	line-height: 2rem;
	display: table-cell;
	vertical-align: middle;
	color: #666;
}
.member-list-table .list-title span{
	color: #333;
	font-weight: bold;
}
.search-order{
	position: relative;
}
.search-order input{
	height: 40px;
	line-height: 40px;
	min-width: 200px;
	border: none;
	background: #dee5ef;
	color: #333;
	border-radius: 4px;
	padding-left: 10px;
}
.search-order .btn-search{
	position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
}
.search-order .btn-search i{
	color: #333;
} 
/*selltous*/
.section-sell{
	padding: 30px 15px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 5px;
}
.section-sell h1.text-center{
	color: #333;
	overflow: hidden;
	margin: 30px auto 0;
	font-size: 3rem;
	font-weight: bold;
}
.section-sell .main-section{
    /*width: calc(50% - 20px);
	border-radius: 4px;*/
	padding: 20px;
	/*float: left;
	/*margin-right: 40px;
	min-height: 210px;
    background: #E1EEFB;
    border-top: 3px solid #1B53A1;
    box-shadow: 0 1px 10px rgba(117, 163, 253, 0.27);
    -webkit-box-shadow: 0 1px 10px rgba(117, 163, 253, 0.27);
    border-bottom: none;*/
}
.section-sell .main-section:last-child{
	margin-right: 0;
	text-align: center;
}
.section-sell optimize-words h1::before, .section-sell .optimize-words h2::before{
	display: none;
}
.section-sell .main-section h2{
    font-size: 2.5rem;
	text-align: center;
	color: #4A4B4D;
	font-weight: bold;
	margin-bottom: 5px;
}
.section-sell .main-section span.sell-con{
	color: #333;
    font-size: 1.4rem;
    line-height: 2.8rem;
}
.section-sell .main-section:last-child span.sell-con{
	position: relative;
	top: 10px;
	text-align: left;
}
.section-sell .main-section span.sell-con a{
    color: #1B53A1;
    font-weight: bold;
}
.section-sell .main-section h2 .sell-icon{
	display: inline-block;
	width: 40px;
	height: 34px;
	background: url(../images/sell-icon1.png) left center no-repeat;
	background-size: 100% 100%;
	position: relative;
	top: 6px;
	margin-right: 10px;
}
.section-sell .main-section:last-child h2 .sell-icon{
	width: 35px;
	height: 36px;
	background: url(../images/sell-icon2.png) left center no-repeat;
	background-size: 100% 100%;
}
.ci-box {
    border: 1px solid #ebece8;
    position: relative;
    padding: 20px 10px 20px 100px;
	margin:30px 0;
	text-align: left;
	border-radius: 4px;
}
.ci-box .icon {
    display: inline-block;
    height: 54px;
    width: 54px;
    line-height: 48px;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    left: 8%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ci-box .title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin: 0 auto 5px;
}
.ci-box .text {
    line-height: 23px;
    font-weight: 300;
    color: #757575;
    font-size: 1.4rem;
}
.ci-box .text a{
	color: #333;
}
/* quick-buy */
.quick-buy, .quick-buy-select, .quick-buy-quantity, .quick-buy .dropdown{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.quick-buy{
	align-items: stretch;
	-webkit-box-shadow: 0 2px 20px rgba(0,0,0,.05);
	box-shadow: 0 2px 20px rgba(0,0,0,.05);
}
.quick-buy .quick-buy-item{
	position: relative;
	padding: 30px 40px;
	background-color: #fff;
}
.quick-buy-game{
	width: calc(100% - 345px);
	border-radius: 5px 0 0 5px;
}
.quick-buy .quick-buy-game{
	padding-top: 55px;
}
.quick-buy-pay{
	width: 340px;
	border-radius: 0 5px 5px 0;
}
.quick-buy-select{
	margin-bottom: 20px;
}
.quick-buy-item .title{
	width: 140px;
	line-height: 40px;
	font-size: 1.4rem;
	color: #333;
}
.quick-buy .dropdown{
	width: calc(50% - 80px);
}
.quick-buy-select .dropdown-toggle{
	position: relative;
	display: inline-block;
	padding: 0 10px;
	line-height: 40px;
	background-color: #041732;
	border-radius: 3px;
	width: 100%;
	font-size: 1.5rem;
}
.quick-buy-select a.dropdown-toggle:hover, .quick-buy-select a.dropdown-toggle:focus{
	color: #fff;
}
.quick-buy-select .caret{
	position: absolute;
	top: 18px;
	right: 10px;
}
.quick-buy-select .dropdown-menu{
	padding: 0;
	width: 100%;
	box-shadow: none;
	max-height: 200px;
	overflow-y: scroll;
	color: #041732;
}
/* .quick-buy-select .quick-buy-server .dropdown-menu{
	display: none;
}
.quick-buy-select .quick-buy-server .dropdown-menu.active{
	display: block;
} */
.quick-buy-server.open > .dropdown-menu{
	display: none !important;
}
.quick-buy-server.open > .dropdown-menu.active{
	display: block !important;
}
.quick-buy-select .dropdown-menu li{
	padding: 0 10px;
	line-height: 32px;
	border-bottom: 1px solid #eee;
	text-align: left;
	font-size: 1.2rem;
	cursor: pointer;
}
.quick-buy-select .dropdown-menu li.active{
	color: #d67e00;
}
.quick-buy-select .dropdown-menu li:last-child{
	border-bottom: none;
}
.quick-buy-quantity .pro-quantity{
	position: relative;
	width: calc(100% - 150px);
	text-align: center;
}
.pro-unit{
	position: absolute;
	right: -18px;
	top: 22px;
	font-size: 1.5rem;
}
.quantity-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.quantity-box > span, .quantity-box > input{
	line-height: 40px;
}
.quantity-box > span{
	width: 44px;
	height: 40px;
	font-weight: 700;
	background-color: #b6c1cf;
	color: #041732;
	cursor: pointer;
}
.quantity-box > span:first-child{
	line-height: 36px;
	font-size: 2.4rem;
	border-radius: 3px 0px 0px 3px;
}
.quantity-box > span:last-child{
	font-size: 2rem;
	border-radius: 0px 3px 3px 0px;
}
.quantity-box > input{
	width: calc(100% - 92px);
	background-color: #041732;
	outline: none;
	border: none;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
.default-pro-quantity{
	margin-top: 10px;
}
.default-pro-quantity span{
	margin: 0 5px;
	font-size: 1.4rem;
	color: #666;
	cursor: pointer;
}
.default-pro-quantity span:hover, .default-pro-quantity span.active{
	color: #041732;
}
.quick-buy-pay .item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 5px 10px;
	margin-bottom: 10px;
	border-bottom: dashed 1px #cdd1d6;
	color: #666;
}
.quick-buy-pay .item.item-amount{
	border-bottom: solid 1px #cdd1d6;
}
.quick-buy-pay .item.item-pay{
	border-bottom: none;
}
.quick-buy-pay .item-l{
	font-size: 1.3rem;
}
.quick-buy-pay .item-r{
	font-size: 1.5rem;
}
.quick-buy-pay b.item-r{
	color: #333;
}
.item-pay .item-l{
	font-weight: 700;
	font-size: 1.4rem;
	color: #333;
}
.quick-buy-pay .item-pay .item-r{
	font-size: 2rem;
	color: #d67e00;
}
.item-buynow{
	position: absolute;
	display: flex;
	justify-content: space-between;
	width: calc(100% - 80px);
}
.item-buynow button{
	height: 55px;
	border-radius: 3px;
	text-align: center;
}
.item-buynow button.prt-btn-add{
	width: 55px;
	background-color: #b6c1cf;
}
.item-buynow button.prt-btn-add img{
	width: 25px;
}
.item-buynow button.prt-btn-buy{
	width: calc(100% - 70px);
	background-image: linear-gradient(157deg, 
		#fdb313 0%, 
		#f58b0d 100%);
	font-weight: 700;
	font-style: italic;
	color: #041732;
	font-size: 2.7rem;
}
/* page-goodlist-index */
.page-goodlist-index, .page-payment{
	background: #ececec url(/images/page-bg.png) no-repeat top center;
}
.goods-title{
	margin-bottom: 15px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #041732;
}
.goods-title img{
	margin-right: 5px;
	width: 32px;
}
.product-buy .goods-title{
	font-weight: 400;
}
.goods-title .product-buy-server{
	position: relative;
	z-index: 0;
	font-weight: 700;
}
.goods-title .product-buy-server::after{
	position: absolute;
	left: 0;
	bottom: -3px;
	content: '';
	display: inline-block;
	width: 100%;
	height: 6px;
	background-image: linear-gradient(157deg, 
	#fdb313 0%, 
	#f58b0d 100%);
	z-index: -1;
}
.product-select{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.product-select > div{
	background-color: #fff;
	border-radius: 5px;
}
.product-select .select-area{
	padding-top: 10px;
	width: 200px;
}
.product-select .select-server{
	padding: 15px;
	width: calc(100% - 210px);
}
/* .product-select .select-server .select-inner{
	display: none;
} */
.product-select .select-server .select-inner{
	display: flex;
	flex-wrap: wrap;
}
.product-select .select-server li{
	position: relative;
	margin: 0 10px 10px;
	padding-left: 20px;
	width: 20%;
	min-width: 120px;
	line-height: 40px;
	text-align: left;
	font-size: 1.4rem;
	color: #333;
	cursor: pointer;
}
.product-select .select-server li.active{
	font-weight: 700;
}
.product-select .select-server li.active, .product-select .select-server li:hover{
	color: #d67e00;
}
.product-select .select-server li::before{
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 13px;
	border-radius: 50%;
	background: #dfd9d6;
	border: solid 1px #041732;
	width: 14px;
	height: 14px;
	cursor: pointer;
}
.product-select .select-server li.active::before{
	background: url(/images/icon-text.png) no-repeat center;
	background-size: 14px 14px;
	border: none;
	border-radius: 0;
}
.product-select .select-area li{
	position: relative;
	padding-left: 15px;
	text-align: left;
	line-height: 50px;
	font-size: 1.6rem;
	color: #041732;
	cursor: pointer;
}
.product-select .select-area li:hover{
	color: #333;
	font-weight: 700;
}
.product-select .select-area li.active{
	border-left: 2px solid #041833;
	background-color: #ced2d7;
	color: #333;
	font-weight: 700;
}
.product-select .select-area li.active::after{
	content: '';
	display: inline-block;
	position: absolute;
	right: -8px;
	top: 50%;
	margin-top: -11px;
	width: 18px;
	height: 18px;
	background: url(/images/icon-area-active.png) no-repeat right center;
	background-size: 100%;
}
.product-select .select-area li img{
	position: relative;
	bottom: 2px;
	margin-right: 8px;
	width: 24px;
}

.index-section.product-buy{
	margin-top: 50px;
}
.product-buystep{
	margin: 50px auto 30px;
}
.buystep-inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px;
	background-color: #fff;
	border-radius: 5px;
}
.buystep-inner li{
	width: 16.66%;
	text-align: center;
	font-size: 1.5rem;
	color: #333;
}
.buystep-inner li img{
	margin-top: 10px;
	width: 100%;
}
.index-section.product-buy .product-buy-inner{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	background: #fff url(/images/icon-pro-icon-bg.png) no-repeat top left;
	border-radius: 5px;
	padding: 40px 15px 30px;
	margin-top: 25px;
}
.product-buy-inner .quick-buy-quantity{
	justify-content: flex-start;
	width: 50%;
}
.product-buy-inner .quick-buy-quantity .title{
	margin-top: 10px;
	font-size: 1.4rem;
	font-weight: 700;
	color: #333;
}
.product-buy-inner .quick-buy-quantity .pro-quantity{
	padding-left: 15px;
	width: 65%;
}
.product-buy-inner .item-buynow{
	justify-content: flex-end;
	position: relative;
	align-items: center;
	width: 40%;

}
.product-buy-inner .item-buynow button.prt-btn-buy{
	margin-left: 30px;
	width: 220px;
}
.product-buy-inner .item-buynow .item-pay{
	color: #d67e00;
	font-size: 2.4rem;
}
.btn-home{
	width: 150px;
	line-height: 50px;
	background-image: linear-gradient(157deg, 
		#fdb313 0%, 
		#f58b0d 100%);
	font-weight: 700;
	font-style: italic;
	color: #041732;
	font-size: 2.7rem;
}
/* media query */
@media (min-width: 768px){
	.page-payment{
		min-height: 1050px;
	}
}
@media (min-width: 1600px){
	.game-banner .banner-word{
		top: 220px;
	}
	.page-product-list .game-banner .banner-word{
		top: 140px;
	}
	#Verification{
		width: 75%;
	}
}
@media (max-width: 1600px){
	.nav-main > li > a{
		font-size: 1.6rem;
	}
	.game-banner .banner-word{
		display: none;
	}
    .page-game-index .category-content h2{
        font-size: 2.8rem;
        padding: 20px 0;
    }
    .good-optimize .optimize-words h1, .good-optimize .optimize-words h2{
        font-size: 2.5rem;
    }
    .good-optimize .optimize-words h1::before, .good-optimize .optimize-words h2::before{
        width: 30px;
        height: 35px;
    }
    .good-optimize, .optimize-words.optimize-words-bottom{
        margin-top: 20px;
    }
    .news-tag span{
        padding: 2px 4px;
        font-size: 1.2rem;
    }
    .index-news .news-single p, .optimize-words-about .optimize-words-content, .optimize-wordsCon .optimize-words-content{
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
    .order-history .order-status-tab{
        margin-top: 10px;
    }
    .page-member-main .product-tab li:first-child{
        min-width: 230px;
    }
    .page-member-main .product-tab li{
        min-width: 240px;
    }
    .index-news .news-single{
        padding: 30px;
    }
    .page-game-index .game-service .category-unit:first-child, .page-game-index .game-service .category-unit:last-child, .page-game-index .game-service .category-unit.active:first-child, .page-game-index .game-service .category-unit.active:last-child{
    	background-size: 100%;
    }
    .page-game-index .game-service .category-unit:first-child, .page-game-index .game-service .category-unit:last-child{
    	background-size: 95%;
    	background-position: center;
    }
    .page-game-index .game-service .category-unit.active .link-full .category-content{
	    top: 90px;
    }
    .page-game-index .game-service .category-unit .link-full .category-content{
        top: 80px;
        padding: 0;
	    padding-left: 150px;
    }
	.cart-table .pr-row .product-server{
		width: 35%;
	}
	.cart-table .pr-row .product-price{
		width: 25%;
	}
	.buystep-inner li{
		font-size: 1.4rem;
	}
}
@media (max-width: 1199px){
	body{
		font-size: 13px;
	}
	.nav-main>li>a{
		font-size: 1.4rem;
	}
	.nav-submenu .game-select > li{
		font-size: 1.2rem;
	}
	.head-item{
		margin-right: 10px;
	}
	.hamburg-item{
		margin-right: 5px;
		width: 50px;
		height: 60px;
		line-height: 54px;
	}
	.hamburg-item img{
		width: 24px;
	}
	.u_settings_wrp{
		right: 0;
	}
	.index-banner h1{
		left: 10%;
		font-size: 3rem;
		line-height: 3.5rem;
	}
	.game-banner .banner-word{
		top: 100px;
	}
	.game-title .game-name{
		font-size: 2.4rem;
		height: 8rem;
		line-height: 9rem;
	}
	.game-title .game-name::before, .game-title .game-name::after{
		margin-top: -5px;
	}
    .index-news .news-single{
        padding: 20px;
    }
    .news-list .news-title{
        font-size: 2rem;
        line-height: 2.4rem;
    }
    .optimize-wordsCon .optimize-words-content{
        min-height: 278px;
    }
    .server-link li{
        width: calc(33.33% - 15px);
        margin-right: 15px;
        font-size: 1.4rem;
    }
    .server-link li:nth-child(3n){
        margin-right: 0;
    }
	.buystep-inner{
		flex-wrap: wrap;
		padding: 30px 60px;
	}
	.buystep-inner li{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
		width: 33.33%;
	}
	.buystep-inner li:nth-child(4){
		order: 3;
	}
	.buystep-inner li:nth-child(5){
		order: 2;
	}
	.buystep-inner li:nth-child(6){
		order: 1;
	}
	.buystep-inner li:nth-child(4) img, .buystep-inner li:nth-child(5) img, .buystep-inner li:nth-child(6) img{
		margin: 0 auto 5px;
		order: -1;
	}
	.pro-unit{
		right: -15px;
		font-size: 1.4rem;
	}
	/* 会员 */
    .member-list-table{
        margin-top: -20px;
    }
    .member-info-form .form-content .row-member-info input{
        width: 40%;
    }
	#Verification{
		width: 66%;
	}
    .section-quick-buy .quick-buy-content .chooseLevel{
        width: 230px;
        margin-right: 40px;
    }
    .section-quick-buy .quick-buy-content{
        padding: 20px 25px;
    }
	.section-quick-buy .quick-buy-content .estimate-time, .section-quick-buy .quick-buy-content .quick-buy-price{
		font-size: 1.6rem;
	}
    .product-form .form-main .row-content{
    	width: 50%;
    }
    .product-form .form-main .row-title{
        width: 28%;
    }
    .pr-form-tips, .email-form-tips{
        padding-left: 30%;
    }
    .optimize-words h1, .optimize-words h2{
        font-size: 1.4rem;
		line-height: 22px;
    }
	.optimize-words h1::before, .optimize-words h2::before{
		top: 2px;
		margin-right: 5px;
		width: 15px;
		height: 15px;
		background-size: 100%;
	}
    .optimize-words-content{
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
    .good-optimize .optimize-words h1, .good-optimize .optimize-words h2{
        font-size: 2.2rem;
    }
    .product-single{
        padding: 15px 25px;
    }
    .product-single .prt-price{
        padding-left: 10%;
    }
    .product-single .prt-btn-buy, .section-quick-buy .quick-buy-con{
        right: 20px;
    }
    .cart-table .pr-row .btn-del-product{
        margin-right: 4.5%;
    }
    ul.payment-methods li{
        width: 18%;
    }
	ul.payment-methods img {
		width: 100px;
	}
	.product-tab li a{
		font-size: 1.8rem;
	}
	.page-goodlist-index .game-title .small-game-name{
		font-size: 1.8rem;
	}


    .page-game-index .category-content h2{
    	font-size: 2.4rem;
    }
    .sell-link{
    	bottom: -10px;
    }
	/*selltous*/
	.section-sell h1.text-center{
		font-size: 2.4rem;
	}
	.sell-contact{
		padding: 0 10px;
	}
	.ci-box{
		padding-left: 70px; 
	}
	.ci-box .icon{
		left: 5%;
	}
	/*formTypeCon*/
	.tradeNote{
		width: 70%;
		position: relative;
		left: 28%;
		padding-left: 10px;
	}
	.page-game-index .game-service .category-unit.active{
	    bottom: 0;
    }
	.page-game-index .game-service .category-unit.active .link-full .category-content{
		top: 88px;
	}
	.page-game-index .game-service .category-unit.active:last-child .link-full .category-content{
		top: 82px;
	}
	
	/* 滚动评论 */
	.marqueeleft{
		margin-top: 20px;
		/* width:300px; */
		overflow: hidden;
		position: relative;
	}
	.marqueeleft .marquee-ul{
		position: absolute;
	}
	.marqueeleft .reviewCard{
		border-radius: 3px;
		list-style:none;
		/* width:300px; */
		/* height:150px; */
		float: left;
	}

	.quick-buy .quick-buy-item{
		padding: 30px;
	}
	.item-buynow{
		width: calc(100% - 40px);
	}
	.item-buynow button{
		height: 40px;
	}
	.item-buynow button.prt-btn-buy{
		font-size: 2rem;
	}
	.item-buynow button.prt-btn-add img{
		width: 22px;
	}
	.index-choose{
		margin-bottom: 0;
	}
	.section-choose{
		flex-wrap: wrap;
	}
	.section-choose .choose_item{
		margin-bottom: 15px;
		margin-right: 1%;
	}
	.section-choose .choose_item:nth-child(2n){
		margin-right: 0;
	}
	.product-form .form-main{
		padding: 20px;
	}
	.payment-step-wrap .payment-userinfo, .payment-step-wrap .payment-deliveryinfo{
		width: 49%;
	}
	.payment-userinfo .product-form{
		flex-wrap: wrap;
	}
	.payment-userinfo .product-form .form-main{
		padding-bottom: 0;
		width: 100%;
	}
	.payment-userinfo .product-form .form-tip{
		padding-top: 25px;
		width: 92%;
		margin: 0 auto;
		background-image: url(/images/pay-tip-bg-m.png);
	}
}
@media (max-width: 991px){
	/* header */
	.nav-bg>.container{
		position: relative;
	}
	.mobile-header{
		float: left;
	}
    .breadcrumb{
        padding: 15px 0;
    }
	.logo img{
		height: 28px;
	}
	nav{
		position: absolute;
		top: 100%;
		right: 0;
		width: 100%;
		z-index: 1;
	}
	.nav-main{
		display: none;
		background-color: #283244;
		border-top: 2px solid #fdad00;
		max-height: 500px;
		overflow-y: scroll;
	}
	.nav-main>li{
		display: block;
		padding: 0;
		border-top: 1px solid rgba(255,255,255,.2);
	}
	.nav-main>li>a{
		padding: 0 15px;
    	line-height: 44px;
    	display: block;
	}
	.nav-submenu{
		position: static;
		display: none;
	}
	.nav-submenu .game-select{
		border:0;
		background-color: #283244;
	}
	.nav-submenu .game-select>li a{
		color: #fff;
	}
	.nav-submenu .game-select>li:last-child{
		border-bottom: 0;
	}
	.nav-submenu .game-select>li a img{
		display: none;
	}
	.global-search{
		top: 80px;
	}
	.search-result{
		min-width: 100%;
		left: 0;
	}
	.search-order input{
		width: 100%;
	}
	.index-banner h1{
		font-size: 4rem;
	}
    .page-goodlist-index .game-title .small-game-name{
        font-size: 1.8rem;
    }
	.page-game-index .game-banner h1{
		font-size: 2rem;
		top: 30px;
	}
	.game-banner .banner-word{
		top: 70px;
		left: 370px;
	}
	.game-banner .banner-word span{
		font-size: 1.5rem;
	}
	.product-single .prt-thumb{
		display: none;
	}
	.product-single .prt-name{
		padding-left: 0;
	}
    .product-single .product-name{
        font-size: 1.6rem;
    }
	.product-single .prt-price{
		padding-left: 14%;
	}
    .product-single .prt-price span{
        font-size: 1.4rem;
    }
    .product-single .delivery-time, .product-single .product-detail-toggle .toggle-title, .product-single .discount-num span{
        font-size: 1.2rem;
    }
	.page-login .form-main{
		width: 80%;
	}
	.page-login.forget-password .form-main{
		width: 60%;
	}
	.page-news>.section-left{
		width: 55%;
		padding: 15px;
	}
	.news-sidebar{
		width: 40%;
		padding: 15px;
	}
    .index-news .news-single .news-title a{
        font-size: 1.8rem;
    }
	.news-list .news-summary{
		padding-left: 0;
	}
	.error-main .content-middle{
		width: 80%;
	}
	ul.payment-methods li{
		width: 24%;
		padding-left: 5px;
		padding-right: 0;
	}
	.payment-summary .summary-title{
		text-align: right;
		padding-right: 4px;
	}
	/*membership*/
	.category-content{
		padding: 15px;
	}
	/* .optimize-words h1, .optimize-words h2, .index-news .news-single .news-title a, .news-list .news-title{
		font-size: 1.6rem;
		line-height: 2.4rem;
	} */
	.small-game-name{
		font-size: 1.5rem;
		line-height: 1.5rem;
	}
    .section-quick-buy .quick-buy-content{
        padding: 20px 25px 70px;
    }
	.section-quick-buy .quick-buy-content select{
		width: 100%;
	}
	.section-quick-buy .quick-buy-content select:first-child{
		margin-top: 0px;
	}
    .section-quick-buy .quick-buy-content .estimate-time, .section-quick-buy .quick-buy-content .quick-buy-price{
        margin-top: 15px;
    }
	.section-quick-buy .quick-buy-content .quick-buy-price{
		display: block;
	}
    .serverBox{
        padding: 0 20px;
    }
    .page-game-index .game-service{
        margin-bottom: 40px;
    }
	.category-unit.category-wofw-gold{
		margin-top: 20px;
	}
    .good-optimize .optimize-words h1, .good-optimize .optimize-words h2{
        font-size: 1.8rem;
    }
    .good-optimize .optimize-words h1::before, .good-optimize .optimize-words h2::before{
        width: 25px;
        height: 28px;
    }
    .optimize-words.optimize-words-bottom .optimize-words-content{
        padding: 20px;
    }
    .page-game-index .category-content h2{
        padding: 10px 0;
        font-size: 2rem;
    }
    .member-info-form form{
        padding: 20px 30px;
    }
    .page-goodlist-index .optimize-words.optimize-words-bottom .optimize-words-content{
        background: #1f253d none;
    }
    .product-form .form-main .row-title{
        width: 32%;
    }
    .pr-form-tips, .email-form-tips{
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
    .product-form .form-main .pr-info-txt{
        margin-bottom: 10px;
    }
    .optimize-wordsCon .optimize-words-content:last-child{
        background: #b57e0a none;
    }
    .product-single .prt-price{
        width: 43%;
    }
    .cart-table .pr-row .btn-del-product{
        margin-right: 3.7%;
    }
    .section-product{
        margin-top: 0;
    }
    .page-common .section-title, .page-common-bg .index-section blockquote{
        padding: 10px 15px;
    }
    .page-common .section-title{
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
    .section-content{
        font-size: 1.4rem;
        line-height: 2.6rem;
    }
    .page-news-detail .news-list .news-list-unit .news-time, .page-faq-detail .page-faq-bg .news-time{
        margin-bottom: 5px;
    }
    .page-game-index .game-service .category-unit:first-child, .page-game-index .game-service .category-unit:last-child, .page-game-index .game-service .category-unit.active:first-child, .page-game-index .game-service .category-unit.active:last-child{
    	height: 150px;
    }
    .page-game-index .game-service .category-unit .link-full .category-content{
    	top: 48px;
    	padding-left: 100px;
    }
    .page-game-index .game-service .category-unit.active{
    	margin-bottom: 0;
    }
    .page-game-index .game-service .category-unit:first-child .link-full .category-content{
    	top: 55px;
    }
    .page-game-index .game-service .category-unit.active:last-child .link-full .category-content{
    	top: 52px;
    }
    .page-game-index .game-service .category-unit.active .link-full .category-content{
    	top: 56px;
    	padding-left: 100px;
    }
    .page-game-index .category-content h2{
    	font-size: 1.7rem;
    }
    .sell-link{
    	width: 170px;
    	bottom: -5px;
    }
    .sell-link img{
    	height: 50px;
    }
	/*selltous*/
	.section-sell h1.text-center{
		font-size: 2.4rem;
		line-height: 3.2rem;
	}
	.ci-box{
		padding-left: 80px;
		margin-top: 0;
		margin-bottom: 20px;
	}
	/*formTypeCon*/
	.tradeNote{
		width: 65%;
		left: 32%;
		padding-left: 10px;
	}
	.quick-buy{
		flex-wrap: wrap;
	}
	.quick-buy-game, .quick-buy-pay{
		width: 100%;
	}
	.quick-buy-game{
		margin-bottom: 20px;
	}
	.footer-main .footer-menu .item > p{
		font-size: 1.3rem;
	}
	.footer-main .content{
		font-size: 1.2rem;
	}
	.product-select{
		flex-wrap: wrap;
	}
	.product-select .select-area, .product-select .select-server{
		width: 100%;
	}
	.product-select .select-server{
		padding: 0;
	}
	.product-select .select-inner{
		padding: 20px 20px 5px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	.product-select .select-area{
		padding-top: 0;
		margin-bottom: 15px;
	}
	.product-select .select-inner li{
		width: 48%;
		border: 1px solid rgb(205,209,214);
		border-radius: 3px;
		margin: 0 0 15px;
	}
	.product-select .select-area li{
		overflow: hidden;
	}
	.product-select .select-server-inner{
		padding: 10px 20px;
	}
	.product-select .select-server li{
		margin-bottom: 0;
		border: none;
		width: 25%;
	}
	.cart-table .pr-row-l{
		padding: 5px 10px;
		flex-wrap: wrap;
		line-height: 25px;
	}
	.cart-table .pr-row .product-name{
		width: calc(100% - 90px);
		font-size: 1.3rem;
	}
	.cart-table .pr-row .product-price{
		width: 80px;
	}
	.cart-table .pr-row .product-server{
		order: 2;
		width: 100%;
		color: #666;
		font-size: 1.2rem;
	}
	
	.product-buy-inner .quick-buy-quantity, .product-buy-inner .item-buynow, .product-buy-inner .item-buynow .item-pay, .product-buy-inner .quick-buy-quantity .pro-quantity{
		width: 100%;
	}
	.index-section.product-buy .product-buy-inner, .product-buy-inner .quick-buy-quantity, .product-buy-inner .item-buynow{
		flex-wrap: wrap;
	}
	.index-section.product-buy .product-buy-inner{
		padding: 30px 30px 50px;
	}
	.product-buy-inner .quick-buy-quantity .title{
		margin: 0 0 10px;
		font-weight: 400;
		font-size: 1.3rem;
	}
	.product-buy-inner .quick-buy-quantity .pro-quantity{
		padding-left: 0;
	}
	.product-buy-inner .item-buynow .item-pay{
		position: relative;
		top: 10px;
		text-align: center;
	}
	.product-buy-inner .item-buynow button.prt-btn-buy{
		position: relative;
		top: 15px;
		margin: 0 auto;
		width: 150px;
	}
	.buystep-inner{
		padding: 30px;
	}
	.buystep-inner li img{
		margin-top: 5px;
	}
}

@media (max-width: 768px){
	.nav-bg .container{
		padding: 0;
	}
	.logo img{
		height: 28px;
	}
	.global-search{
		top: 70px;
	}
	.search-result{
		top: 40px;
	}
	.index-banner h1{
		left: 5%;
		font-size: 2.3rem;
		line-height: 2.6rem;
	}  
	.category-content p{
		line-height: 1.8rem;
	}
	.optimize-words-content{
		margin-top: 15px;
	}
	.optimize-words-top{
		margin-top: 0;
	}
	.index-news .index-section{
		padding: 0;
	}
	.index-news .news-single{
		padding: 20px;
		min-height: 250px;
	}
	.news-tag span{
		font-size: 1.2rem;
	}
	.index-choose .choose_content span{
		font-size: 1.6rem;
	}
	/* 产品页 */
	ul.payment-methods{
		padding: 25px 15px 15px;
	}
	.member-info-form .form-content{
		padding: 0;
	}
	.footer-menu .menu-title{
		font-size: 1.5rem;
	}
	.footer-menu .menu-list li{
		margin-bottom: 5px;
	}
	.footer-menu .social-list li{
		width: 25%;
	}
    .product-form .form-main .pr-info-row:last-child{
        margin-bottom: 15px;
    }
    .product-form .form-main .pr-info-row.pr-email-row{
        margin-top: 10px;
    }
    /*.payment-summary .summary-content, .total-cotent.payment-summary .summary-row{
        font-size: 1.4rem;
    }*/
    .tradeNote{
		margin-bottom: 20px;
    }
	.cart-table .pr-row:last-child .pr-row-l::after{
		display: none;
	}
	.cart-table .pr-row:last-child{
		margin-bottom: 0;
	}
	.page-payment .total-cotent{
		flex-wrap: wrap;
		margin: 0 auto;
	}
	.page-payment .total-cotent .payment-summary-l, .page-payment .total-cotent .payment-summary-l .discount-row, .page-payment .total-cotent .discount-content{
		width: 100%;
	}
	.page-payment .total-cotent .price-row{
		box-sizing: content-box;
		display: block;
		position: relative;
		right: auto;
		bottom: 0;
		margin: 0 auto;
		padding: 30px 15px;
		width: 700px;
		height: 160px;
		background-image: url(/images/pay-check-bg-m.png);
		background-size: 100% 100%;
	}
	.page-payment .btn-submit{
		position: relative;
		left: auto;
		top: 0;
		margin: 10px auto;
		width: 100%;
	}
	.page-payment .accept-box{
		width: auto;
	}
	.page-payment .total-cotent .discount-content input, .page-payment .total-cotent .discount-content button{
		height: 34px;
		line-height: 34px;
	}
	.page-payment .total-cotent .discount-content input{
		width: calc(100% - 75px);
	}
	.page-payment .total-cotent .discount-content::before{
		top: 10px;
	}
	.page-payment .total-cotent .discount-content button{
		width: 70px;
		font-size: 1.3rem;
	}
	.page-payment .total-cotent .discount-content input::placeholder{
		color: #666;
	}
	.page-payment .total-cotent .price-row .item:last-child{
		padding-top: 8px;
		margin-top: 8px;
	}
	.page-payment .total-cotent .price-row .item.finalAmount > span{
		color: #041732;
		font-weight: 700;
	}
	.input-group.input-phone .intl-tel-input .country-list, .iti-mobile-select{
		left: 0;
	}
	.input-group.input-phone .intl-tel-input select{
		width: 100px;
	}
}

@media (max-width: 767px){
    /*body{
        background-color: #0a0f1d;
    }*/
	.head-fixed-bar, .nav-bg, .settings_wrp{
		height: 50px;
	}
    .head-item .clc{
        color: #fff;
    }
	.hamburg-item img{
		width: 20px;
	}
    .bt-item.head-item .item-name{
    	font-size: 1.2rem;
    }
    .country-icon{
    	font-size: 1.4rem !important;
    }
    .country-icon img{
    	width: 20px;
    	top: unset;
    }
	.logo{
		height: 50px;
		line-height: 50px;
	}
	.logo img{
		height: 20px;
	}
	.head-list{
		position: absolute;
		right: 15px;
	}
	.head-list > .head-item{
		height: 50px;
		line-height: 50px;
	}
    .dropdown-list.product-list li .product-info .product-name, .dropdown-list.product-list li .product-info .product-price span, .dropdown-list.product-list .subtotal span{
        font-size: 1.4rem;
        top: 0;
    }
    .dropdown-list.product-list li .product-info .product-price{
        top: 0;
    }
    .head-item.yes-login .dropdown-con{
        padding: 0;
    }
    .head-item.yes-login .dropdown-list li{
        padding: 0;
    }
    .head-item.yes-login  .dropdown-list li a{
        font-size: 1.3rem;
        display: block;
        padding: 8px 0;
    }
    .head-item.cart-item span.cartNum{
        top: 0;
        font-size: 1.4rem;
    }
    .search-item span i{
        color: #fff !important;
    }
    .head-item.yes-login a:active{
        color: #fff;
    }
    .search-item span i{
        color: #fff !important;
    }
    .yes-login a{
        font-size: 1.8rem;
    }
	.global-search{
		position: fixed;
		top: 50px;
		left: 0;
		width: 100%;
	}
	.global-search input{
		width: 100%;
	}
	.search-result{
		left: 0;
		top: 51px;
	}
	.hamburg-item{
		margin: 0 5px;
		width: 38px;
		height: 50px;
		line-height: 47px;
	}
    .empty-cart-word{
    	font-size: 1.2rem !important;
    }
	.nav-submenu .game-select > li a.service-name{
		text-align: left;
		margin-left: 30px;
	}
	.nav-main > li > a{
		position: relative;
	}
	.nav-main > li > a .caret{
		position: absolute;
		left: auto;
		right: 10px;
		bottom: 20px;
	}
	.main{
		margin-top: 50px;
		min-height: 500px;
	}
	.index-banner h1{
		width: 80%;
		font-size: 1.8rem;
		line-height: 2rem;
		top: 18%;
	}
	.game-banner{
		overflow: hidden;
	}
	.game-banner a{
		width: 100%;
		display: block;
	}
	.game-title .game-name{
		font-size: 1.8rem;
		height: 7rem;
		line-height: 7rem;
	}
    .page-index .game-title h1.game-name{
        background: none;
    }
	.category-unit{
        width: 100%;
		margin-bottom: 15px;
		padding: 0;
	}
	.category-unit.category-wofw-gold{
		margin: 0 auto;
	}
	.category-content h2{
		font-size: 2.2rem;
		margin-bottom: 5px;
	}
	.breadcrumb{
		font-size: 1.3rem;
	}
    .index-news .news-single .news-title a{
        font-size: 1.8rem;
    }
	.index-news .news-single, .index-news .news-single:nth-child(3), .index-news .news-single:nth-child(2n){
		width: 94%;
		margin: 0 auto 15px auto;
		min-height: auto;
        float: none;
	}
    .index-news .news-single:last-child{
        margin-bottom: 0;
    }
    .index-about .index-section{
        padding: 10px 15px;
    }
    .optimize-words h1:before, .optimize-words h2:before{
        padding: 2px 0;
    }
	.optimize-words-top{
		margin-bottom: 15px;
	}
	.optimize-words-content{
		margin-top: 5px;
	}
	.optimize-words-content, .index-news .news-single p, .optimize-wordsCon .optimize-words-content, .index-news .news-single p, .optimize-words-about .optimize-words-content{
		font-size: 1.3rem;
	}
    .optimize-wordsCon .optimize-words-content h3{
        font-size: 1.8rem;
        margin-bottom: 5px;
    }
    .page-goodlist-index .boosting-product-list .game-title{
        margin: 20px auto 15px;
    }
    .serverBox{
        padding: 0;
    }
    .choose-letter li{
        width: calc(20% - 12px);
    }
    .choose-letter li:nth-child(5n), .server-link a:nth-child(2n) li{
        margin-right: 0;
    }
    .games-list .server-link{
        margin: 8px 0 0;
        padding-bottom: 10px;
    }
    .server-link li{
        font-size: 1.2rem;
        width: calc(50% - 10px);
        line-height: 16px;
        height: auto;
        padding: 10px 5px;
    }
    .page-game-index .game-service .category-unit{
        width: 100%;
        margin-right: 0;
        /*height: auto;*/
    }
    .page-game-index .game-service{
        margin-bottom: 0;
    }
    .page-goodlist-index .optimize-words.optimize-words-bottom{
        margin-top: -5px;
    }
    .good-optimize, .optimize-words.optimize-words-bottom{
        margin-top: 0;
    }
    .good-optimize .optimize-words h1, .good-optimize .optimize-words h2{
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
    .good-optimize .optimize-words h1::before, .good-optimize .optimize-words h2::before{
        width: 20px;
        height: 30px;
        margin-right: 0;
    }
    .optimize-words.optimize-words-bottom .optimize-words-content{
        border-left: 2px solid #503e1a;
        padding: 15px;
        border-radius: 5px;
    }
    .page-game-index .index-news{
        padding: 0 5px 20px;
    }
    .optimize-words.optimize-words-bottom, .optimize-wordsCon, .optimize-wordsCon.optimize-wordsCon-boosting .optimize-words-content{
        margin-top: 15px;
    }
	/* 游戏首页 */
	.page-game-index .category-unit .link-full{
		/*background: rgba(31,38,53,.8);
		overflow: hidden;*/
		height: 100%;
	}
	.page-game-index .category-unit:last-child{
		padding-right: 0;
	}
    .page-game-index .category-content{
        padding: 5px;
    }
	.page-game-index .category-content h2{
		font-size: 2rem;
        padding: 2px;
	}
    /*.page-game-index .category-content h2 span{
        display: block;
    }*/
    .page-game-index .game-service .category-unit:first-child, .page-game-index .game-service .category-unit:last-child, .page-game-index .game-service .category-unit.active:first-child, .page-game-index .game-service .category-unit.active:last-child{
    	height: 125px;
    }
    .page-game-index .game-service .category-unit:first-child, .page-game-index .game-service .category-unit:last-child{
    	background-size: 96% 96%;
    	background-position: center;
    	margin-bottom: 0;
    }
    .page-game-index .game-service .category-unit:first-child{
    	margin-bottom: 5px;
    }
    .page-game-index .game-service .category-unit.active:first-child, .page-game-index .game-service .category-unit.active:last-child{
    	background-size: 100% 100%;
    }
    .page-game-index .game-service .category-unit.active .link-full .category-content, .page-game-index .game-service .category-unit .link-full .category-content{
    	position: unset;
    	width: 100%;
    	text-align: center;
    	padding-top: 50px;
    	padding-left: 90px;
    }
    .page-game-index .game-service .category-unit .link-full .category-content{
    	padding-top: 48px;
    }
    .page-game-index .game-service .category-unit.active:last-child .link-full .category-content{
    	padding-top: 48px;
    }
    /*.page-game-index .game-service .category-unit.active .link-full .category-content{
        bottom: 40px;
        right: 40px;
    }
    .page-game-index .game-service .category-unit .link-full .category-content{
        bottom: 45px;
        right: 40px;
    }*/
	/*.page-game-index .category-content.active{
		border: 1px solid #fdad00;
	}*/
	.product-form .form-main .pr-info-row{
		margin-bottom: 5px;
	}
    .product-tab li{
        min-width: 50%;
        width: 50%;
		padding: 0;
    }
    .page-member-main .product-tab li:first-child, .page-member-main .product-tab li{
        min-width: auto;
    }
    .page-member-main .product-tab li:first-child{
        width: 48%;
    }
    .page-member-main .product-tab li{
        width: 52%;
    }
    .page-member-main .product-tab li i{
        display: none;
    }
    .page-member-main .product-tab li:first-child::before{
        width: 22px;
        transform: rotate(-12deg);
    }
    .order-history .order-status-tab{
        margin: 8px 0 0;
    }
    .page-member-main .product-tab li a{
        font-size: 1.6rem;
    }
    .page-member-main .product-tab li.active a{
        font-size: 1.8rem;
    }
    .service-title-list{
        margin-bottom: 20px;
    }
	.product-single{
		display: block;
        padding: 15px;
        position: relative;
	}
	.product-single>div.prt-name, .product-single>div.prt-price{
		display: block;
	}
	.product-single .prt-name{
		width: auto;
		padding-bottom: 2px;
	}
    .product-single .product-name{
        font-size: 1.6rem;
    }
	.product-single .prt-price{
		width: auto;
		padding: 4px 0 0 0;
	}
    .product-single .prt-price span{
        font-size: 1.4rem;
    }
	.product-single .prt-btn-buy{
		right: 15px;
		bottom: 15px;
		top: initial;
	}
	.product-single .prt-btn-buy a:last-child{
		line-height: 20px;
	}
    .product-single .prt-price span.nprice{
        position: unset;
    }
    .product-single .discount-num{
        line-height: 32px;
        top: -5px;
        right: -5px;
        left: auto;
        width: 100px;
        height: 70px;
        background: url('/images/discount-bg_m.png') top right no-repeat;
        background-size: 80px 70px;
        z-index: 1;
        text-align: center;
    }
    .product-single .discount-num span{
        width: auto;
        display: inline-block;
        transform: rotate(42deg);
        -webkit-transform: rotate(42deg);
        -moz-transform: rotate(42deg);
        position: relative;
        left: 15px;
    }
    .discount-numBg{
        width: 70px;
        position: absolute;
        right: 0;
        top: 0;
        margin-top: -12px;
        margin-right: -1px;
        transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
    }
    .payment-section h2{
		padding: 10px 15px;
        font-size: 1.5rem;
    }
	.payment-section h2 img{
		margin-right: 5px;
		width: 25px;
	}
	.cart-table{
		padding: 15px;
	}
	.cart-table .pr-row-r{
		background-color: transparent;
	}
	.cart-table .pr-row .btn-del-product{
		margin-right: 0;
		width: 20px;
	}
    .payment-section{
        padding-bottom: 0;
    }
	.page-product-detail .prt-btn-buy{
		position: relative;
		right: 4%;
		margin-top: 6px;
		float: right;
	}
    .product-form .form-main .pr-info-row.pr-info-server{
        margin-bottom: -10px;
    }
	.product-form .form-main .pr-info-txt{
		height: auto;
	}
	.pr-form-tips, .email-form-tips{
		margin-top: 4px;
	}
    .email-form-tips{
        margin-bottom: 5px;
        font-size: 1.3rem;
        margin-top: -5px;
        line-height: 2rem;
    }
    .email-form-tips::before{
        width: 20px;
    }
    .index-news .news-single .news-title{
        padding-bottom: 5px;
    }
	/*付款成功*/
	.order-remind{
		width: 100%;
	}
    .news-list .news-title, .page-faq-detail .faq-title{
        font-size: 1.8rem;
        line-height: 2.2rem;
        width: 100%;
    }
	/* 注册登录 */
	.page-login .login-bg{
		padding: 0;
	}
	.page-login .section-login-left{
		width: 100%;
		margin-left: 0;
	}
	.page-login .form-main, .page-login.forget-password .form-main{
		width: 100%;
	}
	.page-news>.section-left{
		width: 100%;
	}
    .page-news-bg, .page-faq-bg{
        padding: 15px 20px;
    }
	/* 关于我们 */
	.error-main .setence-01{
		padding: 5px 0;
	}
	.error-main .content-middle{
		width: 100%;
		padding: 15px 0;
		margin-top: 20px;
	}
	.error-main .content-middle span{
		font-size: 4rem;
	}
	.error-main .setence-03{
		padding-top: 30px;
	}
	.contact-meun{
		padding: 0;
	}
	.link-logo li{
		padding-left: 5px;
		padding-right: 5px;
	}
	/* 购物车 */
    .product-form .pr-name{
        font-size: 1.4rem;
    }
    .total-summary .summary-row{
        margin-bottom: 0;
    }
	ul.payment-methods{
		padding-top: 20px;
	}
	ul.payment-methods li{
		margin-right: 2%;
		width: 49%;
		height: 45px;
	}
	ul.payment-methods li input[type="radio"]{
		margin-top: 0;
	}
	ul.payment-methods li label{
		line-height: 45px;
	}
	ul.payment-methods li:nth-child(2n){
		margin-right: 0;
	}
	.product-form .form-main .row-title{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
        font-size: 1.4rem;
		/*float: none;*/
	}
	.product-form .form-main .row-content{
		width: 100%;
		font-size: 1.5rem;
	}
	.product-form .form-main .pr-info-server .row-title{
		width: 25%;
	}
	.product-form .form-main .pr-info-server .row-content{
		width: 60%;
	}
	.form-time-tips{
		padding-left: 0;
	}
	.payment-deliveryinfo.fullwidth .product-form .input-group{
		width: 100%;
	}
	/* 会员 */
    .page-member-main .service-title-list{
        margin-bottom: 20px;
    }
    .member-list-table{
        margin-top: 20px;
    }
    .product-tab li{
        background: url('/images/protab_m.png') no-repeat center;
        background-size: 100% 100%;;
    }
    .product-tab > li.active{
    	background: url('/images/protab_active_m.png') no-repeat center;
		background-size: 100% 100%;;
    }
    .product-tab li, .product-tab > li > a{
        font-size: 2rem;
        height: 45px;
        line-height: 45px;
    }
    .member-info-form form{
        padding: 20px;
    }
	.member-list-table .list-row span{
		/*word-break: break-all;*/
	}
	.member-list-table .list-row{
		padding: 10px;
	}
	.order-list-content .list-row span{
		display: block;
		width: 50% !important;
        font-size: 1.2rem;
	}
	.order-list-content .list-row span:nth-child(1){
		float: left;
	}
	.order-list-content .list-row span:nth-child(2),
	.order-list-content .list-row span:nth-child(3),
	.order-list-content .list-row span:nth-child(4){
		float: right;
		text-align: right;
		padding-bottom: 2px;
	}
	.order-list-content .list-title span:nth-child(4){
		text-align: right;
		float: right;
	}
	.order-list-content .list-row span:nth-child(4){
		margin-top: 5px;
		clear: right;
	}
	.member-list-table .list-row{
		padding-bottom: 12px;
	}
	.member-info-form .form-content .row-member-info .row-title, .member-info-form .form-content .row-member-info input{
		width: 100%;
	}
    .member-info-form .form-content .row-member-info .row-title{
        margin-bottom: 5px;
    }
	.member-info-submit{
		margin-left: 0;
		width: 100%;
        margin: 20px auto;
	}
	.total-cotent .total-price, .total-cotent .coupon-price, .total-cotent .final-price{
		float: right;
	}
    .payment-summary .discount-row .discount-content input{
        font-size: 1.4rem;
    }
	.total-cotent{
		padding: 15px 0 10px;
	}
	.total-summary .summary-title{
		width: auto;
	}
	.news-list .news-list-unit .top-icon{
		display: none;
	}
	.index-choose .index-section{
		padding: 0;
	}
	.section-title.upper-center{
		height: 4rem;
	}
	.section-title.upper-center i{
		font-size: 3rem;
	}
	.section-title.upper-center:after{
		bottom: 70px;
		background-size: 200%;
		height: 110px;
	}
	.page-login .form-main .input-row input{
		font-size: 1.4rem;
	}
    .section-quick-buy .quick-buy-content{
        padding: 15px 15px 65px;
    }
    .section-quick-buy .quick-buy-content .chooseLevel{
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .section-quick-buy .quick-buy-content .chooseLevel:last-child{
        margin-bottom: 0;
    }
    .section-quick-buy .quick-buy-content .chooseLevel span{
        margin-bottom: 5px;
        font-size: 1.4rem;
    }
    .section-quick-buy .quick-buy-content .estimate-time, .section-quick-buy .quick-buy-content .quick-buy-price{
        margin-top: 5px;
        font-size: 1.5rem;
    }
    .news-tag{
        margin-bottom: 0;
    }
    .product-form .form-main .row-title{
        height: 38px;
    }
    .pr-form-tips, .email-form-tips{
        font-size: 1.2rem;
        line-height: 2.4rem;
    }
    .pr-form-tips{
        margin-top: 10px;
    }
    .product-form .form-main .pr-info-row.pr-email-row{
        margin-top: 0;
    }
    .footer-main .footer-menu{
    	padding-bottom: 5px;
    }
	.footer-social{
		margin-bottom: 10px;
	}
	.contact-meun ul{
		width: 100%;
	}
    .contact-meun li{
    	padding: 5px 12px;
    	margin: 0 auto !important;
		width: auto;
    	font-size: 1.2rem;
    }
    .footer-menu a{
    	font-size: 1.2rem;
    }
    .footer-main .scroll-top{
    	bottom: calc(100% + 5px);
    }
	/* contactUs */
	.contactUs_box{
		right: 10px;
		z-index: 0;
	}
	.contactUs_box.display, .openContact{
		bottom: 70px;
		right: 10px;
		padding: 12px;
		z-index: 2;
	}
	.openContact.hidden{
		display: none;
	}
	.contactUs_box.display{
		padding: 20px 5px;
	}
	.messenger_box>a>img, .livechat_box>a>img{
		width: 20px;
	}
    /*formTypeCon*/
    .product-form .form-main .pr-info-method{
    	margin-bottom: 0 !important;
    }
	.tradeNote{
		width: 100%;
		padding-left: 0;
		left: 0;
		top: 10px;
		font-size: 1.2rem;
    	line-height: 2.4rem;
	}
	.tradeNote b{
		font-size: 1.4rem;
	}
	.tradeNote i{
		font-size: 1.6rem;
	}
    /*selltous*/
    .section-sell h1.text-center{
    	margin-top: 0;
    }
    .section-sell .main-section{
    	padding: 10px 10px 20px;
    }
    .section-sell .main-section span.sell-con{
    	line-height: 2.6rem;
    }
    .sell-link{
    	position: relative;
    	bottom: auto;
    	margin-bottom: 20px;
    	width: 100%;
    }
    .sell-link img{
    	height: auto;
    }
	
	/* 滚动评论 */
	.commentcon{
		margin-top: 60px;
	}
	.marqueeleft li .username{
		font-size: 13px;
	}
	.marqueeleft li .review-buycoins{
		font-size: 14px;
	}
	.marqueeleft li .review-date{
		font-size: 12px;
	}
	.marqueeleft li .review-txt{
		line-height: 22px;
		font-size: 1.2rem;
	}
	.section-choose .choose_item{
		padding: 15px;
	}
	.index-choose .choose_content span{
		font-size: 1.4rem;
	}
	.choose_content span img{
		height: 30px;
	}
	.section-choose .choose_item{
		font-size: 1.2rem;
	}
	.game-title .game-name{
		font-size: 1.5rem;
		height: 6rem;
		line-height: 7rem;
	}
	.section-product .game-title .game-name{
		height: 4rem;
		line-height: 4rem;
	}
	.section-product .game-title .game-name::before, .section-product .game-title .game-name::after{
		margin-top: -5px;
	}
	.game-title .game-name::before, .game-title .game-name::after{
		width: 80px;
		height: 10px;
		margin-top: 0;
	}
	.game-title .game-name::before{
		left: -90px;
	}
	.game-title .game-name::after{
		right: -90px;
	}
	.quick-buy-game, .quick-buy-pay{
		border-radius: 5px;
	}
	.quick-buy .quick-buy-item{
		padding: 15px 20px;
	}
	.pro-unit{
		top: 18px;
		font-size: 1.3rem;
	}
	.quick-buy-item .title{
		width: 100%;
		font-size: 1.3rem;
		line-height: 30px;
	}
	.quick-buy-select, .quick-buy-quantity{
		flex-wrap: wrap
	}
	.quick-buy-select{
		margin-bottom: 15px;
	}
	.quick-buy .dropdown{
		width: calc(50% - 2px);
	}
	.quick-buy-select .dropdown-toggle{
		line-height: 36px;
		font-size: 1.2rem;
	}
	.quick-buy-select .caret{
		top: 16px;
	}
	.quick-buy-quantity .pro-quantity{
		width: 100%;
	}
	.default-pro-quantity span{
		font-size: 1.3rem;
	}
	.quantity-box > span, .quantity-box > input{
		line-height: 36px;
	}
	.quantity-box > span{
		height: 36px;
	}
	.quick-buy-pay .item.item-pay{
		margin-bottom: 0;
	}
	.item-buynow{
		width: calc(100% - 30px);
	}
	.quick-buy-pay .item{
		padding: 0 2px 8px;
		margin-bottom: 8px;
	}
	.quick-buy-pay .item-l{
		font-size: 1.2rem;
	}
	.quick-buy-pay .item-r, .item-pay .item-l{
		font-size: 1.3rem;
	}
	.quick-buy-pay .item-pay .item-r{
		font-size: 1.7rem;
	}
	.footer-main .footer-menu{
		flex-wrap: wrap;
		padding: 0;
	}
	.footer-main .footer-menu .item{
		width: 48%;
	}
	.footer-main .footer-menu .footer-social{
		margin: 15px 0 10px;
		width: 100%;
	}
	.goods-title{
		margin: 10px 0;
		font-size: 1.4rem;
	}
	.goods-title img{
		width: 25px;
	}
	.goods-title .product-buy-server::after{
		bottom: -1px;
		height: 3px;
	}
	.product-select .select-inner{
		padding: 15px 15px 0;
	}
	.product-select .select-server li{
		width: 49%;
		min-width: unset;
		border: none;
		font-size: 1.3rem;
	}
	.product-select .select-area li{
		line-height: 32px;
		font-size: 1.4rem;
		color: rgb(51,51,51);
	}
	.product-select .select-area li img{
		width: 15px;
	}
	.product-select .select-server .select-inner{
		padding: 10px 15px 5px;
	}
	.product-select .select-server li{
		padding-left: 50px;
		line-height: 34px;
		color: rgb(102,102,102);
	}
	.product-select .select-server li::before{
		top: 9px;
		left: 30px;
	}
	.index-section.product-buy{
		margin-top: 30px;
	}
	.index-section.product-buy .product-buy-inner{
		padding: 20px 20px 0;
		margin-top: 5px;
	}
	.dropdown-con, .u_settings_wrp{
		background-color: rgba(3, 18, 39, .9);
	}
	.buystep-inner{
		padding: 20px 15px;
	}
	.buystep-inner li{
		line-height: 15px;
		font-size: 1.2rem;
	}
	.buystep-inner li span{
		display: flex;
		align-items: center;
		height: 32px;
	}
	.cart-table .pr-row{
		flex-wrap: wrap;
		margin-bottom: 20px;
		line-height: 25px;
		font-size: 1.3rem;
	}
	.cart-table .pr-row:last-child{
		margin-bottom: 10px;
	}
	.cart-table .pr-row-l{
		margin-right: 0;
		width: calc(100% - 25px);
		line-height: 23px;
	}
	.cart-table .pr-row-r{
		width: 25px;
		text-align: right;
	}
	.cart-table .pr-row .product-name{
		font-size: 1.2rem;
	}
	.product-form .product-server{
		font-size: 1.3rem;
	}
	.payment-step-wrap{
		margin: 20px auto;
	}
	.payment-step-wrap .payment-userinfo, .payment-step-wrap .payment-deliveryinfo{
		width: 100%;
	}
	.input-group.input-phone{
		margin-bottom: 10px;
	}
	.payment-userinfo .product-form .form-tip{
		margin-bottom: 20px;
	}
	.payment-step-wrap .payment-deliveryinfo{
		margin-top: 20px;
	}
	.product-form .input-group{
		margin-bottom: 10px;
	}
	.page-payment .btn-submit{
		position: relative;
		left: auto;
		margin: 15px auto;
		text-align: center;
	}
	.page-payment .btn-submit button{
		padding: 8px 20px;
		width: 150px;
		font-size: 1.8rem;
	}
	.footer-about .content >div, .footer-main .footer-menu .item > p{
		margin-bottom: 10px;
	}
	.product-form .form-main{
		padding: 15px;
	}
	.page-payment .total-cotent .price-row{
		padding: 20px 15px;
		width: 100%;
	}
	.input-group .input-group-addon img{
		width: 18px;
	}
	.page-success-payment{
		padding: 40px 20px;
	}
	.page-success-payment .order-price{
		font-size: 2.2rem;
	}
	.page-success-payment .pay-success-title{
		font-size: 1.4rem;
	}
	.page-success-payment .order-number{
		padding: 10px 0;
	}
	.page-success-payment a.get-order{
		width: 140px;
		font-size: 1.5rem;
	}
	.order-remind .remind-content p{
		margin-top: 2px;
		line-height: 20px;
		font-size: 1.2rem;
	}
}