@charset "utf-8";

/* reset all */
html{
	/*font-size: 20px;*/
	width: 100%;
	height: 100%;
	margin:0px;
    padding:0px;
}
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: #87888b;
}
button.btn:focus,button.btn:visited,button.btn:active{
	outline: none;
}
.payment_free{
	/*background: linear-gradient(270deg,#fd9561,#e93b3d);*/
	background: #dfeafb;
	position: absolute;
	top: -13px;
	/*right: -7px;*/
	right: 0;
	line-height: 26px;
	transform: scale(.8);
	font-size: 1.6rem;
	color: #333;
	/*padding-left: 10px;*/
	padding: 0 10px;
	border-radius: 2px;
	/*border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;*/
	font-weight: normal;
}
.payment_free{
	/*right: -6px;*/
	font-size: 1.4rem;
}
.payment_free{
	font-size: 1.4rem;
	right: -12px;
}
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: "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.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-face{
  font-family: "Lora";
  src: url("../font/Lora-Italic.eot"); /* IE9 Compat Modes */
  src: url("../font/Lora-Italic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/Lora-Italic.svg") format("svg"), /* Legacy iOS */
    url("../font/Lora-Italic.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../font/Lora-Italic.woff") format("woff"), /* Modern Browsers */
    url("../font/Lora-Italic.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Lora";
  src: url("../font/Lora-Bold.eot"); /* IE9 Compat Modes */
  src: url("../font/Lora-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
   url("../font/Lora-Bold.svg") format("svg"), /* Legacy iOS */
   url("../font/Lora-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
   url("../font/Lora-Bold.woff") format("woff"), /* Modern Browsers */
   url("../font/Lora-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 700;
  font-style: normal;
}
i.iconfont.icon-cuowu.icon{
	position: absolute; 
	top: 0;
	right: 57px;
	display: none;
}
.mask{
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background-color:rgba(0, 0, 0, 0.7);
	position:fixed;
	z-index: 1999; 
	display: none;
}
.mask .mask-div{
	position: relative;
	margin:0 auto;
	width:500px ;
    top: 32.5%;
}
.mask .mask-div .mask-img{
	width:100%;
	height:100%;
}
.mask .mask-div .mask-cbtn{
	position: absolute;
	width:35%;
	left: 34%;
	top: 60%;
}
.mask .mask-div .mask-del{
	position: absolute;
	width:11%;
	left: 89%;
	top:0;
}
body{
	font-family: 'Lora', Helvetica;
	background-color: #f6f7f7;
	overflow-x: hidden;
	/*color: #fff;*/
}
.container{
	max-width: 1370px;
	margin: 0 auto;
}
.breadcrumb{
	background: transparent;
	padding-left: 0;
	padding: 20px 15px 20px 0;
	margin-bottom: 0;
	color: #666;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    color: #6f6f6f;
}
.breadcrumb a{
	color: #6f6f6f;
}
.breadcrumb a:hover{
	color: #fdad00;
}

/* 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: 80px;
	z-index: 200;
}
.nav-bg{
	background-color: #1f2635;
	height: 80px;
}
.logo{
	float: left;
	padding-right: 10px;
}
.logo img{
	width: auto;
	height: 29px;
	margin: 24px 0 27px;
}
nav{
	float: left;
}
.nav-main>li{
	line-height: 28px;
	padding: 25px;
	position: relative;
}
.nav-main>li.active{
	background-color: #283244;
}
.nav-main>li.active:after{
	display: none;
}
.nav-main>li>a{
	color: #fff;
	font-size: 1.8rem;
	text-transform: uppercase;
}
.nav-main>li>a .caret{
	position: relative;
	left: 4px;
	bottom: 0;
}
.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.selected{
	background-color: #de6262;
}
.nav-submenu>li.selected a{
	color: #fff;
}
.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: #fdad00;
}
.nav-submenu .game-select>li:last-child{
	border-bottom: none;
}
.head-item{
	height: 80px;
	text-align: center;
	position: relative;
	cursor: pointer;
    font-size: 1.4rem;
}
.head-item .cartNum {
	color: #fff;
}
.head-item:first-child{
	border-left: none;
}
.head-item .item-name{
	font-weight: normal;
}
/*.head-item .item-name a:link{
	color: #fff;
}*/
.head-item .item-name a:hover{
	color: #fdad00;
}
.head-item:hover i{
	color: #fff;
}
.head-item.yes-login .item-name{
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.head-item.yes-login .item-name a{
    display: block;
    width: 100%;
    position: relative;
    padding-right: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.head-item.yes-login .item-name a span.caret{
    position: absolute;
    right: 0;
    top: 9px;
}
.head-item .dropdown-backdrop{
    display: none;
}
.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;
}
.dropdown-con, .u_settings_wrp{
	/*display: none;*/
	position: absolute;
	right: 0;
	left: auto;
	top: 100%;
	z-index: 800;
	border-top: 2px solid #fdad00;
	background-color: #283244;
	margin-top: 0;
}

#user_bt_info{
	cursor: pointer;
	position: relative;
}
.country-icon img{
	max-width: 24px;
	max-height: 32px;
	vertical-align: top;
	position: relative;
	top: 4px;
}
.settings_wrp{
	position: relative;
}
.u_settings_wrp{
	display: none;
	padding: 0 20px;
	right: 10px;
}
.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;
}
.empty-cart-word{
	display: block;
	color: #ccc;
	text-align: center;
	font-size: 1.5rem;
	padding: 5px 0;
	/* border-bottom: 1px solid rgba(255,255,255,.2); */
}
.dropdown-list{
	background-color: #283244;
	margin-top: 1px;
}
.dropdown-list li{
	display: table;
	padding: 15px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	width: 100%;
}
.dropdown-list li:hover a{
	color: #fff;
}
.dropdown-list li:last-child{
	border-bottom: none;
}
.select-area.gold-select-area{
    margin-top: 25px;
    position: relative;
}
.sell-link{
	width: 220px;
	position: absolute;
	right: 0;
	bottom: -5px;
}
.sell-link img{
	width: 100%;
	height: 56px;
}
.chosen-container-single .chosen-search input[type="text"]{
	color: #333;
}
.select-area select, .chosen-container-single .chosen-single{
    margin-right: 15px;
    background: url('/images/arrow-down nobackground.png') no-repeat right center !important;
    cursor: pointer;
    color: #79797b !important;
    font-size: 1.4rem !important;
}
.chosen-container-single .chosen-search input[type="text"]{
	padding: 10px 20px 10px 5px !important;
	margin: 5px 0 0 !important;
	/*background: url("chosen-sprite@2x.png") no-repeat 100% !important;*/
	background-position-y: -32px !important;
	background-size: 80px 58px !important;
	border-radius: 4px !important;
}
.chosen-container .chosen-results li{
	font-size: 1.4rem !important;
	padding: 7px 5px !important;
}
.chosen-container .chosen-results li:hover{
	background: #3399ff !important;
	color: #fff !important;
}
.chosen-container-single .chosen-single div b{
	background: none !important;
	display: none;
}
.select-area select:last-child, .chosen-container-single .chosen-single{
    margin-right: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
	.chosen-container-single .chosen-single div b{
    	background-image: none !important;
	    display: none !important;
	}
	.select-area .chosen-container-single .chosen-search input[type="text"]{
	    background-position-y: -30px !important;
	    background-size: 74px 54px !important;
    }
}
.select-area select option{
    color: #333;
    background-color: #fff;
}
.product-list li .product-thumb{
	width: 32px;
	height: auto;
	border-radius: 2px;
	overflow: hidden;
	margin-top: 4px;
}
.product-list li img,.product-list li>div{
	display: table-cell;
	vertical-align: middle;
}
.product-list li .product-info{
	padding-left: 8px;
	padding-right: 8px;
	min-width: 200px;
}
.product-list li .product-info a{
	display: block;
	font-size: 1.4rem;
}
.product-list li .product-info .product-name{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
    display: block;
    text-align: left;
	color: #ffffff;
}
.product-list li .product-info .product-price{
	color: #fdad00;
	font-weight: bold;
	text-align: left;
}
b#cart_number{
	font-size: 12px;
	color: #fdad00;
	padding: 0 1px;
}
.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: relative;
	top: 0;
	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: #34495e;
	transform: rotate(45deg);
}
.product-list li .del-product:after{
	content: "";
	width: 1px;
	height: 8px;
	position: absolute;
	left: 8px;
	top: 4px;
	display: block;
	background-color: #34495e;
	transform: rotate(-45deg);
}
/*.product-list li .del-product:hover .product-list li .del-product:before, .product-list li .del-product:hover .product-list li .del-product:after{
	background-color: #fff;
}*/
.product-list .subtotal{
	color: #fdad00;
	padding: 15px 15px 0;
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
	width: 100%;
}
.cart-action{
	text-transform: uppercase;
	text-align: center;
	padding: 15px;
	width: 100%;
}
.cart-action a{
	color: #0f0f0f;
	font-size: 1.5rem;
	font-weight: bold;
	cursor: pointer;
	padding: 6px 10px;
	border-radius: 4px;
	background: rgba(253,193,22,1);
}
.cart-action a:hover{
	background: rgba(253,193,22,.8);
}
.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: 10px;
	background: #283244;
	border-radius: 4px;
	overflow: hidden;
	width: 80%;
	margin: 30px auto 0;
	text-align: left;
}
.order-remind .remind-title{
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	padding-bottom: 2px;
	text-transform: uppercase;
	color: #fff;
}
.order-remind img{
	float: left;
	display: block;
	max-width: 32px;
	padding-top: 15px;
}
.order-remind .remind-content{
	float: left;
	padding-left: 15px;
	max-width: calc(100% - 32px);
}
.order-remind .remind-content p{
	font-size: 1.4rem;
}
.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: 80px;
	min-height: 700px;
}
/* .page-index .main{
    background: url(/images/classic_news_bg.png) bottom no-repeat;
} */
#mpanel2{float: right;}
/* footer */
.ban-notice{
	/* background-color: #1b212d; */
	margin: 10px 0;
	color: #aab1b7;
}
.footer-main{
	background-color: #1b212d;
    padding-top: 20px;
}
.footer-main>.container{
	position: relative;
}
.footer-main .scroll-top{
	position: absolute;
	right: 15px;
	bottom: calc(100% + 40px);
	width: 40px;
	height: 40px;
	opacity: 0;
}
.footer-main .scroll-top span{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fdad00;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
}
.footer-main .scroll-top span:hover{
	opacity: 0.85;
}
.footer-main .scroll-top span:before{
	content: "";
	width: 2px;
	height: 12px;
	display: block;
	position: absolute;
	left: 16px;
	top: 14px;
	background-color: #0f0f0f;
	transform: rotate(45deg);
}
.footer-main .scroll-top span:after{
	content: "";
	width: 2px;
	height: 12px;
	display: block;
	position: absolute;
	left: 24px;
	top: 14px;
	background-color: #0f0f0f;
	transform: rotate(-45deg);
}
.footer-main .footer-menu{
	padding-bottom: 10px;
}
.footer-main .menu-list {
	color: #ffffff;
}
.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-menu p{
	color: #fff;
	font-size: 1.4rem;
	padding-top: 18px;
	line-height: 2rem
}
.footer-menu a{
	font-size: 1.4rem;
	color: #fff;
	padding: 0 5px;
}
.footer-menu a:hover{
	color: #fdad00;
}
.contact-meun{
	margin-bottom: 5px;
}
.contact-meun a:link, .contact-meun a:visited, .contact-meun a:hover, .contact-meun a:active{
	color: #fff;
}
.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-social{
	float: none;
	width: 300px;
	overflow: hidden;
	margin: 0 auto 15px;
}
.footer-social a{
	display: inline-block;
	margin: 0 10px;
}
.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: 13px;
	line-height: 2rem;
}
.copyright a{
	text-decoration: underline;
	color: #fff;
	margin: 0 4px;
}
/* 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%;
	padding: 25px 25px 0;
}
.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{
	/* padding: 15px 30px; */
	border-radius: 5px;
	/* overflow: hidden; */
}
.index-section-border{
	background: none;
	border: 1px solid #2b3c50;
}
.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: url(/images/classic_about_bg.png) top repeat-y;
	background-size: 100%;
	border-radius: 20px;
	padding: 30px;
}
.index-section .index_choose{
	color: #aab1b7;
	font-size: 1.4rem;
	line-height: 1.8rem;
}
.index-section .index_choose .choose_content{
	padding: 1rem 1rem 1rem 8.5rem;
	font-size: 1.6rem;
	line-height: 2rem;
}
.index-section .index_choose span{
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
.section-content{
	line-height: 26px;
	overflow: hidden;
    color: #2a2216 !important;
}
.page-index, .index-news{
    background: url(/images/classic_news_bg.png) center no-repeat;
}
.page-index .page-index-public .index-news{
    background: none;
}
.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;
}
.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;
}
.index-choose .choose_safe i{
	color: #50a100;
}
.index-choose .choose_price i{
	color: #fdad00;
}
.index-choose .choose_service i{
	color: #4dabf7;
}
.index-choose .choose_chat i{
	color: #7536cc;
}
.index-choose .choose_chat, .index-choose .choose_price{
	background-color: #b9cdf7;
	padding: 20px 30px;
	min-height: 170px;
}
.index-choose .choose_safe, .index-choose .choose_service{
	background-color: #aac1fb;
	padding: 20px 30px;
	min-height: 170px;
}
.index-choose .choose_content span{
	color: #484758;
	font-size: 1.8rem;
	font-weight: bold;
	vertical-align: middle;
}
.index-choose .choose_content span .img{
    width: 30px;
    height: 30px;
	margin-right: 10px;
    position: relative;
    bottom: 4px;
}
.index-choose .choose_content span .img-choose-chat {
    background: url('../images/icon-choose_chat.png') no-repeat center center;
	background-size: contain;
	display: inline-block;
}
.index-choose .choose_content span .img-choose-safe {
    background: url('../images/icon-choose_safe.png') no-repeat center center;
	background-size: contain;
	display: inline-block;
}
.index-choose .choose_content span .img-choose-price {
    background: url('../images/icon-choose_price.png') no-repeat center center;
	background-size: contain;
	display: inline-block;
}
.index-choose .choose_content span .img-choose-service {
    background: url('../images/icon-choose_service.png') no-repeat center center;
	background-size: contain;
	display: inline-block;
}

