@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;*/
	border: 1px solid #ccc;
	border-radius: 4px;
	height: 36px;
	line-height: 36px;
	padding-left: 5px;
	color: #333;
}
button.btn:focus,button.btn:visited,button.btn:active{
	outline: none;
}
input,textarea,ul,li,div,p,h1,h2,h3,h4{
	margin: 0;
	padding: 0;
	list-style: none;
}
a:link,a:visited,a:hover,a:active{
	text-decoration: none;
	outline: none;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
input[type="number"]{
	-moz-appearance:textfield;
}
input:focus{
	outline: none;
}
@font-face{
	font-family: "Roboto";
    src: url("../font/Roboto-Regular.eot"); /* IE9 Compat Modes */
    src: url("../font/Roboto-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	    url("../font/Roboto-Regular.svg") format("svg"), /* Legacy iOS */
	    url("../font/Roboto-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
	    url("../font/Roboto-Regular.woff") format("woff"), /* Modern Browsers */
	    url("../font/Roboto-Regular.woff2") format("woff2"); /* Modern Browsers */
  	font-weight: 400;
 	font-style: normal;
}
@font-face{
  font-family: "Roboto";
  src: url("../font/Roboto-Italic.eot"); /* IE9 Compat Modes */
  src: url("../font/Roboto-Italic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/Roboto-Italic.svg") format("svg"), /* Legacy iOS */
    url("../font/Roboto-Italic.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../font/Roboto-Italic.woff") format("woff"), /* Modern Browsers */
    url("../font/Roboto-Italic.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 400;
  font-style: italic;
}
@font-face {
   font-family: "Roboto";
   src: url("../font/Roboto-Bold.eot"); /* IE9 Compat Modes */
   src: url("../font/Roboto-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/Roboto-Bold.svg") format("svg"), /* Legacy iOS */
    url("../font/Roboto-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../font/Roboto-Bold.woff") format("woff"), /* Modern Browsers */
    url("../font/Roboto-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 700;
  font-style: normal;
}
body{
	font-family: 'Roboto', Helvetica;
	overflow-x: hidden;
	color: #fff;
	padding-top: 90px;
	background: #f6f6f6 url('../images/page_bg.png') no-repeat top center;
    font-style: normal;
}
.container{
	max-width: 1370px;
	margin: 0 auto;
}
.breadcrumb{
	background: transparent;
	padding-left: 0;
	padding: 20px 15px 20px 0;
	margin-bottom: 0;
	color: #ccc;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}
/* .left_img{
	border-radius: 2px;
}
.left_img img{
	width: 80%;
}
.right_txt{
	position: relative;
	top: 10px;
} */
.breadcrumb h1, .breadcrumb h2, .breadcrumb span{
	font-weight: 666;
	font-size: 1.7rem;
	color: #fff;
	line-height: 2.2rem;
    display: block;
    font-weight: normal;
}
.breadcrumb a{
	color: #fff;
}
.breadcrumb a:hover{
	color: #f2a506;
}

/* common use */
.float-block{
	float: left;
	display: block;
}
.float-block:after{
	content: "";
	display: block;
	clear: both;
}
.clear-float:after{
	content: "";
	clear: both;
	display: block;
}
.full-width{
	width: 100%;
}
.hide-all{
	display: none;
}
a{
	color: #fff;
	transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
}
@media (min-width: 1600px){
	.container {
	    width: 1370px;
	    margin: 0 auto;
	}
}
.animate{
	transition: all 0.24s ease-in-out;
	-webkit-transition: all 0.24s ease-in-out;
	-moz-transition: all 0.24s ease-in-out;
}
/* header */
/*#header_main_menu{
	height: 80px;
	z-index: 200;
}*/
.head-fixed-bar{
	position: fixed;
	top: 90px;
	left: 0;
	right: 0;
	z-index: 2;
}
.nav-bg{
	height: 80px;
}
.logo{
	float: left;
	padding-right: 10px;
}
.logo img{
	width: 180px;
	margin: 24px 0;
}
.pull-right.head-right{
	background: rgba(0,0,0,.7);
	border-radius: 4px;
	padding-left: 15px;
}
nav{
	float: left;
}
.nav-main>li{
	line-height: 28px;
	padding: 25px 15px;
	position: relative;
}
/* .nav-main>li.active{
	background-color: rgba(0,0,0,.8);
} */
.nav-main>li.active:after{
	display: none;
}
.nav-main>li>a{
	color: #fff;
	font-size: 1.8rem;
	text-transform: uppercase;
}
.nav-main>li>a .caret{
	position: relative;
	left: 4px;
	bottom: 0;
}
.list-inline{
	margin-left: 0;
	padding-right: 50px;
}
.nav-submenu{
	position: absolute;
	left: -12%;
	top: 100%;
	min-width: 110%;
	display: none;
	background-color: rgba(0,0,0,.8);
	border-radius: 0 0 5px 5px;
	padding: 0;
}
.nav-submenu.navSlide3{
    min-width: 150%;
}
.nav-submenu .game-select{
	position: relative;
	border-top: 0;
}
.nav-submenu .game-select>li{
	position: relative;
	line-height: 44px;
	height: 44px;
	border-top: 1px solid rgba(255,255,255,.2);
}
.nav-submenu .game-select>li:nth-child(1){
	border-top: none;
}
.nav-submenu>li.selected{
	background-color: #de6262;
}
.nav-submenu>li.selected a{
	color: #fff;
}
.nav-submenu>li a{
	font-size: 1.5rem;
	text-transform: capitalize;
	display: block;
	text-align: center;
	padding: 0;
	line-height: 43px;
}
.nav-submenu>li a:focus, .nav-submenu>li>a:hover{
	background-color: #de6262;
	color: #fff;
}
.nav-submenu .game-select>li a.service-name{
	position: relative;
	/*padding-left: 15px;*/
	white-space: nowrap;
	color: #ccc;
	display: block;
	/* text-align: center; */
	padding-left: 15px;
	font-size: 1.4rem;
    border-left: 2px solid rgba(0,0,0,.8);
}
.nav-submenu.navSlide-other .game-select > li a.service-name{
    padding-left: 0;
}
.nav-submenu .game-select>li a:hover{
    border-left: 2px solid #028058;
    color: #fff;
}
.nav-submenu .game-select>li:last-child{
	border-bottom: none;
}
.navSlide-other .game-select > li a.service-name{
	text-align: center;
}
.nav-submenu .game-select>li a.service-name i{
    margin-right: 4px;
    position: relative;
    top: 1px;
}
.head-item{
	height: 80px;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.head-item p, .cart-item i{
	cursor: pointer;
}
.head-item .item-name{
	font-weight: normal;
    font-style: normal;
}
.head-item .item-name a:visited, .head-item .item-name a:active{
	color: #fff;
}
.head-item .item-name a:hover{
	color: #fdc116;
}
.no-login span.f20 i img,.user-item span.loginBtn img{
    position: relative;
    top: -2px;
}
.head-item:hover i{
	color: #fff;
}
.head-item.yes-login #member-dropdown{
	display: inline-block;
	width: 100%;
}
.head-item.yes-login #member-dropdown span.memberName{
	width: 82%;
	overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}
.head-item.yes-login #member-dropdown:hover, .head-item.yes-login #member-dropdown:link{
    color: #fff;
}
/* .head-item.yes-login .dropdown-con a:hover, .u_settings_wrp li a:hover{
    color: #fdc116;
} */
.head-item.yes-login .dropdown-con{
    min-width: 120px;
}
.head-item.yes-login .dropdown-list{
    background-color: #fff;
}
.head-item.yes-login .dropdown-list li{
    padding: 5px 10px;
}
.head-item.yes-login .dropdown-list li:hover{
    background-color: #f5f5f5;
}
.head-item.yes-login .dropdown-list li:hover a{
    color: #333;
}
.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: #425568;
	border-radius: 4px;
	display: block;
	padding: 3px 6px;
	color: #fff;
	position: relative;
}
.u_settings_wrp .caret{
	position: absolute;
	right: 8px;
	top: 15px;
}
.lang-list.dropdown img{
	width: 26px;
	height: auto;
	padding-right: 2px;
}
.currency-list.dropdown .dropdown-menu,.lang-list.dropdown .dropdown-menu{
	min-width: 0;
	width: 100%;
}
.currency-list.dropdown .dropdown-menu li,.lang-list.dropdown .dropdown-menu li{
	text-align: center;
}
.dropdown-menu>li>a{
	padding: 3px 0;
}
.dropdown-con{
	/*display: none;*/
	position: absolute;
	right: 0;
	left: auto;
	top: 100%;
	z-index: 800;
	border-top: 2px solid #fdc116;
	background-color: #fff;
	margin-top: 0;
}
.dropdown-con a{
    color: #333;
}
.dropdown-con.cart-small{
    background-color: #283244;
}
.dropdown-backdrop{
	display: none !important;
	z-index: -1 !important;
}
#user_bt_info{
	cursor: pointer;
	position: relative;
}
.country-icon{
    height: 28px;
    line-height: 28px;
    text-align: center;
    display: block;
}
.country-icon img{
	max-width: 22px;
	max-height: 32px;
}
.settings_wrp{
	position: relative;
}
.u_settings_wrp{
	/* max-width: 250px;
	min-width: 200px; */
	display: none;
    right: 0;
    border-radius: 4px;
    border: 1px solid #ccc;
    border-top: 2px solid #fdc116;
}
.u_settings_wrp li{
	padding: 0 20px;
}
.u_settings_wrp li:hover{
    background-color: #f5f5f5;
}
.search-result .empty-cart-word{
	border: none;
}
.global-search{
	width: 315px;
	position: absolute;
	top: 80px;
	padding: 0;
	background: none;
	display: none;
}
.global-search input{
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	background-color: #283244;
	padding-left: 10px;
	border: none;
	width: 100%;
	overflow: hidden;
	color: #fff;
	position: relative;
}
.global-search input::placeholder{
    color: #fff;
}
.global-search .btn-search{
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	position: absolute;
	right: 0;
	top: 2px;
}
.shawon{
	width: 100%;
	height: 100%;
}
.search-result{
	display: none;
	top: 78px;
	margin-top: 1px;
}
.cart-small .product-list, .search-result .product-list{
	margin-top: 0;
}
.empty-cart-word{
	display: block;
	width: 100%;
	color: #ccc;
	text-align: center;
	font-size: 1.5rem;
	padding: 15px;
}
.dropdown-list{
	background-color: #283244;
	margin-top: 1px;
}
.gov_search_suggest_ul{
	width: 100%;
}
.dropdown-list li{
	display: table;
	padding: 15px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	width: 100%;
}
.dropdown-list li:hover a{
	color: #fff;
}
.yes-login .dropdown-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{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
    display: block;
    text-align: left;
}
.product-list li .product-info .product-price{
	color: #fdc116;
	text-align: left;
}
b#cart_number{
	font-size: 12px;
	color: #d2471b;
	padding: 0 1px;
}
.cart-product{
	position: relative;
	bottom: 2px;
	display: inline-block;
	width: 72px;
	font-size: 1.3rem;
	padding: 2px 5px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	background-color: rgba(253,193,22,.8);
}
.cart-product:hover{
	opacity: 1;
	color: #fff;
}
.product-list li .del-product{
	position: relative;
	top: 6px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #ccc;
	padding: 0;
	cursor: pointer;
}
.product-list li .del-product:hover{
	background-color: rgba(253,193,22,1);
}
.product-list li .del-product:before{
	content: "";
	width: 1px;
	height: 8px;
	position: absolute;
	left: 8px;
	top: 4px;
	display: block;
	background-color: #34495e;
	transform: rotate(45deg);
}
.product-list li .del-product:after{
	content: "";
	width: 1px;
	height: 8px;
	position: absolute;
	left: 8px;
	top: 4px;
	display: block;
	background-color: #34495e;
	transform: rotate(-45deg);
}
.product-list .subtotal{
	color: #fff;
	padding: 15px 15px 0;
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
	width: 100%;
}
.product-list .subtotal span{
	color: #fdc116;
}
.cart-action{
	text-transform: uppercase;
	text-align: center;
	padding: 15px;
	width: 100%;
}
.cart-action a{
	color: #0f0f0f;
	font-size: 1.5rem;
	cursor: pointer;
	padding: 7px 10px;
	border-radius: 4px;
	background: rgba(253,193,22,1);
}
.cart-action a:hover{
	background: rgba(253,193,22,.8);
}
.payment-success-tips{
	padding-top: 10px;
	width: 80%;
	margin: 0 auto;
	line-height: 2rem;
	font-size: 1.4rem;
	color: #666;
}
.payment-success-tips b{
	color: #f57621;
	font-weight: normal;
}
.order-remind{
	padding: 10px;
	border-radius: 4px;
	border: 1px dashed #a4c0f1;
	overflow: hidden;
	width: 80%;
	margin: 30px auto 0;
	text-align: left;
}
.order-remind .remind-title{
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	padding-bottom: 2px;
	text-transform: uppercase;
	color: #333;
}
.order-remind img{
	float: left;
	display: block;
	max-width: 32px;
	padding-top: 15px;
}
.order-remind .remind-content{
	padding: 10px;
}
.order-remind .remind-content p{
	font-size: 1.4rem;
	color: #777;
}
.ui-widget.ui-widget-content{
	z-index: 999;
}
.ui-helper-hidden-accessible{
	clip: auto !important;
	overflow: auto !important;
}
/*弹窗*/
.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;
	padding: 15px 30px;
}
.modal-form .payment-summary{
	padding: 0 20px;
}
.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;
	padding-left: 0;
}
#selectDiscount .couponDown, #selectDiscount input#coupon{
	width: 200px;
	margin: 0 2px;
	font-size: 1.4rem;
}
#typeselect, #selectDiscount .couponDown{
    background-size: 30px;
}
#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;
}
/* main */
.main{
	min-height: 700px;
}
/* footer */
.ban-notice{
	color: #aab1b7;
    margin-bottom: 5px;
}
.footer-main{
	background-color: #3d3d3d;
	padding: 20px 0 5px;
    margin-top: 20px;
}
.footer-main>.container{
	position: relative;
}
.footer-main .scroll-top{
	position: absolute;
	right: 15px;
	bottom: calc(100% + 40px);
	width: 40px;
	height: 40px;
	opacity: 0;
}
.footer-main .scroll-top span{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #028058;
	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-main .footer-menu{
	padding-bottom: 10px;
}
.footer-menu .menu-title{
	position: relative;
	text-transform: uppercase;
	font-size: 1.7rem;
	font-weight: bold;
	color: #fff;
    text-align: left;
	padding: 8px 0;
	margin-bottom: 10px;
    width: 100%;
    display: block;
}
.footer-menu .menu-title::after{
	content: "";
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 1px;
	background-color: #fdc116;
}
.footer-menu .menu-list{
    overflow: hidden;
}
.footer-menu p{
	color: #fff;
	font-size: 1.4rem;
	padding-top: 18px;
	line-height: 2rem
}
.footer-menu li{
	padding: 4px 0;
	display: block;
	float: left;
	width: 50%;
	text-align: left;
}
.footer-menu .footer-email li{
    width: 100%;
}
.footer-menu li a{
	word-wrap: break-word;
}
.footer-menu li i{
	margin-right: 8px;
	font-size: 16px;
}
.footer-menu li i.fa{
	position: relative;
	top: 2px;
	display: inline;
}
.footer-menu a{
	font-size: 1.5rem;
	color: #fff;
}
.footer-menu a:hover, .copyright a:hover, .contact-meun i{
	color: #fdc116;
}
.footer-menu .footer-social a{
	float: left;
    margin-bottom: 3px;
}
.footer-menu .footer-social a:last-child{
	margin-right: 0;
}
.footer-menu .footer-social a img{
	width: 20px;
    margin-right: 8px;
    position: relative;
    bottom: 1.5px;
}
.contact-meun li{
	line-height: 20px;
}
/* contactUs */
.contactUs_box, .openContact{
	position: fixed;
	bottom: 60px;
	right: 60px;
	z-index: 2;
	text-align: center;
}
.contactUs_box{
	opacity: 0;
	transition: all .3s;
	height: 0;
}
.contactUs_box.display{
	opacity: 1;
	height: auto;
	background-color: #fdad00;
	border-radius: 40px;
	padding: 20px 5px;
}
.contactUs_box.display>div{
	display: block;
}
.openContact{
	background: none;
	padding: 0;
	padding: 15px;
	background-color: #fdad00;
	border-radius: 35px;
}
.openContact:focus{
	box-shadow: none;
}
.openContact img{
	width: 25px;
}
.contactUs_box>div{
	margin-bottom: 10px;
	display: none;
}
.messenger_box>a, .livechat_box>a{
	color: #fff !important;
	font-size: 12px;
	line-height: 24px;
}
.messenger_box>a>img, .livechat_box>a>img{
	width: 25px;
	display: block;
	margin: 0 auto;
}
.more_contact{
	margin-bottom: 0 !important;
}
.arrow_up{
	display: block;
	background: url(/images/arrow_up.png) no-repeat center;
	width: 10px;
	height: 10px;
	margin: 0 auto;
	cursor: pointer;
}
.livechat_box{
	position: relative;
}
.livechat_box .livechat_button{
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.livechat_box .livechat_button img{
	z-index: 1;
	position: relative;
}
.link-logo ul{
	width: 340px;
	overflow: hidden;
	margin: 0 auto 10px auto;
}
.link-logo ul li{
	padding: 0;
}
.link-logo img{
	padding: 3px 5px;
	width: 100%;
}
.copyright{
	padding: 10px 0;
	color: #aab1b7;
	border-top: 1px solid rgba(255,255,255,.2);
	font-size: 13px;
	line-height: 2rem;
}
.copyright a{
	text-decoration: underline;
	color: #fff;
	margin: 0 4px;
}
/* index */
.main{
	margin-top: 80px;
}
.index-banner{
	position: relative;
	z-index: 0;
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.index-banner a{
	height: 100%;
}
.index-banner h1, .index-banner span{
	width: 100%;
	position: absolute;
	top: 25%;
	color: #fdc116;
	font-size: 4rem;
	line-height: 6rem;
	font-weight: bold;
	text-align: center;
}
.index-banner span{
	margin-top: 3.5%;
	font-size: 3.5rem;
	line-height: 5rem;
}
.index-banner span, .page-game-index .game-banner h1 span{
	display: block;
	color: #fff;
}
.index-section{
	background: #fff;
	border-radius: 4px;
	/* box-shadow: 0 0 10px rgba(0,0,0,0.15); */
}
.index-news .news-section, .section-product.section-content, .index-section .section-content{
	padding: 30px;
}
.page-payment .index-section .section-content{
	padding: 20px 30px;
}
.index-section.product-content .section-content{
    padding: 0;
}
.moudule-member .page-member-main{
	overflow: hidden;
}
.section-content.product-tab, .section-product .section-content{
    overflow: hidden;
	padding: 20px;
}
.section-content.product-tab{
	padding:  0 20px;
}
.index-public .section-content{
	/* padding: 0; */
	overflow: hidden;
}
.index-public .section-content .optimize-words a{
	color: #f2a506;
	text-decoration: underline;
}
.index-section .section-title img{
	max-width: 66px;
}
.index-section .section-title span{
	color: #fff;
	font-size: 3rem;
}
.section-title.upper-center i{
	display: inherit;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 5rem;
	font-weight: bold;
	letter-spacing: .2rem;
}
.section-title.upper-center span{
	display: block;
	position: relative;
	text-align: center;
	padding-bottom: 10px;
}
.index-section .index_choose{
	color: #aab1b7;
	font-size: 1.4rem;
	line-height: 1.8rem;
}
.index-section .index_choose .choose_content{
	padding: 1rem 1rem 1rem 8.5rem;
	font-size: 1.6rem;
	line-height: 2rem;
}
.index-section .index_choose span{
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
/* .index-news{
	background: url('../images/fut-news-bg.jpg') repeat-y top center;
} */
.index-news .news-section{
	border-radius: 4px;
    background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
    margin-bottom: 10px;
    border-radius: 4px;
}
.index-news .news-single{
	padding-bottom: 20px;
	padding-left: 0;
	/*border-bottom: 1px solid #aab1b7;*/
}
.index-news .news-single .news-title a{
	font-size: 1.8rem;
	color: #333;
    font-weight: bold;
}
.index-news .news-single .news-content{
	color: #6b6b6b;
	font-size: 1.5rem;
	line-height: 2.2rem;
	min-height: 45px;
	overflow: hidden;
	/* text-overflow: ellipsis;
	white-space: nowrap; */
}
.new-more{
	display: inline-block;
	width: 100%;
	text-align: center;
    margin-top: 10px;
}
.new-more .more{
	display: inline-block;
    height: 45px;
    line-height: 45px;
    width: 200px;
	border-radius: 4px;
	background: #028058;
	color: #fff;
    font-weight: bold;
}
.new-more .more:hover{
	opacity: .9;
}
.index-choose .game-title .game-name{
    color: #fff;
}
.index-choose ul.produkte{
    overflow: hidden;
    position: relative;
    background: url(../images/fut-Coins-gold.png?num=1) no-repeat right bottom;
    background-size: 100px;
}
.index-choose .produkte .proTit{
    width: 30%;
    position: relative;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: normal;
}
.index-choose .produkte li.cur .proTit, .index-choose .produkte li.cur .proTit i{
    color: #fdc116;
}
.index-choose .produkte .proTit i{
    line-height: 50px;
    color: #fff;
}
.index-choose .produkte .proTit i.chooseIcon::before{
    width: 25px;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
}
.index-choose .produkte .proTit i.fa-angle-down, .index-choose .produkte .proTit i.fa-angle-right{
    display: none;
    float: right;
}
.index-choose .produkte li .proCont{
    width: 60%;
    position: absolute;
    top: 8px;
    right: 0;
    line-height: 24px;
    font-size: 1.6rem;
    /* text-align: justify;
    height: 144px; */
    overflow: hidden;
    display: none;
    color: #fff;
}
.index-choose .produkte li .proTit i.fa-angle-right{
    float: right;
}
.index-choose .produkte li.cur .proTit i.fa-angle-right, .index-choose .produkte li.cur .proTit i.fa-angle-down, .index-choose .produkte li.cur .proCont{
    display: block;
}
/* .index-choose .choose_content{
	overflow: hidden;
	padding: 0 15px 0 0;
}
.index-choose .choose_content:last-child{
	padding: 0;
}
.index-choose .choose_content i{
	color: #0d48ac;
	margin-right: 10px;
}
.index-choose .choose_content b{
	color: #0d48ac;
	font-size: 1.8rem;
	margin-bottom: 5px;
	display: block;
	font-weight: normal;
}
.index-choose .choose_content p{
	font-size: 1.5rem;
	line-height: 2.4rem;
	color: #6b6b6b;
} */
/* 搜索结果页 */
.bg-white{
	background-color: #fff;
}
/* 游戏首页 */
.game-title .game-name{
	font-size: 3rem;
	height: 10rem;
	line-height: 10rem;
	white-space: nowrap;
	color: #434d53;
	text-align: center;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
}
.game-title .game-name span{
	color: #fdc116;
}
.small-game-name{
	color: #fff;
	font-size: 2rem;
	line-height: 2rem;
}
/*category*/
.page-index .category-unit{
	height: 427px;
}
.page-index .category-unit:first-child{
	padding-left: 0;
}
.page-index .category-unit:last-child{
	padding-right: 0;
}
.page-index .category-unit .link-full{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.page-index .category-unit .link-full img{
	width: 100%;
}

/*coins player category-unit*/
/*.page-game-index .service-category li{
	width: calc(33.33% - 20px);
	float: left;
	height: 166px;
	margin-right: 30px;
}
.page-game-index .service-category li:last-child{
	margin-right: 0;
}
.page-game-index .service-category li:hover{
	transform: translate3d(0,-2px,0);
}
.page-game-index .service-category li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 20px;
}
.page-game-index .service-category li span{
	font-weight: bold;
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 3rem;
}
.page-game-index .service-category li span.icon{
	height: 80px;
}
.page-game-index .service-category li span.icon img{
	height: 100%;
}
.page-game-index .service-category li span.game-plat{
	color: #fff;
	font-size: 2.5rem;
}
.page-game-index .coins-category li.category-unit{
	background: url('../images/futCoins-platform.jpg') no-repeat center;
	-webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.page-game-index .players-category li.category-unit{
	background: url('../images/futPlayers-platform.jpg') no-repeat center;
	background-size: 100%;
	-webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.page-game-index .coins-category li.category-unit:hover, .page-game-index .players-category li.category-unit:hover{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}*/
.index-public .index-about, .index-public .index-choose{
	background-color: #fff;
	border-radius: 5px;
	padding: 20px 30px;
}
.page-game-index .index-public .index-about{
	margin-bottom: 30px;
}
.page-game-index.page-goods .index-public .index-about{
	margin-bottom: 0;
}
.index-public .index-about{
    -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);
    position: relative;
    padding-bottom: 100px;
}
.index-public .index-choose{
    background-image: url(../images/index_choose_bg.jpg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
    padding-top: 90px;
    position: relative;
    border-radius: 0;
}
.index-choose_divider{
    width: 100%;
    display: block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0xMjgwIDE0MFYwSDBsMTI4MCAxNDB6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTEyODAgOThWMEgwbDEyODAgOTh6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 100% 100px;
    position: absolute;
    top: 0;
    height: 100px;
    z-index: 1;
}
.index-public .index-choose .section-content{
    background-image: linear-gradient(180deg,#191919 0%,rgba(0,0,0,0.85) 20%);
    border-radius: 25px;
    overflow: hidden;
    padding: 20px 40px;
    margin-bottom: 60px;
    box-shadow: 0px 6px 0px 10px rgba(0,0,0,0.3);
}
/* 业务页 */
.page-game-index .index-section{
	margin-bottom: 20px;
}
.page-game-index .game-banner{
	border-radius: 4px;
	margin-bottom: 20px;
	border: 5px solid #fff;
}
.page-game-index .game-banner img{
	border-radius: 4px;
	width: 100%;
	height: auto;
}
/* .page-game-index .game-banner h1{
	position: absolute;
	top: 17%;
	left: 3%;
	z-index: 1;
	font-size: 4rem;
	color: #fdc116;
	font-weight: bold;
}
.game-banner .banner-word{
	position: absolute;
	top: 120px;
	left: 370px;
}
.game-banner .banner-word li{
	padding-bottom: 4px;
}
.game-banner .banner-word span{
	color: #fff;
	white-space: nowrap;
	font-size: 1.6rem;
} */

/* choosePlat */
.page-index .index-choosePlat{
	margin: 20px auto 0;
}
.page-game-index .index-choosePlat{
	margin: 0 auto 50px;
}
.page-game-index .game-choosePlat .game-title .game-name{
	color: #fff;
}
.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: #028058;
    border: 1px solid #028058;
    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;
}


.page-game-index .game-service{
	margin-bottom: 20px;
}
.page-game-index .category-unit{
	cursor: pointer;
	position: relative;
}
.page-game-index .category-unit:hover img{
	border: none;
}
.page-game-index .link-full.active, .page-game-index .link-full:hover{
	border: 1px solid #fdc116;
	border-radius: 5px;
}
/* 产品列表页-金币 */
.product-main-bg{
	border-radius: 4px;
	margin: 20px auto;
}
/* .service-title-list{
	border-bottom: 1px solid #ccc;
} */
.service-title-list li a:visited, .service-title-list li a:active{
	color: #028058;
}
.product-tab li{
	background: #fff;
	border-radius: 4px;
	border: 1px solid #028058;
	height: 45px;
	line-height: 45px;
	width: 200px;
	margin-right: 20px;
}
.product-tab li:last-child{
	margin-right: 0;
}
.product-tab li:hover a{
	color: #028058;
}
.product-tab > li > a{
	height: 36px;
	background: none !important;
	color: #028058;
}
.product-tab > li > a:hover{
	color: #028058;
}
.product-tab li i{
	margin-right: 5px;
}
.product-tab > li:hover, .product-tab > li:hover > a, .product-tab > li.active, .product-tab > li.active > a, .product-tab > li.active > a:focus, .product-tab > li.active > a:hover{
	background: #028058;
	border: 1px solid #028058;
	color: #fff;
	height: 45px;
	margin-bottom: 0;
}
.search-input{
	position: relative;
	width: 220px;
}
.search-input input, .search-order input{
	width: 100%;
	height: 34px;
	line-height: 34px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-left: 4px;
	color: #333;
}
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;
}
.search-input .btn-search{
	position: absolute;
	right: 0;
	top: 2px;
}
.search-input .btn-search i, .search-order .btn-search i{
	width: 34px;
	height: 34px;
	line-height: 34px;
	color: #777;
}
.platform-title-list{
	overflow: hidden;
    padding: 20px;
    border-radius: 4px;
    background-color: #f5f5f5;
}
.platform-title-list select{
	width: 220px;
	margin-right: 5px;
	font-size: 1.4rem;
}
.product-list{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	/*justify-content: space-between;*/
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	margin-top: 20px;
	/*height: 330px;*/
}
.product-card{
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.1),0 1px 1px 0 rgba(0,0,0,.1),0 1px 1px -1px rgba(0,0,0,.1);
    background: #fafafa;
}
.product-single{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16%;
	flex: 0 0 16%;
	-ms-flex: 0 0 calc(20% - 16px);
	flex: 0 0 calc(20% - 16px);
	margin-bottom: 10px;
	border-radius: 2px;
	background: #fff;
	margin: 0 8px 15px 8px;
}
.product-single:hover {
	transform: translate3d(0,-2px,0);
    box-shadow: 0 8px 15px rgba(0,0,0,.15);
}
.product-single .product-single-con{
	display: inline-flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	border: 1px solid #f5f5f5;
}
.product-single .prt-thumb{
	text-align: center;
	padding: 10px;
	position: relative;
	background: #f5f5f5;
	/*height: 55%;*/
}
.product-single .prt-thumb img{
	text-align: center;
	max-width: 100%;
}
.product-single .product-single-con .product-single-txt{
	background: #fff;
	padding: 10px;
	min-height: 145px;
	position: relative;
	height: 45%;
}
.product-single .product-single-con .product-single-txt.xboxseries{
	min-height: 170px !important;
}
.product-list-player .product-single .product-single-con .product-single-txt{
	min-height: 155px;
}
.product-single .prt-thumb .coins-text{
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-weight: 700;
	color: #fff;
	text-shadow: 0 0 9px #000;
	font-size: 30px;
	line-height: 1;
}
.product-single .prt-thumb .coins-text b{
	color: #f2a506;
}
.product-single .prt-name, .product-single .prt-price, .product-single .prt-buy{
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 1.4rem;
}
.product-single .product-name{
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: bold;
	word-break: break-word;
	color: #333;
    display: block;
}
.product-single .product-name i{
	font-style: normal;
	color: #f2a506;
}
.product-single .delivery-time{
	font-size: 1.3rem;
    position: relative;
    bottom: 3px;
    color: #666;
}
.product-single .prt-platform{
	width: 34px;
}
.product-single .prt-platform img{
	width: 100%;
	height: auto;
}
.product-single .prt-name .prt-server label{
	color: #028058;
}
.product-single .prt-server.delivery-time label{
    color: #666;
    font-weight: normal;
}
.product-single .prt-name .prt-time{
    margin-bottom: 3px;
}
.product-single .prt-name span.player-position{
	color: #ffae00;
}
.product-single .prt-name span.player-rate{
	color: #ffae00;
}
.product-single .prt-price{
	font-size: 1.5rem;
	line-height: 1.6rem;
	position: relative;
}
.product-single .prt-price label{
	color: #d2471b;
	margin-bottom: 0;
}
.product-single .prt-price span.line-through{
	text-decoration: line-through;
	color: #999;
	font-size: 1.4rem;
	display: block;
    margin-top: 3px;
}
.product-single .prt-price .rateMoney, .product-single .prt-price span.line-through .rateMoney{
	margin-left: -2px;
}
.product-single .prt-buy{
	margin: 5px auto 8px auto;
	position: absolute;
	left: 0;
	bottom: 5px;
}
.product-single .prt-btn-buy{
	cursor: pointer;
	border-radius: 2px;
	overflow: hidden;
	text-align: center;
	background: #028058;
	color: #fff;
}
.product-single .prt-btn-buy a{
	width: 100%;
	display: block;
	padding: 6px 8px;
}
.product-single .button_buy a img{
	display: inline-block;
	width: 18px;
	margin-right: 4px;
	position: relative;
	bottom: 2px;
}
.product-single .prt-btn-buy a:focus, .product-single .prt-btn-buy a:active{
	color: #fff;
}
.product-single .prt-btn-buy.button_add{
	background: #ffae00;
	margin-left: 5px;
	position: relative;
	bottom: 1px
}
.product-single .prt-btn-buy.button_add a{
	padding: 5.6px 8px;
}
.product-single .prt-btn-buy.button_add img{
	width: 20px;
}
.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:hover, .product-single .prt-btn-buy:hover a{
	background: #d2471b;
	color: #fff;
}
.product-single .product-detail-toggle{
	display: block;
	clear: both;
	padding-top: 1px;
}
.product-single .product-detail-toggle .toggle-title{
	cursor: pointer;
	text-decoration: underline;
}
.product-single .product-detail-toggle .toggle-content{
	display: none;
	word-break: break-all;
	color: #ccc;
}
.product-single i.discount-num{
	padding: 3px 5px;
	background: #ffae00;
	border-radius: 2px;
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 14%;
	right: 8%;
}
.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 #ffae00;
	position: absolute;
	top: 7px;
	left: -4px;
	/*transform: translate(-50%, 100%) rotate(45deg);*/
}
/*Fut palyers Rating*/
.pro-player{
	margin: 5px auto 10px;
}
div.player-rate span{
	padding: 4px;
	border-radius: 2px;
}
div.player-rate span.IF{
	background: #3e3e3e;
	background: -webkit-linear-gradient(-90deg,#3e3e3e,black);
	background: linear-gradient(-290deg,#000,#8a710e);
	color: #dcb20a;
}
div.player-rate span.SIF, div.player-rate span.TIF{
	background: #000000;
 	background: -moz-linear-gradient(45deg, #8a710e 0%, #000 50%, #000 51%, #000 100%);
 	background: -webkit-linear-gradient(45deg, #8a710e 0%, #000 50%, #000 51%, #000 100%);
 	background: linear-gradient(45deg, #8a710e 0%, #000 50%, #000 51%, #000 100%);
 	color: #e8bb0a;
 	border-color: #000000;
}
div.player-rate span.Gold-Rare{
	color: #000;
    background: #a9aeb1;
    background: -moz-linear-gradient(45deg,#c6a009 0,#f2c40b 50%,#f2c40b 51%,#f0cf4a 100%);
    background: -webkit-linear-gradient(45deg,#c6a009 0,#f2c40b 50%,#f2c40b 51%,#f0cf4a 100%);
    background: linear-gradient(45deg,#c6a009 0,#f2c40b 50%,#f2c40b 51%,#f0cf4a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5db66',endColorstr='#0c427d',GradientType=1);
}
div.player-rate span.Icon{
	background: #fffbe9;
	background: -moz-linear-gradient(45deg, #fffbe9 0%, #f4e9cb 50%, #dccc9f 65%, #fff 100%);
	background: -webkit-linear-gradient(45deg, #fffbe9 0%, #f4e9cb 50%, #dccc9f 65%, #fff 100%);
	background: linear-gradient(45deg, #fffbe9 0%, #f4e9cb 50%, #dccc9f 65%, #fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
	color: #5e4e22;
}
div.player-rate span.Halloween, div.player-rate span.HALLOWEEN{
	background: #b96319;
    background: -moz-linear-gradient(45deg,#ebb484 10%,#e39f63 20%,#e69045 51%,#000 100%);
    background: -webkit-linear-gradient(45deg,#ebb484 10%,#e39f63 20%,#e69045 51%,#000 100%);
    background: linear-gradient(45deg,#ebb484 10%,#e39f63 20%,#e69045 51%,#000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5db66',endColorstr='#0c427d',GradientType=1);
    color: #fff;
}
div.player-rate span.SBC{
	background: #7c3668;
    background: -moz-linear-gradient(45deg,#2b7899 10%,#13678b 20%,#94487e 51%,#7c3668 100%);
    background: -webkit-linear-gradient(45deg,#2b7899 10%,#13678b 20%,#94487e 51%,#7c3668 100%);
    background: linear-gradient(45deg,#2b7899 10%,#13678b 20%,#94487e 51%,#7c3668 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5db66',endColorstr='#0c427d',GradientType=1);
    color: #fff;
}
div.player-rate span.Award-Winner{
	background: #823ab5;
    background: -moz-linear-gradient(45deg,#ecdef6 10%,#c9a2e4 20%,#985ac5 51%,#823ab5 100%);
    background: -webkit-linear-gradient(45deg,#ecdef6 10%,#c9a2e4 20%,#985ac5 51%,#823ab5 100%);
    background: linear-gradient(45deg,#ecdef6 10%,#c9a2e4 20%,#985ac5 51%,#823ab5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5db66',endColorstr='#0c427d',GradientType=1);
    color: #fff;
}
div.player-rate span.PTG-Spring{
	color: #fff;
    background: -moz-linear-gradient(135deg,#c0ff36 0,#201c55 100%);
    background: -webkit-linear-gradient(135deg,#c0ff36 0,#201c55 100%);
    background: linear-gradient(135deg,#c0ff36 0,#201c55 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5db66',endColorstr='#0c427d',GradientType=1);
}
div.player-rate span.TOTGS{
	color: #fff;
	background: #fbc774;
    background: -moz-linear-gradient(45deg,#8cecff 10%,#3eacff 20%,#5d8cd9 51%,#19137e 100%);
    background: -webkit-linear-gradient(45deg,#8cecff 10%,#3eacff 20%,#5d8cd9 51%,#19137e 100%);
    background: linear-gradient(45deg,#8cecff 10%,#3eacff 20%,#5d8cd9 51%,#19137e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5db66',endColorstr='#0c427d',GradientType=1);
}
div.player-rate span.TOTY{
	background: #2989d8;
    background: -moz-linear-gradient(45deg, #00107b 0%, #00107b 50%, #00107b 51%, #00004a 100%);
    background: -webkit-linear-gradient(45deg, #00107b 0%, #00107b 50%, #00107b 51%, #00004a 100%);
    background: linear-gradient(45deg, #00107b 0%, #00107b 50%, #00107b 51%, #00004a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    color: #e8dc9a;
    border-color: #00004a;
}
div.player-rate span.eMOTM{
	background: #ff8a00;
    background: -moz-linear-gradient(45deg,#fff 0,#ff8a00 50%,#ff8a00 51%,#093eb2 100%);
    background: -webkit-linear-gradient(45deg,#fff 0,#ff8a00 50%,#ff8a00 51%,#093eb2 100%);
    background: linear-gradient(45deg,#fff 0,#ff8a00 50%,#ff8a00 51%,#093eb2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5db66',endColorstr='#0c427d',GradientType=1);
    color: #fff;
}
div.player-rate span.FUT-Birthday{
	background: #b90051;
    background: -moz-linear-gradient(45deg, #54e1b9 0%, #b90051 50%, #b90051 51%, #b90051 100%);
    background: -webkit-linear-gradient(45deg, #54e1b9 0%, #b90051 50%, #b90051 51%, #b90051 100%);
    background: linear-gradient(45deg, #54e1b9 0%, #b90051 50%, #b90051 51%, #b90051 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    color: #fff;
    border-color: #b90051;
}
div.player-rate span.MOTM{
	background: #fd9437;
    background: -webkit-linear-gradient(-90deg,#fd9437,#ff7800);
    background: linear-gradient(180deg,#fd9437,#ff7800);
    color: black;
}
div.player-rate span.TOTS{
	background: #091763;
    background: -moz-linear-gradient(45deg, #e7cd6f 0%, #101b97 20%, #00274C 51%, #00274C 100%);
    background: -webkit-linear-gradient(45deg, #e7cd6f 0%, #101b97 20%, #00274C 51%, #00274C 100%);
    background: linear-gradient(45deg, #e7cd6f 0%, #101b97 20%, #00274C 51%, #00274C 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    color: #fff;
    border-color: #0c427d;
}
div.player-rate span.Record-Breaker{
	background: #0a1e35;
    background: -moz-linear-gradient(45deg,#f03e3e 0,#1f4067 50%,#1f4067 51%,#1b3a5d 100%);
    background: -webkit-linear-gradient(45deg,#f03e3e 0,#1f4067 50%,#1f4067 51%,#1b3a5d 100%);
    background: linear-gradient(45deg,#f03e3e 0,#1f4067 50%,#1f4067 51%,#1b3a5d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5db66',endColorstr='#0c427d',GradientType=1);
    color: #fff;
}
div.player-rate span.FOF{
	background: #e80790;
    background: -moz-linear-gradient(45deg,#fefe86 0,#d03d97 50%,#d03d97 51%,#e80790 100%);
    background: -webkit-linear-gradient(45deg,#fefe86 0,#d03d97 50%,#d03d97 51%,#e80790 100%);
    background: linear-gradient(45deg,#fefe86 0,#d03d97 50%,#d03d97 51%,#e80790 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5db66',endColorstr='#0c427d',GradientType=1);
    color: #fefe86;
}
div.player-rate span.CL{
	background: #030357;
    background: -moz-linear-gradient(45deg, #0043c0 10%, #0043c0 20%, #030357 51%, #030357 100%);
    background: -webkit-linear-gradient(45deg, #0043c0 10%, #0043c0 20%, #030357 51%, #05074d 100%);
    background: linear-gradient(45deg, #0043c0 10%, #0043c0 20%, #030357 51%, #030357 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    color: #fff;
}
div.player-rate span.UEL-LIVE{
	background: #0d0d0d;
    background: -moz-linear-gradient(45deg, #fac106 10%, #f17b0b 20%, #171717 51%, #0d0d0d 100%);
    background: -webkit-linear-gradient(45deg, #fac106 10%, #f17b0b 20%, #171717 51%, #0d0d0d 100%);
    background: linear-gradient(45deg, #fac106 10%, #f17b0b 20%, #171717 51%, #0d0d0d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    color: #fff;
}
div.player-rate span.Normal{
	color: #000;
    background: #a9aeb1;
    background: -moz-linear-gradient(45deg, #c6a009 0%, #f2c40b 50%, #f2c40b 51%, #f0cf4a 100%);
    background: -webkit-linear-gradient(45deg, #c6a009 0%, #f2c40b 50%, #f2c40b 51%, #f0cf4a 100%);
    background: linear-gradient(45deg, #c6a009 0%, #f2c40b 50%, #f2c40b 51%, #f0cf4a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
}
div.player-rate span.Carniball{
	background: #dc055d;
    background: -moz-linear-gradient(45deg, #20ad90 0%, #dede2a 50%, #dede2a 51%, #dc055d 100%);
    background: -webkit-linear-gradient(45deg, #20ad90 0%, #dede2a 50%, #dede2a 51%, #dc055d 100%);
    background: linear-gradient(45deg, #20ad90 0%, #dede2a 50%, #dede2a 51%, #dc055d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    color: #790e3a;
}
div.player-rate span.Europa-MOTM{
	background: #fff;
    background: -moz-linear-gradient(45deg, #202020 10%, #171717 20%, #feaa20 51%, #fa9301 100%);
    background: -webkit-linear-gradient(45deg, #202020 10%, #171717 20%, #feaa20 51%, #fa9301 100%);
    background: linear-gradient(45deg, #202020 10%, #171717 20%, #feaa20 51%, #fa9301 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    color: #fff;
}
div.player-rate span.CL-MOTM{
	background: #030357;
 	background: -moz-linear-gradient(45deg, #0043c0 10%, #4560ed 20%, #030357 51%, #7a2fd1 100%);
 	background: -webkit-linear-gradient(45deg, #0043c0 10%, #4560ed 20%, #030357 51%, #7a2fd1 100%);
 	background: linear-gradient(45deg, #0043c0 10%, #4560ed 20%, #030357 51%, #7a2fd1 100%);
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
 	color: #fff;
 	border-color: #7a2fd1;
}
div.player-rate span.CL-TOTT{
	background: #030357;
	background: -moz-linear-gradient(45deg, #5afddd 10%, #c363df 20%, #0d53b4 51%, #030357 100%);
	background: -webkit-linear-gradient(45deg, #5afddd 10%, #c363df 20%, #0d53b4 51%, #05074d 100%);
	background: linear-gradient(45deg, #5afddd 10%, #c363df 20%, #0d53b4 51%, #030357 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
	color: #fff;
	border-color: #030357;
}
div.player-rate span.Europa-TOTT{
	background: #0d0d0d;
    background: -moz-linear-gradient(45deg, #fff 10%, #f17b0b 20%, #171717 51%, #0d0d0d 100%);
    background: -webkit-linear-gradient(45deg, #fff 10%, #f17b0b 20%, #171717 51%, #0d0d0d 100%);
    background: linear-gradient(45deg, #fff 10%, #f17b0b 20%, #171717 51%, #0d0d0d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    color: #fff;
}
div.player-rate span.UCL-LIVE{
	background: #030357;
    background: -moz-linear-gradient(45deg, #5afddd 10%, #c363df 20%, #0d53b4 51%, #030357 100%);
    background: -webkit-linear-gradient(45deg, #5afddd 10%, #c363df 20%, #0d53b4 51%, #05074d 100%);
    background: linear-gradient(45deg, #5afddd 10%, #c363df 20%, #0d53b4 51%, #030357 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    color: #fff;
    border-color: #030357;
}
div.player-rate span.CL-LIVE{
	background: #030357;
    background: -moz-linear-gradient(45deg, #5afddd 10%, #c363df 20%, #0d53b4 51%, #030357 100%);
    background: -webkit-linear-gradient(45deg, #5afddd 10%, #c363df 20%, #0d53b4 51%, #05074d 100%);
    background: linear-gradient(45deg, #5afddd 10%, #c363df 20%, #0d53b4 51%, #030357 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    color: #fff;
    border-color: #030357;
}
div.player-rate span.CL-RARE{
	background: #030357;
    background: -moz-linear-gradient(45deg, #0043c0 10%, #0043c0 20%, #030357 51%, #030357 100%);
    background: -webkit-linear-gradient(45deg, #0043c0 10%, #0043c0 20%, #030357 51%, #05074d 100%);
    background: linear-gradient(45deg, #0043c0 10%, #0043c0 20%, #030357 51%, #030357 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    color: #fff;
    border-color: #030357;
}
div.player-rate span.EL-LIVE{
	background: #0d0d0d;
    background: -moz-linear-gradient(45deg, #fac106 10%, #f17b0b 20%, #171717 51%, #0d0d0d 100%);
    background: -webkit-linear-gradient(45deg, #fac106 10%, #f17b0b 20%, #171717 51%, #0d0d0d 100%);
    background: linear-gradient(45deg, #fac106 10%, #f17b0b 20%, #171717 51%, #0d0d0d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    color: #fff;
    border-color: #0d0d0d;
}
div.player-rate span.ICON{
	background: #fffbe9;
 	background: -moz-linear-gradient(45deg, #fffbe9 0%, #f4e9cb 50%, #dccc9f 65%, #fff 100%);
 	background: -webkit-linear-gradient(45deg, #fffbe9 0%, #f4e9cb 50%, #dccc9f 65%, #fff 100%);
 	background: linear-gradient(45deg, #fffbe9 0%, #f4e9cb 50%, #dccc9f 65%, #fff 100%);
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
 	color:#5e4e22;
}
div.player-rate span.RARE{
	color: #000;
	background: #a9aeb1;
	background: -moz-linear-gradient(45deg, #c6a009 0%, #f2c40b 50%, #f2c40b 51%, #f0cf4a 100%);
	background: -webkit-linear-gradient(45deg, #c6a009 0%, #f2c40b 50%, #f2c40b 51%, #f0cf4a 100%);
	background: linear-gradient(45deg, #c6a009 0%, #f2c40b 50%, #f2c40b 51%, #f0cf4a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
	border-color: #cdb140;
}
div.player-rate span.PRIME-MOMENTS{
	background: #fffbe9;
 	background: -moz-linear-gradient(45deg, #fffbe9 0%, #f4e9cb 50%, #dccc9f 65%, #faedb6 100%);
 	background: -webkit-linear-gradient(45deg, #fffbe9 0%, #f4e9cb 50%, #dccc9f 65%, #faedb6 100%);
 	background: linear-gradient(45deg, #fffbe9 0%, #f4e9cb 50%, #dccc9f 65%, #faedb6 100%);
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
 	color: #5e4e22;
}
div.player-rate span.OTW{
	background: #ececec;
    background: -moz-linear-gradient(45deg, #f46d83 10%, #feff6c 20%, #000 51%, #84ffff 100%);
    background: -webkit-linear-gradient(45deg, #f46d83 10%, #feff6c 20%, #000 51%, #84ffff 100%);
    background: linear-gradient(45deg, #f46d83 10%, #feff6c 20%, #000 51%, #84ffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    color: #fff;
    border-color: #000000;
}
div.player-rate span.ONES-TO-WATCH{
	background: #ececec;
    background: -moz-linear-gradient(45deg, #f46d83 10%, #feff6c 20%, #000 51%, #84ffff 100%);
    background: -webkit-linear-gradient(45deg, #f46d83 10%, #feff6c 20%, #000 51%, #84ffff 100%);
    background: linear-gradient(45deg, #f46d83 10%, #feff6c 20%, #000 51%, #84ffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    color: #fff;
    border-color: #000000;
}
div.player-rate span.RARE-GOLD{
	color: #000;
    background: #a9aeb1;
    background: -moz-linear-gradient(45deg, #c6a009 0%, #f2c40b 50%, #f2c40b 51%, #f0cf4a 100%);
    background: -webkit-linear-gradient(45deg, #c6a009 0%, #f2c40b 50%, #f2c40b 51%, #f0cf4a 100%);
    background: linear-gradient(45deg, #c6a009 0%, #f2c40b 50%, #f2c40b 51%, #f0cf4a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    border-color: #cdb140;
}
div.player-rate span.TOTW-GOLD{
	background: #000000;
    background: -moz-linear-gradient(45deg, #8a710e 0%, #000 50%, #000 51%, #000 100%);
    background: -webkit-linear-gradient(45deg, #8a710e 0%, #000 50%, #000 51%, #000 100%);
    background: linear-gradient(45deg, #8a710e 0%, #000 50%, #000 51%, #000 100%);
    color: #e8bb0a;
    border-color: #000000;
}
div.player-rate span.TOTY-NOMINEES,
div.player-rate span.TOTY-Nominee{
	background: #2989d8;
    background: -moz-linear-gradient(45deg, #00107b 0%, #00107b 50%, #00004b 51%, #00004a 100%);
    background: -webkit-linear-gradient(45deg, #00107b 0%, #00107b 50%, #00004b 51%, #00004a 100%);
    background: linear-gradient(45deg, #00107b 0%, #00107b 50%, #00004b 51%, #00004a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    color: #efd668;
    border-radius: 3px;
}
div.player-rate span.FUTURE-STARS,
div.player-rate span.Future-Stars,
div.player-rate span.FUT-Future-Stars{
	background: #91038f;
    background: -moz-linear-gradient(45deg, #7e00c5 10%, #7f0080 20%, #7f0080 51%, #91038f 100%);
    background: -webkit-linear-gradient(45deg, #7e00c5 10%, #7f0080 20%, #7f0080 51%, #91038f 100%);
    background: linear-gradient(45deg, #7e00c5 10%, #7f0080 20%, #7f0080 51%, #91038f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    color: #FAFA20;
}
div.player-rate span.LIBERTADORES-KO{
	background: #130602;
 	background: -moz-linear-gradient(45deg, #c79842 10%, #2e1a05 20%, #2e1b09 51%, #130602 100%);
 	background: -webkit-linear-gradient(45deg, #c79842 10%, #2e1a05 20%, #2e1b09 51%, #130602 100%);
 	background: linear-gradient(45deg, #c79842 10%, #2e1a05 20%, #2e1b09 51%, #130602 100%);
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
 	color: #E4E4E4;
}
div.player-rate span.HEADLINERS,
div.player-rate span.Headliners{
	background: #e6e6e6;
    background: -moz-linear-gradient(45deg, #ff8b03 0%, #ac113f 50%, #ac113f 51%, #51034c 100%);
    background: -webkit-linear-gradient(45deg, #ff8b03 0%, #ac113f 50%, #ac113f 51%, #51034c 100%);
    background: linear-gradient(45deg, #ff8b03 0%, #ac113f 50%, #ac113f 51%, #51034c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    color: #e6e6e6;
}
div.player-rate span.HERO,
div.player-rate span.Hero{
	background: #1b1234;
    background: -moz-linear-gradient(45deg, #3d2970 0%, #3d2970 50%, #291a51 51%, #291a51 100%);
    background: -webkit-linear-gradient(45deg, #3d2970 0%, #3d2970 50%, #291a51 51%, #291a51 100%);
    background: linear-gradient(45deg, #3d2970 0%, #3d2970 50%, #291a51 51%, #291a51 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    color: #fff;
    border-color: #361a77;
}
div.player-rate span.ShapeShifters{
	background: #123C3D;
    background: -moz-linear-gradient(45deg, #085 10%, #085 20%, #123C3D 51%, #123C3D 100%);
    background: -webkit-linear-gradient(45deg, #11aa7a 10%, #085 20%, #123C3D 51%, #123C3D 100%);
    background: linear-gradient(45deg, #11aa7a 10%, #085 20%, #123C3D 51%, #123C3D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#123C3D', endColorstr='#123C3D',GradientType=1 );
    color: #ffffff;
}
div.player-rate span.Headliners-Upgrade{
	background: #e6e6e6;
    background: -moz-linear-gradient(45deg, #ff8b03 0%, #ac113f 50%, #ac113f 51%, #51034c 100%);
    background: -webkit-linear-gradient(45deg, #ff8b03 0%, #ac113f 50%, #ac113f 51%, #51034c 100%);
    background: linear-gradient(45deg, #ff8b03 0%, #ac113f 50%, #ac113f 51%, #51034c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    color: #e6e6e6;
}
div.player-rate span.FIF{
	background: #000000;
    background: -moz-linear-gradient(45deg, #8a710e 0%, #000 50%, #000 51%, #000 100%);
    background: -webkit-linear-gradient(45deg, #8a710e 0%, #000 50%, #000 51%, #000 100%);
    background: linear-gradient(45deg, #8a710e 0%, #000 50%, #000 51%, #000 100%);
    color: #e8bb0a;
    border-color: #000000;
}
div.player-rate span.Player-Moments-Obj, div.player-rate span.Player-Moments-SBC{
	background: #0f1b25;
    background: -moz-linear-gradient(45deg, #13a784 0%, #1b6a78 30%, #154550 71%, #052224 100%);
    background: -webkit-linear-gradient(45deg, #13a784 0%, #1b6a78 30%, #154550 71%, #052224 100%);
    background: linear-gradient(45deg, #13a784 0%, #1b6a78 30%, #154550 71%, #052224 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    color: #f9f900;
    border: 1px solid #020a0b;
}
div.player-rate span.Winter-Refresh{
	background: #004483;
    background: -moz-linear-gradient(45deg, #03a1cb 10%, #004483 20%, #004483 51%, #001452 100%);
    background: -webkit-linear-gradient(45deg, #03a1cb 10%, #004483 20%, #004483 51%, #001452 100%);
    background: linear-gradient(45deg, #03a1cb 10%, #004483 20%, #004483 51%, #001452 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    color: #42FF94;
}
div.player-rate span.RECORD-BREAKER{
	background: #0A1E35;
    background: -moz-linear-gradient(45deg, #F03E3E 0%, #1f4067 50%, #1f4067 51%, #1b3a5d 100%);
    background: -webkit-linear-gradient(45deg, #F03E3E 0%, #1f4067 50%, #1f4067 51%, #1b3a5d 100%);
    background: linear-gradient(45deg, #F03E3E 0%, #1f4067 50%, #1f4067 51%, #1b3a5d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    color: white;
}
div.player-rate span.SHAPESHIFTERS{
	background: #123C3D;
    background: -moz-linear-gradient(45deg, #085 10%, #085 20%, #123C3D 51%, #123C3D 100%);
    background: -webkit-linear-gradient(45deg, #11aa7a 10%, #085 20%, #123C3D 51%, #123C3D 100%);
    background: linear-gradient(45deg, #11aa7a 10%, #085 20%, #123C3D 51%, #123C3D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#123C3D', endColorstr='#123C3D',GradientType=1 );
    color: #ffffff;
}
div.player-rate span.WINTER-REFRESH{
	background: #004483;
    background: -moz-linear-gradient(45deg, #03a1cb 10%, #004483 20%, #004483 51%, #001452 100%);
    background: -webkit-linear-gradient(45deg, #03a1cb 10%, #004483 20%, #004483 51%, #001452 100%);
    background: linear-gradient(45deg, #03a1cb 10%, #004483 20%, #004483 51%, #001452 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    color: #42FF94;
}
div.player-rate span.TOTSSF{
	background: #091763;
	background: -moz-linear-gradient(45deg, #e7cd6f 0%, #101b97 20%, #00274C 51%, #00274C 100%);
	background: -webkit-linear-gradient(45deg, #e7cd6f 0%, #101b97 20%, #00274C 51%, #00274C 100%);
	background: linear-gradient(45deg, #e7cd6f 0%, #101b97 20%, #00274C 51%, #00274C 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
	color: #fff;
	border-color: #0c427d;
}
div.player-rate span.TOTW-Moments, div.player-rate span.TOTW-MOMENTS{
	background: #0e0e0e;
	background: -moz-linear-gradient(45deg, #e3ce43 10%, #0b4c76 20%, #0e0e0e 51%, #0e0e0e 100%);
	background: -webkit-linear-gradient(45deg, #e3ce43 10%, #0b4c76 20%, #0e0e0e 51%, #0e0e0e 100%);
	background: linear-gradient(45deg, #e3ce43 10%, #0b4c76 20%, #0e0e0e 51%, #0e0e0e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
	color: #EEDC82;
}
div.player-rate span.BIRTHDAY{
	background: #b90051;
	background: -moz-linear-gradient(45deg, #54e1b9 0%, #b90051 50%, #b90051 51%, #b90051 100%);
	background: -webkit-linear-gradient(45deg, #54e1b9 0%, #b90051 50%, #b90051 51%, #b90051 100%);
	background: linear-gradient(45deg, #54e1b9 0%, #b90051 50%, #b90051 51%, #b90051 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
	color: #fff;
	border-color: #b90051;
}
div.player-rate span.FUTMAS {
    background: #c51218;
    background: -moz-linear-gradient(45deg, #0e5e01 0%, #d9282e 50%, #d9282e 51%, #c51218 100%);
    background: -webkit-linear-gradient(45deg, #0e5e01 0%, #d9282e 50%, #d9282e 51%, #c51218 100%);
    background: linear-gradient(45deg, #0e5e01 0%, #d9282e 50%, #d9282e 51%, #c51218 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    color: #fff
}
div.player-rate span.FLASHBACK {
    background: #395e5d;
    background: -moz-linear-gradient(45deg, #18635d 10%, #18635d 20%, #18635d 51%, #0be9f4 100%);
    background: -webkit-linear-gradient(45deg, #18635d 10%, #18635d 20%, #18635d 51%, #0be9f4 100%);
    background: linear-gradient(45deg, #18635d 10%, #18635d 20%, #18635d 51%, #0be9f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    color: #ebffb0;
    border-color: #395e5d;
}
div.player-rate span.SUMMER-HEAT, div.player-rate span.Summer-Heat, div.player-rate span.summer_Heat {
    background: #dbece2;
    background: -moz-linear-gradient(45deg, #e8b9d8 0%, #dbece2 50%, #dbece2 51%, #dbece2 100%);
    background: -webkit-linear-gradient(45deg, #e8b9d8 0%, #dbece2 50%, #dbece2 51%, #dbece2 100%);
    background: linear-gradient(45deg, #e8b9d8 0%, #dbece2 50%, #dbece2 51%, #dbece2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    color: #CF0234;
}
div.player-rate span.Libertadores-KO-Team{
	background: #130602;
    background: -moz-linear-gradient(45deg, #c79842 10%, #2e1a05 20%, #2e1b09 51%, #130602 100%);
    background: -webkit-linear-gradient(45deg, #c79842 10%, #2e1a05 20%, #2e1b09 51%, #130602 100%);
    background: linear-gradient(45deg, #c79842 10%, #2e1a05 20%, #2e1b09 51%, #130602 100%);
    filter :progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    color: #E4E4E4;
}
div.player-rate span.sbc_flashback {
    background: #395e5d;
    background: -moz-linear-gradient(45deg, #18635d 10%, #18635d 20%, #18635d 51%, #0be9f4 100%);
    background: -webkit-linear-gradient(45deg, #18635d 10%, #18635d 20%, #18635d 51%, #0be9f4 100%);
    background: linear-gradient(45deg, #18635d 10%, #18635d 20%, #18635d 51%, #0be9f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    color: #ebffb0;
    border-color: #395e5d;
}
div.player-rate span.sbc_flashback, div.player-rate span.TOTY-Flashback-Obj{
    background: #395e5d;
    background: -moz-linear-gradient(45deg, #18635d 10%, #18635d 20%, #18635d 51%, #0be9f4 100%);
    background: -webkit-linear-gradient(45deg, #18635d 10%, #18635d 20%, #18635d 51%, #0be9f4 100%);
    background: linear-gradient(45deg, #18635d 10%, #18635d 20%, #18635d 51%, #0be9f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    color: #ebffb0;
    border-color: #395e5d;
}
.bg-01{
	background-color: #fff;
	padding: 15px;
	border-radius: 4px;
	border: 1px solid #ddd;
}
.optimize-words{
    margin-bottom: 15px;
}
.optimize-words:last-child{
	margin: 0;
}
.optimize-words h1, .optimize-words h2{
	font-size: 1.8rem;
	padding-bottom: 5px;
	color: #028058;
    font-weight: bold;
}
.page-index .optimize-wordsCon, .page-game-index .optimize-wordsCon{
	height: 145px;
	overflow: hidden;
    position: relative;
}
.page-index .optimize-wordsCon::after, .page-game-index .optimize-wordsCon::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0ff, endColorstr=#fff, GradientType=0);
    bottom: 0;
    left: 0;
}
.page-index .optimize-wordsCon.on::after, .page-game-index .optimize-wordsCon.on::after{
    display: none;
}
.hidden-wordsCon.optimize-wordsCon{
	height: 230px;
	overflow: hidden;
}
.page-index .optimize-wordsCon.on, .hidden-wordsCon.optimize-wordsCon.on, .page-game-index .optimize-wordsCon.on{
	height: auto;
}
.optimize-words-content{
	font-size: 1.5rem;
	line-height: 2.4rem;
    /* height: 75px; */
    overflow: hidden;
	color: #6b6b6b;
}
.index-public .index-about .read-more{
    width: 100%;
	font-size: 1.6rem;
	font-weight: bold;
	cursor: pointer;
    position: absolute;
    bottom: 30px;
    right: 0;
}
.index-public .index-about .read-more span{
    display: inline-block;
	width: 200px;
    height: 45px;
    line-height: 45px;
	border-radius: 4px;
	background: #028058;
	color: #fff;
}
.index-public .index-about .read-more span i{
    position: relative;
    top: 0;
}
.index-public .index-about .read-more span.reverse i{
    transform: rotate(180deg);
}
.index-public .index-about .read-more:hover{
	opacity: .9;
}
/* .index-public .index-about .read-more.on{
	transform: rotate(180deg);
} */
/* 登录注册 */
.page-login .login-bg{
	margin: 40px auto;
	width: 700px;
}
.page-login .section-login-left, .page-login.forget-password .section-login-left{
	padding: 35px 20px;
	text-align: center;
	width: 60%;
	float: left;
	margin-left: 20%;
}
.page-login .section-login-left h1{
	position: relative;
	color: #333;
}
.page-login .form-main{
	padding-top: 30px;
	width: 100%;
	margin: 0 auto;
}
.page-login .form-main .input-row{
	height: 40px;
	line-height: 36px;
	padding-top: 1px;
	position: relative;
	border-radius: 2px;
	margin-bottom: 20px;
	/*overflow: hidden;*/
}
.page-login .form-main .input-row i{
    font-size: 2rem;
    color: #666;
    width: 34px;
    position: absolute;
    left: 12px;
    top: 11px;
    border-right: 1px solid #ccc;
    padding-right: 16px;
}
.page-login .form-main .input-row input{
	width: 100%;
	background-color: #e6e6e6;
	border: none;
	padding-left: 59px;
	font-size: 1.6rem;
	display: block;
	float: left;
	color: #333;
	border-radius: 4px;
	height: 40px;
	outline: none;
}
.page-login .form-main .input-row input:-webkit-autofill{
	background: #e6e6e6;
    background-image: none;
    -webkit-box-shadow: 0 0 0px 1000px #e6e6e6 inset !important;
}
.forget-password .form-main .input-row:nth-child(2){
	width: calc(100% - 110px);
	float: left;
}
.forget-password .form-main .verify-code02{
	float: right;
	line-height: 36px;
}
.forget-password .form-main .verify-code02 a{
	color:#de6262;
	font-size:1.6rem;
}
.forget-password .form-main .input-row:nth-child(2) input{
	width: 100%;
	float: none;
}
.page-login .form-main .login-attr{
	margin-bottom: 8px;
}
.page-login .form-main .login-attr input, .page-login .form-main .login-attr label{
	float: left;
	display: block;
	font-weight: normal;
	color: #777;
}
.page-login .form-main .login-attr input{
	margin-right: 5px;
}
.page-login .form-main .login-attr input[type="checkbox"]{
    position: relative;
    bottom: 2px;
}
.page-login .form-main .login-attr label{
	cursor: pointer;
	max-width: calc(100% - 25px);
	text-align: left;
	float: left;
	display: block;
}
.page-login .form-main .login-attr label a{
	color: #f2a506;
	text-decoration: underline;
}
.page-login .form-main .login-attr .link-right{
	float: right;
	color: #f2a506;
	text-decoration: underline;
}
.page-login .form-main .action-login{
	background-color: #028058;
	width: 100%;
	padding: 6px 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	border-radius: 4px;
	margin-top: 8px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 1.6rem;
}
.page-login .form-main button.action-login[disabled]{
	opacity: 0.6;
	cursor: not-allowed;
}
.page-login .form-main .action-login:hover{
	opacity: 0.85;
}
.page-login .form-main .social-login>span{
	position: relative;
	padding: 5px 20px;
	display: block;
	width: 30%;
	margin: 0 auto;
}
.page-login .form-main .social-login>span:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	display: block;
	background-color: #666;
	z-index: 3;
}
.page-login .form-main .social-login>span b{
	background-color: #fff;
	padding: 0 5px;
	position: relative;
	z-index: 5;
	font-size: 1.5rem;
	color: #666;
}
.page-login .form-main .link-sign-up{
	margin-top: 8px;
	color: #777;
}
.page-login .form-main .link-sign-up a{
	color: #f2a506;
	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.forget-password .form-main{
	width: 100%;
}
.page-login.signup .form-main .link-sign-up{
	margin-top: -2px;
	margin-bottom: 8px;
	color: #777;
}
.page-login .intl-tel-input{
	border: none;
	background: none
}
.page-login.signup .intl-tel-input .flag-dropdown{
	left: 0;
	top: 0;
	z-index: 10;
	border: none;
    height: 40px;
    background-color: #e6e6e6;
    border-radius: 4px;
}
.page-login .form-main .input-row input#memberCountry{
	position: absolute;
	right: 0;
	top: 1px;
	width: calc(100% - 50px);
    padding-left: 10px;
}
#Verification{
	width: 70%;
}
/*密码可见*/
.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: 0;
    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 #e6e6e6;
    cursor: text;
}
.hideShowPassword-toggle:active + input.password {
	letter-spacing: 3px;
}
/* 新闻版块 */
.page-news-bg{
	margin-bottom: 50px;
	border-radius: 4px;
	min-height: 500px;
}
.page-news .section-left{
	width: 70%;
	float: left;
}
.page-news .section-left img{
	max-width: 100%;
}
.news-list .news-list-unit,.page-faq .news-list-unit{
	position: relative;
}
.news-list .news-list-unit .top-icon{
	position: absolute;
	right: 0;
	top: 4px;
	display: block;
	width: 40px;
	height: auto;
}
.news-list .news-summary{
	width: 100%;
	float: left;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 1.4rem;
	line-height: 2.2rem;
}
.news-list-unit:last-child >.news-summary{
	border-bottom: none;
	margin-bottom: 0;
	color: #6b6b6b;
}
.page-news-detail .news-list .news-summary{
	border: none;
	color: #6b6b6b;
}
.page-news-detail .news-list .news-summary a, .news-list .news-summary a{
	color: #f2a506;
	text-decoration: underline;
}
.page-news-detail .news-list .news-summary > p{
	font-size: 1.4rem !important;
	line-height: 2.2rem;
}
.news-list a.news-title, .news-list .news-title h2, .page-news-detail .news-list .news-title{
	font-size: 1.8rem;
	line-height: 2.4rem;
	display: block;
	color: #333;
	text-decoration: none;
    font-weight: bold;
}
.news-time{
	display: block;
	line-height: 28px;
	height: 28px;
	font-size: 1.4rem;
	color: #aab1b7;
}
.news-list .news-content, .faq-content{
	color: #6b6b6b;
	font-size: 1.5rem;
	line-height: 2.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
}
.page-news-detail .news-list .news-summary h2, .page-news-detail .news-list .news-summary h3, .news-list .news-summary h2{
	font-size: 1.6rem;
	line-height: 2.2rem;
	font-weight: bold;
}
.faq-content{
	margin-top: 5px;
}
.news-tag{
	padding-top: 12px;
}
.news-tag span{
	padding: 2px 8px;
	border: 1px dashed #028058;
	font-size: 1.4rem;
	margin: 0 5px 5px 0;
	border-radius: 2px;
	white-space: nowrap;
	display: inline-block;
	color: #028058;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
    background-color: #028058;
    border-color: #028058;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color:#028058;
}
/* .news-tag span:hover{
	color: #fff;
	border: 1px dashed #0d48ac;
	background: #0d48ac;
} */
.news-sidebar{
	width: 28%;
	float: right;
}
.news-sidebar .news-list-unit{
	border-bottom: 1px solid #f5f5f5;
	padding: 15px;
}
.news-sidebar .news-list-unit:last-child{
	border: none;
}
.news-sidebar .widget{
	border: 1px solid #f5f5f5;
	border-radius: 4px;
}
.news-sidebar .widget .widget-title{
	font-size: 1.8rem;
	padding: 15px 0;
	color: #333;
	text-align: center;
	background: #e6e6e6;
}
.widget .category-list li:not(:last-child){
	padding-bottom: 12px;
}
.news-detail .news-title,.page-faq-detail .faq-title{
	font-size: 2rem;
	font-weight: bold;
	line-height: 2.4rem;
	padding-bottom: 8px;
	color: #fff;
}
.news-detail .news-time{
	margin-left: -6px;
	color: #777;
}
.news-detail .news-content{
	padding-top: 5px;
	font-size: 1.5rem;
	color: #333;
	line-height: 2rem;
}
.tag-list{
	padding-top: 20px;
}
.tag-list .tag-single{
	display: inline-block;
	padding: 2px 8px;
    background: #425568;
    color: #c4cad0;
    font-size: 1.4rem;
    margin-right: 8px;
    margin-bottom: 10px;
    border-radius: 2px;
    transition: all 0.24s ease-in-out;
    -webkit-transition: all 0.24s ease-in-out;
    -moz-transition: all 0.24s ease-in-out;
}
.tag-list .tag-single:hover{
	color: #fff;
}
.page-news>.section-left.tag-result{
	width: 100%;
	padding-right: 0;
}
.page-faq-detail .faq-detail img{
	max-width: 100%;
}

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

/* 购物车 */
.page-payment .index-section{
	margin-bottom: 20px;
}
h2.payment-title{
	position: relative;
    font-size: 2rem;
    color: #434d53;
    font-weight: bold;
    padding: 20px 25px;
    border-bottom: 1px solid #ccc;
}
.cart-table{
	overflow: hidden;
}
.cart-table .table-title{
	padding: 15px 30px;
	border-radius: 4px 4px 0 0;
	background: #e6e6e6;
}
.cart-table .table-title span{
	display: block;
	float: left;
	font-size: 1.6rem;
	font-weight: bold;
	color: #434d53;
}
.cart-table .table-title span:nth-child(1){
	width: 42%;
}
.cart-table .table-title span:nth-child(2){
	width: 30%;
}
.cart-table .table-title span:nth-child(3){
	width: 28%;
}
.cart-table .pr-row{
	padding: 15px 30px;
	background: #fff;
    border-bottom: 1px solid #e6e6e6;
}
/* .cart-table .pr-row:last-child{
	border: none;
} */
.cart-table .pr-row>span{
	display: block;
	float: left;
	font-size: 1.5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 15px;
	color: #777;
}
.cart-table .pr-row>span:nth-child(1){
	width: 42%;
	padding-right: 30px;
	font-weight: normal;
	color: #434d53;
}
.cart-table .pr-row>span:nth-child(2){
	width: 30%;
	color: #f78925;
	font-weight: bold;
}
.cart-table .pr-row>span:nth-child(3){
	border: 1px solid #999;
	border-radius: 2px;
	padding-right: 0;
	color: #666;
}
.cart-table .pr-row > span:nth-child(1), .cart-table .pr-row > span:nth-child(2){
    margin-top: 3px;
}
.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;
	color: #333;
}
.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: #028058;
	color: #fff;
}
.cart-table .pr-row .btn-del-product{
	float: right;
	border-radius: 2px;
	overflow: hidden;
	background-color: #8f8f8f;
	width: 19px;
	height: 19px;
	margin-top: 0.3rem;
	margin-right: 0;
	color: #fff;
}
.cart-table .pr-row .btn-del-product:hover{
	background-color: #028058;
}
.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: -4px;
	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: -4px;
	width: 1px;
	height: 9px;
	background-color: #fff;
	display: block;
	transform: rotate(-45deg);
}
.payment_free{
    background: #dfeafb;
    position: absolute;
    top: -13px;
    right: 0;
    line-height: 26px;
    transform: scale(.8);
    font-size: 1.6rem;
    color: #333;
    padding: 0 10px;
    border-radius: 2px;
    font-weight: normal;
}
/*.payment_free::before{
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    height: 40px;
    width: 10px;
    background-color: #ff9574;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.payment_free::after{
    content: '';
    position: absolute;
    top: 25px;
    right: -8px;
    width: 8px;
    height: 16px;
    background-color: #d02b2d;
    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;
}
.payment-step-wrap{
	position: relative;
}
.product-form .pr-name, .page-withdraw .withdraw-product{
	display: block;
	font-size: 1.5rem;
	color: #fff;
	line-height: 2rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 15px;
	background: rgba(13,72,172,.8);
	border-radius: 4px;
}
.withdraw-coins .good_name{
	color: #333;
	display: block;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 15px;
	margin: 10px auto 20px;
}
.withdraw-coins .goldsalesNumber, .wrongWithdrawForm .product-form .pr-name .goldsalesNumber{
	color: #999;
}
.withdraw-coins .good_name .buyNum{
	color: #d2471b;
}
.withdraw-coins .pr-form-tips{
	margin-bottom: 20px;
	padding-left: 0;
	color: #ffa500;
	background-color: #fdf6ec;
	padding: 10px;
	border-radius: 4px;
}
.product-form .pr-name.alert-success{
    background: #d6e9c6;
    color: #333;
}
.product-form .pr-name.alert-danger{
    background: #f2dede;
    color: #333;
}
.page-withdraw .product-form .pr-name{
	position: relative;
}
.cartFormContent{
	margin: 20px auto;
}
.good_name{
	color: #333;
	margin-bottom: 20px;
	display: block;
	background-color: #f5f5f5;
	padding: 15px;
	border-radius: 4px;
}
.good_name .good_orderInfo{
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 3px;
	display: block;
}
.wrongWithdrawForm .product-form .pr-name{
	cursor: pointer;
	margin-bottom: 0;
    border: 1px solid #ccc;
    color: #333;
    background-color: #f5f5f5;
}
.wrongWithdrawForm .product-form .pr-name .buyNum{
	color: #d2471b;
}
.withdraw-coins .pr-name .caret{
	float: right;
	position: relative;
	top: 8px;
}
.page-withdraw .product-form .pr-name span.buyNum{
	color: #fdc116;
	font-weight: bold;
}
.page-withdraw .product-form .pr-name span.caret{
	position: absolute;
	right: 15px;
	top: 25px;
}
.page-withdraw .product-form .pr-name span.caret.reverse{
	transform: rotate(180deg);
}
/*.product-form .form-main{
	margin: 20px auto;
}*/
.product-form .form-main .pr-info-row, .member-info-form .form-content .row-member-info{
	margin-bottom: 15px;
	line-height: 36px;
}
.product-form .form-main .row-title{
	width: 22%;
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
	color: #333;
}
.page-payment .product-form .form-main .row-title{
	width: 18%;
}
.product-form .form-main .row-title i.required, .form-withdraw-trade .form-content .row-title i.required{
	color: #de6262;
}
.product-form .form-main .row-content{
	width: 40%;
	float: left;
	display: block;
	background: #fafafa;
	border: 1px solid #ccc;
	color: #fff;
	border-radius: 4px;
}
.product-form .form-main .row-content.fileds, .product-form .form-main textarea.row-content{
	width: 30%;
}
.product-form .form-main .row-content#orderEmail, .product-form .form-main .row-content#orderPhone{
	width: 60%;
}
.product-form .pi-info-country{
	position: relative;
}
.product-form .pi-info-country .intl-tel-input{
	position: absolute;
	top: 2%;
	left: 20%;
	border: none;
	background: no-repeat;
	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: 30px !important;
	margin-top: 0;
	top: 1px;
	left: 4px;
}
.product-form .intl-tel-input #phone{
	border: none;
	background-color: #f5f5f5;
	margin-top: 2px;
}
.product-form .pi-info-country .intl-tel-input .selected-flag .iti-flag{
	left: 5px;
}
.product-form .pi-info-phone #prefixAreaCode{
	border: none;
	width: 42px;
	height: 34px;
	line-height: 34px;
	border: none;
	position: absolute;
	top: 2%;
	left: 175px;
	z-index: 1;
	background: none;
	font-size: 1.5rem;
}
.product-form .form-main input#orderPhone{
	width: 70%;
	padding-left: 90px;
}
.payment-summary .summary-content{
	position: relative;
}
.payment-summary b.total-price{
	color: #d2471b;
}
.payment-summary b.total-price.line-through{
    text-decoration: line-through;
    color: #333;
}
.payment-summary .summary-content input{
	border: none;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	padding-left: 4px;
	border: 1px solid #999;
	width: 100%;
	color: #333;
}
.payment-summary .summary-content input::placeholder{
	color: #434d53;
	opacity: 1;
}
.payment-summary .summary-content button{
	background: #028058;
    color: #fff;
    width: 50px;
	height: 28px;
	line-height: 28px;
	border-radius: 0 4px 4px 0;
	position: absolute;
	top: 1px;
	right: 1px;
}
.product-form .form-main input.row-content, .product-form .form-main select.row-content{
	font-size: 1.5rem;
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	border-radius: 4px;
	color: #333;
}
.product-form .form-main select.row-content{
	/* background: #f5f5f5 url('../images/arrow-down.png') no-repeat right center; */
	color: #333;
}
.cart-button{
	margin: 20px auto 10px;
	width: 50%;
	text-align: center;
}
.cart-button a{
	background: #fff;
	border: 1px solid #028058;
	border-radius: 4px;
	display: inline-block;
	color: #028058;
	font-size: 1.5rem;
	width: 150px;
	padding: 6px 0;
	cursor: pointer;
	margin-right: 20px;
	float: left;
	text-align: center;
}
.cart-button a.cart_delete{
	background: #fff;
	border: 1px solid #f78925;
	color: #f78925;
}
.cart-button a:hover{
    background: #028058;
    color: #fff;
}
.cart-button a.cart_delete:hover{
    color: #fff;
    background: #f78925;
}
.page-withdraw .btn-submit button{
	margin-top: 10px;
	font-size: 1.6rem;
	padding-top: 8px 25px;
	margin-top: 20px;
	color: #fff;
}
.cart-button, .wrongWithdrawForm .btn-submit button{
	margin-left: 22%;
}
.page-withdraw .btn-submit button:hover,.cart-button, .wrongWithdrawForm .btn-submit button:hover, .wrongWithdrawForm .cart-button button{
	color: #fff;
}
.paymentBtn .btn{
    background-color: #028058;
    height: 45px;
    line-height: 45px;
    padding: 0 50px;
    font-size: 1.6rem;
    font-weight: bold;
}
.paymentBtn .btn:hover{
    opacity: .9;
}
.wrongWithdrawForm .cart-button{
    text-align: left;
}
.page-withdraw .product-form .form-main{
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin-bottom: 0;
}
.form-time-tips{
	padding-left: 3%;
}
.product-form .form-main .pr-info-txt{
	height: 80px;
}
.product-form .form-main textarea{
	height: 80px;
	padding-left: 10px;
}
.pr-form-tips, .email-form-tips{
	font-size: 1.4rem;
	line-height: 1.8rem;
	padding-left: 18%;
	color: #777;
}
.product-form .form-main .pr-form-tips{
	background-color: #fdf6ec;
	padding: 10px;
	border-radius: 2px;
}
.email-form-tips i{
	color: #ffa500;
}
.payment-section.form-list{
	position: relative;
}
/*球员名列表*/
.product-form .form-main .pr-info-row{
	position: relative;
}
.listclass {
    position: absolute;
    border: 1px solid #ccc;
    background: #f5f5f5;
    z-index: 99;
    top: 100%;
    left: 22%;
    right: 0;
    border-radius: 4px;
    overflow-y: auto;
    width: 30%;
	max-height: 369px;
	margin-top: 1px;
}
.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: 2px 10px;
    cursor: pointer;
    color: #666;
    border-bottom: 1px solid #ccc;
}
.listclass li:hover {
    background: #3399ff;
    color: #fff;
}
.listactive {
    background: #3399ff !important;
    color: #fff;
}
.listclass::-webkit-scrollbar{
	width: 2px;
	background: none;
}
ul.payment-methods{
    margin-top: 15px;
}
ul.payment-methods li{
	padding-bottom: 30px;
	width: 17%;
	float: left;
	position: relative;
	height: 90px;
    margin-bottom: 20px;
}
ul.payment-methods li label{
	/* width: calc(100% - 25px); */
	cursor: pointer;
}

.payment-methods li img{
   border: 1px solid #ddd;
}
.payment-methods li.on img{
    border: 1px solid #028058;
}
.payment-methods li .payment-attr{
	display: block;
	text-align: center;
	font-size: 1.3rem;
	color: #999;
	font-weight: normal;
    margin-top: 4px;
}
.payment-methods li.on .payment-attr{
	color: #028058;
}
.pay-method-con{
	height: 60px;
}
ul.payment-methods img{
	width: 150px;
	height: 60px;
	border-radius: 5px;
}
ul.payment-methods li:after{
	content: attr(data-fee);
    position: absolute;
    right: 4px;
    top: -8px;
    display: block;
    padding: 0 3px;
    background-color: red;
    color: #fff;
    border-radius: 2px;
    font-size: 1.3rem;
    white-space: nowrap;
}
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: #333;
}
.payment-summary .summary-row .tal{
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
.payment-summary .summary-row .tal{
	text-align: right !important;
}
.total-summary .summary-row{
	text-align: center;
	font-size: 1.5rem;
}
.total-summary .summary-row .summary-content{
	position: relative;
}
.total-summary .summary-row .summary-content button{
	position: absolute;
	right: 0;
	top: 0;
}
.payment-summary .discount-row{
    margin-top: 5px;
}
.payment-summary .discount-row .discount-content{
	display: inline-block;
	height: 36px;
	line-height: 36px;
	width: 120px;
}
.summary-row b{
	margin-left: 5px;
	color: #f78925;
}
.summary-content.final-price{
	color: #f78925;
}
.summary-content.total-price .line-through{
	color: #999;
	text-decoration: line-through;
}
.page-payment .btn-submit{
	text-align: center;
	margin: 0 auto 10px auto;
}
.page-payment .btn-submit button{
	background-color: #028058;
	color: #fff;
	font-size: 1.7rem;
	text-transform: uppercase;
	padding: 9px 22px;
}
.page-payment .btn-submit button:hover{
	opacity: 0.85;
}
.total-cotent, .order-tip{
	padding: 15px 30px;
	background: #f5f5f5;
}
.total-cotent{
    border-radius: 0 0 5px 5px;
    background-color: #fff;
}
.order-tip{
	color: #333;
	margin-top: 10px;
}
.order-tip i, .pr-form-tips i{
	margin-right: 4px;
	color: #ffa500;
}
.total-cotent .summary{
	float: right;
	text-align: right;
	padding: 15px 0;
}

/* 会员系统 */
.member-nav{
	margin-bottom: 20px;
	background: #fff;
	border-radius: 4px;
	padding: 5px;
}
.member-nav .member-info{
	padding: 10px;
}
.member-nav .member-name{
	color: #333;
	font-size: 1.3rem;
}
.member-nav .logout a{
	border: 1px solid #146dfc;
	border-radius: 2px;
	padding: 4px 6px;
	color: #146dfc;
}
.page-member-main .member-nav-tab{
	position: relative;
	top: 1px;
	z-index: 1;
	white-space: nowrap;
	margin-bottom: 20px;
	overflow: hidden;
}
.page-member-main .member-nav-tab li{
	background-color: #fff;
	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: rgba(13,72,172,1);
	border: 1px solid rgba(13,72,172,1);
	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;
}
.member-profile .page-member-r .page-con{
	margin-bottom: 20px;
	overflow: visible;
}
.member-profile .page-member-r .page-con:last-child{
	margin-bottom: 0;
}
/* .member-info-form{
	overflow: hidden;
} */
.member-info-form .form-title{
	font-size: 1.6rem;
	font-weight: bold;
	background-color: #f5f5f5;
	padding: 10px 15px;
}
.member-info-form .form-content .row-member-info{
	font-size: 1.5rem;
	line-height: 2rem;
	height: 36px;
}
/* .member-info-form .row-info{
	overflow: hidden;
} */
.member-info-form .form-content .row-member-info .row-title, .form-withdraw-trade .form-content .row-title{
	line-height: 2rem;
	width: 14%;
	display: inline-block;
	color: #333;
	height: 36px;
	line-height: 36px;
	float: left;
}
.form-withdraw-trade{
	position: relative;
	top: -8px;
}
.form-withdraw-trade .form-content .row-title{
	width: 100%;
}
.form-withdraw-trade .form-unit{
	position: relative;
}
.form-withdraw-trade .form-unit .withdraw-tooltip-icon .img-responsive, .aff-register-form .reg-row .withdraw-tooltip-icon .img-responsive{
	width: 100%;
}
.tooltip.in a{
	color: #d2471b;
}
.form-withdraw-trade .btn-submit{
	color: #fff;
	background-color: #028058;
	font-size: 1.5rem;
    height: 45px;
    line-height: 45px;
    padding: 0 50px;
	margin: 15px auto;
    font-weight: bold;
}
.form-withdraw-trade .btn-submit:hover{
    color: #fff !important;
    opacity: .9;
}
.member-info-form .form-content .row-member-info input, .form-withdraw-trade .form-unit input{
	height: 36px;
	border-radius: 4px;
	padding-left: 4px;
	width: 40%;
	/* background: #f5f5f5; */
	border: 1px solid #ccc;
	color: #333;
}
.form-withdraw-trade .form-unit .withdraw-tips input, .form-withdraw-trade .form-unit .withdraw-tips label{
    width: auto;
    position: relative;
    left: 0;
}
.form-withdraw-trade .form-unit .withdraw-tips p{
	color: #777;
	line-height: 2rem;
	margin: 10px auto;
}
.form-withdraw-trade .form-unit .withdraw-tips label{
	font-size: 1.4rem;
	color: #f9a456;
	bottom: 13px;
}
.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;
}
.member-info-submit{
	background-color: #028058;
	color: #fff;
	padding: 7px 20px;
	font-size: 1.5rem;
	margin-top: 10px;
	margin-left: 14%;
}
.member-info-submit:hover, .form-withdraw-trade .btn-submit:hover{
	opacity: .9;
	color: #333;
}
.order-history .order-status-tab{
	float: left;
	display: block;
}
.order-history .order-status-tab li{
	margin-right: 5px;
	display: inline-block;
	padding: 0 15px;
	height: 34px;
	line-height: 34px;
	border-radius: 4px;
	background: rgba(13,72,172,.8);
}
.order-history .order-status-tab li.selected{
	background: #028058;
}
.order-history .order-status-tab li a, .order-history .order-status-tab li a:hover, .order-history .order-status-tab li.selected a{
	color: #fff;
	font-size: 1.5rem;
}
.order-history .order-status-tab li b{
	margin: 0 2px;
}
.order-history .order-list-content{
	margin: 10px auto;
	float: left;
	width: 100%;
}
.order-list-content .list-title{
	padding: 4px 0;
}
.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: 35%;
}
.order-list-content .list-title span.list-title-price, .order-list-content .list-row span.salesPrice{
	width: 22%;
}
.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.salesStatus{
	width: 25%;
}
.order-list-content .list-title span.list-title-progress, .order-list-content .list-row span.salesProgress{
	width: 16%;
}
.order-list-content .list-row span.salesProgress{
    position: relative;
    top: 3px;
}
.list-row-salesNumber, .list-row-salesContent{
	padding: 14px 10px;
	overflow: hidden;
}
.list-row-salesNumber{
	background-color: #e6e6e6;
	border-radius: 2px 2px 0 0;
	padding: 10px;
}
.list-row-salesContent{
	border-bottom: 1px solid #ddd;
}
.list-row-salesContent:last-child{
	border-bottom: none;
}
.member-list-table .list-row a{
	padding: 5px 12px;
	border-radius: 4px;
	background-color: #028058;
}
.member-list-table .list-row a:hover, .member-list-table .list-row a:focus, .member-list-table .list-row a.active{
	opacity: .8;
	color: #fff;
}
.member-list-table .list-row a.wrongOrder{
	background-color: #d2471b;
}
.withdrawCoinsForm.wrongWithdrawForm .product-form{
	overflow: hidden;
	padding-bottom: 10px;
}
/* .withdrawCoinsForm.wrongWithdrawForm:last-child{
	border-bottom: none;
} */
.withdrawCoinsForm.wrongWithdrawForm .form-main{
	margin: 20px auto 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}
.withdrawCoinsForm.wrongWithdrawForm .btn-submit{
	padding: 0 15px;
}
.withdrawCoinsForm.wrongWithdrawForm .btn-submit:hover{
	color: #fff;
}
.member-list-table .list-row{
	display: table;
	width: 100%;
	background: #fff;
	border-radius: 2px;
	border: 1px solid #ddd;
    margin-bottom: 8px;
}
.member-list-table .list-row:last-child{
	border-bottom: 1px solid #ddd;
}
.member-list-table .list-row span{
	font-size: 1.4rem;
	line-height: 2rem;
	color: #777;
	display: inline-block;
}
.order-list-content .list-row span.salesName, .order-list-content .list-row span.salesStatus{
	color: #333;
}
.member-list-table .list-title span{
	display: block;
	float: left;
	font-size: 1.5rem;
	color: #333;
	font-weight: 700;
}
.search-order{
	position: relative;
}
.search-order input{
	min-width: 200px;
}
.search-order .btn-search{
	position: absolute;
    right: 0;
    top: 2px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    padding: 0;
}
.pagination li.current a{
	color: #028058;
}
.pagination > li > a{
	color: #666;
}

.table-content.module-member{
	margin-top: 5px;
    float: left;
    clear: both;
    width: 100%;
}
.module-member .table-title{
	background: #e6e6e6;
	color: #333;
	font-weight: 777;
}
.module-member .table-row{
	background: #f5f5f5;
	color: #777;
}
.module-member .table-title, .module-member .table-row{
	width: 100%;
	display: table;
	padding: 15px 30px;
	margin-bottom: 1px;
	border-radius: 4px;
}
.table-content.module-member span{
	font-size: 1.4rem;
    line-height: 2rem;
    display: table-cell;
    vertical-align: middle;
    word-break: break-all;
    padding-right: 5px;
}
.table-transter-ongoing{
	margin-top: 20px;
}
.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: 18%;
}
.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%;
}
.section-sell{
	padding: 30px;
	overflow: hidden;
}
.section-sell h1.text-center{
	color: #333;
	overflow: hidden;
	margin: 30px auto;
}
.section-sell .main-section{
    width: calc(50% - 20px);
    border: 1px solid #ddd;
	border-radius: 4px;
	padding: 20px;
	margin-right: 40px;
	float: left;
	min-height: 150px;
}
.section-sell .main-section:last-child{
	margin-right: 0;
	text-align: center;
}
.section-sell .main-section h2{
    font-size: 2.5rem;
	text-align: center;
	margin-bottom: 10px;
	color: #333;
	font-weight: normal;
}
.section-sell .main-section span{
	color: #666;
    font-size: 1.4rem;
}
.section-sell .main-section span a{
    color: #333;
    font-weight: bold;
}
.section-sell .main-section h2 i{
    font-size: 18px;
    color: #f5b329;
    margin-right: 10px;
    position: relative;
    bottom: 2px;
}
/*mycenter-leftside*/
.orderAttention{
	background-color: #fff;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 20px;
}
.orderAttention .order-tips{
	font-size: 1.4rem;
	color: #333;
}
.orderAttention .order-tips i{
	margin-right: 5px;
	color: #d2471b;
}
.orderAttentionTip{
	color: #d2471b;
}
.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 i.navIcon{
	margin-right: 8px;
}
.mycenter-nav li:last-child{
	border: none;
}
.mycenter-nav li.on a{
	color: #028058;
}
.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: #028058;
}
.mycenter-nav li.menu-signout a:hover{
	border: 1px solid #028058;
}
.mycenter-nav li.on a{
	color: #028058;
}
.mycenter-nav li a{
	display: block;
	color: inherit;
	font-size: 1.5rem;
	height: 5rem;
	color: #444;
}
.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: #028058;
	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%;
	margin-bottom: 20px;
	padding: 0;
}
.member-coupon .page-member-r, .member-profile .page-member-r{
	background: none;
}
.page-member-r .page-con{
	padding: 20px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 0 0 4px 4px;
}
.member-coupon .page-con{
	padding: 0;
}
.member-coupon .coupon-list, .member-coupon .coupon-detail{
	background: #fff;
	padding: 15px;
	border-radius: 4px;
}
.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: 104px;
	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;
	color: #333;
}
.bindCon .info-ttl{
	color: #999;
	font-size: 1.6rem;
}
.bindCon button.modify-btn{
	color: rgb(13, 72, 172);
	padding: 2px 4px;
	min-width: 60px;
}
.bindCon button.modify-btn:hover{
	border: 1px solid rgb(13, 72, 172);
	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-color: #fff;
	border-radius: 4px 4px 0 0;
	padding: 0 20px;
}
.page-member-title span{
	display: inline-block;
	height: 50px;
	line-height: 50px;
    font-size: 2rem;
}
.page-member-title span.active{
	color: #434d53;
}
/*优惠券*/
.member-coupon .page-con{
	margin-bottom: 20px;
}
.member-coupon .page-con:last-child{
	margin-bottom: 0;
	border-radius: 4px;
}
.coupon-list-table{
	overflow: hidden;
	padding: 0 6px;
}
.coupon-list-table select{
	width: 25%;
	margin: 10px auto;
}
.couponTip{
	color: #666;
	margin: 20px auto;
}
.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;
	right: 0;
	font-size: 1.2rem;
	color: #fff;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	background: #62b3f6;
	border-top-left-radius: 2px;
	border-bottom-left-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: 2rem 0 1.5rem 3rem;
	background: #1f86ed;
	border-radius: 4px 4px 0 0;
}
.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: 3rem;
	font-weight: bold;
	margin: 0 2px;
	position: relative;
	top: 4px;
}
.coupon_price .price_condition{
	font-size: 1.4rem;
	font-weight: normal;
}
.coupon_msg{
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
	font-weight: normal;
	text-align: center;
	background: #fff;
}
.coupon_price .coupon_condition{
	font-size: 2rem;
	font-weight: bold;
}
.coupon_info_date{
	color: #999;
}
.coupon_use_btn{
	margin: 15px auto;
}
.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;
	font-size: 1.4rem;
	line-height: 2.2rem;
}
.coupon-detail h4{
	color: #333;
	margin-bottom: 10px;
	font-size: 1.8rem;
	line-height: 2.4rem;
}
/* 抽奖活动 */
.popup-mask_ganen_1 {
	position: fixed;
    z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 999;
	text-align: center;
	display: none;
}
.turnplateCon{
	display: block; 
	width: 400px; 
	position: absolute; 
	top: 30%; 
	left: 50%; 
	margin-left: -200px;
}
.popClose{
	position: absolute;
	right: -20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.turnplateCon .turnplate{
	display: block;
	width: 100%;
	position: relative;
}
.turnplateCon .turnplate canvas{
	font-weight: bold;
}
.turnplateCon .turnplate canvas.item{
	width:100%;
}
.turnplateCon .turnplate img.pointer{
	position:absolute;
	width:31.5%;
	height:42.5%;
	left:34.6%;
	top:23%; 
	cursor: pointer;
}
#coupon-img{
    width: 20px !important;
    height: 20px !important;
}

.popup-public img.PopupLink{
	position: absolute;
	transform: translate(-50% ,0);
	top: 10%;
    cursor: pointer;
}
.popup-public img.closePop{
    display: inline-block;
    width: 30px; 
    height: 30px; 
    position: absolute; 
    top: 28%;
    left: 62%;
    cursor: pointer;
}
/* media query */
@media (min-width: 768px){
	.footer-main>.container{
		padding: 0;
	}
	.index-news .news-single:nth-child(2n+1){
		clear: left;
	}
	.page-payment{
		min-height: 1050px;
	}
	.page-login .login-bg{
		min-height: 550px;
	}
	.head-item.yes-login{
		width: 100px;
	}
	.head-item.yes-login #member-dropdown{
		position: relative;
	}
	.bottomMenu{
		display: none;
	}
}
@media (min-width: 1600px){
	.game-banner .banner-word{
		top: 220px;
	}
	.page-product-list .game-banner .banner-word{
		top: 140px;
	}
}
@media (max-width: 1600px){
	body{
		padding-top: 0;
		background-position-y: -100px;
	}
	.head-fixed-bar{
		background: #000;
		top: 0;
	}
	.logo img{
		width: 115px;
		margin: 30px 0;
	}
	.index-banner span{
		margin-top: 5%;
	}
	.nav-main > li{
		padding: 25px 10px;
	}
	.head-item{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.nav-submenu .game-select > li a.service-name{
		padding-left: 10px;
		padding-right: 10px
	}
	.nav-bg .container{
		padding: 0;
	}
	.breadcrumb h1, .breadcrumb h2{
		font-size: 1.5rem;
	}
	.game-banner .banner-word{
		display: none;
	}
	/*.page-index .category-unit{
		height: 357px;
	}
	.page-game-index .service-category li:last-child{
		margin-right: 0;
	}*/
	.index-choosePlat{
		margin-top: 40px;
	}
	.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;
	}
	.product-single i.discount-num{
		right: 4%;
	}
	.member-info-form .form-content .row-member-info .row-title{
		width: 20%;
	}
	.member-info-submit{
		margin-left: calc(20% + 0px);
	}
	.withdraw-coins .good_name{
		font-size: 1.4rem;
	}
	.product-form .pi-info-phone #prefixAreaCode{
		left: 155px;
	}
	.product-single{
		flex: 0 0 calc(25% - 16px);
	}
	ul.payment-methods li{
		width: 20%;
	}
}
@media (max-width: 1199px){
	body{
		font-size: 13px;
	}
	.head-fixed-bar .container{
        padding-left: 0;
		padding-right: 0;
	}
	.pull-right.head-right{
		padding-left: 0;
	}
	.nav-main>li>a{
		font-size: 1.5rem;
	}
	.head-item{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.index-banner{
		height: 200px;
	}
	.index-banner h1, .index-banner span{
		font-size: 3rem;
		line-height: 5rem;
	}
	.index-choosePlat{
		margin-top: 40px;
	}
	.page-index .category-unit{
		height: 287px;
	}
	.game-banner .banner-word{
		top: 100px;
	}
	.member-withdrawOrder .product-form .form-main .row-title{
		width: 30%;
	}
    .listclass{
        left: 30%;
    }
	.member-withdrawOrder .product-form .form-main .row-content.fileds, .member-withdrawOrder .product-form .form-main textarea.row-content{
		width: 40%;
	}
	.cart-button, .wrongWithdrawForm .btn-submit button{
	    margin-left: 30%;
	}
	.page-payment .product-form .form-main .row-title{
		font-size: 1.4rem;
	}
	/* 会员 */
	.member-info-form .form-content .row-member-info input{
		width: 40%;
	}
	#Verification{
		width: 65%;
	}
	.page-game-index .coins-category li.category-unit, .page-game-index .players-category li.category-unit{
		background-size: 100% !important;
	}
	/* .page-game-index .service-category li{
		height: 120px;
	}
	.page-game-index .service-category li a{
	    padding-top: 5%;
    }
    .page-game-index .coins-category li a{
        padding-top: 8%;
    } */
	.product-form .form-main .row-title{
		width: 22%;
	}
	.pr-form-tips, .email-form-tips{
		padding-left: 18%;
	}
	.cart-button{
		width: 100%;
	}
	.form-withdraw-trade .form-unit input{
		width: 40%;
	}
	.product-form .pi-info-country .intl-tel-input{
		left: 21%;
		top: 2%;
	}
	.product-form .form-main .row-content#orderEmail, .product-form .form-main .row-content#orderPhone{
		width: 70%;
	}
	.product-form .pi-info-phone #prefixAreaCode{
		left: 140px;
	}
	.product-single{
		flex: 0 0 calc(33% - 14px);
	}
	.product-single i.discount-num{
		right: 12%;
	}
	.page-index .index-choosePlat .game-title .game-name{
		color: #fff;
	}
	.index-choosePlat ul.game-plat li .card .card-block h3{
        font-size: 18px;
    }
	.hidden-wordsCon.optimize-wordsCon{
		height: 215px;
	}
	.page-game-index .service-category li span.icon{
		height: 50px;
	}
	/* 会员 */
	.member-info-form .form-content .row-member-info input{
		width: 100%;
	}
	.page-member-title span{
		height: 45px;
		line-height: 45px;
	}
	#Verification{
		width: 66%;
	}
	.member-info-form .form-content .row-member-info input, .form-withdraw-trade .form-content input{
		width: 50%;
	}
	.bindCon{
		width: 100%;
		margin-right: 0;
	}
	.order-list-content .list-title span.list-title-status, .order-list-content .list-row span.salesStatus{
		width: 25%;
	}
	.order-list-content .list-title span.list-title-progress, .order-list-content .list-row span.salesProgress{
		width: 15%;
	}
    .footer-menu li{
        width: 100%;
    }
    ul.payment-methods li{
        width: 25%;
    }
    .platform-title-list select{
    	width: 180px;
    }
}
@media (max-width: 991px){
	/* header */
	.nav-bg>.container{
		position: relative;
	}
    .pull-right.head-right{
        background-color: #000;
    }
	.mobile-header{
		float: left;
        padding: 14px 0;
        margin-left: 10px;
	}
	.logo{
		margin-left: 0;
	}
	.logo img{
		width: 150px;
		margin: 26px 0;
	}
	nav{
		position: absolute;
		top: 100%;
		right: 0;
		width: 100%;
		z-index: 1;
	}
	.nav-main{
		display: none;
		background-color: #283244;
		border-top: 2px solid #fdc116;
		max-height: 500px;
		overflow-y: scroll;
	}
	.nav-main>li{
		display: block;
		padding: 0;
		border-top: 1px solid rgba(255,255,255,.2);
	}
	.nav-main>li>a{
		padding: 0 15px;
    	line-height: 44px;
    	display: block;
        position: relative;
	}
    .nav-main>li>a i.navIcon{
        width: 20px;
        text-align: center;
        margin-right: 10px;
    }
    .nav-main > li > a .caret{
        position: absolute;
        left: auto;
        right: 20px;
        top: 20px;
    }
	.nav-submenu{
		position: static;
		display: none;
		min-width: 100%;
	}
	.nav-submenu .game-select{
		border:0;
		background-color: #374256;
	}
	.nav-submenu .game-select>li:last-child{
		border-bottom: 0;
	}
	.nav-submenu .game-select > li a.service-name{
		text-align: left;
		color: #fff;
		padding-left: 60px !important;
	}
	.nav-submenu .game-select > li a.service-name i{
		margin-right: 6px;
	}
	.nav-submenu .game-select>li a img{
		display: none;
	}
	.hamburg{
		position: absolute;
	    left: 0;
	    padding-top: 12px;
	    background-color: transparent;
	    background-image: none;
	    border: 1px solid transparent;
	    border-radius: 4px;
	}
	.hamburg span.icon-bar{
		background-color: #fff;
		display: block;
	    width: 22px;
	    height: 2px;
	    border-radius: 1px;
	}
	.hamburg .icon-bar+.icon-bar{
		margin-top: 4px;
	}
	.global-search{
		top: 80px;
	}
	.list-inline{
		padding-right: 0;
	}
	.search-result{
		min-width: 100%;
		left: 0;
	}
	.index-banner{
		height: 240px;
	}
	.index-banner h1, .index-banner span{
		font-size: 3rem;
		line-height: 5rem;
	}
	.index-banner h1{
		top: 25%;
	}
	.page-game-index .game-banner h1{
		font-size: 2rem;
		top: 30px;

	}
	.game-banner .banner-word{
		top: 70px;
		left: 370px;
	}
	.game-banner .banner-word span{
		font-size: 1.5rem;
	}
	.page-login .form-main, .page-login.forget-password .form-main{
		width: 80%;
	}
	.page-news .section-left{
		width: 60%;
	}
	.page-news .news-sidebar{
		width: 35%;
	}
	.page-news>.section-left, .faq-detail{
		padding: 15px;
	}
	.news-list .news-summary{
		padding-left: 0;
	}
	.news-list .news-content{
		margin-top: 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;
	}
	h2.payment-title{
		padding: 15px 30px;
	}
	/*membership*/
	/* .index-public{
		background: none;
	} */
	.optimize-words h1, .optimize-words h2, .coupon-detail h4, .news-list a.news-title, .news-list .news-title h2, .page-news-detail .news-list .news-title, .index-news .news-single .news-title a, .index-choose .produkte .proTit{
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	.page-news-detail .news-list .news-summary h2, .page-news-detail .news-list .news-summary h3, .news-list .news-summary h2{
		font-size: 1.4rem;
	}
	.optimize-words h1:before, .optimize-words h2:before{
		width: 14px;
		height: 14px;
	}
	.small-game-name{
		font-size: 1.5rem;
		line-height: 1.5rem;
	}
	.index-section .index_choose .choose_content{
		min-height: 120px;
	}
	.page-index .category-unit{
		height: 400px;
		padding: 0 50px;
	}
	.page-game-index .game-service{
		margin-bottom: 0;
	}
	/*.page-game-index .service-category li{
		height: 100px;
	}
	.page-game-index .service-category li:hover{
		transform: none;
	}
	.page-game-index .service-category li span{
		font-size: 2rem;
	}*/
	/* .page-game-index .coins-category li a{
		padding-top: 10%;
	}
	.page-game-index .service-category li a{
		padding-top: 6%;
	} */
	.page-game-index .service-category li span.game-plat{
		font-size: 1.6rem;
		width: 100px;
	}
	.page-game-index .coins-category li span.game-plat{
        margin-top: 5px;
    }
	.product-form .form-main .row-title{
		width: 30%;
	}
	.listclass{
		left: 30%;
        width: 40%;
	}
	.pr-form-tips, .email-form-tips{
		padding-left: 30%;
	}
	.page-member-main .member-nav-tab{
		overflow-x: scroll;
	}
	.product-form .pi-info-phone #prefixAreaCode{
		left: 115px;
	}
    body{
    	padding-bottom: 50px;
    }
	.index-choosePlat{
		margin-top: 40px;
	}
	.page-index .index-choosePlat .game-title .game-name{
		color: #333;
	}
	.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;
	}
    /*底部导航*/
    .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: #028058;
		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;
		color: #333;
	}
	.bottomCoinsNum{
		display: block;
		position: absolute;
		left: 60%;
		top: 0;
		border-radius: 50%;
		background-color: #028058;
		color: #fff;
		font-size: 1rem;
		text-align: center;
		width: 1.6rem;
		height: 1.6rem;
		line-height: 1.6rem;
		font-style: normal;
	}
    .product-single i.discount-num{
    	right: 0;
    }

	/* 会员 */
	.mycenter-leftside{
		width: 100%;
		box-shadow: 0 0 5px rgba(0,0,0,0.05);
		border-radius: 10px;
	}
	.moudule-member .mycenter-leftside{
		display: none;
	}
	.moudule-member .page-member-r{
		width: 100%;
		margin-left: 0;
	}
	.email-form-tips{
		padding-left: 18%;
	}
	.page-game-index .index-choosePlat{
		margin-bottom: 30px;
	}
	/*.page-game-index .service-category li a{
		padding: 10px;
	}*/
    .index-public .index-choose{
        padding-top: 40px;
    }
    .index-public .index-choose .section-content{
        padding: 20px 30px;
    }
    .index-choose .produkte .proTit{
        width: 35%;
    }
    .index-choose ul.produkte{
        background: none;
    }
    .platform-title-list select{
    	width: 130px;
    }
    .search-input{
    	width: 200px;
    }
    .popup-public img.closePop{
    	left: 70%;
    }
}

@media (max-width: 768px){
	#header_main_menu, .nav-bg, .head-fixed-bar, .settings_wrp{
		height: 70px;
	}
	.head-fixed-bar .container{
		padding-left: 15px;
		padding-right: 15px;
	}
	.nav-bg .container{
		padding: 0;
	}
	.logo img{
		margin: 22px 0;
	}
	.head-item{
		height: 70px;
		padding-top: 10px !important;
	}
	.global-search{
		top: 70px;
	}
	.index-banner{
		height: 150px;
	}
	.index-banner h1, .index-banner span{
		font-size: 2.4rem;
		line-height: 4rem;
	}
	.index-public .index-choose{
		padding: 0;
	}
    .index-public .index-about{
        padding: 0 0 70px;
    }
	/* .index-public .game-title .game-name{
		font-size: 2.5rem;
	} */
	.index-choose .choose_content span{
		margin: 5px auto;
	}
	.page-game-index .category-unit{
		height: 160px;
	}
	.index-choosePlat{
		margin-top: 0;
	}
	.product-form .pi-info-country .intl-tel-input{
		left: 22%;
	}
	/* 产品页 */
	.product-form .pr-name, .order-tip{
		padding: 10px;
	}
    .cart-table .table-title, .cart-table .pr-row, .total-cotent{
        padding: 10px 15px;
    }
    h2.payment-title{
        padding: 15px;
        font-size: 1.8rem;
    }
	.index-news .news-section, .index-section .section-content, .page-payment .index-section .section-content{
		padding: 15px;
	}
    .index-section.product-content .section-content{
        padding: 0;
    }
	.index-public .section-content, .page-index .index-section .section-content{
		padding: 20px;
	}
	.member-info-form .form-content{
		padding: 0;
	}
	.footer-menu .menu-list li{
		margin-bottom: 5px;
	}
	.page-withdraw .product-form .pr-name span.caret{
	    top: 18px;
    }

    .page-index .index-choosePlat .game-title .game-name{
		color: #fff;
	}

	/* 会员 */
	.mycenter-nav li.menu-signout a{
		color: #028058;
	}
	.moudule-member .page-member-r{
		width: 100%;
		margin: 0 auto;
	}
	.member-withdrawOrder .page-member-r{
		background: none;
	}
    .index-public .index-choose{
        padding-top: 20px;
    }
    .index-choose .produkte li .proCont{
        font-size: 1.5rem;
    }
    #typeselect{
    	font-size: 1.4rem;
    }
    .popup-public img.closePop{
    	top: 20%;
    }
}

@media (max-width: 767px){
	#header_main_menu, .nav-bg, .settings_wrp{
		height: 50px;
	}
	.head-fixed-bar{
		height: 95px;
	}
	nav{
		top: 95px;
	}
	.logo{
		width: 100%;
		text-align: center;
		margin-left: 0;
		padding-right: 0;
	}
    .logo img{
		margin: 12px 0;
		width: 180px;
	}
	.index-banner a{
		height: 90%;
	}
	.pull-right.head-right{
		width: 100%;
		height: 35px;
		padding-left: 0;
		background: #000;
	}
	.head-list{
		/* position: absolute;
		right: 0; */
		width: 100%;
	}
	.head-item{
		height: 30px;
		padding-top: 0px !important;
	}
	.head-item .loginBtn a:hover, .head-item .loginBtn a:visited, .head-item .loginBtn :link, .head-item .loginBtn a:active{
		color: #fff;
	}
	.head-list .head-item .clc{
		color: #fff;
    }
	.head-item.yes-login .f20, .head-item.cart-item .f20{
		font-size: 18px;
		position: relative;
		top: 3px;
	}
	.head-item.yes-login a.f20:hover, .head-item.yes-login a.f20:link, .head-item.yes-login a.f20:visited, .head-item.yes-login a.f20:active, .head-item.yes-login a.f20:focus{
		color: #fff;
	}
	.head-item.cart-item{
		position: absolute;
		right: 70px;
	}
	.head-item.search-item{
        position: absolute;
		left: 78px;
	}
    /* .head-item.search-item span{
        font-size: 16px;
    } */
	.head-item.user-item{
        position: absolute;
        left: 41px;
	}
	.hamburg-item.hamburg-item{
		position: absolute;
		left: 4px;
	}
	.head-item.bt-item{
		position: absolute;
		right: 5px;
	}
	.hamburg{
		padding-top: 5px;
        font-size: 20px !important;
	}
	.hamburg-item{
		width: 38px;
		padding-right: 0 !important;
	}
    .u_settings_wrp, .dropdown-con.cart-small{
        top: 40px;
    }
    .u_settings_wrp li a{
        font-size: 1.4rem;
    }
    .nav-main>li.active{
        background-color: #283244;
    }
	.user-item span,.search-item span{
		font-size: 18px;
		position: relative;
		top: 3px;
	}
	.user-item span.loginBtn img{
        height: 18px;
	}
	#user_bt_info{
		position: relative;
		top: 4px;
	}
    #user_bt_info .item-name{
        font-size: 1.8rem;
    }
    .country-icon .caret{
        margin-left: 5px;
    }
	.global-search{
		position: fixed;
		top: 95px;
		left: 0;
		width: 100%;
	}
	.global-search input{
		width: 100%;
        border-radius: 0 0 4px 4px;
	}
	.search-result{
		left: 0;
		top: 51px;
	}
	.right_txt{
		top: 0;
		width: 90%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		color: #6b6b6b;
	}
	.breadcrumb{
		font-size: 1.4rem;
		padding: 15px 15px 10px 0;
	}
	.breadcrumb h1{
		overflow: hidden;
		text-overflow: ellipsis;
	}
    .breadcrumb h1, .breadcrumb h2, .breadcrumb span, .breadcrumb a{
        color: #6b6b6b;
    }
	.left_img{
		width: 100px;
	}
    .breadcrumb .right_txt span{
	    width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
		color: #6b6b6b;
		font-size: 1.4rem;
    }
	.main{
		margin-top: 95px;
		min-height: 500px;
		background-color: #f6f6f6;
	}
	.index-banner h1{
		top: 20%;
		font-size: 1.8rem;
		line-height: 2.6rem;
	}
	.index-banner span{
		font-size: 1.6rem;
		line-height: 2.8rem;
		top: 30%;
	}
	.game-banner{
		overflow: hidden;
	}
	.game-banner a{
		width: 100%;
		display: block;
	}
	.page-game-index{
		background-color: #f6f6f6;
	}
	.page-game-index .game-banner{
		border: none;
		border-radius: 0;
		margin-bottom: 0;
	}
	.page-game-index .game-banner img{
		width: 140%;
		position: relative;
		right: 20%;
	}
	.page-game-index .game-banner h1{
		top: 15px;
		left: 20px;
	}
    .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%;
	}
	.optimize-words h1, .optimize-words h2{
		line-height: 2.4rem;
	}
	.page-game-index .index-choose .optimize-words{
		padding: 0 15px 15px 15px;
		margin-bottom: 0;
	}
	.index-news .news-single .news-title a{
		font-size: 1.6rem;
	}
	.index-choose .choose_content{
		margin-bottom: 20px;
	}
	.index-choose .choose_content{
		padding: 20px 0;
		margin: 0 15px;
		width: calc(100% - 30px);
		border-bottom: 1px dashed #ddd;
	}
	.index-choose .choose_content:first-child{
		margin-top: 0;
		padding-top: 0;
	}
	.index-choose .choose_content:last-child{
		border-bottom: none;
		padding-bottom: 0;
		padding-top: 20px;
	}
	.index-choose .choose_content b{
		text-align: center;
	}
	.index-choose .choose_content p{
		line-height: 2.2rem !important;
	}
	.page-index .optimize-wordsCon, .hidden-wordsCon.optimize-wordsCon, .page-game-index .optimize-wordsCon{
		height: 156px;
	}
    .index-public .index-about .read-more{
        bottom: 25px;
    }
    .page-index .category-unit{
		height: 220px;
		padding: 0 10px;
	}
	/*.index-choosePlat ul.game-plat li .card a{
		padding: 20px 5px;
	}
	.page-index .category-unit{
		height: 220px;
		padding: 0 10px;
		position: relative;
		top: -5px;
	}
	.page-index .category-unit:last-child{
		margin-bottom: 0;
	}
	.page-game-index .service-category li{
		width: calc(50% - 5px);
		margin: 0 10px 10px 0;
		height: 83px;
	}
	.page-game-index .service-category li:first-child{
        height: 95px;
        margin-right: 0;
	}
	.page-game-index .service-category li:last-child{
		margin-right: 0;
	}
	.page-game-index .service-category li.category-unit:nth-child(1){
        width: 100%;
		background-size: cover !important;
	}
	.page-game-index .service-category li span{
		font-size: 1.7rem;
	}
	.page-game-index .service-category li span.icon{
		height: 40px;
	}
	.page-game-index .service-category li span.game-plat{
		font-size: 1.6rem;
		height: 28px;
		line-height: 28px;
		margin-top: 0;
		width: 80px;
	}*/
	/* .page-game-index .coins-category li a{
		padding-top: 8%;
	} */
	/*.page-game-index .service-category li:first-child a{
        padding-top: 6%;
	}*/
	.page-game-index .game-choosePlat .game-title .game-name{
		color: #333;
	}
	.index-public .index-about{
		padding: 0 0 70px;
	}
	.index-public .index-choose .section-content{
	 	padding: 10px 0;
	}
	.index-public .index-about .section-content{
		padding: 15px;
	}
	.news-tag span{
		margin-bottom: 8px;
	}
	.game-title .game-name{
		height: 8rem;
		line-height: 8rem;
		font-size: 2.4rem;
	}
	.section-product .game-title .game-name{
		background: #f6f6f6;
	}
    .new-more{
        margin-top: 0;
    }
	/* 游戏首页 */
    .page-game-index .index-section .section-content{
        padding: 0 10px 15px;
    }
	.service-title-list{
		border-bottom: none;
	}
	.platform-title-list select{
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.search-input, .search-input input{
		width: 100%;
	}
	.product-list{
		height: auto;
		margin-top: 10px;
	}
	.product-single{
		flex: 0 0 calc(50% - 3px);
		position: relative;
		margin: 0 5px 15px 0;
		height: auto;
		max-height: 270px;
	}
    .product-single:nth-child(2n){
        margin-right: 0;
    }
	.product-single .product-single-con{
		height: auto;
	}
	.product-single .product-single-con .product-single-txt{
		background: none;
		padding: 10px 3px;
		height: 100%;
		min-height: 170px;
	}
	.product-single .prt-thumb{
		height: 100px;
	}
    .product-single .prt-thumb img{
        height: 105%;
    }
    .product-single .prt-thumb .coins-text{
        font-size: 18px;
    }
	.pro-player{
		margin: 8px auto;
	}
	/* .product-single .prt-name .prt-server{
		position: relative;
		top: 2px;
	} */
    .product-single .product-name{
        font-size: 1.4rem;
    }
	.product-single .prt-name, .product-single .prt-price{
		/* text-align: left; */
		line-height: 1.4rem;
		/* margin-bottom: 5px; */
	}
	.product-single .prt-name .prt-server label{
		display: block;
	}
	.product-single .prt-server.delivery-time label{
		display: inline-block;
	}
	.product-single .prt-price{
		position: relative;
		top: 2px;
		font-size: 1.4rem;
		min-height: 35px;
	}
	.product-single i.discount-num{
		right: 0;
	}
	.product-single .prt-buy{
		text-align: right;
		position: absolute;
		bottom: 18px;
		right: 17%;
		width: auto;
		margin: 0 auto;
	}
	.product-list-coins .product-single .prt-buy{
        width: 90%;
        right: auto;
        text-align: center;
        margin: 0 5%;
	}
	.product-single .prt-btn-buy.button_add{
		float: right;
		margin-left: 5px;
	}
	.product-single .button_buy a img{
		bottom: 1px;
	}
	.product-form .form-main .pr-info-row, .member-info-form .form-content .row-member-info, .form-withdraw-trade .form-unit{
		margin-bottom: 2px;
	}
	.member-info-form .form-content .row-member-info{
		height: 72px;
	}
	.product-form{
		margin-bottom: 20px;
    }
    .index-section .section-content .product-form{
    	margin-bottom: 0;
    }
    .payment-step-wrap .product-form{
        margin-bottom: 0;
    }
    .section-content.userInfo{
        padding-top: 5px;
    }
	.withdrawCoinsForm.wrongWithdrawForm .product-form{
		padding-bottom: 20px;
	}
	.withdrawCoinsForm.wrongWithdrawForm .form-main{
		margin: 5px auto 10px;
		padding-bottom: 25px;
	}
	.withdrawCoinsForm.wrongWithdrawForm .form-main:last-child{
		margin-bottom: 0;
		padding-bottom: 10px;
	}
	.withdrawCoinsForm.wrongWithdrawForm .cart-button{
		width: 100%;
		float: none;
	}
	.cart-button a{
		width: calc(50% - 10px);
		margin: 20px 0 10px 5px;
	}
	.cart-button a.cart_one{
		width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.withdrawCoinsForm.wrongWithdrawForm .btn-submit{
		padding: 0;
		margin-bottom: 10px;
	}
	.withdrawCoinsForm.wrongWithdrawForm .btn-submit button{
		margin-left: 0;
		width: 100%;
	}
	/*.product-single .prt-btn-buy{
		right: 0;
		bottom: 20px;
		top: initial;
	}*/
	.product-form .form-main .pr-info-txt{
		height: auto;
	}
	.email-form-tips{
		padding-left: 0;
		margin-top: 10px;
	}
	.pr-form-tips{
		padding-left: 0;
	}
	/*付款成功*/
	.order-remind{
		width: 100%;
	}

	/* 注册登录 */
	.page-login .login-bg{
		padding: 0;
		width: 100%;
	}
	.page-login .section-login-left, .page-login.forget-password .section-login-left{
		width: 100%;
		margin-left: 0;
	}
	.page-login .form-main, .page-login.forget-password .form-main{
		width: 100%;
	}
	.page-news>.section-left{
		width: 100%;
	}

	/* 关于我们 */
	.error-main .setence-01{
		padding: 5px 0;
	}
	.error-main .content-middle{
		width: 100%;
		padding: 15px 0;
		margin-top: 20px;
	}
	.error-main .content-middle span{
		font-size: 4rem;
	}
	.error-main .setence-03{
		padding-top: 30px;
	}
	.contact-meun{
		padding: 0;
	}
	.link-logo ul{
		width: 80%;
	}
	.link-logo li{
		padding: 0;
	}
	/* 购物车 */
    ul.payment-methods{
        margin-top: 5px;
    }
	ul.payment-methods li{
		width: 48%;
        margin-bottom: 0;
        padding-bottom: 0;
        height: 88px;
        margin-right: 3%;
	}
	ul.payment-methods li:nth-child(2n){
		margin-right: 0;
	}
	ul.payment-methods li:nth-child(2n+1){
		clear: left;
	}
	ul.payment-methods li label{
		width: 88%;
		left: 15px;
	}
	.payment-methods li .payment-attr{
		font-size: 12px;
	}
	/*.payment_free{
		right: -8px;
	}*/
	ul.payment-methods img{
		width: 100%;
		height: 50px;
	}
	ul.payment-methods input[type="radio"]{
		top: 15%;
	}
    .product-form .intl-tel-input #phone{
        height: 30px;
    }
	/* 购物车选择优惠方式 */
	#selectDiscount .couponDown, #selectDiscount input#coupon{
		width: 180px;
	}
	#selectDiscount .couponDown{
		font-size: 1.3rem;
	}
	.payment-summary .summary-content button{
		width: 40px;
	}
	.product-tab li{
		width: calc(50% - 3px);
	}
	.product-tab.product-tab-m{
		padding: 0 !important;
        margin-bottom: 20px;
	}
	.product-tab.product-tab-m li{
		display: block;
		margin-right: 0;
		width: 100%;
		text-align: left;
		height: 48px;
		line-height: 48px;
		background-color: #028058;
	}
	.product-tab.product-tab-m li:not(.selected){
		display: none;
		background-color: #f8f8f8;
		border: 1px solid #ddd;
		border-bottom: none;
	}
	.product-tab.product-tab-m li:last-child{
		border-bottom: 1px solid #ddd !important;
	}
	.product-tab.product-tab-m li a{
		display: inline-block;
		width: 100%;
		color: #333;
		height: 48px;
        border: none !important;
	}
	.product-tab.product-tab-m li.selected a{
		color: #fff;
        border: none !important;
	}
    .product-tab.product-tab-m li a:focus, .product-tab.product-tab-m li a:visited, .product-tab.product-tab-m li a:active, .product-tab.product-tab-m li a:link, .product-tab.product-tab-m li:active a, .product-tab.product-tab-m li:link a, .product-tab.product-tab-m li:focus a, .product-tab.product-tab-m li:visited a{
        border: none !important;
    }
	.product-tab.product-tab-m li a span.caret{
		float: right;
		position: relative;
		top: 45%;
	}
	.product-tab.product-tab-m li a span.caret.reverse, .nav-mobile li a span.caret.reverse{
		transform: rotate(180deg);
	}
	.product-form .form-main .row-title{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		font-size: 1.4rem;
        line-height: 40px;
		/*float: none;*/
	}
	.product-form .form-main .row-content, .product-form .form-main .row-content#orderEmail, .product-form .form-main .row-content#orderPhone{
		width: 100%;
		font-size: 1.5rem;
	}
	.product-form .pi-info-country .intl-tel-input{
		left: 1%;
	}
	.product-form .pi-info-phone #prefixAreaCode{
		left: 16%;
	}
	.product-form .pi-info-country .intl-tel-input{
		top: 52%;
	}
	.product-form .pi-info-phone #prefixAreaCode{
        top: 51%;
	}
	.product-form .form-main .pr-info-server .row-title{
		width: 40%;
	}
	.product-form .form-main .pr-info-server .row-content{
		width: 60%;
	}
    .page-payment .index-section .section-content.userInfo{
        padding: 5px 15px 20px;
    }
	.listclass{
		width: 100%;
		left: 0;
	}
	.product-form .form-main{
		margin: 0 auto;
		padding: 0;
	}
	.modal-form .form-main{
		padding: 15px 20px;
	}
	.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;
		line-height: 1.6rem;
	}
	.cart-table .pr-row .product-num button{
		padding: 3px 5px;
	}
	.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: absolute;
		top: calc(47% - 1rem);
        margin-left: 4px;
	}
	.cart-button{
		width: 100%;
		margin: 0 auto;
		float: left;
		text-align: center;
	}
	.page-payment .btn-submit button{
		width: 100%;
	}
	.payment-summary .summary-title{
		width: 40%;
		display: inline-block;
	}
	.member-withdrawOrder .product-form .form-main .row-content.fileds, .member-withdrawOrder .product-form .form-main textarea.row-content{
		width: 100%;
	}
	/*弹窗*/
	.modal-form .form-main input.row-content{
		min-height: 2.5rem !important;
		line-height: 2.5rem !important;
	}
	/* 会员 */
	.page-member-main .member-nav-tab.nav-mobile li{
		border: none;
	}
	.page-member-main .member-nav-tab.nav-mobile{
		margin-bottom: 0;
		background-color: #fff;
		border-radius: 5px 5px 0 0;
	}
	.page-member-main .member-nav-tab.nav-mobile li{
		margin: 0;
		display: none;
		border: 1px solid #ddd;
		background-color: #fbfbfb;
		height: 50px;
		line-height: 50px;
		padding: 0 15px;
		width: 100%;
	}
	.page-member-main .member-nav-tab.nav-mobile li a{
		width: 100%;
		display: block;
		font-size: 1.6rem;
		color: #333;
	}
	.page-member-main .member-nav-tab.nav-mobile li.selected{
		display: block;
		background: #028058;
	}
	.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.8rem;
		position: absolute;
		right: 4px;
		top: 2.2rem;
		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);
	}
	.form-fifa-trade .form-unit{
		position: relative;
	}
	.form-withdraw-trade .form-unit .withdraw-tooltip-icon, .aff-register-form .reg-row .withdraw-tooltip-icon{
		position: absolute;
		right: 4px;
		top: 8px;
		margin-bottom: 0.2rem;
		opacity: 0.8;
		z-index: 100;
	}
	.form-fifa-trade .form-unit .tips{
		font-weight: normal;
		text-decoration: underline;
		position: absolute;
		right: 2.4rem;
		top: 0;
		text-align: right;
	}
	.form-fifa-trade .form-unit .tips a{
		color: #de6262;
		font-size: 1.4rem;
	}
	.form-withdraw-trade .btn-submit{
		width: 100%;
		margin: 5px auto;
	}
	.total-cotent, .cart-table .table-title, .cart-table .pr-row, .order-tip{
		padding: 10px;
	}
	.order-list-content .list-row span.getBtn{
		width: 100% !important;
	}
	.member-info-form .form-content .row-member-info .row-title{
		width: 100%;
		font-size: 1.4rem;
	}
	.member-info-form .form-content .row-member-info input, .form-withdraw-trade .form-unit input{
		width: 100%;
	}
	.member-info-submit{
		margin-left: 0;
		width: 100%;
	}
	.total-cotent .total-price, .total-cotent .coupon-price, .total-cotent .final-price{
		float: right;
	}
	.payment-summary .discount-row .discount-content{
		width: 110px;
		font-size: 1.4rem;
	}
	.total-summary .summary-title{
		width: auto;
	}
	/* .index-news{
		background-size: 150%;
		padding-top: 20px;
	} */
	.news-list .news-list-unit .top-icon{
		display: none;
	}
	.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;
	}
	.table-transter-ongoing .table-content.module-member{
		overflow-x: scroll;
		padding: 10px;
		margin: 15px auto;
	}
	.module-member .table-title, .module-member .table-row{
		padding: 10px 0;
		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;
		color: #333;
		padding: 6px 10px;
	}
	.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%;
	}
	.page-news .section-left{
		width: 100%;
	}
	.pagination > li{
		display: inline-block !important;
	}
	.optimize-words-content, .index-choose .choose_content p, .index-news .news-single .news-content{
		font-size: 1.4rem;
		line-height: 2.1rem;
	}
	.section-sell .main-section{
		width: 100%;
	}
	.section-sell .main-section:last-child{
		min-height: 100px;
	}
	.section-sell .main-section h2{
		margin-bottom: 5px;
		font-size: 2.4rem;
	}
	.cart-button a.cart_delete{
		margin-left: 10px;
	}
	.cartFormContent{
		margin: 0 auto;
		padding: 10px 0 30px 0 !important;
	}
	.cartFormContent:last-child{
		padding-bottom: 5px !important;
	}
	.withdraw-coins .good_name{
		padding: 10px;
	}
	.form-withdraw-trade .form-unit .withdraw-tips p{
		font-size: 1.4rem;
	}
	.member-withdrawOrder .product-form .form-main .row-title, .form-withdraw-trade .form-content .row-title{
		width: 100%;
		font-size: 1.4rem;
	}
	.page-withdraw .btn-submit button, .wrongWithdrawForm .cart-button button{
		margin-left: 0;
		margin-top: 20px;
		width: 100%;
	}
	.withdrawCoinsForm.wrongWithdrawForm .product-form{
		margin: 0 auto;
	}
	.wrongWithdrawForm .product-form .pr-name.alert{
		margin-bottom: 0;
	}
	.footer-main .footer-menu{
		padding-left: 0;
		padding-right: 0;
	}
	.footer-menu a{
		font-size: 1.4rem;
	}
    .footer-main .footer-social .menu-title{
        width: 100%;
        text-align: left;
        margin-bottom: 12px;
    }
    .footer-main .footer-social li{
        width: 50%;
    }
	.footer-menu .footer-social a{
		opacity: 1;
	}
	/* 会员 */
	.orderAttention .order-tips{
		font-size: 1.2rem;
	}
	.page-member-r .page-con{
		padding: 15px;
	}
	.page-member-title{
		padding: 0 15px;
	}
	.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);
	}
	.member-coupon .coupon-list, .coupon-list-table, .member-coupon .coupon-detail{
		padding: 0;
	}
	.couponTip{
		margin: 20px auto 0;
	}
	.coupon-list-table select{
		width: 100%;
	}
	.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: 0;
		margin-top: 10px;
	}
	.bindCon{
		padding: 10px;
	}
	.list-row-salesContent{
		padding: 8px;
	}
	.order-list-content .list-title span.list-title-info, .order-list-content .list-title span.list-title-status{
		width: 50%;
	}
	.order-list-content .list-row span.salesName{
		width: 70%;
		margin-left: 0;
	}
	.order-list-content .list-row-salesContent span.salesPrice{
		width: 29%;
		text-align: right;
		float: right;
	}
	.order-list-content .list-title span.list-title-status, .order-list-content .list-row span.salesStatus{
		text-align: right;
	}
	.order-list-content .list-row span.salesStatus{
		width: 100%;
		margin: 8px auto 5px;
	}
	.order-list-content .list-title span.list-title-progress, .order-list-content .list-row span.salesProgress{
		width: 50%;
		float: right;
	}
	.order-list-content .list-row span.salesProgress{
		margin-bottom: 5px;
	}
	.member-info-submit{
		margin: 20px auto 15px;
	}
	.news-list .news-content, .faq-content{
		font-size: 1.4rem;
	}
	.footer-main .scroll-top{
		bottom: calc(100% - 10px);
	}
	/* contactUs */
	.contactUs_box{
		right: 10px;
		z-index: 0;
	}
	.contactUs_box.display, .openContact{
		bottom: 70px;
		right: 10px;
		padding: 12px;
		z-index: 2;
	}
	.openContact.hidden{
		display: none;
	}
	.contactUs_box.display{
		padding: 20px 5px;
	}
	.messenger_box>a>img, .livechat_box>a>img{
		width: 20px;
	}
    .index-public .index-choose{
        background-size: auto;
        background-position: top;
    }
    .index-public .index-choose .section-content{
        margin-bottom: 40px;
    }
    .index-choose .produkte li{
        position: relative;
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
    .index-choose .produkte li:last-child{
        border-bottom: none;
    }
    .index-choose .produkte li, .index-choose .produkte .proTit, .index-choose .produkte .proTit i{
        line-height: 40px;
        font-size: 1.6rem;
    }
    .index-choose .produkte .proTit i.chooseIcon::before{
        margin-right: 10px;
    }
    .index-choose .produkte .proTit, .index-choose .produkte li .proCont{
        width: 100%;
        padding: 0 15px;
    }
    .index-choose .produkte li .proCont{
        line-height: 22px;
        position: relative;
        padding-bottom: 10px;
        top: 0;
    }
    .index-choose .produkte li.cur .proCont{
        display: none;
    }
    .index-choose .produkte .proTit i.fa-angle-down{
        display: block;
    }
    .index-choose .produkte .proTit i.fa-angle-down.reverse{
        transform: rotate(180deg);
    }
    .index-choose_divider{
        background-size: cover;
    }
    .section-sell{
        padding: 30px 20px;
    }
    .member-info-form .form-content .row-member-info .row-title, .form-withdraw-trade .form-content .row-title{
        line-height: 45px;
    }
	.product-single .prt-btn-buy a{
		width: 100%;
		display: block;
		padding: 6px 4px;
	}
	.product-single .prt-btn-buy.button_add a{
		padding: 5.6px 2px;
	}
	.product-list-player .product-single .prt-btn-buy a{
		padding: 6px 2px;
	}
	.product-list-player .product-single .product-single-con .product-single-txt{
		min-height: 150px;
	}
	.product-list-player .product-single .prt-buy{
		width: 100%;
		text-align: center;
		position: relative;
		top: 5px;
		overflow: hidden;
	}
	.product-list-player .product-single .prt-btn-buy, .product-list-player .product-single .prt-btn-buy.button_add{
		float: none;
	}
	/* 抽奖活动 */
	.turnplateCon{
		width: 80%;
		left: 10%;
		margin-left: 0;
	}
	.popup-public img.closePop{
		width: 25px;
		height: 25px;
    	top: 26%;
    	left: 84%;
    }
}
@media (max-width: 330px){
	.logo img{
		width: 130px;
		margin: 14px 0 13px;
	}
	.index-banner h1, .index-banner span{
		font-size: 1.5rem;
	}
	.service-title-list li a{
		font-size: 1.3rem;
	}
	.section-sell .optimize-words h1, .section-sell .optimize-words h2{
		font-size: 2.2rem;
	}
	.section-sell .main-section h2 i{
		bottom: 0;
	}
	.optimize-words h1:before, .optimize-words h2:before{
		width: 12px;
		height: 12px;
		top: -3px;
	}
	.search-order input{
		min-width: 260px;
	}
	#Verification{
		width: 58%;
	}
	.section-title.upper-center i{
		font-size: 2.2rem;
	}
	.page-game-index .service-category li{
		height: 74px;
	}
	.index-news .news-section, .index-public .section-content, .total-cotent, .cart-table .table-title, .cart-table .pr-row{
		padding: 10px;
	}
	.cart-table .pr-row .btn-del-product{
		right: 5px;
	}
	.index-choose .choose_content .col-xs-11{
		width: 90%;
	}
	.page-game-index .service-category li span{
		font-size: 1.5rem;
	}
	#selectDiscount .couponDown, #selectDiscount input#coupon{
	    width: 150px;
	}
	.bindCon .info-set{
		font-size: 12px;
	}
}
