﻿ @import url('animation.css');
/*
layout
*/


/*
.g-body-wide for fifa 16 page
sample: fifa16-buy.html


.g-body-wide .content .container {
	width: 1250px;
	background:#f3f3f3 url("../img/child-content-bg-wide.png") repeat-y scroll right top !important;
}
.g-body-wide .container .main {
	width: 980px;
}
*/
.g-body-wide .container .side {
/*background: red;*/
}
body {
	background-color: #D8D8D8;
}
a {
	cursor: pointer;
}
a:hover {
	color: #3AAEFF;
}
.pagination .total {
	float: right;
	padding: 0 8px;
	height: 28px;
	line-height: 28px;
}
.modal .fade {
	top: -580px;
}
.align-left {
	text-align: left;
}
.align-left p {
	text-align: left;
}
/*ajax loading*/
.divLoading {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 4000;
}
.btn i {
	margin-right: 8px;
}
.row {
	margin-left:0!important;
}
.texthidden {
	text-indent: -9999px;
	overflow: hidden;
}
.btn {
	border-radius: 2px;
}
.container {
	max-width: 1170px;
	width: 100%;
	padding-bottom: 15px;
	margin: 0 auto;
	box-sizing: border-box;
}
.span3 {
	width: 270px;
	margin-left:0;
}
.span9 {
	width: 900px;
}
.navbar {
	margin: 0;
}
.navbar .navbar-inner {
	border: 0;
	height: 69px;
	border-radius: 0;
	filter: none;
	background: url(../img/header_bg.png) repeat-x left top;
}
.navbar .container {
	max-width: 1170px;
	width: 100%;
	padding-bottom: 0;
}
.navbar-inverse .brand {
	margin-left: 0;
	width: 270px;
	padding: 0px;
	text-align: center;
	line-height: 69px;
	color: #FFF;
	font-size: 24px;
	text-indent: -9999px;
	background: url(../img/logo.png?v=1.181) 49px 22px no-repeat;
}
.navbar-inverse .top-panel {
	margin-top: 24px;
	display: block;
	float: right;
	/*width: 100px;*/

	color: #7d7d7d;
	font-size: 14px;
}
.navbar-inverse .top-panel .top-cart {
	margin-top: 4px;
}
.navbar-inverse .top-panel .top-cart strong {
	background-color: #64A6FF;
	color: #333;
	border-radius: 3px;
	padding: 0 2px;
}
.navbar-inverse .top-panel a {
	color: #7d7d7d;
	cursor: pointer;
}
.navbar-inverse .top-panel a:hover {
	color: #64A6FF;
}
.nav-collapse .nav {
	/*width: 700px;*/
	height: 69px;/*overflow: hidden;*/
}
.nav-collapse .nav li {
	position: relative;/*background: url(../img/header-nav-div.png) right top no-repeat;*/
}
.nav-collapse .nav li:hover a {
	color: #64A6FF;
}
.nav-collapse .nav li .sec-nav {
	position: absolute;
	z-index: 3100;
	top: 65px;
	left: 10px;
	list-style: none;
	background: none;/*box-shadow: 0 10px 30px rgba(0,0,0,0.8);
	border-radius: 0 0 6px 6px;*/
}
.nav-collapse .nav li .sec-nav .menu {
	padding: 0;
	margin: 0;
	list-style: none;
}
.nav-collapse .nav li .sec-nav .menu li {
	float: left;
	width: 230px;
}
.nav-collapse .nav li .sec-nav-top {
	width: 690px;
    height: 1px;
    background: #64a6ff;
    position: relative;
	/*background: url(../img/sec-nav-top.png) 0 0 no-repeat;*/
}
.nav-collapse .nav li .sec-nav-top:after{
	content: '';
                 position: absolute;
                 width: 8px;
                 height: 8px;
                 transform: rotate(45deg) translate(-50%, -50%) scale(1.4);
                 top: 4px;
                 left: 20px;
                 background:#64a6ff;
}
.nav li:last-child .sec-nav-top {
	width: 251px;
	background: url(../img/sec-nav-top3.png) 0 0 no-repeat;
}
.nav-collapse .nav li .sec-nav li a {
	display: block;
	height: 40px;
	line-height: 40px;
	background-color: #202020;
	border-bottom: 1px solid #191919;
	border-top: 1px solid #2C2C2C;
	color: #848484;
	font-size: 12px;
}
.nav-collapse .nav li .sec-nav li a:hover {
	text-decoration: none;
	color: #64a6ff;
	background-color: #222;
	border-top: 1px solid #111;
	box-shadow: inset 0 0 18px #111;
}
.nav-collapse .nav li .sec-nav li:first-child a {
/*border-top: 0;*/
}
.nav-collapse .nav li .sec-nav li:last-child a {
	border-radius: 0 0 6px 6px;
}
.nav-collapse .nav .active {
}
.nav-collapse .nav li a {
	color: #c1c1c1;
	font-size: 14px;
	height: 69px;
	line-height: 69px;
	padding: 0px 15px;
}
.nav-collapse .nav li.active a {
	color: #64a6ff;
	/*background: url(../img/header-nav-active-bg.png) center top no-repeat;*/
	/*background-size: cover;*/
	background: none;
	position: relative;
	box-shadow: none;
}
.nav-collapse .nav li.active a:hover {
	color: #64a6ff;
	background: none;
}
/*.nav-collapse .nav li.active a:after,
.nav-collapse .nav li.active a:before {
  display: block;
  width: 8px;
  height: 97px;
  content: '';
  background: url(../img/light-sprite.png) -90px -450px no-repeat;
  position: absolute;
  top: 0;
  right: -8px;
  z-index: 1;
}
.nav-collapse .nav li.active a:after {
  background: url(../img/light-sprite.png) -90px -150px no-repeat;
  position: absolute;
  left: -8px !important;
  top: 0;
}
*/
.header-bar {
	height: 55px;
	background: url(../img/header_bar_bg.png) left top repeat-x;
	z-index: 1049;
}
.header-bar .member-info {
	float: right;
	line-height: 55px;
	height: 55px;
	padding-left: 20px;
	color: #7d7d7d;
}
.header-bar .bar .banner-ssl {
	float: left;
	margin-left: 5px;
	margin-top: 2px;
}
.header-bar .bar .all-game {
	position: relative;
}
.header-bar .bar .all-game .game-menu {
	display: none;
	max-width: 1168px;
	position: absolute;
	top: 55px;
	left: 0;
	background-color: #1E1E1E;
	z-index: 3001;
	box-shadow: 0px 8px 8px rgba(0,0,0,0.6);
}
.header-bar .bar .all-game .game-menu .head {
	height: 50px;
	line-height: 50px;
	text-indent: 20px;
	color: #848484;
}
.header-bar .bar .all-game .game-menu .head a {
	color: #000;
	background-color: #666;
	padding: 0 8px;
	border-radius: 4px;
}
.header-bar .bar .all-game .game-menu .head a:hover {
	background-color: #64A6FF;
	text-decoration: none;
}
.header-bar .bar .all-game:hover .game-menu {
	display: block;
}
.header-bar .bar .all-game:hover .all-game-title a {
	color: #64A6FF;
}
.header-bar .bar .all-game .game-menu .shadow {
	box-shadow: inset 0px 6px 10px rgba(0,0,0,0.5);
}
.header-bar .bar .all-game .game-menu .game-list {
	list-style: none;
	margin: 0px;
	background-color: #000;
}
.header-bar .bar .all-game .game-menu .game-list li {
	float: left;
	width: 291px;
	height: 48px;
	text-align: left;
	line-height: 48px;
	text-indent: 22px;
	margin-right: 1px;
	margin-top: 1px;
}
.header-bar .bar .all-game .game-menu .game-list li a {
	color: #848484;
	display: block;
	background-color: #1E1E1E;
}
.header-bar .bar .all-game .game-menu .game-list li a:hover {
	color: #64A6FF;
	background-color: #0F0F0F;
	text-decoration: none;
}
.header-bar .bar h1 {
	margin: 0;
	line-height: 55px;
	font-size: 18px;
	width: 270px;
	float: left;
	padding-left: 10px;
	font-weight: normal;
	text-align: left;
	background: url(../img/btn_all_games_bg.png) left top repeat-x;
}
.header-bar .bar h1 a {
	color: #FFF;
	display: block;
	text-transform: uppercase;
}
.header-bar .bar h1 a i.icon-table {
	width: 23px;
}
.header-bar .bar h1 a:hover {
	text-decoration: none;
	cursor: pointer;
}
.header-bar .top-currency {
	float: right;
	position: relative;
	background-color: #1B1B1B;
	height: 28px;
	line-height: 28px;
	margin-top: 14px;
	margin-left: 8px;
	width: 70px;
	text-align: left;
	text-indent: 4px;
	font-size: 14px;
	z-index: 2000;
	cursor: pointer;
	border-radius: 4px 4px 0 0;
}
.header-bar .top-currency .menu {
	top: 28px;
	width: 70px;
	background-color: #121212;
	position: absolute;
	overflow: hidden;
}
.header-bar .top-currency .menu li {
	font-size: 12px;
	padding-left: 5px;
}
.header-bar .top-currency:hover .menu {
	display: block;
}
.header-bar .top-currency .menu .currency {
	margin: 0;
	padding: 0;
}
.header-bar .top-currency .menu .currency li {
	text-indent: 4px;
}
.header-bar .top-currency .menu .currency li a {
	font-size: 12px;
	cursor: pointer;
}
.header-bar .top-currency .menu .currency li a:hover {
	color: #64A6FF;
}
.header-bar .top-currency .menu .currency li a i {
	display: inline-block;
	margin-right: 4px;
}
.header-bar .top-currency .cur {
	font-size: 12px;
	color: #64A6FF;/*border: 1px solid #353535;*/
}
.header-bar .top-currency .current-cur {
	background-color: #121212;
	border-radius: 4px 4px 0 0;
}
.header-bar .top-currency .current-cur {
	position: relative;
}
.header-bar .top-currency .current-cur .icon-caret-down {
	position: absolute;
	top: 6px;
	right: 10px;
}
.header-bar .top-currency .cur:hover {
	color: #64A6FF;
}
.header-bar .top-currency .cur:last-child {
	border-radius: 0 0 4px 4px;
}
.header-bar .shopping-cart {
	position: relative;
	color: #7d7d7d;
	height: 55px;
	line-height: 55px;
	float: right;
	padding-left: 20px;
	padding-right: 0px;
}
.header-bar .shopping-cart a {
	color: #7d7d7d;
	font-size: 14px;
}
.header-bar .shopping-cart:hover .btn-view {
	color: #E7E7E7;
	text-decoration: none;
}
.header-bar .shopping-cart .btn-view {
}
.header-bar .shopping-cart .btn-view a {
	color: #7d7d7d;
}
.header-bar .shopping-cart .btn-view a:hover {
	color: #E7E7E7;
	text-decoration: none;
}
.header-bar .shopping-cart .detail {
	position: absolute;
	display: none;
	left: 0;
	top: 55px;
	z-index: 3000;
	background-color: #1E1E1E;
	width: 380px;
	padding: 8px;
	box-shadow: inset 0px 4px 4px rgba(0,0,0,0.5);
}
.header-bar .shopping-cart .detail .btn-box {
	padding-bottom: 8px;
}
.header-bar .shopping-cart .detail .btn-box .btn {
	float: right;
}
.header-bar .shopping-cart:hover .detail {
	background-color: #1E1E1E;
}
.header-bar .shopping-cart .detail table {
	width: 100%;
}
.header-bar .shopping-cart .detail table td {
	color: #7d7d7d;
	padding: 4px 8px;
	line-height: 24px;
}
.header-bar .shopping-cart .detail table tr:hover td {
	color: #E7E7E7;
}
.header-bar .shopping-cart .detail table tr.sum td {
	text-align: right;
	border-top: 1px solid #333333;
	padding: 8px;
}
.header-bar .shopping-cart .detail table tr.sum td strong {
	color: #E7E7E7;
}
.header-bar .shopping-cart .detail table td .btn-remove {
	color: #875357;
}
.header-bar .shopping-cart .detail table td .btn-remove:hover {
	text-decoration: none;
	color: #B3525A;
}
.header-bar .shopping-cart:hover {
}
.header-bar .shopping-cart .btn-view:hover {
	cursor: pointer;
}
/*.header-bar .currency {
	float: right;
	border-left: 1px solid #0A0A0A;
	margin-bottom: 0px;
}
.header-bar .currency li {
	list-style: none;
	float: left;
	position: relative;
}
*//*.header-bar .currency li:before {*/
  /*display: block;*/
  /*width: 78px;*/
  /*height: 97px;*/
  /*content: '';*/
  /*background: url(../img/light-sprite.png) -200px 0 no-repeat;*/
  /*position: absolute;*/
  /*top: -9px;*/
  /*z-index: 1;*/