.index-choose .choose_content p{
	font-size: 1.4rem;
	line-height: 2.4rem;
	margin-top: 5px;
}
/* 搜索结果页 */
.bg-white{
	background-color: #fff;
}
/* 游戏首页 */
.game-title .game-name{
	font-size: 4rem;
	height: 12rem;
	line-height: 12rem;
	white-space: nowrap;
	color: #2b200e;
	text-align: center;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold; 
	/*background: url(/images/classic_title.png) center no-repeat;*/
	background-size: 100%;
}
.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-boosting.category-boost{
    margin-bottom:35px;
}
.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;
	/* border-radius: 19px; */
}
.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: #a7bbdc;
    border-radius: 10px;
    padding: 0 40px;
}
.choose-letter ul{
	overflow: hidden;
}
.choose-letter li{
	text-transform: uppercase;
	border: 1px solid #6d7b96;
	background: #6d7b96;
	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 #221e1d;
	background: #a7bde4;
	box-shadow:2px 2px 10px #c6dbf0;
	color: #221e1d;
}
.choose-letter li.current a, .choose-letter li:hover a{
	color: #221e1d;
}
.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 #48546a;
    width: calc(20% - 15px);
    margin-right: 15px;
	color: #48546a;
}
.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 #1b1b25;
	background: #a7bde4;
	box-shadow: 2px 2px 12px #ebece8;
    color: #1b1b25;
}
.server-link li.current{
	border: 1px solid #fdad00;
    color: #fdad00;
}
.server-link li.current a{
	color: #fdad00;
}
/* 产品列表页-金币 */
.section-product{
    margin: 40px auto;
}
.product-main-bg{
	border-radius: 4px;
	margin: 20px auto;
}
.service-title-list/*, .select-area*/{
    overflow: hidden;
	border-bottom:1px solid #aaa;
}
.select-area{
    margin-bottom: 25px;
}
.product-tab{
	border-bottom: none;
}
.product-tab li{
    background: url('/images/protab.png') no-repeat center;
	background-size: 100% 100%;
	width: 193px;
	height: 57px;
	border: none;
    font-weight: bold;
    padding: 0 25px;
	margin-right: 5px;
	cursor: pointer;
}
.product-tab li p {
	display: inline;
	font-size: 1.2rem;
}
.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: #747b8e;
    font-size: 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: #7ca4fc;
}
.product-tab > li > a:hover{
	color: #577ac7;
}
.product-tab > li.active > a, .product-tab > li.active > a:focus, .product-tab > li.active > a:hover{
	border: none;
    color: #ffffff;
	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: #dfe3e9;
	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: 29%;
}
.product-single .product-name{
	font-size: 1.8rem;
	line-height: 1.8rem;
	word-break: break-word;
	color: #fF8E01;
    font-family: "Impact", Helvetica;
    font-weight: 400;
}
.product-single .product-name a:hover{
	color: #de6262;
}
.product-single .product-name i{
	font-style: normal;
	color: #e68002;
	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 .delivery-time.clc {
	color: #87888b;
}
.product-single .prt-platform{
	width: 34px;
}
.product-single .prt-platform img{
	width: 100%;
	height: auto;
}
.product-single .prt-give{
	width: 160px;
}
.product-single .prt-give img{
	width:100%;
	height: 100%;
}
.product-single .prt-give .m-give-b{
	display: none;
}
.product-single .prt-give p{
	display: block;
	padding: 0 47px;
	position: absolute;
    top: 26px;
    line-height: 1.4rem;
	color: #f2890d;
    font-size: 1.4rem;
    margin-top: 12px;
}
.product-single .prt-give-empty{
	width: 160px;
}
.product-single .product-name .mobile-give{
	display: none;
}
.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: #f2890d;
	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;
    font-weight: 400;
	color: #87888b;
}
.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: #f2890d;
}
.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: #c06c08;
    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: #cedbf0;
    border-left: 7px solid #838a99;
    padding: 30px;
    border-radius: 0 5px 5px 0;
}
.optimize-words-about{
	background: url('/images/classic_aboutCon_bg.png') no-repeat top;
	background-size: 100% 100%;
	padding: 35px;
	min-height: 200px;
	width: calc(50% - 10px);
	margin-right: 20px;
	float: left;
}
/* .optimize-words-about:last-child{
	margin: 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-about .optimize-words-content{
	min-height: 145px;
}
.optimize-words h1, .optimize-words h2{
	font-size: 1.8rem;
	font-weight: bold;
	color: #2a2216;
}
.optimize-words h1:before, .optimize-words h2:before{
	content: "";
	padding: 5px 0;
	border: 1px solid #4e4d57;
	margin-right: 10px;
}
.optimize-words-content{
	font-size: 1.6rem;
	color: #2a2216;
	line-height: 2.6rem;
	margin-top: 20px;
}
.optimize-words-content a{
	color: #2e4a9a;
	text-decoration: underline;
}
.optimize-wordsCon .optimize-words-content a{
    color: #2e4a9a;
}
.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: #b8caec;
}
.optimize-wordsCon .optimize-words-content:nth-child(2){
	background: #a8bde3;
}
.optimize-wordsCon .optimize-words-content:last-child{
	background: #97b0db 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: 245px;
    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: #cedbf0 url(/images/optimize-words-goldicon.png) 98% 20% no-repeat;
    background-size: 100px;
}
.index-about .index-section{
    overflow: hidden;
}
.page-goodlist-index .game-title, .page-goodlist-index .boosting-product-list .game-title{
    margin: 26px auto 21px;
}
.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);
}
/* 登录注册 */
.login-title span{
	background-color: #f6f7f7;
	color: #181a1f;
}
.page-login .login-bg{
	margin: 40px 0;
}
.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: #5e86d4;
}
.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: #fff;
	/*overflow: hidden;*/
}
.page-login .form-main .input-row input{
	width: 100%;
	background: #dfe3e9;
	border: none;
	padding-left: 10px;
	font-size: 1.6rem;
	display: block;
	float: left;
	color: #909195;
	border-radius: 4px;
	height: 40px;
	outline: none;
}
.page-login .form-main .input-row input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0 1000px #dfe3e9 inset !important;
    -webkit-text-fill-color: #909195;
}
.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: #6f6f6f;
}
.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: #fdad00;
	text-decoration: underline;
}
.page-login .form-main .login-attr .link-right{
	float: right;
	color: #fdad00;
	text-decoration: underline;
}
.page-login .form-main .action-login{
	background-color: #6289d6;
	width: 100%;
	padding: 6px 0;
	text-align: center;
	color: #fff;
	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.6;
	cursor: not-allowed;
}
.page-login .form-main .action-login:hover{
	opacity: 0.85;
}
.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;
	color: #6f6f6f;
}
.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: #dfe3e9;
    border-radius: 4px;
    width: 46px;
    height: 40px;
    padding: 4px;
}
.member-info-form .form-content .row-member-info .flag-dropdown{
    top: -8px;
    background-color: #eaecee;
}
.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: #cedbf0;
    padding: 30px;
    border-radius: 5px;
	color: #6f6f6f;
}
.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: #6f6f6f;
}
.page-news-detail .news-list .news-summary{
	border: none;
	color: #6f6f6f;
    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: #6f6f6f;
    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: #6f6f6f;
	font-size: 1.4rem;
	line-height: 2.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-list .news-content a{
    color: #2e4a9a;
    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: #2e4a9a;
	border: 1px solid #2e4a9a;
	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: #6f6f6f;
}
.news-list .news-title:hover{
	color: #6f6f6f;
}
.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: #cedbf0;
    border-radius: 5px;
}
.page-common-bg .index-section blockquote{
    padding: 15px 30px 15px;
}
.page-success-payment{
	padding: 50px 30px;
}
.page-common .section-title{
	position: relative;
    font-size: 1.8rem;
    color: #2a2216;
    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,.2);
	color: #ccc;
}
.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: #2e4a9a;
	margin: 0 3px;
	text-decoration: underline;
}
.error-main .setence-01{
	color: #de6262;
	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: #de6262;
	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: #de6262;
}
.error-main .setence-03{
	padding-top: 25px;
	font-size: 1.5rem;
}
.error-main .btn-home{
	margin-top: 20px;
	background-color: #de6262;
	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;
}
.payment-section h2{
	position: relative;
    font-size: 2rem;
    padding-top: 20px;
    color: #fff;
    font-family: "Impact", Helvetica;
    font-weight: 400;
    color: #605c55;
    /*font-weight: bold;*/
}
.payment-section h2::before{
    content: '';
    display: inline-block;
    border-left: 5px solid #6a6c83;
    margin-right: 10px;
    width: 5px;
    height: 30px;
    position: relative;
    top: 7px;
}
.payment-section.section-cart h2{
    margin-top: -20px;
}
.cart-table{
	margin-top: 15px;
	border-radius: 5px;
	overflow: hidden;
}
.cart-table .table-title{
	padding: 15px 30px;
}
.cart-table .table-title span{
	display: block;
	float: left;
	font-size: 1.6rem;
	/*font-weight: bold;*/
	color: #605c55;
    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;
    padding-left: 6.5%;
}
.cart-table .table-title span:nth-child(1){
	width: 45%;
}
.cart-table .table-title span:nth-child(2){
	width: 30%;
}
.cart-table .table-title span:nth-child(3){
	width: 25%;
}
.cart-table .pr-row .product-name .product-name-top{
    color: #6f6f6f !important;
    display: block;
    margin-bottom: 2px;
    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.ot") 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.4rem;
}
.cart-table .pr-row{
	padding: 15px 30px;
    background-color: #dfe3e9;
    margin-bottom: 5px;
    border-radius: 5px;
}
.cart-table .pr-row:last-child{
	border: none;
}
.cart-table .pr-row>span{
	display: block;
	float: left;
	font-size: 1.5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 15px;
}
.cart-table .pr-row>span:nth-child(1){
}
.cart-table .pr-row>span:nth-child(2){
	width: 45%;
	padding-right: 30px;
	color: #f2890d;
    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;
}
.cart-table .pr-row .product-name{
    font-weight: 700;
}
.product-single .product-name i>p{
	display: inline;
	font-size: 1.4rem;
	color:#615c56;
 }
