body {
	font-size: 16px;
	font-family: MuseoSans, sans-serif;
	margin: 0;
	padding: 0;
}
.substringt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

iframe,
img {
	max-width: 100%;
}

a {
	text-decoration: none !important;
	color: #212121;
}

a:focus,
a:hover {
	color: #279ac5;
	text-decoration: underline;
}

ul,
li,
input,
button,
p,
select,
option {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	border-radius: 0;
}

input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}

select::-ms-expand {
	display: none;
}
.autocomplete-suggestion:nth-last-of-type(1){
    border-radius: 0 0 15px 15px;
    overflow: hidden;
}
h1 {
	font-family: MuseoSans, sans-serif;
	font-size: 48px;
	text-transform: uppercase;
}

.bold {
	font-weight: bold;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.clearBoth {
	clear: both;
}

.noPadding {
	padding: 0px !important;
}

.noMargin {
	margin: 0px !important;
}

.noBorder,
.nob {
	border: 0px !important;
}

.lightText {
	color: #9a9a9a !important;
}

.container {
	padding: 0;
}



.inputRequirement,
.inputRequired {
	color: #f00;
	font-style: normal;
	margin-left: 10px;
	line-height: 40px;
	display: inline-block;
	width: auto !important;
}

.markProductOutOfStock,
.markProductPreorderPayment {
	display: inline-block;
	color: #f00;
	font-style: normal;
}

.nos_siteOverlayContainer {
	display: block !important;
}

.nos_siteOverlayContainer>div {
	text-align: center;
	margin: 15% 10% 0;
	border: 1px solid #f00;
	background-color: #FBDDDD;
	padding: 10px 20px;
}

.commKF {
	width: 100%;
	height: 34px;
	background: #00c1de;
	color: #FFF;
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	text-transform: uppercase;
	cursor: pointer;
}

.commKF:after {
	content: '';
	width: 0;
	height: 0;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	border-style: solid;
	border-width: 0 0 0 0;
	border-color: transparent #279ac5 transparent transparent;
	position: absolute;
	top: 0;
	right: 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	z-index: -1;
}

.commKF:before {
	content: '';
	width: 0;
	height: 0;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	border-style: solid;
	border-width: 0 0 0 0;
	border-color: transparent transparent transparent #279ac5;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	z-index: -1;
}

.commKF[disabled] {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: .65;
}

.commKF:hover:before,
.commKF:hover:after,
.commKF.commKF-on:before,
.commKF.commKF-on:after {
	border-width: 34px 300px;
}

.commKF i,
.commButton i,
.commBack i {
	margin-right: 5px;
}

.commKF i.right,
.commButton i.right,
.commBack i.right {
	margin-right: 0;
	margin-left: 5px;
}

.commButton {
	width: 100%;
	height: 34px;
	background: #a20107;
	color: #FFF;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	cursor: pointer;
}

.commButton.clearCart {
	background-color: #8b8b8b;
}

.commButton.clearCart:hover {
	background-color: #d2d2d2;
}

.commButton[disabled] {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: .65;
}

.commButton:hover {
	background: #7d0106;
}

.commKFRightDiv {
	overflow: hidden;
}

.commKFRight {
	width: 70%;
	max-width: 260px;
	float: right;
	margin: 20px 0 0;
}

.commKFcenter {
	width: 70%;
	max-width: 260px;
	float: left;
	left: 43%;
}

@media (max-width:768px) {
	.commKFcenter {
		left: 10%;
	}
}

.commBackKF {
	margin: 20px 0 0;
	overflow: hidden;
}

.commBack,
.commBackKF .commBack {
	background: #212121;
	color: #FFF;
	display: block;
	text-align: center;
	line-height: 40px;
	width: 30%;
	max-width: 200px;
	float: left;
	cursor: pointer;
}

.commBack[disabled] {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: .65;
}

.commBack:hover,
.commBackKF .commBack:hover {
	background: #676767;
}

.commBackKF .commKF,
.commBackKF .commButton {
	width: 30%;
	float: right;
	max-width: 260px;
	height: 40px;
}

.commButton.red,
.commKF.red,
.commBack.red {
	background: #f13c2f;
}

.commButton.red:hover,
.commKF.red:hover,
.commBack.red:hover {
	background: #c61a0e;
}

.commMidImg {
	display: block;
	max-width: 250px;
	margin: 60px auto 30px;
}

.commInputText {
	border: 1px solid #dddddd;
	height: 40px;
	padding: 0 10px;
}

#backToTop {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 9;
	cursor: pointer;
	border: 1px solid #eeeeee;
	background: rgba(33, 33, 33, 0.75);
	text-align: center;
	opacity: 0;
	visibility: hidden;
}

#backToTop i {
	line-height: 36px;
	color: #eeeeee;
	font-size: 28px;
	padding-bottom: 4px;
}

.headTop {
	height: 70px;
	background: #373d41;
	position: relative;
	z-index: 10;
}

.headTop .container {
	position: relative;
}

.headTop .Logo {
	width: 256px;
	position: absolute;
	top: 22px;
	left: 0;
}

.headTop .Logo img {
	width: 100%;
}

.headTop .hdTopR {
	padding-left: 300px;

}

.headTop .topLink {
	margin-top: 25px;
	margin-left: -300px;
}

.headTop .topLink a {
	color: #fff;
	font-size: 12px;
	padding-right: 35px;
}

.headTop .topLink a:hover {
	color: rgb(82, 201, 204);
}

.headTop nav {
	margin-top: 40px;
}

.commCrdWd.newsindex .re-news-time {
	color: #c54043;
}

.commCrdWd.newsindex .new-more .more {
	color: #c54043;
	border: 1px solid #c54043;
	border-radius: 6px;
}

.commCrdWd.newsindex .new-more .more:hover {
	background-color: #c54043;
	color: white;
}

.headTop nav a {
	display: block;
	float: left;
	color: #FFF;
	text-transform: uppercase;
	padding: 0 25px;
	border-right: 1px solid rgba(255, 255, 255, 0.8);
	height: 20px;
	line-height: 20px;
}

.headTop nav a:hover {
	color: #c54043;
}

.headTop nav li:first-child a {
	padding-left: 0;
}

.headTop nav li:last-child a {
	padding-right: 0;
	border-right: none;
}

.head {
	width: 100%;
	height: 75px;
	background: #373d41;
	z-index: 31;
	position: relative;
}

.head:after {
	content: "";
	opacity: 0.5;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
	background-position: 0px -120.138px;
}

.head .container {
	position: relative;
}

.head .home {
	position: absolute;
	height: 75px;
	line-height: 75px;
	cursor: pointer;
	left: 0px;
	overflow: hidden;
}

.head .home a {
	display: block;
	height: inherit;
}

.head .home img {
	-webkit-filter: invert(87%);
	filter: invert(1%);
	position: relative;
	top: -2px;
	height: 25px;
	opacity: 0;
	left: -90px;
	-webkit-transition: left 0.5s, opacity 0.25s ease-in-out;
	-moz-transition: left 0.5s, opacity 0.25s ease-in-out;
	-o-transition: left 0.5s, opacity 0.25s ease-in-out;
	transition: left 0.5s, opacity 0.25s ease-in-out;
}

.head .home img.scrollIn {
	opacity: 1;
	left: 0;
	-webkit-transition: left 0.5s, opacity 1s ease-in-out;
	-moz-transition: left 0.5s, opacity 1s ease-in-out;
	-o-transition: left 0.5s, opacity 1s ease-in-out;
	transition: left 0.5s, opacity 1s ease-in-out;
}

.head .home i {
	vertical-align: middle;
	font-size: 22px;
	color: #212121;
	opacity: 0;
	display: none;
	left: -21px;
	position: relative;
	top: -2px;
	-webkit-transition: left 0.5s, opacity 0.25s ease-in-out;
	-moz-transition: left 0.5s, opacity 0.25s ease-in-out;
	-o-transition: left 0.5s, opacity 0.25s ease-in-out;
	transition: left 0.5s, opacity 0.25s ease-in-out;
}

.head .home:hover i {
	color: #FFF;
}

.head .home i.scrollIn {
	opacity: 1;
	left: 0;
	-webkit-transition: left 0.5s, opacity 1s ease-in-out;
	-moz-transition: left 0.5s, opacity 1s ease-in-out;
	-o-transition: left 0.5s, opacity 1s ease-in-out;
	transition: left 0.5s, opacity 1s ease-in-out;
}

.head .hdKateTitle {
	padding: 0 10px;
	height: 75px;
	line-height: 75px;
	text-transform: uppercase;
	cursor: pointer;
	position: absolute;
	font-weight: bold;
	top: 0;
	left: -10px;
	-webkit-transition: left 0.5s;
	-moz-transition: left 0.5s;
	-o-transition: left 0.5s;
	transition: left 0.5s;
	color: white;
}

.head .hdKateGame {
	padding: 0 10px;
	height: 75px;
	line-height: 75px;
	text-transform: uppercase;
	font-family: MuseoSans, sans-serif;
	cursor: pointer;
	position: absolute;
	font-weight: bold;
	top: 0;
	left: 125px;
	-webkit-transition: left 0.5s;
	-moz-transition: left 0.5s;
	-o-transition: left 0.5s;
	transition: left 0.5s;
}

.head .hdKateGame.cur {
	background: #373d41;
	color: #FFF;
}

.head .hdKateTitle.scrollIn {
	left: 120px;
}

.head .hdKateTitle i {
	padding-bottom: 2px;
}

.head .hdKateTitle.cur {
	background: #212121;
	color: #FFF;
}

.head .fa-bars {
	padding-right: 10px;
	font-size: 18px;
	vertical-align: middle;
}

.m_navIcon,
.m_searchIcon,
.m_user,
.m_shopCart {
	display: none;
}

.head .search {
	width: 48%;
	margin: 20px 0 0 300px;
	float: left;
	position: relative;
	z-index: 15;
}