/*}*/
/*.header-bar .currency li a {
	color: #7d7d7d;
	display: block;
	width: 77px;
	height: 55px;
	line-height: 55px;
	border-right: 1px solid #0A0A0A;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
}
.header-bar .currency li a i {
	margin-right: 2px;
}
.header-bar .currency li a:hover {
	text-decoration: none;
	color: #E7E7E7;
	cursor: pointer;
}
.header-bar .currency li a.active {
	font-size: 12px; 
	text-transform: uppercase;
	color: #64a6ff;
	text-shadow: 0 0 2px rgba(0,0,0,.75);
	background: url(../img/currency-active.jpg) left top no-repeat;
	cursor: pointer;
	position: relative;
}
.header-bar .currency li a.active .light {
  display: block;
  width: 78px;
  height: 12px;
  background: url(../img/light-sprite.png) -200px 0 no-repeat;
  position: absolute;
  top: -10px;
  z-index: 1;
}

.header-bar .currency li a.active:after,
.header-bar .currency li a.active:before {
  display: block;
  width: 8px;
  height: 55px;
  content: '';
  background: url(../img/light-sprite.png) 0 -300px no-repeat;
  position: absolute;
  top: 0;
  right: -6px;
  z-index: 1;
}
.header-bar .currency li a.active:after {
  background: url(../img/light-sprite.png) 0px 0px no-repeat;
  position: absolute;
  left: -6px !important;
  top: 0;
}
*/
/*{
	height: 418px;
	background: url(../img-bg.png) left top  repeat-x;
}
*/ 
.hot-game-menu {
	position: relative;
	z-index: 900;
	width: 270px;
	background: #242424;
	margin-bottom: 0;
	margin-left: 0;
}
.hot-game-menu:hover .moreopt {
	display: block !important;
}
.hot-game-menu:hover .more {
	display: none;
}
.hot-game-menu li {
	height: 42px;
	line-height: 42px;
	list-style: none;
	text-align: center;
	background: url(../img/hot-game-div.png) center bottom no-repeat;
	background-color: #242424;
}
.hot-game-menu .L1 {
	position: relative;
}
.hot-game-menu .L1 .icon30 {
	display: inline-block;
	position: relative;
	top: -2px;
}
.hot-game-menu .more {
	width: 270px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/btn-more-games.png) 0 0 no-repeat;
	background-color: #242424;
	position: relative;
}
.hot-game-menu .more i {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 270px;
	height: 45px;
	background: url(../img/btn-more-games.png) 0 -42px;
no-repeat;
	animation: 3.5s ease 0s normal none infinite btn-more-games;
	-webkit-animation: 3.5s ease 0s normal none infinite btn-more-games;
}
.hot-game-menu .more:hover {
	background-position: 0 -42px;
	cursor: pointer;
}
.hot-game-menu .L1 .L2 {
	position: absolute;
	display: none;
	left: 270px;
	top: 0;
	z-index: 2999;
	margin: 0px;
}
.hot-game-menu .moreopt .L2 {
	left: 268px;
}
.hot-game-menu .L1:hover > a {
	color: #64a6ff;
	background: url(../img/hot-game-btn-on.png) left top no-repeat;
}
.hot-game-menu .moreopt:hover .L2,  .hot-game-menu .L1:hover .L2 {
	display: block;
}
.hot-game-menu .L1 .L2 li a {
	text-align: left;
	text-indent: 20px;
	display: block;
	background-color: #1E1E1E;
	height: 49px;
	width: 270px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	box-shadow: inset 3px 0px 2px rgba(0,0,0,0.2);
}
.hot-game-menu li a {
	color: #848484;
	display: block;
	text-align: left;
	text-indent: 24px;
}
.hot-game-menu li .bold {
	color: #BFBFBF;
	font-weight: bold;
}
.hot-game-menu li a:hover {
	color: #64a6ff;
	text-decoration: none;
	background: url(../img/hot-game-btn-on.png) left top no-repeat;
}
.slider {
	width: 900px;
	height: 418px;
	/*float: right;*/
	margin: 0;
	position: relative;
	overflow: hidden;
	margin-top: 0px;
}
.slider ul {
	overflow: hidden;
}
.slider li img {
	list-style: none;
	margin: 0;
 padding: 0  float: left;
	width: 900px;
	height: 418px;
}
.slider li {
}
.slider ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.slider .dots {
	position: absolute;
	right: 30px;
	top: 30px;
	list-style: none;
}
.slider .dots li {
	border: 2px solid #FFFFFF;
	border-radius: 6px 6px 6px 6px;
	cursor: pointer;
	display: inline-block;
	height: 6px;
	margin: 0 4px;
	opacity: 0.4;
	text-indent: -999em;
	transition: background 0.5s ease 0s, opacity 0.5s ease 0s;
	width: 6px;
}
.slider .dots li.active {
	background: none repeat scroll 0 0 #FFFFFF;
	opacity: 1;
}
.content {
	clear: both;
}
.content .sec-cate.sec-cate-server {
	padding-top: 20px;
	padding-bottom: 40px;
}
.content .sec-cate.sec-cate-server .sec-server {
	list-style: none;
	float: left;
	width: 132px;
}
.content .sec-cate.sec-cate-server .sec-server img {
	display: block;
	padding-left: 31px;
}
.content .sec-cate.sec-cate-server .sec-server span {
	display: block;
	text-align: center;
}
.content .container {
	background: url(../img/content-bg.png) center top repeat-y;
	background-color: #F3F3F3;
}
.content .main {
	margin-left: 0px;
}
.content .member-panel h1 {
	font-size: 14px;
	color: #FFF;
	height: 55px;
	line-height: 55px;
	text-indent: 12px;
	margin: 0px;
	background: url(../img/member-panel-tit-bg.png) left top repeat-x;
}
.content .member-panel .body {
	background: url(../img/member-panel-body-shadow.png) left top repeat-x;
}
.content .member-panel .form-horizontal {
	padding-top: 24px;
}
.content .member-panel .form-horizontal .control-group {
	margin-bottom: 16px;
}
.content .member-panel .controls {
	margin-left: 20px;
	position: relative;
}
.content .member-panel .controls .typeahead {
	display: block;
}
.content .member-panel .controls .btn {
	width: 110px;
}
.content .member-panel .controls .btn-register {
	margin-right: 5px;
}
.content .member-panel .controls a {
	font-size: 12px;
	display: inline-block;
	margin-bottom: 5px;
	color: #474747;
	cursor: pointer;
}
.content .member-panel .controls .checkbox {
	display: inline-block;
	font-size: 12px;
	margin-bottom: 0px;
}
.content .member-panel .controls input[type="password"], .content .member-panel .controls input[type="text"] {
	width: 215px;
	height: 38px;
	line-height: 38px;
	padding: 0 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #FAFAFA;
	-webkit-box-shadow: inset 0 4px 4px rgba(6,0,1,.06);
	-moz-box-shadow: inset 0 4px 4px rgba(6,0,1,.06);
	box-shadow: inset 0 4px 4px rgba(6,0,1,.06);
	border: solid 1px #cfcfcf;
}
.content .member-panel .signed-in {
	padding: 10px;
}
.my-account .content .member-panel .signed-in {
	padding: 0;
}
.content .member-panel h1 {
	position: relative;
}
.content .member-panel h1 .btn-signout {
	display: block;
	position: absolute;
	right: 15px;
	top: 15px;
	color: #eee;
	font-size: 20px;
	cursor: pointer;
}
.content .member-panel h1 .btn-signout:hover {
	color: red;
	text-decoration: none;
}
.content .member-panel .member-menu {
}
.content .member-panel .welcome-info {
	margin: 8px;
}
.content .member-panel .member-menu .btn {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	text-align: left;
}
.content .side .side-column h1 {
	margin: 0;
	color: #515151;
	font-size: 14px;
	font-weight: bold;
	text-indent: 12px;
	width: 270px;
	height: 43px;
	padding-bottom: 22px;
	background: url(../img/side-title-bg.png) left top no-repeat;
	position: relative;
}
.content .side .side-column h1 .btn-write {
	cursor: pointer;
	position: absolute;
	display: block;
	right: 0;
	top: 10px;
	font-size: 11px;
	margin-right: 10px;
	padding: 0px;
	height: 22px;
	line-height: 22px;
	color: #4c4c4c;
	padding-right: 6px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.12), inset 0 1px 2px #fff;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.12), inset 0 1px 2px #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,.12), inset 0 1px 2px #fff;
	border: solid 1px #d5d5d5;
	background-image: -webkit-linear-gradient(bottom, #fff 23%, #ebebeb);
	background-image: -moz-linear-gradient(bottom, #fff 23%, #ebebeb);
	background-image: -o-linear-gradient(bottom, #fff 23%, #ebebeb);
	background-image: -ms-linear-gradient(bottom, #fff 23%, #ebebeb);
	background-image: linear-gradient(to top, #fff 23%, #ebebeb);
}
.content .side .side-column h1 .btn-write:hover {
	text-decoration: none;
	background: #FFF;
}
.content .side .order-list {
}
.content .side .order-list .order-item {
	border-bottom: 1px solid #DDDDDD;
	padding-left: 20px;
	padding-bottom: 16px;
	margin-bottom: 16px;
	width: 250px;
}
.content .side .order-list .order-item:last-child {
	border: 0;
}
.content .side .order-list .order-item .media-body {
	margin-right: 20px;
	color: #383838;
}
.content .side .order-list .order-item a img {
	width: 40px;
	height: 40px;
	border: 2px solid #000000;
}
.content .side .order-list .order-item .meta {
}
.content .side .order-list .order-item h4 {
	color: #383838;
	font-size: 12px;
	margin: 0;
	float: left;
}
.content .side .order-list .order-item {
}
.content .side .order-list .order-item span {
	font-size: 12px;
	color: #b8b8b8;
	float: right
}
.content .side .order-list .order-item .meta .time {
	float: left;
}
.content .side .order-list .order-item .meta .name, .content .side .order-list .order-item .meta .status {
	float: right;
}
.content .main .main-top {
	height: 56px;
	background: url(../img/main-top.png) left top repeat-x;
}
.content .main .main-top h1 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 56px;
	text-indent: 20px;
	color: #424141;
}
.content .hot-items {
	max-width: 870px;
	/*height: 410px;*/
	margin: 15px;
}
.content .hot-items .tab-nav {
	width: 868px;
	margin: 0px;
	list-style: none;
	height: 40px;
	background: url(../img/hot-item-top-bg.png) left top repeat-x;
	border: 1px solid #DDDDDD;
}
.content .hot-items .tab-nav li {
	float: left;
	border-right: 1px solid #DFDFDF;
	text-align: center;
	width: 172.8px;
}
.content .hot-items .tab-nav li a {
	display: block;
	height: 40px;
	line-height: 40px;
	/*padding: 0 30px;*/
	color: #2f2f2f;
}
.content .hot-items .tab-nav li a:hover {
	text-decoration: none;
}
.content .hot-items .tab-nav li.active a {
	color: #FFF;
	background: url(../img/hot-item-top-tab-on.png) left top;
	background-size: cover;
}
.content .hot-items .tab-nav li.active {
	border-right: 0;
}
.content .hot-items table {
	width: 870px;
}
.content .hot-items table tr:first-child td {
	background: url(../img/hot-items-tit-shadow.png) left top repeat-x;
	background-color: #FFFFFF;
}
.content .hot-items table td {
	width: 171px;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-top: 0;
}
.content .hot-items table tr:first-child td:hover, .content .hot-items table td:hover {
	background-color: #FAFAFA;
}
.content .hot-items .hot-item {
	padding: 20px 10px;
}
.content .hot-items .hot-item .btn-add-to-cart {
	width: 88px;
	margin: 0 auto;
	display: block;
	box-shadow: 0px 3px 3px #D9D9D9;
}
.content .hot-items .hot-item h4 {
	font-size: 12px;
	color: #2f2f2f;
	line-height: 1.5em;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 150px;
}
.content .hot-items .hot-item .img-box {
	text-align: center;
	position: relative;
	cursor: pointer;
}
.content .hot-items .hot-item .img-box .item-detail {
	position: absolute;
	top: 0;
	left: 110px;
	min-height: 100px;
	min-width: 100px;
	display: none;
	z-index: 100;
	border: 2px solid #4689E3;
	border: 2px solid #FFF;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(6,0,1,.56);
	background-color: #222;
}
.content .hot-items .hot-item .img-box .item-detail img {
	width: auto;
	max-width: none;
}
.content .hot-items .hot-item .img-box .item-detail-img {
	width: auto;
}
/*.content .hot-items .hot-item .img-box:hover .item-detail {
	display: block;
	text-align: left;
}
*/
.content .hot-items .hot-item .img-box .item-icon {
	border: 3px solid #E0E0E0;
	margin: 0px auto;
	width: 50px;
	height: 50px;
}
.cols-wrap {
	margin: 15px;
}
.cols-wrap .news {
	width: 585px;
	float: left;
}
.cols-wrap .news .media {
	background-color: #FFFFFF;
}
.cols-wrap .news .media .news-content {
	margin: 25px;
	margin-top: 15px;
	padding-left: 55px;
	height: 60px;
	overflow: hidden;
}
.cols-wrap .news .media .thumbnail {
	border: 0;
	padding: 0;
}
.cols-wrap .news .media .thumbnail img {
	width: 585px;
}
.cols-wrap .news .media .meta {
	margin: 25px;
	margin-bottom: 22px;
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 15px;
	color: #808080;
	font-size: 16px;
}
.cols-wrap .news .media .news-title {
	font-size: 24px;
	line-height: 1.2em;
	margin: 14px 25px 15px;
	padding-left: 55px;
	background: url(../img/news-title-deco.png) 0 5px no-repeat;
}
.cols-wrap .news .media .news-title a {
	color: #555555;
}
.cols-wrap .news .media .meta .time {
	float: left;
}
.cols-wrap .news .media .meta .tags {
	float: right;
}
.cols-wrap .news .media .meta .tags a {
	color: #808080;
}
.cols-wrap .news .media-1 {
}
.cols-wrap .news .media-1 .news-title {
	padding: 0;
	background: none;
}
.cols-wrap .news .media-1 .news-title .time {
	display: inline-block;
	font-size: 12px;
	color: #C2C2C2;
	font-weight: normal;
	margin-left: 5px;
}
.cols-wrap .news .media-1 .news-content {
	padding: 0;
	padding-top: 25px;
	border-top: 1px solid #DDDDDD;
}
.cols-wrap .news .media-1 .news-content img {
	float: left;
	width: 100px;
	height: 60px;
	margin-right: 10px;
}
.cols-wrap .news .media-1 .news-content .txt {
}
.cols-wrap .side-bar {
	float: right;
	width: 270px;
}
.cols-wrap .side-bar .why_us {
}
.cols-wrap .side-bar .why_us .top h2 {
	font-size: 22px;
	font-weight: 900;
}
.cols-wrap .side-bar .why_us .mid .adv {
	padding-left: 75px;
	background: url(../img/index-advantages-icons.png) 2px 0 no-repeat;
}
.cols-wrap .side-bar .why_us .mid .adv-fast {
	background-position: -352px 0;
}
.cols-wrap .side-bar .why_us .mid .adv-refund {
	background-position: -1052px 0;
}
.cols-wrap .side-bar .why_us .mid .adv-professional {
	background-position: -707px 0;
}
.cols-wrap .side-bar .why_us .mid .adv {
}
.cols-wrap .side-bar .why_us .mid .adv dd {
	margin: 0px;
}
.cols-wrap .side-bar .why_us .mid .adv dd:hover {
	cursor: pointer;
}
.cols-wrap .side-bar .why_us .mid .adv dd i {
	cursor: pointer;
}
.cols-wrap .side-bar .why_us .mid .adv dd:hover i {
	padding-left: 5px;
}
.cols-wrap .side-bar .livechat {
	display: block;
	width: 270px;
	height: 149px;
	margin: 0 0 15px 0;
}
.side .livechat {
	margin-bottom: 0px;
}
.side .side-bar .btn-livechat, .cols-wrap .side-bar .btn-livechat {
	display: block;
	width: 270px;
	height: 149px;
	background: url(../img/livechat-sprite.png) left top no-repeat;
	cursor: pointer;
	position: relative;
}
.side-bar .btn-livechat .btn-may-i {
	display: block;
	width: 250px;
	height: 129px;
	background: url(../img/livechat-sprite.png) -400px 0 no-repeat;
	position: absolute;
	left: 18px;
	top: 5px;
	opacity: 1;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	animation: 1.5s linear 0s normal none infinite livechat-flying;
	-webkit-animation: 1.5s linear 0s normal none infinite livechat-flying;
}
.side-bar .btn-livechat .btn-click-to {
	display: block;
	width: 250px;
	height: 129px;
	background: url(../img/livechat-sprite.png) -400px -300px no-repeat;
	position: absolute;
	left: 18px;
	top: 5px;
	opacity: 0;
	transform: translate(0px, -20px);
	-webkit-transform: translate(0px, -20px);
	transform: scale(0.4, 0.4);
	-webkit-transform: scale(0.4, 0.4);
	transition: all 0.2s ease 0.25s;
	-webkit-transition: all 0.2s ease 0.25s;
	animation: 4s linear 0s normal none infiAite livechat-fly;
}
.side .side-bar .btn-livechat {
}
.side-bar .btn-livechat:hover .btn-may-i {
	transform: translate(0px, 20px);
	-webkit-transform: translate(0px, 20px);
	transform: scale(0.4, 0.4);
	-webkit-transform: scale(0.4, 0.4);
	opacity: 0;
}
.side-bar .btn-livechat:hover .btn-click-to {
	transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	opacity: 1;
}
.contact-methods {
	margin: 15px 0;
	padding: 20px;
	width: 230px;
	background-color: #FFFFFF;
}
.contact-methods .contact {
	border-bottom: 1px solid #EBEBEB;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.contact-methods .contact a {
	color: #424141;
}
.contact-methods .contact p {
	color: #424141;
	margin: 10px 0 0 0;
}
.contact-methods .contact p:first-child {
	margin-top: 0px;
}
.contact-methods .contact p.strong {
	color: #5d87c0;
	font-family: Arial;
	font-size: 22px;
	font-weight: 900;
}
.contact-methods .contact:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border: 0;
}
.contact-methods .contact a:hover {
	text-decoration: none;
	color: #5D87C0;
}
.contact-methods .contact .icon-google-plus-sign, .contact-methods .contact .icon-twitter-sign, .contact-methods .contact .icon-facebook-sign {
	font-size: 40px;
	margin-right: 8px;
}
.contact-methods .contact-x p {
	float: left;
	margin: 0;
	margin-right: 15px;
}
.footer {
	background-color: #252729;
}
.footer .container {
	background: #202020;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.footer .container .span9 {
	margin-left:0px;
}
.footer .container .span9 dl {
	float: left;
	margin: 20px;
	margin-right: 66px;
}
.footer .container .span9 dl dt {
	color: #b7b7b7;
	margin-bottom: 16px;
	font-size: 16px;
}
.footer .container .span9 dl dd, .footer .container .span9 dl dd a {
	color: #555555;
}
.footer .container .span9 dl dd a:hover {
	color: #999999;
}
.footer .container .span9 dl dd {
	font-size: 12px;
	margin: 8px 0px;
	padding-left: 12px;
	background: url(../img/ft-dd-arrow.png) 0 8px no-repeat;
}
.footer .row .span3 {
	height: 205px;
	margin-left: 0px;
	background: url(../img/footer-side-bg.png) left top no-repeat;
}
.footer .row .span3 .payment-logos {
	margin: 20px 0 0 40px;
}
.footer .row .span3 .email-subscribe {
	margin: 40px 0 20px 40px;
}
.footer .row .span3 .email-subscribe h3 {
	font-weight: normal;
	color: #b7b7b7;
	font-size: 14px;
	margin: 0px;
}
.footer .row .span3 .email-subscribe .body input {
	display: block;
	padding: 0px;
	margin: 0px;
	border-radius: 0;
	float: left;
	width: 160px;
	text-indent: 8px;
	height: 33px;
	line-height: 33px;
	border: 0;
	background: url(../img/email-sub-input-bg.png) left top no-repeat;
}
.footer .row .span3 .email-subscribe .body input:focus {
	box-shadow: none;
}
.footer .row .span3 .email-subscribe .body button {
	display: block;
	float: left;
	border: 0;
	width: 41px;
	height: 33px;
	background: url(../img/btn-email-sub.png) left top no-repeat;
}
.footer .copyright {
	clear: both;
	background-color: #141414;
	padding: 12px 24px;
	color: #555555;
	font-size: 12px;
}
.modal .moadl-footer {
	position: relative;
}
.modal .form-horizontal {
	margin-top: 0px;
}
.modal .form-horizontal #selServer, .modal .form-horizontal #selAlpha {
	width: 60px;
	padding: 6px;
	margin-bottom: 0px;
	height: 34px;
}
.modal .form-horizontal #selServer {
	width: 180px;
	margin-left: 8px;
}
.sec-cate-gold {
}
.sec-cate-gold .sel-server-icon {
	float: left;
	background: url(../img/sel-icon.gif) center center no-repeat;
	width: 50px;
	height: 20px;
	margin-top: 24px;
}
.sec-cate-gold .sel-server-title {
	float: left;
	margin-top: 27px;
	background: url(../img/Server-List.png) center center no-repeat;
	width: 109px;
	height: 16px;
	padding-right: 20px;
}
.sec-cate-gold .sel-server-list-box {
	float: left;
	padding-top: 15px;
	height: 40px;
}
.sec-cate-gold .sel-server-list-box .selServer {
	background: url(../img/Sel-list-bg1.png) left top no-repeat;
	width: 200px;
	height: 40px;
	position: relative;
	padding-bottom: 17px;
	color: white;
	text-align: center;
}
.sec-cate-gold .sel-server-list-box .selServer span {
	line-height: 40px;
}
.selServer .choose-server.child-box {
	width: 860px;
	background-color: #f3f3f3;
	padding: 20px 20px;
	position: absolute;
	top: 27px;
	left: -200px;
	z-index: 8888;
	text-align: left;
}
.choose-server.child-box {
	display: none;
}
.selServer:hover .choose-server.child-box {
	display: block;
}
.gold-server-info .f-fl.m-sel .sel-server-icon {
	background: url(../img/sel-icon.gif) left top no-repeat;
	width: 50px;
	height: 20px;
	float: left;
	margin-top: 10px;
}
.gold-server-info .f-fl.m-sel .title {
	float: left;
	padding-top: 12px;
	margin-right: 10px;
}
.gold-server-info .f-fl.m-sel .title .f-tac img {
	border-radius: 5px;
}
.u-sel #selServer {
	background: url(../img/Sel-Your-Server-bg.png) left top repeat-x;
	height: 40px;
	text-align: center;
	color: white;
	width: 200px;
}
.u-sel {
	background: url(../img/Sel-list-bg1.png) left top no-repeat;
	height: 40px;
	text-align: center;
	color: white;
	width: 200px;
}
.u-sel>a {
	text-decoration: none;
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: white;
}
.u-sel #selServer>option {
	color: #333;
}
.m-menu2 {
	padding-top: 20px;
	/*padding-bottom: 10px;*/
	margin-bottom: 20px;/*border-bottom: 1px dashed #E7E7E7;*/
}
.m-menu2 .m-sel {
	float: left;
}
.m-menu2 .m-sel .title {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 5px;
}
.m-menu2 .form-wrap.f-cb {
	/*background:url(../img/sel-server-box.png) left top no-repeat; */
	
	border-radius: 5px;
	max-width: 860px;
	height: auto;
	padding: 0px 10px;
	position: relative;
}
.m-menu2 .sel-server-box {
	display: none;
	background-color: #f9f9f9;
	position: absolute;
	left: -1px;
	top: 40px;
	width: calc(100%-42px);
	z-index: 9999;
	border: 1px solid #ddd;
	padding: 20px 20px;
	z-index: 1048;
}
.m-menu2 .u-sel:hover .sel-server-box {
	display: block;
}
.section-server {
	margin: 10px 0 20px;
}
.section-server .m-list8 {
	text-align: left;
	border-left: 1px solid #BEBCBC;
	padding-left: 20px;
	min-height: 100px;
}
.section-server:hover .m-list8 {
	border-color: #8AA6EF;
}
.section-server:hover .title {
	color: #E5682F;
}
.pure-g * {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.m-list8 li {
	list-style: disc;
	float: left;
	width: 190px;
	height: 40px;
	line-height: 40px;
	margin-left: 20px;
	list-style: none;
}
.m-list8 li a {
	color: #333;
	text-decoration: none;
}
.m-list8 li a:hover {
	color: #8AA6EF;
}
.m-menu2 .m-sel .title {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 5px;
}
.gold-server-info .f-fl.m-sel .title h2 {
	font-size: 100%;
	color: #333;
}
.pure-u-4-24 {
	width: 16.666%;
}
.pure-u-20-24 {
	width: 83.33%;
	float: right;
}
.modal-body {
	background-color: #FFF;
	padding: 46px 0 0px;
}
.iframe-modal .form-horizontal .controls, .modal .form-horizontal .controls {
	width: 70%;
	margin: 0 auto;
	position: relative;
}
.modal .form-horizontal .controls label {
	width: 100%;
	line-height: 34px;
}
.iframe-modal .form-horizontal .controls .pop-hint, .modal .form-horizontal .controls .pop-hint {
	position: absolute;
	top: -38px;
	right: -14px;
	background: #B94A48;
	color: #FFF;
	font-size: 14px;
	padding: 5px 12px;
	border-radius: 4px;
}
.iframe-modal .form-horizontal .controls .pop-hint .icon-caret-down, .modal .form-horizontal .controls .pop-hint .icon-caret-down {
	position: absolute;
	bottom: -10px;
	font-size: 16px;
	right: 20px;
	color: #B94A48;
}
.iframe-modal .form-horizontal .controls .icon-warning-sign, .iframe-modal .form-horizontal .controls .icon-warning-sign, .modal .form-horizontal .controls .icon-warning-sign, .modal .form-horizontal .controls .icon-warning-sign {
	position: absolute;
	right: 2px;
	top: 14px;
	font-size: 16px;
	color: #B94A48;
}
.iframe-modal .form-horizontal input[type="password"], .iframe-modal .form-horizontal input[type="TEXT"], .iframe-modal .form-horizontal input[type="number"], .modal .form-horizontal input[type="password"], .modal .form-horizontal input[type="TEXT"], .modal .form-horizontal input[type="number"] {
	height: 34px;
	line-height: 34px;
	width: 100%;
	-webkit-box-shadow: inset 0 2px 3px rgba(4,0,0,.18);
	-moz-box-shadow: inset 0 2px 3px rgba(4,0,0,.18);
	box-shadow: inset 0 2px 3px rgba(4,0,0,.18);
}
.iframe-modal .form-add-to-cart .controls {
	width: 310px;
	margin-left: 210px;
	max-width: 100%
}
.iframe-modal .form-add-to-cart .control-label {
	width: 200px;
	padding: 12px 0;
}
.iframe-modal {
	padding-bottom: 10px;
}
.iframe-modal .text-block {
	padding: 20px;
}
.iframe-modal .text-block .tip {
	line-height: 24px;
}
.iframe-modal .text-block .tip-left {
	text-align: left;
	width: 80%;
	margin: 0 auto;
}
.iframe-modal .text-block p {
	text-align: center;
}
.iframe-modal .text-block .icon-ok-success {
	font-size: 50px;
	color: green;
}
.iframe-modal .zegg .item-info {
	background-color: #F3F3F3;
	border-radius: 3px 3px 3px 3px;
	margin: -20px 20px 20px;
	padding: 20px;
	border: 1px solid #E0E0E0;
}
.iframe-modal .zegg .item-info .info {
	float: left;
}
.iframe-modal .zegg .item-info .price {
	float: right;
}
.iframe-modal .delivery-option .radio {
	position: relative;
}
.form-add-to-cart .controls input#eta2 {
	width: auto!important;
	margin-top: 10px;
}
.modal-content {
}
.modal-body-delivery {
	max-height: 400px;
}
.iframe-modal .delivery-option .radio .delivery-intro {
	border: 1px solid #242424;
	background-color: #242424;
	color: #B6B6B6;
	border-radius: 4px;
	max-width: 340px;
	padding: 10px;
	cursor: text;
	margin-right: 8px;
	margin-left: -18px;
}
.iframe-modal .delivery-option .radio .delivery-intro i.icon-caret-left {
	font-size: 20px;
	left: -6px;
	top: 10px;
	color: #242424;
	position: absolute;
	display: none;
}
.iframe-modal .delivery-option .radio .delivery-intro h2 {
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
.iframe-modal .delivery-option .radio .delivery-intro h2 i.icon-truck {
	margin-right: 6px;
}
.plane {
	position: fixed;
	left: 50%;
	margin-left: 600px;
	bottom: 50px;
}
.plane a {
	display: block;
	width: 46px;
	height: 46px;
	background: #000;
	cursor: pointer;
	text-align: center;
	border-radius: 8px;
	opacity: 0.6;
	padding-top: 1px;
}
.plane a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.plane a .icon-arrow-up {
	color: #FFF;
	font-size: 28px;
	margin-top: 6px;
	display: block;
}
.banner585 {
	margin: 0 auto 15px;
	width: 585px;
}
.banner585-gw2 {
	position: relative;
}
/*.banner585-gw2 .btn-buynow {*/
	/*position: absolute;*/
	/*bottom: 30px;*/
	/*left: 37px;*/
	/*width: 161px;*/
	/*height: 34px;*/
	/*background: url(../img/sprite-buynow.png) left -150px no-repeat;*/
/*}*/
.banner585-gw2 .select-server {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 585px;
	height: 149px;
}
.banner585-gw2 .select-server a.eu, .banner585-gw2 .select-server a.us {
	width: 292px;
	height: 119px;
	padding-top: 30px;
	line-height: 40px;
	display: block;
	float: left;
	background-color: #000;
	opacity: 0.75;
	color: #FFF;
	text-align: center;
}
.banner585-gw2 .select-server a.eu .p, .banner585-gw2 .select-server a.us .p {
	display: block;
	margin: 0px 0;
}
.banner585-gw2 .select-server a.us {
	margin-left: 0px;
	width: 293px;
}
.banner585-gw2 .select-server a.us:hover {
	text-decoration: none;
	opacity: 0.95;
}
.banner585-gw2 .select-server a.eu:hover {
	text-decoration: none;
	opacity: 0.95;
}
/*.banner585-gw2:hover .select-server  {*/
	/*display: block;*/
/*}*/
/*.banner585-gw2:hover .btn-buynow {*/
	/*display: none;*/
/*}*/


a.img-loading {
	color: #333333;
}
.modal-footer a.img-loading {
	display: inline-block;
}
a.img-loading:hover {
	color: #333333;
	text-decoration: none;
}
/* focus */
#focus {
	margin-bottom: 0px;
	margin-left: 0px;
	width: 900px;
	height: 418px;
	overflow: hidden;
	position: relative;
}
#focus ul {
	width: 900px;
	height: 418px;
	margin: 0;
	position: absolute;
	overflow: hidden;
}
#focus ul li {
	float: left;
	width: 900px;
	height: 418px;
	overflow: hidden;
	background: #000;
}
#focus ul li img {
	width: 900px;
	height: 418px;
}
#focus ul li div {
	position: absolute;
	overflow: hidden;
}
/*#focus .btnBg{position:absolute;width:720px;height:20px;left:0;bottom:0;background:#000;}*/
#focus .btn {
	box-shadow: none;
	background: none;
	border: 0;
	position: absolute;
	width: 880px;
	height: 10px;
	padding: 12px 12px;
	right: 0;
	bottom: 0;
	text-align: right;
}
#focus .btn span {
	display: inline-block;
	_display: inline;
	_zoom: 1;
	width: 25px;
	height: 10px;
	_font-size: 0;
	margin-left: 5px;
	cursor: pointer;
	background: yellow;
}
#focus .btn span.on {
	background: #fff;
}
#focus .preNext {
	display: none;
	width: 45px;
	height: 100px;
	position: absolute;
	top: 65px;
	background: url(../img/sprite.png) no-repeat 0 0;
	cursor: pointer;
}
#focus:hover .preNext {
	display: block;
}
#focus .pre {
	left: 0;
}
#focus .next {
	right: 0;
	background-position: right top;
}
/*
 * ----------------------------
 * special
 * count down
 * ----------------------------
 */