.cart-table .pr-row>span:nth-child(3){
	width: 30%;
	color: #f2890d;
    font-family: "BowlbyOne";
    src: url("../font/BowlbyOne-Regular.eot"); /* IE9 Compat Modes */
    src: url("../font/BowlbyOne-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("../font/BowlbyOne-Regular.otf") format("opentype"), /* Open Type Font */
        url("../font/BowlbyOne-Regular.svg") format("svg"), /* Legacy iOS */
        url("../font/BowlbyOne-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
        url("../font/BowlbyOne-Regular.woff") format("woff"), /* Modern Browsers */
        url("../font/BowlbyOne-Regular.woff2") format("woff2"); /* Modern Browsers */
    font-weight: 400;
}
.payment-qrcode .cart-table .pr-row>span:nth-child(3){
	background-color: transparent;
	border: none;
}
.cart-table .pr-row>span:nth-child(3){
	font-weight: normal;
	padding: 0 5px 0 0;
	margin-top: 1.2rem;
}
.cart-table .pr-row .product-num{
    background: #8095bf;
    padding-right: 0;
	margin-top: 1.2rem;
}
.cart-table .pr-row .product-num b{
    padding: 0 5px;
	color: #ffffff;
}
.cart-table .pr-row .product-num button{
	padding: 1px 8px;
	background: #b2bede;
	border-radius: 0 2px 2px 0;
	color: #ffffff;
}
.cart-table .pr-row .empty-div{
	float: left;
    border-radius: 50%;
    /* overflow: hidden; */
    width: 18px;
    height: 18px;
    margin-top: 1.2rem;
    margin-right: 5%;
    border-radius: 50%;
    padding-right: 0;
}
.cart-table .pr-row .product-num button:nth-child(1){
	border-radius: 2px 0 0 2px;
}
.cart-table .pr-row .product-num button:nth-child(2){
}
.cart-table .pr-row .product-num button:hover{
	background-color: #fdad00;
	color: #fff;
}
.cart-table .pr-row .btn-del-product{
	float: left;
	border-radius: 50%;
	overflow: hidden;
	background-color: #919296;
	width: 18px;
	height: 18px;
	margin-top: 1.2rem;
	margin-right: 5%;
	color: #919296;
	border-radius: 50%;
	padding-right: 0;
	color: #fff;
}
.cart-table .pr-row .btn-del-product:hover{
	background-color: #146dfc;
}
.cart-table .pr-row .btn-del-product span{
	display: block;
	position: relative;
}
.cart-table .pr-row .btn-del-product span:before{
	content: "";
	position: absolute;
	left: 1px;
	top: -5px;
	width: 1px;
	height: 9px;
	background-color: #fff;
	display: block;
	transform: rotate(45deg);
}
.cart-table .pr-row .btn-del-product span:after{
	content: "";
	position: absolute;
	left: 1px;
	top: -5px;
	width: 1px;
	height: 9px;
	background-color: #fff;
	display: block;
	transform: rotate(-45deg);
}
.payment-step-wrap{
	position: relative;
    margin-bottom: 40px;
}
.payment-step-wrap .payment-section{
    padding-left: 150px;
}
.payment-step-wrap .payment-section::before{
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    border-left: 1px solid #6b5f44;
    position: absolute !important;
    top: 64px;
    left: 32px;
    z-index: -1;
}
.payment-step-wrap .payment-section:nth-child(1){
    background: url(/images/icon-payment-step_01.png) top left no-repeat;
    background-size: 66px;
}
.payment-step-wrap .payment-section:nth-child(2){
    background: url(/images/icon-payment-step_02.png) top left no-repeat;
    background-size: 66px;
}
.payment-step-wrap .payment-section:nth-child(3){
    background: url(/images/icon-payment-step_03.png) top left no-repeat;
    background-size: 66px;
}
.payment-step-wrap .payment-section.paymentMethods-section::before{
    border-left: 1px solid #181a1f;
}
.payment-step-wrap .payment-section h2::before{
    display: none;
}
.product-form{
	margin-top: 35px;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #605c55;
}
.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 #8e8b85;
	padding: 15px 30px;
	color: #8095bf;
}
.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: #6f6f6f;
	margin-right: 10px;
    font-size: 1.6rem;
}
.product-form .form-main p{
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
}
.product-form .form-main .row-title i.required{
	color: red;
}
.product-form .form-main .pr-info-method{
	margin-bottom: 10px !important;
}
.product-form .form-main .pr-info-method a{
    border-radius: 2px;
    background-color: #a4b2cd;
    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: #6b84b7;
}
.product-form .form-main .row-content{
	width: 40%;
	float: left;
	display: block;
	background: #eaecee;
	border: none;
	color: #909195;
	border-radius: 4px;
}
.product-form .form-main select.row-content{
	background: #eaecee url('/images/arrow-down.png') no-repeat right center !important;
	border: none !important;
	cursor: pointer;
	width: 126px;
    position: absolute;
    left: 15%;
    margin-left: 10px;
}
/* contact information */
.product-form .intl-tel-input select{
	color: #333 !important;
	margin: 0 auto;
}
.product-form .pi-info-phone{
 	position: relative;
 }
