@charset "utf-8";

/* reset all */
html{
	/*font-size: 20px;*/
}
button{
	outline: none;
	border:none;
	background:transparent; 
}
select{
	/*background-color: transparent;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff url('../images/arrow-down.png') no-repeat right center;
	background-size: auto;*/
	border: 1px solid #ddd;
}
button.btn:focus,button.btn:visited,button.btn:active{
	outline: none;
}
input,textarea,ul,li,div,p,h1,h2,h3,h4{
	margin: 0;
	padding: 0;
	list-style: none;
}
a:link,a:visited,a:hover,a:active{
	text-decoration: none;
	outline: none;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0; 
}
input[type="number"]{
	-moz-appearance:textfield;
}
input:focus{flag
	outline: none;
}
ul,li{
	list-style: none;
}
@font-face{ 
	font-family: "Montserrat";
    src: url("../font/Montserrat-Regular.eot"); /* IE9 Compat Modes */
    src: url("../font/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	    url("../font/Montserrat-Regular.otf") format("opentype"), /* Open Type Font */
	    url("../font/Montserrat-Regular.svg") format("svg"), /* Legacy iOS */
	    url("../font/Montserrat-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
	    url("../font/Montserrat-Regular.woff") format("woff"), /* Modern Browsers */
	    url("../font/Montserrat-Regular.woff2") format("woff2"); /* Modern Browsers */
  	font-weight: 400;
 	font-style: normal;
}
@font-face{
  font-family: "Montserrat";
  src: url("../font/Montserrat-Italic.eot"); /* IE9 Compat Modes */
  src: url("../font/Montserrat-Italic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/Montserrat-Italic.otf") format("opentype"), /* Open Type Font */
    url("../font/Montserrat-Italic.svg") format("svg"), /* Legacy iOS */
    url("../font/Montserrat-Italic.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../font/Montserrat-Italic.woff") format("woff"), /* Modern Browsers */
    url("../font/Montserrat-Italic.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 400;
  font-style: italic;
}
@font-face {
   font-family: "Montserrat";
   src: url("../font/Montserrat-Bold.eot"); /* IE9 Compat Modes */
   src: url("../font/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/Montserrat-Bold.otf") format("opentype"), /* Open Type Font */
    url("../font/Montserrat-Bold.svg") format("svg"), /* Legacy iOS */
    url("../font/Montserrat-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../font/Montserrat-Bold.woff") format("woff"), /* Modern Browsers */
    url("../font/Montserrat-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 700;
  font-style: normal;
}
body{
	font-family: 'Montserrat', Helvetica;
	overflow-x: hidden;
	background-color: #f5f5f5;
}
.container{
	max-width: 1370px;
	margin: 0 auto;
}
.breadcrumb{
	background: transparent;
	padding-left: 0;
	padding: 15px 15px 15px 0;
	margin-bottom: 0;
	color: #666;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}
.breadcrumb a{
	color: #999;
}
.breadcrumb a:hover{
	color: #146dfc;
}
.red{
	color: red;
}
/* 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: #434d53;
	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: 78px;
	z-index: 200;
}
.member-entry{
	display: block;
	float: left;
}
.member-entry li{
	display: inline-block;
	width: 100%;
	text-align: center;
}
.member-entry.logged-in li a{
	padding: 8px 15px;
}
.member-entry.logged-in .dropdown{
	line-height: 28px;
	margin: 8px 0;
}
.member-entry.logged-in .dropdown-menu{
	min-width: 0;
}
.member-entry li{
	border-bottom: 1px solid #ddd;
}
.member-entry li:last-child{
	border-bottom: none;
}
.member-entry li a{
	font-size: 1.4rem;
	color: #333;
}
.member-entry:not(.logged-in) li:last-child a{
	color: #de6262;
}
.member-entry li a:hover{
	color: #146dfc;
}
.member-entry a.user-entry{
	color: #fff;
	line-height: 78px;
	margin-right: 10px;
}
.logged-in{
	max-width: 100px;
	margin-right: 10px;
}
.logged-in a.user-entry{
	display: inline-block;
	width: 100%;
}
.logged-in .userEmail{
	display: inline-block;
	float: left;
	width: 85%;;
	overflow: hidden;
	text-overflow: ellipsis;
}
.currency-list.dropdown,.lang-list.dropdown{
	margin: 8px 0;
	line-height: 28px;
	width: 100%;
	margin-top: 3px;	
}
.currency-list.dropdown>a,.lang-list.dropdown>a{
	background-color: #fff;
	border-radius: 4px;
	display: block;
	padding: 3px 6px;
	color: #666;
	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;
}
#cart{
	float: left;
	position: relative;
	width: 50px;
	height: 78px;
}
.cart-preview{
	height: 100%;
}
.cart-preview>a{
	display: block;
	width: 80%;
	height: 100%;
	line-height: 78px;
}
.cart-preview:after{
	content: attr(data-number);
	display: block;
	position: absolute;
	right: 10px;
	top: 22px;
	padding: 0 1px;
	border-radius: 2px;
	background-color: #fff;
	color: #283e5b;
	font-size: 0.8rem;
	min-width: 13px;
	text-align: center;
	font-weight: bold;
}
.img-responsive{
	display: inline-block;
	width: 60%;
	line-height: 78px;
}
.cart-small, .search-result, .u_settings_wrp{
	/*display: none;*/
	position: absolute;
	right: 0;
	left: auto;
	top: 100%;
	z-index: 800;
	border-top: 2px solid #146dfc;
	max-width: 340px;
	min-width: 300px;
	background-color: rgba(40,62,91,.85);
	margin-top: 0;
}
.cart-small{
	z-index: 999;
	top: 99%;
	background-color: rgba(40,62,91,1);
	border-top: none;
	box-shadow: none;
}
.nav-main .game-service .service-name:hover{
	color: #f78925;
}
.nav-main .game-service .service-name::before, .service-title-list li:nth-child(1) a::before{
	content: '';
	display: inline-block;
	background: url('../images/nba-icon.png') no-repeat center;
	background-size: 100%;
	width: 20px;
	height: 20px;
	position: relative;
	top: 4px;
}
#user_bt_info{
	width: 88px;
	background: #eee;
	border-radius: 3px;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0 4px;
	margin: 24px 0;
	margin-right: 8px;
	cursor: pointer;
	position: relative;
}
.settings_wrp{
	position: relative;
}
.u_settings_wrp{
	max-width: 250px;
	min-width: 200px;
	padding: 10px;
	display: none;
}
.search-result .empty-cart-word{
	border: none;
}
.product-list{
	background-color: rgba(40,62,91,.85);
}
.product-list li{
	display: table;
	padding: 15px;
	border-bottom: 1px solid #253546;
	width: 100%;
}
.product-list li:last-child{
	border-bottom: none;
}
.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{
	color: #fff;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
}
.product-list li .product-info .product-price{
	color: #f78925;
}
.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(247,137,37,.7);
}
.cart-product:hover{
	opacity: 1;
	color: #fff;
}
.product-list li .del-product{
	position: relative;
	bottom: 6px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #566d83;
	padding: 0;
	cursor: pointer;
}
.product-list li .del-product:hover{
	background-color: #146dfc;
}
.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 .subtotal{
	color: #db7f2c;
	padding: 15px 15px 0;
	font-size: 1.5rem;
	float: right;
	text-align: right;
	font-weight: bold;
	width: 100%;
}
.cart-preview .cart-action{
	text-transform: uppercase;
	text-align: right;
	padding: 15px;
	float: right;
	width: 100%;
}
.cart-preview .cart-action a{
	color: #db7f2c;
	font-size: 1.5rem;
	font-weight: bold;
	cursor: pointer;
}
.cart-preview .cart-action a:hover{
	color: #fff;
}
.empty-cart-word{
	display: block;
	color: #7e96af;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 1.5rem;
	border-bottom: 1px solid #253546;
}
.shawon{
	width: 100%;
	height: 100%;
	background: rgba();
}
.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;
	border: 1px solid #ddd;
	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: #aab1b7;
}
.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;
	color: #aab1b7;
}

