@charset "utf-8";

/* reset all */
html{
	/*font-size: 20px;*/
}
button{
	outline: none;
	border: none;
	background: transparent;
}
button:focus, button:active, button:focus{
	outline: none !important;    
	border-color: transparent;    
	box-shadow: none;
}
select{
	background-color: transparent;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url('../images/select-arrow.png') no-repeat right center;
	background-position-x: 98%;
	border: 1px solid #1B53A1;
	border-radius: 4px;
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	color: #1B53A1;
}
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;
}
a:visited, a:link{
	text-decoration: none !important;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
input[type="number"]{
	-moz-appearance:textfield;
}
input:focus{
	outline: none;
}
@font-face{
	font-family: "RobotoSlab";
    src: url("../font/RobotoSlab-Regular.eot"); /* IE9 Compat Modes */
    src: url("../font/RobotoSlab-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	    url("../font/RobotoSlab-Regular.svg") format("svg"), /* Legacy iOS */
	    url("../font/RobotoSlab-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
	    url("../font/RobotoSlab-Regular.woff2") format("woff2"); /* Modern Browsers */
  	font-weight: 400;
 	font-style: normal;
}
@font-face{
  font-family: "RobotoSlab";
  src: url("../font/RobotoSlab-Italic.eot"); /* IE9 Compat Modes */
  src: url("../font/RobotoSlab-Italic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/RobotoSlab-Italic.svg") format("svg"); /* Legacy iOS */
  font-weight: 400;
  font-style: italic;
}
@font-face {
   font-family: "Anton";
   src: url("../font/Anton-Regular.eot"); /* IE9 Compat Modes */
   src: url("../font/Anton-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/Anton-Regular.svg") format("svg"), /* Legacy iOS */
    url("../font/Anton-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../font/Anton-Regular.woff") format("woff"), /* Modern Browsers */
    url("../font/Anton-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 400;
  font-style: normal;
}
body{
	font-family: 'RobotoSlab', Helvetica;
	overflow-x: hidden;
	color: #fff;
	background-color: #d4e3f3;
    font-style: normal;
}
.container{
	max-width: 1370px;
	margin: 0 auto;
}
.breadcrumb{
	padding: 15px;
	margin-bottom: 0;
	color: #ccc;
    text-transform: capitalize;
	background-color: #3e3e3e;
	border-radius: 0;
}
.breadcrumb .container{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.breadcrumb span{
	font-weight: 666;
	font-size: 1.7rem;
	color: #7C7C7C;
	line-height: 2.2rem;
    display: block;
    font-weight: normal;
}
.breadcrumb a{
	color: #7C7C7C;
}
.breadcrumb a:hover{
	color: #fff;
}
.breadcrumb a:last-child{
	color: #fff;
}
/* common use */
.float-block{
	float: left;
	display: block;
}
.float-block:after{
	content: "";
	display: block;
	clear: both;
}
.clear-float:after{
	content: "";
	clear: both;
	display: block;
}
.full-width{
	width: 100%;
}
.hide-all{
	display: none;
}
a{
	color: #fff;
	transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
}
@media (min-width: 1600px){
	.container {
	    width: 1370px;
	    margin: 0 auto;
	}
}
.animate{
	transition: all 0.24s ease-in-out;
	-webkit-transition: all 0.24s ease-in-out;
	-moz-transition: all 0.24s ease-in-out;
}
/* header */
.head-fixed-bar{
	background: #333;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.nav-bg{
	height: 80px;
}
.logo{
	float: left;
	padding-right: 10px;
}
.logo img{
	width: 160px;
	margin: 19px 0;
}
.pull-right.head-right{
	padding-left: 15px;
}
nav{
	float: left;
	padding-left: 30px;
}
.nav-main>li{
	line-height: 28px;
	padding: 20px 0 24px;
	position: relative;
	border-top: 5px solid #3d3d3d;
}
.nav-main>li.active{
	border-top: 5px solid #3D88F3;
}
.nav-main>li.active a{
	color: #4991F8;
}
.nav-main>li.active:after{
	display: none;
}
.nav-main>li>a{
	color: #fff;
	font-size: 2rem;
	text-transform: uppercase;
	padding: 0 15px;
	border-right: 1px solid rgba(212,227,243,.39);
}
.nav-main>li:last-child a{
	border-right: none;
}
.nav-main > li > a i{
	margin-left: 8px;
}
.nav-main > li > a.nav-platform:after, .nav-main > li > a.nav-other:after, .head-item.bt-item span:after{
    content: '';
    display: inline-block;
    width: 16px;
    height: 11px;
    background: url(../images/nav-arrow.png) no-repeat right center;
    background-size: 100%;
    margin-left: 5px;
}
.nav-main > li > a.nav-platform:hover:after, .nav-main > li > a.nav-other:hover:after{
    background: url(../images/nav-arrow_active.png) no-repeat right center;
}
.nav-main>li>a .caret{
	position: relative;
	left: 4px;
	bottom: 0;
}
.list-inline{
	margin-left: 0;
	padding-right: 50px;
}
.nav-submenu{
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 100%;
	display: none;
	background-color: #EFF6FD;
	padding: 0;
	border-radius: 0 0 4px 4px;
}
.nav-submenu .game-select{
	position: relative;
	border-top: 0;
}
.nav-submenu .game-select>li{
	position: relative;
	line-height: 35px;
	height: 35px;
	border-bottom: 1px solid rgba(28,83,161,.15);
}
.nav-submenu .game-select>li:last-child{
	border-bottom: none;
}
.nav-submenu>li.selected{
	background-color: #de6262;
}
.nav-submenu>li.selected a{
	color: #fff;
}
.nav-submenu>li a{
	font-size: 1.5rem;
	text-transform: capitalize;
	display: block;
	text-align: center;
	padding: 0;
	line-height: 43px;
}
.nav-submenu>li a:focus, .nav-submenu>li>a:hover{
	background-color: #de6262;
	color: #fff;
}
.nav-submenu .game-select>li a.service-name{
	position: relative;
	white-space: nowrap;
	color: #595959;
	display: block;
	text-align: center;
	font-size: 1.5rem;
}
.nav-submenu .game-select>li:first-child a.service-name{
	background: url(../images/icon-nav-platform1.png) no-repeat left center;
	background-size: 18px 20px;
}
.nav-submenu .game-select>li:last-child a.service-name{
	background: url(../images/icon-nav-platform2.png) no-repeat left center;
	background-size: 18px 20px;
}
.nav-submenu .game-select>li:hover:first-child a.service-name, .nav-submenu .game-select>li:first-child a.service-name.active{
	background: url(../images/icon-nav-platform1_active.png) no-repeat left center;
	background-size: 18px 20px;
}
.nav-submenu .game-select>li:hover:last-child a.service-name, .nav-submenu .game-select>li:last-child a.service-name.active{
	background: url(../images/icon-nav-platform2_active.png) no-repeat left center;
	background-size: 18px 20px;
}
.nav-submenu .game-select>li a.service-name.active{
	color: #3D88F3;
}
.nav-submenu .game-select.game-select-platform>li a.service-name{
	text-align: left;
	padding-left: 30px;
	margin-left: 12px;
}
.nav-submenu.navSlide-other .game-select > li a.service-name{
    padding-left: 0;
}
.nav-submenu .game-select>li:hover{
    border-left: 3px solid #3D88F3;
}
.nav-submenu .game-select>li:hover a{
    color: #3D88F3;
}
.nav-submenu .game-select>li:last-child{
	border-bottom: none;
}
.navSlide-other .game-select > li a.service-name{
	text-align: center;
}
.nav-submenu .game-select>li a.service-name i{
    margin-right: 4px;
    position: relative;
    top: 1px;
}
.head-item{
	height: 80px;
	line-height: 80px;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.head-item.hamburg-item{
	width: 70px;
}
.head-item p, .cart-item i{
	cursor: pointer;
}
.head-item .item-name{
	font-weight: normal;
    font-style: normal;
}
.head-item .item-name a:visited, .head-item .item-name a:active{
	color: #fff;
}
.head-item .item-name a:hover{
	color: #fdc116;
}
.head-item.yes-login{
	padding: 0;
}
.head-item.yes-login .item-name{
	width: 90px;
}
.head-item.yes-login .item-name a{
	width: 85%;
	padding-right: 10px;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	float: left;
	position: relative;
}
.head-item.yes-login .item-name .caret{
	width: 10%;
	position: absolute;
	top: 40px;
	right: 0;
}
.no-login span.f20 i img,.user-item span.loginBtn img{
    position: relative;
    top: -2px;
}
.head-item:hover i{
	color: #fff;
}
.head-item.yes-login #member-dropdown{
	display: inline-block;
	width: 100%;
}
.head-item.yes-login #member-dropdown span.memberName{
	width: 82%;
	overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}
.head-item.yes-login #member-dropdown:hover, .head-item.yes-login #member-dropdown:link{
    color: #fff;
}

.head-item.no-login a{
    background: #D4E3F3;
    border-radius: 16px;
    padding: 5px 15px;
    color: #245BA9;
    font-weight: bold;
    text-align: center;
    font-size: 1.4rem;
    margin-right: 15px;
}
.head-item.yes-login .dropdown-con{
    min-width: 120px;
	padding: 0;
}
.head-item.yes-login .dropdown-list{
    background-color: #fff;
}
.head-item.yes-login .dropdown-list li{
    padding: 5px 10px;
	border-bottom: 1px solid #BBCDDF;
	line-height: 30px;
}
.head-item.yes-login .dropdown-list li:hover{
    background-color: #f5f5f5;
}
.head-item.yes-login .dropdown-list li:hover a{
    color: #333;
}
.head-item.bt-item span{
	border-radius: 16px;
	border: 1px solid #becbd9;
	font-size: 1.4rem;
	padding: 5px 15px;
}
.currency-list.dropdown, .lang-list.dropdown{
	margin: 8px 0;
	line-height: 28px;
	width: 100%;
	margin-top: 3px;
}
.currency-list.dropdown>a,.lang-list.dropdown>a{
	background-color: #425568;
	border-radius: 4px;
	display: block;
	padding: 3px 6px;
	color: #fff;
	position: relative;
}
.u_settings_wrp .caret{
	position: absolute;
	right: 8px;
	top: 15px;
}
.lang-list.dropdown img{
	width: 26px;
	height: auto;
	padding-right: 2px;
}
.currency-list.dropdown .dropdown-menu,.lang-list.dropdown .dropdown-menu{
	min-width: 0;
	width: 100%;
}
.currency-list.dropdown .dropdown-menu li,.lang-list.dropdown .dropdown-menu li{
	text-align: center;
}
.dropdown-menu>li>a{
	padding: 3px 0;
}
.dropdown-con{
	/*display: none;*/
	position: absolute;
	right: 0;
	left: auto;
	top: 100%;
	z-index: 800;
	border-top: 2px solid #245BA9;
	background-color: #fff;
	margin-top: 0;
}
.dropdown-con a{
    color: #333;
}
.dropdown-con.cart-small, .dropdown-con.cart-small .dropdown-list{
    background-color: #232831;
}
.dropdown-con.cart-small.dropdown-menu{
	min-width: 350px;
	border-top: none;
}
.dropdown-con.cart-small .dropdown-list{
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.dropdown-con.cart-small .dropdown-list ul{
	width: 100%;
}
.dropdown-con.cart-small .dropdown-list li{
	padding: 10px;
	position: relative;
}
.dropdown-con.cart-small .dropdown-list li .product-info{
	background: url(../images/icon-smallcart.png) no-repeat left center;
	background-size: 26px 26px;
	padding-left: 36px;
}
/* .dropdown-con.cart-small .dropdown-list li{
	border-bottom: 1px solid #DFEDFB;
} */
.dropdown-backdrop{
	display: none !important;
	z-index: -1 !important;
}
#user_bt_info{
	cursor: pointer;
	position: relative;
	width: 90px;
}
.country-icon{
    height: 28px;
    line-height: 28px;
    text-align: center;
    display: block;
}
.country-icon img{
	max-width: 22px;
	max-height: 32px;
}
.settings_wrp{
	position: relative;
}
.u_settings_wrp{
	/* max-width: 250px;
	min-width: 200px; */
	width: 80px;
	display: none;
    left: 20px;
    border-radius: 4px;
    border: 1px solid #ccc;
    border-top: 2px solid #245BA9;
}
.u_settings_wrp li{
	padding: 0 10px;
	text-align: center;
}
.u_settings_wrp li:hover{
    background-color: #f5f5f5;
}
.search-result .empty-cart-word{
	border: none;
}
.global-search{
	width: 315px;
	position: absolute;
	top: 80px;
	padding: 0;
	background: none;
	display: none;
}
.global-search input{
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	background-color: #283244;
	padding-left: 10px;
	border: none;
	width: 100%;
	overflow: hidden;
	color: #fff;
	position: relative;
}
.global-search input::placeholder{
    color: #333;
}
.global-search .btn-search{
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	position: absolute;
	right: 0;
	top: 2px;
}
.shawon{
	width: 100%;
	height: 100%;
}
.search-result{
	display: none;
	top: 78px;
	margin-top: 1px;
}
.cart-small .product-list, .search-result .product-list{
	margin-top: 0;
}
.empty-cart-word{
	display: block;
	width: 100%;
	color: #ccc;
	text-align: center;
	font-size: 1.5rem;
	padding: 10px 15px;
	line-height: 20px;
}
.dropdown-list{
	background-color: #283244;
	margin-top: 1px;
}
.gov_search_suggest_ul{
	width: 100%;
}
.dropdown-list li{
	display: table;
	padding: 0 15px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	width: 100%;
}
.dropdown-list li:hover a{
	color: #fff;
}
.yes-login .dropdown-list li:last-child{
	border-bottom: none;
}
.product-list li .product-thumb{
	width: 32px;
	height: auto;
	border-radius: 2px;
	overflow: hidden;
	margin-top: 4px;
}
.product-list li img,.product-list li>div{
	display: table-cell;
	vertical-align: middle;
}
.product-list li .product-info{
	padding-left: 8px;
	padding-right: 8px;
	min-width: 200px;
	line-height: 20px;
}
.product-list li .product-info a{
	display: block;
	font-size: 1.4rem;
}
.product-list li .product-info .product-name{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    text-align: left;
	line-height: 24px;
}
.product-list li .product-info .product-name b{
	color: #FFA800;
}
.product-list li .product-info .product-price{
	color: #FFA800;
	text-align: left;
}
.product-list li .product-info .product-price .oprice{
	color: #ccc;
	font-size: 1.2rem;
	margin-left: 5px;
}
#cartNumbox{
	position: relative;
	bottom: 2px;
}
b#cart_number{
	font-size: 12px;
	color: #fff;
	padding: 0 1px;
	position: absolute;
	right: -4px;
	top: 19px;
	line-height: 20px;
	background: #f2a506;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	text-align: center;
}
.cart-product{
	position: relative;
	bottom: 2px;
	display: inline-block;
	width: 72px;
	font-size: 1.3rem;
	padding: 2px 5px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	background-color: rgba(253,193,22,.8);
}
.cart-product:hover{
	opacity: 1;
	color: #fff;
}
.product-list li .del-product{
	position: absolute;
	right: 5px;
	top: 25px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #fff;
	padding: 0;
	cursor: pointer;
}
.product-list li .del-product:hover{
	background-color: rgba(253,193,22,1);
}
.product-list li .del-product:before{
	content: "";
	width: 1px;
	height: 8px;
	position: absolute;
	left: 8px;
	top: 4px;
	display: block;
	background-color: #34495e;
	transform: rotate(45deg);
}
.product-list li .del-product:after{
	content: "";
	width: 1px;
	height: 8px;
	position: absolute;
	left: 8px;
	top: 4px;
	display: block;
	background-color: #34495e;
	transform: rotate(-45deg);
}
.product-list .subtotal{
	color: #FFA800;
	font-size: 1.5rem;
	text-align: left;
	font-weight: bold;
	width: 50%;
	line-height: 50px;
	float: left;
	padding-left: 10px;
}
.product-list .subtotal span{
	color: #FFA800;
}
.cart-action{
	text-transform: uppercase;
	text-align: right;
	width: 50%;
	line-height: 30px;
	float: left;
	padding-right: 10px;
}
.cart-action a{
	color: #fff;
	font-size: 1.5rem;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	font-weight: bold;
}
.page-payment-recall{
	background: url(../images/pay_bg.png) no-repeat;
	background-size: 100%;
}
.payment-success-tips{
	padding-top: 10px;
	width: 80%;
	margin: 0 auto;
	line-height: 2rem;
	font-size: 1.4rem;
	color: #666;
}
.payment-success-tips b{
	color: #f57621;
	font-weight: normal;
}
.order-remind{
	padding: 10px;
	border-radius: 4px;
	border: 1px dashed #1B53A1;
	overflow: hidden;
	width: 80%;
	margin: 30px auto 0;
	text-align: left;
}
.order-remind .remind-title{
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #333;
}
.order-remind img{
	float: left;
	display: block;
	max-width: 32px;
	padding-top: 15px;
}
.order-remind .remind-content{
	padding: 10px;
}
.order-remind .remind-content p{
	font-size: 1.4rem;
	color: #333;
}
/*弹窗*/
.fade.in{
	background: rgba(0,0,0,.4);
}
.modal-form{
	margin-top: 0;
	padding: 0;
}
.page-payment .modal-dialog{
	top: 10%;
}
.modal-form .form-main{
	background: #fff;
	position: relative;
	border-bottom: 1px dashed #EEE;
	padding: 15px 30px;
}
.modal-form .payment-summary{
	padding: 0 20px;
}
.payment-step-wrap .modal-header{
	padding: 10px;
}
.modal-form .modal-title{
	color: #333;
}
.modal-form .form-main .row-title{
	color: #666;
}
.modal-form .form-main .row-content{
	background: #F8F8F8;
	border: 1px solid #E5E5E5;
	color: #333;
}
.modal-form .form-main input.row-content{
	width: 100%;
}
.modal-form .product-form .form-main .pr-info-row{
	margin-bottom: 0;
}
.modal-form .summary-title{
	color: #333;
}

/*购物车切换优惠方式*/
/* .summary-content{
	margin-bottom: 10px;
} */
#typeselect{
	color: #666;
	height: 30px;
	line-height: 30px;
	border: 1px solid #999;
	border-radius: 2px;
	min-width: 150px;
}
#selectDiscount .couponDown, #selectDiscount input#coupon{
	width: 170px;
	margin: 0 2px;
}
#typeselect, #selectDiscount .couponDown{
    background-size: 30px;
}
#selectDiscount .couponDown{
	height: 30px;
	line-height: 30px;
	border: 1px solid #999;
	padding: 0 2px;
	font-size: 1.5rem;
	border-radius: 2px;
}
#selectDiscount .fade{
	display: none;
}
#selectDiscount .fade.in{
	background: none;
}
#selectDiscount.tab-content > .active{
	display: inline-block;
}
/* main */
.main{
	min-height: 700px;
	margin-top: 80px;
}
/* footer */
footer{
    margin-top: 20px;
}
.ban-notice{
	color: #aab1b7;
    margin-top: 15px;
}
.footer-main{
	background-color: #333;
	padding: 20px 0 5px;
}
.footer-main>.container{
	position: relative;
}
.footer-main .scroll-top{
	position: absolute;
	right: 10px;
	bottom: calc(100% + 0px);
	width: 60px;
	height: 64px;
	background: url(../images/icon_scrollTop.png) no-repeat;
	background-size: 100%;
	cursor: pointer;
}
.footer-main .footer-menu{
	padding-bottom: 10px;
}
.footer-menu .menu-title{
	position: relative;
	text-transform: uppercase;
	font-size: 2rem;
    text-align: left;
	padding: 8px 0;
	margin-bottom: 10px;
    width: 100%;
    display: block;
}
.footer-menu .menu-title::after{
	content: "";
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 1px;
	background: url(../images/title_shortline.png) no-repeat 100% 100%;
}
.footer-menu .menu-list{
    overflow: hidden;
}
.footer-menu p{
	color: #fff;
	font-size: 1.4rem;
	padding-top: 18px;
	line-height: 2rem
}
.footer-menu li{
	padding: 4px 0;
	display: block;
	float: left;
	width: 100%;
	text-align: left;
}
.footer-menu li:before{
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #BBCDDF;
	position: relative;
	bottom: 3px;
    margin-right: 5px;
}
.footer-menu .footer-email li{
    width: 100%;
}
.footer-menu li a{
	word-wrap: break-word;
}
.footer-menu li i.fa{
	position: relative;
	top: 2px;
	display: inline;
}
.footer-menu a{
	font-size: 1.5rem;
	color: #BBCDDF;
}
.footer-menu li:hover a, .copyright a:hover, .contact-meun i, .footer-menu li:hover:before{
	color: #3D88F3;
}
.footer-menu li:hover:before{
	background: url(../images/footer-arrow.png) no-repeat;
	background-size: 100%;
	position: relative;
	top: 1px;
	width: 20px;
	height: 12px;
	border-radius: 0;
}
.footer-menu.social-list li{
	display: inline-block;
	width: 50%;
	clear: none;
	line-height: 26px;
}
.footer-menu.social-list li:before{
	display: none;
}
.footer-menu.social-list li img{
	width: 14%;
	position: relative;
	bottom: 2px;
	margin-right: 4px;
}
.footer-menu .menu-list span{
	color: #ecfbff;
	font-size: 1.4rem;
	display: inline-block;
	white-space: nowrap;
}
.footer-menu .footer-social a{
	float: left;
    margin-bottom: 3px;
}
.footer-menu .footer-social a:last-child{
	margin-right: 0;
}
.footer-menu .footer-social a img{
	width: 20px;
    margin-right: 8px;
    position: relative;
    bottom: 1.5px;
}
.contact-meun li{
	line-height: 20px;
}
.link-logo ul{
	width: 340px;
	overflow: hidden;
	margin: 0 auto 20px auto;
}
.link-logo ul li{
	padding: 0;
}
.link-logo img{
	padding: 3px 5px;
	width: 100%;
}
.copyright{
	padding: 20px 0;
	color: #9ca3a9;
	border-top: 1px solid #9ab8ee;
	font-size: 12px;
	line-height: 2.2rem;
}
.copyright a{
	text-decoration: underline !important;
	color: #dfedfb;
	margin: 0 4px;
}