.product-form .pi-info-phone .intl-tel-input{
	position: absolute;
	top: 7px;
	left: 15%;
	margin-left: 20px;
	height: 34px;
}
.product-form .pi-info-phone #prefixAreaCode{
	position: absolute;
	top: 1px;
	left: 15%;
	margin-left: 60px;
	border-right: 1px solid rgba(255,255,255,.2);
	border-radius: 0;
}
.product-form .form-main select.row-content{
	background: #4f5054 url('/images/arrow-down.png') no-repeat right center !important;
	border: none !important;
	cursor: pointer;
}
.pr-info-row .intl-tel-input{
	display: inline-block;
}
.product-form .form-main .pr-contact-row{
	position: relative;
}
.product-form .form-main select.row-contactType{
    background: #eaecee url('/images/arrow-down-nobackground1.png') no-repeat right center !important;
	width: 126px;
	position: absolute;
	margin-left: 10px;
}
.product-form .form-main input.row-contact{
	width: 200px;
	margin-left: 135px;
	width: calc(40% - 135px);
}
.product-form .intl-tel-input .country-list{
    left: -10px;
    top: 40px;
}
.product-form .intl-tel-input .selected-flag{
	border: none;
}
.product-infoform {
    min-height: 160px;
    overflow: unset;
}
.product-infoform1 {
    min-height: 259px;
}


