@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: url('/images/arrow-down.png') no-repeat right center transparent;
	background-size: 5%;
	border: 1px solid #ccc;
}
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: "Barlow";
    src: url("/font/Barlow-Regular.eot"); /* IE9 Compat Modes */
    src: url("/font/Barlow-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	    url("/font/Barlow-Regular.otf") format("opentype"), /* Open Type Font */
	    url("/font/Barlow-Regular.svg") format("svg"), /* Legacy iOS */
	    url("/font/Barlow-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
	    url("/font/Barlow-Regular.woff") format("woff"), /* Modern Browsers */
	    url("/font/Barlow-Regular.woff2") format("woff2"); /* Modern Browsers */
  	font-weight: 400;
 	font-style: normal;
}
@font-face{
  font-family: "Barlow";
  src: url("/font/Barlow-Italic.eot"); /* IE9 Compat Modes */
  src: url("/font/Barlow-Italic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/font/Barlow-Italic.otf") format("opentype"), /* Open Type Font */
    url("/font/Barlow-Italic.svg") format("svg"), /* Legacy iOS */
    url("/font/Barlow-Italic.ttf") format("truetype"), /* Safari, Android, iOS */
    url("/font/Barlow-Italic.woff") format("woff"), /* Modern Browsers */
    url("/font/Barlow-Italic.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 400;
  font-style: italic;
}
@font-face {
   font-family: "Barlow";
   src: url("/font/Barlow-Bold.eot"); /* IE9 Compat Modes */
   src: url("/font/Barlow-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/font/Barlow-Bold.otf") format("opentype"), /* Open Type Font */
    url("/font/Barlow-Bold.svg") format("svg"), /* Legacy iOS */
    url("/font/Barlow-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("/font/Barlow-Bold.woff") format("woff"), /* Modern Browsers */
    url("/font/Barlow-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 700;
  font-style: normal;
}
body{
	font-family: 'Barlow', Helvetica;
	background-color: #f5f5f5;
	overflow-x: hidden; 
}
.index-section.hot-games .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image: url('/images/swipe-arrow-left.svg');
}
.index-section.hot-games .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image: url('/images/swipe-arrow-right.svg');
}
.swiper-pagination-bullet{
	width: 10px;
	height: 10px;
}
.swiper-pagination-bullet-active{
	background: #de6262;
}
.breadcrumb{
	background: transparent;
	padding-left: 0;
	padding: 20px 15px 20px 0;
	margin-bottom: 0;
	color: #666;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}
.breadcrumb a{
	color: #666;
}
.breadcrumb a:hover{
	color: #de6262;
}

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

/* header */
.head-fixed-bar{
	position: fixed;
	top: 0;
	left: 0;
	background-color: #f1f1f1;
	height: 50px;
	z-index: 200;
}
.welcome{
	float: left;
	display: block;
	line-height: 48px;
	font-size: 1.4rem;
}
.welcome h1{
	color: #666;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 48px;
}
.head-top-right{
	float: right;
	display: block;
}
.head-top-right .member-entry{
	display: block;
	float: left;
	line-height: 48px;
	padding-right: 20px;
}
.head-top-right .member-entry li{
	display: inline-block;
	padding: 0 4px;
}
.head-top-right .member-entry.logged-in li{
	display: block;
	padding: 0;
}
.head-top-right .member-entry.logged-in li a{
	padding: 4px 15px;
}
.head-top-right .member-entry.logged-in .dropdown{
	line-height: 28px;
	margin: 8px 0;
}
.head-top-right .member-entry.logged-in .dropdown-menu{
	min-width: 0;
}
.head-top-right .member-entry li a{
	font-size: 1.4rem;
	color: #333;
}
.head-top-right .member-entry:not(.logged-in) li:last-child a{
	color: #de6262;
}
.head-top-right .member-entry li a:hover{
	color: #de6262;
}
.currency-list.dropdown,.lang-list.dropdown{
	margin: 8px 0;
	line-height: 28px;
	margin-right: 20px;	
}
.currency-list.dropdown>a,.lang-list.dropdown>a{
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	display: block;
	padding: 1px 12px;
	color: #333;
}
.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;
}
.head-top-right .dropdown-menu>li>a{
	padding: 3px 0;
}
.cart-preview{
	float: left;
	margin-left: 15px;
	position: relative;
	width: 48px;
	height: 48px;
	background-color: #de6262;
}
.cart-preview>a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 14px;
}
.cart-preview:after{
	content: attr(data-number);
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 0 1px;
	border-radius: 2px;
	background-color: #fff;
	color: #de6262;
	font-size: 0.8rem;
	min-width: 13px;
	text-align: center;
}
.cart-preview .cart-small{
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 800;
	border-top: 1px solid #de6262;
	max-width: 320px;
	min-width: 300px;
}
.cart-small .product-list{
	background-color: #34495e;
	
}
.cart-small .product-list li{
	display: table;
	padding: 15px;
	border-bottom: 1px solid #253546;
	width: 100%;
}
.cart-small .product-list li .product-thumb{
	width: 38px;
	height: auto;
	border-radius: 2px;
	overflow: hidden;
}
.cart-small .product-list li img,.cart-small .product-list li>div{
	display: table-cell;
	vertical-align: middle;
}
.cart-small .product-list li .product-info{
	padding-left: 8px;
	padding-right: 8px;
	min-width: 200px;
}
.cart-small .product-list li .product-info span{
	display: block;	
	font-size: 1.4rem;
}
.cart-small .product-list li .product-info .product-name{
	color: #7e96af;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
}
.cart-small .product-list li .product-info .product-price{
	color: #de6262;
}
.cart-small .product-list li .del-product{
	position: relative;
	bottom: 6px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #566d83;
	padding: 0;
	cursor: pointer;
}
.cart-small .product-list li .del-product:hover{
	background-color: #de6262;
}
.cart-small .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);
}
.cart-small .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);
}
.cart-small .product-list .subtotal{
	color: #de6262;
	padding: 15px;
	font-size: 1.5rem;
	float: left;
}
.cart-preview .cart-small .cart-action{
	text-transform: uppercase;
	text-align: right;
	padding: 15px;
	float: right;
}
.cart-preview .cart-small .cart-action a{
	color: #de6262;
	font-size: 1.5rem;
}
.cart-preview .cart-small .cart-action a:hover{
	color: #fff;
}
#cart{
	float: left;
}
.empty-cart-word{
	display: block;
	color: #7e96af;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 1.5rem;
	border-bottom: 1px solid #253546;
}
.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{
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
}
.order-remind .remind-title{
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	padding-bottom: 2px;
	text-transform: uppercase;
}
.order-remind img{
	float: left;
	display: block;
	max-width: 32px;
	padding-top: 15px;
}
.order-remind .remind-content{
	float: left;
	padding-left: 15px;
	max-width: calc(100% - 32px);
}
.order-remind .remind-content p{
	font-size: 1.4rem;
}

.nav-bg{
	background-color: #434d53;
}
.logo{
	float: left;
	padding-right: 10px;
}
.logo img{
	width: auto;
	height: 77px;
}
nav{
	float: left;
}
.nav-main>li{
	line-height: 26px;
	padding: 25px;
	position: relative;
}
.nav-main>li.active{
	background-color: #de6262;
}
.nav-main>li:not(:last-child):after{
	content: "";
	width: 1px;
	height: 24%;
	position: absolute;
	right: -1px;
	top: 38%;
	display: block;
	background-color: rgba(255,255,255,0.4);
}
.nav-main>li.active:after{
	display: none;
}
.nav-main>li>a{
	color: #fff;
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: bold;
}
.global-search{
	float: right;
	padding-top: 23px;
	position: relative;
}
.global-search input{
	line-height: 30px;
	border-radius: 15px;
	background-color: #fff;
	padding-left: 32px;
	border: none;
	width: 200px;
	overflow: hidden;
}
.global-search .btn-search{
	display: block;
	width: 27px;
	height: 27px;
	position: absolute;
	left: 5px;
	top: 24px;
}
.global-search .btn-search img{
	opacity: 0.5;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
.global-search .btn-search:hover img{
	opacity: 1;
}
.nav-submenu{
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 100%;
	display: none;
}
.nav-submenu .game-service{
	background-color: #de6262;
	position: relative;
}
.nav-submenu .game-service>li{
	line-height: 44px;
	padding-left: 10px;
	padding-right: 10px;
}
.nav-submenu .game-service>li.selected{
	background-color: #fff;
}
.nav-submenu .game-service>li.selected a{
	color: #de6262;
}
.nav-submenu .game-service>li a{
	font-size: 1.5rem;
	color: #fff;
	text-transform: capitalize;
	display: block;
}
.nav-submenu .game-service>li a.service-name{
	position: relative;
	padding-left: 32px;
	white-space: nowrap;
}
.nav-submenu .game-service>li:nth-child(1) a.service-name{
	background-image: url('../images/icon-service-gold.png');
	background-position: left;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}
.nav-submenu .game-service>li:nth-child(2) a.service-name{
	background-image: url('../images/icon-service-account.png');
	background-position: left;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}
.nav-submenu .game-service>li:nth-child(3) a.service-name{
	background-image: url('../images/icon-service-pl.png');
	background-position: left;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}
.nav-submenu .game-service>li:nth-child(4) a.service-name{
	background-image: url('../images/icon-service-item.png');
	background-position: left;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}
.nav-submenu .game-service>li:nth-child(1).selected a.service-name{
	background-image: url('../images/icon-service-gold-on.png');
}
.nav-submenu .game-service>li:nth-child(2).selected a.service-name{
	background-image: url('../images/icon-service-account-on.png');
}
.nav-submenu .game-service>li:nth-child(3).selected a.service-name{
	background-image: url('../images/icon-service-pl-on.png');
}
.nav-submenu .game-service>li:nth-child(4).selected a.service-name{
	background-image: url('../images/icon-service-item-on.png');
}
.nav-submenu .game-service>li .nav-service-list{
	position: absolute;
	left: 100%;
	top: 0;
	display: block;
	width: 350px;
	min-height: 100%;
	background-color: #fff;
	padding: 0 15px;
	overflow: hidden;
	border-top: 1px solid #de6262;
	z-index: 300;
	border: 1px solid #de6262;
	display: none;
	border-top: none;
	padding-bottom: 10px;
}
.nav-submenu .game-service>li .nav-service-list>ul{
	padding-top: 6px;

}
.nav-submenu .game-service>li .nav-service-list li{
	display: block;
	float: left;
	width: 50%;
	padding-right: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 38px;
}
.nav-submenu .game-service>li .nav-service-list li:last-child{
	float: right;
}
.nav-submenu .game-service>li .nav-service-list li:last-child a{
	padding: 3px 15px;
	color: #de6262;
	border: 1px solid #de6262;
	border-radius: 4px;
}
.nav-submenu .game-service>li .nav-service-list li:last-child a:hover{
	background-color: #de6262;
	color: #fff;
}
.nav-submenu .game-service>li .nav-service-list li a{
	color: #434d53;
	display: inline;
}
.nav-submenu .game-service>li .nav-service-list li a:hover{
	color: #de6262;
}
.nav-submenu.simple{
	background-color: #fff;
	min-width: 100%;
	width: auto;
}
.nav-submenu.simple ul{
	border-top: 1px solid #de6262;
}
.nav-submenu.simple ul li{
	padding: 7px 13px;
	white-space: nowrap;
}
.nav-submenu.simple ul li a{
	display: block;
	white-space: nowrap;
	overflow: visible;
	font-size: 1.5rem;
}
.nav-submenu.simple ul li:hover{
	background-color: #de6262;
}
.nav-submenu.simple ul li:hover a{
	color: #fff;
}

/* main */
.main{
	margin-top: 125px;
}

/* footer */
.footer-main{
	background-color: #2c363c;
	padding: 20px 0 5px;
}
.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: #de6262;
	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: 20px;
}
.footer-menu .menu-title{
	position: relative;
	text-transform: uppercase;
	font-size: 1.7rem;
	font-weight: bold;
	color: #ddd;
	padding: 8px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.footer-menu .menu-title:after{
	content: "";
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 1px;
	background-color: #de6262;
}
.footer-menu p{
	color: #fff;
	font-size: 1.4rem;
	padding-top: 18px;
	line-height: 2rem
}
.footer-menu a{
	color: #ddd;
	font-size: 1.5rem;
	color: #abadaf;
}
.footer-menu .menu-list{
	padding-top: 15px;
}
.footer-menu .menu-list a{
	position: relative;
}
.footer-menu .menu-list a:after{
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background-color: #de6262;
}
.footer-menu .menu-list li:hover a,.footer-menu .menu-list li:hover span{
	color: #de6262;
}
.footer-menu .menu-list li img{
	background-color: #fff;
	width: 23px;
	height: auto;overflow: hidden;
	margin-right: 2px;
}
.footer-menu .menu-list li:not(.subscribe):hover img{
	background-color: #de6262;
}
.footer-menu li{
	padding: 4px 0;
	display: block;
	float: left;
	clear: both;
}
.footer-menu .menu-list span{
	color: #abadaf;
	font-size: 1.5rem;
	display: inline-block;
	max-width: calc(100% - 35px);
	white-space: nowrap;
}
.footer-menu .menu-list li.subscribe input{
	background-color: #2a3338;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 2px;
	line-height: 2.2rem;
	color: #fff;
	padding-left: 2px;
	font-size: 1.4rem;
}
.footer-menu .menu-list li.subscribe button{
	color: #fff;
	padding-left: 2px;
}
.footer-menu .menu-list li.subscribe ::-webkit-input-placeholder { /* WebKit browsers */
    color: rgba(255,255,255,0.5);
}
.footer-menu .menu-list li.subscribe :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(255,255,255,0.5);
}
.footer-menu .menu-list li.subscribe ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(255,255,255,0.5);
}
.footer-menu .menu-list li.subscribe :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: rgba(255,255,255,0.5);
}
.copyright{
	padding: 10px 0;
	background-color: #2a3338;
	color: #434d53;
}
.copyright a{
	text-decoration: underline;
	color: #57666f;
}
.ban-notice{
	color: #adadad;
	background-color: #fbfbfb;
	text-align: center;
	padding: 6px 0;
	font-size: 1.4rem;
}
footer .payment-method{
	text-align: center;
	background-color: #fff;
	padding: 5px 15px;
}
footer .payment-method img{
	max-width: 100%;
}