/* contactUs */
.contactUs_box, .openContact{
	position: fixed;
	bottom: 60px;
	right: 60px;
	z-index: 1;
	text-align: center;
  }
  .contactUs_box{
	opacity: 0;
	transition: all .3s;
	height: 0;
  }
  .contactUs_box.display{
	opacity: 1;
	height: auto;
	background-color: #ff345f;
	border-radius: 35px;
	padding: 20px 5px;
  }
  .contactUs_box.display>div{
	display: block;
  }
  .openContact{
	background: none;
	padding: 0;
	padding: 15px;
	background-color: #ff345f;
	border-radius: 35px;
  }
  .openContact:focus{
	box-shadow: none;
  }
  .openContact img{
	width: 25px;
  }
  .contactUs_box>div{
	margin-bottom: 10px;
	display: none;
  }
  .messenger_box>a, .livechat_box>a{
	color: #fff !important;
	font-size: 12px;
	line-height: 24px;
  }
  .messenger_box>a>img, .livechat_box>a>img{
	width: 25px;
	display: block;
	margin: 0 auto;
  }
  .more_contact{
	margin-bottom: 0 !important;
  }
  .arrow_up{
	display: block;
	background: url(/images/arrow_up.png) no-repeat center;
	width: 10px;
	height: 10px;
	margin: 0 auto;
	cursor: pointer;
  }
  .livechat_box{
	position: relative;
  }
  .livechat_box .livechat_button{
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
  }
  .livechat_box .livechat_button img{
	z-index: 1;
	position: relative;
  }
/* index */
.index-banner, .game-banner{
	position: relative;
	z-index: 0;
	width: 100%;
}
.index-banner a{
	display: block;
}
.index-banner img, .game-banner img{
	width: 100%;
	padding: 10px 10px 0;
}
.game-banner img{
	padding-top: 10px;
}
.page-news .game-banner img, .page-faq .game-banner img{
	padding: 0;
}
.index-section, .login-bg{
	background: #fff;
	border-radius: 4px;
	/* box-shadow: 0 0 10px rgba(0,0,0,0.15); */
}
.login-bg{
	background: none;
}
.section-product.section-content, .index-section .section-content{
	padding: 30px;
}
.page-payment .index-section .section-content{
	padding: 20px 30px;
}
.index-section.product-content .section-content{
    padding: 0;
}
.moudule-member .page-member-main{
	overflow: hidden;
}
.section-content.product-tab, .section-product .section-content{
    overflow: hidden;
}
.index-public .section-content{
	/* padding: 0; */
	overflow: hidden;
}
.index-public .section-content .optimize-words a, .page-goodsList .goods-public .optimize-words-content a, .page-goods .goods-public .optimize-words-content a{
	color: #f2a506;
	text-decoration: underline;
}
.index-section .section-title img{
	max-width: 66px;
}
.index-section .section-title span{
	color: #fff;
	font-size: 3rem;
}
.section-title.upper-center i{
	display: inherit;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 5rem;
	font-weight: bold;
	letter-spacing: .2rem;
}
.section-title.upper-center span{
	display: block;
	position: relative;
	text-align: center;
	padding-bottom: 10px;
}
.index-section .index_choose{
	color: #aab1b7;
	font-size: 1.4rem;
	line-height: 1.8rem;
}
.index-section .index_choose .choose_content{
	padding: 1rem 1rem 1rem 8.5rem;
	font-size: 1.6rem;
	line-height: 2rem;
}
.index-section .index_choose span{
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
.index-news .news-single{
	padding: 30px;
	background-color: #CAD5E4;
}
.index-news .news-single:nth-child(2n){
	background-color: #A5C0E4;
}
.index-news .news-single .news-title{
	font-size: 2rem;
	color: #1B53A1;
    font-weight: bold;
	display: block;
	width: 100%;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/news-titleArrow.png) right no-repeat;
	background-position-y: 7px;
	background-size: 12px 20px;
}
.index-news .news-single .news-content{
	color: #1B53A1;
	font-size: 1.6rem;
	line-height: 2.4rem;
	min-height: 45px;
	overflow: hidden;
	/* text-overflow: ellipsis;
	white-space: nowrap; */
	margin-top: 10px;
}
.new-more{
	display: inline-block;
	width: 100%;
	text-align: right;
    margin-top: 15px;
}
.new-more .more{
	display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 150px;
	border-radius: 20px;
	background: #1B53A1;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
}
.new-more .more:hover{
	opacity: .9;
}
.index-choose .game-title .game-name{
    color: #fff;
}
.index-choose ul.produkte{
    overflow: hidden;
    position: relative;
    background: url(../images/fut-Coins-gold.png?num=1) no-repeat right bottom;
    background-size: 100px;
}
.index-choose .produkte .proTit{
    width: 30%;
    position: relative;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: normal;
}
.index-choose .produkte li.cur .proTit, .index-choose .produkte li.cur .proTit i{
    color: #fdc116;
}
.index-choose .produkte .proTit i{
    line-height: 50px;
    color: #fff;
}
.index-choose .produkte .proTit i.chooseIcon::before{
    width: 25px;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
}
.index-choose .produkte .proTit i.fa-angle-down, .index-choose .produkte .proTit i.fa-angle-right{
    display: none;
    float: right;
}
.index-choose .produkte li .proCont{
    width: 60%;
    position: absolute;
    top: 8px;
    right: 0;
    line-height: 24px;
    font-size: 1.6rem;
    /* text-align: justify;
    height: 144px; */
    overflow: hidden;
    display: none;
    color: #fff;
}
.index-choose .produkte li .proTit i.fa-angle-right{
    float: right;
}
.index-choose .produkte li.cur .proTit i.fa-angle-right, .index-choose .produkte li.cur .proTit i.fa-angle-down, .index-choose .produkte li.cur .proCont{
    display: block;
}
.index-category{
	margin-bottom: 30px;
}
.index-category .section-content{
	background-color: #1b53a1;
	border-radius: 10px;
	box-shadow: 25px 25px 0px 0px #a4bee0;
	overflow: hidden;
	padding: 40px;
}
.index-category .section-content h2{
	font-family: 'Anton';
	font-weight: 400;
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-size: 3rem;
}
.index-category .section-content p{
	font-size: 2.2rem;
	line-height: 3rem;
	color: #E7E7E7;
}
.index-category .section-content .leftImg{
	border: 2px solid #D4E3F3;
    border-radius: 10px;
}
.index-category .section-content .category-content{
	padding-left: 60px;
	padding-top: 40px;
}
.index-category .section-content .game-btn{
	padding: 3px 22px;
	border-radius: 8px;
	background-color: #E7E7E7;
	color: #1B53A1;
	font-size: 3rem;
	font-family: 'Anton', Helvetica;
	float: right;
	margin-top: 50px;
}
/* 搜索结果页 */
.bg-white{
	background-color: #fff;
}
/* 游戏首页 */
.game-title .game-name{
	font-size: 3.6rem;
	height: 6rem;
	line-height: 7rem;
	white-space: nowrap;
	color: #1B53A1;
	text-align: center;
	display: inline-block;
	width: 100%;
	font-weight: bold;
	margin: 30px auto 15px;
}
.game-title .game-name span{
	color: #fdc116;
}
.index-choosePlat .game-title .game-name{
	background: url(../images/title_line.png) bottom no-repeat;
}
.index-category .game-title .game-name{
	background: url(../images/title_shortline.png) bottom no-repeat;
}
.index-choosePlat .game-title .game-name, .index-category .game-title .game-name{
	margin: 50px auto 30px;
	background-size: 250px 3px;
}
.small-game-name{
	color: #fff;
	font-size: 2rem;
	line-height: 2rem;
}
/*category*/
.page-index .category-unit{
	height: 427px;
}
.page-index .category-unit:first-child{
	padding-left: 0;
}
.page-index .category-unit:last-child{
	padding-right: 0;
}
.page-index .category-unit .link-full{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.page-index .category-unit .link-full img{
	width: 100%;
}

/*coins player category-unit*/
.page-game-index .service-category li{
	width: calc(33.33% - 20px);
	/* width: calc(25% - 0px); */
	float: left;
	height: 166px;
	margin-right: 30px;
}
/* .page-game-index .players-category li{
	width: calc(33.33% - 20px);
} */
.page-game-index .service-category li:last-child{
	margin-right: 0;
}
.page-game-index .service-category li:hover{
	transform: translate3d(0,-2px,0);
}
.page-game-index .service-category li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 20px;
}
/* .page-game-index .players-category li a{
	padding-top: 10%;
} */
.page-game-index .service-category li span{
	font-weight: bold;
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 3rem;
}
.page-game-index .service-category li span.icon{
	height: 80px;
}
.page-game-index .service-category li span.icon img{
	height: 100%;
}
.page-game-index .service-category li span.game-plat{
	/* background-color: #fdc116; */
	color: #fff;
	font-size: 2.5rem;
}
.page-game-index .coins-category li.category-unit{
	background: url('../images/futCoins-platform.jpg') no-repeat center;
	-webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.page-game-index .players-category li.category-unit{
	background: url('../images/futPlayers-platform.jpg') no-repeat center;
	background-size: 100%;
	-webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.page-game-index .coins-category li.category-unit:hover, .page-game-index .players-category li.category-unit:hover{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.index-public .index-about{
	background-color: #297092;
    position: relative;
	padding: 30px;
}
.index-public .index_choose{
	width: calc(50% - 15px);
	float: left;
	margin-right: 30px;
}
.index-public .index_choose:nth-child(2n){
	margin-right: 0;
}
.index-public .index_choose:nth-child(1), .index-public .index_choose:nth-child(2){
    margin-bottom: 20px;
}
.index-public .choose_content{
    overflow: hidden;
    min-height: 130px;
	-webkit-box-shadow: 0 1px 10px rgba(27,83,160,.2);
	box-shadow: 0 1px 10px rgba(27,83,160,.2);
	color: #3E6192;
	font-size: 1.6rem;
	line-height: 26px;
	display: flex;
	align-items: center;
	border-radius: 0;
	padding: 1.5rem 1rem 1.5rem 180px;
	min-height: 150px;
}
.index-public .choose_content b{
	display: block;
	color: #1B53A1;
	font-size: 2.2rem;
	margin-bottom: 8px;
}
.choose_content.choose_safe{
    background: #A1BFE4 url('../images/choose_safe.png') no-repeat;
    background-position-x: 0;
}
.choose_content.choose_price{
	background: #A1BFE4 url('../images/choose_price.png') no-repeat;
    background-position-x: 0;
}
.choose_content.choose_service{
	background: #A1BFE4 url('../images/choose_service.png') no-repeat;
    background-position-x: 0;
}
.choose_content.choose_chat{
	background: #A1BFE4 url('../images/choose_chat.png') no-repeat;
    background-position-x: 0;
}
/* 业务页 */
.page-game-index .index-section{
	margin-bottom: 20px;
}
.page-game-index .game-banner{
	border-radius: 4px;
	margin-bottom: 20px;
}
.index-choosePlat ul.game-plat{
	background: url(../images/game-platBg.jpg) no-repeat center;
	background-size: 100% 100%;
	padding: 60px 50px;
}
.index-choosePlat ul.game-plat li{
	padding: 0;
	text-align: center;
}
.index-choosePlat ul.game-plat li a{
	color: #555;
	display: block;
	width: 100%;
	overflow: hidden;
}
.page-game-index .game-service{
	margin-bottom: 20px;
}
.page-game-index .category-unit{
	cursor: pointer;
	position: relative;
}
.page-game-index .category-unit:hover img{
	border: none;
}
.page-game-index .link-full.active, .page-game-index .link-full:hover{
	border: 1px solid #fdc116;
	border-radius: 5px;
}
/* 产品列表页-金币 */
.product-main-bg{
	border-radius: 4px;
	margin: 20px auto;
}
.product-tab li{
	background: #fff;
	float: left;
	border-radius: 10px;
	background: #839ED5;
	padding: 8px 30px;
}
.product-tab li:first-child{
	z-index: 1;
	position: relative;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(37, 65, 130, 0.33);
    box-shadow: 0px 0px 9px 0px rgba(37, 65, 130, 0.33);
}
.product-tab li:last-child{
	border-radius: 0 10px 10px 0;
	position: relative;
	top: 7px;
	left: -6px;
}
.product-tab li.active{
	background: #1B53A1;
	padding: 10px 30px;
}
.product-tab li.active a{
	font-size: 2rem;
}
.product-tab li:last-child{
	margin-right: 0;
}
.product-tab li:hover a{
	color: #028058;
}
.product-tab > li > a{
	color: #fff;
	font-size: 1.8rem;
}
.product-tab > li:hover, .product-tab > li:hover > a, .product-tab > li.active, .product-tab > li.active > a, .product-tab > li.active > a:focus, .product-tab > li.active > a:hover{
	background: #1B53A1;
	color: #fff;
	color: #fff;
}
.search-input{
	position: relative;
	width: 220px;
}
.search-input input, .search-order input{
	width: 100%;
	height: 36px;
	line-height: 36px;
	border: none;
	background-color: #EFF6FD;
    box-shadow: 0px 0px 36px 4px rgba(4, 50, 114, 0.13);
	border-radius: 4px;
	padding-left: 10px;
	color: #727171;
	font-size: 1.4rem;
	font-weight: normal;
}
input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #333;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #333;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #333;
}
input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #333;
}
.search-input .btn-search{
	position: absolute;
	right: 0;
	top: 2px;
}
.search-input .btn-search img, .search-order .btn-search img{
	width: 20px;
	height: 20px;
	position: relative;
	top: 8px;
}
.search-order .btn-search img{
	top: -2px;
}
.platform-title-list{
	overflow: hidden;
    padding: 30px 0;
}
.platform-title-list select{
	width: 260px;
	margin-right: 8px;
	font-size: 1.6rem;
}
.product-list{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
}
.page-goodsList .product-list{
	margin-bottom: 30px;
}
.product-single{
	display: table;
	width: 100%;
	padding: 20px 25px;
	position: relative;
    background-color: #e1effe;
    -webkit-box-shadow: 0 1px 10px rgba(117, 163, 253, 0.27);
    box-shadow: 0 1px 10px rgba(117, 163, 253, 0.27);
	border-radius: 10px;
    margin-bottom: 15px;
}
.product-single:last-child{
	margin-bottom: 0;
}
/*.product-single:hover{
    border-left: 4px solid #1B53A1;
}*/
.product-single>div{
	display: table-cell;
	vertical-align: middle;
}
.product-single .prt-thumb{
	width: 45px;
	vertical-align: middle;
}
.product-single .prt-thumb img{
	width: 40px;
	height: auto;
}
.product-single .prt-name{
	padding: 0 10px;
	width: 30%;
}
.product-single .product-name{
	font-size: 1.8rem;
	line-height: 1.8rem;
	display: block;
	color: #525252;
    font-weight: bold;
}
.product-single .product-name a:hover{
	color: #de6262;
}
.product-single .product-name i{
	font-style: normal;
	color: #1B53A1;
}
.product-single .delivery-time{
	font-size: 1.4rem;
	color: #656262;
	position: relative;
	top: 5px;
}
.product-single .prt-platform{
	width: 34px;
}
.product-single .prt-platform img{
	width: 80%;
	height: auto;
}
.product-single .prt-price{
	padding-left: 15%;
	width: 36%;
	position: relative;
}
.product-single .prt-price span{
	color: #FF7200;
	font-size: 1.8rem;
    font-family: 'Anton', Helvetica;
}
.product-single .prt-price span.rateFlagSign1{
    margin-right: -3px;
}
.product-single .prt-price span.nprice{
    position: relative;
}
.product-single .prt-price span.line-through{
	color: rgba(51,51,51,.67);
	font-size: 1.8rem;
    font-weight: 400;
    font-family: 'RobotoSlab', Helvetica;
    margin-left: 5px;
}
.product-single .prt-btn-buy{
	padding: 0;
	position: absolute;
	right: 28px;
	top: calc(50% - 17px);
	display: block;
	cursor: pointer;
	border-radius: 5px;
	overflow: hidden;
	background: #1B53A1;
}
.product-single .prt-btn-buy a{
	display: block;
	float: left;
	border-radius: 5px;
	padding-left: 10px;
}
.product-single .prt-btn-buy a:hover{
	color: #fff;
}
.product-single .prt-btn-buy a span{
	position: relative;
	top: 3px;
	font-size: 1.6rem;
}
.prt-btn-buy img{
	width: 45px;
	height: auto;
	padding: 9px 11px 7px 8px;
	background: #6290E4;
	margin-left: 10px;
}
.product-single .prt-btn-buy.disabled, .product-list .player-row .prt-btn-buy.disabled{
	opacity: 0.5;
	cursor: not-allowed;
	padding: 1px 6px;
}
.product-single .discount-num{
    background: url('../images/discount-bg.png') center no-repeat;
    background-size: 100%;
    width: 68px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    position: absolute;
    left: 110px;
    top: 2px;
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
}
.product-single .discount-num span{
    color: #fff;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    padding-left: 27px;
    font-size: 1.2rem;
}
/* 优化文字 */
.optimize-words{
	border-bottom: 1px solid #7D9FA8;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: url(../images/optimize-wordsIcon.png) left top no-repeat;
	background-size: 34px 24px;
	background-position-y: 4px;
	padding-left: 50px;
}
.optimize-words:last-child{
	margin: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.optimize-words h1, .optimize-words h2{
	font-size: 2rem;
	line-height: 2.6rem;
	/* padding-bottom: 5px; */
	color: #fff;
    font-weight: bold;
}
.optimize-words h2.read-moreTitle{
	position: relative;
	padding-right: 20px;
}
.index-public .read-more{
    position: absolute;
    right: 30px;
    top: 9px;
	background: url(../images/optimize-wordsArrow.png) right center no-repeat;
	background-size: 100% 100%;
	width: 24px;
	height: 15px;
}
.index-public .read-more span.reverse{
    transform: rotate(180deg);
}
.index-public .read-more:hover{
	opacity: .9;
}
.index-public .read-moreTitle.on span{
	transform: rotate(180deg);
}
.index-public .index-about{
	position: relative;
}
.index-public .index-about::before {
	/*设置折角实现的位置;*/
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	content: "";
	display: block;
	border: 20px solid #7099b5;
	border-color:#d4e3f3 #d4e3f3 transparent transparent;
	background-color: #7099b5;
	/*设置元素的阴影效果*/
	box-shadow: -10px 5px 10px rgba(0, 0, 0, .1);
}
/* .page-index .optimize-wordsCon, .page-game-index .optimize-wordsCon{
	height: 145px;
	overflow: hidden;
    position: relative;
}
.hidden-wordsCon.optimize-wordsCon{
	height: 230px;
	overflow: hidden;
}
.page-index .optimize-wordsCon.on, .hidden-wordsCon.optimize-wordsCon.on, .page-game-index .optimize-wordsCon.on{
	height: auto;
} */
.optimize-words-content{
	font-size: 1.5rem;
	line-height: 2.4rem;
	color: #fff;
}
.index-about .optimize-words-content{
	margin-top: 5px;
}
.goods-public .optimize-wordsCon{
    background: #E1EEFB;
    -webkit-box-shadow: 0 1px 10px rgba(117, 163, 253, 0.27);
    box-shadow: 0 1px 10px rgba(117, 163, 253, 0.27);
    border-radius: 10px;
    padding: 20px 25px;
    border-left: 3px solid #1B53A1;
}
.page-goodsList .goods-public .optimize-wordsCon{
	margin-bottom: 30px;
}
.goods-public .optimize-words{
	background: url(../images/optimize-wordsIcon1.png) left top no-repeat;
	border-bottom: none;
	background-size: 30px 25px;
	background-position-y: 4px;
}
.goods-public .optimize-words h1, .goods-public .optimize-words h2, .goods-public .optimize-words-content{
	color: #3F3F3F;
}
.goods-public .optimize-words-content{
	margin-top: 10px;
}
.goods-public .read-more{
	background: url(../images/optimize-wordsArrow1.png) right center no-repeat;
	background-size: 22px 15px;
	right: 0;
}
.page-goods .index-public.goods-public{
	margin-top: 50px !important;
}
.page-goods .goods-public .optimize-wordsCon{
	border-left: none;
    border-top: 3px solid #1B53A1;
}
.page-goods .goods-public .optimize-words h1, .page-goods .goods-public .optimize-words h2{
	padding-left: 40px;
}
.page-goods .goods-public .optimize-words h2{
	padding-bottom: 5px;
}
.page-goods .goods-public .read-more{
	left: 0;
	top: 8px;
	width: 25px;
	background: url(../images/optimize-wordsArrow2.png) left center no-repeat;
	transform: rotate(90deg);
}
.page-goods .index-public .read-moreTitle.on span{
    transform: rotate(90deg);
}
.page-goods .goods-public .optimize-words{
	background: none;
	padding-left: 0;
	border-bottom: 1px solid #8EABE6;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.page-goods .goods-public .optimize-words:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.page-goods .optimize-words-content{
	margin-top: 0;
	color: #67686A;
	padding-left: 40px;
	padding-bottom: 20px;
}
.page-goods .goods-public .optimize-words:last-child .optimize-words-content{
	padding-bottom: 0;
}

/* 登录注册 */
.page-login .login-bg{
	margin: 60px auto;
	width: 500px;
}
.page-login .section-login-left, .page-login.forget-password .section-login-left{
	text-align: center;
}
.page-login .section-login-left h1{
	position: relative;
	color: #1B53A1;
	font-family: 'Anton';
	font-weight: 400;
}
.page-login .form-main{
	margin: 40px auto 20px;
	float: left;
	background: url(../images/login_bg.png) no-repeat;
	background-size: 100% 100%;
	border-radius: 10px;
	width: 100%;
	padding: 40px 60px;
}
.page-login .form-main .input-row{
	padding-top: 1px;
	position: relative;
	border-radius: 2px;
	margin-bottom: 20px;
	overflow: hidden;
	width: 100%;
}
.page-login .form-main .input-row.input-row-country{
	overflow: unset;
	height: 69px;
}
.page-login .form-main .input-row label{
	color: #393939;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: left;
	display: block;
}
.page-login .form-main .input-row i{
    font-size: 2rem;
    color: #666;
    width: 34px;
    position: absolute;
    left: 12px;
    top: 11px;
    border-right: 1px solid #ccc;
    padding-right: 16px;
}
.page-login .form-main .input-row input{
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 3px 9px 1px rgba(27, 83, 161, 0.08);
    -webkit-box-shadow: 0px 3px 9px 1px rgba(27, 83, 161, 0.08);
	border: none;
	padding-left: 10px;
	font-size: 1.6rem;
	display: block;
	float: left;
	color: #333;
	border-radius: 2px;
	height: 40px;
	outline: none;
}
.forget-password .input-row:nth-child(2){
	width: calc(100% - 110px);
	float: left;
}
.forget-password .verify-code02{
	float: right;
	line-height: 36px;
	position: relative;
	top: 29px;
}
.forget-password .verify-code02 img, .cation_img{
	border-radius: 2px;
}
.forget-password .verify-code02 a{
	color: #de6262;
	font-size: 1.6rem;
}
.forget-password .input-row:nth-child(2) input{
	width: 100%;
	float: none;
}
.page-login .login-attr input, .page-login .login-attr label{
	float: left;
	display: block;
	font-weight: normal;
	color: #535353;
}
.page-login .login-attr input{
	margin-right: 5px;
}
.page-login .login-attr input[type="checkbox"]{
    position: relative;
    bottom: 2px;
}
.page-login .login-attr label{
	cursor: pointer;
	max-width: calc(100% - 25px);
	text-align: left;
	float: left;
	display: block;
}
.page-login .login-attr label a{
	color: #1B53A1;
	text-decoration: underline;
}
.page-login .login-attr .link-right{
	float: right;
	color: #f2a506;
	text-decoration: underline !important;
}
.page-login .action-login{
	background-color: #1B53A1;
	width: 70%;
	padding: 8px 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	border-radius: 20px;
	margin-top: 8px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 1.8rem;
}
.page-login button.action-login[disabled]{
	/*opacity: 0.7;*/
	cursor: not-allowed;
}
.page-login .action-login:hover{
	opacity: 0.85;
}
.page-login .social-login>span{
	position: relative;
	padding: 5px 20px;
	display: block;
	width: 30%;
	margin: 0 auto;
}
.page-login .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 .social-login>span b{
	background-color: #fff;
	padding: 0 5px;
	position: relative;
	z-index: 5;
	font-size: 1.5rem;
	color: #666;
}
.page-login .link-sign-up{
	margin-top: 8px;
	color: #535353;
}
.page-login .link-sign-up a{
	color: #1B53A1;
	font-size: 1.5rem;
	font-weight: bold;
	text-decoration: underline !important;
}
.page-login.forget-password .login-bg{
	background-image: none;
}
.page-login.forget-password .section-login-left .subtitle{
	display: inline-block;
	padding-top: 25px;
	font-size: 1.5rem;
	color: #666;
}
.page-login.signup .form-main .link-sign-up{
	margin-top: 10px;
	color: #535353;
}
.page-login .intl-tel-input{
	border: none;
	background: none
}
.page-login.signup .intl-tel-input .flag-dropdown{
	left: 0;
	top: 0;
	z-index: 10;
	border: none;
	width: 54px;
}
.page-login .form-main .input-row input#memberCountry{
	position: absolute;
	right: 0;
	top: 29px;
	width: calc(100% - 60px);
	background: #C1D2E2;
    padding-left: 10px;
}
.page-login.signup .intl-tel-input .flag-dropdown, .page-login .form-main .input-row input#prefixAreaCode{
    height: 40px;
    border: 1px solid #1B53A1;
	background: none;
	color: #1B53A1;
    border-radius: 2px;
}
#Verification{
	width: 70%;
}
/*密码可见*/
.ripple {
	position: absolute;
	width: 40px;
	height: 36px;
	z-index: 90;
	right: 0;
	transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0 25px;
	overflow: hidden;
	border-radius: 100vw;
	pointer-events: none;
}
.ripple.animate:before {
	-webkit-animation: clicked 0.4s forwards cubic-bezier(0.5, 0.61, 0.36, 1);
    animation: clicked 0.4s forwards cubic-bezier(0.5, 0.61, 0.36, 1);
}
.hideShowPassword-toggle {
	position: absolute;
    width: 36px;
    height: 36px;
    z-index: 0;
    right: 10px;
    top: 30px;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    overflow: hidden;
    border-radius: 100vw;
    cursor: pointer;
	background-image: url(../images/wink.png);
	background-position: -44px center;
    background-repeat: no-repeat;
    text-indent: -9999em;
}
.hideShowPassword-toggle[data-state="visible"] {
    background-position: 0 center;
}
.hideShowPassword-toggle:active + input {
    letter-spacing: 1.5px;
    box-shadow: 3px 0px 15px 0px #e6e6e6;
    cursor: text;
}
.hideShowPassword-toggle:active + input.password {
	letter-spacing: 3px;
}
/* 新闻版块 */
.page-news-bg{
	margin: 30px auto;
	min-height: 500px;
}
.page-news .section-left{
	width: 70%;
	float: left;
}
.page-news .section-left img{
	max-width: 100%;
}
.page-news .section-left, .news-sidebar, .page-news-detail .section-content, .page-faq .section-content{
	background-color: #F4F9FD;
    box-shadow: 0px 4px 38px 5px rgba(21, 104, 187, 0.04);
	border-radius: 10px;
	padding: 20px;
}