/*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;
}

.payment-summary .summary-content{
	position: relative;
    margin-left: 5px;
}
.payment-summary .summary-content input{
	border: none;
	background: #cbd7e8;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	padding-left: 8px;
	width: 100%;
    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.6rem;
    position: absolute;
    right: 0;
    top: 0;
}
.payment-summary .summary-content input::-webkit-input-placeholder {
	color: #87888b;
}
.payment-summary .summary-content input::-moz-input-placeholder {
	color: #87888b;
}
.payment-summary .summary-content input::-ms-input-placeholder {
	color: #87888b;
}

.payment-summary .summary-content button{
	width: 50px;
    color: #fff;
    font-size: 1.6rem;
	background: #f2890d;
	height: 40px;
	line-height: 38px;
	border-radius: 4px;
	position: absolute;
	top: 0;
	right: 0;
    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-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;
	padding-left: 16%;
}
.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;
}
ul.payment-methods{
	padding: 30px 30px 20px;
}
ul.payment-methods li{
	padding-bottom: 15px;
	width: 20%;
	float: left;
	position: relative;
}
ul.payment-methods li:nth-child(odd){
	padding-right: 5px;
}
ul.payment-methods li:nth-child(even){
	padding-left: 5px;
}
ul.payment-methods li label{
	width: calc(100% - 25px);
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 10px;
}
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;
}
.payment-methods li.on label{
    border: 1px solid #fdad00;
}
.payment-methods li.on .payment-attr{
	color: #fdad00;
}
ul.payment-methods img{
	width: 100%;
	height: auto;
    border-radius: 5px;
}
ul.payment-methods li:after{
	content: attr(data-fee);
    position: absolute;
    right: 4px;
    top: -8px;
    display: block;
    padding: 0 3px;
    background-color: red;
    color: #fff;
    border-radius: 2px;
    font-size: 1.3rem;
    white-space: nowrap;
}
.payment-summary .summary-row{
	padding-bottom: 8px;
	text-align: right;
	color: #f2890d;
    font-family: "Impact", Helvetica;
    font-weight: 400;
}
.total-summary .summary-row, .page-payment .btn-submit{
	text-align: center;
    margin: 0 30px 10px 0;
}
.page-payment .btn-submit{
    margin-bottom: 30px;
}
.payment-summary .summary-content, .payment-summary .summary-row{
    font-size: 1.8rem;
}
.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;
}
.payment-summary .discount-row .discount-content{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	width: 250px;
}
.summary-row b{
	margin-left: 3px;
	font-weight: normal;
}
.summary-content.final-price{
	color: #f2890c;
	/* font-weight: bold; */
}
.summary-content.total-price .line-through{
	color: #999;
	text-decoration: line-through;
}
.page-payment .btn-submit .accept-box{
	margin-top: 10px;
}
.page-payment .btn-submit .accept-box input{
	cursor: pointer;
}
.page-payment .btn-submit .accept-box label{
	display: inline;
	vertical-align: top;
}
.page-payment .btn-submit .accept-box label a{
	color: #fdad00;
	text-decoration: underline;
}
.page-payment .btn-submit button{
	background-color: #f2890d;
	color: #fff;
	font-size: 1.7rem;
	padding: 6px 20px;
}
.page-payment .btn-submit button:hover{
	opacity: 0.85;
}
.total-cotent{
	padding: 20px 0 15px;
}
.total-cotent .summary{
	float: right;
	text-align: right;
	padding: 15px 0;
}
.payment-summary .summary-content, .total-cotent.payment-summary .summary-row{
    font-size: 1.6rem;
}
/* 会员系统 */
.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{
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 20px;
    border: 1px solid #605c55;
    color: #6f6f6f;
}
.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.6rem;
	width: 100%;
	display: inline-block;
	color: #2a2216;
    margin-bottom: 8px;
	/*text-align: right;
	margin-right: 5px;*/
}
.member-info-form .form-content .row-member-info input{
	height: 40px;
	border-radius: 5px;
	padding-left: 10px;
	width: 26%;
	background: #eaecee;
	border: none;
	color: #909195;
}
.member-info-submit{
	background-color: #146dfc;
	color: #fff;
	padding: 5px 15px;
	font-size: 1.5rem;
	margin-top: 10px;
	opacity: 1;
}
.member-info-submit:hover{
	opacity: .8;
	color: #fff;
}
.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: #fdad00;
}
.order-history .order-status-tab li.selected a{
	color: #fdad00;
}
.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;
    color: #6f6f6f;
}
.order-list-content .list-row span:nth-child(1){
    color: #6f6f6f;
    line-height: 2.4rem;
}
.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: #f2890d;
}
.member-list-table .list-row{
	display: table;
	width: 100%;
	padding: 15px;
    background-color: #dfe3e9;
    border-radius: 5px;
    margin-bottom: 1px;
}
.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: #6f6f6f;
}
.member-list-table .list-title span{
	color: #6f6f6f;
	font-weight: bold;
}
.search-order{
	position: relative;
}
.search-order input{
	height: 40px;
    line-height: 40px;
    min-width: 200px;
    border: 1px solid #8e8b85;
    background: rgba(255,255,255,.1);
    color: #6f6f6f;
    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;
}