.nav-bg{
	background-color: #333;
	height: 78px;
}
.logo{
	float: left;
	padding-right: 10px;
}
.logo img{
	width: auto;
	height: 28px;
	margin: 25px 0; 
}
nav{
	float: left;
}
.nav-main>li{
	line-height: 27px;
	padding: 25px 12px;
	position: relative;
}
.nav-main>li.active:after{
	display: none;
}
.nav-main>li>a{
	color: #fff;
	font-size: 1.8rem;
	text-transform: uppercase;
}
.nav-main > li:hover{
	background-color: #333;
}
.global-search{
	float: left;
	position: relative;
	margin-left: 20px;
}
.global-search input{
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	background-color: #fff;
	padding-left: 32px;
	border: none;
	width: 250px;
	overflow: hidden;
	color: #666;
	position: relative;
	top: 24px;
}
.global-search input::-webkit-input-placeholder{
	color: #aab1b7;
}
.global-search .btn-search{
	display: block;
	width: 27px;
	height: 27px;
	position: absolute;
	left: 5px;
	top: 29px;
}
.global-search .btn-search img{
	opacity: 0.5;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	width: 30px;
	position: relative;
	left: 2px;
	top: -2px;
}
.global-search .btn-search:hover img{
	opacity: 1;
}
.search-result{
	display: none;
	top: 78px;
}
.ui-widget.ui-widget-content{
	z-index: 999;
}
.ui-helper-hidden-accessible{
	clip: auto !important;
	overflow: auto !important;
}
.result-Cont{
	display: block;
}
.member-entry{
	color: #fff;
	text-align: center;
	float: left;
}
.member-entry a.btn-signup{
	background-color: #146dfc;
	border-radius: 4px;
	display: inline-block;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	margin: 24px 0;
	margin-right: 10px;
	text-align: center;
}
.member-entry a.btn-signup:hover{
	opacity: .9;
}
.member-entry a.btn-signup:first-child{
	margin-right: 6px;
}
.nav-submenu{
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 100%;
	display: none;
	background-color: #222;
	border-top: 2px solid #146dfc;
	padding: 0;
}
.nav-submenu .game-service{
	position: relative;
	/*border: 1px solid #de6262;*/
	border-top:0;
}
.nav-submenu .game-service>li{
	position: relative;
	line-height: 44px;
	height: 44px;
	border-bottom: 1px solid #576578;
	padding: 0 15px;
}
.nav-submenu>li{
	position: relative;
	line-height: 44px;
	height: 44px;
}
.nav-submenu>li.selected{
	background-color: #de6262;
}
.nav-submenu>li.selected a{
	color: #fff;
}
.nav-submenu>li a{
	font-size: 1.5rem;
	color: #fff;
	text-transform: capitalize;
	display: block;
	text-align: left;
	padding-left: 10px;
	padding: 0;
	line-height: 43px;
}
.nav-submenu>li a:focus, .nav-submenu>li>a:hover{
	background-color: #de6262;
	color: #fff;
}
.nav-submenu .game-service>li a.service-name{
	position: relative;
	white-space: nowrap;
	color: #fff;
	display: block;
	text-align: left;
	font-size: 1.3rem;
}
.nav-submenu .game-service>li:last-child{
	border-bottom: none;
}
.nav-main .nav-submenu.nav-other .game-service .service-name::before{
	background: none;
	width: 0;
}
.nav-submenu.nav-other .game-service > li a.service-name{
	text-align: center;
}
/* main */
.main{
	margin-top: 78px;
	min-height: 700px;
}
#mpanel2, .verify-code02{
	width: 35%;
	float: right;
}
/* footer */
.livechat_button{
	bottom: 60px !important;
}
footer{
	margin-top: 20px;
}
.footer-main{
	background-color: #333;
	padding: 20px 0 5px;
}
.footer-main>.container{
	position: relative;
}
.footer-main .scroll-top{
	position: absolute;
	right: 15px;
	bottom: calc(100% + 60px);
	width: 40px;
	height: 40px;
	opacity: 0;
}
.footer-main .scroll-top span{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #146dfc;
	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: #fff;
	transform: rotate(45deg);
}
.footer-main .scroll-top span:after{
	content: "";
	width: 2px;
	height: 12px;
	display: block;
	position: absolute;
	left: 24px;
	top: 14px;
	background-color: #fff;
	transform: rotate(-45deg);
}
.footer-menu .menu-title{
	position: relative;
	text-transform: uppercase;
	font-size: 1.6rem;
	font-weight: bold;
	color: #ddd;
	padding: 8px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.footer-menu .menu-title:after{
	content: "";
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 1px;
	background-color: #146dfc;
}
.footer-menu p{
	color: #fff;
	font-size: 1.4rem;
	padding-top: 18px;
	line-height: 2rem
}
.footer-menu a{
	font-size: 1.4rem;
	color: #aab1b7;
	font-weight: normal;
}
.footer-menu .menu-list{
	margin-top: 1rem;
}
.footer-menu .menu-list a{
	position: relative;
}
.footer-menu .menu-list a:after{
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background-color: #de6262;
}
.footer-menu .menu-list i.fa-whatsapp{
	font-size: 1.7rem !important;
}
.footer-social li img{
	width: 23px;
	height: auto;
	margin-right: 2px;
}
.footer-menu ul.payway{
	width: 500px;
	overflow: hidden;
	margin: 10px auto 10px auto;
}
.footer-menu ul.payway li{
	padding: 0;
	margin-bottom: 5px;
	width: 33.33%;
}
.footer-menu ul.payway img{
	padding: 3px 5px;
	width: 100%;
}
.footer-menu .menu-list li:hover a,.footer-menu .menu-list li:hover span{
	color: #fff;
}
.footer-menu li{
	padding: 4px 0;
	display: block;
	float: left;
	width: 100%;
}
.footer-menu.social-list li{
	display: inline-block;
	width: 50%;
	clear: none;
	line-height: 26px;
}
.footer-menu.social-list li img{
	width: 12%;
	position: relative;
	bottom: 2px;
}
.footer-menu .menu-list span{
	color: #abadaf;
	font-size: 1.4rem;
	display: inline-block;
	max-width: calc(100% - 35px);
	white-space: nowrap;
}
.copyright{
	padding: 10px 0;
	color: #aab1b7;
	border-top: 1px solid #adadad;
	background: #333;
	font-size: 13px;
	line-height: 2rem;
}
.copyright a{
	text-decoration: underline;
	color: #fff;
	margin: 0 3px;
}
.ban-notice{
	color: #adadad;
	text-align: center;
	padding: 6px 0;
	font-size: 1.4rem;
	background-color: #fff !important
}
/* index */
.index-banner{
	position: relative;
	z-index: 0;
	width: 100%;
}
.index-banner img{
	width: 100%;
}
.index-banner a{
	display: block;
}
.index-section{
	border-radius: 4px;
	overflow: hidden;
}
.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:after{
	content: '';
	display: inline-block;
	position: relative;
	z-index: -1;
	background-size: 150%;
	width: 100%;
	height: 80px;
	background: url('../images/news-banner.png') no-repeat center;
	bottom: 55px;
}
.page-faq .section-title.upper-center:after{
	background: url('../images/faq-banner.png') no-repeat center;
	bottom: 70px;
}
.section-title.upper-center span{
	display: block;
	position: relative;
	text-align: center;
	padding-bottom: 10px;
}
.index-section .index_choose{
	color: #aab1b7;
	font-size: 1.4rem;
	margin-bottom: 20px;
}
.index-section .index_choose .choose_content{
	padding: 1rem 1rem 1rem 8.5rem;
	min-height: 130px;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
	color: #666;
	display: flex;
	align-items: center;
}
.index-section .index_choose span{
	color: #666;
	font-size: 1.4rem;
	display: block;
	line-height: 2.2rem;
}
.index-section .index_choose span b{
	color: #333;
	font-size: 1.8rem;
	display: block;
}
.index-section .index_choose .choose_safe{
	background: #fff url('../images/choose_safe.png') no-repeat 3% center;
}
.index-section .index_choose .choose_price{
	background: #fff url('../images/choose_price.png') no-repeat 3% center;
}
.index-section .index_choose .choose_service{
	background: #fff url('../images/choose_service.png') no-repeat 3% center;
}
.index-section .index_choose .choose_chat{
	background: #fff url('../images/choose_chat.png') no-repeat 3% center;
}
.swiper-container-banner{
	position: relative;
	overflow: hidden;
}
.swiper-container-banner img{
	max-width: 100%;
}
.section-title.upper-center span.line-white{
	color: #de6262;
}
.section-title.upper-center span.line-white:after {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 2px;
    background-color: #fff;
    left: calc(50% - 50px);
    top: 100%;
}
.index-section .news-single{
	padding-bottom: 20px;
	padding-left: 0;
}
.index-section .news-single .news-title a{
	font-size: 1.8rem;
	color: #333;
	font-weight: bold;	
}
.index-section .news-single .news-title a:hover{
	color: #146dfc;
}
.index-section .news-single p{
	color: #666;
	font-size: 1.4rem;
	line-height: 2.2rem;
}
.new-more{
	display: inline-block;
	width: 100%;
	text-align: center;
}
.new-more .more{
	display: inline-block;
	padding: 8px 30px;
	border-radius: 20px;
	border: 1px solid #146dfc;
	color: #146dfc;
	font-size: 1.4rem;
}
.new-more .more:hover{
	background-color: #146dfc;
	color: #fff;
}
.bg-white{
	background-color: #fff;
}
.page-common-bg .search-input{
	position: relative;
	margin-bottom: 30px;
}
.page-common-bg .search-input input{
	width: 100%;
	border: 1px solid #ccc;
	line-height: 3.6rem;
	height: 3.6rem;
	font-size: 1.5rem;
	padding-left: 5px;
	border-radius: 4px;
}
.page-common-bg .search-input .btn-search{
	position: absolute;
	right: 0;
	top: 10%;
	height: 80%;
}
.page-common-bg .search-input .btn-search img{
	height: 100%;
	width: auto;
}
/* 游戏首页 */
.page-game-index .game-name{
	font-size: 3rem;
	height: 10rem;
	line-height: 10rem;
	white-space: nowrap;
	color: #061da4;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.page-product-list .game-name:first-child, .page-product .game-name:first-child{
	height: 6rem;
	line-height: 4rem;
}
.small-game-name{
	color: #333;
	font-size: 1.8rem;
	line-height: 2rem;
}
.page-product-list .game-name{
	height: 8rem;
	line-height: 8rem;
	/* margin-bottom: 10px; */
}
.game-service .service-unit{
	text-align: center;
	position: relative;
	min-height: 220px;
	opacity: .9;
	padding: 0;
	background-size: 100%;
	width: calc(33% - 8px);
	margin-right: 17px;
	border-radius: 6px;
}
.game-service .service-unit:hover{
	opacity: 1;
}
.service-ps4{
	background: url("../images/game-index/ps4.jpg") no-repeat;
}
.service-xbox{
	background: url("../images/game-index/xbox.jpg") no-repeat;
}
.service-pc{
	background: url("../images/game-index/pc.jpg") no-repeat;
}
.service-switch{
	background: url("../images/game-index/switch.jpg") no-repeat;
}
.game-service .service-unit:last-child{
	margin-right: 0;
}
.game-service .service-unit .corner-icon{
	position: absolute;
	right: 10px;
	top: 10px;
	display: block;
}
.game-service .service-unit img{
	display: block;
	margin: 0 auto;
	max-width: 70px;
	height: auto;
}
.game-service .service-unit .service-name{
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 4rem;
	white-space: nowrap;
	color: #fff;
	padding-top: 18%;
}
.game-service .service-unit .span-link{
	display: inline-block;
	background-color: #de6262;
	color: #fff;
	padding: 5px 18px;
	text-transform: uppercase;
	border-radius: 2px;
	cursor: pointer;
}
.game-service .service-unit a.link-full{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 6;
	
}
.game-service .service-unit a.link-full:hover + .span-link{
	opacity: 0.85;
}
.game-index-banner{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 45px 0 35px;
	margin: 20px 0 30px;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
}
.game-index-banner .banner-title{
	color: #fff;
	font-size: 1.8rem;
	padding-bottom: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
.game-index-banner .banner-content{
	color: #fff;
	font-size: 1.4rem;
	line-height: 2.2rem;
	width: 45%;
}
/*category*/
.index-category{
	overflow: hidden;
}
li.category-mt{
	padding: 30px 15px;
	background: #fff;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
	border-radius: 5px;
}
li.category-account{
	padding-right: 0;background: #fff;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
li.category-unit a.link-full{
	display: flex;
	align-items: center;
	width: 100%;
	overflow: hidden;
}
button.game-btn{
	padding: 8px 30px;
	color: #fff;
	background-color: #146dfc;
	border-radius: 5px;
	text-align: center;
	font-size: 2rem;
	margin-top: 10px;
	text-transform: uppercase;
}
button.game-btn:hover{
	opacity: .8;
}
.category-unit img{
	border-radius: 5px;
}
.category-content h2, .category-content h1{
	font-size: 2.5rem;
	font-weight: bold;
	color: #333;
	line-height: 3rem;
	margin: 0 auto 12px;
}
.category-content p{
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: #666;
}

/* 产品列表页-金币 */
.page-product-list .game-banner{
	position: relative;
}
.game-banner .banner-word{
	position: absolute;
	top: 120px;
	left: 370px;
}
.game-banner img{
	width: 100%;
	height: auto;
}
.game-banner .banner-word li{
	padding-bottom: 4px;
}
.game-banner .banner-word span{
	color: #fff;
	white-space: nowrap;
	font-size: 1.6rem;
}
.section-product{
	background: #fff;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
	padding: 30px;
	border-radius: 4px;
	overflow: hidden;
}
.section-product h1.text-center{
	font-size: 3rem;
	margin: 30px auto;
}
.section-product .main-section h2{
	font-size: 2rem;
	text-align: center;
	margin-bottom: 20px;
}
.section-product .main-section h2::before{
	background: none;
}
.section-product .main-section{
	width: calc(50% - 20px);
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 20px;
	margin-right: 40px;
	float: left;
}
.section-product .main-section:last-child{
	margin-right: 0;
	text-align: center;
}
.service-title-list{
	margin: 0 auto;
}
.platform-title-list select, .coupon-list-table select{
    line-height: 36px;
    height: 36px;
    font-size: 1.5rem;
    padding-left: 10px;
    margin-right: 5px;
    border-radius: 4px;
    width: 20%;
    color: #333;
    outline: none;
}
.coupon-list-table select{
	width: 25%;
	margin: 10px auto;
}
/*.platform-title-list select option::before{
	font-family: "FontAwesome";
	content: "\f11b";
	display: inline-block;
	width: 15px;
	height: 15px;
	font-size: 1.5rem;
	color: #333;
}*/
.section-quick-buy .quick-buy-content>div{
	display: inline-block;
	line-height: 3rem;
	font-size: 1.5rem;
}
/*.service-title-list ul{
	white-space: nowrap;
}*/
.service-title-list li, .platform-title-list li{
	display: inline-block;
	margin-right: 10px;
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	border-radius: 2px;
	text-align: center;
	float: left;
	margin-bottom: 2px;
}
.service-title-list li:hover{
	background-color: #146dfc;
}
.service-title-list li:hover a{
	color: #fff;
}
.service-title-list li.selected{
	background-color: #146dfc;
	border: none;
}
.service-title-list li a, .platform-title-list li a{
	display: inline-block;
	padding: 10px;
	font-size: 1.8rem;
	color: #aab1b7;
	text-align: center;
	width: 100%;
}
.service-title-list li a{
	color: #333;
}
.service-title-list li a::before{
	top: 4px;
	margin-right: 2px;
}
.service-title-list li.selected a{
	color: #fff;
}
.platform-title-list{
	background-color: #fff;
	border-radius: 4px 4px 0 0;
}
.platform-title-list li a{
	padding: 8px 18px;
}
.product-main-bg{
	border-radius: 4px;
	margin: 20px auto;
	background: #fff;
	padding: 20px;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.page-product-list .product-list{
	background-color: #fafafa;
	border-radius: 4px;
	border: 1px solid #ddd;
	margin-top: 20px;
	/*overflow: hidden;*/
}
.product-single{
	display: table;
	width: 100%;
	padding: 15px;
	position: relative;
}
.product-single:not(:last-child){
	border-bottom: 1px solid #ddd;
}
.product-single>div{
	display: table-cell;
	vertical-align: middle;
}
.product-single .prt-thumb{
	width: 35px;
	vertical-align: top;
	position: relative;
	top: 4px;
}
.product-single .prt-thumb img{
	width: 100%;
	height: auto;
}
.product-single .prt-name{
	padding-left: 8px;
	padding-right: 10px;
	width: 42%;
}
.product-single .product-name{
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: bold;
	word-break: break-word;
	color: #333;
}
.product-single .product-name a:hover{
	color: #de6262;
}
.product-single .product-name i{
	font-style: normal;
	color: #f78925;
	margin-right: 5px;
}
.product-single .delivery-time{
	color: #666;
	font-size: 1.3rem;
}
.product-single .prt-price{
	padding-left: 15%;
	width: 36%;
	position: relative;
}
.product-single .prt-price span{
	color: #f78925;
	font-size: 1.5rem;
}
.product-single .prt-price span:nth-child(1), .product-single .prt-price span:nth-child(2){
	font-weight: bold;
}
.product-single .prt-price span.line-through{
	text-decoration: line-through;
	color: #999;
	font-weight: bold;
}
.product-single i.discount-num{
	padding: 3px 5px;
	background: #de6262;
	border-radius: 2px;
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 28%;
	left: 25%;
}
.product-single i.discount-num::before{
	content: '';
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 4px solid #de6262;
	position: absolute;
	top: 7px;
	left: -4px;
	/*transform: translate(-50%, 100%) rotate(45deg);*/
}
.product-single .prt-btn-buy{
	position: absolute;
	right: 30px;
	top: calc(50% - 18px);
	display: block;
	cursor: pointer;
	border-radius: 2px;
	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 .prt-btn-buy a{
	background-color: #146dfc;
	padding: 8px 15px;
	border-radius: 5px;
	transition: all 0.24s ease-in-out;
	-webkit-transition: all 0.24s ease-in-out;
	-moz-transition: all 0.24s ease-in-out;
	color: #fff;
}
.product-single .prt-btn-buy a:hover{
	background-color: #f78925;
}
.product-single .prt-btn-buy a{
	display: block;
	float: left;
}
.bg-01{
	background-color: #fff;
	padding: 15px;
	border-radius: 4px;
	border: 1px solid #ddd;
}
.box-title{
	position: relative;
	/*text-transform: uppercase;*/
	font-size: 1.8rem;
	color: #de6262;
	line-height: 2.2rem;
	padding-left: 10px;
}
.box-title:before{
	content: "";
	position: absolute;
	left: 0;
	top: 15%;
	width: 4px;
	height: 70%;
	background-color: #de6262;
	display: block;
}
.hide-btn{
	border: 1px solid #ccc;
	border-radius: 2px;
	margin-left: 5px;
	width: 18px;
	height: 18px;
	line-height: 16px;
	display: inline-block;
	text-align: center;
	float: right;
	cursor: pointer;
	color: #f78925;
}
.optimize-words{
    margin-bottom: 15px; 
}
.optimize-words:last-child{
	margin: 0;
}
.optimize-words h1,.optimize-words h2{
	font-size: 1.8rem;
	font-weight: bold;
	color: #333;
}
.optimize-words h1:before,.optimize-words h2:before, .section-product .main-section span:before{
	content: "";
	width: 16px;
	height: 16px;
	position: relative;
	left: 0;
	top: 1px;
	display: inline-block;
	background: url(../images/icon-ttl.png) left center;
	background-size: 100%;
	margin-right: 10px
}
.optimize-words h2.hide-btn1{
	cursor: pointer;
}
.optimize-words-content{
	color: #666;
	line-height: 22px;
	margin-top: 10px;
	font-size: 1.4rem;
}
.optimize-words .optimize-words-content a{
	color: #007bff;
	text-decoration: underline;
}
.optimize-words .optimize-words-content a:hover{
	color: #007bff;
}
.member-withdrawOrder .panel-collapse.optimize-words-content{
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #ddd;
}
.member-withdrawOrder .panel-collapse.optimize-words-content a{
	color: #146dfc;
}
.member-withdrawOrder .panel-collapse.optimize-words-content a:hover{
	text-decoration: underline;
}
/* 登录注册 */
.page-login .login-bg{
	margin: 8% auto;
}
.page-login .section-login-left{
	padding: 45px 20px;
	margin: 0 auto;
	text-align: center;
	width: 520px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.page-login .section-login-left h1{
	position: relative;
	color: #333;
	font-size: 3.2rem;
}
/* .social-methods{
	float: right;
} */
/*.page-login .section-login-left h1:after{
	content: "";
	position: absolute;
    display: block;
    width: 80px;
    height: 2px;
    background-color: #de6262;
    left: calc(50% - 40px);
    top: calc(100% + 10px);
}*/
.page-login .form-main{
	padding-top: 30px;
	width: 400px;
	margin: 0 auto;
}
.page-login .form-main .form-group{
	margin-bottom: 10px;
}
.page-login .form-main .form-group label{
	text-align: left;
	width: 100%;
	cursor: auto;
	color: #434d53;
	font-size: 1.4rem;
}
.page-login .form-main .input-row{
	position: relative;
	border-radius: 2px;
	overflow: hidden;
	height: 38px;
}
.page-login .form-main .input-row .input-icon{
	width: 36px;
	position: relative;
	display: block;
	float: left;
}
.page-login .form-main .input-row .input-icon:after{
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	height: 20px;
	right: 0;
	top: 9px;
	background-color: #ddd;
}
.page-login .form-main .input-row .input-icon img{
	width: 100%;
	height: auto;
	padding-bottom: 4px;
}
.page-login .form-main .input-row input{
	width: 100%;
	/* border: 1px solid #ddd;
	padding-left: 10px;
	font-size: 1.6rem;
	display: block;
	color: #333;
	border-radius: 4px; */
	float: left;
	height: 36px;
	outline:none; 
}
.page-login .form-main .input-row input::-webkit-input-placeholder, .form-withdraw-trade .form-content input::-webkit-input-placeholder{
    color: #c4cad0;
}
.forget-password .form-main .verify-code02{
	float: right;
	line-height: 36px;
}
.forget-password .form-main .verify-code02 a{
	color:#de6262;
	font-size:1.6rem;
}
.page-login .form-main .login-attr{
	font-size: 1.2rem;
	margin: 5px auto;
}
.page-login .form-main .login-attr input, .page-login .form-main .login-attr label{
	float: left;
	display: block;
	font-weight: normal;
	color: #333;
}
.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 input[type="checkbox"]{
	position: relative;
	bottom: 2px;
}
.page-login .form-main .login-attr label a{
	color: #de6262;
	text-decoration: underline;
}
.page-login .form-main .login-attr .link-right{
	float: right;
	color: #de6262;
	text-decoration: underline;
}
.page-login .form-main .action-login{
	background: #146dfc;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	border-radius: 50px;
	margin: 8px auto;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}
.loginbtn li:hover{
	transform-origin:center;
	transition: all 0.2s;
	-ms-transition: all 0.2s; /* IE 9 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-moz-transition: all 0.2s;
	padding: -5px;
	opacity: 1;
	font-size: 16px;
}
.loginbtn li:hover .action-login{
	font-size: 16px;
}
.page-login .form-main .action-register{
	background: #fff;
	border: 1px solid #146dfc;
	color: #004ecc;
	display: block;
	height: 40px;
	line-height: 40px;
}
.page-login .form-main button.action-login[disabled]{
	opacity: 0.6;
	cursor: not-allowed;
}
.page-login .form-main .action-login:hover{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.page-login .form-main .social-login{
	text-align: left;
}
/* .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;
}
.fb-login-button{
	margin-top: 5px !important;
}
.page-login .form-main .link-sign-up{
	margin-top: 8px;
	color: #333;
}
.page-login .form-main .link-sign-up a{
	color: #de6262;
	font-size: 1.5rem;
	text-decoration: underline;
}
.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.signup .form-main .link-sign-up{
	margin-top: 5px;
	color: #333;
}
.page-login.signup .intl-tel-input .flag-dropdown{
	left: 0;
	top: 1px;
	z-index: 10;
	border: 1px solid #ccc;
	border-radius: 4px;
	height: 36px;
}
.page-login .form-main .input-row input#memberCountry{
	position: absolute;
	right: 0;
	top: 1px;
	width: calc(100% - 50px);
}
#Verification, #VerificationForget{
	width: 60%;
}
.captchaWord{
	width: 100%; 
	height: 36px;
	position: relative;
	bottom: 1px;
	border-radius: 2px;
}
/*密码可见*/
.ripple {
	position: absolute;
	width: 40px;
	height: 36px;
	z-index: 90;
	right: 0;
	transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0 25px;
	overflow: hidden;
	border-radius: 100vw;
	pointer-events: none;
}
.ripple.animate:before {
	-webkit-animation: clicked 0.4s forwards cubic-bezier(0.5, 0.61, 0.36, 1);
    animation: clicked 0.4s forwards cubic-bezier(0.5, 0.61, 0.36, 1);
}
.hideShowPassword-toggle {
	position: absolute;
    width: 36px;
    height: 36px;
    z-index: 100;
    right: 10px;
    top: 0;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    overflow: hidden;
    border-radius: 100vw;
    cursor: pointer;
	background-image: url(../images/wink.png);
	background-position: -44px center;
    background-repeat: no-repeat;
    text-indent: -9999em;
}
.hideShowPassword-toggle[data-state="visible"] {
    background-position: 0 center;
}
.hideShowPassword-toggle:active + input {
    letter-spacing: 1.5px;
    box-shadow: 3px 0px 15px 0px #c1e6d0;
    cursor: text;
}
.hideShowPassword-toggle:active + input.password {
	letter-spacing: 3px;
}
/* buyVideo */
.index-exhibition{
	margin-top: 40px;
}
/* .index-exhibition .optimize-words h1, .index-exhibition .optimize-words h2{
	font-size: 2.2rem;
	line-height: 2.8rem;
}
.index-exhibition .optimize-words-content{
	font-size: 1.6rem;
	line-height: 2.6rem;
} */
.page-game-index .index-exhibition .game-name{
	height: 50px;
	line-height: 25px;
}
.index-exhibition .index-about, .index-exhibition .buyVideo{
	width: calc(50% - 15px);
	margin-right: 30px;
	float: left;
}
.index-exhibition .index-about .section-product, .buyVideo-box{
	height: 420px;
}
.index-exhibition .buyVideo{
	margin-right: 0;
	/* background: url(../images/v_bg.png) no-repeat 0 0;
	background-size: 100%; */
}
.buyVideo h3{
	text-align: center;
	color: #061da4;
	font-size: 3rem;
	position: relative;
	top: 20px;
}
.buyVideo-box{
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
	padding: 30px;
	margin: 0 auto;
	position: relative;
	top: 0;
}
.buyVideo-box .buyVideo-con{
	width: 100%;
	cursor: pointer;
}
.buyVideo-box video{
	width: 100%;
	height: auto;
	border-radius: 5px;
}
/* 新闻版块 */
.index-news{
	padding: 30px;
	background: #fff;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.page-news-bg{
	border-radius: 2px;
	margin-bottom: 50px;
	border-radius: 4px;
}
.page-news-bg>.section-left{
	width: 70%;
	padding: 15px 20px;
	float: left;
	background: #fff;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.page-news-bg>.section-left img{
	max-width: 100%;
}
.faq-list{
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
	padding: 15px 30px;
}
.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;
	background-color: #146dfc;
}
.news-list .news-summary{
	width: 100%;
	float: left;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.news-list-unit:last-child >.news-summary{
	border-bottom: none;
	margin-bottom: 0;
	color: #666;
}
.page-news-detail .news-list .news-summary{
	border: none;
	color: #666 !important;
}
.page-news-detail .news-list .news-summary a{
	color: #146dfc;
	margin-bottom: 0 3px;
}
.news-list .news-title, .news-list h2{
	font-size: 1.8rem;
	line-height: 2.4rem;
	font-weight: 666;
	display: block;
	color: #333;
}
.news-list .news-title:hover{
	color: #146dfc;
}
.news-time{
	display: block;
	line-height: 28px;
	height: 28px;
	font-size: 1.4rem;
	color: #999;
}
/*.news-list .news-summary .news-time img{
	height: 26px;
	width: auto;
	margin-left: -5px;
	margin-right: -3px;
	padding-bottom: 2px;
}*/
.news-list .news-content, .faq-content{
	color: #666;
	font-size: 1.4rem;
	line-height: 2.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-tag{
	padding-top: 12px;
}
.news-tag span{
	padding: 2px 8px;
	border: 1px solid #ddd;
	color: #333;
	font-size: 1.4rem;
	margin-right: 8px;
	border-radius: 2px;
	white-space: nowrap;
	display: inline-block;
	margin-bottom: 8px;
}
.news-tag span:hover{
	color: #fff;
	background: #146dfc;
}
.news-tag span:hover a{
	color: #fff;
}
.news-sidebar{
	width: 25%;
	float: right;
	padding: 15px 20px;
	background: #fff;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.news-sidebar .news-list-unit{
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.news-sidebar .widget{
	border-radius: 2px;
}
.news-sidebar .widget .widget-title{
	font-size: 1.8rem;
	padding-bottom: 15px;
	color: #333;
	border-bottom: 2px solid #ddd;
	margin-bottom: 20px;
}
.widget .latest-list,.widget .category-list 
.widget .latest-list li:not(:last-child){
	padding-bottom: 20px;
}
.widget .latest-list li img{
	width: 25%;
	float: left;
	display: block;
	padding-top: 6px;
}
.widget .latest-list li .content-right{
	width: 75%;
	padding-left: 10px;
	float: left;
}
.widget .latest-list li .news-title{
	font-size: 1.4rem;
	font-weight: bold;
}
.widget .latest-list li .news-title:hover{
	color: #de6262;
}
.widget .latest-list li .news-time{
	color: #777;
	font-size: 1.2rem;
	display: block;
	padding-top: 2px;
}
.widget .category-list li:not(:last-child){
	padding-bottom: 12px;
}
.page-news-detail .news-detail-thumb{
	width: 100%;
	padding-top: 20px;
}
.news-detail .news-title, .page-faq-detail .faq-title{
	font-size: 2rem;
	font-weight: bold;
	line-height: 2.4rem;
	margin-bottom: 8px;
	color: #333;
}
.news-detail .news-time{
	margin-left: -6px;
	color: #777;
}
.news-detail .share-link{
	color: #777;
	padding-left: 5px;
}
.news-detail .share-link .share-list{
	display: inline-block;
	padding-left: 6px;
}
.news-detail .share-link .share-list li{
	padding: 0 2px;
}
.news-detail .share-link .share-list img{
	height: 20px;
	width: auto;
}
.news-detail .news-content{
	padding-top: 5px;
	font-size: 1.5rem;
	color: #333;
	line-height: 2rem;
}
.tag-list{
	padding-top: 20px;
}
.tag-list .tag-single{
	display: inline-block;
	padding: 2px 8px;
    border: 1px solid #ddd;
    color: #333;
    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;
	background: #146dfc; 
}
.tag-list .tag-single:hover a{
	color: #fff;
}
.page-news-bg>.section-left.tag-result{
	width: 100%;
	padding-right: 0;
}
.page-faq-bg{
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.faq-detail{
	padding: 15px 30px;
}
.page-faq-detail .faq-detail img{
	max-width: 100%;
}

/* 关于我们等文本类页面 */
.page-common-bg{
	margin-bottom: 50px;
}
.page-success-payment{
	background: #1f2c3a;
	padding: 50px 30px;
}
.page-common-bg .page-title{
	font-size: 3rem;
	font-weight: bold;
	padding-bottom: 10px;
	color: #fff;
}
.page-common .main-section{
	padding-top: 20px;
	min-height: 155px;
}
.page-common .main-section:after{
	content: "";
	clear: both;
	display: block;
}
.page-common .main-section .section-title{
	position: relative;
    font-size: 1.8rem;
    color: #333;
    font-weight: bold;
    background: #fff;
	border-bottom: 1px solid #ddd;
	padding: 15px 30px;
	border-radius: 4px 4px 0 0;
}
.page-common .optimize-words{
	margin-bottom: 0;
}
.page-common .optimize-words span{
	font-weight: normal;
}
blockquote{
	background: #f5f5f5;
	border-left: 5px solid #146dfc;
	padding: 15px 30px;
	color: #333;
}
.member-withdrawOrder blockquote{
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 4px;
}
.page-common blockquote{
	background: #fff;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
	border-left: none;
	color: #666;
	padding-bottom: 20px;
}
.page-common .main-section blockquote{
	font-size: 1.5rem;
	line-height: 2rem;
	color: #333;
}
.refund-tips{
	font-size: 1.4rem;
	line-height: 2rem;
	color: #888;
}
.contact-us-banner{
	padding-top: 15px;
}
.contact-us-banner img{
	width: 100%;
}
.page-common .main-section .section-title.left-icon:before{
	display: none;
}
.page-common .main-section .section-title.left-icon img{
	height: 2rem;
	padding-right: 4px;
}
.page-common .main-section.contact-account .section-title{
	padding-bottom: 20px;
}
.page-common .main-section a{
	color: #f78925;
	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;
}

/* 购物车 */
.nofee{
	padding: 2px 6px;
	margin: 0 8px;
	border: 1px solid #f78925;
	color: #f78925;
	border-radius: 3px;
	font-size: 1.2rem;
	font-weight: bold;
	position: relative;
	bottom: 1px;
}
.payment-section{
	margin-bottom: 20px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #ddd;
}
.cart-table{
	overflow: hidden;
}
.cart-table .table-title{
	padding: 15px;
	border-radius: 4px 4px 0 0;
	background-color: #eaedf0;
}
.cart-table .table-title span{
	display: block;
	float: left;
	font-size: 1.6rem;
	/*font-weight: bold;*/
	color: #333;
}
.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 .table-content{
	padding-bottom: 1px;
	background: #fff;
}
.cart-table .pr-row{
	padding: 15px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.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){
	width: 45%;
	padding-right: 30px;
	color: #333;
	font-weight: normal;
}
.cart-table .pr-row>span:nth-child(2){
	width: 30%;
	color: #f78925;
}
.cart-table .pr-row>span:nth-child(3){
	border: 1px solid #999;
	border-radius: 2px;
	padding-right: 0;
	color: #666;
}
.payment-qrcode .cart-table .pr-row>span:nth-child(3){
	background-color: transparent;
	border: none;
}
.cart-table .pr-row>span:nth-child(3) b{
	font-weight: normal;
	padding: 0 5px;
}
.cart-table .pr-row .product-num button{
	padding: 1px 8px;
}
.cart-table .pr-row .product-num button:first-child{
	border-right: 1px solid #ddd;
}
.cart-table .pr-row .product-num button:last-child{
	border-left: 1px solid #ddd;
}
.cart-table .pr-row .product-num button:hover{
	background-color: #146dfc;
	color: #fff;
}
.cart-table .pr-row .btn-del-product{
	float: right;
	border-radius: 2px;
	overflow: hidden;
	background-color: #146dfc;
	width: 18px;
	height: 18px;
	margin-top: 0.3rem;
	margin-right: 5%;
	color: #fff;
}
.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);
}
.cart-table .pr-row .btn-del-product:hover{
	opacity: .8;
}
.btn-continue-add{
	border: 1px solid #146dfc;
	color: #146dfc;
	padding: 5px 12px;
	border-radius: 4px;
	margin: 10px auto 15px;
}
.btn-continue-add:hover, .btn-continue-add:focus{
	background: #146dfc;
	color: #fff;
}
.btn-del{
	background: none;
	color: #f78925;
	border: 1px solid #f78925;
	margin-left: 10px;
}
.btn-del:hover, .btn-del:focus{
	background: #f78925;
	color: #fff;
}
.payment-step-wrap{
	position: relative;
	margin-bottom: 20px;
}
.member-withdrawOrder .product-form{
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ddd;
	overflow: hidden;
	margin: 0 auto 20px;
	background: #fff !important;
	border-radius: 4px;
}
.member-withdrawOrder .getCoinsForm .product-form{
	margin: 0 auto;
}
.product-form .pr-name{
	display: block;
	font-size: 1.5rem;
	color: #333;
	font-weight: bold;
	line-height: 2rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 15px;
	background-color: #eee;
}
.product-form .form-main{
	padding: 15px;
}
.product-form .form-main.copypages{
	padding-bottom: 0;
}
.product-form .form-main .row-title{
	width: 100%;
	display: block;
	float: left;
	line-height: 2.2rem;
	color: #fff;
}
.product-form .form-main.form-mainTip{
	background-color: #fdf6ec;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.withdraw-coins .product-form .form-main, .withdraw-coins blockquote{
	padding: 10px 15px;
}
.withdraw-coins .product-form .form-main input[type="checkbox"]{
	position: relative;
	top: 2px;
}
.withdraw-coins blockquote{
	margin: 20px auto;
}
.withdraw-coins .pr-form-tips{
	padding: 10px;
	background-color: #fdf6ec;
	border-radius: 4px;
	margin-bottom: 20px;
	font-size: 1.4rem;
	color: #d2471b;
	line-height: 2.2rem;
}
.wrongCoinsForm .product-form .form-main .pr-info-row{
	margin-bottom: 0;
}
.wrongCoinsForm .product-form .form-main .pr-info-row input{
	margin-bottom: 5px;
}
.wrongCoinsForm .product-form .form-main.col-xs-12 .pr-info-row{
	padding-bottom: 0;
}
.product-form .form-main .pr-info-row .pr-info-hour, .product-form .form-main .pr-info-row .pr-info-min{
	width: calc(190px - 5px);
	float: left;
	margin-right: 10px;
}
.product-form .form-main .pr-info-row .pr-info-min{
	margin-right: 0;
}
.withdraw-coins .goldsalesNumber{
	color: #999;
}
.withdraw-coins .goldSalesNum{
	color: #d2471b;
}
/* .withdraw-coins .optimize-words-content.collapse.in{
	overflow: hidden;
} */
.withdraw-coins .withdraw-arrow{
	float: right;
	font-size: 25px;
	position: relative;
	bottom: 3px;
	cursor: pointer;
}
.withdraw-coins .line{
	border-bottom: 1px dashed #ccc;
	margin: 10px auto;
	padding-top: 10px;
} 
.withdraw-coins .line:last-child{
	border: none;
}
.getCoinsForm .product-form{
	box-shadow: none;
	-webkit-box-shadow: none;
}
i.required{
	color: #de6262;
	margin-right: 4px;
}
.product-form .form-main .row-content{
	width: 40%;
	float: left;
	display: block;
	border-radius: 4px;
}
select.form-control{
	/* background: #fff url('../images/arrow-down.png') no-repeat right center;
	border: 1px solid #999; */
	box-shadow: none;
	color: #333;
}
 .product-form .form-main .dropdown-menu{
	width: 70%;
}
.form-control, .product-form .form-main input.row-content, .listclass{
	width: 380px;
}
.product-form .pi-info-country{
	position: relative;
}
.product-form .pi-info-country .intl-tel-input{
	position: absolute;
	top: 47%;
	height: 34px;
}
.product-form .pi-info-country .intl-tel-input .flag-dropdown, .product-form .pi-info-country .intl-tel-input .selected-flag{
	padding: 0;
	width: 40px !important;
	height: 28px !important;
	margin-top: 0;
	top: 1px;
	left: 4px;
}
.product-form .pi-info-country .intl-tel-input .selected-flag .iti-flag{
	left: 5px;
}
.product-form .pi-info-phone #prefixAreaCode{
	border: none;
	width: 40px;
	height: 34px;
	line-height: 34px;
	border: none;
	position: absolute;
	top: 48%;
	left: 55px;
	z-index: 1;
	background: none;
	font-size: 1.5rem;
}
.product-form .form-main input#orderPhone{
	width: 70%;
	padding-left: 85px;
}
.form-tip{
	color: #666;
	font-size: 1.4rem;
	line-height: 24px;
	padding: 0 15px 10px !important;
}
.wrongCoinsForm .form-tip:last-child{
	padding-bottom: 0 !important;
}
.form-tip.form-tip-special{
	padding-left: 0 !important;
	padding-bottom: 0 !important;
}
/*球员名列表*/
.product-form .form-control.playerName, .listclass li{
	background: url(../images/player-default.png) no-repeat left center;
	background-size: 25px 25px;
	padding-left: 40px !important;
	background-position-x: 6px;
}
.listclass {
    position: absolute;
    border: 1px solid #ddd;
    background: #f0f0f0;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    border-radius: 4px;
    overflow-y: auto;
	max-height: 300px;
	margin-top: -4px;
}
.listclass::-webkit-scrollbar-thumb{
   background-color: #018EE8;
   height: 50px;
   outline-offset: -2px;
   outline: 2px solid #fff;
   -webkit-border-radius: 4px;
   border: 2px solid #fff;
}
.listclass li {
	padding: 10px;
    cursor: pointer;
    color: #333; 
    border-bottom: 1px solid #fff; 
	list-style: none;
}
.listclass li:hover {
    background-color: #3399ff; 
}
.listactive {
    background-color: #3399ff !important; 
    color: #fff; 
}
.product-form .form-main .dropdown-menu > li > a{
	padding: 10px;
}
.payment-summary .summary-content input{
	border: 1px solid #999;
	height: 30px;
	border-radius: 2px; 
	padding-left: 4px;
}
.payment-summary .summary-content button{
	background: #146dfc;
	color: #fff;
	height: 30px;
	line-height: 30px;
	border-radius: 2px;
	font-size: 1.2rem;
}
.product-form .form-main .pr-info-row, .personal-info-form .form-main .pi-info-row{
	padding-bottom: 10px;
	font-size: 1.5rem;
}
.withdraw-coins .product-form .form-main .pr-info-row:last-child{
	padding-bottom: 0;
}
/* .product-form .form-main input.row-content{
	border: 1px solid #999;
} */
.product-form .form-main input.row-content,.product-form .form-main select.row-content{
	font-size: 1.5rem;
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
	border-radius: 4px;
}
.product-form .form-main .pr-info-row{
	position: relative;
}
.product-form .form-main .row-title{
	height: 2.8rem;
	line-height: 2.8rem;
	color: #333;
}
.email-form-tips{
	color: #666;
	margin-top: 10px;
}
.form-time-tips{
	padding-left: 3%;
}
.product-form .form-main .row-content.half-width{
	width: 19%;
	margin-right: 1%;
}
.product-form .form-main textarea{
	min-height: 195px;
	padding-left: 10px;
	width: 70% !important;
	background: #fff;
	color: #666;
}
.pr-form-tips{
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #666;
}
.pr-form-tips i{
	color: #fff;
	background-color: #ffa500;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	font-size: 1.2rem;
	text-align: center;
	line-height: 16px;
	margin-right: 5px;
	position: relative;
	bottom: 1px;
}
.payment-section.form-list{
	position: relative;
}
.page-payment h2{
	position: relative;
    font-size: 1.8rem;
	color: #061da4;
	margin-bottom: 10px;
}
ul.payment-methods{
	padding: 30px 20px 0;
}
ul.payment-methods li{
	padding-bottom: 30px;
	width: 16.5%;
	float: left;
	position: relative;
	height: 90px;
	margin-bottom: 20px;
}
ul.payment-methods li:nth-child(odd){
	padding-right: 5px;
}
ul.payment-methods li:nth-child(even){
	padding-left: 5px;
}
ul.payment-methods li:hover img{
	opacity: 1;
}
ul.payment-methods li.on img{
	border: 1px solid rgba(13,72,172,1);
}
.payment-methods.payment-hidden{
	display: none;
	padding-top: 0;
}
.show-payment-all{
	border-top: 1px solid #e6e6e6;
	margin: 0 20px;
	padding: 20px 0;
}
#totalAmountOff2{
    padding: 3px 5px;
	background: #de6262;
	border-radius: 2px;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	position: relative;
	bottom: 4px;
	margin-left: 5px;
}
#totalAmountOff2::before{
	content: '';
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 4px solid #de6262;
	position: absolute;
	top: 7px;
	left: -4px;
}
.pay-method-con{
	position: relative;
	height: 60px;
}
.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::before{
	content: '';
	position: absolute;
	top: 0;
	right: -10px;
	height: 40px;
	width: 10px;
	background-color: #ff9574;
	background-color: #dfeafb;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.payment_free::after{
	content: '';
	position: absolute;
	top: 24px;
	right: -8px;
	width: 8px;
	height: 16px;
	background-color: #d02b2d;
	background-color: #dfeafb;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}*/
.payment-methods .payment-attr{
	display: block;
	text-align: center;
	font-size: 1.3rem;
	color: #666;
	font-weight: normal;
	margin-top: 5px;
}
ul.payment-methods img{
	width: 150px;
	height: 60px;
	border-radius: 5px;
	border: 1px solid #e6e6e6;
}
ul.payment-methods input[type="radio"]{
	position: absolute;
	top: 20%;
	left: 0;
}
ul.payment-methods li label{
	position: absolute;
	left: 20px;
}
.payment-summary .summary-row{
	padding-bottom: 10px;
	text-align: right;
	color: #666;
}
.total-summary .summary-row{
	text-align: center;
}
.summary-content.total-price{
	color: #f78925;
	font-size: 1.6rem;
	font-weight: bold;
	margin-left: 2px;
}
.summary-content.total-price .line-through{
	color: #999;
	text-decoration: line-through;
}
.page-payment .btn-submit{
	text-align: center;
	margin: 0 auto 30px auto;
}
.page-payment .btn-submit button{
	background-color: #cd3831;
	color: #fff;
	font-size: 1.7rem;
	text-transform: uppercase;
	padding: 8px 15px;
}
.page-payment .btn-submit button:hover{
	opacity: 0.85;
}
.page-payment .product-form.payment-step1{
	min-height: 124px;
}
.total-cotent{
	padding: 20px 20px 10px;
}
.total-cotent .summary{
	float: right;
	text-align: right;
	padding: 15px 0;
}
.payment-section.section-cart .total{
    font-size: 1.6rem;
    color: #fff;
    width: 100%;
    float: right;
    text-align: right;
}
.payment-section.section-cart .total span{
	width: 88%;
	display: inline-block;
	float: left;
	text-align: right;
}
.payment-section.section-cart .total b{
	font-weight: bold;
    color: #db7f2c;
    padding-left: 5px;
    width: 12%;
    float: left;
    text-align: left;
}
.payment-section.section-cart .total b .line-through{
	color: #999;
	text-decoration: line-through;
}
/*弹窗*/
.fade.in{
	background: rgba(0,0,0,.4);
}
.modal-form{
	margin-top: 0;
	padding: 0;
}
.page-payment .modal-dialog{
	top: 10%;
}
.modal-form .form-main{
	background: #fff;
	position: relative;
	border-bottom: 1px dashed #EEE;
}
.payment-step-wrap .modal-header{
	padding: 10px;
}
.modal-form .modal-title{
	color: #333;
}
.modal-form .form-main .row-title{
	color: #666;
}
.modal-form .form-main .row-content{
	background: #F8F8F8;
	border: 1px solid #E5E5E5;
	color: #333;
}
.modal-form .form-main input.row-content{
	width: 100%;
}
.modal-form .product-form .form-main .pr-info-row{
	margin-bottom: 0;
}
.modal-form .summary-title{
	color: #333;
}
/*购物车切换优惠方式*/
.summary-content{
	margin-bottom: 10px;
}
#typeselect{
	color: #434d53;
	height: 30px;
	line-height: 30px;
	border: 1px solid #999;
	border-radius: 2px;
	max-width: 150px;
	min-width: 150px;
}
#selectDiscount .couponDown, #selectDiscount input#coupon{
	width: 170px;
	margin: 0 2px;
}
#typeselect, #selectDiscount .couponDown{
    background-size: 30px;
	font-size: 1.4rem;
}
#selectDiscount .couponDown{
	height: 30px;
	line-height: 30px;
	border: 1px solid #999; 
	padding: 0 2px;
	border-radius: 2px;
}
#selectDiscount .fade{
	display: none;
}
#selectDiscount .fade.in{
	background: none;
}
#selectDiscount.tab-content > .active{
	display: inline-block;
}
/* .discountCon.fade.in{
	position: relative;
	top: -1px;
} */
.popup-public img.PopupLink{
	position: absolute;
	transform: translate(-50% ,0);
	top: 30%;
}
.popup-public img.closePopup{
    display: inline-block;
    width: 30px; 
    height: 30px; 
    position: absolute; 
    top: 28%;
    left: 62%;
    cursor: pointer;
}
/* 会员系统 */
.member-nav{
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 5px;
}
.member-nav .member-info{
	padding: 10px;
}
.member-nav .member-name{
	color: #333;
	font-size: 1.3rem;
}
.member-nav .logout a{
	background: #146dfc;
	border-radius: 2px;
	padding: 4px 6px;
	color: #fff;
}
.page-member-main .member-nav-tab{
	position: relative;
	top: 1px;
	z-index: 6;
	white-space: nowrap;
	margin-bottom: 20px;
	overflow: hidden;
}
.page-member-main .member-nav-tab li{
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	float: left;
	padding: 8px 15px;
	border-radius: 4px;
	margin-right: 10px;
}
.page-member-main .member-nav-tab li:first-child{
	margin-left: 0;
}
.page-member-main .member-nav-tab li.selected{
	background-color: #146dfc;
	border: none;
	color: #fff;
}
.page-member-main .member-nav-tab li.selected a{
	color: #fff;
}
.page-member-main .member-nav-tab li a{
	font-size: 1.6rem;
	color: #666;
}
.page-member-main .member-nav-tab li a img{
	width: 3rem;
	height: auto;
}
.page-member-main .member-nav-tab li:hover{
	background-color: #146dfc;
}
.page-member-main .member-nav-tab li:hover a{
	color: #fff;
}
.page-member-bg{
	background-color: #fff;
	/*-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0,0,0,.1);*/
	padding: 16px 15px 0;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-radius: 4px;
}
.member-info-form form{
	overflow: hidden;
}
.member-info-form form .form-group{
	margin-bottom: 10px;
}
.form-horizontal .control-label{
	font-size: 1.4rem;
	font-weight: normal;
	text-align: left;
	margin-bottom: 5px;
}
.member-info-form .form-title{
	font-size: 1.6rem;
	font-weight: bold;
	background-color: #f5f5f5;
	padding: 10px 15px;
}
.member-info-form .form-content{
	padding: 15px;
}
.member-info-form .form-content .row-member-info{
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 5px;
	/*overflow: hidden;*/
}
.member-info-form .form-content .row-member-info .row-title, .form-withdraw-trade .form-content .row-title{
	line-height: 2rem;
	width: 100%;
	display: inline-block;
	color: #333;
	font-size: 1.5rem;
	margin-bottom: 10px;
	/*text-align: right;
	margin-right: 5px;*/
}
.member-info-form .form-content .row-member-info input, .form-withdraw-trade .form-content input{
	height: 36px;
	border-radius: 4px;
	padding-left: 10px;
	width: 26%;
	border: 1px solid #ddd;
	color: #333;
}
.form-withdraw-trade .form-content input{
	width: 30%;
}
input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #666;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #666;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #666;
}
input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #666;
}
.form-withdraw-trade .form-unit{
	margin-bottom: 10px;
	position: relative;
}
.form-withdraw-trade .form-unit .withdraw-tips p{
	color: #666;
}
.form-withdraw-trade .form-unit .withdraw-tips label{
	color: #de6262;
}
.form-withdraw-trade .form-unit .withdraw-tips input{
	width: auto;
	position: relative;
	left: 0;
	top: 2px;
	height: auto;
}
.form-withdraw-trade .form-unit .withdraw-tooltip-icon, .aff-register-form .reg-row .withdraw-tooltip-icon{
	border-radius: 50%;
	overflow: hidden;
	color: #de6262;
	height: 1.8rem;
	width: 1.8rem;
	margin-top: 0.1rem;
	margin-left: 4px;
	padding: 0;
	text-align: center;
}
.form-withdraw-trade .form-unit .withdraw-tooltip-icon .img-responsive, .aff-register-form .reg-row .withdraw-tooltip-icon .img-responsive{
	width: 80%;
}
.tooltip.in a{
	color: #f9a456;
}
.form-withdraw-trade{
	margin: 10px auto;
}
.form-withdraw-trade .btn-submit{
	color: #fff;
	background-color: #146dfc;
	font-size: 1.6rem;
	padding: 10px 50px;
}
.member-info-submit{
	background-color: #146dfc;
	color: #fff !important;
	padding: 5px 15px;
	font-size: 1.5rem;
	margin-top: 10px;
	opacity: 1;
}
.member-info-submit:hover{
	opacity: .8;
	color: #fff;
}
.page-member-bg .member-section-title{
	position: relative;
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
}
.table-content.module-member{
	margin-top: 5px;
    float: left;
    clear: both;
    border-radius: 4px;
    background-color: #425568;
    padding: 5px 15px 10px;
    width: 100%;
}
.table-content.module-member .table-title{
	border-bottom: 1px solid #28394b;
    padding: 8px 0 8px;
    display: table;
    width: 100%;
}
.table-content.module-member .table-title span{
	display: table-cell;
    font-size: 1.4rem;
    font-weight: bold;
    vertical-align: middle;
    padding-right: 5px;
    color: #fff;
}
.table-content.module-member .table-row{
	padding: 8px 0;
    border-bottom: 1px solid #28394b;
    display: table;
    width: 100%;
}
.table-content.module-member .table-row span{
	font-size: 1.4rem;
    line-height: 2rem;
    display: table-cell;
    vertical-align: middle;
    word-break: break-all;
    padding-right: 5px;
    color: #aab1b7;
}
.table-transter-ongoing .table-title span:nth-child(1),.table-transter-ongoing .table-row span:nth-child(1){
	width: 20%;
}
.table-transter-ongoing .table-title span:nth-child(2),.table-transter-ongoing .table-row span:nth-child(2){
	width: 16%;
}
.table-transter-ongoing .table-title span:nth-child(3),.table-transter-ongoing .table-row span:nth-child(3){
	width: 16%;
}
.table-transter-ongoing .table-title span:nth-child(4),.table-transter-ongoing .table-row span:nth-child(4){
	width: 16%;
}
.table-transter-ongoing .table-title span:nth-child(5),.table-transter-ongoing .table-row span:nth-child(5){
	width: 16%;
}
.table-transter-ongoing .table-title span:nth-child(5),.table-transter-ongoing .table-row span:nth-child(5){
	width: 16%;
}
.order-history .order-status-tab{
	float: left;
	display: block;
	margin-top: 4px;
}
.order-history .order-status-tab li{
	margin-right: 10px;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 2px;
	background: #f8f8f8;
	border: 1px solid #ddd;
}
.order-history .order-status-tab li a{
	font-size: 1.5rem;
	color: #666;
}
.order-history .order-status-tab li:hover{
	background: #146dfc;
}
.order-history .order-status-tab li:hover a{
	color: #fff;
}
.order-history .order-status-tab li.selected{
	background: #146dfc;
	border: none;
}
.order-history .order-status-tab li.selected, .order-history .order-status-tab li.selected a{
	color: #fff;
}
.order-history .order-list-content{
	margin: 20px auto;
	float: left;
	clear: both;
	border-radius: 4px;
	/* background-color: #eef1f6; */
	width: 100%;
	/* border: 1px solid #ddd; */
}
.member-list-table .list-title{
	padding: 5px;
}
.member-list-table .list-title span{
	display: block;
	float: left;
	font-size: 1.5rem;
	color: #606266;
}
/* .order-list-content .list-title span:nth-child(1), .order-list-content .list-row span:nth-child(1){
	width: 30%;
}
.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: 25%;
}
.order-list-content .list-title span:nth-child(4),.order-list-content .list-row span:nth-child(4){
	width: 25%;
} */
.order-list-content .list-row span.salesNumber{
	width: 60%;
	float: left;
}
.order-list-content .list-row span.salesDate{
	width: 40%;
	text-align: right;
	float: left;
}
.order-list-content .list-title span.list-title-info, .order-list-content .list-row span.salesName{
	padding-left: 5px;
	width: 40%;
}
.order-list-content .list-title span.list-title-price, .order-list-content .list-row span.salesPrice{
	width: 30%;
}
.order-list-content .list-title span.list-title-price{
	margin-left: 5px;
}
.order-list-content .list-row span.salesPrice{
	color: #f78925;
}
.order-list-content .list-title span.list-title-status, .order-list-content .list-row span.withdrawBtn{
	width: 28%;
}