.head .search form {
	position: relative;
	z-index: 12;
}

.head .search input {
	width: 100%;
	height: 35px;
	border-radius: 15px;
	background: #fff;
	color: #000;
	padding: 0 15px;
	outline: none;
}

.head .search:after {
	content: "";
	width: 35px;
	height: 35px;
	background: #212121;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 15px;
}

.head .search i {
	display: block;
	width: 45px;
	height: 35px;
	position: absolute;
	right: 0;
	top: 0;
	color: #000;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	z-index: 5;
}

.head .user {
	position: absolute;
	top: 0;
	right: 100px;
	z-index: 5;
}

.head .shopCart {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}

.head .user>span,
.head .shopCart>span {
	height: 75px;
	line-height: 75px;
	color: white;
	padding: 0 10px;
	display: inline-block;
	cursor: pointer;
}

.head .user>span>.fa-user,
.head .user>a>.fa-user,
.head .shopCart .fa-shopping-cart {
	vertical-align: middle;
	font-size: 22px;
}

.head .user .showLogin {
	background: #373d41;
	position: absolute;
	top: 75px;
	right: 0px;
	padding: 10px;
	width: 322px;
	color: #FFF;
	display: none;
}

.head .user.cur .showLogin,
.head .shopCart.cur .cartList {
	display: block;
}

.head .user .showLogin input {
	width: 100%;
	height: 34px;
	background: #FFF;
	color: #212121;
	padding: 0 10px;
}

.head .user .showLogin .input-group {
	margin: 11px 0;
}

.head .user .showLogin .input-group-addon,
.head .user .showLogin .form-control {
	border-radius: 0;
	border: 2px solid #ddd;
	box-shadow: none;
}

.head .user .showLogin .form-control {
	height: 45px;
	border-left: none;
}

.head .user .showLogin .input-group-addon {
	padding: 6px 20px;
	color: #9a9a9a;
}

.head .user .showLogin .commButton {
	margin: 5px 0;
}

.head .user .showLogin a {
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
	display: inline-block;
}

.head .user .showLogin a.passwordForgotten {
	position: relative;
	top: -8px;
	float: right;
}

.head .user .showLogin a.createAccount {
	top: -8px;
	font-size: 14px;
	position: relative;
}

.head .user .showLogin a.createAccount i {
	margin-right: 5px;
}

.head .user .showLogin hr {
	margin: 11px 0;
}

.head .user .showLogin a:hover {
	color: #c54043;
}

.head .user .showLogin .socialLogin {
	margin-bottom: 9px;
}

.head .user .showLogin .socialLogin p {
	margin-bottom: 8px;
}

.head .user .showLogin .socialLogin a {
	color: #fff;
	font-size: 12px;
	padding-right: 23px;
}

.head .user .showLogin .socialLogin a:last-child {
	padding-right: 0px;
}

.head .user .showLogin .socialLogin a:hover {
	color: #52C9CC;
}

.head .user .showLogin p {
	font-weight: bold;
}

.head .user .showLogin ul a {
	font-size: 14px;
	padding-left: 10px;
	display: block;
}

.head .user .showLogin ul li:last-child {
	padding-top: 8px;
}

.head .user .showLogin ul a i {
	margin-right: 8px;
	width: 17px;
}

.head .shopCart .cartList {
	background: #373d41;
	position: absolute;
	top: 75px;
	right: 0px;
	padding: 10px;
	width: 322px;
	color: #FFF;
	display: none;
	max-height: 75vh;
	overflow: auto;
}
.head .shopCart .cartLoad {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, .5);
    text-align: center;
    box-sizing: border-box;
    z-index: 5;
    font-size: 32px;
    color: #444;
    padding-top: 52px;
    display: none;
}
.head .shopCart span em {
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background: #fff;
	color: #000;
	text-align: center;
	line-height: 18px;
	display: inline-block;
	font-style: normal;
	position: absolute;
	top: 20px;
	right: 15px;
	font-size: 12px;
}

.head .shopCart .cartList a {
	color: #FFF;
	margin-bottom: 8px;
	padding-top: 8px;
	font-size: 14px;
	display: block;
	border-top: 1px solid #333;
}

.head .shopCart .cartList li:first-child a {
	border-top: 0px;
}

.head .shopCart .cartList a img {
	width: 55px;
	float: left;
	margin-right: 8px;
}

.head .shopCart .cartList .cartTotal {
	color: #FFF;
	margin-bottom: 8px;
	padding-top: 8px;
	display: block;
	border-top: 1px solid #FFF;
	text-align: center;
}

.head .shopCart .cartList a:hover {
	color: rgb(82, 201, 204);
}

.head .user.cur>span,
.head .shopCart.cur>span {
	color: #FFF;
}

.head .shopCart .cartList .commButton {
	font-size: 14px;
	margin-bottom: 8px;
}

.hideNav {
	width: calc(100% + 10px);
	position: absolute;
	top: 75px;
	left: -10px;
	background: #212121;
	color: #FFF;
	z-index: 10;
}

.hideNav.scrollIn {
	width: 100%;
	left: 0px;
}



.hideNav ul li {
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
}

.hideNav .m_nav {
	display: none;
}

.hideNav .backIcon {
	display: none;
}

.hideNav .fa-chevron-right {
	display: none;
}

.hideNav .lagTop img {
	width: 23px;
	height: 16px;
	vertical-align: middle;
}

.hideNav .lagTop {
	position: absolute;
	top: -63px;
}

.hideNav .coin {
	right: 208px;
}

.hideNav .topLan {
	right: 90px;
	text-align: right;
}

#currBtn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 10px;
}

.hideNav .topLan ul img {
	float: left;
}

.hideNav .coin ul img {
	float: right;
}

.hideNav .hdLag {
	padding: 0 20px 0 10px;
	line-height: 20px;
	cursor: pointer;
}

.hideNav .hdLag i {
	vertical-align: middle;
}

.hideNav .hdLag span {
	display: none;
}

.hideNav .coin .hdLag a {
	font-size: 18px;
	color: #FFF;
	position: relative;
	top: 2px;
	font-weight: bold;
}

.hideNav .lagTop ul {
	padding: 10px;
	background: #373d41;
	color: #FFF;
	min-width: 158px;
	position: absolute;
	top: 36px;
	display: none;
}

.hideNav .coin ul {
	right: -110px;
}

.hideNav .topLan ul {
	left: 0px;
}

.hideNav .lagTop ul a {
	display: block;
	color: #FFF;
	line-height: 35px;
	border-bottom: 1px solid #333;
}

.hideNav .lagTop ul li:nth-child(2) a {
	border-top: 1px solid #333;
}

.hideNav .lagTop ul a:hover {
	color: #52c9cc;
}

.hideNav .lagTop ul img {
	margin-top: 10px;
}

.hideNav .lagTop.cur ul {
	display: block;
}

.hideNav .hdList {
	vertical-align: top;
	margin-bottom: 20px;
	display: none;
}

.hideNav .hdList.cur {
	display: inline-block;
}

.hideNav .hdList .hdNav {
	height: 50px;
	line-height: 50px;
	padding-left: 50px;
	font-weight: bold;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hideNav .hdList li {
	font-size: 16px;
	padding-left: 50px;
	margin-bottom: 5px;
}

.hideNav .hdList li a {
	color: #FFF;
	padding-left: 20px;
	background-position: 0 -22px;
	background: url(../templates/old/images/cat-icon-sprite-cyan.png) no-repeat 0 0;
	display: block;
}

.hideNav .hdList li a:hover {
	color: #a32d2f;
	background-position: 0 -22px;
}

.hideNav .hdList li a span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #212121;
}