/*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%;
}
.sell-contact{
	padding-right: 10px;
}
.ci-box {
    border: 1px solid #ebece8;
    position: relative;
    padding: 20px 10px 20px 90px;
	margin:30px 0;
	text-align: left;
	border-radius: 4px;
}
.ci-box.ci-box-email{
    padding-left: 80px;
}
.ci-box.ci-box-email .icon{
	left: 5%;
}
.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;
    font-size: 1.4rem;
}
.ci-box .text a, .ci-box .text{
	color: #333;
}
/* media query */
@media (min-width: 768px){
	.footer-main>.container{
		padding: 0;
	}
	.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{
		padding: 25px 15px;
	}
	.nav-main > li > a{
		font-size: 1.6rem;
	}
	.game-banner .banner-word{
		display: none;
	}
	.logo img{
		height: 25px;
		margin: 26px 0;
	}
    .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;
    }
    .payment-step-wrap .payment-section{
        padding-left: 130px;
    }
    .index-choose .choose_safe, .index-choose .choose_service, .index-choose .choose_chat, .index-choose .choose_price{
        min-height: 200px;
    }
    .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;
    }
    .optimize-wordsCon .optimize-words-content{
        min-height: 255px;
    }
    .optimize-words-about .optimize-words-content{
        min-height: 190px;
    }
	.optimize-words-gold .optimize-words-content{
		min-height: 120px;
	}
    .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;
    }
    .sell-contact{
    	width: 33%;
    }
    .ci-box{
    	margin-bottom: 10px;
    }
	.product-infoform1 {
		min-height: 270px;
	}
}
@media (max-width: 1199px){
	body{
		font-size: 13px;
	}
	.nav-main > li{
		padding: 25px 10px;
	}
	.nav-main>li>a{
		font-size: 1.4rem;
	}
	.nav-submenu .game-select > li a.service-name{
		font-size: 1.2rem;
	}
	.head-item{
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
	.nav-main > li > a .caret{
		bottom: 2px;
	}
	.head-item .item-name{
		font-size: 1.2rem;
	}
	.hamburg-item{
		width: 50px;
	}
	.u_settings_wrp{
		right: 0;
	}
    .index-banner img{
        padding: 20px 20px 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.8rem;
		height: 10rem;
		line-height: 10rem;
	}
    .index-news .news-single{
        padding: 20px;
    }
    .news-list .news-title{
        font-size: 2rem;
        line-height: 2.4rem;
    }
    .optimize-wordsCon .optimize-words-content{
        min-height: 280px;
    }
    .server-link li{
        width: calc(33.33% - 15px);
        margin-right: 15px;
        font-size: 1.4rem;
    }
    .server-link li:nth-child(3n){
        margin-right: 0;
    }
	/* 会员 */
    .member-list-table{
        margin-top: -20px;
    }
    .member-info-form .form-content .row-member-info input{
        width: 40%;
    }
	#Verification{
		width: 66%;
	}
	.index-choose .choose_chat, .index-choose .choose_service{
		padding: 15px;
		min-height: 210px;
	}
	.index-choose .choose_safe, .index-choose .choose_price{
		padding: 15px;
		min-height: 210px;
	}
    .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;
	}
    .payment-step-wrap .payment-section{
        padding-left: 100px;
    }
    .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.6rem;
    }
    .optimize-words-about .optimize-words-content{
        min-height: 220px;
    }
	.optimize-words-gold .optimize-words-content{
		min-height: 120px;
	}
    .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: 25%;
    }
	.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;
		width: 50%;
	}
	.ci-box, .ci-box.ci-box-email{
		padding-left: 90px; 
	}
	.ci-box .icon{
		left: 6%;
	}
	/*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;
	}
	.product-infoform1 {
		min-height: 290px;
	}
}
@media (max-width: 991px){
	/* header */
	.head-item .item-name{
		font-size: 1.4rem;
	}
	.nav-bg>.container{
		position: relative;
	}
	.mobile-header{
		float: left;
	}
    .breadcrumb{
        padding: 15px 0;
    }
	.logo img{
		height: 34px;
		margin: 23px 0;
	}
	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;
	}
	.hamburg{
		position: absolute;
	    left: 5px;
	    padding-top: 20px;
	    background-color: transparent;
	    background-image: none;
	    border: 1px solid transparent;
	    border-radius: 4px;
	}
	.hamburg span.icon-bar{
		background-color: #fff;
		display: block;
	    width: 22px;
	    height: 2px;
	    border-radius: 1px;
	}
	.hamburg .icon-bar+.icon-bar{
		margin-top: 4px;
	}
	.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: 33.33%;
		padding-left: 5px;
		padding-right: 0;
	}
	ul.payment-methods li:nth-child(odd){
		padding-right: 0;
	}
	ul.payment-methods li:nth-child(5n+1){
		padding-left: 0;
		clear: left;
	}
	.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;
	}
	.index-section .index_choose .choose_content{
		min-height: 120px;
	}
    .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;
	}
	.optimize-words-about{
		margin-bottom: 20px;
        padding: 20px;
	}
	.optimize-words-gold{
		margin-top: 0;
	}
	.optimize-words-about .optimize-words-content{
		min-height: 270px;
	}
	.optimize-words-gold .optimize-words-content{
		min-height: 165px;
	}
	.optimize-wordsCon .optimize-words-content{
		width: 100%;
        min-height: 140px;
	}
    .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;
    }
    .payment-summary .summary-content, .payment-summary .summary-row{
        font-size: 1.6rem;
    }
    .payment-summary .summary-content{
        margin-left: 0;
    }
    .member-info-form form{
        padding: 20px 30px;
    }
	.index-choose .choose_chat, .index-choose .choose_service{
		background-color: #b9cdf7;
	}
	.index-choose .choose_safe, .index-choose .choose_price{
		background-color: #aac1fb;
	}
    .index-choose .choose_safe, .index-choose .choose_service, .index-choose .choose_chat, .index-choose .choose_price{
        min-height: 150px;
    }
    .page-goodlist-index .optimize-words.optimize-words-bottom .optimize-words-content{
        background: #cedbf0 none;
    }
    .product-form .form-main .row-title{
        width: 32%;
    }
    .pr-form-tips, .email-form-tips{
        padding-left: 34%;
        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: #97b0db none;
    }
    .product-single .prt-price{
        width: 43%;
    }
    .cart-table .pr-row .btn-del-product{
        margin-right: 3.7%;
    }
    .section-product{
        margin-top: 30px;
    }
    .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;
	}
}