.list-row-salesNumber{
	background-color: #e6e6e6;
}
.list-row-salesNumber, .list-row-salesContent{
	padding: 14px 10px;
	overflow: hidden;
}
.list-row-salesNumber .salesDate{
	float: right;
}
.member-list-table .list-row{
	display: table;
	background: #fff;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	width: 100%;
	border-radius: 2px;
}
.member-list-table .list-row:last-child{
	border: 1px solid #ddd !important;
}
.list-row-salesContent{
	border-bottom: 1px solid #ddd;
}
.list-row-salesContent:last-child{
	border-bottom: none;
}
.member-list-table .list-row.order-coins{
	position: relative;
	/* 金币类提币code显示 */
	/*padding-bottom: 50px;*/
}
.member-list-table .list-row span{
	font-size: 1.4rem;
	line-height: 2rem;
	display: inline-block;
	vertical-align: middle;
	color: #666;
}
.order-list-content .list-row span.salesName, .order-list-content .list-row span.withdrawBtn{
	color: #000;
}
.member-list-table .list-row span a{
	background-color: #146dfc;
	padding: 4px 12px; 
	border-radius: 3px;
	color: #fff;
}
.member-list-table .list-row span a.wrongOrder{
	background-color: #d2471b;
}
.member-list-table .list-row span a:hover{
	opacity: .9;
}
.order-list-content .list-row span:nth-child(4){
	color: #333;
}
.member-list-table .list-row span .btn-get-coins{
	background-color: #de6262;
	color: #fff;
	font-size: 1.4rem;
	padding: 6px 15px;
	border-radius: 2px;
}
.member-list-table .list-row span .btn-get-coins:hover{
	opacity: 0.85;
}
.member-list-table .list-row .order-product{
	background-color: #f1f1f1;
	float: left;
	padding: 2px 0;
}
.member-list-table .list-row .order-product span{
	color: #666;
}
.member-list-table .list-row .hr-split{
	display: block;
	height: 4px;
	float: left;
	width: 100%;
	clear: both;
}
.search-order{
	position: relative;
}
.search-order input{
	height: 3.2rem;
	min-width: 200px;
	border: 1px solid #ddd;
	color: #666;
	border-radius: 2px;
	padding-left: .5rem;
}
.search-order button{
	position: absolute;
    right: 0;
    top: 0;
    width: 3.2rem;
    height: 3.2rem;
    padding: 0;
    background: #ddd;
}
.search-order button img{
	height: 70%;
}
.page-member-main .aff-recommend-right{
	position: absolute;
	display: block;
	left: calc(100% + 15px);
	top: 0;
	width: 120px;
}
.page-member-main .aff-recommend-right img,.page-member-main .aff-recommend-bottom img{
	max-width: 100%;
}
.page-member-main .aff-recommend-bottom{
	position: relative;
	bottom: 30px;
	border-radius: 4px;
	overflow: hidden;
}
.page-member-main .aff-recommend-right a,.page-member-main .aff-recommend-bottom a{
	display: block;
}
.u7c-record .list-content .list-title span:nth-child(1),.u7c-record .list-content .list-row span:nth-child(1){
	width: 40%;
}
.u7c-record .list-content .list-title span:nth-child(2),.u7c-record .list-content .list-row span:nth-child(2){
	width: 15%;
}
.u7c-record .list-content .list-title span:nth-child(3),.u7c-record .list-content .list-row span:nth-child(3){
	width: 25%;
}
.page-member-bg .plain-content{
	border-radius: 4px;
	border: 1px solid #ddd;
	padding: 15px;
	margin-top: 10px;
}
.page-member-bg .plain-content h3{
	font-size: 1.5rem;
	font-weight: bold;
	padding-bottom: 8px;
}
.page-member-bg .plain-content p{
	font-size: 1.4rem;
	color: #666;
	line-height: 1.8rem;
	padding-bottom: 20px;
}
.discount-record .discount-type{
	height: 2.2rem;
	min-width: calc( (100% - 150px)/6 );
}
.withdraw-coins .btn-center{
	margin-top: 20px;
	font-size: 1.6rem;
	padding: 8px 25px;
	border-radius: 4px;
	background-color: #de6262;
	color: #fff;
	display: inline-block;
}
.btn-animate:hover{
	opacity: 0.85;
}
.christmas-suprise{
	position: fixed;
	bottom: 50px;
	right: 15px;
	z-index: 400;
}
/*mycenter-leftside*/
.page-member-main{
	overflow: hidden;
}
.mycenter-leftside{
	width: 23%;
	float: left;
	background-color: #fff;
	border-radius: 4px;
}
.mycenter-basic{
	padding: 30px 30px 10px;
	border-bottom: 1px solid #eee;
}
.mycenter-basic .basic-img{
    width: 60px;
    height: 60px;
    position: relative;
    margin: 0 auto;
}
.mycenter-basic .basic-img img{
    width: 100%;
    border-radius: 50%;
}
.basic-userEmail{
	width: 80%;
    display: block;
    font-size: 1.6rem;
    line-height: 26px;
    color: #333;
    text-align: center;
    margin: 10px auto;
    font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mycenter-nav{
	display: inline-block;
	visibility: visible;
	position: static;
	width: 100%;
}
.mycenter-nav li{
	height: 5rem;
	line-height: 5rem;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	padding: 0 20px;
}
.mycenter-nav li:last-child{
	border: none;
}
.mycenter-nav li.on a{
	color: #de6262;
}
.mycenter-nav li.menu-signout{
	height: auto;
}
.mycenter-nav li.menu-signout a{
	border: 1px solid #eee;
	border-radius: .5rem;
	text-align: center;
	margin: 25px auto;
	color: #d2471b;
}
.mycenter-nav li.menu-signout a:hover{
	border: 1px solid #d2471b;
}
.mycenter-nav li.on a{
	color: #de6262;
}
.mycenter-nav li a{
	display: block;
	color: inherit;
	font-size: 1.5rem;
	height: 5rem;
}
.mycenter-nav li a span{
	display: inline-block;
	line-height: 100%;
	text-align: center;
}
.mycenter-nav li a span i.member-icon{
	display: inline-block;
	vertical-align: middle;
	font-size: 1.8rem;
	width: 25px;
	height: 100%;
	line-height: 5rem;
	color: #de6262;
}
.mycenter-nav li a span.menu-info{
	/* width: 4.5rem; */
	height: 5rem;
	line-height: 5rem;
	color: #de6262;
	float: right;
	text-align: right;
}
.mycenter-nav li a span.menu-info .label-primary{
	background-color: #146dfc;
	border-radius: .5rem;
	padding: .2em .8em .3em;
	position: relative;
	top: -2px;
}
.mycenter-nav li a span.menu-info i.icon{
	color: #bbb;
	margin-left: 5px;
	line-height: 5rem;
}
.mycenter-nav li.disabled{
	pointer-events: none;
}
.mycenter-nav li a .nav-tip{
	color: #999;
}
.member-focus .nav-order a{
	color: #de6262;
}
.page-member-r{
	width: 75%;
	float: left;
	margin-left: 2%;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 0;
}
.member-coupon .page-member-r, .member-profile .page-member-r{
	background: none;
}
.page-member-r .page-con{
	padding: 15px;
}
.member-coupon .page-con, .member-profile .page-con{
	padding: 0;
}
.member-coupon .coupon-list, .member-coupon .coupon-detail, .member-profile .member-info-form{
	background: #fff;
	padding: 15px;
	border-radius: 4px;
}
.member-profile .member-info-form{
	margin-bottom: 20px;
}
.bindAccount{
	overflow: hidden;
	padding: 15px;
}
.bindCon{
	width: calc(50% - 10px);
	float: left;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 20px;
	display: flex;
	align-items: center;
	min-height: 125px;
	margin: 0 20px 20px 0;
}
.bindCon img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	padding: 8px;
	float: left;
}
.bindCon img.info-twitter{
	background: #388cf5;
}
.bindCon img.info-facebook{
	background: #3a559f;
}
.bindCon img.info-steam{
	background: #161a23;
}
.bindCon img.info-gmail{
	background: #ddd;
}
.bindCon .info-set{
	width: calc(100% - 100px);
	padding: 0 20px;
	float: left;
	font-size: 1.4rem;
}
.bindCon .info-ttl{
	color: #999;
	font-size: 1.6rem;
}
.bindCon button.modify-btn{
	color: #146dfc;
	padding: 2px 4px;
	min-width: 70px;
}
.bindCon button.modify-btn:hover{
	border: 1px solid #146dfc;
	border-radius: 2px;
}
.bindCon button i{
	margin-left: 2px;
}
.bindCon:nth-child(2n){
	margin-right: 0;
}
.page-member-title{
	color: #333;
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	background: #fff;
	margin-bottom: 15px;
}
.page-member-title span{
	display: inline-block;
	height: 35px;
	line-height: 20px;
}
.page-member-title span.active{
	border-bottom: 2px solid #146dfc;
	color: #146dfc;
}
/*优惠券*/
.couponTip{
	color: #666;
	margin: 20px auto;
}
.coupon-list-table{
	overflow: hidden;
	padding: 0 6px;
}
.coupon_list{
	padding: 20px;
	width: calc(33% - 8px);
	margin: 10px 5px;
	float: left;
	border: none;
	padding: 0;
}
.coupon_list.disabled{
	pointer-events: none;
}
.goods-list .goods-item, .coupon_list .goods-item{
	background: #fff;
	border: 1px solid #eee;
	border-radius: 1rem;
	box-shadow: 0 3px 6px 0 rgba(67,67,67,.1);
}
.goods-list .coupon_main, .coupon_list .coupon_main{
	position: relative;
}
.goods-item .coupon_main .coupon_circle{
	width: 12px; 
	height: 12px;
	border-radius: 6px;
	background: #fff;
    position: absolute;
    z-index: 1;
}
.coupon_used .coupon_price, .coupon_expired .coupon_price{
	background: #999;
}
.goods-item .goods-tag{
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 1.2rem;
	color: #fff;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	background: #62b3f6;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	font-weight: normal;
}
.goods-item .goods-tag #goods-num{
	margin-right: 2px;
}
.coupon_price{
	color: #fff;
	box-sizing: border-box;
	width: 100%;
	padding: 3rem 1.5rem 1rem 1.5rem;
	background: #1f86ed;
	border-radius: 4px 4px 0 0;
	text-align: center;
}
.coupon_price .single_range{
	line-height: 2.9rem;
}
.coupon_price .symbol_unit{
	font-size: 1.6rem;
	position: relative;
	top: 1px;
	margin: 0 4px;
}
.coupon_price #coupon_value{
	font-size: 2.6rem;
	font-weight: bold;
	margin: 0 2px;
	position: relative;
	top: 3px;
}
.coupon_price .price_condition{
	font-size: 1.4rem;
	font-weight: normal;
	margin-left: 5px;
}
.coupon_msg{
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
	font-weight: normal;
	text-align: center;
	background: #fff;
	font-size: 1.4rem;
}
.coupon_price .coupon_condition{
	font-size: 2rem;
	font-weight: bold;
}
.coupon_info_date{
	color: #999;
}
.coupon_use_btn{
	margin: 15px auto 10px;
}
.coupon_use_btn a{
	color: #1f86ed;
	border-radius: 4px;
	border: 1px solid #1f86ed;
	padding: .5rem 1rem;
}
.coupon_use_btn a:hover{
	background: #146dfc;
	border: 1px solid #146dfc;
	color: #fff;
}
.coupon_list.disabled .coupon_use_btn a{
	border: 1px solid #999;
	color: #999;
}
.coupon_more{
	display: flex;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
	border-top: 1px dashed #e5e5e5;
	padding: 0.5rem;
}
.coupon_more .coupon_label{
	color: #999;
	font-size: 1.4rem;
}
.icon_arrow i{
	cursor: pointer;
	color: #999;
}
.icon_arrow.reverse i{
	transform: rotate(180deg);
}
.coupon_detail .detail_item{
	color: #666;
	font-weight: normal;
}
.coupon_detail #detail_limit{
	margin: 0 4px;
}
.coupon-detail{
	color: #999;
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	font-size: 1.4rem;
}
.coupon-detail h4{
	color: #333;
	margin: 10px auto;
}
.bottomMenu{
	display: none;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
	background-color: #146dfc;
	border-color: #ccc;
}
/* media query */
@media (min-width: 768px){
	.footer-main>.container{
		padding: 0;
	}
	.index-section .news-single:nth-child(2n+1){
		clear: left;
	}
	.page-payment{
		min-height: 1050px;
	}
	.service-title-list li,.service-title-list li a{
		transition: all 0.24s ease-in-out;
	    -webkit-transition: all 0.24s ease-in-out;
	    -moz-transition: all 0.24s ease-in-out;
	}
}
@media (min-width: 1600px){
	.category-content h2, .category-content h1{
		margin: 0 auto 15px;
	}
	.game-banner .banner-word{
		top: 220px;
	}
	.product-single{
		padding: 15px;
	}
	.psn-country-single{
		width: 20%;
	}
	.page-product-list .game-banner .banner-word{
		top: 140px;
	}
}
@media (max-width: 1600px){
	.logo img{
		height: 25px;
		margin: 26px 0;
	}
	.nav-main > li{
		padding: 25px 10px;
	}
	.global-search input{
		width: 160px;
	}
	.product-single .discount-num{
		left: 27%;
	}
	.game-banner .banner-word{
		display: none;
	}
	.game-service .service-unit{
		background-size: 100%;
		opacity: 1;
	}
	.section-cart .payment-summary{
		padding-top: 10px;
	}
	.moudule-member .mycenter-nav li a span.menu-info .label-primary, .moudule-member .mycenter-nav li a .nav-tip{
		display: none;
	}
	.bindCon{
		min-height: 125px;
	}
	.coupon_list{
		width: calc(50% - 10px);
	}
	.page-payment .product-form.payment-step1{
		min-height: 140px;
	}
	ul.payment-methods img{
		width: 130px;
	}
	.index-exhibition .index-about .section-product .optimize-words:last-child{
		margin-bottom: 0;
	}
	.index-exhibition .index-about .section-product, .buyVideo-box{
		height: 465px;
	}
	.buyVideo-box .buyVideo-con{
		height: 410px;
	}
	.popup-public img.closePopup{
    	top: 28%;
    	left: 62%;
	}
}
@media (max-width: 1199px){
	body{
		font-size: 13px;
	}
	.logo img{
		height: 20px;
		margin: 29px 0;
	}
	.global-search input{
		width: 140px;
	}
	.nav-main>li>a{
		font-size: 1.4rem;
	}
	.nav-main>li{
		padding: 25px 6px;
	}
	.game-index-banner .banner-content{
		width: 70%;
	}
	.game-banner .banner-word{
		top: 100px;
	}
	.game-service .service-unit{
		min-height: 123px;
	}
	.game-service .service-unit .service-name{
		font-size: 2rem;
	}
	.product-single .prt-price span.line-through {
	    text-decoration: line-through;
	    color: #999;
	    display: block;
	}
	.game-service .service-unit{
		margin-right: 16px;
	}
	/* 会员 */
	.member-info-form .form-content .row-member-info input{
		width: 100%;
	}
	.product-single .discount-num{
		left: 25%;
	}
	.page-member-r .page-con{
		padding-top: 0;
	}
	.page-member-title span{
		height: 40px;
		line-height: 30px;
	}
	.member-info-form .form-content .row-member-info input, .form-withdraw-trade .form-content input{
		width: 40%;
	}
	.bindCon{
		width: 100%;
		margin-right: 0;
	}
	.form-control{
		width: 80%;
	}
	.product-form .form-main .pr-info-row select.form-control{
		width: 380px;
	}
	.product-form .form-main .pr-info-row .pr-info-hour, .product-form .form-main .pr-info-row .pr-info-min{
		width: calc(190px - 5px) !important;
	}
	ul.payment-methods li{
		width: 25%;
	}
	ul.payment-methods img{
		width: 160px;
	}
	
	.index-exhibition{
		margin-top: 0;
	}
	.page-game-index .index-exhibition .game-name{
		line-height: 10rem;
		height: 10rem;
	}
	.index-exhibition .buyVideo{
		padding: 15px;
	}
	.index-exhibition .index-about, .index-exhibition .buyVideo{
		width: 100%;
		margin-right: 0;
	}
	.index-exhibition .index-about .section-product, .buyVideo-box{
		height: auto;
	}
	.index-exhibition .buyVideo{
		margin-top: 30;
		padding: 0;
	}
	.index-exhibition .optimize-words-content{
		max-height: unset;
	}
	.popup-public img.closePopup{
    	left: 65%;
	}

}
@media (max-width: 991px){
	body{
		padding-bottom: 50px;
	}
	/* header */
	.nav-main{
		display: none;
	}
	.mobile-header{
		float: left;
	}
	.mobile-header .member-entry{
		display: block;
		position: relative;
		right: 98px;
		padding: 29px 0 9px 10px;
	}
	.mobile-header .member-entry img{
		width: 20px;
	}
	.mobile-header .member-entry img.logged{
		width: 20px;
	}
	.member-entry{
		display: none;
	}
	.logo{
		margin-left: 30px;
	}
	#cart{
		position: absolute;
		right: -25px;
		height: 78px;
	}
	.cart-preview>a{
		width: 85%;
		height: 100%;
	}
	.cart-preview::after{
		top: 20px;
	}
	#user_bt_info{
		margin-right: 0;
		position: relative;
		right: -18px;
		background: none;
		color: #fff;
	}
	.hamburg{
		position: absolute;
	    left: 0;
	    padding: 24px 0 9px 10px;
	    margin-top: 8px;
	    margin-bottom: 8px;
	    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;
	}
	.order-history .order-list-content{
		margin-top: 10px;
	}
	.global-search{
		float: left;
	}
	.global-search input{
		line-height: 25px;
		width: 100%;
		background-color: transparent;
		overflow: visible;
		background-color: #363e43;
		color: #fff;
		outline: none;
		height: 50px;
		top: 0;
	}
	.global-search{
		position: absolute;
		top: 78px;
		display: none;
		margin: 0 auto;
		width: 100%;
		left: 0;
	}
	.global-search .btn-search{
		top: 11px;
		width: 29px;
		height: 29px;
		right: initial;
		left: 4px;
	}
	.global-search .btn-search img{
		opacity: 0.5;
		position: relative;
		top: 0;
	}
	.searchIcon .m_searchIcon{
		position: absolute;
        top: 24px;
        right: 140px;
		display: inline-block;
		float: left;
        width: 33px;
        margin-right: 0;
	}
	.searchIcon .m_searchIcon #img-responsive-white{
		width: 32px;
		height: 32px;
	}
	.search-result{
		min-width: 100%;
		left: 0;
	}
	nav{
		position: absolute;
		top: 100%;
		right: 0;
		width: 100%;
		z-index: 1;
	}
	.nav-submenu{
		position: static;
		display: none;
	}
	.nav-main{
		background-color: #434d53;
		max-height: 500px;
		overflow-y: scroll;
	}
	.nav-submenu .game-service{
		border:0;
		background-color: #363e43;
	}
	.nav-submenu .game-service>li{
		border-bottom: 1px solid #434d53;
	}
	.nav-submenu .game-service>li a{
		color: #fff;
	}
	.nav-submenu .game-service>li:last-child{
		border-bottom: 0;
	}
	.nav-submenu .game-service>li a img{
		display: none;
	}
	.nav-main>li{
		display: block;
		padding: 0;
		border-top: 1px solid #363e43;
	}
	.nav-main>li>a{
		padding: 0 15px;
    	line-height: 44px;
    	display: block;
	}
	.nav-bg>.container{
		position: relative;
	}
	.game-service .service-unit{
		min-height: 100px;
		width: calc(33% - 9px);
	}
	.game-service .service-unit .service-name{
		font-size: 2.5rem;
		padding-top: 15%;
	}
	.game-service .service-unit,.category-unit img{
		opacity: 1;
	}
	.game-index-banner .banner-content{
		width: 100%;
	}
	.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 .prt-price{
		padding-left: 11%;
	}
	.service-title-list ul{
		overflow-x: scroll;
	}
	.page-news-bg>.section-left{
		width: 55%;
	}
	.news-sidebar{
		width: 40%;
		padding: 15px;
	}
	.page-news-bg>.section-left, .faq-detail{
		padding: 15px;
	}
	.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;
	}
	.payment-summary .summary-title{
		text-align: right;
		padding-right: 4px;
	}
	.product-form .form-main .row-title{
		width: 100%;
		text-align: left;
		/*float: none;*/
	}
	.product-form .form-main .row-content{
		width: 100%;
	}
	.product-form .form-main textarea{
		width: 100% !important;
	}
	.product-form .form-main .dropdown-menu{
		width: 80%;
	}
	.product-form .form-main input#orderPhone{
		width: 100%;
	}
	.product-form .pi-info-phone #prefixAreaCode{
		left: 60px;
	}
	/*membership*/
	.page-member-main .member-nav-tab{
		overflow-x: scroll; 
	}
	.section-product,.index-news, .page-common .main-section .section-title, .page-common blockquote{
		padding: 15px;
	}
	.optimize-words h1, .optimize-words h2, .index-section .news-single .news-title a{
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.optimize-words h1:before, .optimize-words h2:before{
		width: 15px;
		height: 15px;
		margin-right: 5px;
	}
	.small-game-name{
		font-size: 1.5rem;
		line-height: 1.5rem;
	}
	.index-section .index_choose .choose_content{
		min-height: 150px;
	}
	.footer-menu.social-list li{
		width: 100%;
	}
	.product-single i.discount-num{
		left: 10%;
	}
	.coupon_list{
		width: calc(50% - 10px);
	}
	.index-section .index_choose span b{
		font-size: 1.5rem;
	}
	/*底部导航*/
	.bottomMenu{
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #fafafa;
		z-index: 9999;
		padding:5px 0;
		box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.1);
		border-top: 1px solid #ccc;
	}
	.bottomMenu ul{
		height:30px;
	}
	.bottomMenu ul li{
		float: left;
		width: 25%;
		text-align: center;
		position: relative;
	}
	.bottomMenu ul li a:hover{
		color: #434d53;
	}
	.bottomMenuItem{
		width: 24px;
		height: 24px;
		background-repeat: no-repeat;
		background-size: 24px 24px;
		margin:0 auto;
	}
	.bottomMenu ul li:nth-child(1) .bottomMenuItem{	
		background-image: url('../images/bottom0.png');
	}
	.bottomMenu ul li:nth-child(2) .bottomMenuItem{	
		background-image: url('../images/bottom1.png');
	}
	.bottomMenu ul li:nth-child(3) .bottomMenuItem{	
		background-image: url('../images/bottom2.png');
	}
	.bottomMenu ul li:nth-child(4) .bottomMenuItem{	
		background-image: url('../images/bottom3.png');
	}
	.bottomMenu ul li.active:nth-child(1) .bottomMenuItem{	
		background-image: url('../images/bottom0_active.png');
	}
	.bottomMenu ul li.active:nth-child(2) .bottomMenuItem{	
		background-image: url('../images/bottom1_active.png');
	}
	.bottomMenu ul li.active:nth-child(3) .bottomMenuItem{	
		background-image: url('../images/bottom2_active.png');
	}
	.bottomMenu ul li.active:nth-child(4) .bottomMenuItem{	
		background-image: url('../images/bottom3_active.png');
	}
	.bottomMenu ul li.active span{
		color: #cd3831;
		font-weight: bold;
	}
	.bottomMenu ul li a{
		display: block;
		width: 100%;
	}
	.bottomMenu ul li i.bottomMenuIcon{
		font-size: 2.4rem;
		display: block;
		margin:0 auto;
	}
	.bottomMenu ul li span{
		text-align: center;
	}
	.bottomCoinsNum{
		display: block;
	    position: absolute;
	    left: 60%;
	    top: 0;
	    border-radius: 50%;
	    background-color: #de6262;
	    color: #fff;
	    font-size: 1rem;
	    text-align: center;
	    width: 1.6rem;
	    height: 1.6rem;
	    line-height: 1.6rem;
	    font-style: normal;
	}
	/* 会员 */
	.mycenter-leftside{
		width: 100%;
		box-shadow: 0 0 5px rgba(0,0,0,0.05);
		border-radius: 10px;
	}
	.moudule-member .mycenter-leftside{
		display: none;
	}
	.mycenter-nav li.menu-signout a{
		color: #d2471b;
	}
	.moudule-member .page-member-r{
		width: 100%;
		margin: 0 auto;
	}
	.bindCon{
		min-height: auto;
	}
	.product-form .form-main input.row-content{
		width: 300px;
	}
}