.page-news-detail .news-list .news-summary > p{
	padding: 0 10px;
}
.news-list .news-list-unit, .page-faq .news-list-unit{
	position: relative;
}
.news-list .news-list-unit .top-icon{
	background-color: #3785F1;
	position: absolute;
	right: 10px;
	top: 4px;
	display: block;
	width: 40px;
	height: auto;
}
.news-list .news-summary{
	width: 100%;
	float: left;
	/*border-bottom: 1px solid #e6e6e6;
	padding-bottom: 15px;*/
	margin-bottom: 30px;
	font-size: 1.6rem;
	line-height: 2.6rem;
}
.news-list-unit:last-child >.news-summary{
	border-bottom: none;
	margin-bottom: 0;
	color: #6b6b6b;
}
.news-list .news-summary .news-content h1, .news-list .news-summary .news-content h2{
	font-size: 1.6rem;
}
.page-news-detail .news-list .news-summary{
	border: none;
	color: #6b6b6b;
}
.page-news-detail .news-list .news-content a, .news-list .news-content a{
	color: #f2a506;
	text-decoration: underline;
}
.page-news-detail .news-list .news-summary > p{
	font-size: 1.6rem !important;
	line-height: 2.6rem;
}
.news-list a.news-title, .news-list .news-title h2, .page-news-detail .news-list .news-title{
	font-size: 1.8rem;
	line-height: 2.4rem;
	display: block;
	color: #31364C;
	text-decoration: none;
    font-weight: bold;
}
.news-time{
	font-size: 2.2rem;
	margin-right: 15px;
}
.page-news .news-list .news-title{
	border-bottom: 1px solid #7BA8FA;
	padding: 0 10px 10px;
	margin-bottom: 15px;
}
.page-news-detail .breadcrumb a, .page-news-detail .footer-main a{
	text-decoration: none;
}
.page-news-detail .breadcrumb a:visited{
	color: #ccc;
}
.page-news-detail .breadcrumb a:hover, .page-news-detail .breadcrumb a:link{
	color: #fff;
}
.page-news .news-time{
	color: #1E56A4;
	font-size: 2.2rem;
}
.news-list .news-content, .faq-content{
	color: #757576;
	font-size: 1.6rem;
	line-height: 2.4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
}
.faq-list.news-list .news-content, .faq-content{
	padding: 0;
	margin-top: 3px;
}
.faq-list.news-list .news-tag{
	padding: 0;
}
.page-news-detail .news-list .news-summary h2, .page-news-detail .news-list .news-summary h3, .news-list .news-summary h2{
	font-size: 1.6rem;
	line-height: 2.2rem;
	font-weight: bold;
}
.faq-list.news-list .news-summary{
	background: url(../images/icon-faq.png) left top no-repeat;
	background-size: 44px 58px;
	padding: 5px 0 30px 60px;
	border-bottom: 1px solid #7BA8FA;
}
.news-tag{
	margin-top: 15px;
	padding: 0 10px;
}
.news-tag span{
	padding: 0 15px;
	border: 1px solid #1E56A4;
	font-size: 1.4rem;
	margin: 0 5px 5px 0;
	border-radius: 4px;
	white-space: nowrap;
	display: inline-block;
	color: #1E56A4;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
    background-color: #1B53A1;
    border-color: #1B53A1;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #1B53A1;
}
/* .news-tag span:hover{
	color: #fff;
	border: 1px dashed #0d48ac;
	background: #0d48ac;
} */
.news-sidebar{
	width: 28%;
	float: right;
}
.news-sidebar .news-list-unit{
	border-bottom: 1px solid #9AB8EE;
	padding: 15px;
}
/*.news-sidebar .news-list-unit:last-child{
	border: none;
}*/
.news-sidebar .widget{
	border: 1px solid #f5f5f5;
	border-radius: 4px;
}
.news-sidebar .widget .widget-title{
	font-size: 2rem;
	padding: 0 0 13px 30px;
	color: #363434;
	font-weight: bold;
	border-bottom: 1px solid #9AB8EE;
	background: url(../images/icon-news.png) left top no-repeat;
	background-size: 20px 24px;
}
.news-sidebar .widget a.news-title{
	color: #363434;
	font-size: 1.6rem;
}
.news-sidebar .widget .news-time{
	color: #4C8AE0;
	font-size: 1.4rem;
	margin-top: 10px;
	display: block;
}
.widget .category-list li:not(:last-child){
	padding-bottom: 12px;
}
.news-detail .news-title,.page-faq-detail .faq-title{
	font-size: 2rem;
	font-weight: bold;
	line-height: 2.4rem;
	padding-bottom: 8px;
	color: #fff;
}
.news-detail .news-time{
	margin-left: -6px;
	color: #777;
}
.news-detail .news-content{
	padding-top: 5px;
	font-size: 1.5rem;
	color: #333;
	line-height: 2rem;
}
.tag-list{
	padding-top: 20px;
}
.tag-list .tag-single{
	display: inline-block;
	padding: 2px 8px;
    background: #425568;
    color: #c4cad0;
    font-size: 1.4rem;
    margin-right: 8px;
    margin-bottom: 10px;
    border-radius: 2px;
    transition: all 0.24s ease-in-out;
    -webkit-transition: all 0.24s ease-in-out;
    -moz-transition: all 0.24s ease-in-out;
}
.tag-list .tag-single:hover{
	color: #fff;
}
.page-news>.section-left.tag-result{
	width: 100%;
	padding-right: 0;
}
.page-faq-detail .faq-detail img{
	max-width: 100%;
}

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

/* 购物车 */
.paymentForm{
	margin-top: 20px;
}
.page-payment .index-section{
	margin-bottom: 25px;
	background: none;
}
h2.payment-title{
	font-family: 'Anton';
	font-weight: 400;
	position: relative;
    font-size: 2.4rem;
    color: #1B53A1;
    padding: 20px 0 8px;
	background: url(../images/title_shortline.png) left bottom no-repeat;
	background-size: 180px 2px;
	margin-bottom: 25px;
}
.page-payment .section-cart, .page-payment .userInfo,  .page-payment .form-list{
	background-color: #E1EEFB;
	border-left: 3px solid #1B53A1;
	border-radius: 10px;
	box-shadow: 0 1px 10px rgba(117, 163, 253, 0.27);
}
.cart-table{
	overflow: hidden;
}
.cart-table .table-title, .cart-table .pr-row{
	padding: 15px 30px;
    border-bottom: 1px solid #8EABE6;
}
.cart-table .table-title span{
	display: block;
	float: left;
	font-size: 1.6rem;
	font-weight: bold;
	color: #484848;
	text-align: center;
}
.cart-table .table-title span.cart_unused{
	width: 18px;
	display: none;
}
.cart-table .table-title span:nth-child(2){
	width: 42%;
}
.cart-table .table-title span:nth-child(3){
	width: 27%;
}
.cart-table .table-title span:nth-child(4){
	width: 30%;
}
.cart-table .pr-row{
	position: relative;
}
.cart-table .pr-row>span{
	display: block;
	float: left;
	font-size: 1.5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 15px;
	color: #484848;
	text-align: center;
}
.cart-table .pr-row>span:nth-child(1){
	width: 42%;
	padding-right: 30px;
	font-weight: normal;
}
.cart-table .pr-row>span:nth-child(2){
	width: 42%;
}
.cart-table .pr-row>span:nth-child(2) b{
	color: #1B53A1;
}
.cart-table .pr-row>span:nth-child(3){
	width: 27%;
	color: #FF7200;
	font-weight: 700;
	padding-right: 0;
}
.cart-table .pr-row>span:nth-child(4){
	position: relative;
	left: 12%;
	padding-right: 0;
	border: 1px solid #999;
	border-radius: 4px;
}
.cart-table .pr-row > span:nth-child(2), .cart-table .pr-row > span:nth-child(3), .cart-table .pr-row .btn-del-product{
    margin-top: 3px;
}
.payment-qrcode .cart-table .pr-row>span:nth-child(3){
	background-color: transparent;
	border: none;
}
.cart-table .pr-row>span:nth-child(4) b{
	font-weight: normal;
	padding: 2px 8px;
	color: #FF7200;
}
.cart-table .pr-row .product-num button{
	padding: 1px 8px;
}
.cart-table .pr-row .product-num button:first-child{
	border-right: 1px solid #999;
	margin-right: -4px;
}
.cart-table .pr-row .product-num button:last-child{
	border-left: 1px solid #999;
	margin-left: -4px;
}
.cart-table .pr-row .product-num button:hover{
	background-color: #1B53A1;
	color: #fff;
}
.cart-table .pr-row .btn-del-product{
	float: left;
	border-radius: 50%;
	overflow: hidden;
	background-color: #8f8f8f;
	width: 18px;
	height: 18px;
	margin-right: 0;
	color: #fff;
	position: absolute;
	left: 20px;
}
.cart-table .pr-row .btn-del-product:hover{
	background-color: #1B53A1;
}