.hideNav .ktGame {
	width: 25%;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	-webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#414141), to(rgba(0, 0, 0, 0))) 1 100%;
	-webkit-border-image: -webkit-linear-gradient(#414141, rgba(0, 0, 0, 0)) 1 100%;
	-moz-border-image: -moz-linear-gradient(#414141, rgba(0, 0, 0, 0)) 1 100%;
	-o-border-image: -o-linear-gradient(#414141, rgba(0, 0, 0, 0)) 1 100%;
	border-image: linear-gradient(to bottom, #414141, rgba(0, 0, 0, 0)) 1 100%;
}

.hideNav .hdList>ul {
	padding-top: 5px;
}

.hideNav .fifa {
	width: 75%;
	position: absolute;
	left: 25%;
	top: 50px;
}

.hideNav .mobile {
	width: 75%;
	position: absolute;
	left: 25%;
	top: 50px;
}

.hideNav .mobile>ul {
	border-top: 1px solid #414141;
}

.hideNav .fifa>ul {
	border-top: 1px solid #414141;
}

.hideNav .hdList .hdNavMl25 {
	margin-left: 25%;
}

.hideNav .hdList .hdNavMl50 {
	margin-left: 50%;
}

.hideNav .hdList .hdNavMl75 {
	margin-left: 75%;
}

.hideNav .hdList .hdNavPl25 {
	padding-left: 25%;
}

.hideNav .hdList .hdNavPl50 {
	padding-left: 50%;
}

.hideNav .hdList .hdNavPl75 {
	padding-left: 75%;
}

.hideNav .mobile .click_btns {
	cursor: pointer;
	position: absolute;
	top: -50px;
	width: 25%;
	height: 51px;
	border-right: 1px solid #414141;
}

.hideNav .fifa .click_btns {
	cursor: pointer;
	position: absolute;
	top: -50px;
	width: 25%;
	height: 51px;
	border-right: 1px solid #414141;
}

.hideNav .hdList .fill-hdNav-click_btns {
	height: 50px;
	width: 100%;
	display: block;
	top: -50px;
	position: absolute;
}


.commWrap {
	padding: 0;
	margin: 20px auto;
}

.commTitle {
	font-size: 20px;
	padding: 10px 0;
	font-weight: bold;
	color: #c54043;
	margin-bottom: 24px;
	text-transform: uppercase;
}


.footer {
	overflow: hidden;
}

.footT {
	background: #2c2c2c;
	color: #FFF;
	position: relative;
	z-index: 1;
}

.footT::after {
	content: "";
	opacity: 0.2;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}

.footT h3 {
	text-transform: uppercase;
}

.footT .produkte {
	padding: 40px 0;
	margin-left: 0px;
	margin-right: 0px;
}

.footT .produkte ul {
	overflow: hidden;
	position: relative;
}

.footT .produkte li .proTit {
	width: 30%;
	padding-left: 30px;
	position: relative;
	font-size: 18px;
	line-height: 40px;
	color: white;
	cursor: pointer;
}

.footT .produkte li .proTit i {
	float: right;
	font-size: 24px;
	line-height: 40px;
	display: none;
	color: #FFF;
}

.footT .produkte li .proTit i.fa-angle-down {
	display: none;
}

.footT .produkte li .proTit:before {
	content: "";
	width: 12px;
	height: 12px;
	background: url(../templates/old/images/white.png) no-repeat center center;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
}

.footT .produkte li .proCont {
	width: 60%;
	position: absolute;
	top: 8px;
	right: 0;
	line-height: 24px;
	font-size: 16px;
	text-align: justify;
	height: 144px;
	overflow: hidden;
	display: none;
}

.footT .produkte li .proCont a {
	color: #FFF;
	position: absolute;
	right: 0;
	bottom: 0;
}

.footT .produkte li .proCont a:hover {
	color: #d80028;
}

.footT .produkte li.cur .proTit {
	color: #d80028;
}

.footT .produkte li.cur .proTit:before {
	background: url(../templates/old/images/kp-cyan.png) no-repeat center center;
	background-size: 100%;
}

.footT .produkte li.cur .proTit i.fa-angle-right {
	display: none;
}

.footT .produkte li.cur .proCont {
	display: block;
}

.footM {
	background: #2c2c2c;
	padding: 40px 0 30px;
}

.footM>.container>.row {
	display: flex;
}

.footM>.container>.row>div {
	flex: 1;
}

.footM .footCard img {
	width: 60px;
	border-radius: 4px;
	overflow: hidden;
}

.footM .footCard a {
	display: block;
	height: 100%;
	color: #FFF;
	font-size: 16px;
	position: relative;
}

.footM .trustpilot .footCard {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.footM .follow {
	font-size: 32px;
	margin-bottom: 10px;
}

.footM .follow h4 {
	margin-bottom: 0;
}

.footM .follow li {
	float: left;
	padding: 0;
}

.footM .follow a {
	display: inline-block;
	text-align: center;
	color: #fff;
}



.footM .payments a {
	display: block;
	text-align: center;
	padding: 5px;
	background-color: #fff;
	margin: 0 7px 5px;
	height: 36px;
	overflow: hidden;
	border-radius: 5px;
}

.pmentLogList ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.pmentLogList li {
	background-color: white;
	border-radius: 4px;
	margin-right: 5px;
	overflow: hidden;
	height: 45px;
	line-height: 45px;
	width: 144px;
	text-align: center;
}

.footM h4 {
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
}

.footM .sitemap a {
	color: #fff;
	font-size: 14px;
}

.footM .sitemap a:hover {
	color: #d80028;
}

.footM .sitemap h4:not(:first-child) {
	margin-top: 13px;
}



.qbStage .footLangCurSelect {
	display: inline-block;
}

.footLangCurSelect .dd-option-image,
.footLangCurSelect .dd-selected-image {
	margin-top: 3px;
}

.AlertStyle {
	font-size: 16px;
	margin: 0 auto;
	text-align: left;
	width: 30%;
}

.AlertStyle .footLangSelect {
	width: 100%;
	text-align: center;
}


.footM .footNewsletter {
	position: relative;
	margin-bottom: 18px;
}

.footM .footNewsletter input {
	height: 34px;
	padding: 0 10px;
	outline: none;
	width: 100%;
}

.footM .footNewsletter .searchOrder {
	height: 34px;
	line-height: 34px;
	width: 34px;
	text-align: center;
	color: #fff;
	background: #d80028;
	font-size: 16px;
	cursor: pointer;
	position: absolute;
	right: 0;
}

.footM .footNewsletter .searchOrder:hover {
	background: #aa0120;
}

.foot {
	text-align: center;
	padding: 13px 0;
	color: #9c9c9c;
	background-color: #2c2c2c;
	font-size: 14px;
	border-top: 1px solid #333;
}

.commPageMark {
	color: #9a9a9a;
	font-size: 12px;
}

.commPageMark a {
	color: #9a9a9a;
	text-decoration: underline !important;
}

.commPageTitle {
	font-size: 45px;
	line-height: 60px;
	text-transform: uppercase;
	margin: 20px 0 30px -5px;
	font-family: MuseoSans, sans-serif;
}

.commPageBG {
	background: #eee;
	padding: 20px 0;
}

.commAfuBtn {
	background: rgb(255, 255, 255);
	border: 1px solid #ddd;
	color: #4B4B4B;
	width: 170px;
	height: 30px;
}

.commAfuBtn:hover {
	background: rgba(82, 201, 204, 0.2);
	border: 1px solid #52c9cc;
}

.commAfuBtn i {
	margin-right: 5px;
}

.commProBG {
	border: 1px solid #d6d6d6;
	box-shadow: 0 0 3px #d6d6d6;
	background: #FFF;
	margin-bottom: 20px;
	border-radius: 4px;
}

.commProBG .commProCont {
	padding: 15px;
}

.commProBG .commProCont .time {
	text-align: right;
}

.commProBG .commProCont .title {
	text-align: center;
	margin-bottom: 10px;
}

.commProBG.ebayCont .commKFRight,
.commProBG.ebayCont .commBackKF {
	margin: 0;
}

.commProBG .commProTabs {
	border-bottom: 1px solid #d6d6d6;
}

.commProBG .commProTabs ul {
	margin-bottom: -1px;
	margin-top: -1px;
	font-size: 0;
}

.commProBG .commProTabs li {
	height: 54px;
	line-height: 54px;
	display: inline-block;
	text-align: center;
	border: 1px solid #d6d6d6;
	border-left: 0px;
	background: #FFF;
	cursor: pointer;
	color: #9a9a9a;
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
}

.commProBG .commProTabs li a {
	color: inherit;
	display: block;
	padding: 0px 40px;
}

.commProBG .commProTabs li.cur {
	background: #FFF;
	border-bottom: 1px solid #FFF;
}

.commProBG .commProTabs li.cur a {
	color: #52c9cc;
}

.commProBG .commProTabs li:hover a {
	color: #52c9cc;
}

.commProBG .news-item {
	margin: 0;
	padding: 8px 8px;
	border-bottom: 1px solid #eaeaea;
}

.commProBG .news-item .news-icon {
	padding: 4px 4px;
}

.commProBG .news-item .new-time {
	font-size: 14px;
	color: #c9c9c9;
}

.commProBG .news-item .title a {
	font-weight: 700;
}

.commProBG .news-item .moead {
	display: inline-block;
	margin-top: 8px;
	padding: 2px 10px;
	color: #494848;
	border: 1px solid #dcdcdc;
}

.commProBG .news-item .moead:hover {
	color: #fff;
	border: 1px solid #52c9cc;
	background: #52c9cc;
}






input:disabled,
select:disabled {
	background-color: #dddddd !important;
}

select {
	cursor: pointer;
}

select:disabled {
	cursor: auto;
}

input[type="radio"] {
	outline: none !important;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	width: 18px;
	height: 18px;
	background: #FFF;
	border-radius: 100%;
	border: 1px solid #9a9a9a;
	float: left;
	vertical-align: middle;
	position: relative;
	margin-right: 10px;
}

input[type="radio"]:checked {
	border: 1px solid #7d0106;
}

input[type="radio"]:checked::after {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #7d0106;
	position: absolute;
	top: 3px;
	left: 3px;
}

input[type="checkbox"] {
	padding: 0;
	margin-top: 0;
	outline: none !important;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none !important;
	-ms-appearance: none;
	-o-appearance: none;
	width: 20px;
	height: 20px;
	background: #FFF;
	border: 1px solid #9a9a9a;
	border-radius: 3px;
	vertical-align: middle;
	margin-right: 10px;
}

input[type="checkbox"]:checked {
	border: 1px solid #52c9cc;
	background: #52c9cc url(../templates/old/images/rt.svg) no-repeat center center;
	background-size: 80% 80%;
}

.commError {
	padding: 10px 20px;
	border: 1px solid #e8647c;
	background: rgba(232, 100, 124, 0.1);
	margin: 20px 0;
}




.commKongText {
	color: #9a9a9a;
	text-align: center;
}


@-webkit-keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1.0);
	}
}

@-moz-keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
		-moz-transform: scale(0);
	}

	40% {
		-moz-transform: scale(1.0);
	}
}

@-o-keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
		-o-transform: scale(0);
	}

	40% {
		-o-transform: scale(1.0);
	}
}

@keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-ms-transform: scale(1.0);
		-o-transform: scale(1.0);
		transform: scale(1.0);
	}
}


#productListContainer .commSpinner,
.autocomplete-suggestion .commSpinner {
	display: block;
}

.autocomplete-suggestions {
	background: #FFF;
	overflow: auto;
	top: 20px;
	border: 1px solid #d6d6d6;
}

.autocomplete-loding {
	background: #FFF;
	overflow: auto;
	top: 20px;
	border: 1px solid #d6d6d6;
}