@media (max-width: 768px){
	.nav-bg,.head-fixed-bar{
		height: 68px;
	}
	.logo img{
		height: 28px;
		margin: 20px 0;
	}
	.settings_wrp{
		height: 68px;
	}
	#user_bt_info{
		margin: 22px 0 16px 0;
		right: 5px;
	}
	.mobile-header .member-entry{
		padding: 25px 0 9px 10px;
		right: 120px;
	}
	.mobile-header .member-entry img,.mobile-header .member-entry img.logged{
		width: 19px;
	}
	.member-entry{
		margin-right: 0;
	}
	.member-entry a.btn-signup{
		display: none;
	}
	.searchIcon .m_searchIcon{
		top: 20px;
		width: 32px;
		right: 165px;
	}
	#cart{
		right: -10px;
		height: 68px;
	}
	.cart-preview>a{
		width: 80%;
		height: 100%;
		line-height: 68px;
	}
	.hamburg{
		margin-top: 20px;
		padding: 8px 0 9px 10px;
	}
	.global-search{
		position: absolute;
		width: 100%;
		top: 68px;
	}
	.global-search input{
		line-height: 25px;
		width: 100%;
		background-color: transparent;
		overflow: visible;
		background-color: #2e3539;
		color: #fff;
		position: relative;
		top: 0;
	}
	.cart-small,.search-result{
		right: 0;
	}
	.search-result{
		top: 50px;
	}
	.footer-menu .menu-title{
		font-size: 1.5rem;
	}
	.footer-main .footer-menu:last-child{
		padding: 0;
	}
	.main{
		margin-top: 68px;
	}
	.index-section .index_choose .choose_content{
		min-height: 150px;
	}
	.panel-collapse.optimize-words-content{
		padding-left: 20px;
	}
	/* 产品页 */
	.game-service .service-unit{
		min-height: 130px;
	}
	.product-single .prt-price span.line-through {
	    text-decoration: line-through;
	    color: #999;
	    display: block;
	}
	.product-single .discount-num{
		top: 4px;
		left: 6%;
		top: 0;
	}
	.game-service .service-unit .service-name{
		font-size: 2rem;
		padding-top: 21%;
	}
	.cart-table .table-title, .cart-table .pr-row{
		padding: 10px;
	}
	.product-form .pr-name, .product-form .form-main{
		padding: 10px 15px;
	}
	ul.payment-methods{
		padding: 20px 15px 10px;
	}
	.payment-section.form-list .form-main{
		padding: 5px 15px;
	}
	.payment-section.form-list .form-main.pi-info-country{
		margin-bottom: 10px
	}
	.footer-menu .social-list li{
		width: 25%;
	}
	.faq-list{
		padding: 15px;
	}
	.member-info-form .form-content{
		padding: 0;
	}
	.form-withdraw-trade .form-content .row-title{
		margin-bottom: 5px;
	}
	.page-common .main-section{
		padding-top: 10px;
	}
	.section-product h1.text-center{
		font-size: 2rem;
	}
	.section-product .main-section{
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
		min-height: 100px;
	}
	.section-product .main-section h2{
		margin: 10px auto 0 auto;
	}
	.page-payment .product-form.payment-step1{
		min-height: 130px;
	}
	.popup-public img.closePopup{
		left: 68%;
		width: 25px;
		height: 25px;
	}
}