.count-down .count-down-tit {
	color: #4772b7;
	font-size: 26px;
	font-weight: 800;
	padding: 5px 0;
	margin: 0;
	text-indent: 20px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #3975CF;
}
.count-down {
	border: 3px solid #3975cf;
	border-bottom: 6px solid #3975cf;
}
.count-down .box {
	padding: 20px;
	color: #326BC0;
	border-bottom: 1px dashed #326BC0;
	background-image: -webkit-linear-gradient(bottom, #f0f6ff, #fff);
	background-image: -moz-linear-gradient(bottom, #f0f6ff, #fff);
	background-image: -o-linear-gradient(bottom, #f0f6ff, #fff);
	background-image: -ms-linear-gradient(bottom, #f0f6ff, #fff);
	background-image: linear-gradient(to top, #f0f6ff, #fff);
}
.count-down .box:last-child {
	border: 0
}
.count-down .box span {
}
.count-down .box .product-name {
	float: left;
	width: 376px;
	font-size: 22px;
	font-weight: bold;
	height: 45px;
}
.count-down .box .lefttime {
	width: 200px;
}
.count-down .box .lefttime strong {
	font-size: 18px;
	padding: 3px;
	background-color: #326bc0;
	color: #FFF;
	padding: 2px 3px;
	border-radius: 3px;
	margin-right: 2px;
}
.count-down .box .product-name .name {
	margin-top: 3px;
}
.count-down .box .price {
	float: left;
	font-size: 20px;
	font-weight: bold;
	padding-top: 13px;
}
.count-down .box .product-name .game-name {
	font-size: 11px;
	font-weight: normal;
}
.count-down .box .time-day, .count-down .box .time-hour, .count-down .box .time-minute, .count-down .box .time-second, .count-down .box .btn-buy {
	padding-top: 13px;
}
.count-down .box .time-day span, .count-down .box .time-hour span, .count-down .box .time-minute span, .count-down .box .time-second span, .count-down .box .btn-buy span {
	font-weight: bold;
	font-size: 20px;
	margin-left: 3px;
	margin-right: 2px;
}
.count-down .box .time-day {
	float: left;
}
.count-down .box .time-hour {
	float: left;
}
.count-down .box .time-minute {
	float: left;
}
.count-down .box .time-second {
	float: left;
}
.count-down .box .btn-buy {
	margin-top: 3px;
	font-weight: bold;
	float: right;
	background-color: #326BC0;
	color: #FFF;
	padding: 8px 30px;
	cursor: pointer;
}
.count-down .box .btn-buy:hover {
	background-color: #407BD4;
}
/*wildstar style item info*/
._whtooltip {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 20px;
	width: 400;
}
._whtooltip .item-tooltip-body-wrapper {
	margin: 0;
	font-size: 13px;
	line-height: 1.231;
	overflow: hidden;
	width: 387px;
	text-align: left !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
}
._whtooltip .item-tooltip-icon {
	float: left;
	width: 64px;
	height: 64px;
	margin-right: 10px;
}
._whtooltip .item-tooltip {
	width: 313px;
	float: left;
}
._whtooltip .item-tooltip-inner {
	width: 313px;
	background: url(../img/ws-tooltips/tooltips_bg_wide.png) no-repeat;
	min-height: 120px;
	background-position: 0 0;
	text-align: left !important;
}
._whtooltip .item-tooltip-body-wrapper {
	padding-top: 5px;
}
._whtooltip .item-tooltip-header {
	height: 55px !important;
	padding: 23px 28px;
	padding-bottom: 0;
	color: #7d7d7d;
}
._whtooltip .item-tooltip-name {
	font-size: 11px;
	font-weight: bold;
}
._whtooltip .item-tooltip-type {
	font-size: 12px;
}
._whtooltip .item-tooltip-base {
	padding: 0 25px 0 25px;
	font-size: 11px;
	overflow: hidden;
	color: #3ab6d4;
}
._whtooltip .item-tooltip-body {
	background: url(../img/ws-tooltips/tooltips_bg_1.png) repeat-y;
	padding: 10px 25px 10px 25px;
	font-size: 11px;
	color: #3ab6d4;
}
._whtooltip .item-tooltip-properties {
	background: url(../img/ws-tooltips/hr1.png) no-repeat top center;
	padding: 15px 0 10px 0;
}
._whtooltip .item-tooltip-imbuement {
	background: url(../img/ws-tooltips/hr1.png) no-repeat top center;
	padding-top: 20px;
}
._whtooltip .item-tooltip-base-left {
	width: 50%;
	float: left;
	line-height: 20px;
}
._whtooltip .item-tooltip-base-right {
	text-align: right;
	width: 50%;
	float: right;
}
._whtooltip .item-tooltip-footer-cap {
	background: url(../img/ws-tooltips/tooltips_bg_wide.png) no-repeat;
	background-position: -2191px 0;
	width: 313px;
	height: 25px;
}
._whtooltip .item-property-innate, ._whtooltip .item-tooltip-imbuement-title {
	font-size: 16px;
	color: #54aa80;
}
._whtooltip .item-tooltip-imbuement {
	color: #42da00;
	font-size: 11px;
}
._whtooltip .item-tooltip-footer {
	margin-top: 10px;
	background: url(../img/ws-tooltips/hr2.png) no-repeat top center;
	padding-top: 10px;
	padding-bottom: 3px;
	color: #9aaea4;
	font-size: 11px;
}
._whtooltip .item-tooltip-flavor {
	color: #9aaea4;
	border: 1px solid #041e22;
	padding: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 2px 2px 0 2px #000;
	-webkit-box-shadow: inset 2px 2px 0 2px #000;
	box-shadow: inset 2px 2px 0 2px #000;
}
/* Item Tooltips Quality */
._whtooltip.item-quality-1 .item-tooltip-header, ._whtooltip.item-quality-1 {
	color: #7d7d7d !important;
}
._whtooltip.item-quality-1 .item-tooltip-inner {
	background-position: 0 0;
}
._whtooltip.item-quality-1 .item-tooltip-body {
	background: url(../img/ws-tooltips/tooltips_bg_1.png) repeat-y;
}
._whtooltip.item-quality-1 .item-tooltip-footer-cap {
	background-position: -2191px 0;
}
._whtooltip.item-quality-2 .item-tooltip-header, ._whtooltip.item-quality-2 {
	color: #ffffff !important;
}
._whtooltip.item-quality-2 .item-tooltip-inner {
	background-position: -313px 0;
}
._whtooltip.item-quality-2 .item-tooltip-body {
	background: url(../img/ws-tooltips/tooltips_bg_2.png) repeat-y;
}
._whtooltip.item-quality-2 .item-tooltip-footer-cap {
	background-position: -2191px -25px;
}
._whtooltip.item-quality-3 .item-tooltip-header, ._whtooltip.item-quality-3 {
	color: #a7e065 !important;
}
._whtooltip.item-quality-3 .item-tooltip-inner {
	background-position: -626px 0;
}
._whtooltip.item-quality-3 .item-tooltip-body {
	background: url(../img/ws-tooltips/tooltips_bg_3.png) repeat-y;
}
._whtooltip.item-quality-3 .item-tooltip-footer-cap {
	background-position: -2191px -50px;
}
._whtooltip.item-quality-4 .item-tooltip-header, ._whtooltip.item-quality-4 {
	color: #67a8e1 !important;
}
._whtooltip.item-quality-4 .item-tooltip-inner {
	background-position: -939px 0;
}
._whtooltip.item-quality-4 .item-tooltip-body {
	background: url(../img/ws-tooltips/tooltips_bg_4.png) repeat-y;
}
._whtooltip.item-quality-4 .item-tooltip-footer-cap {
	background-position: -2191px -75px;
}
._whtooltip.item-quality-5 .item-tooltip-header, ._whtooltip.item-quality-5 {
	color: #7133ff !important;
}
._whtooltip.item-quality-5 .item-tooltip-inner {
	background-position: -1252px 0;
}
._whtooltip.item-quality-5 .item-tooltip-body {
	background: url(../img/ws-tooltips/tooltips_bg_5.png) repeat-y;
}
._whtooltip.item-quality-5 .item-tooltip-footer-cap {
	background-position: -2504px -0px;
}
._whtooltip.item-quality-6 .item-tooltip-header, ._whtooltip.item-quality-6 {
	color: #ffad5c !important;
}
._whtooltip.item-quality-6 .item-tooltip-inner {
	background-position: -1565px 0;
}
._whtooltip.item-quality-6 .item-tooltip-body {
	background: url(../img/ws-tooltips/tooltips_bg_6.png) repeat-y;
}
._whtooltip.item-quality-6 .item-tooltip-footer-cap {
	background-position: -2504px -25px;
}
._whtooltip.item-quality-7 .item-tooltip-header, ._whtooltip.item-quality-7 {
	color: #e167a8 !important;
}
._whtooltip.item-quality-7 .item-tooltip-inner {
	background-position: -1878px 0;
}
._whtooltip.item-quality-7 .item-tooltip-body {
	background: url(../img/ws-tooltips/tooltips_bg_7.png) repeat-y;
}
._whtooltip.item-quality-7 .item-tooltip-footer-cap {
	background-position: -2504px -50px;
}
._whtooltip .spell-tooltip {
	width: 280px;
	float: left;
}
._whtooltip .spell-tooltip-header {
	padding: 6px 12px 0 12px;
	overflow: hidden;
}
._whtooltip .spell-tooltip-name {
	font-size: 16pt;
	color: #6dd99e;
	font-weight: bold;
	float: left;
}
._whtooltip .spell-tooltip-tier {
	font-size: 14pt;
	padding-top: 2px;
	color: #32fcf6;
	font-weight: bold;
	float: right;
}
._whtooltip .spell-tooltip-base {
	padding: 0 12px 0 12px;
	font-size: 11px;
	overflow: hidden;
	color: #3ab6d4;
}
._whtooltip .spell-tooltip-inner {
	width: 280px;
	background: url(../img/ws-tooltips/stooltips.png) no-repeat;
	min-height: 76px;
	background-position: 0 0;
}
._whtooltip .spell-tooltip-body {
	background: url(../img/ws-tooltips/stooltips_bg_1.jpg) repeat-y;
	padding: 10px 12px 10px 12px;
	font-size: 11px;
	color: #3ab6d4;
}
._whtooltip .spell-tooltip-flavor {
	color: #9aaea4;
	border: 1px solid #12353c;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 2px 2px 10px 2px #000;
	-webkit-box-shadow: inset 2px 2px 10px 2px #000;
	box-shadow: inset 2px 2px 10px 2px #000;
}
._whtooltip .spell-tooltip-tier-upgrade {
	padding-top: 10px;
	color: #80ffba;
}
._whtooltip .spell-tooltip-tier-upgrade div {
	font-size: 13px;
}
._whtooltip .spell-tooltip-footer-cap {
	background: url(../img/ws-tooltips/stooltips.png) no-repeat;
	background-position: -280px 0;
	width: 280px;
	height: 9px;
}
._whtooltip .spell-tooltip-footer {
	margin-top: 10px;
	background: url(../img/ws-tooltips/hr1.png) no-repeat top center;
	padding-top: 10px;
	padding-bottom: 3px;
	color: #9aaea4;
	font-size: 11px;
}
._whtooltip .spell-tooltip-major-upgrade {
	color: #3094ac;
}
._whtooltip .spell-tooltip-major-upgrade div {
	color: #32fcf6;
	padding: 4px 0 2px 0;
	font-size: 13px;
}
/*end wildstar style item info*/

/*module*/

.m-other-login {
	border-top: 1px dashed #ddd;
	padding-top: 10px;
	margin-top: 20px;
	width: 69%;
	margin-left: 87px;
}
.m-other-login .title {
}
.m-other-login .link-icon, .m-other-login .title {
	float: left;
	height: 32px;
	line-height: 32px;
	margin-right: 8px;
}
/* tab */
.m-hd {
	height: 35px;
	line-height: 35px;
	padding: 1px 0 0;
	border-bottom: 1px solid #ddd;
	/*overflow: hidden;*/
	margin-bottom: 10px;
}
.m-hd h2, .m-hd ul, .m-hd li {
	float: left;
	margin: 0;
}
.m-hd h2 {
	line-height: 34px;
}
.m-hd h2 {
	margin: 0 20px 0 0;
	font-size: 16px;
}
.m-hd li {
	position: relative;
	margin: -1px 0 0 2px;
	line-height: 35px;
	list-style: none;
}
.m-hd li:first-child {
	margin-left: 0;
}
.m-hd li a, .m-hd li a:hover {
	text-decoration: none;
	color: #666;
}
.m-hd li a {
	display: block;
	padding: 0 15px;
	border: 1px solid #ddd;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
	text-align: center;
	font-size: 14px;
	background: #f8f8f8;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdfdfd), to(#f8f8f8));
	background: -webkit-linear-gradient(#fdfdfd, #f8f8f8);
	background: -moz-linear-gradient(#fdfdfd, #f8f8f8);
	background: -ms-linear-gradient(#fdfdfd, #f8f8f8);
	background: linear-gradient(#fdfdfd, #f8f8f8);
}
.m-hd li a:hover {
	background: #fff;
}
.m-hd li.z-crt a {
	padding-bottom: 1px;
	margin-bottom: -1px;
	background: #fff;
}
.m-hd .more {
	float: right;
	margin-left: 10px;
}
/* has background */
.m-hd-bg {
	padding: 11px 10px 0;
	border-radius: 5px 5px 0 0;
	background: #f7f7f7;
}
/* tab seamless*/
.m-hd-sl li {
	margin-left: -1px;
}
.m-hd-sl li a {
	border-radius: 0;
}
.m-hd-sl li:first-child a {
	border-top-left-radius: 5px;
}
.m-hd-sl li:last-child a {
	border-top-right-radius: 5px;
}
/* tab on the right*/
.m-hd-rt h2 {
	margin-right: 0;
}
.m-hd-rt ul {
	float: right;
}
/* tab small*/
.m-hd-sm {
	height: 25px;
	line-height: 25px;
}
.m-hd-sm h2 {
	font-size: 14px;
}
.m-hd-sm li a {
	padding: 0 10px;
	font-size: 12px;
}
/* tab fix width*/
.m-hd-fw li {
	width: 80px;
}
.m-hd-fw li a {
	padding: 0;
}
/* tab  rec angle*/
.m-hd-ra, .m-hd-ra li a, .m-hd-ra li:first-child a, .m-hd-ra li:last-child a {
	border-radius: 0;
}
/* vertical left img right text.  */
.m-list3 {
	padding: 1px 0 0;
	zoom: 1;
}
.m-list3 ul {
	margin: 1px 0 0;
}
.m-list3 li {
	display: inline;
	float: left;
	width: 100%;
	margin: 0;
	padding: 10px 0;
}
.m-list3 .txt {
	float: right;
	width: 100%;
	height: 130px;
	overflow: hidden;
	margin-left: -140px;
}
.m-list3 h3, .m-list3 p {
	margin-left: 140px;
	overflow: hidden;
	line-height: 1.6;
}
.m-list3 h3 {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 22px;
}
.m-list3 h3 a, .m-list3 h3 a:hover {
	color: #333;
}
.m-list3 .u-img {
	float: left;
	width: 130px;
	height: 130px;
	border-radius: 4px;
	overflow: hidden;
}
.m-list3 .u-img2 {
	float: left;
	width: 94px;
	height: 94px;
}
.m-list3 .meta {
	color: #FF5C01;
	line-height: 22px;
}
.m-list3 li:nth-child(even) {
/*background-color: #F7F7F7;*/
}
.m-list3-nobg li:nth-child(even) {
/*background: none;*/
}
.m-list3 .txtwrap {
	padding: 0 10px;
}
/* horizontal */
.m-list3-x ul {
	margin: -11px 0 0 -10px;
}
.m-list3-x li {
	width: 230px;
	margin: 10px 0 0 10px;
}
/*m-list-item
use with m-list3
left img right txt for game item.*/
.m-list-item {
}
.m-list-item .btn {
	padding: 2px 6px;
}
.m-list-item .item-img {
	position: relative;
	overflow: visible;
	z-index: 1;
}
.m-list-item .item-img .icon-item {
	border-radius: 6px;
	width: 100%;
	height: 100%;
}
.m-list-item li {
	width: 23.6%;
	/*height: 70px;*/
	min-height: 100px;
	border: 1px solid #DDDDDD;
	border-radius: 2px;
	position: relative;
	background-color: rgb(249, 249, 249);
}
.m-list-item li:hover {
	/*background-color: #fff;*/
	/*border-color: #333;*/

	border-color: #8AA6EF;
	background-color: #EAEEFA;
}
.m-list-item .txt {
	height: auto;
	margin-left: -60px;
}
.m-list-item .txt p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.m-list-item .tit {
	font-size: 12px;
	font-weight: bold;
	/*height: 32px;*/
	overflow: hidden;
	line-height: 1.2;
}
.m-list-item .tit span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 130px;
	white-space: nowrap;
}
.m-list-item .u-img {
	width: 45px;
	height: 45px;
}
.m-list-item .u-btn .icon-cart {
	position: relative;
	bottom: -2px;
	left: -2px;
}
.m-list-item .u-btn {
	padding-left: 10px;
	height: 26px;
	line-height: 26px;
	padding-right: 12px;
}
.m-list-item h3, .m-list-item p {
	margin-left: 55px;
}
.m-list-item-y li {
	width: 100%;
	background: none;
	border: 0;
	border-radius: 0;
	height: 50px;
}
.m-list-item-y li:hover {
	background-color: #FFF;
}
.m-list-item .item-img .detail-img, .m-list6 .item-img .detail-img {
	display: none;
	position: absolute;
	left: 55px;
	top: 0;
}
.m-list-item .item-img .detail-img img, .m-list6 .item-img .detail-img img {
	border-radius: 4px;
	max-width: none;
}
.m-list-item .item-img:hover .detail-img, .m-list6 .item-img:hover .detail-img {
	display: block;
}
.m-list-item .item-img:hover, .m-list6 .item-img:hover {
	display: block;
	z-index: 100;
}
.m-sch-game {
	background-color: #141414;
	padding-top: 5px;
}
.m-sch-game .bold {
	font-weight: bold;
}
.m-sch-game .u-ipt {
	background-color: #3D3D3D;
	border: 1px solid #363636;
	display: block;
	float: left;
	height: 24px;
	width: 170px;
	margin-left: 10px;
	border-radius: 4px 0 0 4px;
}
.m-sch-game .btn-sch {
	display: block;
	float: left;
	height: 34px;
	line-height: 34px;
	text-align: center;
	width: 65px;
	color: #242424;
	background: #64a6ff;
	border: 0;
	border-radius: 0 4px 4px 0;
}
.m-sch-game .btn-sch:hover {
	text-decoration: none;
}
.modal .f-fl, .modal .f-fr {
	text-align: center;
	padding: 20px 0;
	font-size: 14px;
	font-weight: bold;
}
.modal .f-fl .btn, .modal .f-fr .btn {
	color: #FFFFFF;
	background: #333;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-shadow: none;
	border-radius: 4px;
}
.modal .f-fl {
	width: 49%;
	border-right: 1px solid #DDDDDD;
}
.modal .f-fr {
	width: 49%;
}
.modal-1 {
	top: 50%;
	margin-top: -150px;
}
.m-sd-box {
	margin: 10px 0;
	width: 230px;
	padding: 20px;
	background-color: #fff;
}
.m-sd-box .top {
	height: 5px;
	width: 200px;
}
.m-sd-box .bot {
	height: 5px;
	width: 200px;
}
.m-sd-box .mid {
}
.m-sd-box .mid .hd {
}
.m-sd-box .mid .hd .icon {
	background: url("../img/icon-gold-36.png") no-repeat scroll -2px -2px rgba(0, 0, 0, 0);
	float: left;
	height: 32px;
	width: 32px;
}
.m-sd-box .mid .hd .txt {
	color: #5d87c0;
	font-family: Arial;
	font-size: 22px;
	font-weight: 900;
	height: 32px;
	line-height: 32px;
}
.m-sd-box .mid .bd {
	color: #424141;
	font-size: 12px;
}
.btn-more {
	color: #bab8b8;
	float: right;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}
.btn-more:hover {
	color: #222;
}
.btn-more:hover .icon {
	background-color: #222;
}
.btn-more span {
	display: inline-block;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	margin-top: 1px;
}
.btn-more .icon {
	background-color: #bab8b8;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	margin-right: 5px;
	text-align: center;
	width: 20px;
}
.m-tag-dis {
	background: url("../img/tag-20off.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	float: left;
	height: 49px;
	margin-left: 10px;
	width: 74px;
	z-index: 10;
	right: -10px;
	top: -20px;
	position: absolute;
}
.m-tag-dis2 {
	background: url("../img/tag-20off.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	float: left;
	height: 49px;
	margin-left: 10px;
	width: 74px;
	z-index: 10;
}
.m-tag-dis-5 {
	background: url("../img/tag-5off.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.m-tag-dis-10 {
	background: url("../img/tag-10off.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.m-tag-dis-20 {
	background: url("../img/tag-20off.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.m-tag-dis-15 {
	background: url("../img/tag-15off.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.m-tag-dis-30 {
	background: url("../img/tag-30off.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.m-tag-dis-35 {
	background: url("../img/tag-35off.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.m-tag-dis-50 {
	background: url("../img/tag-50off.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.m-tag-pre-order {
	background: url("../img/tag-pre-order.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.m-tip {
	padding: 10px;
	margin: 15px 0;
	background-color: #d9edf7;
	border: 1px solid #bce8f1;
	color: #31708f;
}
.m-tip h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
.m-tip a {
	text-decoration: underline;
	color: #31708f;
}
/* .m-tip2: payment result; left icon, right text */
.m-tip2 {
	padding: 10px;
	border-radius: 4px;
}
.m-tip2 a {
	font-weight: bold;
	text-decoration: underline;
}
.m-tip2 h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0;
	padding-bottom: 6px;
}
.m-tip2 p {
	margin: 8px 0;
	font-size: 14px;
}
.m-tip2 .tipbd {
	margin-left: 20px;
	width: 82%;
}
.m-tip2 .tipbd h1 {
	font-size: 22px;
	line-height: 1.2;
}
.m-tip2 .tipbd .strong {
	font-weight: bold;
}
.m-tip2-error {
	background-color: #F0D6DE;
	border: 1px solid #D8ADB4;
	color: #90302F;
}
.m-tip2-error .tipbd h1 {
	color: #90302F;
	border-bottom: 1px solid #DCB7C2;
}
.m-tip2-error .tipbd a {
	color: #90302F;
}
.m-tip2-success {
	background-color: #DFF0D8;
	border: 1px solid #BCD2A9;
	color: #3c763d;
}
.m-tip2-success .tipbd h1 {
	color: #3c763d;
	border-bottom: 1px solid #C1D6B8;
}
.m-tip2-success .tipbd a {
	color: #3c763d;
}
.m-article {
}
.m-article p {
	margin: 10px 0;
}
.m-article h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0;
}
/* giveaway box */
.tip-giveaway {
	float: left;
	background-color: #FF9F0C !important;
	border: 1px solid #734A0B !important;
	padding: 0px 9px !important;
}
.giveaway_box {
	margin-top: 15px;
	float: left;
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 15px;
	padding-bottom: 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 4px;
	background-color: #2c242f;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.75), inset 0 2px 5px rgba(4,0,0,.75);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.75), inset 0 2px 5px rgba(4,0,0,.75);
	box-shadow: 0 1px 1px rgba(0,0,0,.75), inset 0 2px 5px rgba(4,0,0,.75);
	border: solid 1px #463b4a;
	position: relative;
}
.giveaway_box .btn-close {
	width: 18px;
	height: 18px;
	border-radius: 9px;
	text-align: center;
	line-height: 18px;
	font-size: 18px;
	background-color: #CC0000;
	color: #FFFFFF;
	position: absolute;
	right: -5px;
	top: -5px;
	text-decoration: none;
}
.giveaway_box .btn-close:hover {
	background-color: red;
}
.giveaway_box .selected-info {
	padding-top: 16px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: center;
	color: #BAB3CA;
}
.giveaway_box .selected-info .name {
	line-height: 16px;
	font-weight: bold;
}
.giveaway_box .selected-info .price {
	line-height: 16px;
}
.giveaway_box .selected-info .old-price {
	text-decoration: line-through;
	font-size: 11px;
	color: #CC9D44;
}
.giveaway_box .selected-info .new-price {
	color: #FEDD6C;
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
}
.giveaway_box .price-info .price {
	line-height: 16px;
}
.giveaway_box .price-info .old-price {
	text-decoration: line-through;
	font-size: 11px;
	color: #CC9D44;
}
.giveaway_box .price-info .multi-price {
	font-size: 11px;
	color: #bab3ca;
}
.giveaway_box .price-info .new-price {
	color: #FEDD6C;
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
}
.giveaway_box .float-tip {
	width: 180px;
	background-color: #322C35;
	border: 1px solid #564B5A;
	line-height: 14px;
	height: 14px;
	border-radius: 4px;
	box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.5);
	color: #F7C91E;
	font-weight: bold;
	left: 50%;
	margin-left: -92px;
	padding: 3px 8px;
	position: absolute;
	top: -10px;
	/*text-transform: uppercase;*/
	text-align: center;
	font-size: 12px;
}
.giveaway_box .gifts_list {
	overflow: visible;
	margin-top: 18px;
	list-style: none;
	color: #fff;
}
.giveaway_box .gift a.link {
	border-radius: 6px;
	overflow: hidden;
	width: 40px;
	height: 40px;
	display: block;
	position: relative;
	float: left;/*overflow: visible;*/
}
.giveaway_box .gift {
	width: 40px;
	height: 40px;
	margin: 0 12px;
	float: left;
	position: relative;
}
.giveaway_box .gift_selected {
	border: 2px solid #F2B546;
	border-radius: 2px;
	position: relative;
	left: -0px;
	top: -2px;
}
.giveaway_box .gift:hover .detail_img {
	display: block;
}
.giveaway_box .gift .detail_img {
	display: none;
	position: absolute;
	left: 45px;
	top: 12px;
	z-index: 1;
}
.giveaway_box .gift a.link img {
	width: 40px;
	height: 40px;
	-webkit-box-shadow: 0 2px 2px rgba(6,0,1,.36);
	-moz-box-shadow: 0 2px 2px rgba(6,0,1,.36);
	box-shadow: 0 2px 2px rgba(6,0,1,.36);
	border-radius: 4px;
}
.giveaway_box .gift a.link .num {
	display: block;
	color: #FFF;
	padding: 1px 3px;
	border-radius: 2px;
	background-color: #C2150B;
	position: absolute;
	top: -8px;
	right: -5px;
	z-index: 2;
	-webkit-box-shadow: 0 2px 2px rgba(6,0,1,.36);
	-moz-box-shadow: 0 2px 2px rgba(6,0,1,.36);
	box-shadow: 0 2px 2px rgba(6,0,1,.36);
}
.giveaway_box .gift a.link .frame {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	background: url("../img/item_frame.png") left top no-repeat;
	z-index: 0;
}
.giveaway_box .gift a.link .frame:hover {
	background-position: left bottom;
}
.giveaway_box_1 {
	margin-top: 20px;
	padding-top: 20px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.giveaway_box_1 .gift {
	height: 60px;
}
.giveaway_box_1 .gift:hover .detail_img {
	display: none;
}
.giveaway_box_1 .gift .link .detail_img2 {
	display: none;
	position: absolute;
	left: 50px;
	top: 0;
	width: auto;
	height: auto;
}
.giveaway_box_1 .gift .link:hover .detail_img2 {
	display: block;
	z-index: 100;
}
.giveaway_box_1 .package {
	position: relative;
	border-radius: 4px;
	margin-top: 15px;
	padding-top: 8px;
	padding-bottom: 3px;
}
.giveaway_box_1 .package .sel-all {
	position: absolute;
	right: 12px;
	top: -15px;
	color: #D3CFDD;
	line-height: 15px;
}
.giveaway_box_1 .package .sel-all .f-fl {
	margin-left: 5px;
}
.giveaway_box_1 .package .sel-all .u-chk15 {
	position: relative;
	top: -1px;
}
.giveaway_box_1 .package .selected-info {
	text-align: left;
	margin-top: 42px;
}
.giveaway_box_1 .package .selected-info .name {
	font-size: 14px;
	font-weight: bold;
	color: #D3CFDD;
}
.giveaway_box_1 .package .selected-info .price {
	margin-top: 2px;
}
.giveaway_box_1 .package .selected-info .new-price {
	font-size: 16px;
}
.giveaway_box_1 .package .price-info {
	text-align: left;
	margin-left: 12px;
	margin-top: 5px;
}
.giveaway_box_1 .package .price-info .price {
	margin-top: 2px;
}
.giveaway_box_1 .package .price-info .new-price {
	font-size: 16px;
}
.giveaway_box_1 .package .not-all {
}
.giveaway_box_1 .package .not-all .price-box {
	float: none;
}
.giveaway_box_1 .package .not-all .btn-box {
	clear: both;
	margin-top: 10px;
}
.giveaway_box_1 .package:hover .btn-add {
	/*background-position: 0 0; width: 20px; height: 20px; */
	cursor: pointer;
}
.giveaway_box_1 .gifts_list {
	margin-top: 0;
	margin-left: 0;
}
.giveaway_box_1 .gifts_list .gift .price {
	position: absolute;
	width: 60px;
	left: 50%;
	bottom: -20px;
	margin-left: -30px;
	text-align: center;
	color: #d3cfdd;
	line-height: 15px;
}
.giveaway_box_1 .gifts_list .gift .old-price {
	position: absolute;
	width: 60px;
	left: 50%;
	bottom: -0px;
	margin-left: -30px;
	text-align: center;
	color: #9E3D3D;
	line-height: 15px;
	text-decoration: line-through;
}
.giveaway_box_1 .gifts_list .gift .u-chk15 {
	position: absolute;
	left: 50%;
	margin-left: -7px;
	bottom: -40px;
}
/* End giveaway box */
/*end module*/
/*self service enter*/
.ss-enter {
}
.ss-enter .btn-enter {
	margin-top: 5px;
	width: 200px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: none;
	background: #5382C1;
}
/*function*/
.f-lthr {
	text-decoration: line-through;
}
.f-lthr2 {
	/*float: right;*/
	display: block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	position: relative;
	text-align: left;
	width: 70px;
}
.f-lthr2 .stroke {
	background: url("../img/lthr-stroke.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 5px;
	left: 50%;
	margin-left: -45px;
	margin-top: -5px;
	position: absolute;
	top: 53%;
	width: 84px;
}
.f-lthr2 .off {
	display: block;
	width: 56px;
	position: absolute;
	top: -16px;
	color: #fff;
	right: -34px;
	font-size: 10px;
	background-color: #4772ca;
	border-radius: 6px;
	line-height: 16px;
	text-align: center;
	padding: 2px 0;
}
.f-lthr2 .off:after {
	content: "";
	display: block;
	position: absolute;
	width: 13px;
	height: 10px;
	left: 7px;
	top: 16px;
	background: url("../img/thanksgiving_off.png") no-repeat;
}
.f-cb:after, .f-cbli li:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	content: ".";
}
.f-cb, .f-cbli li {
	zoom: 1;
}
.f-ib {
	display: inline-block;
*display:inline;
*zoom:1;
}
.f-dn {
	display: none;
}
.f-db {
	display: block;
}
.f-fl {
	float: left;
}
.f-fr {
	float: right;
}
.m-fix-right {
	bottom: 5%;
	position: fixed;
	right: 0;
	width: 100px;
	z-index: 1000;
}
.m-fix-right .btn {
	display: block;
	height: 100%;
	width: 100%;
}
/*unit*/
.u-chk15 {
	width: 15px;
	height: 15px;
	background-image: url(../img/unit-chkbox15.png);
	background-position: 0 -16px;
}
.u-chk15-sel {
	background-position: 0 -32px;
}
.u-chk15:hover {
	background-position: 0 0;
}
.u-chk15-sel:hover {
	background-position: 0 -32px;
}
.u-chk15-c1 {
	background-image: url(../img/unit-chkbox15-c1.png);
}
/* end unit*/


/*website*/
.progress {
	margin: 0;
}
/*end website*/
/*.tip-yellow {
	z-index:1000;
	text-align:left;
	border:1px solid #939393;
	padding:7px;
	min-width:50px;
	max-width:530px;
	color:#8c3901;
	background-color:#fef9d9;
	border: 1px solid;
	border-radius: 4px;
}*/

.tip-yellow {
	z-index: 1000;
	text-align: left;
	border: 1px solid #939393;
	padding: 7px;
	min-width: 50px;
	max-width: 530px;
	color: #8c3901;
	background-color: #fef9d9;
	background-image: url(../img/tip-yellow.png); /* bgImageFrameSize >= 10 should work fine *//**
	 * - If you set a background-image, border/padding/background-color will be ingnored.
	 *   You can set any padding to .tip-inner instead if you need.
	 * - If you want a tiled background-image and border/padding for the tip,
	 *   set the background-image to .tip-inner instead.
	 */
}
.tip-yellow .tip-inner {
	font: bold 13px/18px 'trebuchet ms', arial, helvetica, sans-serif;
	margin-top: -2px;
	padding: 0 3px 1px 3px;
}
/* Configure an arrow image - the script will automatically position it on the correct side of the tip */
.tip-yellow .tip-arrow-top {
	margin-top: -7px;
	margin-left: 35px;
	top: 0;
	left: 0;
	width: 16px;
	height: 10px;
	background: url(../img/tip-yellow_arrows.png) no-repeat;
}
.tip-yellow .tip-arrow-right {
	margin-top: -9px; /* approx. half the height to center it */
	margin-left: -4px;
	top: 50%;
	left: 100%;
	width: 10px;
	height: 20px;
	background: url(../img/tip-yellow_arrows.png) no-repeat -16px 0;
}
.tip-yellow .tip-arrow-bottom {
	margin-top: -6px;
	margin-left: 35px;
	top: 100%;
	left: 0;
	width: 16px;
	height: 13px;
	background: url(../img/tip-yellow_arrows.png) no-repeat -32px 0;
}
.tip-yellow .tip-arrow-left {
	margin-top: -9px; /* approx. half the height to center it */
	margin-left: -6px;
	top: 50%;
	left: 0;
	width: 10px;
	height: 20px;
	background: url(../img/tip-yellow_arrows.png) no-repeat -48px 0;
}
.preview-box {
	left: 45px;
	position: absolute;
	top: 0px;
	z-index: 9999;
	display: none;
	border: 2px solid #fff;
	border-radius: 4px;
	box-shadow: 0 5px 6px 0 #6C6F8A;
}
.index-video-play {
	position: absolute;
	right: 35px;
	top: 27px;
	width: 60px;
	height: 30px;
	background: rgba(55,55,55,0.8);
	border-radius: 8px;
}
.index-video-play:hover {
	background: rgba(254,0,0,1);
}
.index-video-play>img {
	margin-left: 24px;
	margin-top: 6px;
	width: 16px;
}
.alpha-icon {
	/*border: 2px solid;
    border-radius: 20px;*/
	width: 25px;
	height: 25px;
	clear: both;/*border-bottom: 1px solid;*/
}
.alpha-icon span {
	/*padding: 5px;*/
	line-height: 25px;
	font-size: 18px;
}
.clear-both {
	clear: both;
}
span .item-name {
	width: 50%;
	display: inline-block;
}
.control-group .tr-name .u-ipt-na {
	/* background: url(../img/ipt-bg.png) repeat-x scroll right top; */
	border: 1px solid #3e3e3e;
	/*box-shadow: inset 1px 1.732px 3px 0px rgba(6, 0, 1, 0.071);*/
	background-color: #6e6e6e;
	/* border-radius: 0px; */
	overflow: hidden;
	position: relative;
	width: 180px;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	border-radius: 2px;
	margin-left: 5px;
	color: #ccc;
	box-shadow: none;
}
#txtItemName2 {
	border: 1px solid #3e3e3e;
	/*box-shadow: inset 1px 1.732px 3px 0px rgba(6, 0, 1, 0.071);*/
	background-color: #6e6e6e;
	overflow: hidden;
	position: relative;
	width: 180px;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	border-radius: 2px;
	margin-left: 5px;
	color: #ccc;
	box-shadow: none;
	padding: 0;
}
.c-info-item-img, .c-info-name {
	float: left;
}
.c-info-table {
	table-layout: fixed;
	width: calc(100% - 60px);
	line-height: 1.5;
	margin: 0 auto;
}
.c-info-table thead {
	border-radius: 4px 4px 0 0;
	margin-bottom: 10px;
}
.c-info-table th {
	font-weight: bold;
	background-color: #6e6e6e;
	color: #FFFFFF;
	border: 0;
	padding: 8px 10px;
	text-align: left;
}
/*.c-info-table tr th:first-child {
    border-radius: 6px 0 0 6px;
}
.c-info-table tr th:last-child {
    border-radius: 0 6px 6px 0;
}*/
.c-info-game tbody {
	margin-top: 10px;
}
.c-info-img {
	width: 100%;
	height: 100%;
}
c-info-item-img {
	border-radius: 4px;
}
.c-info-img {
	border-radius: 6px;
	width: 32px;
	height: 32px;
}
.tr-name {
	background: #424242;
	box-shadow: inset 0px 0px 5px 8px rgba(0, 0, 0, 0.11);
}
.tr-name td {
	padding: 15px 10px;
}
.c-info-game {
	margin-bottom: 25px;
}
.divCharacter {
	margin-botttom: 0px;
}
#txtStartPrice {
	width: 66px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	margin-left: 0px;
	height: 30px;
	line-height: 30px;
	box-shadow: none;
	padding: 0;
}
#txtBuyNowPrice {
	margin-left: -5px;
	border-left: none;
	width: 50px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	text-indent: 0px;
	background: url(../img/gold.png) no-repeat right;
	height: 30px;
	line-height: 30px;
	box-shadow: none;
	padding: 0;
}
.l-r-box .c-info-box .c-info-formitm.divCharacter {
	margin-bottom: 10px;
}
.mui-btn {
	display: inline-block;
	vertical-align: middle;
}
.mui-inc, .mui-dec {
	width: 14px;
	height: 12px;
	overflow: hidden;
	border: 1px solid #6e6e6e;
	display: block;
	font-family: tm-detail-font;
	line-height: 12px;
	font-size: 16px;
	cursor: pointer;
	color: #ccc;
	margin-bottom: 2px;
	padding: 0 2px;
	text-align: center;
}
.mui-inc:hover, .mui-dec:hover {
	background: #6e6e6e;
	color: #424242;
}
.bar {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}
.plane {
	display: none!important;
}
.clf {
*zoom:1
}
.clf:after {
	content: '\20';
	display: block;
	clear: both;
	height: 0;
}
.logo-w {
	display: none;
	float: left;
	position: relative;
	min-height: 1px;
}
.logo-w .navbar-brand {
	position: relative;
	float: left;
	padding: 16px 0 0 20px;
}
.wep-mobil-icon {
	color: #fff;
	font-size: 14px;
	padding: 7px 8px;
	border-radius: 4px;
	padding-left: 2px;
}
.content-padded {
	display: none;
}
.hot-game {
	margin: 0 5px!important;
}
.hot-game .h-g-b {
	width: 50%;
	margin-left: 0;
	float: left;
}
.col-50 .thumbnail {
	padding: 10px 5px 0px 5px;
	border-radius: 4px;
	border: none;
	box-shadow: none;
}
.thumbnail > img {
	display: block;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	border: 1px solid #CACACA;
}
.adv-safe {
	padding-left: 75px;
	background: url(/img/adv-safe.png) no-repeat;
}
.adv-fast {
	padding-left: 75px;
	background: url(/img/adv-fast.png) no-repeat;
}
.adv-refund {
	padding-left: 75px;
	background: url(/img/adv-refund.png) no-repeat;
}
.adv-professional {
	padding-left: 75px;
	background: url(/img/adv-professional.png) no-repeat;
}
.mid-mb {
	display: none;
}
.mid-mb .adv-safe {
	padding-left: 75px;
	background: url(/img/adv-safe.png) no-repeat;
}
.mid-mb .adv-fast {
	padding-left: 75px;
	background: url(/img/adv-fast.png) no-repeat;
}
.mid-mb .adv-refund {
	padding-left: 75px;
	background: url(/img/adv-refund.png) no-repeat;
}
.mid-mb .adv-professional {
	padding-left: 75px;
	background: url(/img/adv-professional.png) no-repeat;
}
.fixed-boxs {
	position: fixed;
	right: 0.25rem;
	bottom: 1.4rem;
	z-index: 6000;
	display: none;
}
.fixed-boxs a.live-chat-bg {
	background-color: #F60;
}
.fixed-boxs a {
	display: block;
	background: #014e84;
	text-align: center;
	border-radius: 6px;
	opacity: 0.85;
	margin-bottom: 0.2rem;
	color: #fff;
	padding: 6px;
	font-size: 20px;
}
.number-box p {
	color: #fff;
	font-size: 12px;
	background: #E51C20;
	border-radius: 50%;
	font-family: Arial, Verdana, Tahoma, "微软雅黑", "宋体";
	margin-bottom: -1px;
}
.iframe-modal .form-horizontal .control-group .controls {
	margin-bottom: 5px;
}
.shopping-cart .fa, .member-info .fa {
	color: #565656;
}
.choose-server.child-box>h1 {
	display: inline-block;
	margin-right: 8px;
}

@media screen and (max-width:1024px) {
.logo-w {
	display: block;
}
.pin-wrapper .header-bar {
	max-width: 1170px;
	margin: 0 auto;
	width: auto!important;
}
.navbar.navbar-inverse, .m-sch-game,
.span3.side {
	display: none;
}
.header-bar .bar .banner-ssl {
	display: none;
}
.header-bar .bar .all-game {
	float: right;
	position: static;
}
.header-bar .bar h1 {
	width: auto;
	background: none;
	margin: 0;
}
.wep-mobil-icon {
	color: #fff;
	font-size: 18px!important;
	padding: 8px 11px 7px 11px;
	display: block;
	background: #0894ec;
	margin: 11px 10px;
	border-radius: 4px;
}
.all-game-title a span {
	display: none;
}
.header-bar .bar .all-game .game-menu {
	position: absolute;
	top: 55px;
	right: 0!important;
	left: auto;
	background-color: #1E1E1E;
	z-index: 3001;
	box-shadow: 0px 8px 8px rgba(0,0,0,0.6);
}
.container {
	padding-bottom: 0px;
	background: none!important;
}
.hot-game-menu{
	display: none;
}
.row {
	margin: 0!important;
}
.span3, .span9 {
	width: 100%!important;
	margin: 0 auto!important;
}
.m-sch-game {
	background-color: #141414;
	padding-top: 8px;
}
.m-sch-game .u-ipt {
	width: calc(100% - 99px)!important;
}
.hero, .main-top, .main-ad, .hot-items, .cols-wrap {
	display: none;
}
.footer .container .span9 {
	display: none;
}
.content-padded {
	display: block;
	margin-top: 10px;
}
.content {
	width: 100%!important;
	max-width: 1340px!important;
}
.hero {
	display: none;
}
.mid-mb {
	display: block;
	background: #fff;
	margin: 15px 10px;
	border-radius: 4px;
	padding: 15px;
}
.header-bar .bar .all-game .game-menu .game-list li {
	width: 100%;
}
.adv dd {
	margin-left: 0px;
}
.adv dt {
	font-weight: bold;
	font-size: 16px;
	color: #0894ec;
}
.footer .row .span3 .email-subscribe {
	margin: 40px 40px 20px 40px;
}
.footer .row .span3 .payment-logos {
	margin: 20px 40px 0 40px;
}
.logo-w .navbar-brand img {
	width: 90%!important;
}
.header-bar .bar h1 {
	padding-left: 0px;
}
.fixed-boxs {
	display: block;
}
}

@media screen and (max-width:768px) {
.shopping-cart {
	margin-right: 15px;
	padding: 0px!important;
}
.header-bar .member-info {
	padding-left: 0px;
}
}

@media screen and (max-width:420px) {
.shopping-cart, .m-fix-right {
	display: none;
}
.span3 {
	background: none!important;
}
.modal {
	width: 98%;
	left: 1%;
	margin: 0 auto;
	top: 7%;
}
.info_box {
	display: none;
}
.logo-w .navbar-brand img {
	width: 110px!important;
}
}

@media screen and (max-width:320px) {
.logo-w .navbar-brand {
	padding: 15px 10px;
}
}
ul {
	list-style: none;
}
.product-ser {
	margin: 0!important;
}
.product-ser li {
	float: left;
	width: 33.33%;
}
.product-ser li a {
	display: block;
	text-align: center;
	color: #414141;
	padding: 15px;
}
.product-ser li a:hover {
	text-decoration: none;
	color: #414141;
	background-color: #E3E3E3;
}
.product-ser li h3 {
	line-height: 30px;
	font-size: 22px;
}
.signin-fix-right {
	width: auto!important;
}
.signin-fix-right img {
	width: 100%;
	max-width: 130px;
}

@media screen and (max-width:1024px) {
.child-box2, .child-box3, .child-box4, .child-box5 {
	margin: 0 20px;
}
.advantages.child-box {
}
.advantages .body {
	background: #f9f9f9!important;
	padding: 20px;
	border-radius: 4px;
}
.advantages .body .parallel {
	margin-bottom: 0px!important;
}
.signin-fix-right img {
	max-width: 100px!important;
}
}

@media screen and (max-width:420px) {
.product-ser li {
	width: 50%;
}
.product-ser li h3 {
	font-size: 17px;
	line-height: 22px;
}
.signin-fix-right>a {
	margin: 0px;
	padding: 0px;
	text-align: right;
	background: none;
	border: none;
	box-shadow: none;
}
.signin-fix-right img {
	max-width: 60px!important;
}
}
.child-nav .product-cate h1 {
	width: auto!important;
	padding: 0 20px;
}

@media screen and (max-width:1024px) {
.server-box .server-list {
	background: #efefef!important;
	border-radius: 4px;
}
.server-box .server-list.clearfix.alpha-box {
	background: #efefef!important;
	border-radius: 4px;
	margin-bottom: 20px!important;
}
.span9.main .product-section {
	margin: 0;
	padding: 20px;
}
.product-section .product-section-title.title10 {
	padding: 20px;
}
.advantages .body .adv {
	float: left;
	width: auto!important;
	padding-left: 100px!important;
	margin-bottom: 20px!important;
}
.footer .container .span9 {
	width: 100%!important;
}
.iframe-modal .form-add-to-cart .controls {
	width: 324px;
}
}

@media screen and (max-width:768px) {
#divGolds .child-box {
	display: none;
}
.server-box .server-list li {
	width: 208px!important;
}
.product-list .table tr td {
	padding: 5px 8px!important;
}
.child-nav .product-cate .pro-menu li a {
	padding: 0 12px!important;
}
}

@media screen and (max-width:420px) {
.product-section .product-section-title.title10 {
	padding: 0px;
}
.advantages .body .adv {
	padding-left: 80px!important;
}
.advantages .body .adv h3 {
	margin-bottom: 5px;
}
td i.icon-shopping-cart {
	display: none;
}
.table.table-striped.goldTable tbody tr th:first-child {
	width: 56%!important;
}
.table.table-striped.goldTable tbody tr th:first-child {
	width: 56%!important;
}
.product-list .table tr td {
	padding: 2px 8px!important;
	width: 70%!important;
}
.server-box .server-list li {
	width: 100%!important;
}
.self-input input {
	max-width: 141px;
	width: 100px;
}
.goldTable .self-input-row .self-input .tip {
	font-size: 12px;
	left: 55px!important;
	padding: 6px 3px!important;
}
.table.table-striped.goldTable tbody tr:nth-child(2) {
	height: 50px;
}
.child-nav .product-cate {
	height: auto!important;
	background-color: #E8E8E8!important;
	background: #e8e8e8!important;
	margin-bottom: 20px;
}
.child-nav .product-cate .pro-menu {
	clear: both;
	margin: 0 20px;
}
.child-nav .product-cate h1 {
	background: url(../img/product-cate-bg.png) left top repeat-x;
	box-shadow: 0 2px 2px rgba(0,0,0,0.16);
	width: 100%!important;
	height: 70px!important;
	line-height: 70px!important;
	padding: 0px!important;
}
.child-nav .product-cate .pro-menu {
	height: auto!important;
}
.child-nav .product-cate .pro-menu li {
	height: auto!important;
	float: none!important;
	width: 100%;
	margin-right: 0!important;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
.child-nav .product-cate .pro-menu li a {
	float: none!important;
	margin-top: 0!important;
	width: 100%;
	border-radius: 0!important;
	display: block;
	padding: 0!important;
	height: 40px!important;
	line-height: 40px!important;
}
.child-nav .product-cate .pro-menu li.active a {
	background: -webkit-linear-gradient(to bottom, #666, #333)!important;
	background: -moz-linear-gradient(to bottom, #666, #333)!important;
	background: -ms-linear-gradient(to bottom, #666, #333)!important;
	background: -o-gradient(to bottom, #666, #333)!important;
	background: linear-gradient(to bottom, #666, #333)!important;
}
}
.buy-from-ah {
	margin: 20px;
	background: #fff;
	border-radius: 4px;
}
.buy-from-ah .modal-body {
	padding: 20px;
}
.buy-from-ah .zegg {
	margin-bottom: 30px;
}
.buy-from-ah .modal-footer {
	background: #fff;
	border-radius: 0 0 4px 4px;
}
.buy-from-ah .iframe-modal .zegg .item-info {
	margin: 0;
}
.buy-from-ah .modal-body {
	padding: 0px;
}
.buy-from-ah .modal-footer {
	padding: 30px
}
.buy-from-ah-wow {
	margin: 20px;
	background: #fff;
	border-radius: 4px;
}
.buy-from-ah-wow .modal-body {
	padding: 20px;
}
.buy-from-ah-wow .zegg {
	margin-bottom: 30px;
}
.buy-from-ah-wow .modal-footer {
	background: #fff;
	border-radius: 0 0 4px 4px;
}
.buy-from-ah-wow .iframe-modal .zegg .item-info {
	margin: 0;
}
.buy-from-ah-wow .modal-body {
	padding: 0px;
}
.buy-from-ah-wow .modal-footer {
	padding: 30px
}

@media screen and (max-width:420px) {
.buy-from-ah .control-label {
	display: block;
}
.form-horizontal .control-label {
	float: none;
	text-align: center;
	width: auto!important;
	padding: 5px 0;
}
.form-add-to-cart .control-group {
	padding: 10px 20px;
}
.buy-from-ah .zegg {
	margin-bottom: 0px;
}
.buy-from-ah .iframe-modal .zegg .item-info {
	padding-bottom: 15px!important;
}
.iframe-modal .form-add-to-cart .controls {
	margin-left: 0!important;
	width: 100%!important;
	max-width: 100%;
}
.buy-from-ah .selecter, .buy-from-ah .controls.frame-controls input {
	width: 100%!important;
	padding: 0px;
	text-indent: 10px;
}
.form-add-to-cart .controls input {
	width: 100%!important;
	padding: 0px;
	text-indent: 10px;
}
.form-add-to-cart .controls input#eta2 {
	width: auto!important;
}
#selAHCity {
	width: 100%!important;
}
.buy-from-ah .iframe-modal .form-add-to-cart .divMCName {
	margin-top: 0px!important;
	padding-top: 0px;
}
.control-group.divDMInfo {
	padding-top: 0px!important;
}
.buy-from-ah .modal-footer {
	padding-left: 20px!important;
}
.buy-from-ah .modal-footer a {
	padding: 12px 35px!important;
}
.buy-from-ah-wow .selecter, .buy-from-ah-wow .controls.frame-controls input {
	width: 100%!important;
	padding: 0px;
	text-indent: 10px;
}
.buy-from-ah-wow .modal-footer a {
	padding: 12px 35px!important;
}
}
.product-list.shopping-cart.child-box {
	display: block!important;
}

@media screen and (max-width:1024px) {
.shopping-cart h1 {
	background: #232323!important;
	width: 100%;
	max-width: 100%!important;
	color: #f7f7f7!important;
}
.shopping-cart table thead {
	background: #f7f7f7!important;
	width: 100%;
	max-width: 100%!important;
}
.table.table-striped {
	background: #f7f7f7;
}
.please-fill.ElsePay, .body.Payment_List {
	background: #f7f7f7;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.payment-box h1, .please-fill h1 {
	width: 100%!important;
}
.product-list.shopping-cart.child-box {
	margin: 0px;
}
.payment-box.ElsePay .btn-box.clearfix, .payment-box.ElsePay .alert {
	margin: 20px;
}
}

@media screen and (max-width:768px) {
.flow {
	margin: 0 10px!important;
	background-size: 100%!important;
	max-width: 740px!important;
}
.iframe-modal .form-horizontal .controls .pop-hint.errortip {
	right: -10px;
}
}

@media screen and (max-width:420px) {
div#paypal-button {
	display: block!important;
	width: 100%!important;
}
#paypal-button>div.paypal-button {
	max-width: 180px;
	float: right;
}
.table.table-striped.goldTable tbody td a.btn.btn-inverse.btn-add-to-cart {
	padding: 4px 12px!important;
}
.flow {
	height: 50px!important;
	max-width: 340px!important;
}
.iframe-modal .form-horizontal .controls .pop-hint.errortip {
	right: -1px;
}
.summation .discount #txtCoupon {
	width: 120px!important;
}
.summation .sum {
	float: left!important;
}
.summation .sum table tr td:first-child {
	padding-left: 0px!important;
}
.table.table-striped tbody td a {
	padding: 0px!important;
}
.table.table-striped td {
	vertical-align: top;
	padding: 2px 3px!important;
	line-height: 16px!important;
}
.table.table-striped tr {
	margin-bottom: 5px;
}
.please-fill .body label {
	text-align: left;
	float: none;
	display: block;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
.please-fill .body .controls {
	margin-left: 0px!important;
	display: block;
}
}

@media screen and (max-width:1024px) {
.about-us-box .body {
	background: #f7f7f7!important;
	padding: 10px;
	padding-top: 20px!important;
	border-radius: 4px;
}
.please-fill .body {
	padding: 20px 10px!important;
	background: #f7f7f7;
	border-radius: 4px;
}
}

@media screen and (max-width:768px) {
.m-list-item li {
	width: 31.7%;
	min-height: 64px;
}
}

@media screen and (max-width:420px) {
.m-list-item li {
	width: 46.3%;
	min-height: 110px;
}
.item-list .tab-menu li {
	display: none;
}
.item-list .tab-menu li.active {
	display: block;
}
.powerleveling-list .itemList .table tr td {
	padding: 2px 8px!important;
	width: 80%!important;
}
.powerleveling-list .itemList .table tr td .item_name {
	padding: 0px!important;
	display: block;
	max-width: 130px;
	font-size: 13px;
}
.item-list .item-thumbnail, .item-list .item-thumbnail .thumbnail {
	width: 38px!important;
	height: 38px!important;
}
.powerleveling-list .itemList .table tr td a.btn.btn-inverse.btn-add-to-cart {
	padding: 4px 12px!important;
}
.gamecard-list .table tr td a.btn.btn-inverse.btn-add-to-cart {
	padding: 4px 12px!important;
}
.gamecard-list .table tr td {
	padding: 2px 8px!important;
	width: 80%!important;
}
.key-description h2 {
	font-size: 24px;
}
.key-description table {
	margin-left: 0px!important;
}
}
.pl-c1 {
	float: left;
	margin-right: 20px;
	line-height: 30px;
}
.pl-c1-t {
	height: 36px;
}

@media screen and (max-width:1024px) {
.content .member-panel .member-menu .btn {
	min-width: 120px;
}
}

@media screen and (max-width:768px) {
.member-shop .m-list-item li {
	width: 48.2%!important;
}
.content .member-panel .body {
	background: #f7f7f7!important;
}
}

@media screen and (max-width:420px) {
.span9.main .breadcrumb.none {
	display: none;
}
.pl-c1 {
	margin-bottom: 10px;
}
.pl-c1:last-child {
	margin-right: 0px!important;
}
.pl-c1.pl-c1-none {
	display: none;
}
.pl-c1-t {
	height: 30px;
}
.pl-c1 .btn-inverse i.icon-shopping-cart {
	display: none;
}
.child-nav .second-cate .items-menu {
	padding: 5px 10px!important;
}
.child-nav .second-cate {
	background: -webkit-linear-gradient(to bottom, #949dba, #1d2c54)!important;
	background: -moz-linear-gradient(to bottom, #949dba, #1d2c54)!important;
	background: -ms-linear-gradient(to bottom, #949dba, #1d2c54)!important;
	background: -o-gradient(to bottom, #949dba, #1d2c54)!important;
	background: linear-gradient(to bottom, #949dba, #1d2c54)!important;
	border-top: 2px solid #b0b9d5!important;
	border-bottom: 2px solid #424f74!important;
}
.gamecard-list h4 .meta {
	max-width: 130px;
}
.pagination ul > li > a, .pagination ul > li > span {
	padding: 4px 10px;
}
.please-fill .fill_detail_info .controls {
	margin-left: 0!important;
}
.please-fill .fill_detail_info .controls input {
	width: calc(100% - 2px)!important;
	padding: 4px 0px!important;
	text-indent: 10px;
}
.member-shop .m-list-item li {
	width: calc(100% - 10px)!important;
	border-radius: 4px;
}
.title-right.select-game.f-fr {
	float: none;
}
.product-list .filter .P-text {
	margin-bottom: 10px;
}
}
i.wep-user-icon {
	color: #fff!important;
	font-size: 18px;
	padding: 8px 11px 7px 11px;
	display: inline-block;
	background: #0894ec;
	margin: 11px 0px;
	border-radius: 4px;
}
.days-signup.clf {
	margin: 0!important;
	margin-left: 10px!important;
	float: left;
}
.u-btn.signin-btn {
	margin-left: 20px;
}
.u-btn.ex-key-btn {
	margin-left: 15px;
}
.table-responsive-over .table.table-striped td {
	padding: 8px!important;
}
.com-ord-hi-th1 {
	min-width: 120px;
}
.com-ord-hi-th3 {
	min-width: 90px;
}
.th3-1 {
	min-width: 170px;
}
.th3-2 {
	min-width: 72px;
}
.th3-3 {
	min-width: 100px;
}
.th3-4 {
	min-width: 70px;
}
.th3-5 {
	min-width: 50px;
}
.th4-1 {
	min-width: 100px;
}
.th4-2 {
	min-width: 124px;
}
.th4-3 {
	min-width: 70px;
}
.th4-4 {
	min-width: 70px;
}
.th5-1 {
	min-width: 100px;
}
.th5-2 {
	min-width: 91px;
}
.th5-3 {
	min-width: 70px;
}
.th5-4 {
	min-width: 75px;
}
.th5-5 {
	min-width: 80px;
}
.th6-1 {
	min-width: 100px;
}
.th6-2 {
	min-width: 91px;
}
.th6-3 {
	min-width: 80px;
}
.th6-4 {
	min-width: 75px;
}
.th6-5 {
	min-width: 64px;
}
.f-fl.btn.btn-add-to-cart {
	padding: 4px 12px;
	clear: both;
}

@media screen and (max-width:1024px) {
.product-list.order-info-list {
	background: #f7f7f7!important;
	padding: 10px 20px;
}
.table-points-info {
	margin: 10px 0px;
}
.table.table-points-info {
	background: #f7f7f7;
}
.product-list.order-info-list.bg-pd-none {
	padding: 0!important;
}
.product-list.order-info-list>.com-ord-hi-m {
	margin: -10px -20px;
}
}

@media screen and (max-width:768px) {
.select-cate.child-box.ord-select-sear table td input {
	width: 160px;
}
.select-cate.child-box.ord-select-sear table td a i {
	display: none;
}
.table-responsive-over {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
td.ord-min-w {
	min-width: 240px;
}
.u-btn.signin-btn {
	margin-left: 0px;
}
#divIndex .child-box.hot-items, #divIndex .child-box.new-items {
	display: none!important;
}
.livechat-girl {
	display: none;
}
}

@media screen and (max-width:420px) {
.select-cate.child-box.ord-select-sear {
	padding: 20px 10px;
}
.select-cate.child-box.ord-select-sear table td input {
	width: 68px;
}
.select-cate.child-box.ord-select-sear table th, .select-cate.child-box.ord-select-sear table td {
	padding: 0;
	padding-right: 5px;
}
.select-cate.child-box.ord-select-sear table td a {
	padding: 7px 12px;
}
.product-list .table-responsive-over .table tr td {
	padding: 10px 8px!important;
}
td.ord-min-w1 {
	min-width: 80px;
}
.product-list .table-responsive-over .table tr td a {
	padding: 4px 8px!important;
}
.u-btn.ex-key-btn {
	margin-left: 0px;
	line-height: 20px;
	padding: 10px 20px;
}
td.text-center {
	text-align: center;
}
.days-signup.clf {
	margin-left: 0px!important;
	margin-bottom: 10px!important;
}
.order-info-list.com-ord-hi-m {
	margin: 0 -10px;
}
.btn.btn-inverse>i.icon-search {
	display: none;
}
.my-preorder-boy table tr th, .my-preorder-boy table tr td {
	padding-left: 0px!important;
}
.my-preorder-boy table tr td input {
	width: 160px!important;
}
.hotItemsList p, .newItemsList p {
	margin-left: 55px;
}
.package-table.itemsTable>tbody>tr>td>select {
	max-width: 170px;
}
.f-fl.btn.btn-add-to-cart i.icon-shopping-cart {
	display: none;
}
.f-lthr2 {
	margin-left: -16px!important;
}
}

@media screen and (max-width:375px) {
.select-cate.child-box.ord-select-sear table td input {
	width: 55px;
}
.package-table.itemsTable>tbody>tr>td>select {
	max-width: 134px;
}
.powerleveling-list h4 {
	max-width: 128px;
}
.itemsTable h4 {
	max-width: 128px;
}
.gamecard-list h4 {
	max-width: 128px;
}
}

@media screen and (max-width:320px) {
.my-preorder-boy table tr td input {
	width: 120px!important;
}
}
.ffxivbody li {
	float: left;
	width: calc(50% - 1px);
}
.ffxivbody li:first-child {
	border-right: 1px dashed #ccc;
}

@media screen and (max-width:420px) {
#divTopItems {
	display: none;
}
a.btn.btn-inverse.btn-add-to-cart {
	padding: 6px 12px!important;
}
}
#memberCardTip {
	background-color: #C64E4E;
	border: 1px solid #AF3838;
	border-radius: 4px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 12px;
	text-align: right;
	display: none;
	padding: 0 5px;
}
#cashCouponTip {
	background-color: #C64E4E;
	border: 1px solid #AF3838;
	border-radius: 4px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 12px;
	text-align: right;
	display: none;
	padding: 0 5px;
}
#memberDiscountTip {
	background-color: #C64E4E;
	border: 1px solid #AF3838;
	border-radius: 4px;
	margin-bottom: 10px;
	color: yellow;
	font-size: 12px;
	text-align: right;
	display: none;
	padding: 0 5px;
}
.tableCoins .btn.btn-inverse.btn-add-to-cart {
	width: 60px;
}
.control-label.wowcl-control-label {
	display: inline-block;
	float: left;
	width: 180px!important;
	text-align: right;
	padding-right: 20px!important;
}
.iframe-modal .form-add-to-cart .controls.wowcl-frame-controls-pt {
	float: left;
	display: inline-block;
	width: auto!important;
	margin-left: 0;
}
input#txtRegisteredPrice1 {
	width: calc(70% - 24px)!important;
	padding-right: 5px!important;
}
input#txtRegisteredPrice2 {
	width: 30%!important;
	text-indent: 5px!important;
}
.c-info-formitm.divFormitm {
	padding: 0 20px;
}
.form-horizontal.form-add-to-cart.key-upg-cont {
	padding: 0 20px;
}
.form-horizontal.key-upg-cont .control-group {
	margin-bottom: 20px;
}
.form-horizontal.key-upg-cont .control-group select {
	height: 44px;
	line-height: 44px;
}
input#txtPartid {
	border-radius: 4px;
	box-shadow: none;
	min-width: 218px;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 2px 3px rgba(4,0,0,.18);
	-moz-box-shadow: inset 0 2px 3px rgba(4,0,0,.18);
	box-shadow: inset 0 2px 3px rgba(4,0,0,.18);
	line-height: 42px;
	text-indent: 8px;
}
.wowclassic_d .lab {
	float: left;
	width: 200px;
	text-align: left;
	line-height: 32px;
}
.disoj {
	display: inline-block;
	float: left;
	background: #e6f6fd;
	border: 1px solid #bae3f7;
	color: #31708f;
}
.mljtgiu-q {
	padding: 15px;
	background: #688d9d;
	color: #e1f6ff;
}
.no {
	min-width: 50px;
	display: inline-block;
}
.s-c-formitm-item {
	min-width: 260px;
	display: inline-block;
	margin-right: 35px;
}
.s-c-formitm-quantity {
	min-width: 150px;
	display: inline-block;
}
.mljtgiu-aa {
	margin: 8px 0;
}
.mljtgiu {
	padding: 5px 15px;
}
.s-c-formitm.wowclassic_d.clf {
	padding: 0 10px;
}

@media screen and (max-width:420px) {
.control-label.wowcl-control-label {
	float: left;
	width: calc(50% - 20px)!important;
}
tr.tr-name td {
	width: 30%;
}
#txtItemName2 {
	width: 80px;
}
.c-info-table {
	width: calc(100% - 0px);
}
.c-info-table tr th, .c-info-table tr td {
	width: 45%!important;
}
.form-horizontal.form-add-to-cart.key-upg-cont {
	padding: 0;
}
.form-horizontal.key-upg-cont .control-group .controls {
	text-align: center;
}
select#ddlGame, select#ddlServer {
	width: 100%;
}
.form-horizontal.key-upg-cont .control-group select {
	height: 34px;
	line-height: 34px;
}
input#txtPartid {
	line-height: 32px;
}
.no {
	min-width: 30px;
	display: inline-block;
}
.s-c-formitm-item {
	min-width: 180px;
	display: inline-block;
	margin-right: 5px;
}
.mljtgiu-aa .s-c-formitm-item input {
	width: 80%!important;
}
.s-c-formitm-quantity {
	min-width: 17px;
	display: inline-block;
}
.iframe-modal .delivery-option .radio .delivery-intro {
	margin-right: 18px;
}
}

@media screen and (max-width:375px) {
.control-label.wowcl-control-label {
	width: 120px!important;
	padding-right: 10px!important;
}
}

@media screen and (max-width:320px) {
.modal-body {
	max-height: 340px;
}
.m-list-item li {
	width: 45.3%;
}
}
.select-width {
	width: 100%!important;
}
/*christmas_19*/
.Christmas-top {
	max-width: 1920px;
	width: 100%;
	overflow: hidden;
}
.activities-play {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.85);
	display: none;
}
.activities-play-cpm {
	margin: 0 auto;
	position: relative;
	width:450px;
	height: 518px;
	position: relative;
    top:50%;
	transform:translateY(-50%);
	background-image:url(../activity/activity-pop/TBC-activity-popup.png?v=1);
	margin: 0 auto;
	margin-top:-50px;
}
.activities-play-cpm-enterbtn {
	position: absolute;
    bottom: 106px;
    left: 50%;
    margin-left: -101px;
}
.activities-play-cpm img {
	max-width: 100%;
	display: block;
}
.activities-asb>div{
	font-size:22px;
	color:#5f0970;
	font-weight: bold;
}
.spanTime-bg{
	color:#fff;
padding:5px;
background:#5f0970;
min-width: 30px;+

    text-align: center;
    display: inline-block;
	border-radius:2px;
	margin:0;
	float:none;
}
.activities-play-cpm-delbtn {
	right: 0px;
    display: block;
    top:10px;
    position: absolute;
}
.activities-play-cpm a:hover {
	filter: saturate(1.6);
	-webkit-filter: saturate(1.6);
}
.ChristmasPrice, .th_Christmas {
	color: #ff7e12;
}
.Christmas-top {
	display: block;
}
.Christmas-top img {
	max-width: 1920px;
	width: 100%;
}
.wep-banner {
	display: none;
}
.wep-banner img {
	max-width: 1920px;
	width: 100%;
}
.csgo-top-wep {
	display: none;
}
.span-bonus{
	background: #ec080c;
    color: #fff;
    padding: 3px 5px;
    float: none;
    margin: 0;
}
.info.info-1 b{
	color:#f40004;
}
.body-activity .navbar .navbar-inner {
    /*background: url(../activity/2020Christmas/images/header_bg.png) repeat-x left top;*/
}
.body-activity .product-list .table tr td p {
	margin: 10px 0;
    font-weight:bold;
	float:left;
}
.selgear-Christmas{
	background-color: #47b12a;
    border: 1px solid #2e761a;
    border-radius: 4px;
    padding: 10px 30px 10px 10px;
    margin: 10px 0;
    color: #f3f940;
}
.selgear-Christmas a{
    color: #f3f940;
}
.selgear-Christmas img{
	width:30px;
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
}
.selgear-Christmas select{
	height: 30px;
    border-radius: 3px;
    border: 1px solid #d7ed3c;
}
.Christmas-box{
    display: inline-block;
    margin-left: 10px;
	position:relative;
	margin-top:5px;
}
.Christmas-box>img{
	width:34px;
}
.Christmas-box:hover .installment-explain-Christmas{
	display:block;
}
.installment-explain-Christmas {
    position: absolute;
    top: 3px;
    left: 52px;
    padding: 10px;
    background: #d10c07;
    border-radius: 4px;
    display: none;
    z-index: 999999;
    color: #fff;
    width: 420px;
	font-size: 16px;
}
.installment-explain-Christmas:after{
	content: '';
    width: 10px;
    height: 10px;
    background: #d10c07;
    position: absolute;
    top: 8px;
    left: -5px;
    margin-top: -5px;
    border-top: 0;
    border-right: 0;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
.installment-explain-Christmas img{
	margin-top:10px;
	display:block;
	max-width:100%;
}
.Christmas-box>img{
            animation: icon-Christmas 1s infinite linear;
			-webkit-animation: icon-Christmas 1s infinite linear;
         }
		     @keyframes icon-Christmas {
         0% {
             -webkit-transform: rotate(0deg);
             transform: rotate(0deg);
         }
         25% {
             -webkit-transform: rotate(-10deg);
             transform: rotate(-10deg);
         }
		  50% {
             -webkit-transform: rotate(-0deg);
             transform: rotate(0deg);
         }
		 75% {
             -webkit-transform: rotate(10deg);
             transform: rotate(10deg);
         }
         100% {
             -webkit-transform: rotate(0deg);
             transform: rotate(0deg);
         }
         }
@media screen and (max-width:1024px) {
.wep-banner {
	display: block;
}
.Christmas-top {
	display: none;
}
.csgo-top {
	width: 100%;
	overflow: hidden;
	max-width: 1024px;
	display: block;
}
.csgo-top>img {
	max-width: 152%;
	margin-left: -23%;
}
.csgo-top {
	display: none!important;
}
}

@media screen and (max-width:768px) {

}

@media screen and (max-width:568px) {
.activities-play-cpm {
	width: 340px;
    height: 360px;
	background-size:100% 100%;
}
.activities-play-cpm-enterbtn {
	width: 150px;
    bottom: 77px;
    margin-left: -75px;
}
.csgo-top {
	display: none;
}
.csgo-top-wep {
	display: block;
}
}
b.paypal_processingfee {
	display: block;
	clear: both;
	text-align: left;
	padding-left: 19px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.language {
	float: right;
	position: relative;
}
.language-act {
	vertical-align: middle;
	height: 55px;
	display: table-cell;
	padding-left: 18px;
	line-height: 55px;
}
.language-act img {
	vertical-align: middle;
	display: inline-block;
	margin-top: 5px;
}
.language-act span {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border: solid #84847e;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	margin-left: 8px;
}
.language-sel {
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 22;
	display: none;
}
.language-sel .sec-nav-top {
	width: 160px;
	height: 9px;
	background-size: contain;
	background-image: url(../img/sec-nav-top3.png);
}
.language-sel-ul {
	display: block;
	line-height: 40px;
	background-color: #202020;
	border-bottom: 1px solid #191919;
	color: #848484;
	font-size: 12px;
	margin: 0;
	border-radius: 0 0 4px 4px;
}
.language-sel-ul li {
	padding: 0 15px;
	float: none;
	line-height: 40px;
	cursor: pointer;
	border-top: 1px solid #2C2C2C;
}
.language-sel-ul li:hover {
	color: #ccc;
}
.language:hover .language-sel {
	display: block;
}

@media screen and (max-width:1024px) {
.language {
	margin-right: 5px;
}
.language-act span {
	margin-left: 5px;
}
.language-sel .sec-nav-top {
	width: 106px;
	height: 6px;
}
}

@media screen and (max-width:420px) {
.form-section-active .input-label {
	background: linear-gradient(270deg, #D8D8D8, #fff);
	background: -webkit-linear-gradient(270deg, #D8D8D8, #fff);
}
.form-item-asb .input-label, .form-item-date .input-label {
	background: linear-gradient(270deg, #D8D8D8, #fff);
	background: -webkit-linear-gradient(270deg, #D8D8D8, #fff);
}
}
.modal-body .pp-paypallog {
	float: right;
	width: 100%;
}
.modal-body #paypal-button {
	float: right;
	width: 280px!important;
}
#mainModal .modal-body.modal-pp .modal-footer>.btn {
	width: 280px;
	box-sizing: border-box;
	margin-bottom: 5px;
	height: 36px;
	line-height: 36px;
	border-radius: 25px;
	margin-right: 10px;
	padding: 0;
}
#mainModal .card_container {
	margin-bottom: 0;
}
#mainModal .modal-footer b.paypal_processingfee {
	text-align: right;
}
.pp-paypallog {
	float: right;
}
.or-class {
	clear: both;
	line-height: 40px;
	width: 280px;
	text-align: center;
	margin: 0 auto;
	float: right;
}
.card_container {
	box-sizing: border-box;
	padding-right: 10px;
	margin-bottom: 25px;
	clear: both;
}
#my-sample-form {
	width: 280px;
	float: right;
}
.form-item {
	margin-bottom: 15px;
	position: relative;
	width: 280px;
}
.input-label {
	position: absolute;
	left: 12px;
	top: 11px;
	width: 260px;
	text-align: left;
	z-index: 2;
	padding: 0 3px;
	font-size: 14px;
	line-height: 18px;
	color: #b0b0b0;
	background: 0 0;
	cursor: text;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	box-sizing: border-box;
}
.form-item .input-text {
	padding: 0 15px;
	border: 1px solid #999;
	font-size: 14px;
	line-height: 36px;
	height: 38px;
	background: #fff;
	color: #424242;
	-webkit-transition: border-color .2s linear;
	transition: border-color .2s linear;
	box-sizing: border-box;
	border-radius: 4px;
	margin-bottom: 0;
	width: 100%;
}
#my-sample-form .input-text input {
	width: 100%;
	font-size: 16px!important;
	line-height: 36px;
	height: 36px;
	padding: 0;
	border: none!important;
	box-shadow: none!important;
	font-family: auto;
}
.form-section-active .input-label {
	top: -10px;
	font-size: 12px;
	background-color: #fff;
	background: linear-gradient(270deg, #f3f3f3, #fff);
	background: -webkit-linear-gradient(270deg, #f3f3f3, #fff);
	width: auto!important;
}
#my-sample-form .select-country {
	border: none!important;
	float: left;
	width: 100px!important;
	background: 0 0!important;
	box-shadow: none!important;
	color: #757575;
	font-size: 16px;
	margin-left: -5px;
	padding: 0 10px 0 0;
	line-height: 36px;
	height: 36px;
	font-family: auto;
}
#my-sample-form .select-country:focus {
	outline: none;
}
#my-sample-form .s-c-u-ipt {
	float: left;
	width: 140px;
	border-left: 1px solid #ccc;
	height: 36px;
	padding: 0 0 0 10px;
	font-size: 16px;
}
.span-visa {
	background-image: url(../img/payments/visa.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 61px;
	position: absolute;
	top: 0;
	right: 0;
	height: 36px;
	border: 1px solid #999;
	background-color: #999;
	border-radius: 0 4px 4px 0;
}
.form-item-date {
	width: 135px;
	float: left;
	margin-right: 10px;
	position: relative;
}
.form-item-cvv {
	width: 135px;
	float: left;
	position: relative;
}
.form-item-asb .input-label, .form-item-date .input-label {
	position: absolute;
	top: -10px!important;
	font-size: 12px!important;
	background: linear-gradient(270deg, #f3f3f3, #fff);
	background: -webkit-linear-gradient(270deg, #f3f3f3, #fff);
	width: auto;
}
#my-sample-form #submit {
	display: block;
	background-color: #003087;
	color: #fff;
	border-radius: 30px;
	border: none;
	width: 280px;
	line-height: 36px;
	float: right;
	margin-top: 3px;
	font-size: 14px;
	font-weight: 700;
	text-shadow: none;
	padding: 0;
	background-image: none;
}
#my-sample-form #submit:hover {
	background: #33599f;
}
.modal {
	z-index: 9990;
}
.modal-body.modal-pp {
	overflow: hidden;
	max-height: none;
	padding: 0;
}
.modal-body.modal-pp .iframe-modal .text-block {
	padding: 20px 20px 0;
}
.modal-body.modal-pp .iframe-modal {
	padding-bottom: 0px;
}
.modal-body.modal-pp .modal-footer {
	text-align: center;
}
.modal-body.modal-pp #my-sample-form {
	float: none;
	margin: 0 auto;
}
.modal-body.modal-pp .or-class {
	float: none;
}
.modal-body.modal-pp #paypal-button {
	float: none;
}
#mainModal .modal-body.modal-pp .modal-footer b.paypal_processingfee {
	text-align: center;
}


/*cart-pole-product*/
.cart-ActivityProduct {
    display: block;
    background-color: rgb(232, 246, 255);
    border: 1px solid rgb(197, 217, 230);
    border-radius: 4px;
    padding: 20px 30px;
    margin: 10px 0px;
    color: rgb(0, 0, 0);
    position: relative;
}
.cart-pole-box {
    overflow: hidden;
    width:100%;
	max-width:782px;
    height:auto;
}
.cart-pole-product {
    margin: 0;
    width: 1560px;
    position: relative;
}
.cart-pole-product .hot-item {
    width:244px;
	float:left;
	margin:0 8px;
}
.cart-pole-product .hot-item input{
	display:inline-block;
	vertical-align: top;
	margin-right:5px;
}
.cart-pole-product .hot-item>div{
	width:80%;
	display:inline-block;
	vertical-align: top;
	background:#fff;
	padding:10px;
	position: relative;
	border: 1px solid #c5d9e6!important;
}
.cart-pole-product .img-box {
    position: absolute;
    bottom: 6px;
    right: 10px;
}
.cart-pole-product .img-box img {
    width: 106px;
    height: 60px;
    border-radius: 0;
    border: none;
    display: block;
}
.cart-pole-product h4.item_name {
	margin:0;
	font-size: 14px;
    line-height: 18px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-over: -o-ellipsip-lastline;
    height: 34px;
}
.cart-pole-product .hot-item>div .f-lthr2{
	position: relative!important;
    left: 0!important;
    margin-left: 15px!important;
    display: inline-block;
}
.cart-pole-product .old-price {
    margin-top: 10px;
    height: 26px!important;
}
.cart-pole-product .hot-item>div .btn-add-to-cart{
	color: #ec4343;
    border: none;
    background: none;
    box-shadow: none;
    font-size: 16px;
	padding: 0 12px;
}
.cart-ActivityProduct .pre {
    background: none;
    width: 26px;
    position: absolute;
    top: 28%;
    opacity: 0.4;
    z-index:22;
}
.cart-ActivityProduct .btn-left {
    left: 6px;
}
.cart-ActivityProduct .btn-right {
    right: 6px;
}
.cart-ActivityProduct .pre:hover {
    opacity: 0.9;
}
.cart-ActivityProduct>p {
    color: #3d9ff2;
    clear: both;
    padding-top: 10px;
	line-height: 16px;
}
.cart-ActivityProduct>p a {
    text-decoration: underline;
    color: #e96b1e;
}

.cart-ActivityProduct .cart-ActivityProduct-notice > p a {
	text-decoration: underline;
	color: #e96b1e;
}

.cart-ActivityProduct .cart-ActivityProduct-notice > p {
	color: #3d9ff2;
	clear: both;
	padding-top: 10px;
}
@media screen and (max-width:1024px){
	.cart-pole-product {
		width: 1870px;
	}
	.cart-pole-box {
		max-width:930px;
	}
	.cart-pole-product .hot-item {
		width: 295px;
	}
}
@media screen and (max-width:768px){
	.cart-ActivityProduct{
		padding:20px;
	}
	.cart-pole-box {
		max-width: 710px;
	}
	.cart-pole-product .hot-item {
		width: 220px;
	}
}
@media screen and (max-width:567px){
	.cart-ActivityProduct{
		padding:20px 13px;
	}
	.cart-pole-box{
		max-width:328px;
	}
	.cart-pole-product .hot-item{
		width: 168px;
		margin:0px;
    }
	.cart-pole-product .hot-item>div{
        width: 74%;
    	padding: 5px;
	}
	.cart-pole-product h4.item_name {
		font-size: 12px;
		line-height: 16px;
	}
	.cart-pole-product .hot-item>div .f-lthr2 {
		margin-left: 5px!important;
		font-size: 10px;
	}
	.cart-pole-product .img-box{
		width:60px;
	}
	.cart-pole-product .hot-item>div .btn-add-to-cart{
		padding:0;
		font-size:13px;
	}
}
@media screen and (max-width:360px){
	.cart-pole-box {
		max-width: 274px;
	}
	.cart-pole-product .hot-item {
		width: 138px;
	}
	.cart-pole-product .img-box{
		position: relative;
		top: 3px;
		left: 5px;
		margin-bottom: 5px;
		width: 80px;
	}
	.wep-mobil-icon,i.wep-user-icon{
		padding: 8px 6px 7px 6px;
	}
	.cart-pole-product .old-price{
		margin-top:0;
	}
}