.autocomplete-suggestion {
	padding: 10px 10px 15px;
	border-top: 1px solid #d1d1d1;
	/*height: 100px;*/
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.autocomplete-suggestion:first-child {
	padding-top: 29px;
	border-top: 0;
	height: 114px;
}

.autocomplete-suggestion:last-child {
	height: initial;
}

.autocomplete-suggestion .autoSugImg {
	width: 100px;
	height: 90px;
	position: absolute;
	/*top: 15px;*/
	left: 15px;
}

.autocomplete-suggestion:first-child .autoSugImg {
	top: 29px;
}

.autocomplete-suggestion .autoSugImg img {
	width: 100%;
}

.autocomplete-suggestion .autoSugCont {
	width: 100%;
	padding-left: 110px;
}


.autocomplete-suggestion .commKF,
.autocomplete-suggestion .commButton {
	width: 100px;
	height: 24px;
	position: absolute;
	bottom: 10px;
	right: 15px;
	font-size: 13px;
}

.autocomplete-selected {
	background: rgba(82, 201, 204, 0.2);
}

.autocomplete-suggestion .autoSugNoResult {
	color: #212121;
}

.autocomplete-suggestion .autoSugNoResult span {
	font-style: italic;
}

.autocomplete-suggestion .autoSugShowAll {
	display: block;
	color: #212121;
	text-align: right;
}

.autocomplete-suggestion .autoSugShowAll:hover {
	text-decoration: underline;
}


.gpt>div {
	width: 0;
	height: 0;
	position: absolute;
	top: 200px;
	margin-left: 0;
	overflow: hidden;
}

@media (max-width:1200px) {
	.headTop nav a {
		padding: 0 14px;
	}

	.commSwiperWd .commKF,
	.commSwiperWd .commButton {
		font-size: 14px;
	}



	.footM .follow {
		bottom: 18px;
	}
}
#nodata {
	width: 100%;
	text-align: center;
	padding-top: 100px;
	background-color: white;
	margin: 35px 0;
	padding: 100px 0;
}

#null-text {
	margin-top: 30px;
	font-size: 18px;
	font-weight: bold;
}

.ntxt {
	border: 1px solid #ccc;
	padding: 30px;
	text-align: center;
	color: #333;
	width: 1168px;
	margin: 0 auto
}

#playerCardBox {
	display: flex;
	margin-top: 20px;

}
#s-block-area-box-right ol li{
	list-style-type: decimal !important;
}
#s-block-area-box-right ul li {
	list-style-type: disc !important;
}
.fakeCardWrap .loading{

}
.fakeCardWrap #playername {
	width: 537px;
	height: 57px;
	border: 1px solid #ccc;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	z-index: 4;
	padding-left: 10px;
	padding-top: 5px;
	background-color: white;
}

.fakeCardWrap input {
	width: 537px;
}

.smallIcon {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-color: red;
	border-radius: 4px;
	text-align: center;
	line-height: 20px;
	color: white;
	font-size: 12px;
	margin-right: 15px;
}

.fakeCardWrap {
	position: relative;
}
.fakeCardWrap .cardLoading{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,.8);
    color: #666;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
}

.fakeCardWrap input {
	height: 57px;
}

@media (max-width:768px) {
	#showShop {
		margin: 0;
	}

	#rightShop {
		padding: 0;
	}

	#viewShop {
		padding: 0;
	}

	#playerCardBox {
		display: block;
	}

	#playername {
		width: 100%;
	}

	.fakeCardWrap input {
		width: 100%;
	}
}

@media (max-width:992px) {
	.headTop .Logo {
		width: 160px;
		top: 35px;
	}

	.headTop .hdTopR {
		padding-left: 180px;
	}

	.head .home img {
		display: none;
	}

	.head .home i {
		display: inline-block;
	}

	.head .hdKateTitle.scrollIn {
		left: 35px;
	}

	.head .search {
		margin-left: 180px;
	}

	.headTop nav a {
		font-size: 14px;
		padding: 0 10px;
	}

	.hideNav .hdList li,
	.hideNav .hdList .hdNav {
		padding-left: 30px;
	}

	.commSwiperWd .commKF,
	.commSwiperWd .commButton {
		font-size: 16px;
	}

	.footM {
		padding: 0;
	}

	.footM .follow a {
		padding: 0;
	}

	.commPageBG {
		padding: 15px 0;
	}

	.commPageTitle {
		font-size: 40px;
		line-height: 40px;
		margin: 10px 0;
	}




	.footM>.container>.row {
		display: inline;
	}

	.footM>.container>.row>div {
		flex: initial;
	}

	.footM .payments {
		height: auto;
	}

	.footM .payments ul {
		margin-top: 0;
	}

	.footM .follow {
		position: relative;
		bottom: auto;
	}

	.footM .payments h4 {
		display: block;
	}

	.footLangCurSelect {
		width: 100%;
	}

	.AlertStyle {
		width: 80%;
	}

	.footM .footLangCur {
		top: 250px;
		bottom: auto;
	}

}