.btn-continue-add{
	border: 1px solid #146dfc;
	color: #146dfc;
	padding: 5px 12px;
	border-radius: 4px;
	margin: 10px auto 15px;
}
.btn-continue-add:hover, .btn-continue-add:focus{
	background: #146dfc;
	color: #fff;
}
.btn-del{
	background: none;
	color: #f78925;
	border: 1px solid #f78925;
	margin-left: 10px;
}
.btn-del:hover, .btn-del:focus{
	background: #f78925;
	color: #fff;
}
.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: 2px;
	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: 2px;
	top: -5px;
	width: 1px;
	height: 9px;
	background-color: #fff;
	display: block;
	transform: rotate(-45deg);
}
.payment_free{
    background: #fff5d8;
    position: absolute;
    top: -10px;
    right: -8px;
    font-size: 1.2rem;
    color: #333;
    border-radius: 4px;
    font-weight: normal;
    padding: 2px 4px;
}
.payment-methods .payment-attr{
    display: block;
    text-align: center;
    font-size: 1.3rem;
    color: #666;
    font-weight: normal;
    margin-top: 5px;
}
.payment-step-wrap{
	position: relative;
}
.product-form .pr-name, .page-withdraw .withdraw-product{
	display: block;
	font-size: 1.5rem;
	color: #fff;
	line-height: 2rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 15px;
	background: rgba(13,72,172,.8);
	border-radius: 4px;
}
.withdraw-coins .good_name{
	color: #333;
	display: block;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 15px;
	margin: 10px auto 20px;
}
.member-withdrawOrder blockquote{
	color: #333;
}
.withdraw-coins .goldsalesNumber, .wrongWithdrawForm .product-form .pr-name .goldsalesNumber{
	color: #6A6C6D;
}
.withdraw-coins .good_name .buyNum, .withdraw-coins .goldSalesNum, .withdraw-coins .buyNum{
	color: #d2471b;
}
.withdraw-coins .pr-form-tips{
	margin-bottom: 20px;
	padding-left: 0;
	color: #ffa500;
	background-color: #fdf6ec;
	padding: 10px;
	border-radius: 4px;
}
.product-form .pr-name.alert-success{
    background: #d6e9c6;
    color: #333;
}
.product-form .pr-name.alert-danger{
    background: #f2dede;
    color: #333;
}
.page-withdraw .product-form .pr-name{
	position: relative;
}
.cartFormContent{
	margin: 20px auto;
}
.good_name{
	color: #333;
	margin-bottom: 20px;
	display: block;
	background-color: #f5f5f5;
	padding: 15px;
	border-radius: 4px;
}
.good_name .good_orderInfo{
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 3px;
	display: block;
}
.wrongWithdrawForm .product-form .pr-name{
	cursor: pointer;
	margin-bottom: 0;
    border: 1px solid #ccc;
    color: #333;
    background-color: #f5f5f5;
}
.wrongWithdrawForm .product-form .pr-name .buyNum{
	color: #d2471b;
}
.withdraw-coins .pr-name .caret{
	float: right;
	position: relative;
	top: 8px;
}
.page-withdraw .product-form .pr-name span.buyNum{
	color: #fdc116;
	font-weight: bold;
}
.page-withdraw .product-form .pr-name span.caret{
	position: absolute;
	right: 15px;
	top: 25px;
}
.page-withdraw .product-form .pr-name span.caret.reverse{
	transform: rotate(180deg);
}
/*.product-form .form-main{
	margin: 20px auto;
}*/
.product-form .form-main .pr-info-row, .member-info-form .form-content .row-member-info{
	margin-bottom: 15px;
	line-height: 36px;
}
.member-withdrawOrder .withdrawCoinsForm.wrongCoinsForm .product-form .pr-info-row{
	margin-bottom: 0;
	padding: 10px 5px;
}
.member-withdrawOrder .withdrawCoinsForm.wrongCoinsForm .product-form .optimize-words-content .pr-info-row{
	padding: 5px;
}
.withdraw-coins .withdraw-arrow{
	float: right;
	font-size: 25px;
	position: relative;
	bottom: 3px;
	cursor: pointer;
}
.product-form .form-main .row-title{
	width: 22%;
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
	color: #333;
}
.member-withdrawOrder .product-form .form-main .row-title{
	color: #6A6A6B;
	font-size: 1.6rem;
	width: 100%;
}
.page-payment .product-form .form-main .row-title{
	width: 10%;
}
.product-form .form-main .row-title i.required, .form-withdraw-trade .form-content .row-title i.required{
	color: #de6262;
}
.product-form .form-main .row-content{
	width: 40%;
	float: left;
	display: block;
	background: #fafafa;
	border: 1px solid #999;
	color: #333;
	border-radius: 4px;
}
.product-form .form-main input#orderEmail{
	background: none;
	border: 1px solid #999;
}
.product-form .form-main .row-content.fileds, .product-form .form-main textarea.row-content{
	width: 30%;
}
.product-form .form-main .row-content#orderEmail, .product-form .form-main .row-content#orderPhone{
	width: 60%;
}
.product-form .pi-info-country{
	position: relative;
}
.product-form .pi-info-country, .product-form .pi-info-email{
    width: 600px !important;
}
.product-form .pi-info-country .intl-tel-input{
	position: absolute;
	top: 1px;
	left: 78px;
	border: none;
	background: no-repeat;
	height: 34px;
}
.product-form .pi-info-country .intl-tel-input .flag-dropdown{
	padding: 0;
	width: 45px !important;
	height: 30px !important;
	margin-top: 0;
	top: 1px;
	left: 4px;
}
.product-form .pi-info-country .intl-tel-input .selected-flag{
	padding: 0;
	width: 45px !important;
	height: 30px !important;
	top: 1px;
	margin-top: 0;
}
.product-form .intl-tel-input #phone{
	border: none;
	/*background-color: #f5f5f5;*/
	margin-top: 2px;
}
.product-form .pi-info-country .intl-tel-input .selected-flag .iti-flag{
	left: 5px;
}
.product-form .pi-info-phone #prefixAreaCode{
	border: none;
	border-left: 1px solid #999;
	width: 42px;
	height: 28px;
	line-height: 28px;
	position: absolute;
	top: 4px;
	left: 130px;
	z-index: 1;
	background: none;
	font-size: 1.5rem;
	color: #666;
}
.product-form .form-main input#orderPhone{
	width: 70%;
	padding-left: 98px;
}
.payment-summary .summary-content{
	position: relative;
}
/*.payment-summary span.total-price{
	color: #FF7200;
}*/
.payment-summary span.total-price.line-through{
    text-decoration: line-through;
    color: #333;
}
.payment-summary .summary-content input{
	border: none;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	padding-left: 8px;
	border: 1px solid #1B53A1;
	background: none;
	width: 72%;
	float: left;
	color: #333;
	font-family: 'RobotoSlab', Helvetica;
	font-size: 1.6rem;
}
.payment-summary .summary-content button{
	background: #1B53A1;
    color: #fff;
    width: 60px;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	text-transform: uppercase;
	font-family: 'RobotoSlab', Helvetica;
	font-size: 1.4rem;
	position: absolute;
	right: 0;
	top: 0;
}
.product-form .form-main input.row-content, .product-form .form-main select.row-content{
	font-size: 1.5rem;
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	border-radius: 4px;
	color: #333;
	background: none;
}
.product-form .form-main select.row-content{
	/* background: #f5f5f5 url('../images/arrow-down.png') no-repeat right center; */
	color: #333;
}
.cart-button{
	margin: 20px auto 10px;
	width: 50%;
	text-align: center;
}
.cart-button a{
	background: #fff;
	border: 1px solid #028058;
	border-radius: 4px;
	display: inline-block;
	color: #028058;
	font-size: 1.5rem;
	width: 150px;
	padding: 6px 0;
	cursor: pointer;
	margin-right: 20px;
	float: left;
	text-align: center;
}
.cart-button a.cart_delete{
	background: #fff;
	border: 1px solid #f78925;
	color: #f78925;
}
.cart-button a:hover{
    background: #028058;
    color: #fff;
}
.cart-button a.cart_delete:hover{
    color: #fff;
    background: #f78925;
}
.page-withdraw .btn-submit button{
	margin-top: 10px;
	font-size: 1.6rem;
	padding-top: 8px 25px;
	margin-top: 20px;
	color: #fff;
}
.cart-button, .wrongWithdrawForm .btn-submit button{
	margin-left: 22%;
}
.page-withdraw .btn-submit button:hover,.cart-button, .wrongWithdrawForm .btn-submit button:hover, .wrongWithdrawForm .cart-button button{
	color: #fff;
}
.paymentBtn .btn{
    background-color: #028058;
    height: 45px;
    line-height: 45px;
    padding: 0 50px;
    font-size: 1.6rem;
    font-weight: bold;
}
.paymentBtn .btn:hover{
    opacity: .9;
}
.wrongWithdrawForm .cart-button{
    text-align: left;
}
.page-withdraw .product-form .form-main{
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin-bottom: 0;
}
.form-time-tips{
	padding-left: 3%;
}
.product-form .form-main .pr-info-txt{
	height: 80px;
}
.product-form .form-main textarea{
	height: 80px;
	padding-left: 10px;
}
.pr-form-tips, .email-form-tips{
	font-size: 1.4rem;
	line-height: 2rem;
	padding-left: 10%;
	color: #777;
}
.product-form .form-main .pr-form-tips{
	background-color: #fdf6ec;
	padding: 10px;
	border-radius: 2px;
}
.email-form-tips i{
	color: #ffa500;
}
.payment-section.form-list{
	position: relative;
}
/*球员名列表*/
.product-form .form-main .pr-info-row{
	position: relative;
}
.listclass {
    position: absolute;
    border: 1px solid #ccc;
    background: #f5f5f5;
    z-index: 99;
    top: 100%;
    left: 5px;
    right: 0;
    border-radius: 4px;
    overflow-y: auto;
    width: 380px;
	max-height: 369px;
	margin-top: 1px;
	font-size: 1.4rem;
}
.withdrawCoinsForm.getCoinsForm .listclass{
	left: 0;
}
.listclass::-webkit-scrollbar-thumb{
   background-color: #018EE8;
   height: 50px;
   outline-offset: -2px;
   outline: 2px solid #fff;
   -webkit-border-radius: 4px;
   border: 2px solid #fff;
}
.listclass li {
	padding: 2px 10px;
    cursor: pointer;
    color: #666;
    border-bottom: 1px solid #ccc;
}
.listclass li:hover {
    background: #3399ff;
    color: #fff;
}
.listactive {
    background: #3399ff !important;
    color: #fff;
}
.listclass::-webkit-scrollbar{
	width: 2px;
	background: none;
}
ul.payment-methods{
    margin-top: 15px;
}
ul.payment-methods li{
	padding-bottom: 30px;
	width: 16%;
	float: left;
	position: relative;
	height: 90px;
    margin-bottom: 20px;
}
ul.payment-methods li label{
	/* width: calc(100% - 25px); */
	cursor: pointer;
}