@media (max-width: 767px){
	.index-banner img{
		width: 120%;
		position: relative;
		right: 10%;
	}
	.main{
		margin-top: 48px;
		min-height: 500px;
	}
	.nav-bg{
		height: 49px;
	}
	.logo{
		margin-left: 25px;
	}
    .logo img{
		margin: 10px 0;
	}
	.mobile-header .member-entry{
		padding: 15px 0 9px 10px;
		right: 100px;
	}
	.mobile-header .member-entry img,.mobile-header .member-entry img.logged{
		width: 16px;
	}
	.searchIcon .m_searchIcon{
		top: 11px;
		width: 30px;
		right: 135px;
	}
	.search-result{
		left: 0;
		top: 50px;
	}
	.settings_wrp{
		height: 48px;
	}
	#user_bt_info{
		margin: 11px 0 7px 0;
		right: -12px;
	}
	.hamburg span.icon-bar{
		width: 20px;
	}
	.nav-main > li:hover{
		background-color: #434d53;
	}
	.nav-submenu .game-service > li a.service-name{
		padding-left: 2%;
		text-align: left !important;
	}
	#cart{
		width: 42px;
		height: 48px;
		position: absolute;
		right: -5px;
	}
	.cart-preview > a{
		line-height: 49px;
		width: 75%;
	}
	.cart-preview::after{
		top: 5px;
	}
	.global-search{
		top: 49px;
	}
	.hamburg{
		margin-top: 8px;
	}
	.head-fixed-bar{
		height: 46px;
	}
	.game-banner{
		overflow: hidden;
	}
	.game-banner a{
		width: 100%;
		display: block;
	}
	.game-banner img{
		width: 150%;
		position: relative;
		right: 25%;
		height: 65px;
	}
	.page-game-index .game-name{
		font-size: 2.2rem;
		height: 6rem;
		line-height: 6rem;
		margin-bottom: 0;
	}
	.page-product .game-name:first-child, .page-product-list .game-name:first-child{
		height: 5rem;
		line-height: 3rem;
	}
	.index-category{
		margin-top: 0;
	}
	li.category-unit{
		padding: 0 0 10px;
	}
	.category-unit img{
		opacity: 1;
		width: 100%;
		margin-top: 15px;
	}
	.category-content h2, .category-content h1{
		margin: 5px auto;
	}
	li.category-unit a.link-full{
		display: block;
	}
	li.category-unit a.link-full .category-content{
		margin: 10px auto;
	}
	button.game-btn{
		display: block;
		margin: 15px auto 0;
	}
	.index-section .news-single{
		padding-bottom: 15px;
	}
	.new-more{
		margin-bottom: 10px;
	}
	.breadcrumb{
		font-size: 1.4rem;
	}
	.game-service .service-unit{
		width: calc(50% - 4px);
		background-size: 100%;
		min-height: 80px;
		margin: 0 8px 8px 0; 
	}
	.game-service .service-unit.service-ps4{
		width: 100%;
	}
	.game-service .service-unit .service-name{
		padding-top: 16%;
	}
	.game-service .service-unit.service-ps4 .service-name{
		padding-top: 7%;
	}
	.index-section.index-game-profile .content-right{
		width: 100%;
	}
	.index-section .index_choose .choose_content{
		min-height: auto;
	}
	.index-section .index_choose span b{
		margin-bottom: 2px;
	}
	.panel-collapse.optimize-words-content{
		padding-left: 0;
	}
	/* 游戏首页 */
	.product-single{
		display: block;
		padding: 13px 15px 22px;
	}
	.product-single>div.prt-name,.product-single>div.prt-price{
		display: block;
	}
	.product-single .prt-price span.line-through{
	    text-decoration: line-through;
	    color: #999;
	    display: block;
	}
	.product-single .discount-num{
		top: 4px;
		left: 30%;
	}
	.product-single .prt-name{
		width: auto;
		padding-bottom: 2px;
	}
	.product-single .prt-price{
		width: auto;
		padding: 4px 0 0 0;
	}
	.product-single .prt-btn-buy{
		right: 10px;
		bottom: 12px;
		top: initial;
	}
	.product-single .prt-btn-buy a:first-child img{
		width: 20px;
	}
	.product-single .prt-btn-buy a:last-child{
		line-height: 20px;
	}
	.page-product-detail .prt-btn-buy{
		position: relative;
		right: 4%;
		margin-top: 6px;
		float: right;
	}
	/* 移动端产品页选择业务 */
	.service-title-list{
		margin: 0 auto 10px auto;
	}
	.service-title-list li:nth-child(1) a::before{
		width: 16px;
		height: 16px;
		top: 3px;
	}
	/*.service-title-list li, */.platform-title-list select, .coupon-list-table select{
		display: block;
		margin-right: 0;
		width: 100%;
	}
	.coupon-list-table select{
		margin: 0 auto 15px;
	}
	/*.service-title-list li:not(.selected){
		display: none;
	}*/
	.service-title-list li a{
		padding: 12px 9px;
		font-weight: bold;
		font-size: 1.4rem;
		text-align: left;
	}
	.service-title-list li a .caret{
		float: right;
		display: block;
		margin-top: 0.8rem;
	}
	.page-product-list .service-title-list li .caret.reverse{
		transform: rotate(180deg);
	}
	.platform-title-list select{
		margin: 5px auto;
	}
	.product-main-bg{
		margin-top: 0;
	}
	.product-single .product-name::before{
		content: '';
		display: inline-block;
		background: url('../images/icon-prt-default.png') no-repeat left center;
		background-size: 100%;
		position: relative;
		top: 2px;
		width: 15px;
		height: 15px;
	}
	/*付款成功*/
	.order-remind{
		width: 100%;
	}

	/* 注册登录 */
	.page-login .login-bg{
		background-image: none;
	}
	.page-login .section-login-left{
		width: 100%;
		margin-left: 0;
	}
	.page-login .form-main,.page-login.forget-password .form-main{
		width: 100%;
	}
	.page-news-bg>.section-left{
		width: 100%;
	}
	.page-login.signup .intl-tel-input .flag-dropdown{
		height: 36px;
	}

	/* 关于我们 */
	.page-common-bg .page-title{
		font-size: 2rem;
	}
	.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;
	}

	/* 购物车 */
	ul.payment-methods{
		padding: 10px 15px 0 15px;
	}
	ul.payment-methods li{
		width: 100%;
		height: 76px;
		padding: 15px 0;
		position: relative;
		border-bottom: 1px solid #ddd;
		margin-bottom: 0;
	}
	ul.payment-methods .pay-method-con{
		width: 140px;
		height: 48px;
		margin-right: 5px;
		float: left;
	}
	.payment-methods .payment-attr{
		margin-top: 0;
		line-height: 44px;
		float: right;
	}
	ul.payment-methods li label{
		width: 92%;
	}
	ul.payment-methods img{
		width: 140px;
		height: 46px;
	}
	.payment_free{
		/*right: -6px;*/
		font-size: 1.4rem;
	}
	ul.payment-methods input[type="radio"]{
		top: 32%;
	}
	.payment-summary .summary-row{
		position: relative;
	}
	/*.payment-summary .summary-content button{
		position: absolute;
		right: 0;
	}*/
	#typeselect{
		max-width: 130px;
		min-width: 130px;
		font-size: 1.2rem;
	}
	#selectDiscount .couponDown, #selectDiscount input#coupon{
	    width: 140px;
    }
    #selectDiscount .couponDown, .payment-summary .summary-content input{
    	font-size: 1.2rem;
    }
    #selectDiscount.tab-content > .active, .payment-summary .summary-content button{
    	float: right;
    	margin-left: 2px;
    }
	.product-form .form-main .row-title{
		padding-left: 0;
		padding-right: 0;
		font-size: 1.4rem;
		/*float: none;*/
	}
	.form-control, .product-form .form-main input.row-content, .product-form .form-main .dropdown-menu, .listclass, .product-form .form-main .pr-info-row select.form-control{
		width: 100%;
	}
	.product-form .form-main .row-content{
		min-height: 3rem !important;
		line-height: 3rem !important;
		font-size: 1.5rem;
	}
	.form-time-tips{
		padding-left: 0;
	}
	.product-form .form-main .row-content.half-width{
		width: 33%;
		margin-right: 1%;
	}
	.product-form .form-main .pr-info-row .pr-info-hour, .product-form .form-main .pr-info-row .pr-info-min{
		width: calc(50% - 5px) !important;
	}
	.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;
		display: table-cell;
		vertical-align: middle;
		float: none;
	}
	.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: absolute;
		right: 10px;
		top: calc(50% - 1rem);
		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>span:nth-child(2){
		width: 29%;
	}
	.cart-table .pr-row>span:nth-child(3) b{
		padding: 0 3px;
	}
	.cart-table .pr-row{
		display: table;
		position: relative;
		width: 100%;
	}
	.cart-table .pr-row>span:nth-child(3){
		display: inline-block;
		background-color: transparent;
		position: relative;
		top: 5px;
	}
	.payment-section.section-cart .total b .line-through{
		display: block;
	    text-align: right;
	    padding-bottom: 5px;
	}
	/*弹窗*/
	.page-payment .modal-dialog{
		top: 7%;
	}
	.modal-form .form-main .pr-info-row{
		margin-bottom: 3px;
	}
	.modal-form .form-main input.row-content{
		min-height: 2.5rem !important;
		line-height: 2.5rem !important;
	}
	/* 会员 */
	blockquote{
		padding: 8px;
	}
	.table-delivery-history .table-content.module-member, .table-transter-ongoing .table-content.module-member, .table-commission-order .table-content.module-member{
		overflow-x: scroll;
	}
	.table-content.module-member .table-title, .table-content.module-member .table-row{
		display: inline;
		white-space: nowrap;
	}
	.table-content.module-member .table-title span,.table-content.module-member .table-row span{
		white-space: nowrap;
		display: inline-block;
		text-overflow: ellipsis;
		overflow: hidden;
		position: relative;
		padding: 6px 5px 12px;
	}
	.table-delivery-history .table-title span:nth-child(1), .table-delivery-history .table-row span:nth-child(1){
		width: 50%;
	}
	.table-delivery-history .table-title span:nth-child(2), .table-delivery-history .table-row span:nth-child(2){
		width: 20%;
	}
	.table-delivery-history .table-title span:nth-child(3), .table-delivery-history .table-row span:nth-child(3){
		width: 25%;
	}
	.table-delivery-history .table-title span:nth-child(4), .table-delivery-history .table-row span:nth-child(4){
		width: 50%;
	}
	.table-delivery-history .table-title span:nth-child(5), .table-delivery-history .table-row span:nth-child(5){
		width: 30%;
	}
	.table-delivery-history .table-title span:nth-child(6), .table-delivery-history .table-row span:nth-child(6){
		width: 30%;
	}
	.table-transter-ongoing .table-title span:nth-child(1), .table-transter-ongoing .table-row span:nth-child(1){
		width: 50%;
	}
	.table-transter-ongoing .table-title span:nth-child(2), .table-transter-ongoing .table-row span:nth-child(2){
		width: 46%;
	}
	.table-transter-ongoing .table-title span:nth-child(3), .table-transter-ongoing .table-row span:nth-child(3){
		width: 50%;
	}
	.table-transter-ongoing .table-title span:nth-child(4), .table-transter-ongoing .table-row span:nth-child(4){
		width: 30%;
	}
	.table-transter-ongoing .table-title span:nth-child(5), .table-transter-ongoing .table-row span:nth-child(5){
		width: 30%;
	}
	.table-transter-ongoing .table-title span:nth-child(6), .table-transter-ongoing .table-row span:nth-child(6){
		width: 30%;
	}
	.form-withdraw-trade .form-content input{
		width: 100%;
	}
	.form-withdraw-trade .form-content .row-title{
		font-size: 1.3rem;
	}
	.form-withdraw-trade .form-unit .withdraw-tooltip-icon, .aff-register-form .reg-row .withdraw-tooltip-icon{
		position: absolute;
		right: 0;
		top: 0;
		width: 1.9rem;
		height: 1.9rem;
		margin-bottom: 0.2rem;
		opacity: 0.8;
		z-index: 100;
	}
	.form-withdraw-trade .form-unit .tips{
		font-weight: normal;
		text-decoration: underline;
		float: right;
		display: inline-block;
		margin-right: 22px;
	}
	.form-withdraw-trade .btn-submit{
		width: 100%;
	}
	.form-withdraw-trade .form-unit .tips a{
		color: #999;
	}
	.page-member-main .member-nav-tab li{
		padding: 12px 8px;
	}
	.page-member-main .member-nav-tab li a{
		font-size: 1.4rem;
	}
	.order-history .order-status-tab li{
		margin-right: 0;
	}
	.page-member-main .pull-right{
		position: relative;
		top: 4px;
	}
	.search-order input{
		width: 100%;
	}
	.member-list-table .list-row span{
		/*word-break: break-all;*/
	}
	.member-list-table .list-row{
		padding: 12px 8px;
	}
	.order-list-content .list-row span{
		width: 50%;
	}
	.order-list-content .list-row span.salesName{
		width: 65%;
	}
	.order-list-content .list-row span.withdrawBtn{
		width: 100%;
		float: right;
		margin: 5px auto;
		text-align: right;
	}
	.order-list-content .list-row span.withdrawBtn a{
		float: right;
	}
	.order-list-content .list-row span.withdrawBtn{
		margin-top: 5px;
		clear: right;
	}
	.member-list-table .list-row{
		padding-bottom: 12px;
	}
	.member-info-form .form-content .row-member-info .row-title, .form-withdraw-trade .form-content .row-title{
		width: 100%;
	}
	.member-info-form .form-content .row-member-info input, .form-withdraw-trade .form-content .row-title{
		width: 100%;
	}
	/* .member-info-submit{
		width: 100%;
	} */
	.page-member-main .member-nav-tab.nav-mobile{
		margin-bottom: 0;
		background-color: #fff;
		padding-bottom: 15px;
	}
	.page-member-main .member-nav-tab.nav-mobile li{
		margin: 0;
		width: 100%;
		display: none;
		border-top: none;
		background-color: #fbfbfb;
	}
	.page-member-main .member-nav-tab.nav-mobile li a{
		width: 100%;
		display: block;
		position: relative;
	}
	.page-member-main .member-nav-tab.nav-mobile li.selected{
		display: block;
		background-color: #146dfc;
	}
	.page-member-main .member-nav-tab.nav-mobile li.selected a{
		color: #fff;
		display: block;
		position: relative;
	}
	.page-member-main .member-nav-tab.nav-mobile li .caret{
		font-size: 1.6rem;
		position: absolute;
		right: 0;
		top: .8rem;
		transition: all 0.24s ease-in-out;
		-webkit-transition: all 0.24s ease-in-out;
		-moz-transition: all 0.24s ease-in-out;
	}
	.page-member-main .member-nav-tab.nav-mobile li .caret.reverse{
		transform: rotate(180deg);
	}
	.page-member-bg .member-section-title{
		font-size: 1.6rem;
	}
	.payment-summary .summary-title{
		width: 40%;
		display: inline-block;
	}
	.payment-summary .discount-title{
		width: 35%;
	}
	.total-cotent{
		padding: 15px 10px 0;
	}
	.total-summary .summary-title{
		width: auto;
	}
	.cart-table .payment-summary .summary-row .summary-content{
		margin-bottom: 0;
	}
	#totalAmountOff2{
		bottom: unset;
	}
	.footer-main .footer-menu{
		padding: 0 0 10px 0;
	}
	.footer-menu.social-list li{
		width: 50%;
	}
	.footer-menu ul.payway{
		width: 100%;
	}
	/*.index-section{
		padding: 15px;
	}*/
	.news-list .news-list-unit .top-icon{
		display: none;
	}
	.news-list .news-title, .page-faq-detail .faq-title{
		font-size: 1.6rem;
		line-height: 2.2rem;
		margin-bottom: 5px;
	}
	.news-tag span{
		margin-bottom: 6px;
		margin-right: 8px;
	}
	.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;
	}
	.input-row #prefixAreaCode + input{
		width: calc(100% - 56px);
	}
	.payment-summary .summary-content input{
		width: 200px;
	}
	.product-single i.discount-num{
		left: 42%;
	}
	/* .page-member-bg{
		padding: 15px 10px;
	} */
	.member-coupon .coupon-list{
		padding: 10px;
	}
	.member-profile .member-info-form{
		padding: 10px;
	}
	.member-coupon .coupon-detail{
		padding: 10px 15px;
	}
	.member-info-form form .form-group{
		margin-bottom: 15px;
	}
	.member-info-form form .form-group:last-child{
		margin-bottom: 0;
	}
	.member-info-submit{
		margin: 0 auto 10px;
	}
	/* 会员 */
	.mycenter-basic .basic-img{
		width: 50px;
		height: 50px;
	}
	.mycenter-nav li.menu-signout a{
		box-shadow: 0 0 5px rgba(0,0,0,0.05);
	}
	.coupon-list-table{
		padding: 0;
	}
	.coupon_list{
		width: 100%;
		margin: 0 auto 15px auto;
	}
	.coupon_price .price_condition{
		font-size: 1.3rem;
	}
	.coupon_msg .coupon_condition{
		font-size: 1.8rem;
	}
	.bindAccount{
		padding: 5px;
	}
	.bindCon{
		padding: 10px;
	}
	.member-list-table .list-title{
		padding: 10px 5px 5px;
	}
	.order-history .order-list-content{
		margin-top: 5px;
	}
	.list-row-salesNumber{
		padding: 8px 5px;
	}
	.list-row-salesContent{
		padding: 5px;
	}
	.member-list-table .list-row, .order-list-content .list-title span.list-title-info{
		padding: 0;
	}
	.order-list-content .list-title span.list-title-info, .order-list-content .list-title span.list-title-status, .order-list-content .list-row span.salesStatus{
		width: 50%;
	}
	.order-list-content .list-row span.salesPrice{
		float: right;
		width: 35%;
	}
	.order-list-content .list-title span.list-title-status, .order-list-content .list-row span.salesStatus, .order-list-content .list-row span.salesPrice{
		text-align: right;
	}
	.withdraw-coins .line{
		padding-top: 20px;
	}
	.btn-continue-add{
		margin: 10px auto 0;
		width: 100%;
	}
	.form-tip.form-tip-specia{
		margin-bottom: 0;
	}
	.withdraw-coins blockquote{
		margin: 10px auto 20px;
		padding: 5px 10px;
	}
	.payment-section.form-list .form-main.pi-info-email{
		padding-top: 10px;
	}
	.payment-section.form-list .form-main.pi-info-country{
		padding-top: 0;
	}
	.page-payment .product-form.payment-step1{
		min-height: 210px;
	}
	.product-form .pi-info-country .intl-tel-input{
		width: 12%;
	}
	.product-form .pi-info-country .intl-tel-input, .product-form .pi-info-phone #prefixAreaCode{
		top: 44%;
	}
	.form-tip input[type="checkbox"]{
		float: left;
	}
	.form-tip label{
		width: calc(100% - 20px);
		float: left;
		margin-left: 5px;
	}
	.show-payment-all{
		border-top: none;
	}
	.index-category .game-service, .index-category .buyVideo{
		width: 100%;
		margin-right: 0;
	}
	.index-category .game-service{
		margin-bottom: 0;
	}
	.buyVideo-box{
		padding: 10px;
	}
	.buyVideo-box .buyVideo-con{
		height: 200px;
	}
	.page-game-index .index-exhibition .game-name{
		height: 6rem;
		line-height: 6rem;
	}
	.optimize-words h2.hide-btn1{
		position: relative;
		padding-right: 20px;
	}
	.hide-btn{
		position: absolute;
		right: 0;
		top: 0;
	}
	.popup-public img.closePopup{
		left: 85%;
	}
}