@media (max-width:768px) {
	h1 {
		font-size: 36px;
	}
	.commMidImg {
		margin: 30px auto;
		max-width: 70%;
	}

	.commPageBG {
		padding: 10px 0;
	}

	#backToTop {
		bottom: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
	}

	#backToTop i {
		line-height: 36px;
		color: #eeeeee;
		font-size: 24px;
		padding-bottom: 4px;
	}

	.headTop {
		height: 55px;
	}

	.headTop .Logo {
		top: 10px;
		left: 15px;
	}

	.headTop .hdTopR {
		display: none;
	}

	.head {
		width: 100%;
		height: 45px;
	}

	.head .home {
		height: 45px;
		line-height: 45px;
		margin-left: 58px;
		left: 0;
	}

	.head .home a {
		display: inline-block;
	}

	.head .home img {
		display: inline;
		top: -1px;
	}

	.head .home i {
		display: none;
	}


	.head .hdKateTitle,
	.head .search,
	.head .user>span,
	.head .shopCart>span,
	.head .user:hover .showLogin,
	.head .shopCart:hover .cartList,
	.hideNav .lagTop:hover ul,
	.head .fa-angle-down,
	.add_AffTitle {
		display: none;
	}

	.m_navIcon,
	.m_searchIcon,
	.m_user,
	.m_shopCart,
	.hideNav .m_nav,
	.hideNav .hdList,
	.hideNav .fa-chevron-right,
	.hideNav .backIcon {
		display: block;
	}

	.hideNav .hdList ul div.col-sm-4 {
		width: 100%;
	}

	.m_navIcon {
		width: 45px;
		height: 45px;
		text-align: center;
		line-height: 45px;
		background: none;
		font-size: 20px;
		float: left;
		outline: none;
		color: #212121;
	}

	.m_navIcon.cur {
		background: #212121;
		color: #FFF;
	}

	.head .m_searchIcon.cur {
		background: #363738;
		color: #FFF;
	}

	.head .user {
		right: 50px;
	}

	.head .m_searchIcon {
		position: absolute;
		right: 100px;
		top: 0;
	}

	.head .user>span>.fa-user,
	.head .user>a>.fa-user,
	.head .shopCart .fa-shopping-cart {
		font-size: 20px;
	}

	.head .m_user,
	.head .m_shopCart,
	.head .m_searchIcon {
		width: 45px;
		height: 45px;
		display: block;
		color: #212121;
		line-height: 45px;
		text-align: left;
		font-size: 20px;
	}

	.head .m_shopCart em {
		width: 18px;
		height: 18px;
		border-radius: 100%;
		background: #fff;
		color: #24B4B1;
		text-align: center;
		line-height: 18px;
		display: inline-block;
		font-style: normal;
		position: absolute;
		top: 5px;
		right: 15px;
		font-size: 10px;
	}

	.head .m_user i,
	.head .m_shopCart i,
	.head .m_searchIcon i {
		line-height: 45px;
	}

	.hideNav {
		width: 100%;
		position: fixed;
		top: 45px;
		left: 0;
	}

	.hideNav>ul {
		width: 100%;
		height: calc(100vh - 100px);
		position: absolute;
		top: 0;
		left: -100%;
		background: #212121;
		color: #FFF;
		overflow-y: auto;
		transition: left 0.5s, padding-top 0.5s;
		-webkit-transition: left 0.5s, padding-top 0.5s;
		-moz-transition: left 0.5s, padding-top 0.5s;
		-ms-transition: left 0.5s, padding-top 0.5s;
		-o-transition: left 0.5s, padding-top 0.5s;
		margin-top: 55px ;
	}

	.hideNav.cur>ul {
		left: 0;

	}

	.hideNav .lagTop ul.clkMenu-coin_clkMenuBox {
		left: 0;
		height: 100%;
		top: 0;
	}

	.hideNav .lagTop,
	.hideNav .add_aff {
		position: static;
		background: rgba(255, 255, 255, 0.3);
	}

	.hideNav li {
		width: 100%;
		height: 50px;
		line-height: 50px;
		border-bottom: 1px solid #9a9a9a;
		padding: 0 10px;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.hideNav li:active {
		background: rgba(255, 255, 255, 0.2);
	}

	.hideNav .lastBG {
		background: rgba(255, 255, 255, 0.3);
	}

	.hideNav li a {
		color: #FFF;
		display: block;
	}

	/*.hideNav > ul > li:nth-last-child(3) {
            border-top: 2px solid #9a9a9a;
        }*/

	.hideNav .coin .hdLag span {
		position: relative;
		top: -3px;
	}

	.hideNav .coin .hdLag a {
		display: inline-block;
		top: -3px;
		font-size: 20px;
		text-align: center;
		width: 23px;
		margin-right: 5px;
	}

	.hideNav li .fa-chevron-right {
		float: right;
		font-size: 14px;
		margin-top: 18px;
	}

	.hideNav.curr>ul {
		padding-top: 45px;
	}

	.hideNav.curr li ul {
		padding-top: 45px;
	}

	.hideNav li ul,
	.hideNav .lagTop ul {
		width: 100%;
		height: calc(100% - 100px);
		background: #212121;
		position: fixed;
		top: 100px;
		left: 0;
		display: none;
		overflow-x: hidden;
		overflow-y: auto;
		transition: left 0.5s, padding-top 0.5s;
		-webkit-transition: left 0.5s, padding-top 0.5s;
		-moz-transition: left 0.5s, padding-top 0.5s;
		-ms-transition: left 0.5s, padding-top 0.5s;
		-o-transition: left 0.5s, padding-top 0.5s;
	}

	.hideNav.cur li ul {
		left: 100%;
	}

	.hideNav li ul.out {
		left: -100%;
	}

	.hideNav .hdList .hdNav {
		padding: 0;
		font-weight: normal;
		display: block;
		white-space: normal;
		text-overflow: clip;
		overflow: visible;
	}

	.hideNav .hdList li {
		padding-left: 10px;
		margin-bottom: 0;
	}

	.hideNav li ul li {
		padding: 0 10px;
	}

	.AlertStyle {
		width: 100%;
	}

	.hideNav .ktGame,
	.hideNav .fifa {
		width: 100%;
	}

	.hideNav .fifa {
		position: static;
		left: auto;
		top: auto;
	}

	.hideNav .fifa>ul {
		border-top: 0;
	}

	.hideNav .hdList .hdNavMl25,
	.hideNav .hdList .hdNavMl50,
	.hideNav .hdList .hdNavMl75 {
		margin-left: 0;
		position: static;
	}

	.hideNav .hdList .hdNavPl25,
	.hideNav .hdList .hdNavPl50,
	.hideNav .hdList .hdNavPl75 {
		padding-left: 0;
	}

	.hideNav .ktGame {
		border-width: 0px 0px 1px 0px;
		-webkit-border-image: none;
		-webkit-border-image: none;
		-moz-border-image: none;
		-o-border-image: none;
		border-image: none;
	}

	.hideNav .hdList>ul {
		padding-top: 0;
	}

	.hideNav .fifa .click_btns {
		position: static;
		top: auto;
		width: auto;
		height: auto;
		border-right: 0;
	}

	.hideNav .hdList .fill-hdNav-click_btns {
		display: none;
	}

	.hideNav .hdList {
		margin-bottom: 0;
	}

	.hideNav .hdLag {
		padding: 0;
		line-height: 50px;
	}

	.hideNav .hdLag span {
		display: inline-block;
	}

	.hideNav .topLan {
		text-align: left;
	}

	.hideNav .lagTop img {
		margin-top: -4px;
		margin-right: 5px;
	}

	.hideNav .fa-question-circle-o {
		vertical-align: middle;
		margin-right: 5px;
		margin-top: -4px;
		width: 26px;
		font-size: 20px;
		padding-right: 3px;
	}

	.hideNav .backIcon i {
		font-size: 14px;
		float: right;
		margin-top: 18px;
	}

	.hideNav .lagTop ul {
		padding: 0;
	}

	.hideNav .lagTop ul a {
		border-bottom: none;
		line-height: 50px;
	}

	.hideNav .lagTop ul li:nth-child(2) a {
		border-top: 0px;
	}

	.hideNav .lagTop ul img {
		margin-top: 17px;
		margin-right: 0;
	}

	.hideNav .topLan li {
		text-align: right;
	}

	.hideNav .topLan li.backIcon {
		text-align: left;
	}

	.click_btns {
		text-transform: uppercase;
	}

	.head .search {
		float: none;
		width: 100%;
		margin: 0;
		height: 50px;
		position: fixed;
		top: 100px;
		left: 0;
		padding: 5px;
		z-index: 11;
		display: none;
		background: #363738;
	}

	.head .search:after {
		position: static;
	}

	.head .search>form {
		position: absolute;
		bottom: 5px;
		width: calc(100% - 10px);
	}

	.head .search input {
		width: 100%;
		background: #FFF;
		border-radius: 0;
		height: 40px;
		color: #212121;
		padding: 0 10px;
	}

	.head .search i {
		color: #9a9a9a;
		width: 40px;
		height: 40px;
		line-height: 40px;
		right: 5px;
	}

	.head .search:after {
		top: 7px;
		right: 7px;
		background: #FFF;
	}

	.commSwiperWd .commKF,
	.commSwiperWd .commButton {
		font-size: 14px;
	}

	.footT {
		background-size: auto 100%;
	}

	.footT .produkte {
		padding: 15px 0 0;
		margin-left: 0px;
		margin-right: 0px;
	}

	.footT .produkte li {
		border-top: 1px solid #ddd;
		padding: 0 10px;
		position: relative;
	}

	.footT .produkte li .proTit {
		width: 100%;
		font-size: 16px;
		color: #FFF;
	}

	.footT .produkte li .proTit i {
		display: block;
	}

	.footT .produkte li .proTit i.fa-angle-down {
		display: block;
		transition: all 1s;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-ms-transition: all 1s;
		-o-transition: all 1s;
	}

	.footT .produkte li .proTit i.fa-angle-right,
	.footT .produkte li.cur .proTit i.fa-angle-right {
		display: none;
	}

	.footT .produkte li .proTit:before {
		background: url(../templates/old/images/white.png) no-repeat center center;
	}

	.footT .produkte li .proCont {
		width: 100%;
		position: static;
		max-height: none;
		margin: 10px 0;
		height: auto;
	}

	.footT .produkte li .proCont a {
		right: 10px;
	}

	.footT .produkte li .proTit.cur i {
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		transform: rotate(-180deg);
		transition: all 1s;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-ms-transition: all 1s;
		-o-transition: all 1s;
	}

	.footT .produkte li .proTit.cur {
		color: #52C9CC;
	}

	.footT .produkte li .proTit.cur:before {
		background: url(../images/kp-cyan.png) no-repeat center center;
	}

	.footT h3 {
		font-size: 18px;
		margin-left: 15px;
		margin-right: 15px;
	}

	.footM {
		padding: 0 0 20px;
		position: relative;
	}

	.footM .alpha,
	.footM .beta {
		position: static;
	}

	.footM h4 {
		font-size: 18px;
	}

	.footM .trustpilot {
		margin-top: 20px;
	}

	.footM .footLangCur {
		top: auto;
		bottom: 30px;
		left: auto;
		right: 0;
	}


	.commSKf {
		width: 90px;
	}

	.commPageMark {
		padding-left: 10px;
		margin-bottom: 10px;
	}

	.commPageTitle {
		font-size: 30px;
		margin: 0 0 10px 5px;
		line-height: 30px;
		overflow: hidden;
	}

	.commTitle {
		margin: 0 10px;
		font-size: 16px;
	}

	.commWrap {
		margin: 10px auto;
	}

	.commSeite .commPager input {
		width: 45px;
	}

	.commSeite .commPager .pageBtn {
		width: 40px;
	}

	.commProSeite select {
		margin-left: 10px;
	}

	.commValHelp {
		position: static;
	}

	.commValHelp .commTip {
		width: 90%;
		left: 25px;
		top: initial;
		bottom: 30px;
	}

	.commValHelp .commTip:before {
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: none;
		border-top: 10px solid #212121;
		bottom: -10px;
		top: initial;
		left: 20px;
	}

	.commValHelp .commTip:after {
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: none;
		border-top: 7px solid #f7f7f7;
		bottom: -7px;
		top: initial;
		left: 23px;
	}

	.commSpeed {
		margin: 20px 0;
	}

	.commSpeed li {
		width: 32%;
		font-size: 14px;
	}

	.commBackKF .commBack {
		width: 30%;
	}

	.commBackKF .commKF,
	.commBackKF .commButton {
		width: 60%;
	}

	.commKFRight {
		margin: 10px 0 0;
	}

	.m_commKFRight {
		margin-right: 10px;
	}

	.commError {
		padding: 10px 15px;
	}

	.commProBG .commProTabs li a {
		padding: 0 15px;
	}

	.autocomplete-loding {
		top: 50px;
		left: 0 !important;
		width: 100% !important;
		border: 0;
		border-bottom: 1px solid #d6d6d6;
	}

	.autocomplete-suggestions {
		top: 50px;
		left: 0 !important;
		width: 100% !important;
		border: 0;
		border-bottom: 1px solid #d6d6d6;
	}

	.autocomplete-suggestion:first-child {
		padding-top: 15px;
		height: 100px;
	}

	.autocomplete-suggestion:first-child .autoSugImg {
		top: 15px;
	}

	.autocomplete-suggestion:last-child {
		height: auto;
		padding-bottom: 15px;
	}

	.autocomplete-suggestion .autoSugImg {
		width: 60px;
		height: auto;
	}

	.autocomplete-suggestion .autoSugCont {
		padding-left: 70px;
	}

	.autoSugCont .autoSugScore {
		font-size: 25px;
		bottom: 5px;
		display: block;
		right: 55%;
	}

	.autoSugCont .autoSugPrice {
		left: 85px;
	}
}

@media (max-width:480px) {
	.autoSugCont .autoSugScore {
		right: 35%;
	}

	.footM .gamma .row>div {
		width: 100%;
	}

	.footM .footCard {
		margin: 0 auto;
		/*max-width: 300px;*/
	}

	.footM .footNewsletter {
		width: 100%;
	}
}

.commCrdWd {
	position: relative;
}

.commCrdWd .game-title {
	line-height: 34px;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 34px;
	text-align: center;
	color: #fff;
	background-color: #a20107;
    border-radius: 4px;
}

.commCrdWd .game-title:hover {
	background-color: #7d0106;
}

.hotPlat .commCrdWd li:nth-child(1) .game-title,.hotPlat .commCrdWd li:nth-child(5) .game-title {
	background-color: #032876;
}

.hotPlat .commCrdWd li:nth-child(2) .game-title,.hotPlat .commCrdWd li:nth-child(6) .game-title {
	background-color: #a20107;
}