@media (max-width: 768px){
	.nav-bg, .head-fixed-bar, .settings_wrp{
		height: 70px;
	}
	.nav-bg .container{
		padding: 0;
	}
	.logo img{
		height: 28px;
		margin: 20px 0;
	}
	.head-item{
		height: 70px;
		padding-top: 10px !important;
	}
	.global-search{
		top: 70px;
	}
	.hamburg{
		padding: 18px 10px 9px 10px;
		left: 0;
	}
	.search-result{
		top: 40px;
	}
	.main{
		margin-top: 70px;
	}
	.index-banner h1{
		left: 5%;
		font-size: 2.3rem;
		line-height: 2.6rem;
	}
	.category-content p{
		line-height: 1.8rem;
	}
	.index-about .index-section{
		padding: 20px;
		border-radius: 10px;
	}
	.optimize-words-about{
		width: 100%;
		padding: 20px;
        min-height: auto;
	}
    .optimize-words-about .optimize-words-content{
        min-height: auto;
    }
	.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;
	}
	/* 产品页 */
	.total-cotent, .cart-table .table-title, .cart-table .pr-row{
		padding: 10px 15px;
	}
	.product-form .pr-name,.product-form .form-main{
		padding: 10px 15px;
	}
	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;
    }
}
@media (max-width: 767px){
    /*body{
        background-color: #0a0f1d;
    }*/
	.mask .mask-div{
		position: relative;
		margin:0 auto;
		width:258px;
		top: 37.5%;
		/* border:solid hotpink; */
	}
	.mask .mask-div .mask-img{
		width:100%;
		height:100%;
	}
	.mask .mask-div .mask-cbtn{
		position: absolute;
		width:35%;
		left: 33.5%;
		top: 60%;
	}
	.mask .mask-div .mask-del{
		cursor: pointer;
		position: absolute;
		width:11%;
		left: 89%;
		top:0;
	}
	.head-fixed-bar, .nav-bg, .settings_wrp{
		height: 50px;
	}
    .index-banner img{
        padding: 10px 10px 0;
    }
    .head-item .clc{
        color: #fff;
	}
	
    .bt-item.head-item{
    	padding-top: 8px !important;
    }
    .bt-item.head-item .item-name{
    	font-size: 1.2rem;
    }
    .bt-item.head-item .item-name .caret{
        position: relative;
        bottom: 2px;
    }
    .country-icon{
    	font-size: 1.4rem !important;
    }
    .country-icon img{
    	width: 20px;
    	top: unset;
    }
	.logo{
		margin-left: 5px;
	}
    .logo img{
		height: 28px;
		margin: 11px 0;
	}
	.head-list{
		position: absolute;
		right: 0;
	}
	.head-item{
		height: 50px;
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	.user-item span, .search-item span, .head-item.cart-item span{
		font-size: 18px;
		position: relative;
		top: 3px;
	}
    .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.4rem;
        display: block;
        padding: 7px 0 12px;
    }
    .head-item.cart-item span.cartNum{
        top: 0;
        font-size: 1.4rem;
    }
    .search-item span i{
        color: #fff !important;
    }
    .head-item.yes-login a:link, .head-item.yes-login a:visited, .head-item.yes-login a:hover, .head-item.yes-login a:active{
        font-size: 1.8rem;
        position: relative;
        top: 3px;
    }
    .head-item.yes-login a:active{
        color: #fff;
    }
    .search-item span i{
        color: #fff !important;
    }
    .yes-login a{
        font-size: 1.8rem;
    }
	#user_bt_info{
		position: relative;
		bottom: 1px;
	}
	.global-search{
		position: fixed;
		top: 50px;
		left: 0;
		width: 100%;
	}
	.global-search input, .sell-contact{
		width: 100%;
	}
	.ci-box, .ci-box.ci-box-email{
		padding-left: 70px;
	}
	.ci-box .icon, .ci-box.ci-box-email .icon{
		left: 4%;
	}
	.search-result{
		left: 0;
		top: 51px;
	}
	.hamburg-item{
		width: 38px;
		padding-right: 0 !important;
	}
	.hamburg{
		padding: 7px 0 6px 8px;
	}
	.hamburg span.icon-bar{
		width: 20px;
	}
    .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: 18px;
	}
	.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:5rem;
		line-height: 5rem;
	}
    .page-index .game-title h1.game-name{
        background: none;
    }
	.category-unit{
		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.4rem;
	}
    .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 20px;
    }
    .optimize-words h1:before, .optimize-words h2:before{
        padding: 2px 0;
    }
	.optimize-words-top{
		margin-bottom: 15px;
	}
	.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.4rem;
		line-height: 2.6rem;
		min-height: auto;
	}
    .optimize-words-content{
        margin-top: 10px;
    }
    .optimize-wordsCon .optimize-words-content h3{
        font-size: 1.8rem;
        margin-bottom: 5px;
    }
	.index-choose .choose_content span{
		font-size: 1.4rem;
	}
	.index-choose .choose_chat, .index-choose .choose_service, .index-choose .choose_safe, .index-choose .choose_price{
		min-height: 240px;
	}
	.optimize-words-about{
		background: url('/images/classic_aboutCon_bg_m.png') no-repeat top;
		background-size: 100% 100%;
	}
    .page-goodlist-index .boosting-product-list .game-title{
        margin: 20px auto 15px;
    }
    .service-category .index-section.container{
        padding: 0;
    }
	.serverBox{
		border-radius: 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 #838a99;
        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-index .category-unit img{
		width: 45%;
	} */
	.game-banner img {
		border-radius: 0px !important;
	}
	.category-unit{
			width:calc(50% - 5px) ;
			margin-right: 10px ;
			float: left;
			position: relative;
	}
	.category-unit.category-boosting{
		margin-right: 0;
	}
	.category-unit.category-boosting.category-boost{
		/* float: right; */
		margin-bottom: 12px;
	}
	.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: 29.5%;
        width: 29.5%;
		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;
    }
    .select-area.gold-select-area{
        margin-top: 0;
		margin-left: 5px;
		margin-right: 5px;
		padding: 10px;
    }
	.product-tab{
		display: flex;
	}
    .select-area{
        background-color: #dfe3e9;
        border-radius: 5px;
        padding: 20px 25px;
        margin-bottom: 20px;
        overflow: hidden;
    }
    .select-area select{
        width: 100%;
        margin-bottom: 20px;
    }
    .select-area select:last-child{
        margin-bottom: 0;
    }
    .boosting-product-list{
        margin: 0 0 20px;
    }
    /* .section-quick-buy .quick-buy-content{
        background-color: #171e31;
    } */
    .section-quick-buy .quick-buy-content .estimate-time, .section-quick-buy .quick-buy-con{
        width: 50%;
    }
    .section-quick-buy .game-title{
        margin: 5px auto 20px;
    }
    .page-goodlist-index .game-title .small-game-name{
        font-size: 1.8rem;
    }
    .section-quick-buy .quick-buy-con{
        position: unset;
        float: right;
    }
    .section-product{
        margin: 20px auto 40px;
    }
	.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{
		display: flex;
        font-size: 1.6rem;
    }
	.product-single .product-name p {
		font-size: 0.7rem;
	}
	
	.product-single .product-name i{
		line-height: 27pt;
	}
	.product-single .prt-give {
		display: none;
	}
	.product-single .product-name .mobile-give{
		display: block;
	}
	.product-single .product-name .mobile-give p {
		padding: 0 41px;
		position: absolute;
        top: 16px;
		line-height: 1.4rem;
		color: #f2890d;
		font-size: 1.4rem;
		margin-top: 12px;
	}
	.product-single  br{
		display: none;
	}
	.product-single .product-name .mobile-give .m-give-w{
		width: 103pt;
		height: 27pt;

	}
	.product-single .product-name .mobile-give .m-give-b{
		display: none;
	}
	.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-step-wrap .payment-section{
        padding-left: 50px
    }
    .payment-step-wrap .payment-section:nth-child(1), .payment-step-wrap .payment-section:nth-child(2), .payment-step-wrap .payment-section:nth-child(3){
        background-size: 40px;
    }
    .payment-step-wrap .payment-section:nth-child(1), .payment-step-wrap .payment-section:nth-child(2), .payment-step-wrap .payment-section:nth-child(3){
        background-position-y: 8px;
    }
    .payment-step-wrap .payment-section::before{
        top: 42px;
        left: 19px;
    }
    .payment-step-wrap .payment-section.paymentMethods-section::before{
        border-left: 1px solid #0a0f1d;
    }
    .payment-section h2{
        font-size: 1.8rem;
    }
    .product-form{
        margin-top: 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{
		padding-left: 0;
		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;
    }
    .payment-summary .summary-content button{
        font-size: 1.6rem;
    }
    .total-summary .summary-row, .page-payment .btn-submit, .total-summary .summary-row, .page-payment .btn-submit{
        margin-right: 20px;
    }
	/*付款成功*/
	.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{
		width: 50%;
	}
	ul.payment-methods li:nth-child(2n+1){
		clear: left;
	}
	ul.payment-methods li:nth-child(5n+1){
		clear: none;
	}
	.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;
	}
    .cart-table{
        margin-top: 10px;
    }
    .cart-table .pr-row{
        padding: 10px;
    }
	.cart-table .pr-row>span:nth-child(1){
		padding-right: 10px;
	}
	.cart-table .table-title span{
		font-size: 1.4rem;
	}
	.cart-table .pr-row>span{
		white-space: normal;
		font-size: 1.3rem;
		padding-right: 5px;
	}
	.cart-table .pr-row .product-num button{
		padding: 1px 4px;
	}
	.cart-table .pr-row .btn-del-product{
		margin-right: 0;
		width: 15px;
		height: 15px;
        position: relative;
		left: 0;
		padding: 0;
	}
	.cart-table .pr-row .empty-div{
		margin-right: 0;
		width: 15px;
		height: 15px;
		position: relative;
		left: 0;
		padding: 0;
	}
	.cart-table .pr-row .btn-del-product span:before{
		left: 7px;
		height: 8px;
		top: -4px;
	}
	.cart-table .pr-row .btn-del-product span:after{
		left: 7px;
		height: 8px;
		top: -4px;
	}
	.cart-table .pr-row{
		display: table;
		position: relative;
		width: 100%;
	}
    .cart-table .pr-row>span{
        padding-left: 8px;
    }
    .order-list-content .list-title span:nth-child(1){
        padding-left: 0;
        width: 70%;
    }
	.cart-table .pr-row>span:nth-child(2){
		width: 40%;
        margin-right: 8px;
        padding-right: 0;
	}
	.cart-table .pr-row>span:nth-child(3){
		padding: 0 3px;
	}
    .cart-table .table-title span:nth-child(3), .cart-table .pr-row .product-num{
        padding-left: 0;
        position: absolute;
        right: 10px;
    }
    .cart-table .table-title span:nth-child(2){
        padding-left: 4%;
    }
    .cart-table .table-title span:nth-child(3){
        text-align: right;
        right: 20px;
    }
	/* 会员 */
    .page-member-main .service-title-list{
        margin-bottom: 20px;
    }
    .member-list-table{
        margin-top: 20px;
    }
	.product-tab{
		display: flex;
		align-items:flex-end;
		border-bottom:2px  solid #7e838f;
	}
    .product-tab li{
        background: url('/images/protab_m.png') no-repeat center;
        background-size: 100% 100%;;
		height: 37px;
    }
    .product-tab > li.active{
		width: 38%;
		height: 47px;
		padding-top: 3px;
    	background: url('/images/protab_active_m.png') no-repeat center;
		background-size: 100% 100%;;
    }
    .product-tab li, .product-tab > li > a{
        font-size: 1.3rem;
        height: 37px;
        line-height: 37px;
    }
	.product-tab > li > a > p{
		font-size: 0.7rem !important;
	}
    .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.5rem;
	}
    .index-choose .choose_content span img{
        width: 25px;
        height: 25px;
        margin-right: 8px;
    }
    .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;
    }
    .payment-summary .discount-row .discount-content{
        width: 230px;
    }
    .footer-main .footer-menu{
    	padding-bottom: 5px;
    }
	.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;
    }
	.pr-form-tips, .email-form-tips{
        font-size: 1.2rem;
        line-height: 2.4rem !important;
		margin: 0 auto;
		padding-left: 0;
    }

}