@media (max-width: 330px){
	.logo img{
		height: 22px;
		margin: 13px 0;
	}
	.searchIcon .m_searchIcon{
		right: 130px;
	}
	.mobile-header .member-entry,.mobile-header .member-entry img.logged{
		right: 100px;
	}
	.currency-list.dropdown, .lang-list.dropdown{
		right: 45px;
	}
	.service-title-list li a{
		font-size: 1.3rem;
	}
	.game-service .service-unit .service-name{
		font-size: 1.4rem;
		padding-top: 22%;
	}
	.game-service .service-unit.service-ps4 .service-name{
		padding-top: 11%;
	}
	.optimize-words h1,.optimize-words h2{
		font-size: 1.4rem;
	}
	.search-order input{
		min-width: 260px;
	}
	.payment-summary .summary-content input{
		width: 100px;
	}
	.product-main-bg{
		padding: 10px;
	}
	.section-product,.page-common .main-section .section-title,blockquote{
		padding: 10px 15px;
	}
	.payment-summary .discount-title{
		width: 40%;
	}
	#Verification, #VerificationForget{
		width: 58%;
	}
	.section-title.upper-center i{
		font-size: 2.2rem;
	}
	.member-list-table .list-title span{
		font-size: 1.4rem;
	}
	.order-list-content .list-row span{
		font-size: 1.25rem;
	}
	.order-list-content .list-row span.salesName{
		padding-left: 0;
	}
	ul.payment-methods li{
		height: 64px;
	}
	ul.payment-methods img{
		width: 100px;
		height: 36px;
	}
	ul.payment-methods .pay-method-con{
		width: 38%;
	}
	.payment_free{
		font-size: 1.4rem;
		right: -12px;
	}
	.payment-methods .payment-attr{
		line-height: 32px;
	}
	ul.payment-methods input[type="radio"]{
		top: 30%;
	}
	#typeselect{
		min-width: 100px;
	}
	#selectDiscount .couponDown, #selectDiscount input#coupon{
	    width: 110px;
    }
	.bindCon .info-set{
		font-size: 12px;
	}	
}