.hotPlat .commCrdWd li:nth-child(3) .game-title,.hotPlat .commCrdWd li:nth-child(7) .game-title {
    background-color: #ffa25a;
}

.hotPlat .commCrdWd li:nth-child(4) .game-title,.hotPlat .commCrdWd li:nth-child(8) .game-title {
	background-color: #522112;
}

.hotPlat .commCrdWd li:nth-child(1) .game-title:hover,.hotPlat .commCrdWd li:nth-child(5) .game-title:hover {
	background-color: #01184a;
}

.hotPlat .commCrdWd li:nth-child(2) .game-title:hover,.hotPlat .commCrdWd li:nth-child(6) .game-title:hover {
	background-color: #7d0106;
}

.hotPlat .commCrdWd li:nth-child(3) .game-title:hover,.hotPlat .commCrdWd li:nth-child(7) .game-title:hover {
	background-color: #bd6d2f;
}

.hotPlat .commCrdWd li:nth-child(4) .game-title:hover,.hotPlat .commCrdWd li:nth-child(8) .game-title:hover {
	background-color: #37170d;
}


.commCrdWd .game-title:hover {
	background: #7d0106;
}

.commCrdWd ul li {
	margin-top: 10px;
	width: 24.3%;
	margin-right: 10px;
}

.commCrdWd ul li:nth-child(4n) {
	margin-right: 0;
}

.commCrdWd ul li img {
	width: 100%;
    height: 195px;
    object-fit: cover
}

.gameGrid {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.newsUl {
	display: flex;
}

@media (max-width:768px) {
	.commCrdWd {
		padding: 0 10px;
	}

	.newsUl {
		display: block;
	}

	.commCrdWd ul {
		padding: 0px;
	}

	.commCrdWd ul li.gameGridItem {
		margin-bottom: 10px;
		margin-right: 10px;
		width: 48%;
	}

	.commCrdWd ul li.gameGridItem:nth-child(2n) {
		margin-right: 0;
	}

	.commCrdWd ul li.gameGridItem img {
		width: 100%;
        height: 112px;
	}

	.commCrdWd ul li.newsLi {
		width: 100%;
		margin-bottom: 20px;
		border-bottom: 1px solid #ccc;
		padding-bottom: 15px;
	}

	.commProBG.noMargin{
		width: 95%;
		margin: 0 auto !important;
	}
	.channelItem{
		margin-right: 5px;
		padding: 0 !important;
	}
	.channelItem:nth-child(2n){
		margin-right: 0;
	}


}

.commNews .text-content {
	margin-top: 10px;
	color: #373737;
}

.commNews .re-title {
	margin-top: 5px;
	color: rgb(51, 51, 51);
	font-weight: 700;
}

.commNews .re-news-time {
	margin-top: 20px;
	text-align: right;
	color: #52c9cc;
}

.commNews .re-news-time {
	margin-top: 20px;
	text-align: right;
	color: #52c9cc;
}

.commNews .new-slide {
	padding: 0px;
	margin-bottom: 5px;
	display: inline-block;
}

.commNews .new-more {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	text-align: center;
}

.commNews .new-more .more {
	font-size: 14px;
	padding: 2px 25px;
	color: #25B3B1;
	border: 1px solid #52c9cc;
	border-radius: 2px;
}

.fa-loading-gif {
	background: url('../images/017.gif') no-repeat left center;
	width: 16px;
	height: 11px;
}

.fix_center a {
	display: block;
	background: #212121;
	color: #FFF;
	cursor: pointer;
	z-index: 20;
	position: fixed;
	right: -58px;
	bottom: 150px;
	width: 150px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

.fix_center a:hover {
	color: #52c9cc;
}

.fix_calender a {
	display: block;
	background: url(../images/xmas2017_peel.png) no-repeat;
	background-position-y: 0px;
	color: #fff;
	cursor: pointer;
	z-index: 20;
	position: fixed;
	left: -150px;
	bottom: 120px;
	width: 250px;
	text-align: left;
	padding-left: 19px;
	height: 250px;
	line-height: 476px;
	font-size: 16px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}

.fix_calender a:hover {
	animation-name: advent-peel;
	animation-duration: 0.6s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}

.fix_calender a button {
	position: absolute;
	transform: rotate(90deg);
	background: linear-gradient(rgba(249, 55, 58, 1), rgba(193, 7, 7, 1));
	border: 1px solid #212121;
	box-shadow: 2px 2px 5px #212121;
	top: 53px;
	left: 154px;
	line-height: 25px;
	width: 130px;
	height: 40px;
}

@keyframes advent-peel {
	from {
		left: -148px;
	}

	to {
		left: -1px;
	}
}

.fix_stream a {
	display: block;
	border: 2px solid #f00;
	background-color: #fff;
	color: rgba(255, 0, 0, 1);
	cursor: pointer;
	z-index: 21;
	position: fixed;
	left: 10px;
	bottom: 10px;
	width: 120px;
	text-align: center;
	height: 30px;
	line-height: 26px;
	font-size: 16px;
	border-radius: 15px;
}

.fix_stream a:hover {
	animation-name: stream-peel;
	animation-duration: 0.6s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}

.fix_peel2 a {
	display: block;
	background-position-y: 0px;
	color: #fff;
	cursor: pointer;
	z-index: 20;
	position: fixed;
	left: -150px;
	bottom: 120px;
	width: 250px;
	text-align: left;
	height: 250px;
	line-height: 476px;
	padding-left: 10px;
	font-size: 14px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}

.fix_peel2 a:hover {
	animation-name: advent-peel;
	animation-duration: 0.6s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
	z-index: 22;
}

.fix_peel2 a button {
	position: absolute;
	transform: rotate(90deg);
	background: linear-gradient(rgba(249, 55, 58, 1), rgba(193, 7, 7, 1));
	border: 1px solid #212121;
	box-shadow: 2px 2px 5px #212121;
	top: 53px;
	left: 154px;
	line-height: 25px;
	width: 130px;
	height: 40px;
}

@keyframes stream-peel {
	from {
		color: rgba(255, 0, 0, 1);
		background-color: #fff;
	}

	to {
		color: rgba(255, 255, 255, 1);
		background-color: #f00;
	}
}

.banner {
	position: relative;
}

.banner .swiper-container {
	width: 100%;
	max-height: 470px;
}

.banner .swiper-slide>a {
	display: block;
}

.banner .swiper-slide>a>img {
	width: 100%;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
	background-image: none;
	color: #FFF;
	margin-top: -65px;
	width: auto;
	height: auto;
	padding: 25px;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}

.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
	color: #52c9cc;
}

.banner .swiper-button-prev {
	left: 0;
}

.banner .swiper-button-next {
	right: 0;
}

.banner .swiper-pagination-bullet {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #fff;
	border: 1px solid #212121;
	box-shadow: 0px 1px 1px #000;
	margin: 0 12px !important;
	cursor: pointer;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	opacity: 1;
}

.banner .swiper-pagination {
	position: absolute;
	bottom: 275px;
	width: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.banner .swiper-pagination-bullet-active {
	background: #52c9cc;
}











.rechteck {
	background: #FFF;
	border: 1px solid #d6d6d6;
	box-shadow: 0 0 3px #d6d6d6;
	overflow: hidden;
	margin-bottom: 20px;
	width: 855px;
	border-radius: 4px;
}


#orderCarts {
	float: left;
}

#cartTable {
	width: 100%;
	border-radius: 4px;
}

#cartTable tr:nth-child(2n) {
	background-color: #f6f6f6;
}

#cartTable thead {
	height: 50px;
	background-color: #F2F4F4;
	font-size: 16px;
	color: #333;
}

#cartTable thead #shopItem {
	width: 580px;
	padding-left: 40px;
}

#cartTable thead #quan {
	padding-left: 45px;
	width: 370px;
}

#cartTable thead #total {
	width: 100px;
}

#cartTable thead #del {
	width: 150px;
	box-sizing: border-box;
	padding-left: 45px;

}

#cartTable td {
	padding: 10px 0;
}

#cartTable .artike {
	display: flex;
	align-items: center;
	padding-left: 30px;
}

#cartTable .artike img {
	margin-right: 8px;
	width: 50px;
}

#cartTable .artike .artikeTitle {
	font-size: 16px;
	color: #333;
	font-weight: 600;
}

#cartTable .artike .commartikeCont {
	font-size: 14px;
	color: #666;
	margin-top: 2px;
}

#cartTable .anzahlBtn {
	display: flex;
	align-items: center;
}

#cartTable .anzahlBtn button {
	height: 34px;
	width: 40px;
	background-color: inherit;
}

#cartTable .anzahlBtn button i {
	color: #666;
}

#cartTable .anzahlBtn button:hover {
	background-color: #DEDEDE;
}

#cartTable .anzahlBtn button:hover i {
	color: #a20107;
}

#cartTable .anzahlBtn button.less {
	border-left: 1px solid #DEDEDE;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	border-radius: 4px 0 0 4px;
}

#cartTable .anzahlBtn button.less[disabled='disabled'] {
	background-color: #DEDEDE !important;
}

#cartTable .anzahlBtn button.less[disabled='disabled'] i {
	color: #666 !important;
}

#cartTable .anzahlBtn button.add {
	border-right: 1px solid #DEDEDE;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	border-radius: 0 4px 4px 0;
}

#cartTable .anzahlBtn input {
	border: 1px solid #DEDEDE;
	height: 34px;
	text-align: center;
	width: 90px;
	color: #666;
	outline: none;
}

#cartTable .summe .summeVal {
	font-size: 16px;
	color: #333;
	margin-right: 5px;
}

#cartTable .summe .fa {
	color: #666;
	cursor: pointer;

}

#checkoutform {
	float: left;
	width: 855px;
}