/* index */
.index-banner{
	position: relative;
	z-index: 10;
	width: 100%;
}
.index-banner img{
	width: 100%;
}
.index-banner a{
	display: block;
}
.index-fifa-box{
	text-align: center;
	position: relative;
	bottom: 60px;
	background-image: url('../images/index-fifa19-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: 0 5px 0 #ccc;
	z-index: 20;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 70px;
}
.index-fifa-box .fifa-title{
	font-size: 3.2rem;
	color: #fff;
	display: block;
	text-align: center;
	padding-top: 10px;
}
.index-fifa-box .fifa-service-list{
	padding-top: 15px;
	padding-bottom: 15px;
}
.index-fifa-box .fifa-service-list li{
	float: left;
	display: block;
	width: 25%;
	padding: 0 5px;
}
.index-fifa-box .fifa-service-list li a{
	display: block;
}
.index-fifa-box .fifa-service-list li img{
	width: 100%;
	height: auto;
}
.index-section{
	padding-bottom: 40px;
}
.index-section.index-intro{
	padding-left: 0; 
	padding-right: 0;
	padding-bottom: 50px; 
	clear: both;
}
.index-section.hot-games{
	margin-top: -20px;
}
.index-section .section-title img{
	max-width: 66px;
}
.index-section .section-title span{
	color: #434d53;
	font-size: 3rem;
}
.section-title.upper-center{
	text-transform: uppercase;
	text-align: center;
}
.section-title.upper-center span{
	display: block;
	position: relative;
	text-align: center;
	padding-bottom: 10px;
}
.section-title.upper-center span.line-red:after{
	content: "";
	position: absolute;
	display: block;
	width: 100px;
	height: 2px;
	background-color: #de6262;
	left: calc(50% - 50px);
	top: 100%;
}
.hot-games .swiper-slide a{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.hot-games .swiper-slide span.game-name{
	display: block;
	text-align: center;
	font-size: 1.8rem;
	padding-top: 5px;
}
.hot-games .swiper-slide img.game-thumb{
	width: 100%;
}
.index-section .section-content{
	padding-top: 45px;
}
.hot-games .swiper-container{
	padding: 0 30px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: 0px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: 0px;
}
.swiper-container-banner{
	position: relative;
	overflow: hidden;
}
.swiper-container-banner img{
	max-width: 100%;
}
.index-discount{
	background-image: url('/images/index-discount-bg.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px 0 40px;
	margin-bottom: 40px;
}
.section-title.upper-center span.line-white{
	color: #de6262;
}
.section-title.upper-center span.line-white:after {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 2px;
    background-color: #fff;
    left: calc(50% - 50px);
    top: 100%;
}
.index-section .unit-dst{
	background-color: #fff;
	padding: 12px;
	position: relative;
	border-radius: 4px;
	border: 2px solid #ddd;
	margin-bottom: 25px;
}
.index-section .unit-dst .content-left{
	width: 55%;
	float: left;
}
.index-section .unit-dst .content-right{
	width: 40%;
	float: left;
	margin-left: 5%;
}
.index-section .unit-dst .content-right img{
	max-width: 100%;
}
.index-section .unit-dst .content-left span{
	display: block;
}
.index-section .unit-dst .content-left .product-name{
	font-size: 1.5rem;
	color: #333;
	font-weight: bold;
	height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-section .unit-dst .content-left .old-price{
	color: #999;
	font-size: 1.2rem;
	text-decoration: line-through;
	padding-top: 6px;
}
.index-section .unit-dst .content-left .new-price{
	color: #de6262;
	font-size: 1.7rem;
}
.index-section .unit-dst .content-left a{
	background-color: #de6262;
	color: #fff;
	padding: 4px 13px;
	text-align: center;
	margin-top: 8px;
	display: block;
	float: left;
	border-radius: 2px; 
	font-size: 1.5rem;
	line-height: 2rem;
	text-transform: uppercase;
}
.index-section .unit-dst .content-left a:hover{
	opacity: 0.85;
}
.index-section .unit-dst .content-left a img{
	width: 20px;
	padding-right: 4px;
	height: auto;
	display: inline-block;
}
.index-section .unit-dst .discount-scale{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	padding: 2px 10px;
	background-color: #fff100;
	color: #333;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: bold;
}
.index-section .news-single .content-left{
	float: left;
	width: 25%;
	position: relative;
}
.index-section .news-single .content-left img{
	width: 100%;
}
.index-section .news-single .content-right{
	float: left;
	width: 72%;
	padding-left: 20px;
}
.index-section .news-single .content-left .news-category{
	position: absolute;
	left: 5px;
	bottom: 5px;
	background-color: #de6262;
	color: #fff;
	font-size: 1.4rem;
	padding: 2px 6px;
	border-radius: 2px;
	max-width: 80%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.index-section .news-single{
	padding-bottom: 35px;
	padding-left: 0;
}
.index-section .news-single .news-title{
	padding-bottom: 0.5rem;
}
.index-section .news-single .news-title a{
	font-size: 1.6rem;
	color: #34495e;
	font-weight: bold;	
}
.index-section .news-single .content-right p{
	color: #7b8a97;
	font-size: 1.4rem;
	line-height: 1.8rem;
}
.index-section .section-content.site-intro{
	border: 1px solid #c4c4c4;
	border-radius: 4px;
	margin-top: 30px;
	padding-top: 0;
	overflow: hidden;
}
.index-section .section-content.site-intro .site-intro-title{
	padding: 12px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #c4c4c4;
	text-align: center;
	font-size: 1.8rem;
	color: #de6262;
	font-weight: bold;
	line-height: 2rem;
}
.index-section .site-intro .site-intro-content{
	padding: 20px;
	background-color: #fff;
}
.index-section .site-intro .site-intro-subtitle{
	position: relative;
	font-size: 1.6rem;
    color: #de6262;
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 8px;
    font-weight: bold;
}
.index-section .site-intro .site-intro-subtitle:before{
	content: "";
    width: 4px;
    height: 80%;
    position: absolute;
    left: 0;
    top: 10%;
    display: block;
    background-color: #de6262;
}
.index-section .site-intro .site-intro-content p{
	padding-bottom: 10px;
	font-size: 1.4rem;
	color: #666;
}

.unit-index-game{
	border-radius: 4px;
	float: left;
	display: block;
	width: calc(50% - 20px);
	box-shadow: 0 0 5px #ccc;
}
.unit-index-game:nth-child(2n+1){
	margin-right: 40px;
	margin-bottom: 40px;
}
.unit-index-game .box-top{
	position: relative;
	height: 100px;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 4px;
}
.unit-index-game .box-top:hover{
	transform: scale(1.03,1.03);
}
.unit-index-game:nth-child(1) .box-top{
	background: url('/images/index-game-bg01.png');
}
.unit-index-game:nth-child(2) .box-top{
	background: url('/images/index-game-bg02.png');
}
.unit-index-game:nth-child(3) .box-top{
	background: url('/images/index-game-bg03.png');
}
.unit-index-game:nth-child(4) .box-top{
	background: url('/images/index-game-bg04.png');
}
.unit-index-game .box-top .game-icon{
	position: absolute;
	left: 20px;
	top: -20px;
	width: 14%;
	height: auto;
	border-radius: 4px;
}
.unit-index-game .box-top .game-title{
	position: absolute;
	top: 34%;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	left: calc(16% + 30px);
}
.unit-index-game .box-top .game-link{
	position: absolute;
	bottom: -1.2rem;
	right: 20px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 5px 12px;
	background-color: #de6262;
	border-radius: 2px;
	line-height: 1.8rem;
}
.unit-index-game .box-top .game-link:hover{
	background-color: #e37979;
}

/* 业务总页 */
.game-filter{
	position: relative;
}
.game-filter select,.game-filter input{
	width: 33.33333333%;
	display: block;
	float: left;
	background-color: #fff;
	font-size: 1.5rem;
	line-height: 3rem;
	height: 3rem;
	padding-left: 4px;
	border: 1px solid #ddd;
}
.game-filter select{
	color: #434d53;
}
.online-games-list{
	margin-top: 40px;
}
.online-games-list li.unit-game{
	float: left;
	display: block;
	margin-right: 50px;
	text-align: center;
	padding: 15px;
	width: calc(20% - 40px);
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	margin-bottom: 40px;
}
.online-games-list li.unit-game:nth-child(5n){
	margin-right: 0;
}
.online-games-list li.unit-game a{
	display: block;
}
.online-games-list li.unit-game a img{
	margin: 0 auto;
}
.online-games-list li.unit-game .game-name{
	font-size: 1.5rem;
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.game-filter .search-game{
	position: absolute;
	right: 0px;
	bottom: 2px;
}
.game-filter .search-game img{
	width: 30px;
	height: 30px;
}
/* 搜索结果页 */
.page-common-bg{
	padding: 40px 30px;
}
.bg-white{
	background-color: #fff;
}
.page-common-bg .search-input{
	position: relative;
	margin-bottom: 30px;
}
.page-common-bg .search-input input{
	width: 100%;
	border: 1px solid #ccc;
	line-height: 3.6rem;
	height: 3.6rem;
	font-size: 1.5rem;
	padding-left: 5px;
	border-radius: 4px;
}
.page-common-bg .search-input .btn-search{
	position: absolute;
	right: 0;
	top: 10%;
	height: 80%;
}
.page-common-bg .search-input .btn-search img{
	height: 100%;
	width: auto;
}
.page-search-result .result-list{
	width: 50%;
	padding-right: 30px;
}
.page-search-result .result-list h2{
	position: relative;
	font-size: 1.8rem;
	color: #de6262;
	padding-left: 10px;
	font-weight: bold;
}
.page-search-result .result-list h2:before{
	content: "";
	width: 4px;
	height: 80%;
	position: absolute;
	left: 0;
	top: 10%;
	display: block;
	background-color: #de6262;
}
.page-search-result .result-list ul{
	padding-top: 10px;
}
.page-search-result .result-list li{
	padding: 12px 0;
}
.page-search-result .result-list li img{
	width: 30px;
	height: auto;
}
.page-search-result .result-list li a{
	font-size: 1.4rem;
	padding-left: 5px;
	color: #333;
}
/* 游戏首页 */
.page-game-index .game-name{
	font-size: 4rem;
	float: left;
	height: 6rem;
	line-height: 6rem;
	white-space: nowrap;
	font-weight: bold;
	color: #434d53;
}
.page-game-index .game-title .game-logo{
	float: right;
	display: block;
	height: 6rem;
	width: auto;
}
.page-game-index .game-service{
	padding-top: 20px;
	padding-bottom: 30px;
}
.game-service .service-unit{
	float: left;
	width: calc(25% - 15px);
	margin-right: 20px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0 10px #ddd;
	padding: 25px 15px 15px;
	margin-bottom: 20px;
	position: relative;
}
.game-service .service-unit:nth-child(4n){
	margin-right: 0;
}
.game-service .service-unit .corner-icon{
	position: absolute;
	right: 10px;
	top: 10px;
	display: block;
}
.game-service .service-unit img{
	display: block;
	margin: 0 auto;
	max-width: 70px;
	height: auto;
}
.game-service .service-unit .service-name{
	display: block;
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 2rem;
	padding-bottom: 12px;
}
.game-service .service-unit .span-link{
	display: inline-block;
	background-color: #de6262;
	color: #fff;
	padding: 5px 18px;
	text-transform: uppercase;
	border-radius: 2px;
	cursor: pointer;
}
.game-service .service-unit a.link-full{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 6;
}
.game-service .service-unit a.link-full:hover + .span-link{
	opacity: 0.85;
}
.index-section.index-game-profile .content-left{
	float: left;
	width: 25%;
	padding-right: 3%;
}
.index-section.index-game-profile .content-left img{
	width: 100%;
	height: auto;
	border-radius: 4px;
	overflow: hidden;
	display: block;
}
.index-section.index-game-profile .content-right{
	float: left;
	width: 75%;
}
.index-game-profile .game-intro{
	border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}
.index-game-profile .game-intro li{
	width: 50%;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 8px 10px;
}
.index-game-profile .game-intro li:last-child{
	width: 100%;
}
.index-game-profile .game-intro li:last-child .about-game-content{
	width: 100%;
	white-space: normal;
	line-height: 1.8rem;
	padding-top: 6px;
	font-size: 1.4rem;
	min-height: 9.2rem;
}
.index-game-profile .game-intro li:nth-child(4n+1),.index-game-profile .game-intro li:nth-child(4n+2){
	background-color: #fff;
}
.index-game-profile .game-intro li:nth-child(4n+3),.index-game-profile .game-intro li:nth-child(4n){
	background-color: #f5f5f5;
}
.index-game-profile .game-intro li span{
	font-size: 1.5rem;
}
.index-game-profile .game-intro li span.intro-title{
	font-weight: bold;
	color: #333;
	padding-right: 4px;
}
.index-game-profile .game-intro li span.intro-detail{
	color: #666;
}
.index-game-profile .game-intro li span.intro-detail.detail-social-link img{
	height: 1.5rem;
	width: auto;
	padding-right: 2px;
}
.game-index-banner{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 45px 0 35px;
	margin: 20px 0 30px;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
}
.game-index-banner .banner-title{
	color: #fff;
	font-size: 1.8rem;
	padding-bottom: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
.game-index-banner .banner-content{
	color: #fff;
	font-size: 1.4rem;
	line-height: 2.2rem;
	width: 45%;
}
.game-index-banner.fifa20 .banner-content{
	width: 100%;
}
.index-section.index-more .game-detail-section{
	padding-bottom: 40px;
}
.index-section.index-more .game-detail-section:last-child{
	padding-bottom: 0;
}
.index-section.index-more .game-detail-section .sub-title{
	font-size: 1.6rem;
	font-weight: bold;
	color: #434d53;
	padding-bottom: 10px;
}
.index-section.index-more .game-detail-section .sub-content a{
	display: block;
	color: #de6262;
	text-decoration: underline;
}
.index-section.index-more .game-detail-section .sub-content p{
	font-size: 1.5rem;
	color: #434d53;
	line-height: 1.8rem;
}
.index-section.index-more .game-detail-section .sub-content .attr-img{
	max-width: 100%;
	padding-top: 8px;
	border-radius: 4px;
	overflow: hidden;
}
/* 产品列表页-金币 */
.page-product-list .game-banner{
	position: relative;
}
.page-product-list .game-banner .banner-word{
	position: absolute;
	top: 110px;
	left: 40px;
}
.page-product-list .game-banner img{
	width: 100%;
	height: auto;
}
.page-product-list .game-banner .banner-word li{
	padding-bottom: 4px;
}
.page-product-list .game-banner .banner-word span{
	color: #fff;
	white-space: nowrap;
	font-size: 1.6rem;
	font-weight: bold;
}
.section-product{
	padding-top: 20px;
	margin-bottom: 50px;
}
.service-title-list ul{
	white-space: nowrap;
}
.service-title-list li{
	display: inline-block;
	margin-right: 15px;
	background-color: #f8f8f8;
	border-radius: 2px;
	border: 1px solid #ddd;
}
.service-title-list li:hover{
	background-color: #de6262;
}
.service-title-list li:hover a{
	color: #fff;
}
.service-title-list li.selected{
	background-color: #de6262;
}
.service-title-list li a{
	display: block;
	padding: 18px 20px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #454545;
}
.service-title-list li.selected a{
	color: #fff;
}
.product-main-bg{
	border-top: 2px solid #de6262;
	background-color: #fff;
	position: relative;
	bottom: 1px;
	padding: 15px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.prt-filter{
	padding: 5px 0 15px;
}
.prt-filter select{
	border: 1px solid #ccc;
    line-height: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    padding-left: 5px;
    border-radius: 4px;
    width: 25%;
    max-height: 150px;
    overflow-y: scroll; 
}
.prt-filter .search-input{
	width: calc(25% - 10px);
	display: inline-block;
	position: relative;
}
.prt-filter .search-input .btn-search{
	position: absolute;
    right: 2px;
    top: 10%;
    height: 80%;
    background-color: #fff;
}
.prt-filter .search-input .btn-search img{
	height: 100%;
	width: auto;
}
.prt-filter .search-input input{
	border: 1px solid #ccc;
    line-height: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    padding-left: 5px;
    border-radius: 4px;
    width: 100%;
}
.page-product-list .product-list{
	background-color: #fcfcfc;
	border-radius: 4px;
	border: 1px solid #ddd;
	/*overflow: hidden;*/
	margin-top: 5px;
}
.product-single{
	display: table;
	width: 100%;
	padding: 15px;
	position: relative;
}
.product-single:not(:last-child){
	border-bottom: 1px solid #ddd;
}
.product-single>div{
	display: table-cell;
	vertical-align: middle;
}
.product-single .prt-thumb{
	width: 35px;
	vertical-align: top;
	position: relative;
}
.product-single .prt-thumb img{
	width: 100%;
	height: auto;
}
.product-single .prt-name{
	padding-left: 8px;
	padding-right: 10px;
	width: 42%;
}
.product-single .product-name{
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: bold;
	word-break: break-word;
}
.product-single .product-name a:hover{
	color: #de6262;
}
.product-single .product-name i{
	font-style: normal;
	color: #de6262;
}
.product-single .delivery-time{
	color: #666;
	font-size: 1.3rem;
}
.product-single .prt-platform{
	width: 34px;
}
.product-single .prt-platform img{
	width: 100%;
	height: auto;
}
.product-single .prt-price{
	padding-left: 15%;
	width: 36%;
	position: relative;
}
.product-single .prt-price span{
	color: #de6262;
	font-weight: bold;
	font-size: 1.5rem;
}
.product-single .prt-price span.line-through{
	text-decoration: line-through;
	color: #999;
}
.product-single .discount-num{
	width: 40px;
	height: 40px;
	background-image: url('/images/discount-num-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	line-height: 3.4rem;
	display: inline-block;
	font-size: 1rem;
	color: #333;
	font-weight: bold;
	text-align: center;
	margin-left: 10px;
	position: absolute;
	left: 30%;
	top: 1px;
	font-style: normal;
}
.product-single .prt-btn-buy{
	position: absolute;
	right: 30px;
	top: calc(50% - 18px);
	display: block;
	cursor: pointer;
	border-radius: 2px;
	overflow: hidden;
}
.product-single .prt-btn-buy.disabled,.product-list .player-row .prt-btn-buy.disabled{
	opacity: 0.5;
	cursor: not-allowed;
	padding: 1px 6px;
}
.section-quick-buy .prt-btn-buy{
	position: absolute;
	right: 20px;
	bottom: 15px;
	display: block;
	cursor: pointer;
	border-radius: 2px;
	overflow: hidden;
	transition: all 0.24s ease-in-out;
	-webkit-transition: all 0.24s ease-in-out;
	-moz-transition: all 0.24s ease-in-out;
}
.product-single .prt-btn-buy span:first-child,.section-quick-buy .prt-btn-buy span:first-child{
	background-color: #2d363b;
	padding: 6px 4px 6px 8px;
	transition: all 0.24s ease-in-out;
	-webkit-transition: all 0.24s ease-in-out;
	-moz-transition: all 0.24s ease-in-out;
}
.product-single .prt-btn-buy span,.section-quick-buy .prt-btn-buy span{
	display: block;
	float: left;
}
.product-single .prt-btn-buy span:first-child img,.section-quick-buy .prt-btn-buy span:first-child img{
	display: block;
	width: 24px;
	height: auto;
}
.product-single .prt-btn-buy span:last-child,.section-quick-buy .prt-btn-buy span:last-child{
	color: #fff;
	text-transform: uppercase;
	background-color: #de6262;
	padding: 6px 20px 6px;
	line-height: 24px;
	position: relative;
	overflow: hidden;
	font-size: 1.5rem;
	z-index: 0;
}
.product-single .prt-btn-buy span:last-child:before,.section-quick-buy .prt-btn-buy span:last-child:before{
	content: "";
	width: 20px;
	height: 80px;
	background-color: #2d363b;
	position: absolute;
	left: -4px;
	top: 0px;
	transform: rotate(-23deg);
	transition: all 0.24s ease-in-out;
	-webkit-transition: all 0.24s ease-in-out;
	-moz-transition: all 0.24s ease-in-out;
}
.product-single .prt-btn-buy span:last-child:after,.section-quick-buy .prt-btn-buy span:last-child:after{
	content: "";
	width: 300px;
	height: 100px;
	background-color: #2d363b;
	position: absolute;
	left: 120%;
	top: -80px;
	transform: rotate(-23deg);
	transition: all 0.24s ease-in-out;
	-webkit-transition: all 0.24s ease-in-out;
	-moz-transition: all 0.24s ease-in-out;
	z-index: -1;
}
.product-single .prt-btn-buy:hover span:first-child,.section-quick-buy .prt-btn-buy:hover span:first-child{
	background-color: #de6262;
}
.product-single .prt-btn-buy:hover span:last-child:before,.section-quick-buy .prt-btn-buy:hover span:last-child:before{
	background-color: #de6262;
}
.product-single .prt-btn-buy:hover span:last-child:after,.section-quick-buy .prt-btn-buy:hover span:last-child:after{
	left: -5px;
}
#page_box {
	text-align:center;
	clear:both;
	height:55px;
	padding-top:25px;
	font-size: 1.3rem;
	overflow: hidden;
}
#page_box a {
	padding:4px 7px;
	margin:0 3px;
	color:#de6262;
	border:1px #de6262 solid;
}
#page_box a:hover {
	color:#fff;
	background-color:#de6262;
}
#page_box .current {
	padding:4px 7px;
	margin:0 3px;
	color:#cecece;
	border:1px #cecece solid;
}
#page_box .current:visited {
	color:#FFF;
	background-color:#de6262;
}
#page_box .disabled {
	color:#cecece;
	margin: 0 3px;
}
.product-single .pl-info{
	padding: 3px 0;
}
.product-single .pl-info span{
	color: #333;
	padding-right: 10px;
}
.product-single .product-detail-toggle{
	display: block;
	clear: both;
	padding-top: 1px;
}
.product-single .product-detail-toggle .toggle-title{
	color: #666;
	cursor: pointer;
	text-decoration: underline;
}
.product-single .product-detail-toggle .toggle-content{
	display: none;
	word-break: break-all;
}
.bg-01{
	background-color: #fff;
	padding: 15px;
	border-radius: 4px;
	border: 1px solid #ddd;
}
.section-quick-buy{
	margin-top: 20px;
	position: relative;
}
.box-title{
	position: relative;
	/*text-transform: uppercase;*/
	font-size: 1.8rem;
	color: #de6262;
	line-height: 2.2rem;
	padding-left: 10px;
}
.box-title:before{
	content: "";
	position: absolute;
	left: 0;
	top: 15%;
	width: 4px;
	height: 70%;
	background-color: #de6262;
	display: block;
}
.section-quick-buy .quick-buy-content{
	padding-top: 12px;
}
.section-quick-buy .quick-buy-content select{
	border: 1px solid #ccc;
    line-height: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    padding-left: 5px;
    margin-right: 5px;
    border-radius: 4px;
    width: 13%;
}
.section-quick-buy .quick-buy-content>div{
	display: inline-block;
	line-height: 3rem;
	font-size: 1.5rem;
}
.section-quick-buy .quick-buy-content .estimate-time{
	padding-left: 12px;
}
.section-quick-buy .quick-buy-content .estimate-time i{
	font-weight: bold;
	font-style: normal;
	color: #de6262;
	padding: 0 5px;
}
.section-quick-buy .quick-buy-content .quick-buy-price{
	color: #de6262;
	font-weight: bold;
	padding-left: 85px;
	font-size: 1.6rem;
}
.prt-descp{
	padding: 6px 0 20px;
}
.prt-descp .prt-descp-title{
	font-size: 1.6rem;
	color: #de6262;
	font-weight: bold;
	padding-bottom: 10px;
}
.prt-descp p{
	line-height: 2rem;
	font-size: 1.4rem;
	color: #333;
}
.prt-descp p a{
	color: #de6262;
	text-decoration: underline;
}
.psn-country-single{
    position: relative;
    float: left;
    height: 160px;
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 50;
    -webkit-transition: all 0.1s ease-in-out;
}
.psn-country-name{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 36px;
    border-top: 1px solid rgba(255,255,255,0.6);
    color: #fff;
    z-index: 100;
    -webkit-transition: all 0.1s ease-in-out;
}
.psn-country-single a{
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
     background-image: url(/images/cdkey/psn-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.psn-country-single img{
    position: absolute;
    right: 15px;
    top: 90px;
    width: 30px;
    height: auto;
}
#skin .popover-content {
    padding: 0;
}
.item-detail-popover-box {
    background-color: #f8f8f8;
    padding: 0 15px 5px 15px;
    border-radius: 4px;
    box-shadow: 0 0 5px #ccc;
}
.popover-content .item-name {
    padding: 8px 15px 0 0;
    position: relative;
    width: 100%;
    color: #666;
    font-size: 14px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item-detail-popover-box .item-info {
    position: relative;
    padding-bottom: 8px;
}
.item-detail-popover-box .item-info img {
    width: 16px;
    padding-top: 4px;
}
.item-detail-popover-box .item-info .item-type {
    font-size: 12px;
    color: #666;
    position: relative;
    top: 4px;
    left: 1px;
}
.item-detail-popover-box .item-info .item-comment {
    display: block;
    font-size: 12px;
    color: #666;
    padding-top: 5px;
}
.item-detail-popover-box .access-status.deny {
    color: #da4932;
    font-style: normal;
    display: block;
    font-size: 12px;
    padding-top: 2px;
    float: none;
    clear: left;
}
.item-detail-popover-box .item-description {
    padding-top: 10px;
    color: #666;
    line-height: 24px;
}
.item-detail-popover-box .item-thumb {
    background-image: url(/images/steam-skin/bg-csgo.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 2px;
    overflow: hidden;
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding-top: 5px;
    text-align: center;
}
.item-detail-popover-box.item-dota2 .item-thumb{
	background: transparent;
	padding-top: 0;
	position: relative;
}
.item-detail-popover-box.item-pubg .item-thumb{
	background-image: url(/images/steam-skin/bg-pubg.png);
	padding-top: 0;
}
.item-detail-popover-box.item-h1z1 .item-thumb{
	background-image: url(/images/steam-skin/bg-h1z1.png);
	padding-top: 0;
}
.item-detail-popover-box .item-thumb img{
    width: 74%;
    display: inline-block;
}
.item-detail-popover-box.item-dota2 .item-thumb img{
	width: 100%;
}
#skin .product-single .prt-thumb{
	width: 88px;
	padding-right: 8px;
}
.product-single .skin-info span{
	color: #666;
	padding-right: 4px;
}
.product-single .skin-info p{
	color: #666;
}
#item .popover-content{
	padding: 0;
}
#item .item-detail-popover-box .item-thumb{
	padding-top: 0;
}
#item .item-detail-popover-box .item-thumb img{
	width: 100%;
}
#item .item-detail-popover-box pre{
	width: 200px;
	white-space: pre-wrap;
	word-break: break-word;
	margin-top: 8px;
	padding: 0;
	background: transparent;
	border: none;
}
.fifa-players-table .table-title{
	padding: 6px 15px;
	border-bottom: 1px solid #ddd;
}
.fifa-players-table .table-title span{
	display: block;
	float: left;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: bold;
}
.fifa-players-table .table-title span:nth-child(1),.fifa-players-table .player-row div:nth-child(1){
	width: 40%;
}
.fifa-players-table .table-title span:nth-child(2),.fifa-players-table .player-row div:nth-child(2){
	width: 10%;
}
.fifa-players-table .table-title span:nth-child(3),.fifa-players-table .player-row div:nth-child(3){
	width: 10%;
}
.fifa-players-table .table-title span:nth-child(4),.fifa-players-table .player-row div:nth-child(4){
	width: 20%;
}
.fifa-players-table .player-row{
	padding: 8px 15px;
	position: relative;
}
.fifa-players-table .player-row:not(:last-child){
	border-bottom: 1px solid #ddd;
}
.fifa-players-table .player-row>div{
	display: block;
	float: left;
	font-size: 1.5rem;
	line-height: 2rem;
	line-height: 40px;
	font-size: 1.5rem;
	/*font-weight: bold;*/
}
.fifa-players-table .player-row .player-thumb{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fifa-players-table .player-row img.player-portrait{
	height: 40px;
	width: auto;
}
.fifa-players-table .player-row img.player-nation{
	height: 18px;
	width: auto;
}
.fifa-players-table .player-row img.player-club{
	height: 26px;
	width: auto;
}
.fifa-players-table .player-row .player-name{
	line-height: 40px;
	white-space: nowrap;
}
.fifa-players-table .player-row .player-price span{
	color: #de6262;
    font-weight: bold;
    font-size: 1.5rem;
}
.fifa-players-table .player-row .prt-btn-buy{
	position: absolute;
	right: 30px;
	bottom: 12px;
	display: block;
	cursor: pointer;
	border-radius: 2px;
	overflow: hidden;
	transition: all 0.24s ease-in-out;
	-webkit-transition: all 0.24s ease-in-out;
	-moz-transition: all 0.24s ease-in-out;
}
.fifa-players-table .player-row .prt-btn-buy span:first-child{
	background-color: #2d363b;
	padding: 6px 4px 6px 8px;
	transition: all 0.24s ease-in-out;
	-webkit-transition: all 0.24s ease-in-out;
	-moz-transition: all 0.24s ease-in-out;
}
.fifa-players-table .player-row .prt-btn-buy span{
	display: block;
	float: left;
}
.fifa-players-table .player-row .prt-btn-buy span:first-child img{
	display: block;
	width: 20px;
	height: auto;
}
.fifa-players-table .player-row .prt-btn-buy span:last-child{
	color: #fff;
	text-transform: uppercase;
	background-color: #de6262;
	padding: 6px 20px 6px;
	line-height: 20px;
	position: relative;
	overflow: hidden;
	font-size: 1.5rem;
	z-index: 0;
}
.fifa-players-table .player-row .prt-btn-buy span:last-child:before{
	content: "";
	width: 20px;
	height: 80px;
	background-color: #2d363b;
	position: absolute;
	left: -4px;
	top: 0px;
	transform: rotate(-23deg);
	transition: all 0.24s ease-in-out;
	-webkit-transition: all 0.24s ease-in-out;
	-moz-transition: all 0.24s ease-in-out;
}
.fifa-players-table .player-row .prt-btn-buy span:last-child:after{
	content: "";
	width: 300px;
	height: 100px;
	background-color: #2d363b;
	position: absolute;
	left: 120%;
	top: -80px;
	transform: rotate(-23deg);
	transition: all 0.24s ease-in-out;
	-webkit-transition: all 0.24s ease-in-out;
	-moz-transition: all 0.24s ease-in-out;
	z-index: -1;
}
.fifa-players-table .player-row .prt-btn-buy:hover span:first-child{
	background-color: #de6262;
}
.fifa-players-table .player-row .prt-btn-buy:hover span:last-child:before{
	background-color: #de6262;
}
.fifa-players-table .player-row .prt-btn-buy:hover span:last-child:after{
	left: -5px;
}
.fifa-players-table div.player-rate span{
	padding: 4px;
	border-radius: 2px;
}
.fifa-players-table div.player-rate span.IF,.game-fifa19 .fifa-players-table div.player-rate span.FIF{
	background: #3e3e3e;
    background: -webkit-linear-gradient(-90deg,#3e3e3e,black);
    background: linear-gradient(-290deg,#000,#8a710e);
    color: #dcb20a;
}
.fifa-players-table div.player-rate span.SIF,.fifa-players-table div.player-rate span.TIF{
	background: #000;
	color: #dcb20a;
}
.fifa-players-table 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);
}
.fifa-players-table div.player-rate span.Icon{
	background: #203a63;
    background: -moz-linear-gradient(45deg,#fffbe9 0,#958351 50%,#36517e 65%,#203a63 100%);
    background: -webkit-linear-gradient(45deg,#fffbe9 0,#958351 50%,#36517e 65%,#203a63 100%);
    background: linear-gradient(45deg,#fffbe9 0,#958351 50%,#36517e 65%,#203a63 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5db66',endColorstr='#0c427d',GradientType=1);
    color: white;
}
.fifa-players-table 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;
}
.fifa-players-table div.player-rate span.OTW{
	background: #ececec;
    background: -moz-linear-gradient(45deg,#996931 10%,#a69423 20%,#666663 51%,#000 100%);
    background: -webkit-linear-gradient(45deg,#996931 10%,#a69423 20%,#666663 51%,#000 100%);
    background: linear-gradient(45deg,#996931 10%,#a69423 20%,#666663 51%,#000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5db66',endColorstr='#0c427d',GradientType=1);
    color: #fff;
}
.fifa-players-table div.player-rate span.Hero{
    background: #7962a6;
    background: -moz-linear-gradient(45deg,#7962a6 0,#7962a6 50%,#7962a6 51%,#4f3580 100%);
    background: -webkit-linear-gradient(45deg,#7962a6 0,#7962a6 50%,#7962a6 51%,#4f3580 100%);
    background: linear-gradient(45deg,#7962a6 0,#7962a6 50%,#7962a6 51%,#4f3580 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5db66',endColorstr='#0c427d',GradientType=1);
    color: #fff;
}
.fifa-players-table 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;
}
.fifa-players-table 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;
}
.fifa-players-table 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);
}
.fifa-players-table 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);
}
.fifa-players-table div.player-rate span.TOTY{
	background: #2989d8;
    background: -moz-linear-gradient(45deg,#2989d8 0,#2989d8 50%,#207cca 51%,#0c427d 100%);
    background: -webkit-linear-gradient(45deg,#2989d8 0,#2989d8 50%,#207cca 51%,#0c427d 100%);
    background: linear-gradient(45deg,#2989d8 0,#2989d8 50%,#207cca 51%,#0c427d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5db66',endColorstr='#0c427d',GradientType=1);
    color: #fff;
}
.fifa-players-table 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;
}
.fifa-players-table div.player-rate span.FUT-Birthday{
	background: #6cc0aa;
    background: -moz-linear-gradient(45deg,#fff 0,#6cc2a3 50%,#6cc2a3 51%,#6cc0aa 100%);
    background: -webkit-linear-gradient(45deg,#fff 0,#6cc2a3 50%,#6cc2a3 51%,#6cc0aa 100%);
    background: linear-gradient(45deg,#fff 0,#6cc2a3 50%,#6cc2a3 51%,#6cc0aa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5db66',endColorstr='#0c427d',GradientType=1);
    color: #061912;
}
.fifa-players-table div.player-rate span.MOTM{
	background: #fd9437;
    background: -webkit-linear-gradient(-90deg,#fd9437,#ff7800);
    background: linear-gradient(180deg,#fd9437,#ff7800);
    color: black;
}
.fifa-players-table div.player-rate span.TOTS{
	background: #f5db66;
    background: -moz-linear-gradient(45deg,#f5db66 0,#2989d8 50%,#207cca 51%,#0c427d 100%);
    background: -webkit-linear-gradient(45deg,#f5db66 0,#2989d8 50%,#207cca 51%,#0c427d 100%);
    background: linear-gradient(45deg,#f5db66 0,#2989d8 50%,#207cca 51%,#0c427d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5db66',endColorstr='#0c427d',GradientType=1);
    color: #fff;
}
.fifa-players-table 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;
}
.fifa-players-table 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;
}
.fifa-players-table 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;
}
.game-fifa19 .fifa-players-table div.player-rate span.OTW{
	background: #ececec;
    background: -moz-linear-gradient(45deg, #f656cc 10%, #23e7e9 20%, #014df9 51%, #05074d 100%);
    background: -webkit-linear-gradient(45deg, #f656cc 10%, #23e7e9 20%, #014df9 51%, #05074d 100%);
    background: linear-gradient(45deg, #f656cc 10%, #23e7e9 20%, #014df9 51%, #05074d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    color: #fff;
}
.game-fifa19 .fifa-players-table 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;
}
.game-fifa19 .fifa-players-table div.player-rate span.TOTGS{
	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;
}
.fifa-players-table 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;
}
.game-fifa19 .fifa-players-table div.player-rate span.TOTY{
	background: #2989d8;
    background: -moz-linear-gradient(45deg, #2989d8 0%, #2989d8 50%, #207cca 51%, #0c427d 100%);
    background: -webkit-linear-gradient(45deg, #2989d8 0%, #2989d8 50%, #207cca 51%, #0c427d 100%);
    background: linear-gradient(45deg, #2989d8 0%, #2989d8 50%, #207cca 51%, #0c427d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    color: #e8dc9a;
}
.fifa-players-table div.player-rate span.FUT-Future-Stars{
	background: #180823;
    background: -moz-linear-gradient(45deg, #cf064b 0%, #811047 50%, #811047 51%, #180823 100%);
    background: -webkit-linear-gradient(45deg, #cf064b 0%, #811047 50%, #811047 51%, #180823 100%);
    background: linear-gradient(45deg, #cf064b 0%, #811047 50%, #811047 51%, #180823 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    color: #c0fe44;
    border: 1px solid #c0fe44;
}
.game-fifa19 .fifa-players-table 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 );
}
.fifa-players-table 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;
}
.fifa-players-table 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;
}
.fifa-players-table 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;
}
.fifa-players-table 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;
}
.fifa-players-table 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;
}
.fifa-players-table 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;
}
.game-fifa19 .fifa-players-table div.player-rate span.Premium-SBC{
	background: #992371;
    background: -moz-linear-gradient(45deg, #36d2ea 0%, #1d5383 50%, #1d5383 51%, #992371 100%);
    background: -webkit-linear-gradient(45deg, #36d2ea 0%, #1d5383 50%, #1d5383 51%, #992371 100%);
    background: linear-gradient(45deg, #36d2ea 0%, #1d5383 50%, #1d5383 51%, #992371 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    color: #fff;
}
.game-fifa19 .fifa-players-table div.player-rate span.SBC{
	background: #a62da5;
    background: -moz-linear-gradient(45deg, #a62da5 10%, #9a2298 20%, #701470 51%, #5d0a5c 100%);
    background: -webkit-linear-gradient(45deg, #a62da5 10%, #9a2298 20%, #701470 51%, #5d0a5c 100%);
    background: linear-gradient(45deg, #a62da5 10%, #9a2298 20%, #701470 51%, #5d0a5c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    color: #72C0FF;
}
.game-fifa19 .fifa-players-table div.player-rate span.PL-POTM{
	background: #51057c;
    background: -moz-linear-gradient(45deg, #51057c 10%, #45046a 20%, #34033f 51%, #250029 100%);
    background: -webkit-linear-gradient(45deg, #51057c 10%, #45046a 20%, #34033f 51%, #250029 100%);
    background: linear-gradient(45deg, #51057c 10%, #45046a 20%, #34033f 51%, #250029 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    color: #25D9F1;
}
.game-fifa19 .fifa-players-table div.player-rate span.TOTS{
    background: #f5db66;
    background: -moz-linear-gradient(45deg, #f5db66 0%, #2989d8 50%, #207cca 51%, #0c427d 100%);
    background: -webkit-linear-gradient(45deg, #f5db66 0%, #2989d8 50%, #207cca 51%, #0c427d 100%);
    background: linear-gradient(45deg, #f5db66 0%, #2989d8 50%, #207cca 51%, #0c427d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5db66', endColorstr='#0c427d',GradientType=1 );
    color: #fff;
}
.game-fifa19 .fifa-players-table div.player-rate span.TOTY-Nominee-SBC{
	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;
}
#cdkey .product-single{
	padding-top: 20px;
	padding-bottom: 20px;
}
#cdkey .product-single .prt-thumb{
	width: 14%;
}
#cdkey .product-single .prt-name{
	padding-left: 25px;
}
#cdkey .product-single .prt-name .cdkey-description{
	color: #666;
	font-size: 1.4rem;
	line-height: 2rem;
}
#cdkey .product-single .prt-price{
	padding-left: 12%;
}
#cdkey .product-single .product-name{
	padding-bottom: 4px;
	display: block;
	font-size: 1.6rem;
}
#cdkey .product-single .product-name a{
	color: #333;
}
.page-product-list .optimize-words{
    background-color: #fff;
    padding: 15px;
    margin-top: 30px;
    border-radius: 4px;
}
.page-product-list .optimize-words h2{
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 10px;
}

/* 产品详情页 */
.product-detail-bg{
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 30px 20px;
	margin-bottom: 30px;
}
.product-detail-bg:last-child{
	margin-bottom: 50px;
}
.product-detail-box .product-thumb{
	width: 18%;
	float: left;
}
.product-detail-box .product-thumb img{
	width: 100%;
}
.product-detail-box .product-info{
	width: 82%;
	float: left;
	padding-left: 30px;
}
.product-detail-box .product-info h1{
	font-size: 2.2rem;
	font-weight: bold;
}
.product-detail-box .info-list{
	padding-top: 20px;
}
.product-detail-box .info-list li{
	padding-bottom: 8px;
}
.product-detail-box .info-list .row-title{
	display: inline-block;
	width: 20%;
	font-size: 1.5rem;
}
.product-detail-box .info-list .row-content{
	display: inline-block;
	width: 75%;
	font-size: 1.5rem;
}
.product-detail-box .info-list .row-content.price{
	color: #de6262;
	font-size: 1.8rem;
	font-weight: bold;
}
.page-product-detail .prt-btn-buy{
	position: absolute;
	bottom: 0;
	right: 0;
    display: block;
    float: left;
    cursor: pointer;
    border-radius: 2px;
    overflow: hidden;
}
.page-product-detail .prt-btn-buy span:first-child{
	background-color: #2d363b;
    padding: 6px 4px 6px 8px;
    transition: all 0.24s ease-in-out;
    -webkit-transition: all 0.24s ease-in-out;
    -moz-transition: all 0.24s ease-in-out;
}
.page-product-detail .prt-btn-buy span:first-child img{
	display: block;
    width: 24px;
    height: auto;
}
.page-product-detail .prt-btn-buy span:last-child{
	color: #fff;
    text-transform: uppercase;
    background-color: #de6262;
    padding: 6px 20px 6px;
    line-height: 24px;
    position: relative;
    overflow: hidden;
    font-size: 1.5rem;
    z-index: 0;
}
.page-product-detail .prt-btn-buy span:last-child:before{
	content: "";
    width: 20px;
    height: 80px;
    background-color: #2d363b;
    position: absolute;
    left: -4px;
    top: 0px;
    transform: rotate(-23deg);
    transition: all 0.24s ease-in-out;
    -webkit-transition: all 0.24s ease-in-out;
    -moz-transition: all 0.24s ease-in-out;
}
.page-product-detail .prt-btn-buy span:last-child:after{
	content: "";
    width: 300px;
    height: 100px;
    background-color: #2d363b;
    position: absolute;
    left: 120%;
    top: -80px;
    transform: rotate(-23deg);
    transition: all 0.24s ease-in-out;
    -webkit-transition: all 0.24s ease-in-out;
    -moz-transition: all 0.24s ease-in-out;
    z-index: -1;
}
.page-product-detail .prt-btn-buy span{
	display: block;
	float: left;
}
.page-product-detail .prt-btn-buy:hover span:first-child{
	background-color: #de6262;
}
.page-product-detail .prt-btn-buy:hover span:last-child:before{
	background-color: #de6262;
}
.page-product-detail .prt-btn-buy:hover span:last-child:after{
	left: -5px;
}
.product-detail-box{
	position: relative;
}
.cdkey-description h2{
	position: relative;
    font-size: 1.8rem;
    color: #de6262;
    padding-left: 10px;
    margin-top: -10px;
    font-weight: bold;
}
.cdkey-description h2:before{
	content: "";
    width: 4px;
    height: 80%;
    position: absolute;
    left: 0;
    top: 10%;
    display: block;
    background-color: #de6262;
}
.cdkey-description p{
	font-size: 1.4rem;
	color: #666;
	line-height: 1.8rem;
	padding-top: 10px;
}
.cdkey-description p.system-requirement{
	float: left;
	width: 50%;
	padding-right: 20px;
}
.cdkey-description p.system-requirement strong{
	display: block;
	color: #de6262;
}

/* 登录注册 */
.page-login .login-bg{
	margin: 40px 0;
	background-color: #fff;
	background-size: 40% 100%;
	background-repeat: no-repeat;
	background-position: right center;
}
.page-login .section-login-left{
	padding: 35px 20px;
	text-align: center;
	width: 60%;
	float: left;
	margin-left: 20%;
}
.page-login .section-login-left h1{
	position: relative;
	color: #434d53;
}
.page-login .section-login-left h1:after{
	content: "";
	position: absolute;
    display: block;
    width: 80px;
    height: 2px;
    background-color: #de6262;
    left: calc(50% - 40px);
    top: calc(100% + 10px);
}
.page-login .form-main{
	padding-top: 30px;
	width: 60%;
	margin: 0 auto;
}
.page-login .form-main .input-row{
	height: 40px;
	line-height: 36px;
	padding-top: 1px;
	position: relative;
	border-radius: 2px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	/*overflow: hidden;*/
}
.page-login .form-main .input-row .input-icon{
	width: 36px;
	position: relative;
	display: block;
	float: left;
}
.page-login .form-main .input-row .input-icon:after{
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	height: 20px;
	right: 0;
	top: 9px;
	background-color: #ddd;
}
.page-login .form-main .input-row .input-icon img{
	width: 100%;
	height: auto;
	padding-bottom: 4px;
}
.page-login .form-main .input-row input{
	width: calc(100% - 40px);
	border: none;
	padding-left: 10px;
	font-size: 1.6rem;
	display: block;
	float: left;
}
.forget-password .form-main .input-row:nth-child(2){
	width: calc(100% - 180px);
	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;
}
.page-login .form-main .login-attr input{
	margin-right: 5px;
}
.page-login .form-main .login-attr label{
	cursor: pointer;
	max-width: calc(100% - 25px);
	text-align: left;
	padding-top: 2px;
	float: left;
	display: block;
}
.page-login .form-main .login-attr label a{
	color: #de6262;
	text-decoration: underline;
}
.page-login .form-main .login-attr .link-right{
	float: right;
	color: #de6262;
	text-decoration: underline;
}
.page-login .form-main .action-login{
	background-color: #de6262;
	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;
}
.fb-login-button{
	margin-top: 5px !important;
}
.page-login .form-main .link-sign-up{
	margin-top: 8px;
}
.page-login .form-main .link-sign-up a{
	color: #de6262;
	font-size: 1.5rem;
	text-decoration: underline;
}
.page-login.forget-password .section-login-left{
	width: 100%;
	padding-bottom: 60px;
	margin-bottom: 30px;
	margin-left: 0;
}
.page-login.forget-password .login-bg{
	background-image: none;
}
.page-login.forget-password .section-login-left .subtitle{
	display: inline-block;
	padding-top: 25px;
	font-size: 1.5rem;
	color: #666;
}
.page-login.forget-password .form-main{
	width: 40%;
}
.page-login.signup .form-main .link-sign-up{
	margin-top: -2px;
	margin-bottom: 8px;
}
.page-login.signup .intl-tel-input .flag-dropdown{
	left: 36px;
	top: 2px;
	z-index: 10;
}
.page-login .form-main .input-row input#memberCountry{
	position: absolute;
	right: 0;
	top: 0;
	width: calc(100% - 75px);
}

/* 新闻版块 */
.page-news-bg{
	background-color: #fff;
	padding: 30px 20px;
	border-radius: 2px;
	margin-bottom: 50px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.page-news-bg>.section-left{
	width: 75%;
	padding-right: 30px;
	float: left;
}
.page-news-bg>.section-left img{
	max-width: 100%;
}
.news-list .news-list-unit{
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.news-list .news-list-unit .top-icon{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 40px;
	height: auto;
}
.news-list .news-thumb{
	width: 35%;
	float: left;
}
.news-list .news-thumb img{
	width: 100%;
	height: auto;
}
.news-list .news-summary{
	width: 65%;
	padding-left: 20px;
	float: left;
}
.page-faq.news-list .news-summary{
	width: 100%;
}
.news-list .news-summary .news-title{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2.4rem;
	display: block;
}
.news-list .news-summary .news-title:hover{
	color: #de6262;
}
.news-list .news-summary .news-time{
	display: block;
	line-height: 24px;
	padding-top: 6px;
	height: 28px;
	font-size: 1.4rem;
	color: #999;
}
.news-list .news-summary .news-time img{
	height: 26px;
	width: auto;
	margin-left: -5px;
	margin-right: -3px;
	padding-bottom: 2px;
}
.news-list .news-summary .news-content{
	padding-top: 5px;
	color: #666;
	font-size: 1.5rem;
	line-height: 2rem;
}
.news-list .news-summary .news-tag{
	padding-top: 12px;
}
.news-list .news-summary .news-tag span{
	padding: 2px 8px;
	border: 1px dashed #de6262;
	color: #de6262;
	font-size: 1.4rem;
	margin-right: 8px;
	border-radius: 2px;
	white-space: nowrap;
	margin-bottom: 10px;
	display: inline-block;
}
.news-list .news-summary .news-tag span a{
	color: #de6262;
}
.news-list .news-summary .news-tag span:hover{
	background-color: #de6262;
	border-style: solid;
}
.news-list .news-summary .news-tag span:hover a{
	color: #fff;
}
.news-sidebar{
	width: 25%;
	float: right;
	padding-left: 20px;
}
.news-sidebar .widget{
	border-radius: 2px;
	border: 1px solid #ddd;
	margin-bottom: 25px;
}
.news-sidebar .widget .widget-title{
	text-align: center;
	font-size: 1.6rem;
	padding: 8px 0;
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
}
.widget .latest-list,.widget .category-list{
	padding: 15px 10px 20px;
}
.widget .latest-list li:not(:last-child){
	padding-bottom: 20px;
}
.widget .latest-list li img{
	width: 25%;
	float: left;
	display: block;
	padding-top: 6px;
}
.widget .latest-list li .content-right{
	width: 75%;
	padding-left: 10px;
	float: left;
}
.widget .latest-list li .news-title{
	font-size: 1.4rem;
	font-weight: bold;
}
.widget .latest-list li .news-title:hover{
	color: #de6262;
}
.widget .latest-list li .news-time{
	color: #777;
	font-size: 1.2rem;
	display: block;
	padding-top: 2px;
}
.widget .category-list li:not(:last-child){
	padding-bottom: 12px;
}
.page-news-detail .news-detail-thumb{
	width: 100%;
	padding-top: 20px;
}
.news-detail .news-title,.faq-detail .faq-title{
	font-size: 2rem;
	font-weight: bold;
	line-height: 2.4rem;
	padding-bottom: 8px;
}
.news-detail .news-time{
	margin-left: -6px;
	color: #777;
}
.news-detail .share-link{
	color: #777;
	padding-left: 5px;
}
.news-detail .share-link .share-list{
	display: inline-block;
	padding-left: 6px;
}
.news-detail .share-link .share-list li{
	padding: 0 2px;
}
.news-detail .share-link .share-list img{
	height: 20px;
	width: auto;
}
.news-detail .news-content{
	padding-top: 5px;
	font-size: 1.5rem;
	color: #333;
	line-height: 2rem;
}
.tag-list{
	padding-top: 20px;
}
.tag-list .tag-single{
	display: inline-block;
	padding: 2px 8px;
    border: 1px dashed #de6262;
    color: #de6262;
    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 a{
	color: #de6262;
}
.tag-list .tag-single:hover{
	background-color: #de6262;
}
.tag-list .tag-single:hover a{
	color: #fff;
}
.page-news-bg>.section-left.tag-result{
	width: 100%;
	padding-right: 0;
}
.page-faq-detail .faq-detail img{
	max-width: 100%;
}

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

/* 购物车 */
.payment-section{
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 25px;
}
.payment-section h2{
	position: relative;
    font-size: 1.8rem;
    color: #de6262;
    padding-left: 10px;
    font-weight: bold;
}
.payment-section h2:before{
	content: "";
    width: 4px;
    height: 80%;
    position: absolute;
    left: 0;
    top: 10%;
    display: block;
    background-color: #de6262;
}
.cart-table{
	margin-top: 18px;
	background-color: #f8f8f8;
	border-radius: 4px;
	overflow: hidden;
}
.cart-table .table-title{
	padding: 8px 10px;
	border-bottom: 1px solid #ddd;
}
.cart-table .table-title span{
	display: block;
	float: left;
	font-size: 1.6rem;
	font-weight: bold;
}
.cart-table .table-title span:nth-child(1){
	width: 45%;
}
.cart-table .table-title span:nth-child(2){
	width: 30%;
}
.cart-table .table-title span:nth-child(3){
	width: 25%;
}
.cart-table .table-content{
	padding-top: 4px;
}
.cart-table .pr-row{
	padding: 10px;
}
.cart-table .pr-row:not(:first-child){
	border-top: 1px solid #e8e8e8;
}
.cart-table .pr-row>span{
	display: block;
	float: left;
	font-size: 1.5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 15px;
}
.cart-table .pr-row>span:nth-child(1){
	width: 45%;
	padding-right: 30px;
}
.cart-table .pr-row>span:nth-child(2){
	width: 30%;
	color: #de6262;
}
.cart-table .pr-row>span:nth-child(3){
	background-color: #fff;
	border-radius: 2px;
	border: 1px solid #ddd;
	padding-right: 0;
}
.payment-qrcode .cart-table .pr-row>span:nth-child(3){
	background-color: transparent;
	border: none;
}
.cart-table .pr-row>span:nth-child(3) b{
	font-weight: normal;
	padding: 0 5px;
}
.cart-table .pr-row>span:nth-child(3) button:nth-child(1){
	border-right: 1px solid #ddd;
}
.cart-table .pr-row>span:nth-child(3) button:nth-child(3){
	border-left: 1px solid #ddd;
}
.cart-table .pr-row .product-num button{
	padding: 1px 8px;
}
.cart-table .pr-row .product-num button:hover{
	background-color: #de6262;
	color: #fff;
}
.cart-table .pr-row .btn-del-product{
	float: right;
	border-radius: 50%;
	overflow: hidden;
	background-color: #333;
	width: 18px;
	height: 18px;
	margin-top: 0.3rem;
	margin-right: 5%;
}
.cart-table .pr-row .btn-del-product:hover{
	background-color: #de6262;
}
.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: 3px;
	top: -5px;
	width: 1px;
	height: 9px;
	background-color: #fff;
	display: block;
	transform: rotate(45deg);
}
.cart-table .pr-row .btn-del-product span:after{
	content: "";
	position: absolute;
	left: 3px;
	top: -5px;
	width: 1px;
	height: 9px;
	background-color: #fff;
	display: block;
	transform: rotate(-45deg);
}
.btn-continue-buy{
	background-color: #de6262;
	color: #fff;
	padding: 5px 12px;
	border-radius: 2px;
	margin-top: 15px;
}
.btn-continue-buy:hover{
	opacity: 0.85;
	color: #fff;
}
.payment-step-wrap{
	position: relative;
}
.payment-section.step-left{
	width: 70%;
	float: left;
}
.product-form{
	margin-top: 20px;
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
}
.product-form .pr-name{
	display: block;
	font-size: 1.5rem;
	color: #333;
	line-height: 2rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #f8f8f8;
	padding: 5px 10px;
	font-weight: bold;
}
.product-form .form-main,.personal-info-form .form-main{
	margin-top: 25px;
	padding: 0 10px 25px;
}
.personal-info-form .form-main{
	padding-bottom: 0;
}
.product-form .form-main.copypages{
	padding-bottom: 0;
}
.product-form .form-main .pr-info-row,.personal-info-form .form-main .pi-info-row{
	padding-bottom: 20px;
	font-size: 1.5rem;
}
.personal-info-form .form-main .pi-info-row.register-on{
	display: none;
}
.product-form .form-main .row-title,.personal-info-form .form-main .row-title{
	width: 25%;
	padding-left: 3%;
	display: block;
	float: left;
	line-height: 2.2rem;
}
.product-form .form-main .row-title i.required,.personal-info-form .form-main .row-title i.required{
	color: #de6262;
}
.product-form .form-main .row-content,.personal-info-form .form-main .row-content{
	width: 40%;
	float: left;
	display: block;
}
.product-form .form-main input.row-content,.product-form .form-main select.row-content,
.personal-info-form .form-main input.row-content,.personal-info-form .form-main select.row-content{
	font-size: 1.5rem;
	height: 2.2rem;
	line-height: 2.2rem;
}
.product-form .form-main .row-content.input-time-short{
	width: 60px;
    float: none;
    display: inline-block;
}
.form-time-tips{
	padding-left: 3%;
}
.product-form .form-main .row-content.half-width{
	width: 19%;
	margin-right: 1%;
}
.product-form .form-main textarea{
	height: 80px;
}
.pr-form-tips{
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #777;
	padding-left: 3%;
}
.payment-section.step-right{
	width: calc(30% - 15px);
	margin-left: 15px;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
}
.creat-member-trigger input{
	position: relative;
	top: 3px;
}
.creat-member-trigger label{
	font-weight: normal;
}
.personal-info-form{
	position: relative;
}
.payment-section .scroll-payment{
	position: absolute;
	right: 15px;
	bottom: 15px;
	border: 1px solid #de6262;
	color: #de6262;
	padding: 5px 12px;
}
.payment-section.form-list{
	position: relative;
	padding-bottom: 65px;
}
ul.payment-methods{
	padding-top: 15px;
}
ul.payment-methods li{
	padding-bottom: 15px;
	width: 50%;
	float: left;
	position: relative;
}
ul.payment-methods li:nth-child(odd){
	padding-right: 5px;
}
ul.payment-methods li:nth-child(even){
	padding-left: 5px;
}
ul.payment-methods li label{
	width: calc(100% - 25px);
}
.payment-methods .payment-attr{
	display: block;
	text-align: center;
	font-size: 1.3rem;
	margin-top: -3px;
	font-weight: bold;
	color: #333;
}
ul.payment-methods img{
	width: 100%;
	height: auto;
}
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.payment-hidden{
	display: none;
	padding-top: 0;
}
.show-payment-all{
	border-top: 1px solid #ddd;
    padding: 10px 0;
    text-align: center;
}
.show-payment-all a{
	font-size: 1.4rem;
    color: #999;
}
.payment-summary{
	padding-top: 10px;
}
.payment-summary .summary-row{
	padding-bottom: 10px;
}
.payment-summary .summary-title{
	float: left;
	display: block;
	width: 40%;
	font-size: 1.5rem;
}
.payment-summary .summary-content{
	float: left;
	display: block;
	width: 60%;
	font-size: 1.5rem;
	padding-left: 8px;
}
.payment-summary .summary-content input{
	border: 1px solid #ccc;
	width: 100px;
	margin-right: 2px;
	font-size: 1.5rem;
}
.payment-summary .summary-content.total-price{
	color: #de6262;
	font-size: 1.6rem;
	font-weight: bold;
}
.payment-summary .summary-content.total-price .line-through{
	color: #999;
	text-decoration: line-through;
}
.payment-summary .summary-content button{
	color: #fff;
	background-color: #de6262;
	border-radius: 4px;
	padding: 2px 8px;
}
.page-payment .btn-submit{
	text-align: center;
	padding-top: 5px;
}
.page-payment .btn-submit button{
	background-color: #de6262;
	color: #fff;
	font-size: 1.7rem;
	text-transform: uppercase;
	padding: 8px 15px;
}
.page-payment .btn-submit button:hover{
	opacity: 0.85;
}
.payment-section.section-cart .total{
	float: right;
    margin-top: 20px;
    font-size: 1.6rem;
    color: #333;
}
.payment-section.section-cart .total b{
	font-weight: bold;
    color: #de6262;
    padding-left: 2px;	
}
.payment-section.section-cart .total b .line-through{
	color: #999;
	text-decoration: line-through;
}

/* 产品表单 */
.auto{
	width: 26%;
	border: 1px solid #dedede;
    border-top: none;
    position: absolute;
}
.auto_out{
	width: 100%;
    height: 36px;
    line-height: 36px;
    padding-left: .5em;
    color: #000;
    background: #fff;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.auto_out.on{
	background: #f1f1f1;
    cursor: pointer;
}
.cart-button{
	margin: 0 0 10px 25%;
	width: 40%;
	text-align: center;
}
.cart-button a{
	background: #de6262;
    display: inline-block;
    color: #fff;
    font-size: 1.4rem;
    padding: 7px 10px;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
}
.cart-button a.cart_delete{
	display: none;
	margin-top: 15px;
}
.trade-url-link{
	display: block;
	clear: both;
	float: left;
	padding-left: 25%;
	text-decoration: underline !important;
	color: #de6262;
	font-size: 1.3rem;
}
.trade-url-link:hover{
	color: #de6262;
}

/* 会员系统 */
.member-nav{
	margin-bottom: 20px;
}
.member-nav .member-nav-box{
	width: 25%;
	float: left;
	padding: 0 15px;
}
.member-nav .nav-box-border{
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 15px;
	border-radius: 4px;
	position: relative;
}
.member-nav .nav-box-border .logout a{
	position: absolute;
	right: 15px;
	bottom: 15px;
	color: #fff;
	font-size: 1.5rem;
	padding: 2px 6px;
	background-color: #de6262;
	border-radius: 2px;
}
.member-nav-box .avatar{
	width: 30%;
}
.member-nav-box.portrait img{
	float: left;
	display: block;
}
.member-nav-box.portrait .box-right{
	float: left;
	padding-left: 10px;
	width: 70%;
}
.member-nav-box .mem-level img{
	width: 2.6rem;
	height: auto;
	clear: left;
}
.member-nav-box.portrait span{
	float: left;
	display: block;
}
.member-nav-box.portrait span.member-name{
	font-size: 1.5rem;
	line-height: 2.6rem;
	white-space: nowrap;
	width: 60%;
	font-weight: bold;
}
.member-nav-box.portrait span.mem-level{
	float: right;
	color: #fdc004;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2.9rem;
}
.member-nav-box.portrait span.upgrade-progress{
	width: 70%;
	height: 10px;
	display: block;
	float: left;
	background-color: #f5f5f5;
	box-shadow: 2px 2px 5px #ccc inset;
	position: relative;
	z-index: 2;
}
.member-nav-box.portrait span.upgrade-progress i{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	display: block;
	z-index: 4;
	background-color: #ffc807;
}
.member-nav-box.portrait span.upgrade-pencentage{
	clear: left;
	padding-top: 4px;
	font-size: 1.4rem;
	color: #666;
}
.member-nav-box .member-nav-icon{
	width: 18%;
}
.member-nav-box  .nav-box-num{
	display: block;
	margin: 0 auto;
	font-size: 2rem;
	font-weight: bold;
	color: #de6262;
}
.member-nav-box .nav-title{
	font-size: 1.6rem;
	font-weight: bold;
}
.page-member-main .member-nav-tab{
	position: relative;
	top: 1px;
	z-index: 6;
	white-space: nowrap;
}
.page-member-main .member-nav-tab li{
	display: inline-block;
	margin: 0 10px;
	padding: 5px 14px 5px 8px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.page-member-main .member-nav-tab li:first-child{
	margin-left: 0;
}
.page-member-main .member-nav-tab li.selected{
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.page-member-main .member-nav-tab li a{
	font-size: 1.6rem;
	font-weight: bold;
}
.page-member-main .member-nav-tab li a img{
	width: 3rem;
	height: auto;
}
.page-member-main .member-nav-tab li a:hover{
	color: #333;
}
.page-member-bg{
	background-color: #fff;
	padding: 16px 15px 0;
	border: 1px solid #ddd;
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 20px;
}
.member-info-form{
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #ddd;
	margin-bottom: 30px;
}
.member-info-form .form-title{
	font-size: 1.6rem;
	font-weight: bold;
	background-color: #f5f5f5;
	padding: 10px 15px;
}
.member-info-form .form-content{
	padding: 15px;
}
.member-info-form .form-content .row-member-info{
	font-size: 1.5rem;
	line-height: 2rem;
	padding: 8px 0;
}
.member-info-form .form-content .row-member-info .row-title{
	line-height: 2rem;
	width: 12%;
	display: inline-block;
}
.member-info-form .form-content .row-member-info input{
	height: 2.4rem;
	border-radius: 2px;
	border: 1px solid #aaa;
	padding-left: 2px;
	width: 20%;
}
.member-info-submit{
	background-color: #de6262;
	color: #fff;
	padding: 5px 15px;
	font-size: 1.5rem;
	margin-top: 10px;
	margin-left: calc(12% + 4px);
}
.form-upload-avatar .btn-browse{
	float: left;
    position: relative;
    overflow: hidden;
    margin-right: 4px;
    display: inline-block;
    padding: 4px 10px 4px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #5bb75b;
    border: 1px solid #cccccc;
    border-radius: 2px;
}
.form-upload-avatar .btn-browse input[type="file"]{
	position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}
.form-upload-avatar .avatar-demo{
	padding-top: 15px;
	padding-bottom: 20px;
}
.form-upload-avatar .btn-save-avatar{
	background-color: #de6262;
	color: #fff;
	padding: 3px 12px;
	border: none;
	border-radius: 2px;
}
#showimg {
    margin-top: 8px;
    height: 300px;
    width: 300px;
    border: 1px #ccc solid;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.form-upload-avatar .progress{
	display: none;
}
.avatar-outer-form{
	float: left;
}
.avatar-preview-box{
	width: 100px;
	height: 100px; 
	border: 1px #ccc solid;
	overflow: hidden;
	float: left;
	margin-top: 260px;
	margin-left: 15px;
}
.form-upload-avatar .preview-attr{
	float: left;
	display: block;
	margin-top: 340px;
	padding-left: 5px;
}
.page-member-bg .member-section-title{
	position: relative;
    font-size: 1.6rem;
    color: #de6262;
    padding-left: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}
.page-member-bg .member-section-title:before{
	content: "";
    width: 4px;
    height: 80%;
    position: absolute;
    left: 0;
    top: 10%;
    display: block;
    background-color: #de6262;
}
.order-history .order-status-tab{
	float: left;
	display: block;
	margin-top: 5px;
}
.order-history .order-status-tab li{
	margin-right: 10px;
	display: inline-block;
}
.order-history .order-status-tab li a{
	font-size: 1.5rem;
}
.order-history .order-status-tab li.selected a{
	color: #de6262;
}
.order-history .order-list-content{
	margin-top: 10px;
	float: left;
	clear: both;
	border-radius: 4px;
	border: 1px solid #ddd;
	background-color: #fcfcfc;
	padding: 5px 15px 10px;
	width: 100%;
}
.member-list-table .list-title{
	border-bottom: 1px solid #ddd;
	padding: 5px 0 8px;
}
.member-list-table .list-title span{
	display: block;
	float: left;
	font-size: 1.4rem;
	font-weight: bold;
}
.order-list-content .list-title span:nth-child(1),.order-list-content .list-row span:nth-child(1){
	width: 40%;
}
.order-list-content .list-title span:nth-child(2),.order-list-content .list-row span:nth-child(2){
	width: 15%;
}
.order-list-content .list-title span:nth-child(3),.order-list-content .list-row span:nth-child(3){
	width: 25%;
}
.order-list-content .list-title span:nth-child(4),.order-list-content .list-row span:nth-child(4){
	width: 15%;
}
.member-list-table .list-row{
	padding: 6px 0;
	border-bottom: 1px solid #ddd;
	display: table;
	width: 100%;
}
.member-list-table .list-row.order-coins{
	position: relative;
	/* 金币类提币code显示 */
	/*padding-bottom: 50px;*/
}
.member-list-table .list-row span{
	font-size: 1.4rem;
	line-height: 2rem;
	display: table-cell;
	vertical-align: middle;
}
.order-list-content .redeem-code{
	position: absolute;
	left: 0;
	bottom: 8px;
	display: block;
	padding: 5px;
	border-radius: 4px;
	border: 1px dashed #ccc;
	background-color: #f5f5f5;
	font-weight: bold;
}
.order-list-content .redeem-code input{
	border: none;
	background-color: transparent;
}
.order-list-content .redeem-code button{
	background-color: #de6262;
	color: #fff;
	padding: 1px 8px;
	font-weight: normal;
}
.order-list-content .redeem-code button:hover{
	opacity: 0.85;
}
.member-list-table .list-row span .btn-get-coins{
	background-color: #de6262;
	color: #fff;
	font-size: 1.4rem;
	padding: 6px 15px;
	border-radius: 2px;
}
.member-list-table .list-row span .btn-get-coins:hover{
	opacity: 0.85;
}
.member-list-table .list-row .order-product{
	background-color: #f1f1f1;
	float: left;
	padding: 2px 0;
}
.member-list-table .list-row .order-product span{
	color: #666;
}
.member-list-table .list-row .hr-split{
	display: block;
	height: 4px;
	float: left;
	width: 100%;
	clear: both;
}
.search-order{
	position: relative;
}
.search-order input{
	height: 2.2rem;
	min-width: 150px;
}
.search-order button{
	position: absolute;
    right: 0;
    top: 4%;
    height: 92%;
    padding: 0;
}
.search-order button img{
	height: 100%;
}
.page-member-main .aff-recommend-right{
	position: absolute;
	display: block;
	left: calc(100% + 15px);
	top: 0;
	width: 120px;
}
.page-member-main .aff-recommend-right img,.page-member-main .aff-recommend-bottom img{
	max-width: 100%;
}
.page-member-main .aff-recommend-bottom{
	position: relative;
	bottom: 30px;
	border-radius: 4px;
	overflow: hidden;
}
.page-member-main .aff-recommend-right a,.page-member-main .aff-recommend-bottom a{
	display: block;
}
.u7c-record .list-content .list-title span:nth-child(1),.u7c-record .list-content .list-row span:nth-child(1){
	width: 40%;
}
.u7c-record .list-content .list-title span:nth-child(2),.u7c-record .list-content .list-row span:nth-child(2){
	width: 15%;
}
.u7c-record .list-content .list-title span:nth-child(3),.u7c-record .list-content .list-row span:nth-child(3){
	width: 25%;
}
.page-member-bg .plain-content{
	border-radius: 4px;
	border: 1px solid #ddd;
	padding: 15px;
	margin-top: 10px;
}
.page-member-bg .plain-content h3{
	font-size: 1.5rem;
	font-weight: bold;
	padding-bottom: 8px;
}
.page-member-bg .plain-content p{
	font-size: 1.4rem;
	color: #666;
	line-height: 1.8rem;
	padding-bottom: 20px;
}
.discount-code-list{
	padding-bottom: 30px;
	padding-top: 12px;
}
.discount-code-list li{
	display: block;
	float: left;
	width: calc( (100% - 150px)/6 );
	text-align: center;
	padding: 20px 0 30px;
	border: 1px dashed #ccc;
	position: relative;
	overflow: hidden;
	margin-right: 30px;
	font-size: 1.8rem;
	color: #de6262;
}
.discount-code-list li:nth-child(6n){
	margin-right: 0;
}
.discount-code-list li:before{
	content: attr(data-discount);
	display: block;
	position: absolute;
	right: 2px;
	top: 2px;
	color: #fff;
	font-size: 1.4rem;
	z-index: 6;
}
.discount-code-list li:after{
	content: "";
	display: block;
	position: absolute;
	right: -24px;
	top: -11px;
	z-index: 4;
	transform: rotate(45deg);
	width: 74px;
	height: 34px;
	background-color: #de6262;
}
.discount-code-list li .expire-time{
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 3px 0;
	color: #666;
	text-align: center;
	font-size: 1.4rem;
}
.discount-record .discount-type{
	height: 2.2rem;
	min-width: calc( (100% - 150px)/6 );
}
/* 会员FIFA金币自助系统 */
.page-member-bg.withdraw-coins .switch-platform{
	padding-top: 10px;
}
.page-member-bg.withdraw-coins .switch-platform li{
	display: block;
	float: left;
	border-radius: 4px;
	margin-right: 20px;
	background-color: #f8f8f8;
	border: 1px solid #ddd;
}
.page-member-bg.withdraw-coins .switch-platform li.selected{
	background-color: #de6262;
	border-color: #de6262;
}
.page-member-bg.withdraw-coins .switch-platform li a{
	display: table;
	padding: 12px 18px;
}
.page-member-bg.withdraw-coins .switch-platform li img{
	width: 32px;
	height: auto;
	display: table-cell;
	vertical-align: middle;
}
.page-member-bg.withdraw-coins .switch-platform li .btn-right{
	padding-left: 8px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.page-member-bg.withdraw-coins .switch-platform li .btn-right span{
	display: block;
	font-size: 1.6rem;
	color: #333;
	font-weight: bold;
}
.page-member-bg.withdraw-coins .switch-platform li .btn-right span.coins-remain{
	font-size: 1.8rem;
	font-weight: bold;
	color: #de6262;
}
.page-member-bg.withdraw-coins .switch-platform li.selected .btn-right span{
	color: #fff;
}
.form-fifa-trade{
	padding-top: 20px;
}
.form-fifa-trade .form-unit{
	padding-bottom: 15px;
}
.form-fifa-trade .form-unit .withdraw-tooltip-icon,.aff-register-form .reg-row .withdraw-tooltip-icon{
	border-radius: 50%;
	overflow: hidden;
	color: #de6262;
	height: 1.8rem;
	width: 1.8rem;
	margin-top: 0.1rem;
	margin-left: 4px;
	padding: 0;
	text-align: center;
}
.form-fifa-trade .form-unit .withdraw-tips{
	font-size: 1.4rem;
	color: #666;
	line-height: 1.8rem;
	position: relative;
}
.form-fifa-trade .form-unit .withdraw-tips p{
	font-size: 1.4rem;
	color: #333;
	padding-bottom: 8px;
	margin-bottom: 4px;
	border-bottom: 1px solid #e3e3e3;
}
.form-fifa-trade .form-unit .withdraw-tips input{
	width: auto;
	position: relative;
	left: 0;
	top: 3px;
}
.form-fifa-trade .form-unit .withdraw-tips label{
	color: #de6262;
}
.form-fifa-trade .form-unit .tooltip-inner{
	overflow: hidden;
	word-break: break-word;
}
.form-fifa-trade .form-unit .tooltip-inner a{
	color: #de6262;
}
.form-fifa-trade .form-unit .row-title{
	font-size: 1.4rem;
	padding-bottom: 2px;
	font-weight: bold;
	color: #333;
}
.form-fifa-trade .form-unit .row-title .required{
	color: #de6262;
}
.form-fifa-trade .form-unit input{
	line-height: 2rem;
	width: 260px;
}
.form-fifa-trade .btn-submit{
	color: #fff;
	background-color: #de6262;
	font-size: 1.5rem;
	padding: 5px 20px;
	margin-top: 2px;
}
.table-transter-ongoing{
	margin-top: 30px;
}
.table-content.module-member{
	margin-top: 5px;
    float: left;
    clear: both;
    border-radius: 4px;
    border: 1px solid #ddd;
    background-color: #fcfcfc;
    padding: 5px 15px 10px;
    width: 100%;
}
.table-content.module-member .table-title{
	border-bottom: 1px solid #ddd;
    padding: 5px 0 8px;
    display: table;
    width: 100%;
}
.table-content.module-member .table-title span{
	display: table-cell;
    font-size: 1.4rem;
    font-weight: bold;
    vertical-align: middle;
    padding-right: 5px;
}
.table-content.module-member .table-row{
	padding: 6px 0;
    border-bottom: 1px solid #ddd;
    display: table;
    width: 100%;
}
.table-content.module-member .table-row span{
	font-size: 1.4rem;
    line-height: 2rem;
    display: table-cell;
    vertical-align: middle;
    word-break: break-all;
    padding-right: 5px;
}
.table-transter-ongoing .table-title span:nth-child(1),.table-transter-ongoing .table-row span:nth-child(1){
	width: 20%;
}
.table-transter-ongoing .table-title span:nth-child(2),.table-transter-ongoing .table-row span:nth-child(2){
	width: 16%;
}
.table-transter-ongoing .table-title span:nth-child(3),.table-transter-ongoing .table-row span:nth-child(3){
	width: 16%;
}
.table-transter-ongoing .table-title span:nth-child(4),.table-transter-ongoing .table-row span:nth-child(4){
	width: 16%;
}
.table-transter-ongoing .table-title span:nth-child(5),.table-transter-ongoing .table-row span:nth-child(5){
	width: 16%;
}
.table-transter-ongoing .table-title span:nth-child(5),.table-transter-ongoing .table-row span:nth-child(5){
	width: 16%;
}
.table-delivery-history{
	margin-top: 15px;
}
.table-delivery-history .table-title span:nth-child(1),.table-delivery-history .table-row span:nth-child(1){
	width: 20%;
}
.table-delivery-history .table-title span:nth-child(2),.table-delivery-history .table-row span:nth-child(2){
	width: 16%;
}
.table-delivery-history .table-title span:nth-child(3),.table-delivery-history .table-row span:nth-child(3){
	width: 16%;
}
.table-delivery-history .table-title span:nth-child(4),.table-delivery-history .table-row span:nth-child(4){
	width: 16%;
}
.table-delivery-history .table-title span:nth-child(5),.table-delivery-history .table-row span:nth-child(5){
	width: 16%;
}
.table-delivery-history .table-title span:nth-child(6),.table-delivery-history .table-row span:nth-child(6){
	width: 16%;
}
.withdraw-coins .btn-center{
	margin-top: 20px;
	font-size: 1.6rem;
	padding: 8px 25px;
	border-radius: 4px;
	background-color: #de6262;
	color: #fff;
	display: inline-block;
}
.btn-animate:hover{
	opacity: 0.85;
}
.christmas-suprise{
	position: fixed;
	bottom: 50px;
	right: 15px;
	z-index: 400;
}

/* affiliate program */
.page-affiliate .error-main .content-middle span:nth-child(3){
	padding-right: 0;
}
.page-affiliate .error-main .content-middle span:nth-child(5){
	padding-right: 20px;
}
.page-affiliate .error-main .content-middle span:nth-child(2),.page-affiliate .error-main .content-middle span:nth-child(6){
	color: #333;
}
.page-affiliate .error-main .content-middle span:nth-child(3),.page-affiliate .error-main .content-middle span:nth-child(11){
	color: #de6262;
}
.aff-banner{
	position: relative;
}
.aff-banner img{
	max-width: 100%;
	/*filter: blur(5px);*/
}
.aff-banner h1{
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 2.4rem;
	position: absolute;
	left: 0;
	top: 40%;
	width: 100%;
	text-shadow: 0 0 8px #666;
}
.aff-main{
	margin-top: 30px;
	margin-bottom: 50px;
	background-color: #fff;
	padding: 25px;
	border-radius: 4px;
}
.aff-main .aff-summary h2{
	color: #de6262;
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
	padding-left: 10px;
}
.aff-main .aff-summary p{
	padding: 6px 0 20px;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #666;
}
.aff-main .aff-summary h2:before{
	content: "";
    width: 4px;
    height: 80%;
    position: absolute;
    left: 0;
    top: 10%;
    display: block;
    background-color: #de6262;
}
.aff-main .flex-wrap{
	display: flex;
    flex-wrap: wrap;
}
.aff-main .intro-table{
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0 0 20px 0;
	float: left;
	text-align: center;
	width: calc(50% - 15px);
	display: flex;
    flex-direction: column;
}
.aff-main .intro-table:nth-child(2){
	margin-left: 30px;
}
.aff-main .intro-table h2{
	text-align: center;
	background-color: #f1f1f1;
	padding: 12px 15px;
	font-size: 1.8rem;
	font-weight: bold;
}
.aff-main .intro-table .aff-step{
	padding: 15px;
	text-align: left;
	flex: 1 0 auto;
}
.aff-main .intro-table .aff-step li{
	font-size: 1.4rem;
	color: #666;
	line-height: 2rem;
}
.aff-main .intro-table .aff-step li b{
	color: #de6262;
}
.aff-main .intro-table .btn-join{
	display: block;
	color: #fff;
	background-color: #de6262;
	padding: 6px 25px;
	font-size: 1.5rem;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0 auto;
}
.aff-main .intro-table .btn-join:hover{
	opacity: 0.85;
}

/* affiliate program member */
.page-member-bg .aff-main{
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px 0;
}
.register-box{
	padding: 15px 15px 20px 15px;
}
.register-box .reg-row{
	font-size: 1.5rem;
    line-height: 2rem;
    padding: 8px 0;
    clear: both;
    position: relative;
}
.register-box .row-title{
	line-height: 2.4rem;
    width: 15%;
    display: block;
    float: left;
    font-size: 1.5rem;
    font-weight: bold;
}
.register-box .row-title i.required{
	color: #de6262;
	position: relative;
	font-size: 1.5rem;
	padding-left: 2px;
	font-weight: bold;
	font-style: normal;
}
.register-box .row-content{
	height: 2.4rem;
    border-radius: 2px;
    border: 1px solid #aaa;
    padding-left: 2px;
    width: 320px;
}
.register-box .reg-row select{
	min-width: 100px;
	font-size: 1.5rem;
    height: 2.4rem;
    line-height: 2.4rem;
    border: 1px solid #aaa;
    padding-left: 4px;
    border-radius: 2px;
}
.register-box .reg-row select.row-content{
	background-size: 5%;
}
.register-box .reg-row .row-content-radio{
	line-height: 2.4rem;
}
.register-box .reg-row .row-content-radio + label{
	padding-left: 3px;
	margin-right: 10px;
	font-weight: normal;
	line-height: 2.4rem;
	font-size: 1.5rem;
}
.register-box .reg-row .register-attr{
	position: absolute;
	left: calc(15% + 325px);
	bottom: 6px;
	font-size: 1.4rem;
	color: #666;
}
.register-box .btn-submit{
	background-color: #de6262;
	color: #fff;
	width: 320px;
	float: left;
	display: block;
	margin-left: 15%;
	margin-top: 5px;
}
.register-box .btn-submit:hover{
	opacity: 0.85;
}
.register-box .reg-row .list-op{
	color: #de6262;
	border: 1px solid #de6262;
    border-radius: 4px;
    padding: 0 10px;
    margin-left: 5px;
	font-size: 1.4rem;
	margin-right: 4px;
}
.reg-row.row-website .unit-social{
	float: left;
	width: 85%;
}
.reg-row.row-website .unit-social:not(:nth-child(2)){
	margin-left: 15%;
	margin-top: 7px;
	margin-bottom: 8px;
	clear: both;
}
.reg-row.row-website .unit-social:last-child{
	margin-bottom: 0;
}
.reg-row.row-website .unit-social:nth-child(3){
	margin-top: 16px;
}
.reg-row.row-website .unit-social select.row-content{
	width: 80px;
	background-size: 12%;
}
.reg-row.row-website .unit-social input.row-content{
	width: 216px;
}
.register-box .reg-row .list-op:hover{
	background-color: #de6262;
	color: #fff;
}
.approve-profress{
	text-align: left;
	margin: 10px 15px -10px;
	background-color: #fffda1;
	padding: 6px;
	border-radius: 2px;
	line-height: 20px;
	font-size: 1.4rem;
	font-weight: bold;
}
.approve-profress img{
	width: 20px;
	height: auto;
	margin-right: 2px;
}

/* affilite 会员首页 */
.aff-index-main{
	padding-top: 20px;
}
.aff-navbar li{
	margin-right: 10px;
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
}
.aff-navbar li.selected{
	background-color: #de6262;
}
.aff-navbar li.selected a{
	color: #fff;
}
.aff-navbar li a{
	padding: 12px 18px;
	color: #333;
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	text-transform: capitalize;
}
.aff-intro{
	padding-bottom: 50px;
}
.aff-intro h2{
	font-size: 1.6rem;
	font-weight: bold;
	padding: 5px 0 10px;
	margin-top: 10px;
}
.aff-intro p{
	line-height: 2rem;
	font-size: 1.4rem;
	padding-right: 50%;
}
.aff-index-main .half-box{
	width: calc(50% - 15px);
	display: flex;
    flex-direction: column;
    box-shadow: 0 0 5px #ddd;
}
.aff-index-main .half-box:last-child{
	margin-left: 30px;
}
.aff-index-main .half-box h3{
	background-color: #f6f7fb;
	text-transform: uppercase;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 8px 20px;
}
.aff-index-main .half-box .half-box-content{
	padding: 50px;
}
.aff-index-main .half-box .half-box-content input{
	border: none;
	border-bottom: 1px solid #ccc;
	padding-left: 8px;
	padding-bottom: 4px;
	color: #666;
	font-size: 1.5rem;
	width: 100%;
	line-height: 2rem;
}
.aff-index-main .half-box .half-box-content .copy-link{
	background-color: #de6262;
	color: #fff;
	float: right;
	margin-top: 25px;
	clear: both;
	padding: 5px 25px;
}
.aff-index-main .half-box .half-box-content .copy-alert{
	display: none;
	padding: 2px 8px;
	margin-top: 8px;
	background-color: #e9ffea;
	border: 1px solid #b3ebb5;
	border-radius: 4px;
	font-size: 1.4rem;
	color: #5bae5e;
}
.aff-index-main .half-box .balance-num{
	font-size: 1.7rem;
	color: #de6262;
	font-weight: bold;
	background-color: #f6f7fb;
	border-radius: 50%;
	width: 8rem;
	height: 8rem;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 8rem;
	white-space: nowrap;
}

/* affiliate commission */
.table-commission-order{
	margin-top: 12px;
}
.table-commission-order .table-title span:nth-child(1), .table-commission-order .table-row span:nth-child(1){
	width: 25%;
}
.table-commission-order .table-title span:nth-child(2), .table-commission-order .table-row span:nth-child(2){
	width: 20%;
}
.table-commission-order .table-title span:nth-child(3), .table-commission-order .table-row span:nth-child(3){
	width: 16%;
}
.table-commission-order .table-title span:nth-child(4), .table-commission-order .table-row span:nth-child(4){
	width: 20%;
}
.table-commission-order .table-title span:nth-child(5), .table-commission-order .table-row span:nth-child(5){
	width: 19%;
}

.page-aff-setting .member-info-form{
	margin-top: 18px;
}
.register-box .reg-row .readonly-box{
	float: left;
}
.aff-verify-code{
	display: inline-block;
}

/* media query */
@media (min-width: 768px){
	.footer-main>.container{
		padding: 0;
	}
	.index-section .news-single:nth-child(2n+1){
		clear: left;
	}
	.page-payment{
		min-height: 1050px;
	}
	.service-title-list li,.service-title-list li a{
		transition: all 0.24s ease-in-out;
	    -webkit-transition: all 0.24s ease-in-out;
	    -moz-transition: all 0.24s ease-in-out;
	}
}
@media (min-width: 1600px){
	.page-product-list .game-banner .banner-word{
		top: 130px;
	}
	.product-single{
		padding: 15px;
	}
	.product-single .prt-btn-buy{
		top: calc(50% - 18px);
	}
	.psn-country-single{
		width: 20%;
	}
}
@media (max-width: 1600px){
	.index-game-profile .game-intro li:last-child .about-game-content{
		min-height: 5.4rem;
	}
	.product-single .discount-num{
		left: 27%;
	}
}
@media (max-width: 1199px){
	body{
		font-size: 13px;
	}
	.nav-main>li>a{
		font-size: 1.5rem;
	}
	.nav-main>li{
		padding: 25px 12px;
	}
	.footer-menu .menu-list li.subscribe input{
		width: 120px;
	}
	.index-section .news-single .content-left .news-category{
		font-size: 1.3rem;
	}
	.index-fifa-box{
		bottom: 35px;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 45px;
	}
	.index-section.hot-games{
		margin-top: 0;
	}
	.game-index-banner .banner-content{
		width: 70%;
	}
	.page-product-list .game-banner .banner-word{
		top: 100px;
	}
	.section-quick-buy .quick-buy-content .quick-buy-price{
		padding-left: 30px;
	}
	.product-detail-box .info-list .row-title{
		width: 30%;
	}
	.product-detail-box .info-list .row-content{
		width: 50%;
	}
	.payment-section.step-left{
		width: 65%;
	}
	.payment-section.step-right{
		width: calc(35% - 15px);
	}
	.product-single .prt-price span.line-through {
	    text-decoration: line-through;
	    color: #999;
	    display: block;
	}
	/* 会员 */
	.member-info-form .form-content .row-member-info .row-title{
		width: 18%;
	}
	.member-info-form .form-content .row-member-info input{
		width: 30%;
	}
	.member-info-submit{
		margin-left: calc(18% + 4px);
	}
	.product-single .discount-num{
		left: 25%;
	}
}
@media (max-width: 991px){
	/* header */
	.nav-main{
		display: none;
	}
	.mobile-header{
		float: left;
	}
	.mobile-header .member-entry{
		display: block;
		float: left;
		margin-top: 13px;
	}
	.mobile-header .member-entry img{
		width: 18px;
	}
	.mobile-header .member-entry img.logged{
		width: 22px;
	}
	.hamburg{
		position: relative;
	    float: left;
	    padding: 8px 0 9px 10px;
	    margin-top: 8px;
	    margin-bottom: 8px;
	    background-color: transparent;
	    background-image: none;
	    border: 1px solid transparent;
	    border-radius: 4px;
	}
	.hamburg span.icon-bar{
		background-color: #fff;
		display: block;
	    width: 22px;
	    height: 2px;
	    border-radius: 1px;
	}
	.hamburg .icon-bar+.icon-bar{
		margin-top: 4px;
	}
	.main{
		margin-top: 98px;
	}
	.logo img{
		height: 50px;
	}
	.global-search{
		padding-top: 13px;
		float: left;
	}
	.global-search input{
		line-height: 25px;
		width: 200px;
		background-color: transparent;
		overflow: visible;
		background-color: #363e43;
		color: #fff;
	}
	.global-search{
		padding-right: 10px;
	}
	.global-search .btn-search{
		top: 11px;
		width: 29px;
		height: 29px;
		right: initial;
		left: 4px;
	}
	.global-search .btn-search img{
		opacity: 0.5;
	}
	nav{
		position: absolute;
		top: 100%;
		right: 0;
	}
	.nav-main{
		background-color: #434d53;
	}
	.nav-main>li{
		display: block;
		padding: 8px 15px;
		border-top: 1px solid #363e43;
	}
	.nav-bg>.container{
		position: relative;
	}
	.unit-index-game .box-top{
		height: 70px;
	}
	.index-section .news-single .content-left{
		width: 100%;
	}
	.index-section .news-single .content-left .news-category{
		font-size: 1.5rem;
	}
	.index-section .news-single .content-right{
		width: 100%;
		padding-left: 0;
		padding-top: 10px;
	}
	.game-index-banner .banner-content{
		width: 100%;
	}
	.page-product-list .game-banner .banner-word{
		top: 70px;
		left: 20px;
	}
	.page-product-list .game-banner .banner-word span{
		font-size: 1.5rem;
	}
	.product-single .prt-thumb{
		display: none;
	}
	#cdkey .product-single .prt-thumb{
		display: table-cell;
	}
	.product-single .prt-name{
		padding-left: 0;
	}
	.product-single .prt-price{
		padding-left: 11%;
	}
	.service-title-list ul{
		overflow-x: scroll;
	}
	.page-login .form-main{
		width: 80%;
	}
	.page-login.forget-password .form-main{
		width: 60%;
	}
	.section-quick-buy .quick-buy-content select{
		width: 100%;
		margin-top: 10px;
		margin-bottom: 5px
	}
	.section-quick-buy .quick-buy-content select:first-child{
		margin-top: 0px;
	}
	.section-quick-buy .quick-buy-content .estimate-time{
		padding-left: 0;
		font-size: 1.6rem;
	}
	#cdkey .product-single .prt-name{
		padding-left: 15px;
	}
	#cdkey .product-single .prt-price{
		padding-left: 4%;
	}
	.page-news-bg>.section-left{
		width: 60%;
	}
	.news-sidebar{
		width: 40%;
	}
	.news-list .news-thumb,.news-list .news-summary{
		width: 100%;
	}
	.page-news-bg>.section-left{
		padding-right: 10px;
	}
	.news-list .news-summary{
		padding-left: 0;
		padding-top: 15px;
	}
	.error-main .content-middle{
		width: 80%;
	}
	.payment-section.step-left{
		width: 100%;
	}
	.payment-section.step-right{
		width: 100%;
		margin-left: 0;
		position: relative;
	}
	ul.payment-methods li{
		width: 20%;
		padding-left: 5px;
		padding-right: 0;
	}
	ul.payment-methods li:nth-child(odd){
		padding-right: 0;
	}
	ul.payment-methods li:nth-child(5n+1){
		padding-left: 0;
		clear: left;
	}
	.payment-summary .summary-title{
		text-align: right;
		padding-right: 4px;
	}

	/*membership*/
	.member-nav .member-nav-box{
		width:33.333333%;
		padding:0 0.5%;
	}
	.member-nav-box .avatar{
		width:20%;
	}
	.member-nav-box .nav-title{
		font-size: 1.3rem;
	}
	.member-nav-box .member-nav-icon{
		/*display: none;*/
	}
	.page-member-main .member-nav-tab{
		overflow-x: scroll; 
	}
	.discount-code-list li{
		width: calc( (100% - 90px)/4 );
	}
	.discount-code-list li:nth-child(6n){
		margin-right: 30px;
	}
	.discount-code-list li:nth-child(4n){
		margin-right: 0;
	}

	/* affiliate program */
	.aff-main .intro-table{
		width: 100%;
	}
	.aff-main .intro-table:nth-child(2){
		margin-left: 0;
		margin-top: 30px;
	}
	.aff-banner h1{
		font-size: 2rem;
	}
	.register-box .row-title{
		width: 25%;
	}
	.register-box .btn-submit{
		margin-left: 25%;
	}
	.reg-row.row-website .unit-social{
		width: 75%;
	}
	.register-box .reg-row .register-attr{
		position: relative;
		padding-left: 25%;
		left: 0;
		bottom: 0;
	}
	.reg-row.row-website .unit-social:not(:nth-child(2)){
		margin-left: 25%;
	}
}

@media (max-width: 768px){
	.welcome{
		max-width: 30%;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.currency-list.dropdown, .lang-list.dropdown{
		margin-right: 10px;
	}
	.cart-preview{
		margin-left: 5px;
	}
	.global-search input{
		line-height: 25px;
		width: 120px;
		background-color: transparent;
		overflow: visible;
		background-color: #2e3539;
		color: #fff;
	}
	.index-fifa-box{
		bottom: 25px;
		background-image: url('/images/index-fifa19-m-bg.png');
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 25px;
	}
	.index-fifa-box .fifa-service-list{
		padding-top: 5px;
	}
	.index-section .section-content{
		padding-top: 35px;
	}
	.index-fifa-box .fifa-service-list li{
		width: 50%;
		margin-bottom: 10px;
	}
	.footer-main .footer-menu:last-child{
		padding-right: 0;
	}
	.footer-menu .menu-list li.subscribe input{
		width: 100px;
	}
	/* 业务总页 */
	.online-games-list li.unit-game{
		width: calc( (100% - 90px)/4 );
		margin-right: 30px;
		margin-bottom: 30px;
	}
	.online-games-list li.unit-game:nth-child(5n){
		margin-right: 30px;
	}
	.online-games-list li.unit-game:nth-child(4n){
		margin-right: 0px;
	}
	/* 产品页 */
	.product-single .prt-price span.line-through {
	    text-decoration: line-through;
	    color: #999;
	    display: block;
	}
	.product-single .discount-num{
		top: 4px;
	}
	.product-single .discount-num{
		left: 6%;
		top: 0;
	}
}

@media (max-width: 767px){
	.main{
		margin-top: 94px;
	}
	.currency-list.dropdown, .lang-list.dropdown{
		line-height: 24px;
	}
	.cart-preview{
		width: 44px;
		height: 44px;
	}
	.welcome,.welcome h1{
		line-height: 44px;
	}
	.head-fixed-bar{
		height: 46px;
	}
	.cart-preview>a{
		padding: 12px;
	}
	.index-fifa-box .fifa-title{
		font-size: 2.5rem;
	}
	.index-section .site-intro .site-intro-content{
		max-height: 350px;
		overflow-y: scroll
	}
	.unit-index-game{
		width: 100%;
		margin-bottom: 40px;
	}
	.unit-index-game:nth-child(2n+1){
		margin-right: 0;
	}
	.unit-index-game .box-top .game-title{
		font-size: 1.6rem;
	}
	.unit-index-game .box-top .game-link{
		font-size: 1.4rem;
		padding: 3px 12px;
		right: 15px;
	}
	.unit-index-game .box-top .game-icon{
		width: 16%;
		left: 15px;
		top: -15px;
	}
	.page-product-list .game-banner{
		overflow: hidden;
	}
	.page-product-list .game-banner a{
		width: 100%;
		display: block;
	}
	.page-product-list .game-banner img{
		width: 150%;
		position: relative;
		right: 25%;
	}
	/* 业务总页 */
	.game-filter select, .game-filter input{
		width: 100%;
		margin-bottom: 10px;
	}
	.online-games-list{
		margin-top: 20px;
	}
	.online-games-list li.unit-game{
		width: calc(50% - 15px);
	}
	.online-games-list li.unit-game:nth-child(2n){
		margin-right: 0;
	}
	.game-filter .search-game{
		right: 0px;
		bottom: 12px;
	}
	.page-search-result .result-list{
		width: 100%;
	}
	.page-search-result .result-list:nth-child(3){
		padding-top: 30px;
	}
	.breadcrumb{
		font-size: 1.4rem;
	}
	.game-service .service-unit{
		width: calc(50% - 10px);
	}
	.game-service .service-unit:nth-child(2n){
	    margin-right: 0;
	}
	.index-section.index-game-profile .content-right{
		width: 100%;
	}
	/* 游戏首页 */
	.index-game-profile .game-intro li{
		width: 100%;
	}
	.index-game-profile .game-intro li:nth-child(odd){
		background-color: #fff;
	}
	.index-game-profile .game-intro li:nth-child(even){
		background-color: #f5f5f5;
	}
	.prt-filter select,.prt-filter .search-input{
		width: 100%;
		margin-bottom: 15px;
		height: 4rem;
		line-height: 4rem;
	}
	.prt-filter .search-input input{
		line-height: 4rem;
		height: 4rem;
	}
	.prt-filter .search-input .btn-search img{
		margin-bottom: 25%;
	}
	.prt-filter{
		padding-bottom: 0px;
	}
	.product-single .prt-platform{
		display: none;
	}
	.product-single{
		display: block;
		padding: 13px 15px 22px;
	}
	.product-single>div.prt-name,.product-single>div.prt-price{
		display: block;
	}
	.product-single .prt-price span.line-through {
	    text-decoration: line-through;
	    color: #999;
	    display: block;
	}
	.product-single .discount-num{
		top: 4px;
		left: 30%;
	}
	.product-single .prt-name{
		width: auto;
		padding-bottom: 2px;
	}
	.product-single .prt-price{
		width: auto;
		padding: 4px 0 0 0;
	}
	.product-single .prt-btn-buy{
		right: 10px;
		bottom: 12px;
		top: initial;
	}
	.product-single .prt-btn-buy span:first-child img{
		width: 20px;
	}
	.product-single .prt-btn-buy span:last-child{
		line-height: 20px;
		padding-right: 20px;
	}
	.fifa-players-table .player-row{
		padding-left: 6px;
	}
	.fifa-players-table .table-title span:nth-child(1), .fifa-players-table .player-row div:nth-child(1){
		width: 100%;
	}
	.fifa-players-table .player-row div:nth-child(2){
		clear: left;
    	padding-left: 10px;
    	padding-right: 10px;
	}
	.fifa-players-table .player-row div:nth-child(4){
		width: 50%;
		padding-left: 15px;
	}
	.fifa-players-table .player-row .player-name{
		padding-left: 10px;
	}
	.fifa-players-table .player-row .prt-btn-buy{
		right: 10px;
	}
	.section-quick-buy .quick-buy-content .quick-buy-price{
		display: block;
		padding-left: 0;
		padding-bottom: 40px;
		float: right;
	}
	.section-quick-buy .prt-btn-buy{
		right: 17px;
	}
	#cdkey .product-single{
		text-align: center;
	}
	#cdkey .product-single .prt-thumb{
		width: 60%;
		display: block;
		margin: 0 auto;
	}
	#cdkey .product-single .prt-name{
		padding: 8px 0 0;
		text-align: center;
	}
	#cdkey .product-single .prt-price{
		text-align: center;
		padding-left: 0;
	}
	#cdkey .product-single .prt-btn-buy{
		position: relative;
		margin: 12px auto 0;
		right: 0;
		bottom: 0;
		display: inline-block;
	}
	.product-detail-box .product-info{
		padding-left: 15px;
	}
	.product-detail-box .info-list .row-title{
		width: 50%;
	}
	.product-detail-box .info-list .row-content{
		width: 45%;
		text-align: right;
	}
	.page-product-detail .prt-btn-buy{
		position: relative;
		right: 4%;
		margin-top: 6px;
		float: right;
	}
	.product-detail-box .info-list{
		padding-top: 10px;
	}
	.cdkey-description p.system-requirement{
		width: 100%;
		padding-right: 0;
		padding-bottom: 4px;
	}
	#page_box{
		overflow-x: scroll; 
	}
	/* 移动端产品页选择业务 */
	.service-title-list li{
		display: block;
		margin-right: 0;
		width: 100%;
		border-bottom: none;
	}
	.service-title-list li:not(.selected){
		display: none;
	}
	.service-title-list li a{
		padding: 15px 20px;
		font-weight: bold;
	}
	.service-title-list li a .caret{
		float: right;
		display: block;
		margin-top: 0.8rem;
	}
	.page-product-list .service-title-list li .caret.reverse{
		transform: rotate(180deg);
	}

	/* 注册登录 */
	.page-login .login-bg{
		background-image: none;
	}
	.page-login .section-login-left{
		width: 100%;
		margin-left: 0;
	}
	.page-login .form-main,.page-login.forget-password .form-main{
		width: 100%;
	}
	.page-news-bg>.section-left{
		width: 100%;
		padding-right: 0;
	}
	.page-login.signup .intl-tel-input .flag-dropdown{
		height: 36px;
	}

	/* 关于我们 */
	.page-common .main-section .sub-content{
		width: 100%;
	}
	.page-common-bg{
		padding: 20px 15px;
	}
	.error-main .setence-01{
		padding: 5px 0;
	}
	.error-main .content-middle{
		width: 100%;
		padding: 15px 0;
		margin-top: 20px;
	}
	.error-main .content-middle span{
		font-size: 4rem;
	}
	.error-main .setence-03{
		padding-top: 30px;
	}

	/* 购物车 */
	ul.payment-methods{
		padding-top: 20px;
	}
	ul.payment-methods li{
		width: 50%;
	}
	ul.payment-methods li:nth-child(2n+1){
		clear: left;
	}
	ul.payment-methods li:nth-child(5n+1){
		clear: none;
	}
	.product-form .form-main .row-title, .personal-info-form .form-main .row-title{
		padding-left: 0;
		width: 100%;
		padding-right: 5px;
		float: none;
	}
	.product-form .form-main .row-content, .personal-info-form .form-main .row-content{
		width: 100%;
		min-height: 3rem !important;
		line-height: 3rem !important;
		border: 1px solid #ccc;
		font-size: 1.5rem;
	}
	.form-time-tips{
		padding-left: 0;
	}
	.product-form .form-main .pr-info-row, .personal-info-form .form-main .pi-info-row{
		padding-bottom: 15px;
	}
	.product-form .form-main .row-content.half-width{
		width: 33%;
		margin-right: 1%;
	}
	.product-form .form-main .pr-info-row, .personal-info-form .form-main .pi-info-row{
		font-size: 1.4rem;
	}
	.cart-table .pr-row>span:nth-child(1){
		padding-right: 10px;
	}
	.cart-table .table-title span{
		font-size: 1.4rem;
	}
	.cart-table .pr-row>span{
		white-space: normal;
		font-size: 1.3rem;
		padding-right: 5px;
		display: table-cell;
		vertical-align: middle;
		float: none;
	}
	.cart-table .pr-row .product-num button{
		padding: 1px 4px;
		border: 1px solid #ddd;
	}
	.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){
		border: none;
		background-color: transparent;
	}
	.auto{
		width: 58%;
	}
	.cart-button{
		text-align: center;
	    padding: 10px 10px;
	    margin-left: 0px;
	    width: 100%;
	}
	.cart-button a{
		background: #de6262;
	    display: inline-block;
	    color: #fff;
	    font-size: 14px;
	    padding: 10px;
	    border-radius: 5px;
	    width: 100%;
	    margin-bottom: 10px;
	}
	.trade-url-link{
		padding-left: 32%;
	}
	.payment-section.form-list{
		padding-bottom: 30px;
	}
	.payment-section.section-cart .total b .line-through{
		display: block;
	    text-align: right;
	    padding-bottom: 5px;
	}

	/* 会员 */
	.member-nav .member-nav-box:first-child{
		width:100%;
		padding:0 15px;
		margin-bottom: 10px;
	}
	.member-list-table .list-row span{
		/*word-break: break-all;*/
	}
	.member-nav .member-nav-box{
	    width: 50%;
	    padding: 0 15px;
	}
	.member-nav .member-nav-box:nth-child(2){
		padding-right: 5px;
	}
	.member-nav .member-nav-box:nth-child(3){
		padding-left: 5px;
	}
	.member-nav-box .nav-title{
		font-size: 1.4rem;
		white-space: nowrap;
	}
	.member-nav-box .nav-box-num{
		font-size: 1.8rem;
	}
	.page-member-bg.withdraw-coins .switch-platform li:not(:last-child){
		margin-bottom: 12px;
	}
	.page-member-bg.withdraw-coins .switch-platform li a{
		padding: 10px;
		display: block;
	}
	.order-list-content .list-row span{
		display: block;
		width: 50% !important;
	}
	.order-list-content .list-row span:nth-child(1){
		float: left;
	}
	.order-list-content .list-row span:nth-child(2),
	.order-list-content .list-row span:nth-child(3),
	.order-list-content .list-row span:nth-child(4){
		float: right;
		text-align: right;
		padding-bottom: 2px;
	}
	.order-list-content .list-title span:nth-child(4){
		text-align: right;
		float: right;
	}
	.order-list-content .list-row span:nth-child(4){
		margin-top: 5px;
		clear: right;
	}
	.member-list-table .list-row{
		padding-bottom: 12px;
	}

	.order-list-content .redeem-code{
		width: 100%;
		line-height: 2rem;
		bottom: 10px;
	}
	.order-list-content .redeem-code input{
		max-width: 120px;
	}
	.order-list-content .redeem-code button{
		float: right;
		background-color: transparent;
		color: #de6262;
		text-decoration: underline;
	}

	.form-fifa-trade .form-unit{
		position: relative;
	}
	.form-fifa-trade .form-unit input{
		width: 100%;
		height: 3rem;
		line-height: 3rem;
		border: 1px solid #ccc;
		font-size: 1.5rem;
		position: relative;
		z-index: 50;
	}
	.form-fifa-trade .form-unit .withdraw-tips input{
		height: auto;
	}
	.page-member-bg.withdraw-coins .switch-platform li{
		margin-right: 0;
		width: 100%;
		position: relative;
	}
	.page-member-bg.withdraw-coins .switch-platform li img{
		width: 32px;
		display: block;
		float: left;
	}
	.page-member-bg.withdraw-coins .switch-platform li .btn-right span{
		display: inline-block;
		line-height: 32px;
	}
	.page-member-bg.withdraw-coins .switch-platform li .btn-right span.coins-remain{
		padding-left: 20px;
		position: absolute;
		right: 10px;
		top: 10px;
	}
	.form-fifa-trade .btn-submit{
		width: 100%;
	}
	.discount-code-list li{
		width: calc( (100% - 30px)/2 );
	}
	.discount-code-list li:nth-child(2n){
		margin-right: 0;
	}
	.member-info-form .form-content .row-member-info .row-title{
		width: 40%;
	}
	.member-info-form .form-content .row-member-info input{
		width: calc(60% - 4px);
	}
	.member-info-submit{
		margin-left: calc(40% + 4px);
		width: calc(60% - 4px);
	}
	.form-fifa-trade .form-unit .withdraw-tooltip-icon,.aff-register-form .reg-row .withdraw-tooltip-icon{
		position: absolute;
		right: 4px;
		top: -6px;
		width: 1.9rem;
		height: 1.9rem;
		margin-bottom: 0.2rem;
		opacity: 0.8;
		z-index: 100;
	}
	.aff-register-form .reg-row .withdraw-tooltip-icon{
		top: 6px;
	}
	.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;
	}
	.page-member-main .member-nav-tab.nav-mobile li{
		margin: 0;
		display: none;
		border-bottom: 1px solid #ddd;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
		background-color: #fff;
	}
	.page-member-main .member-nav-tab.nav-mobile li a{
		width: 100%;
		display: block;
	}
	.page-member-main .member-nav-tab.nav-mobile li.selected{
		display: block;
		background-color: #de6262;
	}
	.page-member-main .member-nav-tab.nav-mobile li.selected a{
		color: #fff;
		display: block;
		position: relative;
	}
	.page-member-main .member-nav-tab.nav-mobile li .caret{
		font-size: 1.6rem;
		position: absolute;
		right: 0;
		top: 1.3rem;
		transition: all 0.24s ease-in-out;
		-webkit-transition: all 0.24s ease-in-out;
		-moz-transition: all 0.24s ease-in-out;
	}
	.page-member-main .member-nav-tab.nav-mobile li .caret.reverse{
		transform: rotate(180deg);
	}
	.page-member-bg .member-section-title{
		font-size: 1.6rem;
	}
	.table-delivery-history .table-content.module-member,.table-transter-ongoing .table-content.module-member,.table-commission-order .table-content.module-member{
		overflow-x: scroll;
	}
	.table-content.module-member .table-title,.table-content.module-member .table-row{
		display: inline;
		white-space: nowrap;
	}
	.table-content.module-member .table-title span,.table-content.module-member .table-row span{
		white-space: nowrap;
		display: inline-block;
		text-overflow: ellipsis;
		overflow: hidden;
		position: relative;
		padding: 6px 5px 12px;
	}
	.table-delivery-history .table-title span:nth-child(1), .table-delivery-history .table-row span:nth-child(1){
		width: 50%;
	}
	.table-delivery-history .table-title span:nth-child(2), .table-delivery-history .table-row span:nth-child(2){
		width: 20%;
	}
	.table-delivery-history .table-title span:nth-child(3), .table-delivery-history .table-row span:nth-child(3){
		width: 25%;
	}
	.table-delivery-history .table-title span:nth-child(4), .table-delivery-history .table-row span:nth-child(4){
		width: 50%;
	}
	.table-delivery-history .table-title span:nth-child(5), .table-delivery-history .table-row span:nth-child(5){
		width: 30%;
	}
	.table-delivery-history .table-title span:nth-child(6), .table-delivery-history .table-row span:nth-child(6){
		width: 30%;
	}
	.table-transter-ongoing .table-title span:nth-child(1), .table-transter-ongoing .table-row span:nth-child(1){
		width: 50%;
	}
	.table-transter-ongoing .table-title span:nth-child(2), .table-transter-ongoing .table-row span:nth-child(2){
		width: 46%;
	}
	.table-transter-ongoing .table-title span:nth-child(3), .table-transter-ongoing .table-row span:nth-child(3){
		width: 50%;
	}
	.table-transter-ongoing .table-title span:nth-child(4), .table-transter-ongoing .table-row span:nth-child(4){
		width: 30%;
	}
	.table-transter-ongoing .table-title span:nth-child(5), .table-transter-ongoing .table-row span:nth-child(5){
		width: 30%;
	}
	.table-transter-ongoing .table-title span:nth-child(6), .table-transter-ongoing .table-row span:nth-child(6){
		width: 30%;
	}
	/* affiliate program */
	.aff-banner h1{
		top: 30%;
	}
	.aff-banner img{
		/*filter: blur(3px);*/
		opacity: 0.9;
	}
	.aff-intro p{
		padding: 0;
	}
	.aff-navbar:after{
		content: '';
		display: block;
		clear: both;
	}
	.aff-navbar li{
		width: calc(50% - 5px);
		float: left;
		display: block;
		text-align: center;
	}
	.aff-navbar li:nth-child(even){
		margin-right: 0;
		margin-bottom: 10px;
	}
	.aff-navbar li a{
		padding: 10px 0;
		white-space: nowrap;
	}
	.aff-index-main .half-box{
		width: 100%;
	}
	.aff-index-main .half-box:last-child{
		margin-left: 0;
		margin-top: 20px;
	}
	.aff-index-main .half-box .half-box-content{
		padding: 30px;
	}
	.aff-index-main .half-box h3{
		padding: 8px 10px;
	}
	.table-commission-order .table-title span:nth-child(1), .table-commission-order .table-row span:nth-child(1){
		width: 50%;
	}
	.table-commission-order .table-title span:nth-child(2), .table-commission-order .table-row span:nth-child(2){
		width: 50%;
	}
	.table-commission-order .table-title span:nth-child(3), .table-commission-order .table-row span:nth-child(3){
		width: 50%;
	}
	.table-commission-order .table-title span:nth-child(4), .table-commission-order .table-row span:nth-child(4){
		width: 50%;
	}
	.table-commission-order .table-title span:nth-child(5), .table-commission-order .table-row span:nth-child(5){
		width: 50%;
	}
	.register-box .row-title{
		width: 100%;
	}
	.register-box .btn-submit{
		margin-left: 0;
		margin-top: 15px;
	}
	.register-box .reg-row:first-child{
		padding-top: 0;
	}
	.register-box .reg-row .register-attr{
		padding-left: 0;
	}
	.reg-row.row-website .unit-social{
		width: 100%;
	}
	.reg-row.row-website .unit-social:not(:nth-child(2)){
		margin-left: 0;
	}
	.register-box .reg-row .list-op{
		float: right;
		margin: 5px 0 0 8px;
	}
	.aff-verify-code{
		margin-top: 6px;
	}
}

@media (max-width: 330px){
	.welcome{
		max-width: 25%;
	}
}