@media (max-width: 330px){
	.logo img{
		height: 22px;
		margin: 14px 0;
	}
	.page-game-index .category-content h2{
		line-height: 2rem;
	}
	.service-title-list li a{
		font-size: 1.3rem;
	}
	.optimize-words h1,.optimize-words h2{
		font-size: 1.4rem;
	}
	.optimize-words h1:before,.optimize-words h2:before{
		width: 12px;
		height: 12px;
		top: -3px;
	}
	.search-order input{
		min-width: 260px;
	}
	#Verification{
		width: 58%;
	}
	.section-title.upper-center i{
		font-size: 2.2rem;
	}
    .payment-section h2{
        font-size: 1.6rem;
        padding-top: 18px;
    }
    .order-history .pull-right{
        width: 100% !important;
        margin-top: 10px;
    }
	.game-title .game-name{
		font-size: 1.6rem;
		height: 6rem;
		line-height: 6rem;
	}
}


/* 
 * add css 
 * @Author: cxq
 * @Date: 2021-03-02 11:25:33
 */
 .nav-bg .pull-right .head-item .fa-shopping-cart {
	color: #ffffff;
}
.nav-bg .head-list .clc {
	color: #ffffff;
}
.contact-meun {
	color: #ffffff;
}
.product-single .product-name i {
	color: #f2890d !important;
}
.gold-font {
	color: #615c56;
}

.email-form-tips {
	line-height: 25px;
    margin-bottom: 15px;
}
.product-form .form-main .row-content, .product-form .form-main #prefixAreaCode+input {
	width: 40%;
    float: left;
    display: block;
    border: none;
    border-radius: 4px;
}
.product-form .pi-info-phone #prefixAreaCode {
	position: absolute;
    top: 1px;
    left: 15%;
    margin-left: 60px;
	border-right: 1px solid rgba(255,255,255,.2);
    border-radius: 0;
}
.product-form .form-main #prefixAreaCode+input {
    padding-left: 105px;
}
.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;
}
@media (max-width: 1199px) {
	.product-form .pi-info-phone .intl-tel-input, .product-form .pi-info-phone #prefixAreaCode, .product-form .form-main select.row-contactType {
		left: 28%;
	}
}
@media (max-width: 991px) {
	.product-form .pi-info-phone .intl-tel-input, .product-form .pi-info-phone #prefixAreaCode, .product-form .form-main select.row-contactType {
		left: 32%;
	}
}
@media (max-width: 767px) {
	.product-form .form-main .row-content, .product-form .form-main #prefixAreaCode+input {
		width: 100%;
		font-size: 1.5rem;
	}
	.product-form .pi-info-phone .intl-tel-input {
		left: 0;
		top: 44px;
		margin-left: 10px;
	}
	.product-form .form-main select.row-contactType {
		left: 0;
		top: 38px;
		margin-left: 0;
		font-size: 1.4rem;
		width: 115px;
	}
	.product-form .form-main input.row-contact {
		width: calc(100% - 120px);
		margin-left: 120px;
	}
	.product-infoform1 {
		min-height: 340px;
	}
	.product-form .pi-info-phone #prefixAreaCode {
		left: 0;
		top: 49px;
		margin-left: 52px;
		line-height: 0;
	}
}
.intl-tel-input .selected-flag .arrow  {
	border-top: 4px solid #909195;
}
#prefixAreaCode {
	color: #909195;
}
.input-row #prefixAreaCode {
	background: #dfe3e9 !important;
}
.payment-summary .totalAmount {
	color: #5f5c55;
}
.payment-summary .summary-row .discountNum {
	color: #5f5c55;
}
.payment-summary .summary-row .finalAmount {
	color: #f2890c;
}
.clc{
	color: #87888b;
}
.prcl {
	color: #2e4a9a;
}
.moudule-member .index-section #prefixAreaCode {
	background-color: #eaecee;
	color: #909195;
}