.gesamtsumme {
	width: 295px;
	background: #fff;
	margin-left: 20px;
	float: right;
	box-sizing: border-box;
	border: 1px solid #d6d6d6;
	box-shadow: 0 0 3px #d6d6d6;
	padding: 15px;
	position: sticky;
	top: 90px;
	border-radius: 4px;
}
.loadmask{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .8);
	top: 0;
	left: 0;
	z-index: 2;
	text-align: center;
	line-height: 358px;
}
@keyframes aroate {
	0%{
		transform: rotateZ(0)
	}
	100%{
		transform: rotateZ(360deg);
	}
}
.refresh{
	animation: aroate 1s linear infinite;
}
.gesamtsumme .gesamtsumme-head {
	font-size: 19px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	padding-left: 8px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.gesamtsumme .gesamtsumme-head::before {
	position: absolute;
	content: '';
	display: block;
	left: -6px;
	top: 3px;
	height: 21px;
	width: 3px;
	background-color: #A50104;
}

.payuser .payinfo {
	border-radius: 4px !important;
	padding: 0 15px !important;
}

#cardBox {
	float: none;
	width: 100%;
}

#iusermessage {
	height: 180px;
	resize: none;
	box-sizing: border-box;
	padding: 15px;
	border: 1px solid #ddd;
	outline: none;
	width: 100%;
	border-radius: 4px;
}

#couponBox {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
}

#couponBox #distext {
	margin-bottom: 8px;
	font-weight: bold;
}

#showcoupon {
	display: flex;
	justify-content: space-between;
}

#showcoupon input {
	height: 34px;
	background: #FFFFFF;
	border: 1px solid #DEDEDE;
	border-radius: 4px;
	box-sizing: border-box;
	padding-left: 13px;
	outline: none;
	width: 170px;
}

#bttcoupon {
	border: 1px solid #A50104;
	outline: none;
	background-color: white;
	border-radius: 4px;
	width: 80px;
	text-transform: uppercase;
	font-size: 14px;
	color: #A50104;
	height: 34px;
	margin-left: 13px;
}

#bttcoupon:hover {
	background-color: #A50104;
	color: white;
}

.gesamtsummeToal {
	font-size: 20px;
	color: #212121;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #ebebeb;
	margin-top: 15px;
	padding-top: 15px;
}
.gesamtsummeToal #Totalpirc{
	padding-right: 20px;
}

.jh {
	position: relative;
}

.jh::before {
	position: absolute;
	left: -8px;
	content: '-';
	display: inline-block;
	font-size: 16px;
	top: 0;
}

.gesamtsummelist {
	font-size: 16px;
	color: #333;
	display: flex;
	justify-content: space-between;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.gesamtsummelist strong {
	font-weight: normal;
}

.gesamtsummelist span {
	text-align: right;
}

#phoneTool {
	display: flex;
	position: relative;
}
#phoneTool #otherContact-error{
	position: absolute;
	left: 0;
	top: 40px;
}
#phoneTool select {
	width: 170px;
	margin-right: 5px;
	border: 1px solid #DEDEDE;
	height: 34px;
	outline: none;
	border-radius: 4px;
	font-size: 14px;
}

#confInfo {
	display: flex;
	justify-content: space-between;
}

#confInfo .playCard {
	width: 325px;
}

#confInfo .startPrice {
	width: 100px;
}

#confInfo .buyNowPrice {
	width: 100px;
}

#confInfo .duraTime {
	width: 220px;
}

#confInfo .glyphicon.glyphicon-trash {
	margin-top: 35px;
	cursor: pointer;
	color: #666;
	display: none;
}

#confInfo .glyphicon.glyphicon-trash:hover {
	color: #25B3B1;
}

.buyNow {
	width: 100%;
	height: 34px;
	background-color: #A50104;
	color: #FFF;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	cursor: pointer;
	margin: 20px 0 8px;
	border-radius: 4px;
}

.buyNow:hover {
	background-color: #760103;
}
#buttomBuyBtn{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 65px;
	background-color: white;
	box-shadow: 0px -9px 15px 0px rgba(0, 0, 0, 0.0500);
	z-index: 12;
	display: flex;
	align-items: center;
	padding: 0 15px;
	box-sizing: border-box;
	color: #CA7160;
	font-size: 18px;
}
#buttomBuyBtn button{
	height: 44px;
	padding: 0 10px;
	border-radius: 22px;
	background-color: #FF612D;
	width: 140px;
	margin-left: auto;
	outline: none;
	color: white;
	font-size: 16px;
}













#contactWrap {
	display: flex;
	justify-content: space-between;
}

#contactWrap .problemBox {
	width: 50%;
}

#contactWrap .contactInfo {
	width: 47%;
}

.box-head {
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 20px;
}

.payCoupon,
.payuser {
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
}

.payCoupon,
.delivery {
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
}

.payCoupon .coupondiv,
.payuser .coupondiv,
.delivery .coupondiv {
	float: left;
	width: 50%;
	position: relative;
}










@media (max-width:768px) {

	.fix_center a,
	.fix_calender a,
	.fix_stream a,
	.fix_peel2 a {
		display: none;
	}


	#payContainerBox{
		width: 95%;
	}
	#showcoupon input{
		width: initial;
		flex-grow: 1;
	}
	.gesamtsumme {
		position: relative;
		box-sizing: border-box;
		position: initial;
		float: none;
		padding: 10px;
		margin: 0;
		width: 100%;
	}

	.gesamtsummeToal #Totalpirc{
		padding-right: 0;
	}

	#mobileCartBox{
		margin-top: 25px;
		padding: 20px 10px;
	}
	#mobileCartBox .cartItem .artike{
		display: flex;
		align-items: center;
		border-bottom: 1px dashed #ebebeb;
		margin-bottom: 5px;
		padding-bottom: 5px;
	}

	#mobileCartBox .cartItem .shopPic{
		width: 50px;
		margin-right: 10px;
	}
	#mobileCartBox .cartItem .tool {
		display: flex;
		align-items: center;
		margin-top: 10px;
		justify-content: space-between;
	}
	#mobileCartBox .anzahlBtn{
		display: flex;
	}
	#mobileCartBox .anzahlBtn button {
		height: 28px;
		width: 28px;
		background-color: inherit;
	}

	#mobileCartBox .anzahlBtn button i {
		color: #666;
		font-size: 14px;
	}

	#mobileCartBox .anzahlBtn button:hover {
		background-color: #DEDEDE;
	}

	#mobileCartBox .anzahlBtn button:hover i {
		color: #a20107;
	}

	#mobileCartBox .anzahlBtn button.less {
		border-left: 1px solid #DEDEDE;
		border-top: 1px solid #DEDEDE;
		border-bottom: 1px solid #DEDEDE;
		border-radius: 4px 0 0 4px;
	}

	#mobileCartBox .anzahlBtn button.less[disabled='disabled'] {
		background-color: #DEDEDE !important;
	}

	#mobileCartBox .anzahlBtn button.less[disabled='disabled'] i {
		color: #666 !important;
	}

	#mobileCartBox .anzahlBtn button.add {
		border-right: 1px solid #DEDEDE;
		border-top: 1px solid #DEDEDE;
		border-bottom: 1px solid #DEDEDE;
		border-radius: 0 4px 4px 0;
	}

	#mobileCartBox .anzahlBtn input {
		border: 1px solid #DEDEDE;
		height: 28px;
		text-align: center;
		width: 60px;
		color: #666;
		font-size: 14px;
		outline: none;
	}

	#mobileCartBox .delCartItem{
		width: 48px;
		height: 28px;
		text-align: center;
		line-height: 28px;
		background-color: #a20107;
		color: white;
		font-size: 14px;
		border-radius: 4px;
	}

}




/* 2021-03-22 */
.hideNav .hdList li a {
	padding-left: 25px;
}

.autocomplete-suggestions {
	top: 35px;
	border: none;
	border-top: none;
	border-radius: 15px;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
}

.autocomplete-suggestion {
	padding: 10px 15px;
}

.autocomplete-suggestion:first-child {
	padding: 10px 15px;
	height: initial;
}

.autocomplete-suggestion:last-child {
	border-bottom: 1px solid #d1d1d1;
}

.clkMenu-coin_clkMenuBox .exli {
	display: flex;
	align-items: center;
	color: #FFF;
	border-bottom: 1px solid #333;
	height: 35px;
	cursor: pointer;
	justify-content: space-between;
}

.clkMenu-coin_clkMenuBox .exli img {
	width: 23px;
	height: 16px;
	margin-top: 0;

}

.hideNav .hdList li a {
	background-size: 20px !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
}

@media (max-width: 768px) {
	.hideNav .lagTop ul img {
		margin-top: 0;
	}
    .head .shopCart .cartList{
        width: 100vw;
        top: 45px;
    }
}

.jalert-mask,
.reg-mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	z-index: 100;
}

.jalert-mask .jalert-content,
.reg-mask .jalert-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
	padding-top: 45px;
	padding-bottom: 30px;
	padding-left: 40px;
	padding-right: 40px;
	background-color: white;
	box-sizing: border-box;
	font-size: 16px;
	color: #333;
	border-radius: 8px;


}

.jalert-button {
	width: 150px;
	height: 35px;
	border: none;
	cursor: pointer;
	background-color: brown;
	color: white;
	outline: none;
	border-radius: 5px;
}
 .jalert-button:hover{
	background-color: #812c2c;
}
.regInput {
	width: 290px;
	height: 40px;
	border: 1px solid #000;
	padding: 0 10px;
	border-radius: 4px;
}

.reg-btn {
	height: 40px;
	background-color: #c54043;
	color: white;
	border: none;
	outline: none;
	width: 120px;
	border-radius: 4px;
}