/*分享活动*/
.shareCon{
	width: 700px;
	position: absolute;
	left: 50%;
	top: 20%;
	margin: 0 auto;
	margin-left: -225px;
}
.shareCon a{
	display: inline-block;
	width: 300px;
	height: 82px;
	cursor: pointer;
	border-radius: 30px;
}
.shareCon a.share_fb{
    margin-right: 70px;
}


/* choosePlat */
.index-choosePlat ul.game-plat li{
	padding: 0 40px 0 0;
}
.index-choosePlat ul.game-plat li:last-child{
	padding: 0;
}
.index-choosePlat ul.game-plat li .card{
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    text-align: center;
    border: 0;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    overflow: hidden;
	height: 110px;
}
.index-choosePlat ul.game-plat li .card:hover{
    -webkit-transform: translate3d(0,-2px,0);
    -moz-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}
.index-choosePlat ul.game-plat li .card a{
	color: #555;
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 18px 40px;
}
.index-choosePlat ul.game-plat li .card .icon{
    display: inline-block;
    height: 75px;
    width: 40%;
    float: left;
}
.index-choosePlat ul.game-plat li .card .card-block{
	width: 60%;
	float: left;
	margin-top: 5px;
}
.index-choosePlat ul.game-plat li .card .card-block h3{
	font-weight: bold;
	color: #333;
	font-size: 22px;
}
.index-choosePlat ul.game-plat li .card .icon img{
	height: 100%;
}
.index-choosePlat ul.game-plat li .card .btn{
    padding: 6px 24px;
    background-color: #146dfc;
    border: 1px solid #146dfc;
    border-radius: 4px;
    margin-top: 10px;
    color: #fff;
}