.payment-methods li img{
   border: 1px solid #ddd;
}
.payment-methods li.on img{
    border: 1px solid #306FC5;
}
.payment-methods li .payment-attr{
	display: block;
	text-align: center;
	font-size: 1.3rem;
	color: #999;
	font-weight: normal;
    margin-top: 4px;
}
.payment-methods li.on .payment-attr{
	color: #306FC5;
}
.pay-method-con{
	height: 60px;
}
ul.payment-methods img{
	width: 150px;
	height: 60px;
	border-radius: 5px;
}
ul.payment-methods li:after{
	content: attr(data-fee);
    position: absolute;
    right: 4px;
    top: -8px;
    display: block;
    padding: 0 3px;
    background-color: red;
    color: #fff;
    border-radius: 2px;
    font-size: 1.3rem;
    white-space: nowrap;
}
ul.payment-methods input[type="radio"], .member-withdrawOrder .form-tip input[type="checkbox"]{
	position: absolute;
	top: 20%;
	left: 0;
	border-radius: 50%;
	border: 1px solid #1B53A1;
	background: none;
	-webkit-appearance: none;
	width: 12px;
	height: 12px;
}
.member-withdrawOrder .form-tip input[type="checkbox"]{
	top: 24px;
	left: 18px;
}
ul.payment-methods li.on input[type="radio"]:checked, .member-withdrawOrder .form-tip input[type="checkbox"]:checked{
	border: none;
	background: url(../images/icon-radio_checked.jpg) no-repeat;
	background-size: 14px 14px;
	width: 14px;
	height: 14px;
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus{
	outline: none;
}
ul.payment-methods li label{
	position: absolute;
	left: 20px;
}
.payment-summary.total-summary{
	margin-top: 40px;
}
.payment-summary .summary-row{
	padding-bottom: 10px;
	text-align: right;
	color: #306FC5;
	font-size: 2rem;
}
.payment-summary.total-summary{
	font-family: 'Anton';
	font-weight: 400;
}
.payment-summary .summary-row .tal{
	display: block;
	width: 100%;
	margin-bottom: 5px;
	text-align: right !important;
}
.payment-summary .summary-row .tal span:last-child{
	margin-left: 10px;
	color: #FF7200;
}
.total-summary .summary-row{
	text-align: center;
}
.total-summary .summary-row .total-price{
	margin-left: 5px;
}
.total-summary .summary-row .summary-content{
	position: relative;
}
.total-summary .summary-row .summary-content button{
	position: absolute;
	right: 0;
	top: 0;
}
.payment-summary .discount-row{
    margin-top: 5px;
}
.payment-summary .discount-row .discount-content{
	display: inline-block;
	height: 36px;
	line-height: 36px;
	width: 250px;
	margin: 10px auto 5px;
	position: relative;
}
.summary-row b{
	margin-left: 8px;
}
/*.summary-content.final-price{
	color: #FF7200;
}*/
.summary-content.total-price .line-through{
	color: #999;
	text-decoration: line-through;
	display: block;
	margin-top: 10px;
}
.page-payment .btn-submit{
	text-align: center;
	margin: 10px auto;
}
.page-payment .btn-submit button{
	background-color: #306FC5;
	color: #fff;
	font-size: 2rem;
	text-transform: uppercase;
	padding: 10px 50px;
	font-family: 'Anton';
	font-weight: 400;
	border-radius: 8px;
	letter-spacing: 1px;
}
.page-payment .btn-submit button:hover{
	opacity: 0.85;
}
.total-cotent, .order-tip{
	padding: 15px 30px;
	background: #f5f5f5;
}
.total-cotent{
    background: none;
}
.order-tip{
	color: #333;
	margin-top: 10px;
}
.order-tip i, .pr-form-tips i{
	margin-right: 4px;
	color: #ffa500;
}
.total-cotent .summary{
	float: right;
	text-align: right;
	padding: 15px 0;
}

/* 会员系统 */
.member-nav{
	margin-bottom: 20px;
	background: #fff;
	border-radius: 4px;
	padding: 5px;
}
.member-nav .member-info{
	padding: 10px;
}
.member-nav .member-name{
	color: #333;
	font-size: 1.3rem;
}
.member-nav .logout a{
	border: 1px solid #146dfc;
	border-radius: 2px;
	padding: 4px 6px;
	color: #146dfc;
}
.page-member-main .member-nav-tab{
	position: relative;
	top: 1px;
	z-index: 1;
	white-space: nowrap;
	margin-bottom: 20px;
	overflow: hidden;
}
.page-member-main .member-nav-tab li{
	background-color: #fff;
	border: 1px solid #ddd;
	float: left;
	padding: 8px 15px;
	border-radius: 4px;
	margin-right: 10px;
}
.page-member-main .member-nav-tab li:first-child{
	margin-left: 0;
}
.page-member-main .member-nav-tab li.selected{
	background-color: rgba(13,72,172,1);
	border: 1px solid rgba(13,72,172,1);
	color: #fff;
}
.page-member-main .member-nav-tab li.selected a{
	color: #fff;
}
.page-member-main .member-nav-tab li a{
	font-size: 1.6rem;
	color: #666;
}
.member-profile .page-member-r .page-con{
	margin-bottom: 40px;
	overflow: visible;
}
.member-profile .page-member-r .page-con:last-child{
	margin-bottom: 0;
}
/* .member-info-form{
	overflow: hidden;
} */
.member-info-form .form-title{
	font-size: 1.6rem;
	font-weight: bold;
	background-color: #f5f5f5;
	padding: 10px 15px;
}
.member-info-form .form-content .row-member-info{
	font-size: 1.5rem;
	line-height: 2rem;
	height: 36px;
}
/* .member-info-form .row-info{
	overflow: hidden;
} */
.member-info-form .form-content .row-member-info .row-title, .form-withdraw-trade .form-content .row-title{
	line-height: 2rem;
	width: 145px;
	display: inline-block;
	color: #6A6A6B;
	height: 36px;
	line-height: 36px;
	float: left;
}
.form-withdraw-trade{
	/* position: relative;
	top: -8px; */
	width: 100%;
	overflow: hidden;
}
.member-withdrawOrder .form-tip input[type="checkbox"]{
	float: left;
	margin-right: 5px;
}
.member-withdrawOrder .form-tip label{
	width: 90%;
}
.form-withdraw-trade .form-content .row-title{
	width: 100%;
}
.form-withdraw-trade .form-unit{
	position: relative;
}
.form-withdraw-trade .form-unit .withdraw-tooltip-icon .img-responsive, .aff-register-form .reg-row .withdraw-tooltip-icon .img-responsive{
	width: 100%;
}

.member-withdrawOrder .form-main .pr-info-row .pr-info-hour, .member-withdrawOrder .form-main .pr-info-row .pr-info-min{
	width: calc(190px - 5px);
	float: left;
	margin-right: 10px;
}
.tooltip.in a{
	color: #d2471b;
}
.form-withdraw-trade .btn-submit, .btn-continue-add{
	color: #fff;
	background-color: #2d73f2;
	font-size: 1.5rem;
    height: 45px;
    line-height: 45px;
    padding: 0 50px;
	margin: 15px auto;
    font-weight: bold;
	box-shadow: 0 1px 10px rgba(117, 163, 253, 0.6);
}
.btn-continue-add{
	margin-left: 10px;
}
.form-withdraw-trade .btn-submit:hover{
    color: #fff !important;
    opacity: .9;
}
.member-info-form .form-content .row-member-info input, .form-withdraw-trade .form-unit input, .product-form .form-main .row-content.fileds, .product-form .form-main textarea.row-content, .member-withdrawOrder .product-form .form-main input.row-content{
	height: 36px;
	border-radius: 4px;
	padding-left: 10px;
	width: 380px;
	background: #D6DEE7;
	border: none;
	color: #777777;
}
.product-form .form-main .row-content.fileds, .product-form .form-main textarea.row-content, .member-withdrawOrder .form-main .pr-info-row .pr-info-hour, .member-withdrawOrder .form-main .pr-info-row .pr-info-min, .member-withdrawOrder .product-form .form-main input.row-content{
	background: #D6DEE7;
	border: none;
	color: #333;
}
.member-withdrawOrder .form-main select.row-content.fileds{
	padding: 0 10px;
}
.form-withdraw-trade .form-unit .withdraw-tips input, .form-withdraw-trade .form-unit .withdraw-tips label{
    width: auto;
    position: relative;
    left: 0;
}
.form-withdraw-trade .form-unit .withdraw-tips p{
	color: #777;
	line-height: 2rem;
	margin: 10px auto;
}
.form-withdraw-trade .form-unit .withdraw-tips label{
	font-size: 1.4rem;
	color: #f9a456;
	bottom: 13px;
}
.form-withdraw-trade .form-unit .withdraw-tooltip-icon, .aff-register-form .reg-row .withdraw-tooltip-icon{
	border-radius: 50%;
	overflow: hidden;
	color: #de6262;
	height: 1.8rem;
	width: 1.8rem;
	margin-top: 0.1rem;
	margin-left: 4px;
	padding: 0;
	text-align: center;
}
.member-info-submit{
	background-color: #2d73f2;
	color: #fff;
	border-radius: 20px;
	padding: 5px 40px;
	font-size: 1.8rem;
	margin-top: 10px;
	margin-left: 145px;
	box-shadow: 0 1px 10px rgba(117, 163, 253, 0.6);
	outline: none;
	border: none;
}
.member-info-submit:hover, .form-withdraw-trade .btn-submit:hover{
	opacity: .9;
	color: #fff;
}
.order-history .order-status-tab{
	float: left;
	display: block;
}
.order-history .order-status-tab li{
	margin-right: 5px;
	display: inline-block;
	padding: 0 15px;
	height: 34px;
	line-height: 34px;
	border-radius: 4px;
	background: rgba(13,72,172,.8);
}
.order-history .order-status-tab li.selected{
	background: #028058;
}
.order-history .order-status-tab li a, .order-history .order-status-tab li a:hover, .order-history .order-status-tab li.selected a{
	color: #fff;
	font-size: 1.5rem;
}
.order-history .order-status-tab li b{
	margin: 0 2px;
}
.page-member-title .paidNum{
	color: #FF7200;
	margin-left: 10px;
	font-size: 1.6rem;
	font-weight: normal;
}
.order-history .order-list-content{
	float: left;
	width: 100%;
}
.order-list-content .list-title{
	padding: 4px 0;
}
.order-list-content .list-row span.salesNumber{
	width: 60%;
	float: left;
	color: #6A6C6D;
}
.order-list-content .list-row span.salesDate{
	width: 40%;
	text-align: right;
	float: left;
	color: #6A6C6D;
}
.order-list-content .list-title span.list-title-info, .order-list-content .list-row span.salesName{
	width: 45%;
}
.order-list-content .list-row span.salesName{
	padding-left: 10px;
}
.order-list-content .list-row span.salesName b{
	color: #1B53A1;
}
.order-list-content .list-title span.list-title-price, .order-list-content .list-row span.salesPrice{
	width: 25%;
}
.order-list-content .list-row span.salesPrice{
	color: #FF7200;
	font-weight: bold;
}
.order-list-content .list-title span.list-title-status, .order-list-content .list-row span.salesStatus{
	width: 28%;
	text-align: right;
}
.order-list-content .list-title span.list-title-progress, .order-list-content .list-row span.salesProgress{
	width: 16%;
}
.order-list-content .list-row span.salesStatus{
	width: 28%;
}
.order-list-content .list-row span.salesProgress{
    position: relative;
    top: 3px;
}
.list-row-salesNumber, .list-row-salesContent{
	padding: 20px 0;
	overflow: hidden;
}
.list-row-salesNumber{
	border-bottom: 1px solid #9AB8EE;
	padding: 15px 10px;
}
.list-row-salesContent{
	border-bottom: 1px solid #9AB8EE;
	margin: 0 10px;
}
/* .list-row-salesContent:last-child{
	border-bottom: none;
} */
.member-list-table .list-row a{
	padding: 5px 12px;
	border-radius: 4px;
	background-color: #1B53A1;
}
.member-list-table .list-row a:hover, .member-list-table .list-row a:focus, .member-list-table .list-row a.active{
	opacity: .8;
	color: #fff;
}
.member-list-table .list-row{
	display: table;
	width: 100%;
    margin-bottom: 15px;
	padding: 0 15px;
	box-shadow: none;
}
.member-list-table .list-row span{
	font-size: 1.4rem;
	line-height: 2rem;
	color: #333;
	display: inline-block;
}
.order-list-content .list-row span.salesName, .order-list-content .list-row span.salesStatus{
	color: #333;
}
.order-list-content .list-row span.salesName b{
	color: #2058A6;
}
.member-list-table .list-title.list-row{
	background: none;
	border: none;
	box-shadow: none;
	padding: 0 20px 0 28px;
}
.member-list-table .list-title span{
	display: block;
	float: left;
	font-size: 1.5rem;
	color: #1B53A1;
	font-weight: 700;
}
.member-list-table .list-title.list-row span{
	font-size: 1.8rem;
}
.member-list-table .list-row a.wrongOrder{
	background-color: #d2471b;
}

.member-list-table .list-row.list-row-top{
	border-radius: 10px 10px 0 0;
}
.member-list-table .list-row.list-row-bottom{
	border-radius: 0;
}
.member-list-table .list-row.list-row-last{
	border-radius: 0 0 10px 10px;
}
.member-list-table .list-row.list-row-last .list-row-salesContent{
	border-bottom: none;
}
.withdrawCoinsForm.wrongWithdrawForm .product-form{
	overflow: hidden;
	padding-bottom: 10px;
}
/* .withdrawCoinsForm.wrongWithdrawForm:last-child{
	border-bottom: none;
} */
.withdrawCoinsForm.wrongWithdrawForm .form-main{
	margin: 20px auto 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}
.withdrawCoinsForm.wrongWithdrawForm .btn-submit{
	padding: 0 15px;
}
.withdrawCoinsForm.wrongWithdrawForm .btn-submit:hover{
	color: #fff;
}
.search-order{
	position: relative;
	top: 10px;
	margin-bottom: 0;
}
.search-order input{
	min-width: 200px;
	float: left;
}
.search-order .btn-search{
	position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    border-radius: 0 4px 4px 0;
    background-color: #1B63C8; 
}
.pagination li.current a{
	color: #1B53A1;
}
.pagination > li > a{
	color: #666;
}

.table-content.module-member{
	margin-top: 5px;
    float: left;
    clear: both;
    width: 100%;
}
.module-member .table-title{
	background: #e6e6e6;
	color: #333;
	font-weight: 777;
}
.module-member .table-row{
	background: #f5f5f5;
	color: #777;
}
.module-member .table-title, .module-member .table-row{
	width: 100%;
	display: table;
	padding: 15px 30px;
	margin-bottom: 1px;
	border-radius: 4px;
}
.table-content.module-member span{
	font-size: 1.4rem;
    line-height: 2rem;
    display: table-cell;
    vertical-align: middle;
    word-break: break-all;
    padding-right: 5px;
}
.section-sell{
	padding: 30px 15px;
	overflow: hidden;
}
.section-sell h1.text-center{
	color: #1B53A1;
	overflow: hidden;
	margin: 30px auto;
	font-size: 3.2rem;
	font-weight: bold;
}
.section-sell .main-section{
    width: calc(50% - 20px);
	border-radius: 4px;
	padding: 20px 40px 30px;
	margin-right: 40px;
	float: left;
	min-height: 210px;
    background: #E1EEFB;
    border-left: 3px solid #1B53A1;
    box-shadow: 0 1px 10px rgba(117, 163, 253, 0.27);
    -webkit-box-shadow: 0 1px 10px rgba(117, 163, 253, 0.27);
    border-bottom: none;
}
.section-sell .main-section:last-child{
	margin-right: 0;
	text-align: center;
}
.section-sell .main-section h2{
    font-size: 2.5rem;
	text-align: center;
	color: #4A4B4D;
	font-weight: bold;
	margin-bottom: 5px;
}
.section-sell .main-section span.sell-con{
	color: #727272;
    font-size: 1.6rem;
    line-height: 2.6rem;
}
.section-sell .main-section:last-child span.sell-con{
	position: relative;
	top: 10px;
}
.section-sell .main-section span.sell-con a{
    color: #1B53A1;
    font-weight: bold;
}
.section-sell .main-section h2 .sell-icon{
	display: inline-block;
	width: 40px;
	height: 34px;
	background: url(../images/sell-icon1.png) left center no-repeat;
	background-size: 100% 100%;
	position: relative;
	top: 6px;
	margin-right: 10px;
}
.section-sell .main-section:last-child h2 .sell-icon{
	width: 35px;
	height: 36px;
	background: url(../images/sell-icon2.png) left center no-repeat;
	background-size: 100% 100%;
}
/*mycenter-leftside*/
.orderAttention{
	background-color: #fff;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 20px;
}
.orderAttention .order-tips{
	font-size: 1.4rem;
	color: #333;
}
.orderAttention .order-tips i{
	margin-right: 5px;
	color: #d2471b;
}
.orderAttentionTip{
	color: #d2471b;
}
.member-focus .nav-order a{
	color: #de6262;
}
.member-coupon .page-member-r, .member-profile .page-member-r{
	background: none;
}
.page-member-r .page-con{
	padding: 20px;
	overflow: hidden;
}
.member-order .page-member-r .page-con{
	padding: 0;
	margin-top: 40px;
}
.member-list-table .list-row, .member-profile .member-info-form, .member-withdrawOrder blockquote, .member-withdrawOrder .withdrawCoinsForm.getCoinsForm .product-form{
	background: #EFF6FD;
	-webkit-box-shadow: 0 1px 10px rgba(117, 163, 253, 0.27);
	box-shadow: 0 1px 10px rgba(117, 163, 253, 0.27);
	border-left: 3px solid #1B53A1;
	border-radius: 10px;
}
.member-list-table .list-row{
	box-shadow: none;
}
.member-withdrawOrder .withdrawCoinsForm.wrongCoinsForm .product-form{
	-webkit-box-shadow: none;
	box-shadow: none;
	overflow: hidden;
	margin: 0 auto 20px;
	background: #EFF6FD !important;
	-webkit-box-shadow: 0 1px 10px rgba(117, 163, 253, 0.27);
	box-shadow: 0 1px 10px rgba(117, 163, 253, 0.27);
	border-radius: 10px;
	padding: 0;
}
.member-withdrawOrder .withdrawCoinsForm.wrongCoinsForm .product-form .form-main{
	padding: 0 20px;
}
.member-withdrawOrder .product-form .form-main.hide-btn1 .row-title{
	font-weight: bold;
	font-size: 1.8rem;
}
.member-withdrawOrder .getCoinsForm .product-form{
	margin: 0 auto;
}
.member-withdrawOrder .panel-collapse.optimize-words-content{
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #ddd;
}

.member-withdrawOrder .product-form .form-tip.form-tip-special{
	color: #6A6C6D;
	padding: 0 10px !important;
	font-size: 1.4rem;
	line-height: 2.6rem;
}
.withdraw-coins .form-agree{
	background-color: #fafafa;
	margin: 20px auto 10px;
	padding: 20px;
	border-radius: 4px;
	position: relative;
}
.withdraw-coins .form-agree label{
	padding-left: 20px;
	cursor: pointer;
}
.member-withdrawOrder blockquote{
	border-left: none;
	padding: 10px 25px;
	font-size: 1.6rem;
}
.member-withdrawOrder .product-form{
	padding: 20px;
}
.member-profile .member-info-form{
	padding: 40px 50px;
}
.member-coupon .page-con{
	padding: 0;
}
.member-coupon .coupon-list, .member-coupon .coupon-detail{
	background: #fff;
	padding: 15px;
	border-radius: 4px;
}
.bindAccount{
	overflow: hidden;
	padding: 15px;
}
.bindCon{
	width: calc(50% - 10px);
	float: left;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 20px;
	display: flex;
	align-items: center;
	min-height: 104px;
	margin: 0 20px 20px 0;
}
.bindCon img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	padding: 8px;
	float: left;
}
.bindCon img.info-twitter{
	background: #388cf5;
}
.bindCon img.info-facebook{
	background: #3a559f;
}
.bindCon img.info-steam{
	background: #161a23;
}
.bindCon img.info-gmail{
	background: #ddd;
}
.bindCon .info-set{
	width: calc(100% - 100px);
	padding: 0 20px;
	float: left;
	font-size: 1.4rem;
	color: #333;
}
.bindCon .info-ttl{
	color: #999;
	font-size: 1.6rem;
}
.bindCon button.modify-btn{
	color: rgb(13, 72, 172);
	padding: 2px 4px;
	min-width: 60px;
}
.bindCon button.modify-btn:hover{
	border: 1px solid rgb(13, 72, 172);
	border-radius: 2px;
}
.bindCon button i{
	margin-left: 2px;
}
.bindCon:nth-child(2n){
	margin-right: 0;
}
/*优惠券*/
.member-coupon .page-con{
	margin-bottom: 20px;
}
.member-coupon .page-con:last-child{
	margin-bottom: 0;
	border-radius: 4px;
}
.coupon-list-table{
	overflow: hidden;
	padding: 0 6px;
}
.coupon-list-table select{
	width: 25%;
	margin: 10px auto;
}
.couponTip{
	color: #666;
	margin: 20px auto;
}
.coupon_list{
	padding: 20px;
	width: calc(33% - 8px);
	margin: 10px 5px;
	float: left;
	border: none;
	padding: 0;
}
.coupon_list.disabled{
	pointer-events: none;
}
.goods-list .goods-item, .coupon_list .goods-item{
	background: #fff;
	border: 1px solid #eee;
	border-radius: 1rem;
	box-shadow: 0 3px 6px 0 rgba(67,67,67,.1);
}
.goods-list .coupon_main, .coupon_list .coupon_main{
	position: relative;
}
.goods-item .coupon_main .coupon_circle{
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background: #fff;
    position: absolute;
    z-index: 1;
}
.coupon_used .coupon_price, .coupon_expired .coupon_price{
	background: #999;
}
.goods-item .goods-tag{
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 1.2rem;
	color: #fff;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	background: #62b3f6;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	font-weight: normal;
}
.goods-item .goods-tag #goods-num{
	margin-right: 2px;
}
.coupon_price{
	color: #fff;
	box-sizing: border-box;
	width: 100%;
	padding: 2rem 0 1.5rem 3rem;
	background: #1f86ed;
	border-radius: 4px 4px 0 0;
}
.coupon_price .single_range{
	line-height: 2.9rem;
}
.coupon_price .symbol_unit{
	font-size: 1.6rem;
	position: relative;
	top: 1px;
	margin: 0 4px;
}
.coupon_price #coupon_value{
	font-size: 3rem;
	font-weight: bold;
	margin: 0 2px;
	position: relative;
	top: 4px;
}
.coupon_price .price_condition{
	font-size: 1.4rem;
	font-weight: normal;
}
.coupon_msg{
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
	font-weight: normal;
	text-align: center;
	background: #fff;
}
.coupon_price .coupon_condition{
	font-size: 2rem;
	font-weight: bold;
}
.coupon_info_date{
	color: #999;
}
.coupon_use_btn{
	margin: 15px auto;
}
.coupon_use_btn a{
	color: #1f86ed;
	border-radius: 4px;
	border: 1px solid #1f86ed;
	padding: .5rem 1rem;
}
.coupon_use_btn a:hover{
	background: #146dfc;
	border: 1px solid #146dfc;
	color: #fff;
}
.coupon_list.disabled .coupon_use_btn a{
	border: 1px solid #999;
	color: #999;
}
.coupon_more{
	display: flex;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
	border-top: 1px dashed #e5e5e5;
	padding: 0.5rem;
}
.coupon_more .coupon_label{
	color: #999;
	font-size: 1.4rem;
}
.icon_arrow i{
	cursor: pointer;
	color: #999;
}
.icon_arrow.reverse i{
	transform: rotate(180deg);
}
.coupon_detail .detail_item{
	color: #666;
	font-weight: normal;
}
.coupon_detail #detail_limit{
	margin: 0 4px;
}
.coupon-detail{
	color: #999;
	width: 100%;
	overflow: hidden;
	font-size: 1.4rem;
	line-height: 2.2rem;
}
.coupon-detail h4{
	color: #333;
	margin-bottom: 10px;
	font-size: 1.8rem;
	line-height: 2.4rem;
}