@media (max-width: 768px) {

	.jalert-mask .jalert-content,
	.reg-mask .jalert-content {
		width: 90%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.regInput {
		width: 100%;
	}

	.reg-btn {
		width: 100%;
		margin-top: 20px;
	}



	.pmentLogList {
		padding-left: 15px;
	}

	#checkoutform {
		width: 100%;
		float: none;
	}

	#contactWrap {
		display: block;
	}

	#contactWrap .contactInfo {
		width: 100%;
	}

	#iusermessage {
		height: 95px;
	}
		#contactWrap .problemBox{
			width: 100%;
		}
}

#login_B {
	width: 90%;
	margin: 0 auto;
	padding: 50px 0;
	margin-top: 10px;
}
#login_B .logImg{
	text-align: center;
	margin-bottom: 40px;
}
#login_B .loginItem{
	position: relative;
	margin-bottom: 25px;
}
#login_B .loginItem i{
	position: absolute;
	left: 0;
	width: 45px;
	height: 100%;
	background-color: #ebebeb;
	border-radius: 4px 0 0 4px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 12px;
	color: #c54043;
	font-size: 16px;
	top: 0;
}
#login_B input {
	width: 100%;
	height: 40px;
	border-radius: 4px;
	border: 1px solid #ebebeb;
	padding: 0 10px;
	outline: none;
	font-size: 14px;
	color: #333;
	text-indent: 50px;
}


#login_B button {
	height: 40px;
	background-color: #c54043;
	color: white;
	border: none;
	outline: none;
	width: 100%;
	border-radius: 4px;
	margin-top: 10px;
}

.swiper-container {
	--swiper-theme-color: #ffffff;
	/* 设置Swiper风格 */
	--swiper-navigation-color: #ffffff;
	/* 单独设置按钮颜色 */
	--swiper-navigation-size: 45px;
	/* 设置按钮大小 */
	--swiper-navigation-margin: 10px;
}

.swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	border-radius: 100%;
}

.newPic {
	display: block;
	width: 100%;
	overflow: hidden;
	height: 155px;
	text-align: center;
	border-radius: 6px;

}

.newPic img {
	width: 100%;

	vertical-align: middle;
}

.news-img {
	height: 157px;
}



.commSwiperWd .swiper-slide {
	width: 115px;
}

#index-swiper {
	height: 470px;
}



#shopTitle {
	text-transform: uppercase;
	font-size: 26px;
	color: #666;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.9;
}

#p-t {
	font-size: 16px;
	color: #666;
	height: 49px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
#reSend{
	width: 300px;
	border-radius: 6px;
	margin-top: 30px;
}


#platList {
	display: flex;
}



#platList .server-item {
	display: inline-block;
	min-width: 110px;
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #333;
	border: 1px solid #8f8484;
	margin-right: 8px;
	border-radius: 4px;
	cursor: pointer;
	text-transform: uppercase;
	margin-bottom: 10px;
	box-sizing: border-box;
}

#platList .server-item.act {
	background-color: #c54043;
	border: 1px solid #c54043;
	color: white;
}

#platList .server-item:hover {
	background-color: #c54043;
	border: 1px solid #c54043;
	color: white;
}



#shopListBox {
	flex-grow: 1;
}

#priceLoading {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.st.fg {
	margin-bottom: 0;
}

#sliderText {
	margin-top: 15px;
	font-size: 14px;
	flex-grow: 1;
}
#toolWrap{
	display: flex;
	margin-top: 15px;
	width: 100%;
}
#toolBox{
	display: inline-flex;
	width: 537px;
	justify-content: space-between;
}
.tool-item {
	cursor: pointer;
	font-size: 14px;
	color: #666;
}
.tool-item:hover{
	color: #c54043
}
.tool-item.act{
	color: #c54043
}

.oBtn {
	width: 150px;
	height: 40px;
	color: white;
	font-weight: bold;
	font-size: 16px;
	background-color: #c54043;
	outline: none;
	border: none;
	margin-right: 40px;
	border-radius: 4px;
}
.oBtn:hover{
	background-color: #ab3c3f;
}
.oBtn.dis {
	background-color: #efefef !important;
	color: #666;
	pointer-events: none;
	cursor: default;
}



#priceLoading {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(238, 238, 238, .9);
	box-sizing: border-box;
	padding-top: 28px;
	display: none;
}






#input-group{
	width: 537px;
	height: 38px;
	background: #fff;
	border: 1px solid #333;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	position: relative;
}
#inputMaskWrap{
	flex-grow: 1;
	height: 100%;
	position: relative;
}
#inputMask{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	line-height: 36px;
	background: white;
	z-index: 2;
	width: 100%;
	display: none;
}
#inputMask,#input-group input{

	width: 100%;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	outline: none;
	text-align: center;
	font-size: 22px;
	color: #333;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
#input-group button{
	width: 40px;
	color: #666;
	background-color: transparent;
	height: 100%;
}
#input-group button.disabled{
	background-color: #eee;
	pointer-events: none;
}
#input-group button:hover{
	color: #C54042;
}

.footer li {
	margin-bottom: 4px;
}

#platServer {
	width: 90%;
}

#footInfo a {
	color: white;
	font-size: 14px;
}

#footInfo a:hover {
	color: #d80028;
}







#noReview {
	width: 100%;
	background-color: white;
	border: 1px solid #d6d6d6;
	box-shadow: 0 0 3px #d6d6d6;
	text-align: center;
	box-sizing: border-box;
	padding-bottom: 40px;
}

#goReview {
	display: flex;
	align-items: center;
	padding-top: 40px;
	margin: 0 15px;
	flex-direction: column;
}

#goRe:hover {
	cursor: pointer;
	color: #00c1de;
}

#goReview .t-star {
	background-color: #bfc8c1;
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius: 2px;
	margin-right: 2px;
	color: #eee;
}

#wait {
	text-align: center;
	font-size: 20px;
	color: #666;
	padding: 20px 0;
}

#off {
	position: absolute;
	right: -30px;
	top: 16px;
	background-color: #c54043;
	text-align: center;
	width: 125px;
	color: white;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	transform: rotateZ(45deg);
	font-size: 12px;
	clip-path: polygon(24.7% 0, 80.3% 0, 100% 100%, 0 100%);
	display: none;
}
#showPic{
	margin: 24px 0;
}


#channelBox .fg {
	flex-shrink: 0;
	width: 100px;
}

#reviewsBox {
	background-color: white;
	border: 1px solid #d6d6d6;
	box-shadow: 0 0 3px #d6d6d6;
	display: flex;
	flex-direction: column;
	border-radius: 4px;
}
.reviewBoxTitle {
	text-align: center;
	padding: 10px;
	font-size: 24px;
	color: #333;
	background: #F4F4F4;
	border-bottom: 1px solid #ddd;
}
#scrollReview {
	flex-grow: 1;
	padding-bottom: 15px;
	box-sizing: border-box;
	width: 100%;
	height: 328px;
}

 .reviewsItem {
	overflow: hidden;
	margin: 0 10px;

	padding: 38px 50px;
	box-sizing: border-box;
}
 .reviewsItem .com-head .usname {
	font-size: 20px;
	color: #333;
	line-height: 1;
	margin-bottom: 20px;

}


 .reviewsItem .content-guestbook {
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	line-height: 26px;
	font-size: 20px;
	margin-top: 30px;
	height: 104px;
	margin-bottom: 25px;
}
 .reviewsItem .t-star {
	width: 26px;
	height: 26px;
	border-radius: 4px;
	color: white;
	font-size: 18px;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	margin-right: 1px;
}
.ctime {
	float: right;
	font-size: 18px;
	color: #666;
}
#rviewsform #iusermessage {
	padding-top: 10px !important;
}
@media (max-width: 768px) {
    .fakeCardWrap #playername{
        width: 100%;
    }
	#reviewsBox .reviewsItem {
		border-top: 1px solid #ebebeb;
	}
}
.configContent ul,.configContent ol{
	list-style: initial;
	padding-left: 20px;
}

.configContent li {
	list-style: initial;
	margin-bottom: 5px;
	line-height: 1.5;
}

.resetEditer {
	font-size: 15px;
	color: #666;
	line-height: 26px;
	width: 100%;
	word-break: break-all;
}

.resetEditer p {
	padding: 0 !important;
}

.resetEditer h1 {
	font-size: 20px;
	color: #111;
	font-weight: bold;
	line-height: 30px;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
}

.resetEditer h1:after {
	position: absolute;
	left: 0;
	top: 6px;
	width: 4px;
	height: 20px;
	background-color: black;
	content: '';
}

.resetEditer h2,
.resetEditer h3,
.resetEditer h4,
.resetEditer h5 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 15px;
}

.resetEditer strong,
.resetEditer b {
	font-weight: bold;
}

.resetEditer a {
	color: #5BBA54;
	text-decoration: underline;
}

.resetEditer blockquote {
	width: 100%;
	padding: 22px 20px;
	box-sizing: border-box;
	background: #f2f2f2;
	border: 1px solid #dddddd;
	border-left: 6px solid #DDD;
	margin: 30px 0 25px 0;
}

.resetEditer li p {
	margin-top: 0;
	margin-bottom: 0px;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-align: justify;
	display: inline;
}

.resetEditer ul {
	margin-bottom: 20px;
}

.resetEditer ul li {
	list-style: disc inside;
	line-height: 28px;
}

.resetEditer ol {
	margin-bottom: 20px;
}

.resetEditer ol li {
	list-style: decimal inside;
	line-height: 28px;
}

.resetEditer img {
	max-width: 100%;
}

.cart-row{
	position: relative;
}
.cart-row::after{
	position: absolute;
	left: 23px;
	bottom: 0;
	border-bottom: 1px solid #ebebeb;
	content: '';
	width: 807px;

}
.shopBtnGroup {
	display: flex;
	justify-content: space-between;
	padding: 20px 20px;
}

.shopBtnGroup button {
	width: 120px;
	height: 52px;
	background: #F2F4F4;
	border: 1px solid #D6D6D6;
	border-radius: 4px;
	color: #A50104;
	font-size: 14px;
}