.index-choosePlat ul.game-plat li.plat-ps .card, .index-choosePlat ul.game-plat li.plat-xbox .card{
    margin-bottom: 20px;
}
.index-choosePlat ul.game-plat li.plat-ps .card:last-child, .index-choosePlat ul.game-plat li.plat-xbox .card:last-child{
	margin-bottom: 0;
}
@media (max-width: 1600px){
	.index-choosePlat ul.game-plat li.plat-ps .card a, .index-choosePlat ul.game-plat li.plat-xbox .card a, .index-choosePlat ul.game-plat li .card a{
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (max-width: 1199px){
	.index-choosePlat ul.game-plat li .card .card-block h3{
        font-size: 18px;
    }
}
@media (max-width: 991px){
	.index-choosePlat ul.game-plat li{
		padding-right: 0;
	}
	.index-choosePlat ul.game-plat li.plat-ps .card, .index-choosePlat ul.game-plat li.plat-xbox .card, .index-choosePlat ul.game-plat li:last-child .card{
		width: 45%;
		margin-right: 5%;
		float: left;
	}
	.index-choosePlat ul.game-plat li.plat-ps .card:last-child, .index-choosePlat ul.game-plat li.plat-xbox .card:last-child{
		margin-right: 0;
		width: 50%;
	}
	.index-choosePlat ul.game-plat li .card .card-block h3{
		font-size: 16px;
	}
}
@media (max-width: 767px){
	.index-choosePlat ul.game-plat li.plat-ps .card, .index-choosePlat ul.game-plat li.plat-xbox .card{
		height: auto;
	}
	.index-choosePlat ul.game-plat li .card .card-block{
		margin-top: 10px !important;
	}
    .index-choosePlat ul.game-plat li .card .icon, .index-choosePlat ul.game-plat li .card .card-block{
		width: 100%;
		margin-right: 0;
	}
	.index-choosePlat ul.game-plat li:last-child .card{
		height: 120px;
		width: 100%;
	}
	.index-choosePlat ul.game-plat li:last-child .card a{
		padding: 22px 40px;
	}
	.index-choosePlat ul.game-plat li:last-child .icon, .index-choosePlat ul.game-plat li:last-child .card-block{
		width: 50%;
	}
	.index-choosePlat ul.game-plat li .card .btn{
		width: 100%;
	}
}

@media (max-width: 1600px){
	.shareCon{
	    margin-left: -185px;
	    margin-top: 5px;
	}
	.shareCon a{
	    width: 240px;
	    height: 65px;
    }
}
@media (max-width: 1400px){
    .shareCon a{
	    width: 220px;
	    height: 55px;
    }
    .shareCon{
    	 margin-left: -165px;
    }
    .shareCon a.share_fb{
    	margin-right: 50px;
    }
}
@media (max-width: 1300px){
	.shareCon{
		width: 500px;
		margin-left: -160px;
	}
	.shareCon a{
		width: 210px;
	}
    .shareCon a.share_fb{
    	margin-right: 45px;
    }
}
@media (max-width: 1200px){
	.shareCon{
		margin-left: -150px;
	}
    .shareCon a{
    	width: 200px;
    	height: 50px;
    }
    .shareCon a.share_fb{
    	margin-right: 35px;
    }
}
@media (max-width: 1024px){
	.shareCon{
		margin-left: -127px;
		margin-top: 0;
	}
    .shareCon a{
    	width: 170px;
    }
    .shareCon a.share_fb{
    	margin-right: 30px;
    }
}
@media (max-width: 991px){
    .shareCon{
		margin-left: -155px;
		margin-top: -8px;
	}
	.shareCon a{
    	width: 200px;
    	height: 60px
    }
    .shareCon a.share_fb{
    	margin-right: 65px;
    }
}
@media (max-width: 800px){
    .shareCon{
		margin-left: -130px;
	}
	.shareCon a{
    	width: 170px;
    	height: 45px
    }
    .shareCon a.share_fb{
    	margin-right: 45px;
    }
}
@media (max-width: 768px){
	.shareCon{
		width: 400px;
	}
	.shareCon a.share_fb{
    	margin-right: 40px;
    }
}
@media (max-width: 767px){
	.shareCon{
		width: 200px;
		margin-left: -62px;
		margin-top: -5px;
		z-index: 1;
	}
	.shareCon a{
		width: 80px;
		height: 25px;
		padding: 0;
	}
    .shareCon a.share_fb{
    	margin-right: 28px;
    }
    .shareCon a img{
    	height: 100%;
    }
}
@media (max-width: 375px){
	.shareCon{
		margin-left: -58px;
		margin-top: -3px;
	}
	.shareCon a{
		width: 75px;
		height: 22px;
	}
    .shareCon a.share_fb{
    	margin-right: 22px;
    }
}
@media (max-width: 330px){
	.shareCon{
		margin-left: -50px;
		margin-top: -5px;
	}
	.shareCon a{
		width: 65px;
		height: 22px;
	}
    .shareCon a.share_fb{
    	margin-right: 18px;
    }
}