/*mycenter-leftside*/
.page-member-main{
	overflow: hidden;
	margin-top: 40px;
}
.mycenter-leftside{
	width: 23%;
	float: left;
	background-color: #EFF6FD;
	border-radius: 12px;
}
.mycenter-basic{
	margin: 30px 20px 0;
	border-bottom: 1px solid #9AB8EE;
}
.mycenter-basic .basic-img{
    width: 60px;
    height: 60px;
    position: relative;
    margin: 0 auto;
}
.mycenter-basic .basic-img img{
    width: 100%;
    border-radius: 50%;
}
.basic-userEmail{
	width: 80%;
    display: block;
    font-size: 1.6rem;
	font-weight: bold;
    line-height: 26px;
    color: #298FF5;
    text-align: center;
    margin: 10px auto 15px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mycenter-nav{
	display: inline-block;
	visibility: visible;
	position: static;
	width: 100%;
}
.mycenter-nav li{
	cursor: pointer;
	padding: 0 20px;
	position: relative;
}
.mycenter-nav li:last-child{
	border: none;
}
.mycenter-nav li.on::before{
	content: '';
	display: inline-block;
	width: 4px;
	height: 70%;
	position: absolute;
	left: 0;
	top: 15%;
	border-left: 4px solid #5285CC;
}
.mycenter-nav li a{
	display: block;
	color: inherit;
	height: 6rem;
	line-height: 6rem;
	font-size: 1.5rem;
	color: #5B5C5C;
	font-weight: bold;
	border-bottom: 1px solid #9AB8EE;
	padding-left: 10px;
}
.mycenter-nav li a span{
	display: inline-block;
	line-height: 100%;
	text-align: center;
}
.mycenter-nav li a span i.member-icon{
	display: inline-block;
	vertical-align: middle;
	font-size: 1.8rem;
	width: 25px;
	height: 100%;
	line-height: 6rem;
	color: #de6262;
}
.mycenter-nav li a span.menu-info{
	/* width: 4.5rem; */
	height: 6rem;
	line-height: 6rem;
	color: #de6262;
	float: right;
	text-align: right;
}
.mycenter-nav li a span.menu-info .label-primary{
	background-color: #146dfc;
	border-radius: .5rem;
	padding: .2em .8em .3em;
	position: relative;
	top: -2px;
}
.mycenter-nav li a span.menu-info i.icon{
	background: url(../images/icon-member-arrow.png) no-repeat;
	background-size: 100%;
	display: inline-block;
	width: 22px;
	height: 20px;
	position: relative;
	top: 4px;
	right: 5px;
}
.mycenter-nav li.on a{
	color: #1C60B5;
}
.mycenter-nav li.on a span.menu-info i.icon{
	background: url(../images/icon-member-arrow_active.png) no-repeat;
	background-size: 100%;
}
.mycenter-nav li.disabled{
	pointer-events: none;
}
.mycenter-nav li a .nav-tip{
	color: #999;
}
.mycenter-nav li.menu-signout a{
	height: auto;
	border-bottom: none;
}
.mycenter-nav li.menu-signout a{
	text-align: center;
	margin: 40px auto;
	color: #5B5C5C;
	padding: 0 15px;
}
.mycenter-nav li.menu-signout a img{
	width: 100%;
	max-width: 210px;
}
.member-focus .nav-order a{
	color: #de6262;
}
.page-member-r{
	width: 75%;
	float: left;
	margin-left: 2%;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 0;
}
.member-coupon .page-member-r, .member-profile .page-member-r{
	background: none;
}
.page-member-r .page-con{
	padding: 15px;
}
.member-coupon .page-con, .member-profile .page-con, .member-withdrawOrder .page-con{
	padding: 0;
}
.page-member-title{
	color: #1C60B5;
	font-size: 2rem;
	line-height: 4rem;
	font-weight: bold;
	background: url(../images/title_line_m.png) no-repeat bottom left;
	background-size: 120px 2px;
	margin-bottom: 20px;
}
.page-member-title span{
	display: inline-block;
	height: 50px;
	line-height: 50px;
    font-size: 2rem;
}
.page-member-title span.active{
	color: #434d53;
}
/* media query */
@media (min-width: 768px){
	.footer-main>.container{
		padding: 0;
	}
	.index-news .news-single:nth-child(2n+1){
		clear: left;
	}
	.page-payment{
		min-height: 1050px;
	}
	.page-login .login-bg{
		min-height: 550px;
	}
	.head-item.yes-login{
		width: 100px;
	}
	.head-item.yes-login #member-dropdown{
		position: relative;
	}
	.bottomMenu{
		display: none;
	}
}
@media (max-width: 1600px){
	.logo img{
		width: 115px;
		margin: 25px 0;
	}
	.index-banner span{
		margin-top: 5%;
	}
	.nav-main > li > a{
		font-size: 1.6rem;
	}
	.list-inline{
		padding-right: 20px;
	}
	.head-item{
		padding-left: 15px !important;
		padding-right: 0 !important;
	}
	.nav-bg .container{
		padding: 0;
	}
	.breadcrumb h1, .breadcrumb h2{
		font-size: 1.5rem;
	}
	.game-banner .banner-word{
		display: none;
	}
	.index-choosePlat ul.game-plat{
		padding: 50px 40px;
	}
	.index-choosePlat ul.game-plat li{
		padding: 0 30px;
	}
	.index-choosePlat ul.game-plat li img{
		width: 100%;
	}
	.page-index .category-unit{
		height: 357px;
	}
	.page-game-index .service-category li:last-child{
		margin-right: 0;
	}
	.withdraw-coins .good_name{
		font-size: 1.4rem;
	}
	.product-form .pi-info-phone #prefixAreaCode{
		left: 155px;
	}
    .product-single i.discount-num{
    	left: 80px;
    }
	ul.payment-methods li{
		width: 20%;
	}
	.page-payment .product-form .form-main .row-title{
		width: 14%;
	}
	.pr-form-tips, .email-form-tips{
	    padding-left: 14%;
    }
    .section-sell .main-section{
    	min-height: 210px;
    }
	.index-exhibition .optimize-words h2.hide-btn1{
		position: relative;
	}
	.hide-btn{
		position: absolute;
		top: 0;
		right: 0;
	}
	.product-form .pi-info-country, .product-form .pi-info-email{
		width: 520px !important;
	}
	.product-form .pi-info-country .intl-tel-input{
		left: 90px;
	}
	.product-form .pi-info-phone #prefixAreaCode{
		left: 145px;
	}
	.product-form .form-main input#orderPhone{
		padding-left: 100px;
	}
	.index-category .section-content .category-content{
		padding-top: 10px;
	}
	.index-category .section-content .game-btn{
		margin-top: 20px;
	}
}
@media (max-width: 1199px){
	body{
		font-size: 13px;
	}
	.head-fixed-bar .container{
        padding-left: 0;
		padding-right: 0;
	}
	.pull-right.head-right{
		padding-left: 0;
	}
	.nav-main > li{
		padding: 22px 0 24px;
	}
	.nav-main>li>a{
		font-size: 1.5rem;
	}
	.head-item.no-login a{
		margin-right: 10px;
	}
	.head-item.bt-item span{
		padding: 4px 10px;
	}
	.head-item.no-login a{
		padding: 5px 10px;
	}
	.head-item{
		padding-left: 0 !important;
	}
	#cartNumbox{
		margin-left: 10px;
	}
	#cartNumbox img{
		width: 30px;
	}
	b#cart_number{
		top: 23px;
		right: -6px;
		width: 18px;
		height: 18px;
		line-height: 18px;
	}
	.page-index .category-unit{
		height: 287px;
	}
	.game-banner .banner-word{
		top: 100px;
	}
	.member-withdrawOrder .product-form .form-main .row-title{
		width: 30%;
	}
	.member-withdrawOrder .product-form .form-main .row-title{
		width: 100%;
	}
	.member-withdrawOrder .product-form .form-main .row-content.fileds, .member-withdrawOrder .product-form .form-main textarea.row-content{
		width: 380px;
	}
	.cart-button, .wrongWithdrawForm .btn-submit button{
	    margin-left: 30%;
	}
	.page-payment .product-form .form-main .row-title{
		font-size: 1.4rem;
	}
	/* 会员 */
	#Verification{
		width: 65%;
	}
	.page-game-index .coins-category li.category-unit, .page-game-index .players-category li.category-unit{
		background-size: 100% !important;
	}
	.page-game-index .service-category li{
		height: 120px;
	}
	.product-form .form-main .row-title{
		width: 22%;
	}
	.cart-button{
		width: 100%;
	}
	.form-withdraw-trade .form-unit input{
		width: 40%;
	}
	.product-form .form-main .row-content#orderEmail, .product-form .form-main .row-content#orderPhone{
		width: 70%;
	}
	.product-form .pi-info-phone #prefixAreaCode{
		left: 29%;
	}
	.product-single{
		padding: 20px;
	}
    .product-single .prt-price{
    	padding-left: 10%;
    }
    .product-single .prt-price span, .product-single .prt-price span.line-through{
    	font-size: 1.6rem;
    }
    .product-single i.discount-num{
    	left: 10px;
    }
	.index-choosePlat ul.game-plat li .card .icon, .index-choosePlat ul.game-plat li .card .card-block{
		width: 100%;
	}
	.index-choosePlat ul.game-plat li .card .icon{
		margin-bottom: 10px;
	}
	.hidden-wordsCon.optimize-wordsCon{
		height: 215px;
	}
	.page-game-index .service-category li span.icon{
		height: 50px;
	}
	.page-common .game-title .game-name{
		font-size: 4rem;
	}
	/* 会员 */
	.page-member-title span{
		height: 45px;
		line-height: 45px;
	}
	#Verification{
		width: 66%;
	}
	.form-withdraw-trade .form-content input{
		width: 50%;
	}
	.bindCon{
		width: 100%;
		margin-right: 0;
	}
	.order-list-content .list-title span.list-title-progress, .order-list-content .list-row span.salesProgress{
		width: 15%;
	}
    .footer-menu li{
        width: 100%;
    }
    ul.payment-methods li{
        width: 25%;
    }
    .cart-table .pr-row > span:nth-child(4){
    	left: 10.5%;
    }
    .index-public .choose_content{
    	line-height: 24px;
		padding: 15px 10px 15px 180px;
		background-size: 160px 160px;
    }
    .index-public .choose_content b{
    	margin-bottom: 6px;
		font-size: 2rem;
    }
    .index-public .index-about{
    	padding: 30px; 
    }
	.index-public .index-about .optimize-words{
		background-position-y: 2px;
	}
    .section-sell .main-section{
    	min-height: 230px;
    	padding: 20px 20px 30px;
    }
	/* .index-choosePlat .game-title .game-name{
		background-size: 250px 2px;
	} */
	.news-list a.news-title, .news-list .news-title h2, .page-news-detail .news-list .news-title{
		font-size: 1.6rem;
	}
	.news-sidebar .news-list-unit{
		padding: 15px 0;
	}
	.section-cart .payment-summary .summary-row{
		font-size: 1.8rem;
	}
	.product-form .pi-info-country, .product-form .pi-info-email{
		width: 430px !important;
	}
	.product-form .pi-info-country .intl-tel-input{
		left: 72px;
	}
	.goods-public .optimize-wordsCon{
		padding: 20px;
	}
	.index-public .read-more{
		top: 6px;
	}
	.index-category .section-content p{
		font-size: 2rem;
		line-height: 2.8rem;
	}
	.page-goodsList .goods-public .read-more{
		top: 10px;
	}
	.index-category .game-title .game-name{
		margin: 30px auto;
	}
	.footer-main .footer-menu.social-list{
		margin: 0 20px;
	}
}
@media (max-width: 991px){
	/* header */
	.nav-bg>.container{
		position: relative;
	}
	.mobile-header{
		float: left;
        padding: 14px 0;
	}
	.logo{
		margin-left: 0;
	}
	.logo img{
		width: 150px;
		margin: 20px 0;
	}
	nav{
		position: absolute;
		top: 100%;
		right: 0;
		width: 100%;
		z-index: 1;
		padding-left: 0;
	}
	.nav-main{
		display: none;
		background-color: #434242;
		border-top: none;
		max-height: 500px;
		overflow-y: scroll;
		border-radius: 0 0 4px 4px;
	}
	.nav-main>li{
		display: block;
		padding: 0;
		border-top: 1px solid rgba(255,255,255,.2);
	}
	.nav-main>li>a{
		padding: 0 15px;
    	line-height: 44px;
    	display: block;
        position: relative;
	}
    .nav-main>li>a i.navIcon{
        width: 20px;
        text-align: center;
        margin-right: 10px;
    }
    .nav-main > li > a .caret{
        position: absolute;
        left: auto;
        right: 20px;
        top: 20px;
    }
	.nav-main > li > a.nav-platform:hover, .nav-main > li > a.nav-other:hover{
		color: #4991F8;
	}
	.nav-submenu .game-select.game-select-platform>li a.service-name{
		margin-left: 30px;
	}
	.nav-main>li.active{
		border-top: 1px solid rgba(255,255,255,.2);
	}
	.nav-submenu .game-select > li{
		border-bottom: 1px solid rgba(211,227,243,.35);
	}
	.nav-submenu{
		position: static;
		display: none;
		min-width: 100%;
	}
	.nav-submenu .game-select{
		border-top: 1px solid #4991F8;
		background-color: #2b2a2a;
	}
	.nav-submenu .game-select>li:last-child{
		border-bottom: 0;
	}
	.nav-submenu .game-select > li a.service-name{
		text-align: left;
		color: #fff;
	}
	.nav-submenu .game-select > li a.service-name i{
		margin-right: 6px;
	}
	.nav-submenu .game-select>li a img{
		display: none;
	}
	.nav-submenu .game-select>li:first-child a.service-name{
		background: url(../images/icon-nav-platform1_m.png) no-repeat left center;
		background-size: 18px 20px;
	}
	.nav-submenu .game-select>li:last-child a.service-name{
		background: url(../images/icon-nav-platform2_m.png) no-repeat left center;
		background-size: 18px 20px;
	}
	.head-item.yes-login{
		width: 120px;
	}
	.head-item.yes-login .item-name{
		width: 100px;
	}
	.hamburg{
		position: absolute;
	    left: 8px;
	    padding-top: 12px;
	    background-color: transparent;
	    background-image: none;
	    border: 1px solid transparent;
	    border-radius: 4px;
	}
	.hamburg span.icon-bar{
		background-color: #fff;
		display: block;
	    width: 22px;
	    height: 4px;
	    border-radius: 1px;
	}
	.hamburg .icon-bar+.icon-bar{
		margin-top: 4px;
	}
	.global-search{
		top: 80px;
	}
	.list-inline{
		padding-right: 0;
	}
	.search-result{
		min-width: 100%;
		left: 0;
	}
	.page-game-index .game-banner h1{
		font-size: 2rem;
		top: 30px;
	}
	.game-banner .banner-word{
		top: 70px;
		left: 370px;
	}
	.game-banner .banner-word span{
		font-size: 1.5rem;
	}
	.page-news .section-left{
		width: 100%;
	}
	.page-news>.section-left, .faq-detail{
		padding: 15px;
	}
	.news-list .news-summary{
		padding-left: 0;
	}
	.news-list .news-content{
		margin-top: 0;
	}
	.error-main .content-middle{
		width: 80%;
	}
	ul.payment-methods li{
		width: 33.33%;
		padding-left: 5px;
		padding-right: 0;
	}
	ul.payment-methods li:nth-child(odd){
		padding-right: 0;
	}
	.payment-summary .summary-title{
		text-align: right;
		padding-right: 4px;
	}
	.page-news-detail .news-list .news-summary h2, .page-news-detail .news-list .news-summary h3, .news-list .news-summary h2{
		font-size: 1.4rem;
	}
	.optimize-words h1:before, .optimize-words h2:before{
		width: 14px;
		height: 14px;
	}
	.small-game-name{
		font-size: 1.5rem;
		line-height: 1.5rem;
	}
	.index-section .index_choose .choose_content{
		min-height: 120px;
	}
	.page-index .category-unit{
		height: 400px;
		padding: 0 50px;
	}
	.page-game-index .game-service{
		margin-bottom: 0;
	}
	.page-game-index .service-category li{
		height: 100px;
	}
	.page-game-index .service-category li:hover{
		transform: none;
	}
	.page-game-index .service-category li span{
		font-size: 2rem;
	}
	.page-game-index .service-category li span.game-plat{
		font-size: 1.6rem;
		width: 100px;
	}
	.page-game-index .coins-category li span.game-plat{
        margin-top: 5px;
    }
	.page-payment .index-section .section-content{
		padding: 20px;
	}
	.product-form .pi-info-country{
		padding: 0;
	}
	.page-payment .product-form .form-main .row-title{
		width: 18%;
	}
	.pr-form-tips, .email-form-tips{
		padding-left: 30%;
	}
	.page-member-main .member-nav-tab{
		overflow-x: scroll;
	}
	.product-form .pi-info-country, .product-form .pi-info-email{
		width: 320px !important;
	}
	.product-form .form-main .row-content#orderEmail, .product-form .form-main .row-content#orderPhone{
		width: 80%;
	}
	.product-form .pi-info-country .intl-tel-input{
		left: 60px;
	}
	.product-form .pi-info-phone #prefixAreaCode{
		left: 115px;
	}
    body{
    	padding-bottom: 50px;
    }
    /*底部导航*/
	.footer-menu.social-list li{
		width: 100%;
	}
	.footer-menu.social-list li img{
		width: 12%;
	}
	.footer-main .footer-menu{
		padding-right: 0;
	}
    .bottomMenu{
	    display: block;
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    background: #dfedfb;
	    z-index: 9999;
	    padding: 10px 0;
	    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.1);
    }
    .bottomMenu ul{
	    height:30px;
    }
    .bottomMenu ul li{
	    float: left;
	    width: 25%;
	    text-align: center;
	    position: relative;
    }
	.bottomMenu ul li a:hover{
		color: #434d53;
	}
	.bottomMenuItem{
		width: 26px;
		height: 23px;
		background-repeat: no-repeat;
		background-size: 26px 23px;
		margin:0 auto;
	}
	.bottomMenu ul li:nth-child(1) .bottomMenuItem{
		background-image: url('../images/bottom0.png');
	}
	.bottomMenu ul li:nth-child(2) .bottomMenuItem{
		background-image: url('../images/bottom1.png');
	}
	.bottomMenu ul li:nth-child(3) .bottomMenuItem{
		background-image: url('../images/bottom2.png');
	}
	.bottomMenu ul li:nth-child(4) .bottomMenuItem{
		background-image: url('../images/bottom3.png');
	}
	.bottomMenu ul li.active:nth-child(1) .bottomMenuItem{
		background-image: url('../images/bottom0_active.png');
	}
	.bottomMenu ul li.active:nth-child(2) .bottomMenuItem{
		background-image: url('../images/bottom1_active.png');
	}
	.bottomMenu ul li.active:nth-child(3) .bottomMenuItem{
		background-image: url('../images/bottom2_active.png');
	}
	.bottomMenu ul li.active:nth-child(4) .bottomMenuItem{
		background-image: url('../images/bottom3_active.png');
	}
	.bottomMenu ul li.active span{
		color: #1B53A1;
		font-weight: bold;
	}
	.bottomMenu ul li a{
		display: block;
		width: 100%;
	}
	.bottomMenu ul li i.bottomMenuIcon{
		font-size: 2.4rem;
		display: block;
		margin:0 auto;
	}
	.bottomMenu ul li span{
		text-align: center;
		color: #333;
	}
	.bottomCoinsNum{
		display: block;
		position: absolute;
		left: 60%;
		top: 0;
		border-radius: 50%;
		background-color: #1B53A1;
		color: #fff;
		font-size: 1rem;
		text-align: center;
		width: 1.6rem;
		height: 1.6rem;
		line-height: 1.6rem;
		font-style: normal;
	}
	/* 会员 */
	.mycenter-leftside{
		width: 100%;
		box-shadow: 0 0 5px rgba(0,0,0,0.05);
		border-radius: 10px;
	}
	.moudule-member .mycenter-leftside{
		display: none;
	}
	.moudule-member .page-member-r{
		width: 100%;
		margin-left: 0;
	}
	.email-form-tips{
		padding-left: 18%;
	}
	.page-game-index .service-category li a{
		padding: 10px;
	}
    .index-public .index_choose{
    	width: 100%;
    	margin-right: 0;
    	margin-bottom: 20px;
    }
    .search-input{
    	width: 200px;
    }
    .index-category .section-content h2{
    	margin-bottom: 10px;
    }
    .index-category .section-content p{
    	font-size: 2rem;
    	line-height: 3rem;
    }
    .index-category .section-content .game-btn{
    	font-size: 2.6rem;
    	border-radius: 5px;
    	margin-top: 10px;
    }
    .optimize-words{
    	padding-bottom: 20px;
    	margin-bottom: 20px;
		background-position-y: 0;
    }
	/* .optimize-words h1, .optimize-words h2{
		font-size: 2.4rem;
	} */
	.product-single{
		padding: 20px 10px;
	}
    .product-single .product-name{
    	font-size: 1.6rem;
    }
    .product-single .prt-name{
    	padding-left: 0;
    }
    .product-single .delivery-time{
    	font-size: 1.2rem;
    }
	.product-single .prt-btn-buy{
		right: 15px;
	}
    .product-single .prt-price span{
    	font-size: 1.6rem;
    }
    .product-single .prt-price span.line-through, .product-single .prt-btn-buy a span{
    	font-size: 1.4rem;
    }
	.product-single .prt-btn-buy a span{
		top: 1px;
	}
	.prt-btn-buy img{
		width: 40px;
		position: relative;
		left: 1px;
	}
    .product-single i.discount-num{
    	left: 0;
    }
    .product-single .prt-thumb{
    	width: 50px;
    }
    .news-time{
    	font-size: 2rem;
    }
    .index-news .news-single .news-title{
    	background-size: 8px 10px;
    	background-position-y: 11px;
    }
    .page-goods .goods-public .optimize-words h2, .goods-public .optimize-words h1, .goods-public .optimize-words h2, .index-news .news-single .news-title{
    	font-size: 1.8rem;
    }
    .goods-public .read-more{
    	background-size: 20px;
    	top: 10px;
    }
    .goods-public .optimize-words{
    	background-size: 40px 25px;
    	background-position-y: 4px;
    }
    .optimize-words{
    	padding-left: 60px;
    }
	.optimize-words-content{
		margin-top: 10px;
	}
    .optimize-words-content, .index-news .news-single .news-content{
    	font-size: 1.6rem;
    	line-height: 2.5rem;
    }
    .goods-public h2.on{
    	padding-bottom: 5px;
    }
    .cart-table .pr-row > span:nth-child(4){
    	left: 9%;
    }
    .section-sell .main-section{
    	width: 100%;
    	min-height: auto;
    }
    .section-sell h1.text-center{
    	font-size: 2.6rem;
    }
    .section-sell .main-section h2{
    	border-bottom: 1px solid #8EABE6;
    	margin-bottom: 15px;
    	padding-bottom: 15px;
    	font-size: 2.2rem;
    }
    .section-sell .main-section h2 .sell-icon{
    	width: 32px;
    	height: 25px;
    	top: 3px;
    }
    .section-sell .main-section:last-child h2 .sell-icon{
    	width: 30px;
    	height: 26px;
    }
    .section-sell .main-section span.sell-con{
    	width: 96%;
    	display: block;
    	margin: 0 auto;
    }
    .section-sell .main-section:last-child span.sell-con{
    	top: 5px;
    }
	
	.index-category .section-content{
		background-color: #F0F4FD;
		box-shadow: none;
		border-radius: 6px;
		padding: 10px 10px 40px;
	}
	.index-category .section-content .leftImg{
		border: none;
		padding: 0;
		height: 220px;
	}
	.index-category .section-content .category-content{
		padding: 30px 0;
		text-align: center;
	}
	.index-category .section-content h2{
		color: #323335;
		font-size: 3rem;
	}
	.index-category .section-content p{
		color: #676768;
		padding: 0 15px;
		text-align: left;
	}
	.index-category .section-content .game-btn{
		float: none;
		background-color: #1B53A1;
		color: #fff;
		font-size: 2.4rem;
		padding: 5px 40px;
		border-radius: 8px;
		position: relative;
		top: 20px;
	}
	.index-category{
		margin-bottom: 10px;
	}
	.index-public .choose_content{
		background-size: 140px 130px;
		min-height: 130px;
	}
}

@media (max-width: 768px){
	#header_main_menu, .nav-bg, .head-fixed-bar, .settings_wrp{
		height: 70px;
	}
	.head-fixed-bar .container{
		padding-left: 15px;
		padding-right: 15px;
	}
	.nav-bg .container{
		padding: 0;
	}
	.logo img{
		margin: 15px 0;
	}
	.main{
		margin-top: 70px;
	}
	.head-item{
		height: 70px;
		line-height: 70px;
	}
	.hamburg{
		left: 0;
		padding-top: 8px;
	}
	.head-item.yes-login .item-name .caret{
		top: 34px;
	}
	.global-search{
		top: 70px;
	}
	.index-public .index-choose{
		padding: 0;
	}
    .index-public .index-about{
        padding: 20px;
    }
	.index-public .index-about::before{
		border: 20px solid #7099b5;
		border-color: #d4e3f3 #d4e3f3 transparent transparent;
	}
    .optimize-words{
    	background-size: 34px 24px;
		background-position-y: 5px;
    }
	.index-public .index-about .optimize-words{
		background-position-y: 5px;
	}
	.optimize-words h1, .optimize-words h2{
		font-size: 2rem;
	}
	.index-public .read-more{
		background-size: 100%;
		width: 25px;
		height: 20px;
		right: 30px;
	}
	.page-goodsList .goods-public .read-more{
		width: 20px;
		height: 15px;
		top: 8px;
		right: 0;
	}
	.index-choose .choose_content span{
		margin: 5px auto;
	}
	.page-game-index .category-unit{
		height: 160px;
	}
	/* 产品页 */
	.product-form .pr-name, .order-tip{
		padding: 10px;
	}
    .cart-table .table-title, .cart-table .pr-row, .total-cotent{
        padding: 10px 15px;
    }
    h2.payment-title{
        font-size: 2rem;
        background-size: 150px 2px;
		margin-bottom: 20px;
    }
	.cart-table .pr-row > span:nth-child(4){
		left: 9.5%;
	}
	.index-section .section-content, .page-payment .index-section .section-content{
		padding: 15px;
	}
    .index-section.product-content .section-content{
        padding: 0;
    }
	.page-index .index-section .section-content{
		padding: 20px;
	}
	.index-public .section-content, .index-news .news-section{
		padding: 0;
		overflow: hidden;
	}
	.member-info-form .form-content{
		padding: 0;
	}
	.footer-menu .menu-list li{
		margin-bottom: 5px;
	}
	.footer-main .footer-menu.social-list{
		margin: 0 auto;
	}
	.page-withdraw .product-form .pr-name span.caret{
	    top: 18px;
    }

	/* 会员 */
	.mycenter-nav li.menu-signout a{
		color: #028058;
	}
	.moudule-member .page-member-r{
		width: 100%;
		margin: 0 auto;
	}
	.member-withdrawOrder .page-member-r{
		background: none;
	}
    .index-choose .produkte li .proCont{
        font-size: 1.5rem;
    }
	b#cart_number{
		top: 18px;
	}
	.page-goods .goods-public .read-more{
		top: 5px;
	}
}

@media (max-width: 767px){
	#header_main_menu, .nav-bg, .settings_wrp{
		height: 50px;
	}
	nav{
		top: 70px;
	}
    .logo img{
		margin: 19px 0;
		width: 120px;
	}
	.pull-right.head-right{
		padding-left: 0;
	}
	 .pull-right.head-list{
		 width: auto;
	 }
	.head-list{
		/* position: absolute;
		right: 0; */
		width: 100%;
	}
	.head-item .loginBtn a:hover, .head-item .loginBtn a:visited, .head-item .loginBtn :link, .head-item .loginBtn a:active{
		color: #fff;
	}
	/* .head-list .head-item .clc{
		color: #fff;
    } */
	.head-item.yes-login .f20, .head-item.cart-item .f20{
		font-size: 12px;
		position: relative;
		top: 3px;
	}
	.head-item.yes-login a.f20:hover, .head-item.yes-login a.f20:link, .head-item.yes-login a.f20:visited, .head-item.yes-login a.f20:active, .head-item.yes-login a.f20:focus{
		color: #fff;
	}
	.head-item.cart-item{
		position: absolute;
		right: 15px;
	}
	b#cart_number{
		top: 18px;
		right: -5px;
	}
	.head-item.user-item{
		width: auto;
        position: absolute;
        right: 54px;
	}
	.head-item.user-item.no-login{
		right: 40px;
	}
	.head-item.user-item span{
		display: inline-block;
	}
	.head-item.user-item span img{
		width: 26px;
		height: 26px;
		position: relative;
		bottom: 2px;
	}
	.head-item.bt-item span{
		padding: 3px 10px;
	}
	.head-item.no-login a{
		background: none;
		margin-right: 5px;
	}
	.head-item.bt-item{
		position: absolute;
		right: 90px;
	}
	.head-item.bt-item span::after{
		position: relative;
		top: 1px;
		background-size: 14px 10px;
	}
	.head-item.hamburg-item{
		width: 38px;
		padding-right: 0 !important;
	}
	.head-item.hamburg-item .hamburg{
		padding-left: 0;
	}
    .u_settings_wrp, .dropdown-con.cart-small{
        top: 70px;
    }
	.dropdown-con.cart-small{
		right: -17px;
	}
    .u_settings_wrp{
    	left: 0;
    }
    .u_settings_wrp li a{
        font-size: 1.4rem;
    }
    .nav-main>li.active{
        /* background-color: #283244; */
		color: #4991F8;
    }
	.user-item span{
		position: relative;
		top: 1px;
	}
	.user-item span.loginBtn img{
		width: 20px;
        height: 22px;
	}
	#user_bt_info{
		position: relative;
		top: 1px;
		width: 80px;
	}
    #user_bt_info .item-name{
        font-size: 1.2rem;
    }
    .country-icon .caret{
        margin-left: 5px;
    }
	.global-search{
		position: fixed;
		top: 95px;
		left: 0;
		width: 100%;
	}
	.global-search input{
		width: 100%;
        border-radius: 0 0 4px 4px;
	}
	.search-result{
		left: 0;
		top: 51px;
	}
	.breadcrumb{
		font-size: 1.4rem;
		padding: 10px 15px 10px 0;
	}
    .breadcrumb .right_txt span{
	    width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
		color: #6b6b6b;
		font-size: 1.4rem;
    }
	.game-banner{
		overflow: hidden;
	}
	.game-banner a{
		width: 100%;
		display: block;
	}
	.page-game-index .game-banner{
		border: none;
		margin-bottom: 0;
	}
	.page-game-index .game-banner img{
		width: 150%;
		position: relative;
		right: 25%;
	}
	.page-game-index .game-banner h1{
		top: 15px;
		left: 20px;
	}
    .index-choosePlat ul.game-plat li .card .btn{
        padding: 5px 20px;
    }
    .index-public .index-about::before{
    	border: 10px solid #7099b5;
		border-color: #d4e3f3 #d4e3f3 transparent transparent;
    }
    .index-public .read-more{
    	background-size: 100%;
    	width: 21px;
    	height: 15px;
    	top: 6px;
		right: 10px;
    }
	.page-goods .goods-public .read-more{
		top: 6px;
		width: 26px;
	}
	.page-goods .optimize-words h2.read-moreTitle{
		padding-right: 0;
		padding-left: 40px;
	}
	.page-goodsList .goods-public .optimize-wordsCon{
		margin-bottom: 20px;
	}
	.goods-public .optimize-wordsCon{
		padding: 10px;
	}
	.page-goods .goods-public .optimize-words h2, .goods-public .optimize-words h1, .goods-public .optimize-words h2{
		font-size: 1.6rem;
	}
	.page-goods .goods-public .optimize-words h2, .goods-public .optimize-words h2{
		line-height: 2.2rem;
	}
	.page-goods .goods-public .optimize-words{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.page-goods .optimize-words-content{
		padding-left: 40px;
	}
	.page-goods .goods-public .optimize-words:last-child .optimize-words-content{
		padding-bottom: 10px;
	}
	.goods-public .optimize-words{
		background-size: 26px;
		background-position-y: 2px;
	}
	.optimize-words h2.read-moreTitle{
		padding-right: 10px;
	}
	.index-category .section-content .leftImg{
		height: 130px;
	}
	.optimize-words h1, .optimize-words h2{
		line-height: 2.4rem;
		font-size: 1.6rem;
	}
	.optimize-words{
		padding-left: 40px;
		background-size: 28px 18px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.page-game-index .index-choose .optimize-words{
		padding: 0 15px 15px 15px;
		margin-bottom: 0;
	}
	.index-news .news-section{
		padding: 0 !important;
	}
	.index-news .news-single{
		padding: 15px;
	}
	.index-news .news-single:first-child{
		border-radius: 6px 6px 0 0;
	}
	.index-news .news-single:last-child{
		border-radius: 0 0 6px 6px;
	}
	.index-news .news-single .news-title{
		color: #4B82CE;
		border-bottom: 1px solid #4B82CE;
		padding-bottom: 10px;
	}
	.index-news .news-single .news-title a{
		font-size: 1.6rem;
	}
	.new-more{
		text-align: center;
	}
	.news-time{
		color: #1B53A1;
		margin-right: 5px;
		font-size: 1.8rem;
	}
	.index-news .news-single .news-title{
		background-position-y: 8px;
	}
	.index-news .news-single .news-content{
		color: #3E6192;
		padding: 0 10px;
	}
	.index-choose .choose_content{
		margin-bottom: 20px;
		padding: 8px 8px 8px 124px;
		margin: 0 auto;
		width: 100%;
		border-bottom: 1px dashed #ddd;
		min-height: 140px;
		border: none;
		line-height: 2rem;
		font-size: 1.4rem;
	}
	.index-public .choose_content b{
		font-size: 1.8rem;
	}
	.choose_content.choose_safe{
	    background: #A1BFE4 url('../images/choose_safe_m.png') no-repeat;
	    background-position-x: 0;
		background-size: 110px 100%;
	}
	.choose_content.choose_price{
		background: #A1BFE4 url('../images/choose_price_m.png') no-repeat;
	    background-position-x: 0;
		background-size: 110px 100%;
	}
	.choose_content.choose_service{
		background: #A1BFE4 url('../images/choose_service_m.png') no-repeat;
	    background-position-x: 0;
		background-size: 110px 100%;
	}
	.choose_content.choose_chat{
		background: #A1BFE4 url('../images/choose_chat_m.png') no-repeat;
	    background-position-x: 0;
		background-size: 110px 100%;
	}
	/*.page-index .optimize-wordsCon, .hidden-wordsCon.optimize-wordsCon, .page-game-index .optimize-wordsCon{
		height: 156px;
	}*/
	.index-choosePlat ul.game-plat li .card a{
		padding: 20px 5px;
	}
	.page-index .category-unit{
		height: 220px;
		padding: 0 10px;
		position: relative;
		top: -5px;
	}
	.page-index .category-unit:last-child{
		margin-bottom: 0;
	}
	.page-game-index .service-category li{
		width: calc(50% - 5px);
		margin: 0 10px 10px 0;
		height: 83px;
	}
	.page-game-index .service-category li:first-child{
        height: 95px;
        margin-right: 0;
	}
	.page-game-index .service-category li:last-child{
		margin-right: 0;
	}
	.page-game-index .service-category li.category-unit:nth-child(1){
        width: 100%;
		background-size: cover !important;
	}
	.page-game-index .service-category li span{
		font-size: 1.7rem;
	}
	.page-game-index .service-category li span.icon{
		height: 40px;
	}
	.page-game-index .service-category li span.game-plat{
		font-size: 1.6rem;
		height: 28px;
		line-height: 28px;
		margin-top: 0;
		width: 80px;
	}
	/* .page-game-index .coins-category li a{
		padding-top: 8%;
	} */
	.page-game-index .service-category li:first-child a{
        padding-top: 6%;
	}
	.index-public .index-about{
		padding: 0;
		border-radius: 6px;
	}
	.index-public .index-choose .section-content{
	 	padding: 0;
	}
	.index-public .index-about .section-content{
		padding: 15px;
	}
	.index-category .section-content .category-content{
		padding: 20px 0 10px;
	}
	.index-category .section-content h2{
		font-size: 2.2rem;
	}
	.index-category .section-content .game-btn{
		margin-top: 10px;
		font-size: 2rem;
	}
	.index-category .section-content p{
		font-size: 1.6rem;
		line-height: 2.6rem;
	}
	.news-tag span{
		margin-bottom: 8px;
	}
	.index-choosePlat .game-title .game-name{
		background: url(../images/title_shortline.png) bottom no-repeat;
		background-size: 250px 2px;
	}
	.index-choosePlat .game-title .game-name, .index-category .game-title .game-name{
		font-size: 2.4rem;
	}
	.index-choosePlat .game-title .game-name{
        margin-top: 35px;
	}
	.game-title .game-name{
		height: 3.5rem;
		line-height: 3rem;
		font-size: 2.4rem;
		margin: 30px auto 10px;
	}
	.index-category{
		margin-bottom: 0;
	}
	.index-category .game-title .game-name{
		background-size: 150px 2px;
	}
	.section-product .game-title .game-name{
		background: #f6f6f6;
	}
	.index-choosePlat .game-title .game-name, .index-category .game-title .game-name{
		line-height: 2.5rem;
		margin: 30px auto 20px;
	}
	.index-choosePlat ul.game-plat{
		padding: 0;
	}
	.index-choosePlat ul.game-plat li{
		width: calc(50% - 10px);
		padding: 0;
	}
	.index-choosePlat ul.game-plat li:first-child{
		margin-right: 10px;
	}
	.index-choosePlat ul.game-plat li:last-child{
		margin-left: 10px;
	}
    .new-more{
        margin-top: 0;
    }
	/* 游戏首页 */
    .page-game-index .index-section .section-content{
        padding: 0 10px 15px;
    }
    .page-goodsList .game-title .game-name, .page-goods .game-title .game-name{
    	font-size: 2.4rem;
    	height: 3.5rem;
    	line-height: 3.5rem;
    }
	.page-goodsList .game-title .game-name{
		white-space: normal;
		height: auto;
	}
    .product-tab li{
    	padding: 8px 20px;
    	border-radius: 6px;
    }
    .product-tab li.active{
    	padding: 10px 20px;
    }
    .product-tab li:last-child{
    	top: 8px;
    	border-radius: 0 6px 6px 0;
    }
	.product-tab > li > a{
		font-size: 1.6rem;
	}
	.product-tab li.active a{
		font-size: 1.8rem;
	}
	.service-title-list{
		border-bottom: none;
	}
	.platform-title-list{
		padding: 20px 0 0px;
	}
	.platform-title-list select{
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.search-input, .search-input input{
		width: 100%;
	}
	.product-list{
		height: auto;
		margin-top: 10px;
	}
	.product-single{
		position: relative;
		padding: 15px;
	}
    .product-single:nth-child(2n){
        margin-right: 0;
    }
	.product-single .product-single-con{
		height: auto;
	}
	.product-single .product-single-con .product-single-txt{
		background: none;
		padding: 10px 3px;
		height: 100%;
		min-height: 170px;
	}
	.product-single .prt-thumb{
		display: none;
	}
    .product-single .prt-thumb .coins-text{
        font-size: 18px;
    }
	.pro-player{
		margin: 8px auto;
	}
	/* .product-single .prt-name .prt-server{
		position: relative;
		top: 2px;
	} */
    .product-single .product-name, .product-single .prt-name{
        font-size: 1.6rem;
        width: 100%;
    }
	.product-single .delivery-time{
		top: 2px;
	}
	.product-single .prt-name, .product-single .prt-price{
		line-height: 1.4rem;
		display: block;
	}
	.product-single .prt-name .prt-server label{
		display: block;
	}
	.product-single .prt-server.delivery-time label{
		display: inline-block;
	}
	.product-single .prt-price{
		width: auto;
		padding-left: 0;
		margin-top: 10px;
	}
	.product-single .prt-price span.line-through{
		display: block;
		margin-left: 0;
		margin-top: 5px;
	}
	.product-single i.discount-num{
		left: auto;
		right: 0;
		top: -45px;
	}
	.product-single .prt-buy{
		text-align: right;
		position: absolute;
		top: initial;
		bottom: 12px;
		right: 17%;
		width: auto;
		margin: 0 auto;
	}
	.product-single .prt-btn-buy.button_add{
		float: right;
		margin-left: 8px;
	}
	.product-single .button_buy a img{
		bottom: 1px;
	}
	.member-profile .member-info-form{
		padding: 20px;
	}
	.product-form .form-main .pr-info-row, .member-info-form .form-content .row-member-info, .form-withdraw-trade .form-unit{
		margin-bottom: 2px;
	}
	.member-info-form .form-content .row-member-info{
		height: 72px;
		margin-bottom: 5px;
	}
	.product-form{
		margin-bottom: 20px;
    }
	.member-withdrawOrder .product-form{
		margin-bottom: 0;
    }
    .index-section .section-content .product-form{
    	margin-bottom: 0;
    }
    .payment-step-wrap .product-form{
        margin-bottom: 0;
    }
    .section-content.userInfo{
        padding-top: 5px;
    }
	.withdrawCoinsForm.wrongWithdrawForm .product-form{
		padding-bottom: 20px;
	}
	.withdrawCoinsForm.wrongWithdrawForm .form-main{
		margin: 5px auto 10px;
		padding-bottom: 25px;
	}
	.withdrawCoinsForm.wrongWithdrawForm .form-main:last-child{
		margin-bottom: 0;
		padding-bottom: 10px;
	}
	.withdrawCoinsForm.wrongWithdrawForm .cart-button{
		width: 100%;
		float: none;
	}
	.cart-button a{
		width: calc(50% - 10px);
		margin: 20px 0 10px 5px;
	}
	.cart-button a.cart_one{
		width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.withdrawCoinsForm.wrongWithdrawForm .btn-submit{
		padding: 0;
		margin-bottom: 10px;
	}
	.withdrawCoinsForm.wrongWithdrawForm .btn-submit button{
		margin-left: 0;
		width: 100%;
	}
	/*.product-single .prt-btn-buy{
		right: 0;
		bottom: 20px;
		top: initial;
	}*/
	.product-form .form-main .pr-info-txt{
		height: auto;
	}
	.email-form-tips{
		padding-left: 0;
		margin-top: 10px;
	}
	.pr-form-tips{
		padding-left: 0;
	}
	/*付款成功*/
	.order-remind{
		width: 100%;
	}

	/* 注册登录 */
	.page-login .login-bg{
		padding: 0;
		width: 100%;
		background: #EFF6FD;
		box-shadow: 0px 3px 9px 1px rgba(27, 83, 161, 0.29), 0px 4px 0px 0px #d4e3f3;
		border-radius: 10px;
		border-top: 3px solid #1B53A1;
		padding: 30px 0;
	}
	.page-login .section-login-left, .page-login.forget-password .section-login-left{
		width: 100%;
		margin-left: 0;
	}
	.page-login .section-login-left h1{
		font-size: 3rem;
	}
	.page-login .section-login-left h1::after{
		content: '';
		display: block;
		border-bottom: 2px solid #7BA8FA;
		width: 100px;
		height: 2px;
		margin: 5px auto;
	}
	.page-login .form-main, .page-login.forget-password .form-main{
		width: 100%;
		background: none;
		padding: 0 30px;
		margin: 20px auto;
	}
	.page-login .form-main .input-row input, .page-login .form-main .input-row input#memberCountry{
		background-color: #CDCED1;
		border-radius: 6px;
	}
	.page-login.signup .intl-tel-input .flag-dropdown, .page-login .form-main .input-row input#prefixAreaCode{
		border-radius: 6px;
	}
	.page-login .form-main .action-login{
		border-radius: 25px;
	}
	.page-news>.section-left{
		width: 100%;
	}

	/* 关于我们 */
	.error-main .setence-01{
		padding: 5px 0;
	}
	.error-main .content-middle{
		width: 100%;
		padding: 15px 0;
		margin-top: 20px;
	}
	.error-main .content-middle span{
		font-size: 4rem;
	}
	.error-main .setence-03{
		padding-top: 30px;
	}
	.contact-meun{
		padding: 0;
	}
	.link-logo ul{
		width: 100%;
	}
	.link-logo li{
		padding: 0;
	}
	/* 购物车 */
    ul.payment-methods{
        margin-top: 0;
    }
	ul.payment-methods li{
		width: 100%;
		height: 76px;
		padding: 15px 0;
		position: relative;
		border-bottom: 1px solid #8EABE6;
		margin-bottom: 0;
	}
	ul.payment-methods li:last-child{
		margin-bottom: 15px;
	}
	ul.payment-methods li:nth-child(2n){
		margin-right: 0;
	}
	ul.payment-methods li:nth-child(2n+1){
		clear: left;
	}
	ul.payment-methods li label{
		width: 92%;
	}
	ul.payment-methods .pay-method-con{
		width: 140px;
		height: 48px;
		margin-right: 5px;
		float: left;
		position: relative;
	}
	.payment-methods li .payment-attr{
		margin-top: 0;
		line-height: 44px;
		float: right;
		font-size: 1.3rem;
		display: inline-block;
		color: #5D5E5F;
	}
	ul.payment-methods img{
		width: 140px;
		height: 46px;
	}
	.payment_free{
		right: -6px;
		font-size: 1.2rem;
	}
	ul.payment-methods input[type="radio"]{
		top: 32%;
	}
    .product-form .intl-tel-input #phone{
        height: 30px;
    }
	/* 购物车选择优惠方式 */
	#typeselect{
		min-width: 125px;
	}
	#selectDiscount .couponDown, #selectDiscount input#coupon{
		width: 140px;
	}
	#selectDiscount .couponDown{
		font-size: 1.3rem;
	}
	.product-tab li{
		width: calc(50% - 3px);
	}
	.product-tab.product-tab-m{
		padding: 0 !important;
        margin-bottom: 20px;
	}
	.product-tab.product-tab-m li{
		display: block;
		margin-right: 0;
		width: 100%;
		text-align: left;
		height: 48px;
		line-height: 48px;
		background-color: #028058;
	}
	.product-tab.product-tab-m li:not(.selected){
		display: none;
		background-color: #f8f8f8;
		border: 1px solid #ddd;
		border-bottom: none;
	}
	.product-tab.product-tab-m li:last-child{
		border-bottom: 1px solid #ddd !important;
	}
	.product-tab.product-tab-m li a{
		display: inline-block;
		width: 100%;
		color: #333;
		height: 48px;
        border: none !important;
	}
	.product-tab.product-tab-m li.selected a{
		color: #fff;
        border: none !important;
	}
    .product-tab.product-tab-m li a:focus, .product-tab.product-tab-m li a:visited, .product-tab.product-tab-m li a:active, .product-tab.product-tab-m li a:link, .product-tab.product-tab-m li:active a, .product-tab.product-tab-m li:link a, .product-tab.product-tab-m li:focus a, .product-tab.product-tab-m li:visited a{
        border: none !important;
    }
	.product-tab.product-tab-m li a span.caret{
		float: right;
		position: relative;
		top: 45%;
	}
	.product-tab.product-tab-m li a span.caret.reverse, .nav-mobile li a span.caret.reverse{
		transform: rotate(180deg);
	}
	.product-form .form-main .row-title{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		font-size: 1.4rem;
        line-height: 40px;
		/*float: none;*/
	}
	.product-form .form-main .row-content, .product-form .form-main .row-content#orderEmail, .product-form .form-main .row-content#orderPhone{
		width: 100%;
		font-size: 1.5rem;
	}
	.product-form .pi-info-country .intl-tel-input{
		left: 3px;
	}
	.product-form .pi-info-phone #prefixAreaCode{
		left: 58px;
		top: 40px;
	}
	.product-form .form-main input#orderPhone{
		padding-left: 100px;
	}
	.product-form .pi-info-country .intl-tel-input{
		top: 52%;
	}
	.product-form .form-main .pr-info-server .row-title{
		width: 40%;
	}
	.product-form .form-main .pr-info-server .row-content{
		width: 60%;
	}
    .page-payment .index-section .section-content.userInfo{
        padding: 5px 15px 20px;
    }
	.listclass{
		width: 100%;
		left: 0;
	}
	.page-payment .index-section .section-content.userInfo .product-form .form-main{
		width: 100% !important;
	}
	.product-form .form-main{
		margin: 0 auto;
		padding: 0;
	}
	.modal-form .form-main{
		padding: 15px 20px;
	}
	.page-payment .index-section{
		margin-bottom: 20px;
	}
	.cart-table .pr-row>span:nth-child(1){
		padding-right: 10px;
	}
	.cart-table .table-title span{
		font-size: 1.4rem;
	}
	.cart-table .pr-row>span{
		white-space: normal;
		font-size: 1.3rem;
		padding-right: 5px;
		display: table-cell;
		vertical-align: middle;
		float: none;
		line-height: 1.6rem;
	}
	.cart-table .pr-row .product-num button{
		padding: 3px 5px;
	}
	.cart-table .pr-row .btn-del-product{
		margin-right: 0;
		width: 15px;
		height: 15px;
		position: absolute;
		left: 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 .table-title span:nth-child(2){
		width: 28%;
	}
	.cart-table .pr-row>span:nth-child(2){
		width: 35%;
		position: relative;
		left: 7%;
		float: left;
		text-align: left;
	}
	.cart-table .pr-row > span:nth-child(3){
		width: 40%;
		padding-left: 8.5%;
		text-align: left;
		display: inline-block;
		background-color: transparent;
		position: absolute;
		top: calc(47% - 1rem);
	}
	.cart-table .pr-row>span:nth-child(3) b{
		padding: 0 3px;
	}
	.cart-table .table-title span:nth-child(3){
		width: 20%;
        text-align: right;
	}
	.cart-table .pr-row{
		display: table;
		position: relative;
		width: 100%;
	}
	.cart-table .pr-row > span:nth-child(4){
		float: right;
		position: absolute;
		left: auto;
		right: 10px;
		top: calc(47% - 1rem);
	}
	.cart-table .table-title span:nth-child(4){
		text-align: right;
		width: 44%;
	}
	.cart-button{
		width: 100%;
		margin: 0 auto;
		float: left;
		text-align: center;
	}
	.page-payment .btn-submit button{
		width: 80%;
		font-size: 1.8rem;
	}
	.payment-summary .summary-row .tal:last-child{
		margin-bottom: 0;
	}
	.payment-summary .summary-title{
		width: 40%;
		display: inline-block;
	}
	.payment-summary .summary-title, .payment-summary .summary-row .tal span{
		font-size: 1.6rem;
	}
	.payment-summary .discount-row{
		padding-bottom: 0;
	}
	.member-withdrawOrder .product-form .form-main .row-content.fileds, .member-withdrawOrder .product-form .form-main textarea.row-content, .member-withdrawOrder .product-form .form-main input.row-content{
		width: 100%;
	}
	.member-withdrawOrder .form-main .pr-info-row .pr-info-hour, .member-withdrawOrder .form-main .pr-info-row .pr-info-min{
		width: calc(50% - 5px);
		margin-right: 0;
	}
	.member-withdrawOrder .form-main .pr-info-row .pr-info-hour{
		margin-right: 10px;
	}
	.member-withdrawOrder .product-form .form-tip.form-tip-special{
		margin-top: 10px;
		padding: 0 !important;
	}
	.withdraw-coins .form-agree{
		padding: 10px 15px;
		margin-bottom: 20px;
	}
	.withdraw-coins .form-agree label{
		width: 100%;
		line-height: 2.4rem;
	}
	.withdraw-coins .form-agree p{
		text-align: center;
	}
	.member-withdrawOrder .form-tip input[type="checkbox"], .member-withdrawOrder .form-tip input[type="checkbox"]:checked{
		top: 13px;
		left: 12px;
	}
	.member-withdrawOrder blockquote{
		padding: 10px 20px;
	}
	/*弹窗*/
	.modal-form .form-main input.row-content{
		min-height: 2.5rem !important;
		line-height: 2.5rem !important;
	}
	/* 会员 */
	.page-member-main .member-nav-tab.nav-mobile li{
		border: none;
	}
	.page-member-main .member-nav-tab.nav-mobile{
		margin-bottom: 0;
		border-radius: 5px 5px 0 0;
	}
	.page-member-main .member-nav-tab.nav-mobile li{
		margin: 0;
		display: none;
		border: 1px solid #ddd;
		background-color: #fbfbfb;
		height: 50px;
		line-height: 50px;
		padding: 0 15px;
		width: 100%;
	}
	.page-member-main .member-nav-tab.nav-mobile li a{
		width: 100%;
		display: block;
		font-size: 1.6rem;
		color: #333;
	}
	.page-member-main .member-nav-tab.nav-mobile li.selected{
		display: block;
		background: #1557B3;
	}
	.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{
		position: absolute;
		right: 2px;
		top: 20px;
		transition: all 0.24s ease-in-out;
		-webkit-transition: all 0.24s ease-in-out;
		-moz-transition: all 0.24s ease-in-out;
		border-top: 6px dashed;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
		border: none;
		background: url(../images/icon-membernav-arrow_m.png) right center;
		background-size: 100% 100%;
		display: inline-block;
		width: 18px;
		height: 10px;
	}
	.page-member-main .member-nav-tab.nav-mobile li .caret.reverse{
		transform: rotate(180deg);
	}
	.form-fifa-trade .form-unit{
		position: relative;
	}
	.form-withdraw-trade .form-unit .withdraw-tooltip-icon, .aff-register-form .reg-row .withdraw-tooltip-icon{
		position: absolute;
		right: 4px;
		top: 8px;
		margin-bottom: 0.2rem;
		opacity: 0.8;
		z-index: 100;
	}
	.form-fifa-trade .form-unit .tips{
		font-weight: normal;
		text-decoration: underline;
		position: absolute;
		right: 2.4rem;
		top: 0;
		text-align: right;
	}
	.form-fifa-trade .form-unit .tips a{
		color: #de6262;
		font-size: 1.4rem;
	}
	.form-withdraw-trade .btn-submit, .btn-continue-add{
		width: 100%;
		margin: 5px auto;
	}
	.member-withdrawOrder .withdrawCoinsForm.wrongCoinsForm .product-form .optimize-words-content .pr-info-row{
		padding: 5px 0;
	}
    .cart-table .table-title, .cart-table .pr-row, .total-cotent{
    	padding: 10px 5px;
    }
	.cart-table .table-title{
		padding: 10px 5px 10px 14px;
	}
	.member-withdrawOrder .withdrawCoinsForm.wrongCoinsForm .product-form .pr-info-row{
		padding: 10px 0;
	}
	.member-withdrawOrder .withdrawCoinsForm.wrongCoinsForm .product-form .optimize-words-content .pr-info-row{
		padding: 5px 0;
	}
    .cart-table .table-title span{
    	text-align: left;
    	position: relative;
    	left: 6%;
    }
    .cart-table .table-title span:nth-child(1){
    	left: 9%;
    }
	.cart-table .pr-row, .order-tip{
		padding: 10px;
	}
	.order-list-content .list-row span.getBtn{
		width: 100% !important;
	}
	.member-info-form .form-content .row-member-info .row-title{
		width: 100%;
		font-size: 1.4rem;
		margin-bottom: 2px;
	}
	.member-info-form .form-content .row-member-info input, .form-withdraw-trade .form-unit input{
		width: 100%;
	}
	.member-info-submit{
		margin-left: 0;
		width: 100%;
	}
	.total-cotent .total-price, .total-cotent .coupon-price{
		float: right;
	}
	.payment-summary .discount-row .discount-content{
		width: 200px;
	}
	.payment-summary .summary-content input, .payment-summary .summary-content button{
		font-size: 1.4rem;
	}
	.total-summary .summary-title{
		width: auto;
	}
	/* .index-news{
		background-size: 150%;
		padding-top: 20px;
	} */
	.news-list .news-list-unit .top-icon{
		display: none;
	}
	.section-title.upper-center{
		height: 4rem;
	}
	.section-title.upper-center i{
		font-size: 3rem;
	}
	.section-title.upper-center:after{
		bottom: 70px;
		background-size: 200%;
		height: 110px;
	}
	.page-login .form-main .input-row input{
		font-size: 1.5rem;
	}
	.table-transter-ongoing .table-content.module-member{
		overflow-x: scroll;
		padding: 10px;
		margin: 15px auto;
	}
	.module-member .table-title, .module-member .table-row{
		padding: 10px 0;
		display: inline;
		white-space: nowrap;
	}
	.table-content.module-member .table-title span,.table-content.module-member .table-row span{
		white-space: nowrap;
		display: inline-block;
		text-overflow: ellipsis;
		overflow: hidden;
		position: relative;
		color: #333;
		padding: 6px 10px;
	}
	.table-transter-ongoing .table-title span:nth-child(1), .table-transter-ongoing .table-row span:nth-child(1){
		width: 50%;
	}
	.table-transter-ongoing .table-title span:nth-child(2), .table-transter-ongoing .table-row span:nth-child(2){
		width: 46%;
	}
	.table-transter-ongoing .table-title span:nth-child(3), .table-transter-ongoing .table-row span:nth-child(3){
		width: 50%;
	}
	.table-transter-ongoing .table-title span:nth-child(4), .table-transter-ongoing .table-row span:nth-child(4){
		width: 30%;
	}
	.table-transter-ongoing .table-title span:nth-child(5), .table-transter-ongoing .table-row span:nth-child(5){
		width: 30%;
	}
	.table-transter-ongoing .table-title span:nth-child(6), .table-transter-ongoing .table-row span:nth-child(6){
		width: 30%;
	}
	.page-news-bg{
		margin: 20px auto;
	}
	.page-news .section-left, .page-news-detail .section-content, .page-faq .section-content{
		padding: 20px 10px;
	}
	.pagination > li{
		display: inline-block !important;
	}
	.optimize-words-content, .index-choose .choose_content p, .index-news .news-single .news-content{
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.index-news .news-single .news-content{
		padding: 0;
	}
	.section-sell h1.text-center{
		font-size: 2.2rem;
		line-height: 3rem;
		margin: 10px auto 20px;
	}
	.section-sell .main-section:last-child{
		min-height: 100px;
	}
	.cart-button a.cart_delete{
		margin-left: 10px;
	}
	.cartFormContent{
		margin: 0 auto;
		padding: 10px 0 30px 0 !important;
	}
	.cartFormContent:last-child{
		padding-bottom: 5px !important;
	}
	.withdraw-coins .good_name{
		padding: 10px;
	}
	.form-withdraw-trade .form-unit .withdraw-tips p{
		font-size: 1.4rem;
	}
	.member-withdrawOrder .product-form .form-main .row-title, .form-withdraw-trade .form-content .row-title{
		width: 100%;
		font-size: 1.4rem;
	}
	.page-withdraw .btn-submit button, .wrongWithdrawForm .cart-button button{
		margin-left: 0;
		margin-top: 20px;
		width: 100%;
	}
	.withdrawCoinsForm.wrongWithdrawForm .product-form{
		margin: 0 auto;
	}
	.wrongWithdrawForm .product-form .pr-name.alert{
		margin-bottom: 0;
	}
	.index-choosePlat ul.game-plat li .card .icon{
		height: 55px;
	}
	.footer-main .footer-menu{
		padding-left: 0;
		padding-right: 0;
	}
	.about-list li{
		width: 30%;
	}
	.goods-list li{
		width: 40%;
	}
	.footer-menu.social-list li{
		width: 25%;
	}
	.footer-menu.social-list li a{
		font-size: 1.2rem;
	}
	.footer-menu.social-list li img{
		width: 14px;
		margin-right: 2px;
	}
	.about-list .menu-news, .about-list .menu-faq{
		width: 20%;
	}
	.footer-menu a{
		font-size: 1.4rem;
	}
    .footer-main .footer-social .menu-title{
        width: 100%;
        text-align: left;
        margin-bottom: 12px;
    }
    .footer-main .footer-social li{
        width: 50%;
    }
	.footer-menu .footer-social a{
		opacity: 1;
	}
	/* contactUs */
	.contactUs_box{
		right: 10px;
		z-index: 0;
	  }
	  .contactUs_box.display, .openContact{
		  bottom: 70px;
		  right: 10px;
		  padding: 12px;
		  z-index: 2;
	  }
	  .openContact.hidden{
		  display: none;
	  }
	  .contactUs_box.display{
		  padding: 20px 5px;
	  }
	  .messenger_box>a>img, .livechat_box>a>img{
		  width: 20px;
	  }
	/* 会员 */
	.page-member-main{
		margin-top: 20px;
	}
	.member-order .page-member-title{
		position: relative;
		top: 20px;
		margin-bottom: 0;
	}
	.member-order .page-member-title .search-order{
		position: unset;
	}
	.member-order .pull-right{
		width: 100%;
		float: unset !important;
		overflow: hidden;
	}
	.member-order .page-member-r .page-con{
		margin-top: 40px;
		padding: 0;
	}
	.mycenter-leftside{
		background-color: #F9FCFF;
	}
	.mycenter-nav li a{
		border-bottom: 1px solid #99B7ED;
	}
	.mycenter-nav li a span.menu-info i.icon{
		background: url(../images/icon-member-arrow_m.png) no-repeat;
		background-size: 100% 100%;
        width: 12px;
        height: 16px;
	}
	.mycenter-nav li.on a span.menu-info i.icon{
		background: url(../images/icon-member-arrow_m_active.png) no-repeat;
		background-size: 100% 100%;
	}
	.mycenter-nav li.menu-signout a img{
		max-width: 180px;
	}
	.orderAttention .order-tips{
		font-size: 1.2rem;
	}
	.page-member-r .page-con{
		padding: 0;
		margin-top: 20px;
	}
	.mycenter-basic .basic-img{
		width: 50px;
		height: 50px;
	}
	.member-coupon .coupon-list, .coupon-list-table, .member-coupon .coupon-detail{
		padding: 0;
	}
	.couponTip{
		margin: 20px auto 0;
	}
	.coupon-list-table select{
		width: 100%;
	}
	.coupon_list{
		width: 100%;
		margin: 0 auto 15px auto;
	}
	.coupon_price .price_condition{
		font-size: 1.3rem;
	}
	.coupon_msg .coupon_condition{
		font-size: 1.8rem;
	}
	.bindAccount{
		padding: 0;
		margin-top: 10px;
	}
	.bindCon{
		padding: 10px;
	}
	.list-row-salesContent{
		padding: 8px 0;
		margin: 0 auto;
	}
	.order-list-content .list-title span.list-title-info, .order-list-content .list-title span.list-title-status{
		width: 50%;
		font-size: 1.6rem;
	}
	.order-list-content .list-row span.salesName{
		width: 70%;
		margin-left: 0;
	}
	.order-list-content .list-row-salesContent span.salesPrice{
		width: 29%;
		text-align: right;
		float: right;
	}
	.member-list-table .list-row a.wrongOrder{
		float: right;
	}
	.list-row-salesNumber{
		padding: 15px 0;
	}
	.member-list-table .list-title.list-row{
		padding: 0 15px;
	}
	.order-list-content .list-title span.list-title-status, .order-list-content .list-row span.salesStatus{
		text-align: right;
	}
	.order-list-content .list-row span.salesStatus{
		width: 100%;
		margin: 10px auto 0;
	}
	.order-list-content .list-title span.list-title-progress, .order-list-content .list-row span.salesProgress{
		width: 50%;
		float: right;
	}
	.order-list-content .list-row span.salesProgress{
		margin-bottom: 5px;
	}
	.member-info-submit{
		width: 60%;
		margin: 30px 20% 0px;
	}
    .faq-list.news-list .news-summary{
    	padding: 5px 0 20px 60px;
    	margin-bottom: 20px;
    }
	.news-list .news-content, .faq-content{
		font-size: 1.4rem;
	}
	.footer-main .scroll-top{
		right: 30px;
		bottom: calc(100% - 10px);
		width: 40px;
		height: 44px;
	}
    .index-public .index-choose{
        background-size: auto;
        background-position: top;
    }
    .index-choose .produkte li{
        position: relative;
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
    .index-choose .produkte li:last-child{
        border-bottom: none;
    }
    .index-choose .produkte li, .index-choose .produkte .proTit, .index-choose .produkte .proTit i{
        line-height: 40px;
        font-size: 1.6rem;
    }
    .index-choose .produkte .proTit i.chooseIcon::before{
        margin-right: 10px;
    }
    .index-choose .produkte .proTit, .index-choose .produkte li .proCont{
        width: 100%;
        padding: 0 15px;
    }
    .index-choose .produkte li .proCont{
        line-height: 22px;
        position: relative;
        padding-bottom: 10px;
        top: 0;
    }
    .index-choose .produkte li.cur .proCont{
        display: none;
    }
    .index-choose .produkte .proTit i.fa-angle-down{
        display: block;
    }
    .index-choose .produkte .proTit i.fa-angle-down.reverse{
        transform: rotate(180deg);
    }
    .index-choose_divider{
        background-size: cover;
    }
    .member-info-form .form-content .row-member-info .row-title, .form-withdraw-trade .form-content .row-title{
        line-height: 45px;
    }
	.product-single .prt-btn-buy{
		top: initial;
		bottom: 15px;
	}
	.product-single .prt-btn-buy a{
		width: 100%;
		display: block;
	}
	.product-single .prt-btn-buy.button_add a{
		padding: 5.6px 2px;
	}
	.product-list-player .product-single .prt-btn-buy a{
		padding: 6px 2px;
	}
	.product-list-player .product-single .product-single-con .product-single-txt{
		min-height: 150px;
	}
	.product-list-player .product-single .prt-buy{
		width: 100%;
		text-align: center;
		position: relative;
		top: 5px;
		overflow: hidden;
	}
	.product-list-player .product-single .prt-btn-buy, .product-list-player .product-single .prt-btn-buy.button_add{
		float: none;
	}
	.new-more .more{
		margin: 10px auto;
		font-size: 1.6rem;
	}
	.index-section .section-content, .page-payment .index-section .section-content{
		padding: 15px 10px;
	}
	.page-common .game-title .game-name{
		margin: 40px auto 30px;
		font-size: 3rem;
	}
	.page-common .index-section .section-content{
		padding: 0;
	}
	.index-choosePlat ul.game-plat{
		background: none;
	}
	.index-choosePlat ul.game-plat li a{
		padding: 0;
	}
	.page-goods .index-public.goods-public{
		margin-top: 30px !important;
	}
	.payment-summary.total-summary{
		margin-top: 30px;
	}
}
@media (max-width: 330px){
	.logo img{
		width: 130px;
		margin: 14px 0 13px;
	}
	.index-choosePlat .game-title .game-name, .index-category .game-title .game-name{
		font-size: 2.2rem;
	}
	.cart-table .pr-row .btn-del-product{
		left: 5px;
	}
	.cart-table .table-title span:nth-child(2){
		width: 32%;
	}
	.service-title-list li a{
		font-size: 1.3rem;
	}
	.section-sell .optimize-words h1, .section-sell .optimize-words h2{
		font-size: 2.2rem;
	}
	.section-sell .main-section h2 i{
		bottom: 0;
	}
	.optimize-words h1:before, .optimize-words h2:before{
		width: 12px;
		height: 12px;
		top: -3px;
	}
	.search-order input{
		min-width: 260px;
	}
	#Verification{
		width: 58%;
	}
	.section-title.upper-center i{
		font-size: 2.2rem;
	}
	.page-game-index .service-category li{
		height: 74px;
	}
	.index-news .news-section, .index-public .section-content, .total-cotent, .cart-table .table-title, .cart-table .pr-row{
		padding: 10px;
	}
	.cart-table .pr-row .btn-del-product{
		right: 5px;
	}
	.payment-summary .discount-row .discount-content{
		width: 100%;
	}
	.index-choose .choose_content .col-xs-11{
		width: 90%;
	}
	.page-game-index .service-category li span{
		font-size: 1.5rem;
	}
	#typeselect{
		min-width: 100px;
	}
	#selectDiscount .couponDown, #selectDiscount input#coupon{
	    width: 110px;
	}
	.bindCon .info-set{
		font-size: 12px;
	}
}
