﻿@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    font-family: Roboto, sans-serif, Microsoft YaHei;
    background: #151c24;
    color: #a3b1bf;
    line-height: 1.5em;
    position:relative;
}

@font-face {
    font-family: "Amazon"; /*字体名称*/
    src: url(/files/AMAZON.TTF);
}

.iconfont {
    font-size: inherit !important;
    display: inline-block;
}
.icon-rotate {
    animation: icon-spin 0.8s infinite linear;
    -webkit-animation: icon-spin 0.8s infinite linear;
}
@keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.line-break {
    white-space: pre-line;
    word-wrap: break-word;
    word-break: break-all;
}
html, body, fieldset, img, iframe, abbr {
    border: 0;
}
h1, h2, h3 {
    color: #212529;
}
ul {
}

li {
    list-style: none;
    float: left;
}

a {
    cursor: pointer;
    text-decoration: none;
}
.container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}
.container-thousand {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.position-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 499;
}
.html-topic-page .about-main h2{
    border-bottom:none;
}
/*float*/
.f-fl {
    float: left;
}
.f-fr {
    float: right;
}

.f-none {
    float: none;
}
.clear-both{
    clear:both;
}


/*button*/
button {
    outline: none;
    border: 1px solid transparent;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
}
.a-btn {
    font-size: 16px;
    display: inline-block;
    padding: 0 30px;
    background: #eb8e22;
    color: #1e2c39;
    line-height: 40px;
    border-radius: 6px;
    border: 1px solid transparent;
    text-transform: capitalize;
    font-weight: bold;
}
.but-btn {
    font-size: 16px;
    display: block;
    padding: 0 30px;
    background: #eb8e22;
    color: #1e2c39;
    line-height: 40px;
    border-radius: 6px;
    text-transform: capitalize;
    border: 1px solid transparent;
}
.but-btn-card {
    min-width: 128px;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    color: #1e2c39;
    font-size: 16px;
    background: #eb8e22;
    border: 1px solid transparent;
    font-weight: 600;
    text-transform: capitalize;
}
.but-btn-block {
    display: block;
    line-height: 40px;
    height: 42px;
    color: #1e2c39;
    background: #ffc700;
    text-align: center;
    width: 100%;
    border-radius: 4px;
    margin-top: 25px;
    border: 1px solid transparent;
}
.btn-shezhi {
    display:inline-block;
    background: #07b5e0;
    border-radius: 6px;
    padding: 0px 12px;
    font-size: 14px;
    color: #fff;
    line-height: 34px;
    height:36px;
    border: 1px solid transparent;
}
.a-btn:hover,
.but-link:hover,
.cdkey-buy:hover,
.but-btn:hover,
.but-btn-card:hover,
.but-btn-block:hover {
    -webkit-filter: contrast(1.3);
    filter: contrast(1.3);
}
.but-link-line:hover {
    background: #f6031a;
    color: #fff;
}
.a-btn-line {
    font-size: 16px;
    padding: 0 30px;
    line-height: 40px;
    color: #aaa;
    background: #1f1f1f;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    transition: all 0.5s;
    text-transform: capitalize;
    font-weight: bold;
    border: 1px solid transparent;
}
.a-btn-line:hover {
    background: #6b8339;
    color: #fff;
}
input {
    line-height: 42px;
    height: 46px;
    width: 100%;
    padding: 0 10px;
    outline: 0;
    color: #fff;
    font-size: 14px;
    background: #19242f;
    border-radius: 6px;
    border: 1px solid #3c4651;
    text-overflow: ellipsis;
}
select {
    line-height: 44px;
    height: 46px;
    width: 100%;
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    background: #19242f;
    border-radius: 6px;
    border: 1px solid #3c4651;
    text-overflow: ellipsis;
}
textarea {
    font-size: 14px;
    color: #aaa;
    font-size: 14px;
    background: #1f1f1f;
    border-radius: 5px;
    border: 1px solid #3c4040;
    padding: 10px;
}
input::-webkit-input-placeholder {
    color: #77818c;
}
select::-webkit-input-placeholder {
    color: #77818c;
}
input:focus,
select:focus,
textarea:focus {
    outline: 0;
}
.fut-list {
    font-size: 0px;
    margin: 10px 0;
    position: relative;
}
.fut-list .list-tit {
    width: 30%;
    text-align: right;
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
}
.fut-list .list-cont{
    font-size: 14px;
    display: inline;
    width: 35%;
    height: 36px;
    margin: 0 2%;
    padding: 0 10px;
    vertical-align: middle;
}




/*formitm*/
.formitm {
    width: 100%;
    display: block;
    margin: 10px 0;
}
.formitm .lab {
    width: 100%;
    display: block;
    vertical-align: middle;
    padding-right: 15px;
    font-size: 16px;
    color: #999;
}
.formitm .ipt {
    width: 100%;
    display: block;
}
.table-info {
    table-layout: fixed;
    width: 100%;
    line-height: 1.5;
}
.formitm-table {
    display: flex;
    margin: 15px 0;
    border: 0;
    width: 100%;
}
.formitm-table .lab {
    width: 36%;
    display: flex;
    padding-right: 15px;
    font-size: 14px;
    color: #a3b1bf;
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    height: 42px;
}
.formitm-table .ipt {
    width: 64%;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    color:#fff;
}
.formitm-table .Product, 
.formitm-table .ipt.ipt-txt {
    display: flex;
    align-items: center !important;
}
.ipt-sel-input select {
    width: 30% !important;
}
.ipt-sel-input input {
    width: 69% !important;
    display: inline-block;
}
.ipt-tip input,
.ipt-tip select {
    width:92%;
}
.formitm-top .lab {
    vertical-align: top;
}
.formitm-top .ipt {
    vertical-align: top;
}
.formitm-pd-top .lab {
    vertical-align: top;
    padding-top: 10px;
}
.formitm-pd-top .ipt {
    vertical-align: top;
}
.changeServer {
    background: #10a7eb;
    padding: 2px 5px;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    height: 26px;
    margin-top: 5px;
    margin-left: 5px;
}
.input-tip-18 {
    width: 100%;
    color: #7091c2;
}
.input-qua{
    width:100px!important;
}
.ipt-input {
    height: 32px;
    line-height: 32px;
}
img {
    max-width: 100%;
}
.clf {
    *zoom: 1
}
.clf:after {
    content: '\20';
    display: block;
    clear: both;
    height: 0;
}
ul {
    *zoom: 1
}
ul:after {
    content: '\20';
    display: block;
    clear: both;
    height: 0;
}
ol {
    *zoom: 1
}
ol:after {
    content: '\20';
    display: block;
    clear: both;
    height: 0;
}
.formitm {
    *zoom: 1
}
.formitm:after {
    content: '\20';
    display: block;
    clear: both;
    height: 0;
}



.cdkey-buy:hover {
    background: #ff2a3e;
}


.text-center {
    text-align: center;
}


/*scrollbar */
.scrollbar {
    overflow: auto;
}
.scrollbar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.scrollbar::-webkit-scrollbar-track {
   box-shadow: inset 0 0 6px rgb(137,165,183);
    background: #19242f;
}
.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #89a5b7;
   box-shadow: inset 0 0 6px rgb(31,73,97);
}	



/*margin*/
.mb0 {
    margin-bottom: 0px !important;
}
.mt0 {
    margin-top: 0px !important;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20{
    margin-bottom:30px;
}
.mt-30 {
    margin-top: 20px;
}
.mt-50 {
    margin-top: 50px;
}
.pt-0 {
    padding-top: 0;
}
.pt-50 {
    padding-bottom: 50px;
}
.icon-mr5 {
    margin-right: 5px;
}
.icon-ml5 {
    margin-left: 5px;
}
/*color*/
.color-orange {
    color: #ffa22f;
}

.color-blue {
    color: #2F82FB;
}
.color-red {
    color: #f6031a;
}
.color-666{
    color:#666;
}

.a-blue {
    color: #2F82FB;
    text-decoration: underline;
}
.cur-pointer{
    cursor:pointer;
}
.font-16 {
    font-size: 16px;
}
.color-16{
    color:#333;
    font-weight:bold;
    font-size:16px;
}
.table-auto-x {
}
.help-icon {
    background: url(../../images/web/icon_tip.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-left: 5px;
}
.clearfix{
    clear:both;
}
.text-right{
    text-align:right;
}
.display-none {
    display: none!important;
}
.display-block{
    display:block!important;
}



.pro-tip {
    margin-top: 20px;
    padding: 20px 15px;
    background-color: #e6f5ff;
    border: 1px solid #c5d9e6;
    border-radius: 4px;
}
.pro-tip img{
    margin:10px 0;
}
.display-inline-block{
    display: inline-block;
}
.col-2 {
    width: 20%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width:33.33%;
}
.col-6{
    width:50%;
}
.col-12 {
    width: 100%;
}
div.hasChild.open {
    display: block !important;
}


/*input*/
.form-item {
	margin-bottom: 15px;
	position: relative;
}
.input-text {
    width: 100%;
    height: 38px;
    border: 1px solid #ced4da;
    font-size: 14px;
    line-height: 18px;
    background: #fff;
    color: #333;
    border-radius: 4px;
    -webkit-transition: border-color .2s linear;
    transition: border-color .2s linear;
}
.form-item input {
    border: none;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: rgb(58, 58, 58);
}
.form-item select {
    border: none;
    width: 30%;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    float: left;
    padding: 0 8px;
}
.s-c-u-ipt {
    width: 70%;
    float: left;
    border-left: 1px solid #ced4da;
}
div#expiration-date,
div#card-number,
div#cvv {
    padding: 0 10px;
}
.input-text:focus {
	outline: none;/*border-color: #ff6709;*/
}
.input-label {
	position: absolute;
	left: 12px;
	top: 11px;
	z-index: 2;
	font-size: 14px;
	line-height: 18px;
	color: #b0b0b0;
	background: transparent;
	cursor: text;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.form-section-active .input-label {
    top: -10px;
    font-size: 12px;
    background-color: #fff;
    background-image: linear-gradient( 90deg,rgb(255 255 255) 11%,rgb(242 247 255) 100%);
    background-image: -moz-linear-gradient( 90deg,rgb(255 255 255) 11%,rgb(242 247 255) 100%);
    background-image: -webkit-linear-gradient( 90deg,rgb(255 255 255) 11%,rgb(242 247 255) 100%);
    background-image: -ms-linear-gradient( 90deg,rgb(255,255,255) 11%,rgb(242,247,255) 100%);
}
.span-visa {
    height: 36px;
    padding: 8px 10px;
    position: absolute;
    top: 1px;
    right: 3px;
    border-left: 1px solid #ccc;
}
.form-item-date {
    width: 48%;
    float: left;
    position: relative;
}
.form-item-cvv {
    width: 48%;
    float:right;
    position: relative;
}

.advlong-default {
    background: #fff;
}
.advlong-default a {
    border-radius: 5px;
    margin-top: 15px;
    display: inline-block;
    width: 49.5%;
    overflow: hidden;
}
.advlong-default a:last-child {
    float: right;
}
.advlong-default a:first-child{
    float: left;
}


.video-player {
    position: fixed;
    background: rgba(0,0,0,.75);
    width: 100%;
    height: 100%;
    z-index: 500;
    top: 0;
    left: 0;
}
.video-player .video-box {
    max-height:645px;
    height: 69%;
    position: relative;
    max-width: 1000px;
    box-sizing: border-box;
    background-color: #fff;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 5px;
}
.video-player .player {
    padding: 0px;
    width: 75%;
    float: left;
    height:100%;
}
.video-player iframe {
    background: none repeat scroll 0 0 #000;
    display: block;
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.video-player .icon-close {
    background-color: #ffffff;
    border-radius: 100%;
    color: #454545;
    height: 32px;
    line-height: 30px;
    position: absolute;
    right: -11px;
    text-align: center;
    top: -11px;
    width: 32px;
    z-index: 100;
    font-size: 34px;
    display: block;
    border: 2px solid #808080;
    box-sizing: border-box;
}
.video-player .icon-close:before {
    content:none;
}
.video-player .video-list {
    float: left;
    width: 23%;
    margin: 0 auto;
}
.video-player .video-list ul {
    margin: 0 0 10px 25px;
}
.video-player .video-list ul li {
    color: #fff;
    margin: 10px 5px;
    cursor: pointer;
    height: 122px;
    border: 3px solid #ddd;
    border-radius: 5px;
    float:none;
}
.video-player .video-list ul li.current {
    border: 3px solid #f6031a;
}
.video-list img {
    max-width: 100%;
    height: 100%;
}




.xivdb {
    position: relative;
    z-index: 999999999999!important;
    transition: 0s;
}
.xivdb-frame {
    border: none;
    border-radius: 7px;
    background-color: #292929;
}
#preview td {
    padding: 0px;
    text-align: left;
    vertical-align: top;
    color: #fff;
    line-height: 17px;
    font-size: 12px;
}
.xivdb-fc {
    font-size: 12px;
    position: relative;
    z-index: 3;
    min-width: 300px;
    background-color: #292929;
}



.bar-notification-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    line-height: 16px;
    color: #fff;
    opacity: 0.95;
}
.bar-notification.success {
    background-color: #19a6e5;
}
.bar-notification.error {
    background-color: #e4444c;
}
.bar-notification.warning {
    background-color: #f39c12;
}
.bar-notification {
    position: relative;
    display: none;
    padding: 15px 25px 15px 10px;
}
.bar-notification .content {
    margin: 0 10px 0 0;
}
.bar-notification .content a {
    color: #fff;
    text-decoration: underline;
}
.bar-notification span {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    margin: 7px;
    cursor: pointer;
    background: #fff;
    color: #025072;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.bar-notification-container .inner {
    color: #fff;
    font-size: 14px;
    margin-top: 0px;
    line-height:20px;
}
div#prompt {
    max-height: 372px;
    overflow-y: auto;
    position: absolute;
    width: 93%;
    line-height: 24px;
    z-index: 99;
    background: #fff;
    border: 1px solid #81affd;
    text-indent: 5px;
    padding: 5px 0;
    top: 56px;
    left: 10px;
    text-align: left;
    -webkit-box-shadow: 0 1px 12px 0 rgba(0,0,0,.2);
    box-shadow: 0 7px 6px 0 rgba(0,0,0,.2);
    border-radius: 4px;
}
.detail_mid {
    padding: 5px;
}
.detail_table img.icon-item {
    max-width: 120px;
    height: auto;
    border: 1px solid #605c5c;
    border-radius: 5px;
    overflow: hidden;
}
.detail_table p.name {
    color: #fec434;
    font-size: 18px;
    vertical-align: middle;
    margin-top: 5px;
    padding-left: 8px;
    line-height: 22px;
}
.detail-img-wrap {
    margin-top: 8px;
    color: #999;
}
.registration-result-page {
    padding:80px 20px;
    margin: 0 auto;
    display: block;
    max-width: 650px;
    width: 100%;
    text-align:center;
}
.registration-result-page h2{
    margin-top: 20px;
    line-height: 25px;
}
.registration-result-page .a-btn{
    background: #49534f;
    margin-top: 35px;
    width:auto;
    padding:0 20px;
    cursor:pointer;

}
@media screen and (max-width:1024px) {
    .lg-col-3 {
        width: 25% !important;
    }
}
@media screen and (max-width:768px) {
    .md-col-12 {
        width: 100% !important;
    }
    .md-col-6 {
        width: 50% !important;
    }
    .md-col-4 {
        width: 33.33% !important;
    }
    .md-col-3 {
        width: 25% !important;
    }
    .col-sm-12 {
        width: 100% !important;
    }
    .col-sm-6 {
        width: 50% !important;
    }
    .col-sm-4 {
        width: 33.33% !important;
    }
    .col-sm-3 {
        width: 25% !important;
    }
    .md-none {
        display: none !important;
    }
    .m-leftMenu {
        background: #353535;
        left: -100%;
        top: 50px;
        display: block;
        width: 100%;
        height:100%;
        z-index: 90002;
        transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        overflow: auto;
        position:fixed;
    }
    .m-leftMenu.menu-open {
        left: 0;
    }
    .m-leftMenu .menu-list-select div {
        position: relative;
    }
    .hasChild {
        display: none !important;
    }
    .video-player .video-box {
        max-width: 700px;
        height: 450px;
    }
}
@media screen and (max-width:576px) {
    .sm-col-12 {
        width: 100% !important;
        display:block;
    }
    .sm-col-6 {
        width: 50% !important;
    }
    .sm-col-4 {
        width: 33.33% !important;
    }
    .col-xs-12 {
        width: 100% !important;
        display:block;
    }
    .col-xs-6 {
        width: 50% !important;
    }
    .col-xs-4 {
        width: 33.33% !important;
    }
    .sm-none {
        display: none !important;
    }
    .sm-font-12 {
        font-size: 12px;
        line-height:18px;
    }
    .sm-formitm-table .lab {
        width: 100%;
        display: block;
        padding-right: 0px;
        font-size: 16px;
        color: #999;
        text-align:left;
    }
    .sm-formitm-table .ipt {
        width: 100%;
        display: block;
    }
    .formitm-table{
        flex-wrap:wrap;
    }
    .formitm-table .lab{
        text-align:left;
        font-size:14px;
        margin-bottom:5px;
        height:auto;
        justify-content:flex-start;
        width:100%;
    }
    .formitm-pd-top .lab {
        padding-top: 0px;
        width: 100%;
    }
    .formitm-table .ipt{
        width:100%;
    }
    .video-player .video-box {
        margin: 15px;
        width: auto;
        height: auto;
    }
    .player, .video-list {
        width: 100%!important;
    }
    .video-player iframe {
        height:300px;
    }
    .video-player .video-list ul li{
        float:left;
    }
    .advlong-default{
        display:none;
    }
    .a-btn{
        font-size:14px;
        padding:0 18px;
    }
    .btn-shezhi {
        margin: 5px 0;
    }
}



/*cart-pole-product*/
.cart-ActivityProduct {
    display: block;
    border: 1px solid #acc7ee;
    background: #e2eeff;
    border-radius: 4px;
    padding: 20px 30px;
    margin: 10px 0px;
    color: rgb(0, 0, 0);
    position: relative;
}
.cart-pole-box {
    overflow: hidden;
    width:100%;
    height:auto;
}
.cart-pole-product {
    margin: 0;
    width: 1500px;
    position: relative;
}
.cart-pole-product .pole-list {
    width:244px;
}
/*.cart-pole-product .pole-list:nth-child(2){
    margin:0 2%;
}*/
.cart-pole-product .pole-list input{
    display:inline-block;
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: top;
    border: 1px solid #6f93c6!important;
    color: #ccc;
}
.cart-pole-product .pole-list .pole-list-txtwrap{
    display:inline-block;
    width:84%;
    margin:0 5px;
    padding:10px;
    background:#fff;
    border:1px solid #6f93c6;
    border-radius:0px;
}
.cart-pole-product .pole-list-left {
    background: #fff;
    position: absolute;
    bottom: 8px;
    right: 10px;
}
.cart-pole-product .pole-list-left img {
    width: 106px;
    height: 60px;
    border-radius: 0px;
    border:none;
    display: block;
}
.cart-pole-product .pole-list-right {
    padding:0;
}
.cart-pole-product .pole-list-right h2.product-name {
    height: 32px;
    font-size: 14px;
    font-weight: lighter;
    line-height: 16px;
    color: #365684;
    white-space: normal;
}
.cart-pole-product .pole-list-price span{
    display: block;
    float: none;
    font-size:16px;
}
.cart-pole-product .pole-list-price .price-line-through {
    margin-top: 13px;
    line-height: 14px;
    font-size: 13px;
    color: #365684;
}
.cart-ActivityProduct > p {
    color: #3d9ff2;
    clear: both;
    padding-top: 10px;
}
.cart-ActivityProduct>p a {
    text-decoration: underline;
    color: #e96b1e;
}

.cart-ActivityProduct .cart-ActivityProduct-notice > p {
    color: #3d9ff2;
    clear: both;
    padding-top: 10px;
}

    .cart-ActivityProduct .cart-ActivityProduct-notice > p a {
        text-decoration: underline;
        color: #e96b1e;
    }

.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;
}
@media screen and (max-width:1024px) {
    .cart-pole-product .pole-list{
        width:200px;
    }
    .cart-pole-product .pole-list-left img {
        width: 80px;
        height: 47px;
    }
    .cart-pole-product .pole-list-price .product-price {
        line-height: 24px;
    }
}
@media screen and (max-width:1024px) {
    .cart-pole-product .pole-list {
        width: 226px;
    }
}
@media screen and (max-width:576px) {
    .cart-pole-product .pole-list {
        width: 164px;
        margin-bottom: 5px !important;
    }
    .cart-pole-product .pole-list input{
        width:10px;
    }
    .cart-pole-product .pole-list-right h2.product-name{
        height: 32px;
        font-size: 12px;
    }
    .cart-pole-product .pole-list-price .price-line-through {
        font-size: 12px;
    }
    .cart-pole-product .pole-list-price .product-price {
        font-size: 14px;
        line-height: 24px;
    }
    .cart-pole-product .pole-list-left img {
        width: 62px;
        height: 43px;
    }
    .cart-pole-product > p {
        line-height: 18px;
        font-size: 13px;
        padding-top:5px;
    }
    .cart-ActivityProduct{
        padding:20px 10px;
    }
    .cart-ActivityProduct .pre {
        width: 22px;
        top: 20%;
    }

}
@media screen and (max-width: 320px){
    .cart-pole-product .pole-list {
        width: 138px;
    }
    .cart-pole-product .pole-list-left {
        float: none;
        position: relative;
        left: 3px;
        top: 0px;
        margin-bottom: 5px;
    }
    .cart-pole-product .pole-list-price span{
        display:inline-block;
    }
    .cart-pole-product .pole-list .pole-list-txtwrap{
        width:80%;
    }
    .cart-pole-product .pole-list-left img{
        width:82px;
    }
}


/*activity-pop*/
.activity-pop {
    display:none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.85);
    z-index: 1100;
    top: 0;
    left: 0;
}
.activity-pop-cont{
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    max-width: 450px;
    width: 100%;
    max-height: 100%;
    position: relative;
}
.activity-close {
    position: absolute;
    top: 15px;
    right: -20px;
    line-height: 18px;
    color: #000;
    font-weight: 700;
    transition: all .5s;
    background: #ccc;
    display: block;
    border-radius: 50%;
    padding: 5px;
}
.activity-pop-bg {
    background-image: url(../../images/web/activity/TBC-activity-popup.png);
    background-size: 100% 100%;
    width: 450px;
    height: 518px;
    display: inline-block;
    vertical-align: middle;
}
.activity-pop-link {
    background-image: url(../../images/web/activity/activity-pop-link.png);
    background-size: 100% 100%;
    width: 203px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    bottom: 95px;
    left: 50%;
    margin-left: -101px;
}
.activity-pop-link:hover {
    filter: saturate(1.6);
    -webkit-filter: saturate(1.6);
}
@media screen and (max-width:576px) {
    .activity-pop-cont{
        width:320px;
    }
    .activity-pop-bg {
        width: 320px;
        height: 347px;
    }
    .activity-pop-link {
        width: 160px;
        height: 37px;
        bottom: 53px;
        margin-left: -80px;
    }
}


.item_icon_addtocart {
    width: 46px;
    height: 46px;
    margin-right: 3px;
    display: inline-block;
}
/*select2 模糊查询样式*/
.select2-container {
    width: 320px!important;
}
.select2-dropdown {
    color: #a3b1bf;
    background: #2d3b48 !important;
    border: 1px solid #3c4651 !important;
}
.select2-search--dropdown {
    display: block;
    padding: 10px !important;
}
.select2-search--dropdown input {
    border: 1px solid #3c4651 !important;
}

.select2-selection--single {
    background: #19242f !important;
    border: 1px solid #3c4651 !important;
    border-radius: 6px !important;
}

.select2-selection__rendered {
    color: #fff !important;
}

.select2-results__option--selected {
    color:#fff;
    background: none !important;
}
select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: #fff !important;
    background: none !important;
}
.selection .select2-selection--single {
    height: 46px !important;
}
.select2-container--default .select2-selection--multiple {
    background-color: #19242f;
    border: 1px solid #3c4651 !important;
    border-radius: 6px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #334251!important;
    border: none!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid #697e92!important;
    color: #697e92!important;
    height: 22px!important;
}
@media screen and (max-width:576px) {
    .select2-container {
        width: 240px!important;
    }
}

/*header*/
.header-top {
    background: #1e2c39;
}
.language-sel > a {
    font-size: 12px;
    line-height: 24px;
    vertical-align: middle;
    display: block;
    color: #fff;
    white-space: nowrap;
}
.language-sel > a:hover{
    color:#fff;
}
.language-sel > a > img {
    vertical-align: middle;
    width: auto;
    height: 18px;
}
.m-layer-language {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(82,84,90,0.9);
    padding: 15px;
    z-index: 500;
    transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.language-box {
    padding: 30px;
    max-width: 450px!important;
    text-align: left;
}
.language-box .formitm{
    margin:15px 0;
}
.language-box .formitm .lab {
    text-align: left;
    margin-bottom: 5px;
    color: #a3b1bf;
}
.language-box .but-btn {
    margin:0 auto;
}
.header {
    background-color: #1e2c39;
    position: relative;
    z-index: 5;
    border-top: 1px solid rgb(73 87 101);
}
.header-box {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.header .header-box {
    position: relative;
}
.nwgolds-logo {
    display: block;
    float: left;
    padding: 25px 0;
    margin-right: 15px;
}
.nwgolds-logo img{
    height:40px;
    display:block;
}
.header-nav {
    display:inline-block;
    float:left;
    margin-left:-30px;
}
.header-nav > li {
    position:relative;
}
.header-nav > li > a{
    color:#fff;
    font-weight: 400;
    font-size:16px;
    padding:0 30px;
    line-height:50px;
    display:block;
    text-transform: capitalize;
}
.header-nav > li > a>i{
    margin-left:8px;
}
.header-nav > li:hover {
    background:#334251;
}
.header-nav > li:hover .header-nav-menu{
    display:block;
}
.header-nav-menu {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    background: #334251;
    padding: 15px;
    width: 420px;
}
.header-nav-menu li{
    width:100%;
    padding:10px;
    text-align:left;
}
.header-nav-menu li a{
    color:#a9c0d7;
}
.header-nav-menu li a:hover{
    font-weight:bold;
}
.header-right {
    float: right;
    margin-right:-15px;
}
.header-right li{
    height:90px;
    padding:33px 15px;
    position:relative;
}
.header-right li.shop-li{
    padding:27px 15px;
    border-radius:15px;
    display:none;
}
.header-right li:hover .header-cart-cont {
    display: block
}
.header-cart-cont {
    display: none;
    position: absolute;
    top: 66px;
    left: 15px;
    z-index: 45;
    overflow: hidden;
    box-shadow: 0 6px 7px 0 rgba(0,0,0,.2);
    width: 360px;
    line-height: initial;
    text-align: left;
    padding: 20px;
    border-radius: 6px;
    background: #334251;
    border: 1px solid rgb(66 78 90);
}
.header-cart-cont>p{
    background: #eb8e22;
    padding: 8px 10px;
    color: #121212;
    border-radius: 6px;
}
.header-cart-cont>p>a{
    color:#FFEB3B !important
}
.header-cart-cont .icon-ziyuan{
    margin-right:3px;
    font-size: 14px!important;
}
.header-cart-cont>p>a.a_close{
    display:none;
    float: right;
}
.header-cart-cont>p>a.a_close i{
    color:#ccc;
    font-weight:bold;
}
.header-cart-cont .button-close {
    top: 3px;
    right: 3px;
}
.header-cart-cont ul{
    max-height:550px;
    overflow-y:auto;
}
.header-cart-cont li {
    height: auto;
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px dashed rgba(130,134,144, 0.7);
}
.header-cart-cont li:hover{
    background:none;
}
.header-cart-cont li:last-child{
  
}
.header-cart-img {
    display: block;
    width: 46px;
    height: 46px;
    border: 1px solid #4c4c4c;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.header-cart-img img{
    max-height:100%;
    max-width:100%;
}
.header-cart-name {
    width: calc(100% - 46px);
    padding-left: 5px;
}
.header-cart-name p{
    font-size: 16px;
    color:#fff;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}
.header-cart-price {
    color: #ffa22f;
    font-size: 13px;
}
.header-cart-price>div{
    display:inline-block;
}
.header-cart-price .but-remove{
    margin-top: 0px;
    float: right;
    color:#a3b1bf;
}
.header-cart-btn {
    color: #a3b1bf;
    margin-top: 10px;
}
.header-cart-btn span {
    color: #ffa22f;
}
.header-cart-btn a{
    float: right;
    background: #07b5e0;
    padding: 5px 8px;
    color: #fff;
    border-radius: 6px;
    font-size: 12px;
}
.header-cart-btn button{
    background:#4e667e;
    padding: 5px 8px;
    color: #fff;
    border-radius: 6px;
    font-size: 12px;
}
.header-cart-atn{
    margin-top:5px;
}
.header-shopping {
    position: relative;
    color: #1e2c39;
    font-size: 18px;
    display: block;
    line-height: 24px;
    background: #eb8e22;
    padding: 6px 18px;
    border-radius: 20px;
}
.header-shopping:hover{
}
.header-shopping>i{
    display:block;
}
.header-shopping > span {
    background: #f6031a;
    color: #fff;
    border-radius: 50%;
    min-width: 16px;
    text-align: center;
    line-height: 12px;
    position: absolute;
    top: -4px;
    right: -9px;
    display: block;
    font-size: 12px;
    padding:2px;
}
.header-shopping div{
    display:none;
    margin-top:-2px;
}
.log-reg {
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 24px;
    padding: 0px 8px;
}
.log-reg a{
    display:inline-block;
    color:#fff;
}
.log-reg a:hover{
    text-decoration:underline;
}
.nav-account {
    transition: all 0.5s;
}
.nav-account-link {
    position: relative;
    color: #fff;
    font-size: 18px;
    display: block;
    line-height: 23px;
}
.head-level {
    font-size: 20px;
    vertical-align: middle;
    font-weight: bold;
    padding-left: 3px;
    display: inline-block;
    line-height: initial;
    color: #ffd469;
}
.nav-account-link img {
    vertical-align: middle;
    width: 28px;
}
.nav-account-link i.iconfont.icon-wode {
    width: 35px;
    font-size: 20px !important;
    border-radius: 50%;
    border: 2px solid #ccc;
    height: 24px;
    display: initial;
}
.header-right li:hover .header-shopping {
    color: #fff;
}
.header-right li:hover .nav-account-cont {
    display: block;
}
.nav-account-cont {
    display: none;
    position: absolute;
    top: 66px;
    right: 0;
    background: rgb(42, 42, 42);
    z-index: 45;
    padding: 10px 0;
    overflow: hidden;
    box-shadow: 0 -1px 7px 0 rgba(0,0,0,.2);
    width: 320px;
    line-height: initial;
    text-align: left;
    border-radius: 6px;
    background: #334251;
    border: 1px solid rgb(66 78 90);
}
.nav-account-cont a {
    display: block;
    padding: 0 10px;
    line-height: 40px;
    font-size: 16px;
    box-sizing: border-box;
    color:#a3b1bf;
    text-align: left;
    text-transform:capitalize;
}
.nav-account-cont a i {
    margin-right: 10px;
}
.nav-account-cont a img{
    margin-top:15px;
}
.nav-account-cont .log-out-link {
    border-top:1px solid #3e3b3b;
    margin-bottom: 5px;
}
.nav-account-cont a:hover {
    color:#FFF;
}
@media screen and (max-width:1024px) {
    .header-right li:hover .header-cart-cont {
        display:none;
    }
    .header-right{
        margin:0;
    }
 }
@media screen and (max-width:768px) {
    .header{
        display:none;
    }
    .header-right li {
        padding: 13px;
        height:50px;
    }
    .header-right li.shop-li {
        padding: 9px 15px;
    }
    .header-shopping {
        padding: 3px 12px;
    }
    .language-box{
        top:52px;
    }
    .header-cart-cont > p > a.a_close{
        display:block;
    }
}
@media screen and (max-width:567px) {
    .header-right li {
        padding: 13px 5px;
    }
    .header-cart-cont {
        position: fixed;
        top: 50px;
        width: 100%;
    }
    
}



/*game-menu*/
.game-menu {
    display: none;
    float: left;
}
.game-menu-link {
    height: 50px;
    color: #fff;
    display: inline-block;
    line-height: 26px;
    text-transform: capitalize;
    padding: 12px 15px;
    background: #344656;
}
.game-menu > a > i {
    font-size: 20px !important;
    transition: all 0.5s;
}
.game-menu:hover .icon-caidan {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transition: all 0.5s;
}
.game-menu:hover .game-menu-box {
    display: block;
}
.game-menu-box {
    position: absolute;
    display: none;
}
.hot-icon {
    position: absolute;
    top: 3px;
    right: -28px;
    background: #f6031a;
    color: #fff;
    font-size: 8px;
    line-height: 16px;
    padding: 0 3px;
    border-radius: 2px;
    display: inline-block;
}
.hot-icon {
    animation: icon-hot 1s infinite;
    -webkit-animation: icon-hot 1s infinite;
}
@keyframes icon-hot {
    0% {
        background: #f6031a;
        color: #fff;
    }

    49% {
        background: #f6031a;
        color: #fff;
    }

    50% {
        background: #fff;
        color: #f6031a;
    }

    100% {
        background: #fff;
        color: #f6031a;
    }
}
.game-menu-cont .header-nav {
    display: none;
}
.header_nav-list-item {
    display:block;
    position:relative;
    float:left;
}
.header_nav-category {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 5px 5px 0px rgba(85,85,85,.06);
}
/*header*/
@media screen and (max-width:1024px) {
    .nwgolds-logo {
        margin-left: 10px;
    }
    .header-nav{
        margin-left:0;
    }
    .header-nav > li > a {
    }
}

@media screen and (max-width:768px) {
    .nwgolds-logo {
        height: 50px;
        padding: 15px 0;
    }
    .game-menu{
        display:block;
    }
    .header-nav{
        display: none;
    }
    .game-menu-box .header-nav {
        display: block;
        width: 100%;
        text-align: left;
        padding-top:20px;
    }
    .header-nav > li{
        width:100%;
        float:none;
    }
    .header-nav > li > a {
        line-height:42px;
        padding:0 15px;
        color: #fff;
    }
    .header-nav-menu {
        position: relative;
        top: 0;
        width: 100%;
        background: none;
        border: 0;
    }
    .nav-account-cont, .header-cart-cont {
        top: 50px;
    }
    .head-level{
        font-size:16px;
    }
    .bot-nav-nenu {
        position: relative;
        top: 0px;
        box-shadow: none;
        padding: 0;
        display:none;
    }
    .bot-nav-nenu:after {
        display: none;
    }
    .bot-nav-nenu > a{
        line-height:30px;
    }
    .feed-tab {
        display: flex;
        overflow: scroll;
    }
    .feed-tab li {
        flex-direction: column;
        flex-shrink: 0;
        scroll-snap-align: start;
        display: flex;
    }
}
@media screen and (max-width:576px) {
    .game-menu-link{
        padding:9px;
    }
    .nwgolds-logo {
        margin: 0 5px;
        padding: 15px 0;
    }
    .nwgolds-logo img{
        height:20px;
    }
    .head-level{
        font-size:15px;
    }
    .m-leftMenu .menu-list-select div {
        float: none;
    }
    .game-menu-game a {
        width:100%;
    }
    .header-shopping > span {
        top: -6px;
        right: -6px;
    }
}



.head-socials {
    text-align:center;
    clear: both;
    margin:15px;
}
.head-socials a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 32px;
    font-size: 16px;
    margin: 0 5px;
}
.head-socials a:hover {
    mix-blend-mode: hard-light;
}
.facebook-link {
    background: #395fb0;
}
.twitter-link {
    background: #d64643;
}
.youtube-link {
    background: #1ab2e8;
}
.foot-email{
    margin-top:15px;
    font-size:16px;
}
/*footer*/
.foot-Pay-Method {
    background: #11151a;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
}
.foot-Pay-Method img {
    width: auto;
    max-width: 90px;
    max-height: 30px;
    display: inline-block;
    margin: 0 25px;
    vertical-align: middle;
}
.footer {
    padding: 30px 0;
    background: #11151a;
}
.footer-nav {
    text-align: center;
}
.footer-nav a{   
    padding:3px 15px;
    color:#b7b8bc;
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    text-transform:capitalize;
    border-right:1px solid #3e4761;
}
.footer-nav a:last-child{
    border-right:none;
}
.footer-msg {
    text-align: center;
    font-size: 13px;
    clear: both;
    line-height: 22px;
    color: #77818c;
}
/*.footer-line {
    margin: 15px 0;
    height: 1px;
    font-size: 0;
    overflow: hidden;
    background-image: linear-gradient( -90deg,rgba(250,250,250,0) 0,#89acce 49%,rgba(250,250,250,0) 100%);
}*/
.footer-msg a {
    color:#a3b1bf;
    margin: 0 5px;   
}
.footer-nav a:hover,
.footer-msg a:hover {
    text-decoration:underline;
}
.foot-hint {
    max-width: 350px;
    border-radius: 4px;
    padding: 5px;
    font-size: 14px;
    margin-top: 10px;
    color: #848484;
    text-align: right;
}
.footer-right {
    float: right;
    text-align: right;
    font-size: 16px;
}
.chat-now {
    position: fixed;
    top: 65%;
    right: 55px;
    width: 60px;
    height: auto;
    z-index: 480;
    display: inline-block;
}
.block-sidebar {
    position: fixed;
    bottom:10%;
    right:60px;
    z-index: 480;
    display: inline-block;
}
.block-sidebar li .header-cart-cont {
    right: 46px;
    left: auto;
    top: auto;
    bottom: 0;
}
.block-sidebar>li{
    float:none;
    margin-bottom:5px;
    position:relative;
}
.block-sidebar>li>a{
    display:block;
    font-size:18px!important;
    width:46px;
    height:46px;
    text-align:center;
    line-height:46px;
    color:#fff;
    background:#53697e;
    border-radius: 5px;
    padding:0;
}
.sales {
    display: none;
    position: absolute;
    right: 38px;
    top: 0;
    color: #212529;
    background: #f8f9fa;
    border: 1px solid #e3e6dd;
    font-size: 16px;
    line-height: 44px;
    padding: 0 10px;
    z-index: -1;
    white-space: nowrap;
    border-radius: 5px 0 0 5px;
}
.block-sidebar li.block-sidebar-li:hover a {
    border-radius: 0 4px 4px 0;
}
.block-sidebar li:hover a {
}
.block-sidebar li:hover .sales {
    display: block;
}
.block-sidebar li:hover .header-cart-cont {
    display: block
}
.top-icon {
    transform: rotate(180deg);
}
/*footer*/
@media screen and (max-width:1024px) {
    .foot-Pay-Method img {
        max-width: 70px;
        max-height: 30px;
        margin: 0 20px;
    }
    .foot-hint {
        max-width: 220px;
    }
}
@media screen and (max-width:768px) {
    .footer {
        padding: 15px 0;
    }
    .footer-nav > a {
        font-size: 14px;
        padding: 3px 10px 3px 5px;
    }
    .foot-Pay-Method img {
        max-width: 60px;
        max-height: 25px;
        margin: 0 15px;
    }
    .footer-line {
        margin: 10px 0;
    }
    .footer-msg {
        font-size: 12px;
        line-height:18px;
    }
    .block-sidebar {
        right:15px;
        bottom:5%;
    }
    .footer-nav-list div{
        margin-bottom:0;
    }
    .footer-left {
        margin-bottom: 25px;
    }
    .trustpilot-widget iframe {
        min-height: auto;
    }
}

@media screen and (max-width:578px) {
    .foot-Pay-Method{
        padding:10px 0;
    }
    .foot-Pay-Method img {
        max-width: 50px;
        max-height: 26px;
        margin: 5px 15px;
    }
    .footer .f-fr {
        float: none;
        text-align: center;
    }
    .footer .head-socials {
        text-align: center;
    }
    .footer .trustpilot-widget {
        display: none;
    }
    .footer-left {
        margin-top: 15px;
        background: #363636;
        border-radius: 4px;
        padding:0 10px 10px 10px;
    }
    .footer-nav-list {
        margin-right: 50px;
        margin-top: 10px;
    }
    .footer-msg{
        padding-top:0;
        border:0;
    }
    .foot-hint {
        max-width: 100%;
        text-align: center;
    }
    .block-sidebar li a{
        font-size:16px;
        width:32px;
        height:32px;
        line-height:32px;
    }
    .sales{
        right:32px;
        line-height:30px;
    }
    .chat-now {
        width: 45px;
        right: 15px;
    }
}








/*banner-box*/
.banner {
    position: relative;
}
.banner-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    margin:0 auto;
}
.banner-box li{
    width:100%;
    height:100%;
}
.banner-box img {
    width: 100%;
    height: 100%;
}
.banner-box:hover .btn-left, 
.banner-box:hover .btn-right {
    display: block;
    transition: all 0.5s;
}
.banner-box .btn {
    display:none;
    background: none repeat scroll 0 0 transparent;
    border: 0;
    bottom: 30px;
    box-shadow: none;
    width: 100%;
    text-align: center;
    position: absolute;
}
.banner-box .btn span {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #fff;
    display: inline-block;
    opacity: .5;
    transition: all 0.5s;
}
.banner-box .btn span.on {
    width: 14px;
    height: 14px;
    background:#1a8dff;
    opacity: .9;
}
.banner-box .btn-right, 
.banner-box .btn-left {
    display:none!important;
    position: absolute;
    left: 4%;
    top: 40%;
    background: 0 0;
    border: 0;
    opacity: .4;
    z-index:100;
}
.banner-box .btn-right {
    left: auto;
    right: 4%;
}
/*.banner-box .btn-right:hover,
.banner-box .btn-left:hover {
    opacity: .9;
}*/

@media screen and (max-width:1024px) {
    .container {
        padding: 0 15px!important;
    }
    .banner{
        margin:0 auto;
    }
    .banner,.banner-box, .banner-box ul {
        height: 400px;
    }
    .banner-box img {
        width: 130%;
        margin-left: -15%;
        max-width: none;
    }
    .link-orange {
        bottom: 20px;
        line-height: 36px;
    }
    .hot-game {
        margin-top: 40px;
    }
}

@media screen and (max-width:768px) {
    .banner, .banner-box, .banner-box ul {
        height: 300px;
    }
    .banner-box img {
        width: 150%;
        margin-left: -25%;
    }
}

@media screen and (max-width:567px) {
    .container {
        padding: 0 10px !important;
    }
    .banner, .banner-box, .banner-box ul {
        height: 185px;
    }
    .banner-box img {
        width: 170%;
        margin-left: -35%;
    }
    .link-orange {
        position: relative;
        left: 0;
        bottom: auto;
        margin-top: 10px;
        font-size: 14px;
        line-height: 30px;
        padding: 0 15px;
    }
    .banner-box .btn{
        bottom:8px;
    }
    .banner-box .btn span{
        width:8px;
        height:8px;
    }
    .banner-box .btn span.on{
        width:10px;
        height:10px;
    }
    .banner-box .btn-right, .banner-box .btn-left {
        width: 30px;
        top: 31%;
    }
}








.home-module{
    margin:80px 0;
}
.section-title{
    margin-bottom:25px;
}
.home-module .title,
.section-title-txt {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
    text-align:center;
}
.home-txt-bot {
    height: 1px;
    background-color: transparent;
    background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}
.home-module .info h2{
    color:#fff;
}
.home-module .info p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.5em;
}
.hot-game-nav {
    border-bottom: 1px solid #f6031a;
}
.hot-game-nav li {
    float: left;
    padding: 0 30px;
    line-height: 48px;
    font-size: 20px;
    font-weight: bold;
}

.hot-game-nav li.h-g {
    background: #f6031a;
    color: #fff;
}

.hot-game-nav li.as {
    cursor: pointer;
    height: 40px;
}

.hot-game-nav li.as.current {
    border-bottom: 2px solid #f6031a;
    color: #f6031a;
    font-weight: bold;
}
.hot-game-list {
    margin: 10px 10px;
    position: relative;
    max-height: 175px;
}

.hot-game-list img {
    height: auto;
    width: 100%;
    border-radius: 5px;
    display: inline-block;
}
.hot-game-list > div {
    font-size: 25px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    top: 30px;
    left: 20px;
}
.hot-game-list > p {
    font-size: 18px;
    max-width: 240px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsip-lastline;
}
.btn-white {
    background-color: #fff;
    color: #f6031a;
    font-size: 16px;
    line-height: 36px;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    width: 110px;
    display: block;
    position: absolute;
    top: 70px;
    left: 20px;
}
.btn-white:hover {
    background: #fff;
    color:  #E1373A;
}



/*hot-game*/
.content-contarin {
    margin: 0 auto;
    max-width: 1400px;
}
.home-game{
    padding-top:30px;
}
.hot-game-box {
    display: none;
    margin: 20px -7px 0 -7px;
}
.home-game ul {
    margin:-25px;
}
.home-game ul li {
    padding:25px;
    text-align:right;
}
.us-cont {
    padding: 35px;
    display: block;
    background: url(../../images/web/us-bg.png);
    background-size: 100% 100%;
    width: 100%;
    height: 312px;
    position: relative;
    border-radius:15px;
}
.eu-cont {
    padding: 35px;
    display: block;
    background: url(../../images/web/eu-bg.png);
    background-size: 100% 100%;
    width: 100%;
    height: 312px;
    position: relative;
    border-radius: 15px;
}
.home-game ul li h2 {
    color: #fff;
    margin-bottom: 10px;
    text-shadow: 1px 1px 2px black;
}
.home-game ul li a {
    border-radius: 18px;
    overflow: hidden;
    display: inline-block;
    transition: .5s;
    color: #b91a1a;
    background: #fff;
    margin: 5px 0;
    padding: 8px 20px;
    font-weight: bold;
    min-width:140px;
}
.home-game ul li a img {
    display: block;
    width: 100%;
}
.home-game ul li a:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 22;
    transition: .5s;
}
.home-bg {
    display:none!important;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: blur(2px);
    /*opacity: 0.3;*/
}


.home-works ul {
    grid-gap:0  20px;
    display: grid;
    grid-template: repeat(1, 1fr) / repeat(4, 1fr);
}
.home-works ul li{
    display: flex;
    align-items: center;
    height: 80px;
    background:#409bb1;
    position:relative;
    padding: 0 30px;
    text-align:left;
}
.home-works ul li:after{
    content: '';
    border-style: solid;
    border-width: 40px 0 40px 17px;
    border-color:transparent transparent transparent #0a101c;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 20;
}
.home-works ul li:first-child:after{
    display:none;
}
.home-works ul li:before {
    content: '';
    border-style: solid;
    border-width: 40px 0 40px 17px;
    border-color: transparent transparent transparent #409bb1;
    top: 0;
    right: -17px;
    position: absolute;
}
.home-works ul li:last-child:before{
    display:none;
}
.works-list {
    border-radius: 50%;
    border: 2px solid #fff;
    width: 27px;
    height: 27px;
    flex-shrink: 0;
    margin-right: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 23px;
    color: #fff;
}
.works-txt {
    line-height: 20px;
    font-size: 16px;
    color: #fff;
}


/*home-about*/
/*home-news*/
.home-about-img {
    width: 100%;
    background: #fdc409;
    height: 300px;
    position: relative;
    border: 3px solid #f7c50c;
}
.home-about-img img{
    width:100%;
    height:100%;
}
.home-about-txt {
    text-align: left;
    position: relative;
    box-shadow: none;
    padding: 20px;
    border-radius: 10px;
    background: linear-gradient(rgb(42, 42, 42), rgb(31, 31, 31));
    border-width: 1px;
    border-style: solid;
    border-color: rgba(76, 76, 76, 0.7);
    border-image: initial;
    color: #aaa;
    font-size: 14px;
    max-width: 100%;
    line-height: 1.4em;
}
.home-about-txt p{
    color:#aaa;
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom:20px;
}
.h2-center {
    padding-bottom: 30px;
    color: #eb8e22;
    letter-spacing: 2px;
    text-align: center;
    line-height: 1em;
    font-size: 40px;
}
.home-about-cont {
    font-size: 16px;
    background: linear-gradient(#303c47, #222c36);
    border: 1px solid #424e5a;
    padding: 30px;
    border-radius: 6px;
}
.home-about-cont h2{
    color:#fff;
}
.home-news .news-content-img {
}
.home-news .news-content-info {
    
}
.news-ul {
    margin: -15px;
}
.news-ul li a{
    margin:15px;
    display:block;
    color: #dedede;
    position: relative;
    box-shadow: none;
    padding: 20px;
    border-radius:6px;
    background: linear-gradient(#303c47, #222c36);
    border: 1px solid #424e5a;
    border-image: initial;
}
.news-content-img {
    width: 40%;
    float: left;
    height: 120px;
    display: block;
    position: relative;
    border-radius: 5px;
    overflow:hidden;
}
.news-content-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.news-content-info {
    width: 60%;
    float: left;
    padding-left: 15px;
    text-align: left;
}
.news-ul li a:hover {
    color: #ffb10f;
}
.news-content-info h2,
.news-content-info h4 {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: none;
    line-height: 1.6em;
    height: 3.2em;
    margin-bottom:5px;
}
.news-content-info p {
    font-size: 14px;
    line-height: 1.6em;
    color: #a3b1bf;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 4.8em;
    text-align: left;
}
.section-more{
    display:block;
    clear:both;
    text-align:center;
}
.but-more {
    display: inline-block;
    text-align: center;
    padding: 15px 40px;
    background: #eb8e22;
    color: #121212;
    font-size: 30px;
    margin-top: 30px;
    min-width: 180px;
    border-radius: 30px;
}
@media screen and (max-width:1024px) {
    .html-home-page .content-contarin {
        padding: 0 15px;
    }
    .home-game ul {
        margin: -20px;
    }
    .home-game ul li {
        padding: 20px;
    }
    .home-game ul li>div{
        padding: 25px;
        height: 280px;
    }
    .home-works ul li{
        padding:0 10px 0 20px;
    }
    .news-ul {
        margin: -10px;
    }
    .news-ul li a {
        margin: 10px;
    }
}
@media screen and (max-width:768px) {
    .home-contarin {
        padding: 20px;
        margin: 50px auto;
        background: none;
    }
    .wow-btn {
        margin: 1px 0;
        min-width: 160px;
        font-size: 14px;
    }
    .home-game ul li > div {
        padding: 20px;
        height: 230px;
    }
    .works-txt {
        line-height: 16px;
        font-size: 14px;
    }
    .home-about-txt p {
        font-size: 18px;
        margin-top: 15PX;
        line-height: 22px;
    }
    .news-content-img {
        height: 128px;
    }
    .news-content-info h2 {
        margin-bottom: 5px;
        font-size:16px;
    }
    .news-content-info p {
        font-size: 16px;
        -webkit-line-clamp: 3;
        height: 4.8em;
    }
}
@media screen and (max-width: 576px){
    .html-home-page .content-contarin {
        margin: 30px auto;
        padding:0 10px;
    }
    .home-works, .home-about-img {
        display: none;
    }
    .h2-center {
        font-size: 20px;
        padding-bottom: 15px;
        letter-spacing: 1.5px;
    }
    .home-about-cont{
        padding:15px;
        font-size:14px;
    }
    .home-game ul li > div {
        padding: 15px;
        height: 210px;
    }
    .home-game ul li div h2 img {
        height: 32px;
    }
    .home-about-txt h2 {
        font-size: 20px;
        margin-top: 0px;
    }
    .news-content-img {
        height: 128px;
    }
    .news-content-info {
        height: auto;
    }
    .news-content-info h2 {
        margin-top: 10px;
    }
    .home-about-txt{
        width:100%;
    }
    .news-content-info p {
        line-height: 18px;
        font-size: 12px;
        height: 54px;
    }

}




.home-column-box,
.home-items-box {
    margin: -10px;
}
.home-column-box li {
    float: left;
    width: 16.6%;
}
.home-a-btn {
    margin: 10px 10px;
    background-color: #fff;
    display: block;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(85,85,85,.06);
    box-shadow: 0px 5px 5px 0px rgba(85,85,85,.06);
    overflow:hidden;
}
.home-a-btn:hover{
    -webkit-box-shadow: 0px 5px 5px 0px rgba(85,85,85,.2);
    box-shadow: 0px 5px 5px 0px rgba(85,85,85,.2);
}
.home-list-img {
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
}
.home-list-img img {
    max-width: 100%;
    max-height: 100%;
}
.home-cdk-box .home-list-img {
    padding: 0;
    height: 290px;
}
.home-cdk-box .home-list-img img{
    width:100%;
}
.home-list-info {
    padding: 10px 20px;
    border-top: 1px solid #eee;
}
.home-list-info .product-detail {
    margin-top:5px;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-over: -o-ellipsip-lastline;
}
.home-items-box li {
    width: 25%;
}
.home-items-btn {
    background-color: #fff;
    display: block;
    margin: 10px 10px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(85,85,85,.06);
    box-shadow: 0px 5px 5px 0px rgba(85,85,85,.06);
}
.home-items-img {
    float: left;
    width: 120px;
    height: 120px;
    padding: 20px;
}
.home-items-img img{
    border-radius:4px;
}
.home-items-info {
    float: left;
    padding: 20px 0;
}
.home-cdk-price{
    padding:10px 0;
}
.home-items-info .but-btn {
    padding: 0 20px;
    line-height: 30px;
    border: 1px solid #f6031a;
    color: #f6031a;
    background: #fff;
    font-size: 16px;
    margin-top: 5px;
}
.home-items-info .but-btn:hover{
    background:#f6031a;
    color:#fff;
}
.home-items-info .price-line-through{
    display:inline-block;
    margin-left:5px;
}
.home-items-info .product-name {
    margin-bottom: 15px;
    max-width: 180px;
    line-height: 20px;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-over: -o-ellipsip-lastline;
}
.home-a-btn .product-name {
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-over: -o-ellipsip-lastline;
}
.home-cdk-price .price-line-through{
    display:inline-block;
}
.feed-tab {
    background: #fff;
    text-align: center;
    margin: 0 0 15px 0;
    padding: 13px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(85,85,85,.06);
    box-shadow: 0px 5px 5px 0px rgba(85,85,85,.06);
}
.feed-tab li {
    float: none;
    padding: 0 15px;
    display: inline-block;
    border-right:1px solid #ddd;
}
.feed-tab li a{
    background: #fff;
    border-radius: 50px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    padding: 0 15px;
    display: inline-block;
    color: #333;
}
.feed-tab li:last-child{
    border-right:none;
}
.feed-tab li:after{
    border-right:1px solid #ddd;
}
.feed-tab li.active a{
    background: #f6031a;
    color:#fff;
}
/*home*/
@media screen and (max-width:1024px) {
    .hot-game-nav {
        display: none;
    }
    .hot-game-list > div {
        font-size: 20px;
        letter-spacing: 0px;
    }
    .btn-white {
        width: 90px;
        font-size: 14px;
        line-height: 32px;
    }
    .home-column-box, .home-items-box {
        display: flex;
        overflow: scroll;
    }
    .home-column-box, .home-items-box {
        margin: 0 -10px;
    }
    .home-column-box li, .home-items-box li {
        width: 220px;
        flex-direction: column;
        flex-shrink: 0;
        scroll-snap-align: start;
        display: flex;
    }
    .home-items-img {
        float: none;
        margin: 0 auto;
    }
    .home-items-info {
        padding: 10px 20px 20px;
        border-top: 1px solid #eee;
    }
    .home-items-info .product-detail {
        margin-bottom: 5px;
    }
}

@media screen and (max-width:768px) {
    .hot-game-box ul li {
        width: 33.33%;
    }
    .hot-game-box {
        margin: 0 -5px;
    }
    .hot-game-list {
        margin: 5px;
    }
    .home-column-box, .home-items-box {
        margin: 0 -5px;
    }
    .home-column-box li, .home-items-box li {
        width: 200px;
    }
    .home-a-btn, .home-items-btn {
        margin: 0 5px;
    }
    .home-cdk-box .home-list-img{
        height:255px;
    }
    .home-bg {
        display: none;
    }
}

@media screen and (max-width:576px) {
    .home-game, .home-works, .home-about, .home-news {
        margin: 30px 0;
    }
    .home-game ul li {
        padding: 10px 20px;
    }
    .home-about p {
        font-size: 14px;
        line-height: 22px;
    }
    .home-column-box li, .home-items-box li {
        width: 166px;
    }
    .home-a-btn, .home-items-btn {
        margin: 10px 5px;
    }
    .home-list-img{
        height:140px;
    }
    .home-cdk-box .home-list-img {
        height: 210px;
    }
    .home-cdk-price{
        padding:0;
    }
    .home-list-info, .home-items-info {
        padding: 10px 15px 20px;
    }
    .home-item .product-name {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .home-item .product-detail {
        font-size: 12px;
        line-height: 16px;
        height: 32px;
    }
}


main {
    min-height: calc(100vh - 180px);
}
.main-wrapper {
    margin-bottom: 50px;
}
/*prod-cate*/
.content-main.main-mt20 {
    margin-top: 15px;
}
.main-game-cate .content-main {
    margin-top: 13px;
}
.crumb-nav {
    margin:20px 0;
}
.m-crumb {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}
.crumb-nav h1 {
    margin-top: 10px;
    color: #fff;
}
.crumb-nav h2 {
    color: #fff;
}
.crumb-nav a{
   color:#77818c;
   font-size:12px;
   text-transform:capitalize;
}
.crumb-nav a:hover{
  color: #616365;
}
.crumb-nav a .iconfont {
    margin-right: 5px;
    color: #eb8e22;
}
.crumb-nav span {
    padding: 0 6px;
}
.prod-cate {
    margin:-7px;
}
.prod-cate li {
    width:33.33%;
    float: left;
    padding: 7px;
}
.prod-cate li > div {
    margin: 10px;
    display:flex;
    height:150px;
    border-radius: 6px;
    background: linear-gradient(rgb(42, 42, 42), rgb(31, 31, 31));
    border: 1px solid rgba(76, 76, 76, 0.7);
}
.prod-cate-img {
    text-align: center;
    display: table;
    vertical-align: middle;
    margin: 0 auto;
    padding: 30px 0;
}
.prod-cate-img img {
    vertical-align: middle;
    max-width:140px;
}
.prod-cate-a {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}
.prod-cate-a:hover {
    color:#6b8339;
    text-decoration: underline;
}
.nside-game-des {
    max-width:1400px;
    margin: 50px auto;
    clear: both;
}
.nside-game-item {
    display: block;
}
.nside-game-item span,
.nside-game-item h1 {
    color: #fff;
    font-size:30px;
    font-weight: bold;
    display:inline-block;
    line-height:1em;
}
.nside-game-des-cont {
    color: #aaa;
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
    padding: 20px;
    border-radius: 5px;
}
.nside-game-des-cont p{
    margin-bottom: 16px;
    font-size:16px;
    line-height:1.6em;
}
.nside-game-des-cont a{
    color: #ffa22f;
    background:none!important;
}
.prod-cate-rs li,
.prod-cate-nso li{
    width: 25%;
}
.prod-cate-rs li>div,
.prod-cate-nso li>div{
    background-image:none;
}
.prod-cate-rs li img ,
.prod-cate-nso li img{
    display:block;
    width:100%;
    max-height:100%;
}
.prod-cate-nso .prod-cate-a {
    background: #fff!important;
    color:#000;
}
@media screen and (max-width:1024px) {
    .main-wrapper{
        padding:0 15px;
    }
    .m-crumb{
        padding:0 15px;
    }
}
@media screen and (max-width:768px) {
    .prod-cate li > div {
        height:60px;
    }
    .crumb-nav{
        margin:10px 0;
    }
}
@media screen and (max-width:576px) {
    .main-wrapper {
        padding: 0 10px;
    }
    .m-crumb {
        padding: 0 10px;
    }
    .html-sitegame-product-channel-page .main-wrapper {
        min-height: auto;
    }
    .crumb-nav a{
        font-size:12px;
    }
    .crumb-nav span {
        padding: 0;
    }
    .nside-game-des{
        margin:30px auto;
    }
    .nside-game-item h1 {
        font-size: 18px;
    }
    .nside-game-des-cont {
        font-size: 14px;
        line-height: 20px;
        padding:15px;
    }
 
}




/*txtwrap-box*/
.section-box{
    margin:80px 0;
}
.nside-txtwrap-box {
    margin:80px 0;
}
.txtwrap-box {
    margin:-15px;
}
.txtwrap-box li {
    float: left;
    width:50%;
}
.txtwrap {
    height: 180px;
    position: relative;
    box-shadow: none;
    margin: 15px;
    padding: 20px;
    border-radius: 10px;
    background: linear-gradient(#303c47, #222c36);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(73 87 101);
    border-image: initial;
}
.txtwrap-img {
    display:none;
    width:60px;
    vertical-align:middle;
}
.txtwrap h2 {
    color: #fff;
    font-size:18px;
    line-height:1.6em;
}
.txtwrap div {
    color: #a3b1bf;
    font-size: 14px;
    margin-top: 10px;
    max-width: 100%;
    line-height: 1.4em;
}
/*txtwrap-box*/
@media screen and (max-width:1024px) {
    .txtwrap-box {
        margin: 0px -10px !important;
    }
    .txtwrap {
        height: 146px;
    }
    .txtwrap h2 {
        font-size: 18px;
    }
}
@media screen and (max-width:820px) {
    .txtwrap-box li {
        width: 50% !important;
    }
    .txtwrap {
        margin: 10px;
        height: 160px;
    }
}
@media screen and (max-width:768px) {
    .txtwrap-box li {
        width: 50% !important;
    }
    .txtwrap {
        margin:10px;
        height:140px;
    }
}

@media screen and (max-width:578px) {
    .nside-txtwrap-box{
        margin:30px 0;
    }
    .html-shopping-cart-page .nside-txtwrap-box {
        display: none;
    }
    .txtwrap {
        height: auto !important;
        padding: 10px;
    }
    .txtwrap-box li {
        width: 100% !important;
    }
    .txtwrap div {
        font-size: 12px !important;
        line-height:16px;
    }
}


/*prod-cate-nav
.prod-cate-nav {
    background: #ededed;
    border: 1px solid #d2d2d2;
}*/
.content-main{
    margin-top:50px;
}
.prod-cate-main .container{
    position:relative;
}
.prod-cate-nav {
    display: flex;
    flex-wrap: wrap;
    margin:15px 0;
}
.prod-cate-nav li {
    text-align:center;
    align-items: stretch;
}
.prod-cate-nav li.check .prod-cate-list {
    background:#eb8e22;
    text-decoration: none;
    color:#1e2c39;
}
.prod-cate-list:hover {
  
}
.prod-cate-list {
    border-radius: 25px;
    text-align: center;
    line-height: 1em;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding: 15px 30px;
    margin-right: 8px;
    background: #334251;
    color: #fff;
}
.prod-cate-list img {
    width: 50px;
    padding: 0;
    display: block;
    margin: 0 auto;
    margin-bottom:5px;
}
.m-prod-cate-check {
    display: none;
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    padding: 5px 15px;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    background: #e8f1ff;
    font-size: 16px;
    line-height: 42px;
    font-weight: bold;
    color: #333;
}
.m-prod-cate-check img{
    width:40px;
    height:40px;
    vertical-align:middle;
    margin-right:5px;
}
.m-prod-cate-check .iconfont{
    float:right;
}
.m-sel-server {
 
}
.cell-tit {
    color: #fff;
    font-weight:600;
    display: inline-block;
    margin-right: 15px;
    line-height: 36px;
    font-size: 16px;
}
.m-sel-box {
    width:40%;
}
.m-sel-box select {
}
.new-wolrd-Description {
    padding: 15px;
    background: #272624;
    font-size: 16px;
    line-height: 26px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: -20px;
    color: #a5a5a5;
}
.new-wolrd-Description h2 {
    padding: 10px 0px;
    color: #ffb10f;
    font-size: 22px;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
    border-bottom: 1px solid #898989;
}
.new-wolrd-Description p{
    margin-bottom:10px;
    font-size: 16px;
    line-height: 26px;
    color: #a5a5a5;
}
.new-wolrd-Description a{
    color:#ffb10f;
    text-decoration:underline;
}
.new-wolrd-Description a:hover{   
    font-weight:bold;
}
.list-title {
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
    margin-top:20px;
}
.sel-server-tit {
    margin: 40px 0 15px 0;
    font-size: 22px;
    color: #1a8dff;
    font-weight: bold;
}
.sel-server-tit img{
    display:none;
}
.sel-server-cont {
    clear: both;
    margin: 40px 0;
}
.main-content-box {
    padding: 25px;
    border-radius: 10px;
    background: #19242f;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(73 87 101);
}
.sel-server-item {
    margin: -3px -5px;
}
.sel-server-item li{
    margin:3px 5px;
}
.sel-server-item a {
    min-width: 36px;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform:capitalize;
    background: #334251;
    border-radius: 5px;
}
.sel-server-item li a:hover {
    color: #eb8e22;
}
.sel-server-item li a.active {
    background:#eb8e22;
    color: #121212;
}
.sel-server-box {
   margin:20px -5px;
}
.sel-server-box a {
   width: 32%;
    display: inline-block;
    line-height: 20px;
    font-size: 16px;
    color: #aaa;
    padding: 12px 15px;
    vertical-align: top;
    margin: 0.5%;
    background: #1e2c39;
    border: 1px solid #495765;
    border-radius: 6px;
}
.sel-server-box a:hover {
    box-shadow: 0 0 2px 1px inset #656666;
}
@media screen and (max-width: 1024px) {
    .prod-cate-a {
        font-size: 14px;
    }
    .prod-cate-img img {
        width: 100px;
    }
    .the_elder_scrolls_online .prod-cate-nav li {
        min-width:150px;
    }
    .main-content-box{
        padding:0;
        border:0;
        border-radius:0;
    }
}

@media screen and (max-width: 768px) {
    .content-main {
        margin-top: 30px;
    }
    .prod-cate-list{
        font-size:18px;
        padding:12px 20px;
    }
    .prod-cate-list img {
        width: 42px;
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 0px;
        vertical-align: middle;
    }
    .prod-cate-list div {
        display:inline-block;
    }
    .sel-server-box a{
        width:350px;
    }
}
@media screen and (max-width: 578px) {
    .list-title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .prod-cate-nav {
        overflow-x: auto;
        flex-wrap: unset;
    }
    .prod-cate-list {
        font-size: 14px;
        padding: 10px 15px;
        margin-right: 3px;
        white-space: nowrap;
    }
    .m-sel-box {
        width: 100%;
    }
    .sel-server-box a {
        width: 100%;
        margin: 3px 0;
        font-size: 14px;
        padding: 8px 10px;
    }
    .sel-server-cont{
        margin:15px 0 0;
    }
}


/*gold-product-main*/
.product-hd {
    background: #141821;
    padding: 15px 20px;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 1px;
    text-transform: capitalize;
}
.gold-list {
    padding: 15px 20px;
    width: 100%;
    display:flex;
    align-items:center;
    position: relative;
    background: #334251;
    margin-bottom: 5px;
    border-radius: 5px;
}
.gold-td-img {
    width: 45px;
    position: absolute;
    top: 15px;
    left: 20px;
}
.gold-th-pro {
    width: 55%;
}
.gold-td-name {
    width: 55%;
    padding-left: 45px;
}
.gold-td-unprice, .gold-th-unprice {
    width: 18%;
}
.gold-td-price, .gold-th-price {
    width: 15%;
}
.gold-td-btn, .gold-th-btn {
    flex:1;
    display:inline-flex;
    justify-content:flex-end;
}
.gold-td-img img {
    width: 40px;
    height: 40px;
}
.product-name {
    font-size: 18px;
    color: #fff;
    font-weight:lighter;
}
.product-detail {
    font-size: 16px;
    color: #a3b1bf;
    margin-bottom: 5px;
}
.product-detail span {
    min-width: 70px;
    margin-right: 10px;
    color: #999;
    display: inline-block;
}
.product-unit-price {
    color: #a3b1bf;
}
.product-price {
    font-size: 20px;
    color: #fff;
    line-height: 20px;
}
.price-line-through {
    text-decoration: line-through;
    color: #77818c;
    font-size: 15px;
    line-height: 20px;
}
.m-layer-buy-from .formitm input {
    line-height: 32px;
}
.m-layer-login{
    margin-bottom:20px;
}
.div-btn-right {
    display:flex;
    justify-content:flex-end
}
.div-btn-right .but-btn.btn-cancel {
    margin-right: 10px;
    background: #334251;
    color:#fff;
}
.btn-confirm .load {
    display:none;
}
.box-info {
    color: #999;
    margin-left: 36%;
    margin-top: -10px;
    font-size: 13px;
    line-height: 18px;
}
.formitm-product .lab，
.formitm-product .ipt {
    vertical-align: top;
}
.gold-cart-relative {
    position: relative !important;
    background: none;
    height: auto !important;
    width: auto !important;
    margin-top:10px;
    z-index: 1 !important;
    overflow: visible !important;
}
.gold-cart-relative .m-layer-content{
    top: 0;
    transform: translateY(0%);
    max-width: 100%;
    width: 100%;
    max-height:inherit;
}
.gold-cart-relative .scrollbar-buy{
    max-height: initial;
    overflow: visible;
}
.gold-cart-relative .products-alert-top,
.gold-cart-relative .button-close,
.gold-cart-relative .formitm-product{
    display:none;
}
.gold-cart-relative .products-alert-cont,
.gold-cart-relative .buy-from-nba2k21{
    padding: 0;
}
.gold-cart-relative .products-alert-cont.border-top{
    padding:20px 0;
}
.gold-cart-relative .formitm-table .lab{
    width:23%;
}
.gold-cart-relative .formitm-table .ipt{
    width:77%;
}
.gold-cart-relative .formitm-table .ipt input,
.gold-cart-relative .formitm-table .ipt select{
    width:300px;
}
.gold-cart-relative .m-layer-login {
    text-align: right;
}
@media screen and (max-width: 1024px) {
    .but-btn-card {
        min-width: auto!important;
        padding: 0 15px;
    }
}

@media screen and (max-width: 820px) {
    .gold-list{
        padding:15px;
    }
    .gold-th-pro, .gold-td-name {
        width: 42%;
    }
    .gold-td-unprice, .gold-th-unprice {
        width: 23%;
    }
    .gold-td-price, .gold-th-price {
        width: 20%;
    }
    .but-btn-card{
        font-size:14px!important;
    }
}

@media screen and (max-width: 567px) {
    .product-hd {
        font-size: 16px;
    }
    .gold-list  {
        flex-wrap:wrap;
    }
    .gold-td-name {
        border-bottom: 1px solid #4e5f72;
        margin-bottom: 10px;
    }
    .gold-td-img {
        left: 15px;
    }
    .gold-td-price {
        width: 70%;
    }
    .gold-td-btn{
        width: 30%;
        float: right;
    }
    .product-price{
        font-size:18px;
    }
    .price-line-through{
        font-size:14px;
    }
    .box-info {
        margin-left: 0;
        font-size: 12px;
        line-height: 16px;
    }
    .div-btn-right .a-btn-line,
    .div-btn-right .a-btn {
        padding: 0 20px;
        line-height: 34px;
        height: 36px;
        min-width: auto;
    }
    .gold-cart-relative .m-layer-login {
        text-align:left;
    }
    .gold-cart-relative .formitm-table .ipt input,
    .gold-cart-relative .formitm-table .ipt select{
        width:100%;
    }
}




/*items-product-main*/
.banner-title, .banner-title img{
    width: 100%;
    height: auto;
    display:none;
}
.main-wrapper-items .filter-nav {
    margin-top: 0;
}
.main-wrapper-items .filter-nav .cell-tit{
    display:none;
}
.filter-nav {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    background: #19242f;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(73 87 101);
}
.items-menu {
    display: table-cell;
    vertical-align: top;
    width: 90%;
}
.content-filters-box {
    background: #222c36;
    border-radius: 6px;
}
.prod-select-item {
    padding:0 15px 15px;
}
.sec-cate {
    max-height: 260px;
    overflow-y: auto;
}
.sec-cate > li {
    width: 25%;
}
.item-cate {
    display: flex;
    align-items: center;
    height: 32px;
    line-height: 1.2em;
    color: var(--item-cate);
    cursor: pointer;
}
.item-cate a {
    display: flex;
    align-items: center;
    height: 32px;
    line-height: 1.2em;
    color: #a3b1bf;
}
.item-cate input {
    display: none;
}
.item-cate label {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border-width: 2px;
    border-style: solid;
    border-color: #53697e;
    background-color: #2b3641;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
}
.item-cate label i {
    display: none;
    position: absolute;
    top: 0;
    left: 1px;
    color: #fff;
    font-size: 16px;
}
.item-cate span {
    flex: 1;
    text-transform: capitalize;
}
.item-cate.active a {
    color:#07b5e0;
}
.item-cate:hover label {
    border-color: #07b5e0;
}
.item-cate.active label {
    background-color: #07b5e0;
    border-color: #07b5e0;
}
.item-cate.active i {
    display: block;
}
.m-menu-short {
    margin: 20px 0;
}
.sel-category {
    float: left;
}
.sel-category a {
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #dadbd9;
    display: inline-block;
    padding: 0 10px;
    background: #f8f9fa;
    font-weight: bold;
    color: #fd7700;
}
.sel-category a:hover {
  
}
.item-search {
    position: relative;
    float: right;
}
.item-search input {
    display: inline-block;
    width: 260px;
    height: 36px;
    line-height: 34px;
    padding-right:40px;
    color:#fff;
}
.item-search button {
    position:absolute;
    top:1px;
    right:1px;
    display: inline-block;
    background: none;
    height: 34px;
    line-height: 34px;
    text-align:center;
    width:40px;
    vertical-align: top;
    border: 0;
    font-size: 14px;
    color: #fff;
}
.item-search button:hover{
    
}
.items-sorting{
    margin:15px 0;
}
.items-sorting .container {
    display: flex;
    justify-content: flex-end;
}
.items-product-main {
    clear: both;
}
.prod-select-value {
    background: #2b3641;
    padding: 10px;
    border-radius: 6px;
}
.items-sorting .choice-box {
    display: inline-grid;
    grid-gap: 5px;
    margin-left: 20px;
    font-size: 12px;
    grid-template-columns: 20px 1fr;
    line-height: 1.2em;
    color: #a3b1bf;
    cursor: pointer;
    align-items: center;
}
.choice-box input {
    display: none;
}
.radio-box label {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #53697e;
    position: relative;
    cursor: pointer;
}
.radio-box label i {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 16px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: -5px;
    margin-left: -5px;
    background-color: #07b5e0;
}
.radio-box:hover label,
.radio-box.radio-box-active label {
    border-color: #07b5e0;
}
.radio-box.radio-box-active label i {
    display: block;
}
.items-product-main{
    clear:both;
}
.content-product-ul {
    margin: -10px;
}
.items-list {
    width: 20%;
}
.items-list-table {
    position: relative;
    margin: 10px;
    overflow: hidden;
    border-radius: 6px;
    background: linear-gradient(#303c47, #222c36);
    border: 1px solid #424e5a;
}
.item-td-img {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-bottom: 1px solid #424e5a;
    padding: 10px;
}
.item-td-img img {
    max-height:100%;
    max-width:100%;
}
.icon-play {
    position:absolute;
    bottom:10px;
    right:15px;
    width: 27px;
    height: 22px;
    display: inline-block;
    margin-left: 5px;
    background: #ccc;
    color: #fff;
    vertical-align: top;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    border-radius:4px;
    background-image: -webkit-linear-gradient( 90deg,rgb(61,103,193) 11%,rgb(156,175,215) 100%);
    background-image: -ms-linear-gradient( 90deg,rgb(61,103,193) 11%,rgb(156,175,215) 100%);
    box-shadow: inset 0 1px 1px 0 rgba(255,238,179,.504);
    border: 1px solid #445cd5;
}
.icon-play i {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.icon-play:hover {
    background: #9cafd7;
    border-color: #9cafd7;
}
.item-td-name{
    margin:15px;
    text-align:center;
}
.item-td-name .product-name {
    font-weight:normal;
    line-height: 1.2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.4em;
    color: #a3b1bf;
    font-size: 16px;
}
.item-td-name p{
    color:#77818c;
    font-size:12px;
}
.item-td-price{
    padding:0 5px;
    display:flex;
    justify-content:center;
    margin:10px 0;
}
.item-td-price .price-line-through{
    margin-left:5px;
}
.item-td-qua {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}
.product-unit-qua {
    height: 36px;
    padding-right: 0;
    text-align: center;
    width: 120px;
    display: flex;
    border: 1px solid #3c4651;
    border-radius: 6px;
    overflow: hidden;
}
.product-unit-qua a {
    display: inline-block;
    width: 30px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    opacity: .8;
    color: #a3b1bf;
    font-weight: bold;
    background: #334251;
}
.product-unit-qua a:hover{
    color:#fff;
}
.product-unit-qua input {
    display:inline-block;
    width: 60px !important;
    height: 35px;
    line-height: 32px;
    text-align: center;
    padding: 0;
    border-radius: 0;
    border: none !important;
    font-size:16px;
}
.product-quantity {
    max-width: 126px;
    display: block;
}
input.product-quantity[type=number]::-webkit-inner-spin-button,
input.product-quantity[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}
.cart_not_pay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0);
    z-index: 999;
    cursor: no-drop;
}
.item-td-btn {
    padding: 0 5px 20px;
    text-align: center;
    display:flex;
    justify-content:center;
    align-items:center;
}
.item-td-btn .btn-shezhi {
    margin: 0px 0 0 8px;
}
.item-td-btn .a-btn{
    line-height:34px;
    height:36px;
    margin-top:0;
}
.acb-items-product-ul {
    margin: 0 -10px;
}
.acb-items-product-ul li {
    width: 20%;
}
.acb-items-card {
    margin: 10px;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.acb-items-img {
    height: 170px;
    padding:20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.acb-items-img img {
    max-width: 100%;
    max-height: 100%;
}
.acb-items-info {
    padding: 10px 20px 25px;
    border-top: 1px solid #eee;
}
.acb-items-info .product-detail {
    height:36px;
    line-height:18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    text-overflow: -o-ellipsip-lastline;
    margin-bottom: 10px;
    color: #333;
    font-weight: 700;
    text-align:center;
}
.acb-items-price {
    text-align: center;
    margin-bottom:20px;
}
.acb-items-price>span{
    display:inline-block;
    margin:0 5px;
}
.acb-items-info input {
    width: 33%;
}
.acb-items-info .a-btn {
    width: 60%;
    padding: 0px;
    float:right;
    margin: 0;
}
.item-details-title {
    display: block;
    color: #0088cc;
}
.item-details-title:hover{
    text-decoration:underline;
}
.item-td-details {
    display: none;
    clear: both;
    background: #f7f9fa;
    padding: 15px;
    border-radius: 5px;
    color: #3e65be;
    border: 1px solid #ddd;
    max-width: 600px;
    position: absolute;
    z-index: 55;
    margin-left: 5px;
}
.item-details > span {
    background: #f6031a;
    color: #fff;
    border-radius: 3px;
    padding: 3px 5px;
    margin-bottom: 5px;
    display: inline-block;
}
.item-td-details p {
    background: none;
}
@media screen and (max-width:1024px) {
    .main-content {
        padding:0;
        margin: 50px auto;
        background:none;
    }
    .content-main-filter .container {
        padding: 0 !important;
    }
}
@media screen and (max-width:820px) {
    .filter-nav{
        padding:15px;
    }
    .sec-cate li {
        width: 33.33%;
    }
}
@media screen and (max-width:576px) {
    .main-content{
        margin:25px auto;
    }
    .item-td-details {
        right: 0;
        width: 100%;
    }
    .cell-tit, .item-th-btn {
        display: none !important;
    }
    .sel-category{
        margin-bottom:10px;
    }
    .m-menu-short{
        margin:10px 0;
    }
    .sec-cate li {
        width: 50%;
    }
    .item-cate {
        font-size: 12px;
    }
    .item-cate label i {
        top: 2px;
    }
    .item-cate label {
        margin-right: 5px;
    }
    .content-product-ul {
        margin: -5px;
    }
    .items-list-table{
        margin:5px;
    }
    .item-td-name {
        margin: 10px 10px 5px 10px;
    }
    .item-td-name .product-name {
        font-size: 14px;
    }
    .product-quantity {
        width: 94px;
        margin: 0 auto;
    }
    .items-product-main .item-td-price {
        width: auto;
    }
    .acb-items-product-ul {
        margin: 0 -5px;
    }
    .acb-items-card{
        margin:5px;
    }
    .acb-items-info {
        padding: 10px 10px 15px;
        border-top: 1px solid #eee;
    }
    .acb-items-img{
        height: 110px;
        padding: 15px 10px;
    }
    .acb-items-info input {
        height:32px;
    }
    .acb-items-info .a-btn {
        height: 32px;
        line-height:30px;
        font-size:14px;
    }
}

/*cdk*/
/*cdk-product-main*/
.cdk-nav {
    background: #dadada;
    padding: 10px 0;
}
.listing-header {
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
}
.listing-header__title-wrapper {
    float: left;
    line-height:36px;
}
.listing-header__title-wrapper > h1 {
    display: inline-block;
    color: #333;
    float:left;
}
.listing-header__title-wrapper > span {
    color: #999;
    margin-left: 5px;
    float:left;
}
.filters {
    width: 20%;
    float: left;
    margin: 30px 0;
}
.cdkey-product-main {
    width: 78%;
    float: right;
    margin-top: 30px;
}
.filter-section h3 {
    color: #333;
    margin-bottom: 5px;
}
.filter-section-list li {
    float: none;
    display: block;
    vertical-align: middle;
}
.cdk-country-link img {
    width: 24px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
    margin-top: -4px;
}
.radio {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin: 7px 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
}
.radio input[type=checkbox], .radio input[type=radio] {
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
}
.radio i {
    height: 18px;
    width: 18px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    transition: border-color .2s ease,background .2s ease;
    -webkit-transition: border-color .2s ease,background .2s ease;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    position: relative;
    text-align: center;
}
.radio:hover input ~ i {
    border-color: #1d8bff;
}
.radio input:checked + i {
    border-color: #1d8bff;
}
.radio i:before {
    background: #1d8bff;
    border-radius: 50%;
    content: "";
    height: 10px;
    width: 10px;
    opacity: 0;
    margin-top: 3px;
    vertical-align: top;
    transition: transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s,-webkit-transform .2s;
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    -webkit-transition: opacity .2s,-webkit-transform .2s;
    -webkit-transform: scale(1);
    transform: scale(1);
    display: inline-block;
}
.radio.radio-cancel i:before {
    background: #fff!important;
    border: 1px solid #fff!important;
}
.radio.radio-cancel i {
    border: 1px solid #ccc!important;
}
.radio input:checked + i:before {
    opacity: 1;
}
.cdk-country-page {
    padding:20px 10px;
    border: 1px solid #acc7ee;
    background: #e2eeff;
    border-radius: 4px;
}
cdk-country-page>div{
    display:flex;
}
.cdk-country-page a {
    height: 80px;
    text-align:center;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    width: 160px;
    margin: 5px;
    padding: 15px 10px;
    background-image: url(../../images/web/cdk-country-bg.jpg);
    color: #fff;
    border-radius: 4px;
    float:left;
}
.cdk-country-page a.cdk-pc {
    background-image: url(../../images/web/cdk-pc.jpg);
}
.cdk-country-page a.cdk-psn {
    background-image: url(../../images/web/cdk-psn.jpg);
}
.cdk-country-page a.cdk-steam {
    background-image: url(../../images/web/cdk-steam.jpg);
}
.cdkey-product-ul {
    margin: -10px;
}
.cdkey-product-ul li {
    width: 20%;
}
.cdkey-store-ul .cdkey-info {
    padding:10px 15px;
}
.cdkey-store-ul .cdkey-info .product-detail{
    margin-bottom:5px;
}
.cdkey-store-ul .cdk-img {
    background-image: none;
    padding: 0;
    height: 256px;
}
.cdkey-store-ul .cdk-img img{
    width:100%;
}
.cdkey-store-price {
    display: block;
    width: 100%;
}
.cdkey-store-price .price-line-through{
    display:inline-block;
    margin-left: 10px;
}
.cdkey-card {
    margin: 10px;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 4px;
    overflow:hidden;
    display:block;
}
    .cdkey-card:hover {
        -webkit-box-shadow: 0px 5px 5px 0px rgba(85,85,85,0.1);
        box-shadow: 0px 5px 5px 0px rgba(85,85,85,0.1);
    }
.cdk-img {
    margin: 0 auto;
    text-align: center;
    background-image: url(../../images/web/cdk-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 15px 20px;
    height:180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cdk-img img {
    max-width: 100%;
    max-height: 100%;
}
.cdkey-info {
    padding: 10px 15px 20px;
    border-top: 1px solid #eee;
}
.cdkey-info .product-detail {
    height:40px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: -o-ellipsip-lastline;
    margin-bottom: 10px;
}
.cdkey-card .product-price {
    line-height: 36px;
}
.cdkey-card .but-btn-card {
    float: right;
    min-width: auto;
    padding: 0 20px;
}
.cdkey-table {
    display: table;
    height: 56px;
    width:100%;
}
.cdkey-table>div {
    vertical-align:middle;
    display:table-cell;
}
.cdkey-table-price{
    width:40%;
}
.cdkey-table-btn{
    width:60%;
}
.cdkey-table-btn .a-btn{
    margin-top:0;
    float: right;
    line-height:34px;
}
.hover-info {
    display: none;
}
.cdkdeta-content-main {
    background: #fff;
    margin-top: 0;
}
.cdkdeta-content-main .container {
   
}
.cdk-shop{
    padding-top:50px;
}
.cdk-shop a{
    font-size:16px;
    font-weight:700;
    color:#999;
}
.cdkey-details {
    width: 100%;
    float: left;
}
.showcase-pro-img {
    float: left;
}
.showcase-pro-info {
    float:right;
    width: 70%;
    padding-left:50px;
}
.pro-img-slide {
    border: 1px solid #ddd;
    width: 400px;
    height: 400px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #fff;
}
.pro-img-slide > img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.small-img-box {
    margin: 15px -5px 0 -5px;
}
.small-img-box li {
    padding: 0 5px;
}
.small-img {
    margin: 3px;
    width: 72px;
    height: 72px;
    border: 1px solid #ddd;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #fff;
    cursor:pointer;
}
.small-img img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.showcase-pro-info > h1 {
    color: #333;
    font-size: 34px;
    line-height: 50px;
}
.cdkey-details-span{
    margin-top:15px;
}
.cdkey-details-span li{
    margin-right:10px;
}
.cdkey-details-span li div{
    color:#999;
}
.cdkey-details-span span{
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    line-height: 30px;
    padding:0 15px;
    display: inline-block;
    margin-top:5px;
}
.span-game {
    background: #50c983;
}
.span-Steam {
    background: #5dd1f6;
}
.span-Steam i{
    width: 20px;
    height: 20px;
    margin-right: 5px;
    display: inline-block;
    background-size: 100% 100%;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.span-Steam .steam-icon{
    background-image:url(../../images/web/steam/steam-icon.png)
}
.span-Steam .nintendo-icon{
    background-image:url(../../images/web/steam/nintendo-icon.png)
}
.span-Steam .psn-icon{
    background-image:url(../../images/web/steam/psn-icon.png)
}
.span-Stock {
    background: #c290ff;
}
.span-Region {
    background: #ff6a6a;
}
.showcase-pro-info .formitm label {
    width: 150px;
    display: inline-block;
    color: #999;
}
.showcase-pro-info .formitm {
    font-size: 16px;
    line-height: 26px;
    float: none;
}

.showcase-pro-info .formitm .ipt {
    display: inline-block;
    width: auto;
    color: #666;
    float: none;
}
.formitm-price {
    margin-top: 80px;
    background: #f4f4f4;
    padding: 20px 20px 0px;
}
.formitm-price .product-price{
    font-size: 34px;
    line-height: 34px;
}
.formitm-price .price-line-through {
    display: inline-block;
    margin-left: 15px;
    font-size:20px;
}
.showcase-pro-but {
    background: #f4f4f4;
    padding: 0 20px 20px;
}
.showcase-pro-but input{
    width:70px;
    margin-right:12px;
}
.showcase-pro-but .a-btn {
    min-width: 148px;
    padding: 0;
    text-align:center;
}

.cdk-hint {
    font-size: 13px;
    border-radius: 3px;
    /*background: #eef5fc;*/
    margin-top: 15px;
    padding: 5px 10px;
    line-height: 22px;
    color: #678ad9;
}
.pro-description {
    margin: 50px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.pro-description>span{
    padding: 15px 20px;
    color: #333;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
    border-bottom: 1px solid #ddd;
    background:#f5f5f5;
    border-radius:5px 5px 0 0;
}
.pro-description .nside-game-item{
    background:#f5f5f5;
}
.cdk-detail-description {
    margin:80px 0 50px; 
}
.cdk-detail-title {
    padding: 20px;
    background: #455169;
    color: #fff;
    border-radius: 5px;
}
.cdk-detail-cont {
    padding: 30px;
    font-size: 16px;
    line-height: 26px;
}
.cdk-detail-cont li{
    float:none;
}
.cdk-detail-description p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
}
.cdkey-recommend {
    max-width:1360px;
    margin:0 auto;
}
.cdkey-recommend > h2 {
    padding: 30px 0px;
    vertical-align: bottom;
    font-size: 24px;
}
.cdkey-recommend > h2 > a {
    color:#2F82FB;
    font-size: 14px;
    font-weight: lighter;
    margin-left:20px;
}
.cdkey-recommend > h2 > a:hover {
    text-decoration: underline;
}
.cdk-txtwrap{
    margin:0;
    padding:50px 0;
}
.not-found {
    text-align: center;
    padding: 50px;
}
.not-found img{
    max-width:300px;
    width:100%;
}
.no-results-txt {
    font-size: 30px;
    color: #ffb10f;
    font-weight: bold;
}
.no-results-link {
    font-size: 16px;
    margin-top: 15px;
    color: #aaa;
}
@media screen and (max-width:1024px) {
    .cdkey-product-ul li {
        width: 25%;
    }
    .cdkey-table-btn .a-btn{
        padding:0 15px;
    }
    .cdkey-store-ul .cdkey-card {
        margin: 5px;
    }
}

@media screen and (max-width:768px) {
    .cdkey-product-ul li {
        width: 33.33%;
    }
    .cdkey-store-ul li{
        width:25%;
    }
    .listing-header {
        border-bottom:0;
    }
    .filters {
        width: 100%;
        margin-bottom: 0px;
        background: #fff;
        margin-top: 0;
        padding: 15px;
        border-radius: 4px;
    }
    .cdkey-product-main, .cdkey-details {
        width: 100%;
    }
    .filter-section-list li {
        float: left;
        margin-right: 30px;
        min-width: 80px;
    }
    .cdkey-recommend {
        display: none;
    }
    .pro-img-slide {
        width: 280px;
        height: 280px;
    }
    .small-img {
        width: 48px;
        height: 48px;
    }
    .showcase-pro-info {
        width: 450px;
        padding-left:25px;
    }
    .showcase-pro-info > h2{
        font-size:22px;
        line-height: 38px;
    }
    .formitm-price, .cdk-detail-description {
        margin-top: 50px;
    }
}

@media screen and (max-width:567px) {
    .cdk-country-page a {
        width:46%;
    }
    .cdkey-product-ul {
        margin: -5px;
    }
    .cdkey-product-ul li {
        width: 50%;
    }
    .cdkey-card {
        margin: 5px;
    }
    .cdkey-info {
        padding: 10px 15px;
    }
    .cdk-img{
        height: 140px;
    }
    .cdkey-store-ul .cdk-img {
        height: 218px;
    }
    .cdkey-info .product-detail {
        font-size: 12px;
        line-height: 16px;
        height: 32px;
        margin-bottom:0px;
    }
    .cdkey-card .product-price {
        line-height: 16px;
    }
    .cdkey-table-btn .a-btn {
        padding: 0 10px;
    }
    .cdkey-card .but-btn-card {
        float: right;
        min-width: auto;
        padding: 0 10px;
        font-size: 12px;
        line-height: 28px;
    }
    .showcase-pro-img {
        float: none;
    }
    .pro-img-slide {
        display: block;
        margin: 0 auto;
    }
    .small-img-box {
        margin: 15px 0px;
        text-align: center;
    }
    .small-img-box li {
        display: inline-block;
        float: none;
        padding: 0 3px;
    }
    .showcase-pro-info {
        width: 100%;
        padding-left: 0px;
    }
    .showcase-pro-info > h2 {
        font-size: 16px;
        line-height: 22px;
    }
    .showcase-pro-info .formitm {
        font-size: 14px;
        line-height: 18px;
    }
    .showcase-pro-but {
        margin-top: 0px;
    }
    .showcase-pro-but .a-btn {
        min-width: auto;
        padding: 0 10px;
    }
    .cdk-detail-cont {
        padding:20px 15px;
    }
    .formitm-price, .cdk-detail-description{
        margin-top:30px;
    }
    .cdkey-store-price{
        margin-top:10px;
    }
    .listing-header .item-search {
        float: left;
    }
}
@media screen and (max-width:320px) {
    .cdk-country-page a {
        width: 45%;
    }
}

/*itemspackage-content-main*/
.main-wrapper-package .filter-nav {
    margin-top: 0;
}
.powerleveling-main-wrapper .filter-nav {
    margin-top: 0;
}
.package-list {
    padding: 15px 20px;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    position: relative;
    background: #fff;
}
.package-list > div {
    display: block;
    vertical-align: middle;
    float: left;
}
.package-th-pro, .package-td-name {
    width: 60%;
}
.package-th-info, .package-td-info {
    width: 15%;
    position:relative;
}
.package-th-price, .package-td-price {
    width: 13%;
}
.package-td-name h2{
    margin-bottom:5px;
}
.package-td-name img {
    margin-right: 5px;
    width:40px;
    height:40px;
    margin-bottom:5px;
    border-radius:3px;
}
.btn_info {
    background: url(../../images/web/icon_info.png) no-repeat scroll 0 0 transparent;
    display: block;
   height:20px;
    width: 20px;
    cursor: pointer;
    margin-top:8px;
}
.info_all {
    background-color: #fff;
    border: 1px solid #21b81a;
    color: #555;
    display: none;
    left: -130px;
    position: absolute;
    top: 35px;
    width: 260px;
    z-index: 9001;
    text-align: center;
}
.info_all:after{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    transform: rotate(45deg) translate(-50%, -50%) scale(1.4);
    top: 0;
    left: 50%;
    border-top: 1px solid #21b81a;
    border-left: 1px solid #21b81a;
    margin-left: 5px;
    background: #27cd1f;
}
.info_all h3 {
    background-color: #27cd1f;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0;
    padding: 5px;
}
.info_all .text {
    font-size: 12px!important;
    line-height: 1.4em;
    padding: 8px;
    word-break: break-all;
    word-wrap: break-word;
}
.package-td-info:hover .info_all {
    display:block;
}
.package-list > .package-td-else {
    display: block !important;
    clear: both;
    width:100%;
}
.showmore {
    color: #0088cc;
    display: block;
}
.showmore:hover{
    text-decoration:underline;
}
.package-td-else ul {
    display: none;
    margin-top: 10px;
    padding: 30px 20px 15px 20px;
    border-radius: 5px;
    background: #e8f1ff;
    color: #3e65be;
    border: 1px solid #c6d5ec;
}
.package-td-else ul li{
    margin: 0px 30px 15px 0;
}
.package-preview {
    float: left;
    margin-right: 15px;
}
.package-preview img{
    width:36px;
    height:36px;
    border-radius:3px;
    overflow:hidden;
}
.package-item-cont {
    float: left;
}
.package-item-cont>.f-fl{
    clear: both;
   margin-bottom:10px;
}
.package-item-cont .f-fl div{
    float:left;
}
.package-item-img{
    width:36px;
    height:36px;
    display:inline-block;
}
.package-item-sequ {
    line-height: 36px;
    width: 15px;
    font-weight: bold;
    color: #f09d05;
}
.package-sel {
    margin-left:5px;
    width: 180px;
}
.package-sel select{
    height:36px;
    line-height:34px;
}
.eso-package-td-else select {
    width: 180px;
    line-height: 34px;
    height: 36px;
    margin-right:5px;
    float:left;
}
.eso-sel-inner{
    padding-top:10px;
    clear:both;
}
.altHtml {
    margin-top: 3px;
    font-size: 15px;
}
.altHtml-1 {
    color: #ff8e12;
}
.altHtml-2 {
    color: #27cd1f;
}
.altHtml-3{
    color: #5799e2;
}
.gw2-package-name span {
    color: #f60;
    font-size: 12px;
    background: #fff;
    border: 1px solid;
    padding: 3px 5px;
    border-radius: 3px;
    float: left;
    margin: 2px 3px;
}
.gw-Click-here{
    margin-top:10px;
}
.package-td-else-gw2 select{
    width:180px;
    display:inline-block;
}
.color-gw2 {
    color: #f6031a;
    font-size: 20px;
    font-weight: bold;
    margin:0 10px;
}
.color-name{
    color:#2F82FB;
    margin-right:5px;
}
.package-list-GM{
    display:table;
}
.package-list-GM>div{
    display:table-cell;
    vertical-align:middle;
    float:none;
}
.package-list-GM>.package-td-name{
    vertical-align:top;
}
@media screen and (max-width:1024px) {
    .package-sel {
        width: 170px;
    }
}
@media screen and (max-width:768px) {
    .package-th-pro, .package-td-name {
        width: 55%;
    }
    .eso-package-td-else select{
        width:140px;
        margin:3px 5px 3px 0;
    }
}
@media screen and (max-width:567px) {
    .package-td-name {
        width: 100%;
    }
    .package-td-btn {
        float: right !important;
    }
    .package-th-price, .package-td-price {
        width: auto !important;
    }
    .package-list > .package-td-else {
        margin-top: 5px;
    }
    .package-td-else ul li {
        margin: 0px 0px 15px 0;
    }
    .package-sel {
        width: 165px;
    }
    .eso-package-td-else select {
        width: 155px;
    }
    .package-list-GM > div{
        display:inline-block;
    }
    .package-list-GM .package-td-info {
        display: none;
    }
}


/*powerleveling-content-main*/
.powerleveling-content-main .filter-nav {
    margin-top: 20px;
    border-bottom: none;   
}
.prod-select-top{
    padding:15px;
}
.prod-select-search {
    position: relative;
}
.prod-select-top .prod-select-search input {
    height: 42px;
    padding-right: 52px;
}
.prod-select-top .prod-select-search span {
    position: absolute;
    top: 12px;
    right: 100px;
    font-weight: bold;
    z-index: 22;
    color: var(--time-color);
    cursor: pointer;
}
.prod-select-top .prod-select-search button {
    color: #fff;
    width: 92px;
    height: 42px;
    border: none;
    background: var(--tag-color);
    background: -webkit-linear-gradient(left top, #eb8e22, #55aeff);
    background: -o-linear-gradient(right, #eb8e22, #55aeff);
    background: -moz-linear-gradient(right, #eb8e22, #55aeff);
    background: linear-gradient(to right, #eb8e22, #55aeff);
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    line-height: 34px;
    text-align: center;
    vertical-align: top;
    border-radius: 0 4px 4px 0;
    font-size: 14px;
    font-weight: bold;
}
.m-sel-pole {
    margin-bottom: 10px;
}
.m-sel-pole, .m-sel-pole-list {
    padding: 20px 15px;
    background: #222c36;
}
.pole-border {
    color: #fff;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 16px;
    border-left: 3px solid #272624;
    padding-left: 5px;
}
.m-sel-pole select {
    display: inline-block;
    margin-right: 20px;
    width: 80px;
    box-shadow: inset 2px 2px 3px 0px rgba(124,124,143,.1);
}
.m-sel-pole button{
    display:inline-block;
}
.list-pole-template {
    margin-top: 10px;
}
.pole-template {
    display: inline-block;
}
.pole-template select{
    display:inline-block;
    width:200px;
    height:36px;
    line-height:34px;
}
.select-style {
    font-weight: 600;
    width: 100px;
    margin-right:15px;
    height:36px;
    line-height:34px;
}
.pole-time {
    margin-right: 20px;
}
.pole-price {
    color: #FF9800;
    font-weight: bold;
    margin-right: 20px;
}
.a-btn.small-btn{
    margin-top:0;
    line-height:36px;
    height:36px;
}
.pole-product-main{
    background:none;
}
.pole-list-left {
    padding:10px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pole-list-left img{
    max-height: 100%;
    max-width: 100%;
}
.pole-list-right {
    text-align:center;
    padding:20px;
}
.pole-list-txtwrap {
    margin: 5px;
    position: relative;
    border-radius: 6px;
    background: linear-gradient(rgb(42, 42, 42), rgb(31, 31, 31));
    border: 1px solid rgba(76, 76, 76, 0.7);
}
.pole-list-right h2.product-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsip-lastline;
    height: 42px;
}
.pole-list-txtwrap .pole-time {
    margin-top: 5px;
    margin-bottom: 15px;
    color: #808284;
}
.pole-list-right>div.f-fl{
    width:100%;
}
.pole-list-price > span {
    line-height: 32px;
    margin:0 5px;
    display: inline-block;
}
.pole-list-right .icon-play{
    margin-top:4px;
}
.pole-list-right .a-btn {
    line-height: 34px;
    margin-top: 0;
}
.pole-detaols-page {
    margin-bottom: 325px;
}
form#my-profile {
    width: 100%;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    overflow: hidden;
    background: #222c36;
    border-radius: 6px;
    border: 1px solid #424e5a;
}
.pole-detaols-right {
    width: 40%;
    float: right;
    padding:30px;
    word-wrap: break-word;
    word-break: normal;
    color: #aaa;
}
.pole-detaols-right img{
    max-width:100%;
    max-height:180px;
}
.pole-detaols-right h2{
    margin:10px 0;
    color:#fff;
}
.pole-detaols-right span {
    background: #6b8339;
    padding: 0 15px;
    line-height: 24px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 15px;
    color: #fff;
}
.pole-detaols-right p {
    font-size: 16px;
    color: #c0c9e0;
}
.pole-detaols-left {
    width: 60%;
    float: left;
    padding: 30px 50px;
    background: linear-gradient(#303c47, #222c36);
    border-right: 1px solid #424e5a;
}
.pole-detaols-left .ipt-tip input, 
.pole-detaols-left .ipt-tip select {
    width:92%;
}
.formitm-fut {
    margin-bottom: 10px;
}
.formitm-fut .lab {
    width: 30%;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    text-align:right;
}
.formitm-fut input {
    width: 50%;
    display: inline;
    vertical-align: middle;
    border-radius:4px;
}
.formitm-fut select {
    width: 50%;
    display: inline;
    vertical-align: middle;
}
.formitm-fut i{
    display:inline-block;
    vertical-align:middle;
    color: #f6031a;
}
.formitm-fut-btn{
    margin-left:30%;
}
@media screen and (max-width:1024px) {
    .select-style {
        width: 65px;
    }
}
@media screen and (max-width:768px) {
    .pole-product-main{
        margin:0;
    }
    .formitm-fut .lab{
        width: 40%;
    }
    .formitm-fut-btn {
        margin-left: 40%;
    }
    .m-sel-pole select {
        width: 68px;
        margin: 0 10px 5px 0;
    }
    .pole-detaols-left .ipt-tip input,
    .pole-detaols-left .ipt-tip select {
        width: 95%;
    }
    .pole-detaols-right span{
        font-size:14px!important;
    }
}
@media screen and (max-width:578px) {
    .pole-detaols-page{
        margin-bottom:0;
    }
    .m-sel-pole select {
        margin: 0 10px 5px 0;
    }
    .pole-detaols-left, .pole-detaols-right {
        width: 100%;
        border:none;
        padding: 15px;
    }
    .pole-template {
        display: block;
    }
    .pole-template select {
        width: 143px;
        margin-right:0;
    }
    .select-style{
        width:60px;
    }
    .pole-list-right h2.product-name{
        height:auto;
    }
    .pole-detaols-left .formitm-fut .lab {
        width: 100%;
        text-align: left;
    }
    .pole-detaols-left .formitm-fut .lab {
        width: 100%;
        text-align: left;
    }
}
@media screen and (max-width:360px) {
    .select-style {
        width: 59px;
        padding: 0 5px;
    }
}





/*shop-product-main*/
.shop-content-main {
    
}
.stepper-steps {
    display: none;
}
.shop-content-main .container{
    padding-bottom: 50px!important;
    min-height: 600px;
    max-width:1300px;
}
.container-confirm {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    width: 100%;
    overflow: hidden;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #d3cfe0;
}
.container-confirm .cart-title{
    align-items: baseline;
    display: flex;
    margin-bottom: 30px;
    background:#6b8339;
    padding: 15px;
    margin: -20px -20px 30px -20px;
}
.container-confirm .title--size-big {
    font-size: 32px;
    line-height: 40.8px;
}
.cart-title {
    align-items: baseline;
    display: flex;
    margin-bottom: 15px;
}
.title--size-big {
    font-size: 32px;
    line-height: 40.8px;
    color: #fff;
}
.cart-title span {
    color: #ffa22f;
    font-size: 12px;
    margin-left: 10px;
}
.cart-title-continue {
    color: #2F82FB;
    font-weight: 700;
    margin-left: auto;
    padding-right: 0;
    font-size: 14px;
    display:none;
}
.shop-left {
    float: left;
    width: 66%;
}
.shop-list {
    width: 100%;
    margin-bottom: 15px;
    background: #222c36;
    border: 1px solid #424e5a;
    border-radius: 6px;
}
.shop-product {
    margin: 0 20px;
    padding: 20px 0;
    border-bottom: 1px dashed #424e5a;
}
.cart-order-into {
    display: none;
}
.cart-order-into ul {
    background: #e8f1ff;
    color: #3e65be;
    border: 1px solid #c6d5ec;
    padding: 10px;
    border-radius: 4px;
}
.cart-order-into ul li {
    margin-right: 10px;
}
.cart-order-into>button{
    margin-left:0;
    margin-right:15px;
}
.cart-into-but {
    color: #ffffff;
    background: #457bca;
    padding: 0 10px;
    margin-left: 60px;
    border-radius: 3px;
}
.shop-list-left {
    display: inline-flex;
    width:64%;
    flex: 1;
}
.shop-list-right {
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width:35%;
    vertical-align: top;
}
input.shop-checkbox {
    width: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.shop-checked {
    display: inline-block;
    float: left;
}
.shop-td-img {
    display: inline-block;
    text-align: center;
    position: relative;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    float: left;
    border: 1px solid #3c4040;
    border-radius: 6px;
    background: #121212;
}
.shop-td-img img{
    max-width:100%;
    max-height:100%;
    display:block;
}
.shop-product-info {
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    float: left;
    width:79%;
}
.shop-product-info .product-name{
    line-height: 20px;
    margin-bottom: 15px;
}
.shop-detail {
    color: #a3b1bf;
}
.shop-detail span {
    color: #dedede;
    min-width: 80px;
    padding-right: 5px;
    display: inline-block;
}
.shop-list-bot {
    padding: 16px 20px;
    text-align: right;
    font-weight: bold;
    color: #eb8e22;
}
.group__total-price-label {
    color: #a3b1bf;
    margin-right: 5px;
    font-weight: lighter;
}
sup {
    top: -0.5em;
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    padding-left: 5px;
}
.counter-wrapper button {
    background-color: transparent;
    height: 26px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
    font-weight: bold;
}
.button-size-sub {
    opacity: 0.8;
    color: #ffa22f;
    font-weight: bold;
}
.button-size-add {
    color: #ffa22f;
}
.button:disabled {
    cursor: not-allowed;
}
.counter-wrapper form {
    display: inline-block;
}
.counter-input {
    font-size: 12px;
    height: 26px;
    padding: 0 6px;
    border-radius:4px;
    box-sizing: border-box;
    margin: 0 4px;
    text-align: center;
    width: 40px;
    display: inline-block;
}
.but-remove {
    display: block;
    margin: 4px auto 0;
    color: #aaa;
    font-weight: 400;
    width: auto;
    background-color: transparent;
    font-size: 12px;
}
.but-remove:hover{
    color: #2F82FB;
}
.price {
    display: flex;
    flex-direction: column;
    text-align: right;
}
.price--color-black {
    color:#fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33em;
}
.price__currency {
    font-size: 0.6em;
    text-transform: uppercase;
}
.price-wrapper__vat {
    color: rgba(0,0,0,0.28);
    font-size: 10px;
    text-align: right;
}
.Per-item{

}
.price-wrapper-title {
    color: #999;
}
.price-wrapper-per-item {
    display: inline-flex;
    margin-left: 5px;
}
.price-cost {
    color:#fff;
    font-size: 16px;
    font-weight: normal;
}
.discount {
    display: flex;
    margin-top: 10px;
}
.discount__percent {
    background: #DD301C;
    color: white;
    display: block;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    margin-right: 10px;
    padding: 0 5px;
}
.discount__suggested-price {
    color: #808284;
    line-height: 18px;
    position: relative;
    text-decoration: line-through;
}
.step-shopping-info {
}
.checkout-payment {
    width: 32%;
    float: right;
}
.product-card__promocode{
    margin-bottom:20px;

}
.product-code-link {
    position: relative;
    color: #2F82FB;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 2px;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 8px;
    margin-bottom:15px;
    display:none;
}
.product-code-link::after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, #2F82FB 0%, #2F82FB 50%, transparent 50%, transparent 100%);
    background-size: 8px 1px;
}
.product-code-container{
    position:relative;
}
.product-code-container input{
    font-size:16px;
    border:1px solid #eb8e22;
}
.code-btn {
    font-size: 16px;
    height: 44px;
    position: absolute;
    top: 1px;
    right: 1px;
    background: #eb8e22;
    color: #241900;
    text-align: center;
    line-height: 40px;
    padding: 0px 18px;
    border-radius: 0 6px 6px 0;
}
.order-summary {
    padding: 20px;
    border-radius: 6px;
    background: linear-gradient(#303c47, #222c36);
    border: 1px solid #424e5a;
}
.summary-sub-total {
    line-height: 36px;
    zoom: 1;
    border-bottom: 1px dashed #3c4040;
}
.summary-sub-total span {
    margin-right: 20px;
    float: left;
    text-align: left;
    color: #a3b1bf;
}
.summary-sub-total span i {
    color:#eb8e22;
}
.summary-sub-total span > a:hover {
    color: #f6031a;
}
.summary-sub-total em {
    color:#fff;
    float: right;
    width:auto;
    text-align: right;
     font-style:normal;
}
.summary-sub-total.summary-sub-total-foot {
    margin-top: 10px;
    border:none;
}
.summary-sub-total.summary-sub-total-foot span {
    font-size: 16px;
}
.summary-sub-total.summary-sub-total-foot em {
    font-size: 24px;
    color:#eb8e22;
    font-style:normal;
}
.item_cart_trading_info {
    padding: 5px 0;
    background: #fff;
    border: 1px solid #e3e6dd;
    border-radius: 5px;
}
.Payment_Select {
    padding-top: 30px;
    text-align: left;
    position: relative;
    color:#aaa;
}
.Payment_Select-box {
    width: 100%;
    margin: 0 auto;
    position:relative;
}
.pp-paypallog {
    line-height: 16px;
    font-size: 16px;
    margin-bottom: 15px;
}
.pp-paypallog img {
    vertical-align: middle;
    width: 16px!important;
    margin-right: 5px;
}
.pp-paypallog input {
    margin-right: 0px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border: 1px solid #E0E0E0;
    margin-top: -3px;
}
.pp-paypallog input:checked{
     border: 1px solid #E0E0E0;
}
#paypal-button {
    width: 100%;
    border-radius: 4px;
    background: #ffc439;
    height:45px;
    overflow:hidden;
}
#paypal-button:hover{
    background:#f2ba36;
}
.but-btn-paypal {
    background: #ffc439;
    color:#666;
    margin-top:5px;
    font-size:18px;
}
.card_container {
    margin-top: 15px;
}
.but-btn-credit {
    background: #003087 !important;
    font-size: 18px !important;
    margin-top: 0 !important;
    color:#fff!important;
}
.card_container-link:hover {
    color: #ccc;
}
.but-btn-credit.select {
    background: #f2f7ff;
    color: #0140b3;
    border: 1px solid #c6d5ec;
    border-bottom: none;
    position: relative;
}

.but-btn-credit.select:hover {
    color: #4e8dff;
}
.card_container-cont {
    display: none;
    padding: 20px;
    width: 100%;
    border: 1px solid #c6d5ec;
    margin-left: 0px;
    margin-top: -5px;
    background: #f2f7ff;
    border-radius:0 0 5px 5px;
}

input:-internal-autofill-selected {
    background: #fff !important;
}
.card_container-cont > a {
    background: #003087;
    display: block;
    height: 38px;
    line-height: 38px;
    border-radius:4px;
    width: 100%;
    cursor: pointer;
    color: #fff;
    clear:both;
}
.card_container-cont > a:hover{
    -webkit-box-shadow: 0 1px 12px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 12px 0 rgba(0,0,0,.3);
    -webkit-filter: contrast(1.3);
    filter: contrast(1.3);
    transition: all 0.5s;
}
.but-btn-proceed {
    margin-top: 15px !important;
    background: #f75213 !important;
    font-size: 18px !important;
    color: #fff !important;
    border-radius: 4px !important;
}
.payment-section {
    border: 1px solid #d2d2d2;
    background: #fff;
    margin: 50px 0 30px 0;
    clear: both;
}
.but-btn-proceed:hover,
.but-btn-credit:hover,
.but-btn-paypal:hover {
    -webkit-box-shadow: 0 1px 12px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 12px 0 rgba(0,0,0,.3);
}
.html-shopping-cart-page .nside-txtwrap-box {
    display:none;
}
.cart-empty {
    width: 100%;
    padding: 50px 20px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #aaa;
}
.cart-empty h3{
    color:#fff;
}
.cart-empty img{
    display: block;
    margin: 50px auto;
    max-width: 180px;
    width:100%;
}
.cart-empty p {
    margin-bottom:20px;
}
.cart-empty p a{
   color: #ffd335;
   font-weight:bold;
}
.cart-empty p a:hover{
    text-decoration:underline;
}
.selgear {
    display: block;
    border: 1px solid #acc7ee;
    background: #e2eeff;
    border-radius: 4px;
    padding: 10px 30px 10px 10px;
    margin: 10px 0px;
    color: rgb(0, 0, 0);
}
.selgear select {
    padding: 5px 0;
    height: 32px;
    line-height: 30px;
    width: 240px;
}
.selgear img{
    display:inline-block;
    vertical-align:middle;
    margin-right:3px;
    margin-top:-2px;
}
.selgear a{
    color:#166ce8;
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
    .shop-left{
        margin-bottom: 15px;
    }
    .chat-now {
        top: 75%;
    }
}
@media screen and (max-width:567px) {
    .shop-product {
        margin: 0 10px;
        padding: 15px 0;
    }
    .shop-list-right {
        margin-top: 15px;
        background: #e4e4e4;
        padding: 10px;
        clear: both;
        display: inline-flex !important;
    }
    .price--color-black{
        font-size:20px;
    }
    .discount__suggested-price {
        line-height: 2px;
        font-size: 12px;
    }
    .shop-product-tit {
        font-size: 10px;
    }
    .Payment_Select {
        position: fixed;
        bottom: 0px;
        left: 0;
        width: 100%;
        z-index: 480;
        color: #fff;
        background: #8e9085;
        border-top: 1px solid #6b8339;
        padding: 15px;
        box-shadow: 0 -2px 3px 0 rgba(0,0,0,0.2);
    }
    .sel-server-tit {
        width: 30%;
        padding-right: 6px;
        font-size:12px;
    }
    .shopp-nav .stepper-item{
        padding:0 10px 0 0;
    }
    .shopp-nav li {
        text-align: center !important;
    }
    .shopp-nav .stepper-item {
        padding:0 5px;
    }
    .stepper-icon{
        margin:0;
    }
    .html-shopping-cart-page .main-wrapper {
        margin-bottom: 134px;
    }
    .cart-empty img{
        max-width:150px;
    }
    .shop-product-info{
        width:72%;
    }
}
@media screen and (max-width:320px) {
    .shop-product-info{
        width:100%;
    }
}




.Payment-page body{
    width:100%;
    height:100%;
    position:fixed;
}
.default-pp {
    box-shadow: 0 0 15.04px 0.96px rgba(0,0,0,.11);
    margin: 0 auto;
    max-width: 708px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    overflow: hidden;
    background: #222b35;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgb(73,87,101);
}
.pp-header {
    background-color: #334251;
    color: #444;
    fill: #000;
    overflow: hidden;
    padding: 20px 30px 15px 30px;
    position: relative;
    border-bottom: 1px solid rgb(73,87,101);
    z-index: 1;
}
.header-logo {
    float: left;
    width: 192px;
    margin-top: 10px;
}
.header-amount {
    float: right;
    color:#fff;
}
.header-amount .total-amount {
    display: block;
    line-height: 31px;
    text-align: right;
    font-size: 28px;
    font-weight:bold;
}
.header-amount sup {
    font-size: 14px;
    top: -.6em;
}
.includes-fee {
    color: #a3b1bf;
}
.shop-payment-info {
    padding: 10px 0px 20px 30px;
}
.shop-payment-info .formitm {
    width: 290px;
    float: left;
    display:block;
    margin:3px 48px 3px 0;
}
.shop-payment-info .formitm .lab {
    color: #a3b1bf;
    line-height: 30px;
}
.shop-payment-info .formitm .ipt {
   display: block;
}
.shop-payment-info .formitm .ipt span{
    color:#f6031a;
    padding-left:5px;
    line-height: 32px;
}
.shop-payment-info .ipt-input {
    width: 95%;
}
.shop-payment-info .ipt-input:focus, 
.shop-payment-info .ipt-sel-input:focus ,
.shop-payment-info .ipt-input-sel:focus{
        outline: 0;
    }
.shop-payment-info .ipt-sel-input {
    width: 37%;
    padding: 0 3px;
    border-right: none;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    float: left;
    border-radius: 6px 0 0 6px;
    display: inline-block;
}
.shop-payment-info .ipt-input-sel {
    float: left;
    display: inline-block;
    width: 58%;
    padding: 0 10px;
    border-left: 1px solid #3c4651;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    border-radius: 0 6px 6px 0;
}
.shop-tit-h2 {
    background: #f5f5f5;
    font-weight: bold;
    display: block;
    padding: 14px 20px;
    color: #333;
    border-bottom: 1px solid #d2d2d2;
}
.payment-section-cont {
    padding: 20px;
}
.payment-methods {
    position: relative;
}
.payment-methods .text-center{
   border-top:1px solid rgba(76, 76, 76, 0.7);
    padding-top: 20px;
}
.Online-Payment-info {
    margin: 0 auto;
    text-align: left;
    padding: 30px 0 0px 19px;
    overflow-y: auto;
    margin-bottom: 0px;
    max-height:430px;
}
.pp-list-box {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    height: 145px;
    margin: 0 10px 20px;
    opacity: 1;
    padding: 0px 8px;
    text-align: center;
    transition: opacity .2s linear;
    vertical-align: top;
    width: 145px;
    float:left;
}
.pp-list-box:hover{   
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.14);
}
.pp-list-box.check{
    border: 1px solid #ffb10f;
}
.pp-list-box div {
    height: 50px;
    margin: 12px auto 10px;
    position: relative;
    width: 95px;
}
.pp-list-box div img{
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.pp-list-box h4 {
    color: #444;
    display: block;
    font-weight: 500;
    line-height: 1em;
}
.pp-list-box span {
    color: #787878;
    line-height: 1.2em;
    font-size:12px;
}
.Online-Payment-info li {
    margin: 10px;
}
.Online-Payment-info input {
    display: inline-block;
    width: auto;
    line-height: 50px;
    height: 50px;
    vertical-align: top;
    margin-right: 4px;
    cursor: pointer;
}
.Online-Payment-info label {
    display: inline-block;
    width: 180px;
    height: 50px;
    border: 1px solid #d2d2d2;
    padding: 5px 10px;
}
.Online-Payment-info label img {
    max-width: 100%;
    max-height: 36px;
}

.Online-Payment-info span {
    display: block;
    text-align: center;
    margin-top: 5px;
}
.payment-section {
    min-width: 180px;
    line-height: 50px;
    color: #fff;
    background: #f6031a;
    font-size: 16px;
    text-align: center;
    display: inline-block;
}
.payment-methods .but-btn {
    margin: 0 auto;
    margin-bottom: 30px;
    display: inline-block;
}
.html-checkout-page .bg-fff{
    background:none;
}
.payment-cont {
    max-width: 800px;
    padding: 120px 30px;
    text-align: center;
    margin: 50px auto;
    border-radius:6px;
    background: linear-gradient(#303c47, #222c36);
    border: 1px solid #424e5a;
    border-image: initial;
}
.payment-cont img{
    margin-bottom:50px;
}
.payment-cont h2{
    font-size:30px;
    line-height:30px;
    color:#fff;
}
.payment-cont p{
    font-size:16px;
    margin-top:5px;
    line-height:26px;
    color:#a3b1bf;
}
.payment-cont .a-btn{
    background:#68d953;
    border-radius:30px;
    margin-top:50px;
}
.Order-transfer-success {
    margin-top: 50px;
}
@media screen and (max-width:576px) {
    .header-logo {
        width: 110px;
        margin-top: 15px;
        margin-left: -15px;
    }
    .payment-cont {
        margin: 50px 15px;
        padding: 50px 15px;
    }
    .payment-cont img {
        max-width: 100px;
    }
    .default-pp {
        top: 0;
        transform: none;
        height: 100%;
        overflow: auto;
    }
    .pp-header {
        padding: 15px 15px 10px 30px;
    }
    .shop-payment-info {
        padding: 10px 30px 20px 30px;
    }
    .shop-payment-info .formitm .lab {
        font-size: 14px;
    }
    .Online-Payment-info {
        padding-bottom: 70px;
        overflow: inherit;
        height: auto;
        max-height: none;
    }
    .payment-methods .text-center{
        position:fixed;
        bottom:-18px;
        left:0;
        width:100%;
        background:#fff;
        padding-top:10px;
    }
}





/*m-layer*/
.m-layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(59,63,73,0.9);
    padding: 15px;
    z-index: 500;
    transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.m-layer-content {
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    max-width: 680px;
    width: 100%;
    max-height: 100%;
    background: #151c24;
    position: relative;
    border-radius: 6px;
    padding: 30px;
}
.m-layer-buy-from .m-layer-content {
    display: flex;
    flex-direction: column;
    max-height:85%;
}
.shop-product .m-layer {
    background: #292929;
    border-radius:6px;
}
.button-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: #808488;
    font-weight: bold;
    transition: all 0.5s;
}
.products-alert-top {
    font-size: 16px;
    padding: 0px 50px 15px 0px;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid rgba(76, 76, 76, 0.7);
}
.products-alert-cont {
    padding: 15px 0;
}
.products-alert-cont .formitm .lab {
}
.products-alert-cont.border-top {
    
}
.products-alert-cont .m-layer-login{
    display:none;
}
.formitm-table .ipt.Product span{
    color: #ffa22f!important;
}
.products-alert-cont .description span{
    color: #eb8e22!important;
    margin-top: 8px;
    border-radius: 6px;
    font-size: 12px;
}
@media screen and (max-width:578px) {
    .m-layer-buy-from .m-layer-content{
        max-height:96%;
        padding:15px;
    }
    .products-alert-top {
        border-bottom: 1px dashed #c9c9c9;
    }
}



/* login-page */
.login-right .but-btn-block {
    color: #121212;
    background: #ffd100;
}
.login-page,
.register-page {
    background: #121212;
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(../../images/web/login-bg.png);
}
.login-box {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.login-left {
    text-align: center;
    margin-bottom: 15px;
    margin-top:-15px;
}
.login-left img{
    max-width:200px;
    display:inline-block;
}
.login-left p {
    font-size: 18px;
    color: #e8e8e8;
    margin-top: 5px;
}
.login-right {
    max-width: 500px;
    width: 100%;
    padding: 60px 30px 50px 30px;
    background: #f5f5f5;
    border-radius: 5px;
}
.html-password-recovery-page .login-right {
    background: #262b38;
}
.formitm-input {
    position: relative;
    margin-bottom: 15px;
}
.formitm-input .iconfont {
    width: 42px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-right: 1px solid #d2d2d2;
    position: absolute;
    top: 1px;
    left: 1px;
    color: #121212;
    font-size: 20px !important;
}
.formitm-input input {
    width: 100%;
    padding-left: 50px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #d2d2d2;
    border-radius:4px;
    font-size: 15px;
}
.formitm-reme {
    margin-bottom:25px;
}
.checkbox-large {
    display: inline-block;
    font-size: 15px;
    color: #888;
}
.checkbox-input[type="checkbox"] {
    width: 12px;
    height: 12px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 14px;
    position: relative;
    margin-right: 6px;
    border-radius: 2px;
}
.checkbox-input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    background: #fff;
    width: 13px;
    height: 13px;
    border: 1px solid #b1b1b1;
    border-radius: 2px;
}
.checkbox-input[type="checkbox"]:checked::before {
    content: "\2713";
    background-color: #f13a3a;
    position: absolute;
    top: -3px;
    left: 0;
    width: 13px;
    height: 13px;
    border: 1px solid #f13a3a;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 2px;
}
.formitm-reme > a {
    float: right;
    color: #fb3a3a;
}
.formitm-reme > a:hover,
.link-sign-up a:hover {
    text-decoration: underline;
}
.social-login {
    margin-top: 40px;
    font-size: 16px;
    text-align:center;
}
.ExtendedAuthentication .social a {
    margin: 0 auto;
}
.social-login .head-socials {
    margin: 10px 0 0 0;
    text-align: center;
    float: none;
}
.link-sign-up {
    text-align: center;
    margin-top: 10px;
    border-top: 1px dashed #d2d2d2;
    padding-top: 15px;
    color: #666;
}
.link-sign-up a {
    color: #fb3a3a;
    margin-left: 5px;
}
.formitm-verify button {
    width: 20%;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    height: 50px;
    background: #ccc;
    font-size: 14px;
    color: #333;
    text-align: center;
    vertical-align: middle;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    border-radius:4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
}
.formitm-verify button:hover {
    color: #333;
    text-decoration: none;
    background-position: 0 -50px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}
.grecaptcha1 {
    border: 1px solid #ccc;
    height: 50px;
    width: 79%;
    margin-right: 1%;
    display: block;
    background-color: #f5f5f5;
    text-align: center;
    line-height: 50px;
    border-radius:4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
}
.external-authentication .title {
    margin-bottom: 5px;
}
.ExtendedAuthentication .social ul {
    border-bottom: none!important;
}
.ExtendedAuthentication .social li {
    display: inline-block;
    margin: 0!important;
    text-align: center;
    float: none;
}
.ExtendedAuthentication .social a{
    height:35px;
}
.formitm-input select {
    width: 100%;
    padding-left: 50px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    font-size: 15px;
}
.register-msg{
    margin-top:40px;
    color:#999;
}
.register-msg>a {
    color:#666;
    text-decoration:underline;
    padding:0 3px;
}
.login-right .formitm-input select option {
    padding: 10px 0;
}
.password-page-cont {
    background: #0e1015;
    position: fixed;
    width: 100%;
    height: 100%;
}
.password-page-cont .login-box {
    border-radius: 5px;
    margin-top:-20px;
}
.page-body {
    margin-top: 20px;
}
.page-body p{
    margin-bottom:5px;
}
.inner {
    color: #fe7d8a;
    font-size: 13px;
    line-height:14px;
    margin-top: 5px;
}
.Order-transfer {
    background: #19242f;
    padding: 10px 20px;
    background: #181818;
    border: 1px solid #384047;
    border-radius: 6px;
}
.Order-transfer-tr {
    display: inline-block;
    margin-right: 30px;
    font-size: 16px;
    color: #a3b1bf;
}
.Order-transfer-tr>span{
    padding:0 10px;
    font-weight:bold;
    color:#fff;
}
.Order-transfer-p{
    margin-top: 100px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-align:center;
}
#confirm-order-form{
    
}
#confirm-order-form img {
    margin: 20px auto;
    background: #fff;
    vertical-align: middle;
    max-width:400px;
    width:100%;
    display: block;
}
#confirm-order-form i{
    font-size:30px!important;
}
.unknown{
    background:#fff;
    position:relative;
    width:100%;
    height:100%;
}
.html-checkout-page.html-payment-info-page{
    background:#fff;
}
.contentContainerBordered{
    margin-top:0;
}
.spinner.preloader {
    width:100%;
    height:100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
}
.spinner .spinWrap {
    width: 100px;
    height: 100px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    position: relative;
}
.spinnerImage {
    height: 100px;
    width: 100px;
    opacity: 1;
    text-align: center;
    margin: 0 auto;
    padding-top: 22px;
}
.spinner .loader {
    background-color: transparent;
    -webkit-animation: icon-spin .7s linear infinite;
    -moz-animation: icon-spin .7s infinite linear;
    -o-animation: icon-spin .7s infinite linear;
    animation: icon-spin .7s linear infinite;
    border: 5px solid #cbcbca;
    border-top-color: #2380be;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
}
.Payment-page .spinner.preloader {
    display: none;
}
.m-layer-confirm .products-alert-cont {
    text-align:center;
}
.m-layer-confirm .products-alert-cont >div{
    display:inline-block;
    margin:0 10px;
}
.m-layer-confirm .products-alert-cont div p{
    margin-bottom:10px;
}
.local-loading{
    width:100%;
    min-height:200px;
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.loadingSeven{
    height: 50px;
    margin: 50px auto;
    display:flex;
    justify-content:center;
    align-items:flex-end;
}
.loadingSeven span{
    display: inline-block;
    width: 8px;
    height: 100%;
    margin:0 1px;
    border-radius: 4px;
    background: #eb8e22;
    -webkit-animation: loadsaven 1.04s ease infinite;
}
@-webkit-keyframes loadsaven{
    0%,100% {
        height: 30px;
        background: #eb8e22;
    }
    50% {
        height: 50px;
        background: #4c453c;
    }
}
.loadingSeven span:nth-child(2){
    -webkit-animation-delay:0.13s;
}
.loadingSeven span:nth-child(3){
    -webkit-animation-delay:0.26s;
}
.loadingSeven span:nth-child(4){
    -webkit-animation-delay:0.39s;
}
.loadingSeven span:nth-child(5){
    -webkit-animation-delay:0.52s;
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
}

@media screen and (max-width:567px) {
    .login-left img {
        max-width: 120px;
    }
    .login-right {
        padding: 50px 20px;
    }
    .pp-page-header {
        position:relative;
        top:0px;
        left:0;
        margin:0;
    }
    .container-confirm{
        padding:15px;
    }
    .Order-transfer{
        padding:10px;
    }
    .Order-transfer-tr {
        display: block;
        margin: 0;
    }
    .Order-transfer-p {
        margin-top: 50px;
    }
}

.error-page {
    width: 100%;
    height: 100%;
}
.error-content {
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    max-width: 600px;
    width: 100%;
    padding:20px;
    position: relative;
    text-align:center;
    margin-top:-50px;
}
.error-content h2 {
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: 500;
}
.error-content p {
    color: #aaa;
    font-size: 20px;
    margin: 15px auto;
    line-height: 26px;
    max-width:500px;
}
.error-content a{
    background: #a8845a;
    color: #ffffff;
    border-radius: 30px;
    padding: 15px 40px;
    margin-bottom: 30px;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
}
.error-content img{
    display:block;
    margin:30px auto;
}


.list-Page{
    text-align:center;
    margin-top:30px;
}
.list-Page a{
    font-size: 16px;
    color: #fff;
    line-height: 38px;
    border-radius: 6px;
    margin: 3px;
    padding: 0 13px;
    display: inline-block;
    vertical-align: top;
    min-width: 40px;
    text-align: center;
    background: #1e2c39;
    border: 1px solid #495765;
}
.list-Page a:hover,
.list-Page a.current {
    background:#eb8e22;
    color:#1e2c39;
    border: 1px solid #eb8e22;
}

.newsitem-main {
    color: #a3b1bf;
    font-size: 16px;
    line-height: 1.6em;
}
.newsitem-main h1{
    color:#fff;
    margin-bottom:15px;
}
.news-main-wrapper {
    margin: 50px 0;
}
.about-main {
    padding: 50px 15px;
}
.about-main .container {
    max-width: 1280px;
    margin: 0px auto;
    color:#282828;
}
.about-main h2{
    font-size:24px;
    position: relative;
    margin-bottom: 15px;
    padding-left: 0;
    line-height: 1.5em;
    font-weight: bold;
    color:#fff;
}
.about-main p{
    font-size:16px;
    line-height:26px;
    padding-bottom:18px;
    color:#a3b1bf;
}
.about-main p a{
    color: #428bca;
}
.about-main p span{
    color:#a3b1bf;
    font-weight:bold;
    font-size: 16px!important;
}
.about-main img{
    max-width:750px;
    width:100%;
}
.about-ul {
}
.about-ul li{
   width:33.33%;
   float:left;
   padding:0 10px 0 50px;
   position:relative;
}
.about-ul li div{
    font-size:16px;
    color:#ffb10f;
    margin-bottom:5px;
}
.about-ul li p{
    line-height:20px;
    font-size:16px;
    color: #828ca5;
}
.about-ul li img {
    position: absolute;
    top: 0;
    left: 0;
    width:45px;
    height:45px;
}
.faqs h2 {
    color: #1a8dff;
    font-size: 20px !important;
    font-weight: 500;
    margin-bottom: 5px;
    border: none;
}
.faqs h3 {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
    color: #fff;
    font-weight: lighter;
    cursor: pointer;
    background: #262b38;
    margin-bottom: 10px;
    padding: 10px;
}
.faqs h3:hover {
    color: #ffb10f;
}
.faqs div {
    padding: 10px 15px 5px 15px;
    position: relative;
    margin: 10px 0;
    border-radius: 4px;
    font-size: 16px;
    color: #666;
    display:none;
}
    /*.faqs div :after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -20px;
    left: 15px;
    border-bottom: 10px solid #fff6cc;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
    */
.faqs div p {
    margin-bottom: 16px;
}
.content-main-news {
    max-width: 1000px;
    width: 100%;
    margin: 30px auto;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
}
.news-list {
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
}
.news-list .news-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 2.4rem;
    display: block;
    color: #333;
}
.news-list .news-title:hover{
    color:#f6031a;
}
.news-list .news-time {
    display: block;
    line-height: 24px;
    padding-top: 6px;
    height: 28px;
    color: #999;
}
.news-list .news-time i{
    color:#f6031a;

}
.news-list .news-content {
    padding-top: 5px;
    color: #666;
    font-size: 16px;
    line-height: 26px;
}
.newsitem-main .container {
    background: #fff;
}
.newsitem-main ul li{
    float:none;
}
.newsitem-main h2, .newsitem-main h3 {
    border-bottom: none;
    margin: 10px 0;
    color: #fff;
}
.newsitem-main a {
    color: #ffb10f;
}
.news-tags {
    border-bottom: 1px solid #4c5365;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.news-tags a {
    margin-right: 15px;
    color: #ffb10f;
    background: #262b38;
    padding: 0 10px;
    line-height: 30px;
    display: inline-block;
    border-radius: 3px;
}
.news-tags a :hover{
    background: #dbe7f6;
}
.at-share-btn-elements{
    margin-bottom:10px;
}
.at-share-btn-elements a {
    margin-right: 10px !important;
    border-radius: 4px !important;
}
.nextNav {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 80px;
}
.nextNav .u-btn{
    color: #2F82FB;
    padding:0 10px;
    line-height:36px;
    display:inline-block;
    border-radius:4px;
}
iframe {
    max-width: 100%;
}
@media screen and (max-width:1024px) {
    .error-content img {
        max-width: 250px;
    }
}
@media screen and (max-width:768px) {
    .about-main {
        padding:20px 0;
    }
}
@media screen and (max-width:576px) {
    .error-content img{
        max-width:150px;
    }
    .about-ul li {
        width: 100%;
    }
    iframe {
        max-width: 100%;
        min-height:220px;
        height:auto;
    }
    .nextNav .u-btn{
        line-height:18px;
    }
    .nextNav .u-btn.f-fl {
        margin-bottom: 15px;
    }
    .nextNav .u-btn.f-fr {
        float:left;
    }
    .news-ul p{
        height:auto;
        max-height:105px;
    }
    .newsitem-main table {
        font-size: 12px;
    }
}



/*buy-from-nba2k21*/
.buy-from-nba2k21 {
    background: #fff;
    max-width: 1360px;
    margin:0 auto;
    padding:15px;
}
.nba_table {
    min-width: 680px;
    border: 1px solid #ddd;
}
.nba_tr-1 {
    background: #1d6696;
    color: #e6f5ff;
    font-weight: bold;
    vertical-align: middle;
}
.nba_tr-2 {
    border-bottom: 1px dashed #ddd
}
.nba_tr-1 > div, .nba_tr-2>div{
    float: left;
    width: 20%;
    padding: 15px 10px;
    position: relative;
}
.nba_td-4{
    width:auto!important;
}
.nba_td-4 select {
    width:160px;
    display:inline-block;
}
.nba_td-1 div#prompt {
    max-height: 372px;
    overflow-y: auto;
    position: absolute;
    width: 93%;
    line-height: 24px;
    z-index: 99;
    background: #fff;
    border: 1px solid #81affd;
    text-indent: 5px;
    padding: 5px 0;
    top: 56px;
    left: 10px;
    text-align: left;
    -webkit-box-shadow: 0 1px 12px 0 rgba(0,0,0,.2);
    box-shadow: 0 7px 6px 0 rgba(0,0,0,.2);
    border-radius: 4px;
}
.pro-tip h3 {
    margin-bottom: 10px;
}
.pro-tip p{
    margin-bottom: 10px;
    line-height: 20px;
}
.pro-tip img {
    max-width: 500px;
    width: 100%;
}
.m-layer-pso2 .m-layer-content {
    max-height:750px;
    overflow-y: auto;
}
.Upload-cont h2 {
    background: #1d6696;
    padding: 0 10px;
    color: #fff;
    line-height: 36px;
    font-size: 14px;
}
.Upload-cont-sc, .Upload-cont-pad {
    padding: 20px;
    border: 1px solid #c5d9e6;
}
.Upload-cont-pad img {
    max-width: 650px;
    width: 100%;
}
.Select-file img{
    vertical-align:middle;
}
.scrollbar-pso2 {
    max-height: 500px;
    border-bottom: 1px solid #ddd;
}
.scrollbar-buy {
    max-height: 70vh;
    overflow-y:auto;
}
.eft_table{
    max-width:800px;
    margin:20px auto;
}
.eft_table-td {
    min-width: 220px;
}
.eft_table td {
    border: 1px solid #ddd;
    padding:10px;
}
.eft_table-td input {
    width: 240px;
    height: 32px;
    line-height: 30px;
}
.wowclassic_table input{
    max-width: 240px;
    height: 32px;
    line-height: 30px;
}
.wowclassic_table{
    max-width:850px;
}
.wowclassic_table thead {
    background: #1d6696;
    color: #fff;
    border: 1px solid #1d6696;
}
.wowclassic_table thead td{
    border: 1px solid #438fc1;
    padding: 8px 10px;
}
.wowclassic_table td{
    border:1px solid #ddd;
    padding:5px 10px;
}
.wowclassic_table td input{
    max-width:150px;
    width: 100%!important;
}
td.wowclassic_td1{
    width:68px;
}
td.wowclassic_td2 input{
    min-width: 260px;
}
td.wowclassic_td3 {
    max-width: 200px;
}
@media screen and (max-width:768px) {
    .nba_td-4 select {
        width: 116px;
    }
    td.wowclassic_td2 input {
        min-width: 150px;
    }
}
@media screen and (max-width:576px) {
    .nba_tr-1 > div, .nba_tr-2 > div {
        min-width: 150px;
    }
    .nba_tr-1 > .nba_td-2, .nba_tr-2 > .nba_td-2,
    .nba_tr-1 > .nba_td-3, .nba_tr-2 > .nba_td-3 {
        width: 120px !important;
        min-width:initial;
    }
    .eft_table-td input {
        width: 130px;
    }
}
@media screen and (max-width:360px) {
    .eft_table-td {
        min-width: 190px;
    }
    .eft_table-td input {
        width: 105px;
    }
}


.m-section.page-cdkey {
    padding-top: 20px;
}
.minipage-hd {
    background: #61729c;
}
.minipage-hd .m-menux {
    margin-top: 32px;
}
.m-menux .item {
    color: #fff;
    display: inline-block;
    line-height: 46px;
}
.minipage-hd .m-menux .item h1, .minipage-hd .m-menux .item > a {
    font-size: 14px;
    color: #fff;
    text-shadow: 1.5px 2.598px 3px rgba(9,2,4,.22);
    padding: 0 30px;
    font-weight:bold;
}
.m-search {
    width: 305px;
    height: 40px;
    position: relative;
    margin-right: 20px;
    margin-top: 32px;
}
.m-search .btn-search {
   width: 31px;
    height: 31px;
    border: 0;
    position: absolute;
    right: 6px;
    top: 6px;
    background: no-repeat;
    font-weight: bold;
    color: #556da6;
}
.m-hovermenu.hover-game-menu {
    position: relative;
}

.m-hovermenu:hover h1 {
    background-color: #fff;
    color: #316ec1 !important;
    text-shadow: none !important;
    border-radius: 5px 5px 0 0;
    box-shadow: none;
}
.m-menux .item:hover .sub-menu {
    display: block;
}
.m-hovermenu:hover .sub-menu {
    box-shadow: none;
    border: 0;
    box-shadow: 0 1.732px 2px 0 rgba(6,0,1,.57);
}
.sub-menu {
    position: absolute;
    top: 44px;
    left: 0;
    min-width: 260px;
    background: #fff;
    display: none;
    border-radius:0 5px 5px 5px;
    padding:20px 0;
}
.sub-item{
    float:none;
}
.sub-menu .sub-link {
    display: block;
    font-size: 14px;
    padding: 0 20px;
    line-height: 36px;
    position: relative;
    color:#666;
}
.sub-menu .sub-link:hover{
    background:#f5f5f5;
    color:#333;
}
.key-description{
    margin-top:50px;
}
.key-description h2 {
    font-size: 18px;
    line-height: 30px;
    padding: 0 15px;
    color: #61729c;
    border-left: 3px solid #61729c;
    margin-bottom: 10px;
}
.key-description table {
    max-width:1000px;
    margin-top: 10px;
}
.chest-way td{
    border: 1px solid #333;
    font-size: 14px;
    padding: 10px 40px;
}


/*rs-powerleveling*/
.leve-title{
    display:inline-block;
    margin-right:30px;
    line-height:42px;
}
.leve-title input{
   margin-left: 5px;
    width: 260px;
    display: inline-block;
    box-shadow: inset 2px 2px 3px 0px rgba(124,124,143,.1);
    line-height: 34px;
    height: 36px;
}
.checkbox {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
}
.re-leve-h3 {
    background: #357fb0;
    padding:15px;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 16px;
}
.leve-con{
    background:#fff;
}
.leve-option {
    border-top: 1px solid #e6e6e6;
    padding: 15px;
}
.option-box {
    float: left;
    margin-right: 70px;
    font-size: 14px;
}
.leve-lab{
    margin-right:10px;
    color:#999;
}
.option-box select {
    width: 200px;
    display: inline-block;
    height:36px;
    line-height:34px;
}
.option-box-price{
    margin-top:10px;
}
.leve-price-box{
    float:right;
    text-align:right;
    margin-top:20px;
}
.leve-price-box textarea{
    vertical-align: bottom;
    width: 200px;
    min-height: 42px;
    padding: 5px;
    margin-left: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
textarea::placeholder {
    color: #999;
}
@media screen and (max-width:1024px) {
    .option-box{
        margin-right:30px;
    }
    .option-box select {
        width: 160px;
    }
}
@media screen and (max-width:768px) {
    .leve-lab {
        display:block;
    }
    .option-box-price{
       margin-top:0px;
    }
}
@media screen and (max-width:576px) {
    .option-box{
       margin:3px 0;
    }
    .option-box select {
        width: 95%;
    }
    .option-box-price .product-price{
        line-height:36px;
    }
    .leve-title input{
        width:190px;
    }
}




/*payment*/
.payMethods {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 50px;
}
.payMethods li {
    width: 100%;
    font-size: 0;
    letter-spacing: -4px;
    word-spacing: -4px;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.payMethods li:last-child{
    border-bottom:none;
}
.payMethods li > div {
    font-size: 16px;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    vertical-align: middle;
}
.payMdImg {
    width: 20%;
    text-align: center;
}
.payMdCont {
    width: 80%;
}
.payMethods .payMdImg img {
    max-width: 100%;
	width:auto;
    max-height:36px;
    padding:0 10px;
}
.payMdCont h4 {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}
.payMdCont a {
    color: #2F82FB;
}
.payMdCont a span{
    color: #009ae0!important;
}
.pay_content p {
    margin-bottom: 15px;
}
.pay_content p span{
    margin-bottom:5px;
    color:#333;
    font-weight:bold;
}
.pay_content img{
    max-width:720px;
    width:100%;
    margin:5px 0;
}
.opened {
    height: auto;
}
.close, .opened .toggle .open {
    display: none;
}
.toggle .opened, .opened .toggle .close {
    display: inline;
}
@media screen and (max-width:768px) {
    .payMdImg {
        text-align: left;
        margin-bottom: 10px;
    }
}
@media screen and (max-width:768px) {
    .payMethods {
        border-radius: 0px;
        margin: 0 -15px;
        margin-bottom: 50px;
    }
    .payMethods .payMdImg img {
        padding: 0;
    }
}

.games_gift_card #preview{
    width:auto;
}
#preview {
    border-radius: 6px;
    background: #181818;
    border: 1px solid #3c4040;
    color: #aaa;
    padding: 15px;
    max-width: 500px;
    width: 100%;
    word-wrap: break-word;
    word-break: normal;
}
.z-bone.rl-title-rune {
    color: #eb8e22;
}
.z-center b{
    color:#fff;
}
.Fallout_76 #preview {
    max-width: 850px;
}
.db-view__item__header{
    position:relative;
}
.db-view__item__header {
    *zoom: 1
}
.db-view__item__header:after {
    content: '\20';
    display: block;
    clear: both;
    height: 0;
}
#preview td {
    padding: 5px;
    text-align: left;
    vertical-align: top;
    color: #fff;
    line-height: 17px;
    font-size: 12px;
    border:none;
}
.db-view__item__icon {
    width: 100px;
    height: 100px;
    float: left;
    position: relative;
}
.latest_patch__major__icon {
    position: absolute;
    top: 4px;
    background: url(https://img.finalfantasyxiv.com/lds/h/2/wd5jW12NbWQ3sDG-jp2mSVRsLo.png) no-repeat 0 0;
    display: none;
    width: 20px;
    height: 20px;
}
.db-view__item__icon .staining {
    width: 18px;
    height: 18px;
    z-index: 1;
    position: absolute;
    top: 5px;
    right: 11px;
    border-radius: 12px;
    border: 1px solid #3f3f3f;
}
.db-view__item__icon__socket {
    position: absolute;
    top: 0px;
    left: 0px;
}
.db-view__item__icon__item_image {
    position: absolute;
    top: 8px;
    left: 10px;
    width: 70px;
    height: 70px;
}
.db-view__item__text {
    float: left;
    max-width: 250px;
    padding-top: 10px;
}
.db-view__item__text__inner {
    position: relative;
    padding-right: 32px;
}
.db-view__item__text__name {
    margin-top: 3px;
    font-size: 14px;
    font-weight: bold;
}
.txt-rarity_uncommon {
    color: #c0ffc0;
}
.db-view__item__text__name.white_item {
    color: #f3f3f3;
}

.db-view__item__text__name.aetherial_item {
    color: #d789b6;
}

.db-view__item__text__name.purple_item {
    color: #b38cff;
}

.db-view__item__text__name.blue_item {
    color: #5990ff;
}

.db-view__item__text__name.green_item {
    color: #c0ffc0;
}
.db-view__item__text__category {
    color: #ccc;
    font-size: 12px;
}
.db-view__comment_count--item {
    position: absolute;
    bottom: 12px;
    right: 0;
}
.db-view__comment_count {
    text-align: right;
    margin-bottom: 5px;
}
.db-view__comment_count li {
    display: inline;
}
.db-view__comment_count li span {
    display: inline-block;
    margin-left: 6px;
    padding-left: 23px;
    color: #bfa34c;
    font-weight: bold;
}
.db-view__comment_count__ic_comment {
    background: url(https://img.finalfantasyxiv.com/lds/h/7/0N4sUHgq12tDPko51qoKRw_pHs.png) no-repeat 0 0;
    background-image: url(../../images/web/0N4sUHgq12tDPko51qoKRw_pHs.png)n o-repeat 0 0;
}
.db-view__comment_count__ic_postimage {
    background-image: url(../../images/web/V4ridy64VKVMvz_RAjvpmcfLsI.png)n o-repeat 0 0;
    background: url(https://img.finalfantasyxiv.com/lds/h/8/V4ridy64VKVMvz_RAjvpmcfLsI.png) no-repeat 0 0;
    margin-right: 1px;
}
.db-view__item_level {
    background: #141414;
    margin-bottom: 10px;
    padding: 3px 12px;
    border: 1px solid #3c3c3c;
    color: #ccc;
}
.db-view__item_spec {
    margin-bottom: 10px;
}
.db-view__item_spec__name {
    float: left;
    width: 115px;
    margin-left: 0;
    margin-right: 10px;
    color: #bbac94;
    text-align: right;
}
.db-view__item_spec__name--last {
    margin-right: 0;
}
.db-view__item_spec__value {
    float: left;
    width: 115px;
    margin-left: 0;
    margin-right: 10px;
    line-height: 1;
    border-bottom: 3px solid #403f3f;
    text-align:right;
}
.db-view__item_spec__value strong {
    margin-top: 8px;
    padding-right: 3px;
    display: block;
    font-size: 16px;
    color: #ccc;
    text-align: right;
}
.db-view__item_spec__value--last {
    margin-right: 0;
}
.db-view__item_equipment {
    margin: 0 0 10px 12px;
}
.db-view__item_equipment__class {
    padding-top: 15px;
    clear: both;
}
.db-view__sub_title {
    font-weight: normal;
    color: #666;
    line-height: 1;
    margin-left: 2px;
    font-size:13px;
}
.xivdb-frame hr {
    height: 1px;
    margin: 10px -12px 10px -11px;
    border: none;
    background-color: #131313;
    box-shadow: 0 1px 0 #333;
}
.db-view__basic_bonus {
    margin: 0 0 10px 12px;
}
.db-view__basic_bonus li {
    display: inline-block;
    width: 175px;
    vertical-align: top;
}
.db-view__basic_bonus li span {
    color: #bbac94;
}
.db-view__help_text {
    margin: 0 0 10px 12px;
}

.db-view__series_bonus {
    margin: 0 0 10px 12px;
}

.db-view__series_bonus--title {
    color: #a6d982;
    font-weight: normal;
    line-height: 1;
}

.db-view__materia_socket {
    margin: 0 0 10px 12px;
}

.db-view__materia_socket .socket {
    float:none;
    width: 24px;
    height: 24px;
    background: url(https://img.finalfantasyxiv.com/lds/h/B/riRWvxygfYNIDNw5CNErVGMiJU.png) no-repeat;
}

.db-view__item_repair {
    margin: 0 0 10px 12px;
}

    .db-view__item_repair span {
        width: 178px;
        display: inline-block;
    }

.db-view__item_repair__title {
    color: #bbac94;
}
.db-view__item-info__list {
    margin: 0 0 10px 12px;
}
.db-view__item-info__list li {
    width: 178px;
    display: inline-block;
    color: #bbac94;
}
.db-view__item-info__list li span {
    color: #ccc;
}
.db-view__item_footer {
    margin-left: 4px;
    margin-bottom: 10px;
}
.db-view__cannot_materia_prohibition, .db-view__unsellable {
    color: #d98298;
}
.db-view__market_notsell {
    color: #d98298;
    margin-left: 4px;
}
.db-view__info_effects {
    margin: 0 0 10px 12px;
}
.db-view__info_text {
    margin: 0 0 10px 4px;
}
.db-view__info_text--indent {
    margin-left: 12px;
}
.db-view__sells, .db-view__materia_requirements, .db-view__desynthesizable, .db-view__aetherial_reduction {
    color: #bbac94;
}
.db-view__item_num {
    display: table-cell;
    width: 30px;
    padding-right: 2px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #cccccc;
    vertical-align: middle;
    line-height: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.db-view__data {
    border: solid 1px #3c3c3c;
    background-color: #333333;
    text-align: left;
    margin-bottom: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.db-view__data__tooltip {
    margin: 0 auto;
}
.db-view__data--achievement {
    margin-bottom: 0;
}
.db-view__data__head {
    padding: 3px 4px;
    border-bottom: solid 1px #3c3c3c;
    background-color: #1f1f1f;
    background: #1f1f1f;
    color: #bfa34c;
}
.db-view__data__head__tooltip {
    border-bottom: 0;
}
.db-view__data__inner {
    margin: 0 8px 10px;
    border: solid 1px #1c1c1c;
    background: #333333;
}
.db-view__data__inner--silver {
    border: solid 1px #737880;
}
.db-view__data__inner--gold {
    border: solid 1px #8c7a48;
}
.db-view__data__inner__wrapper {
    border: 1px solid #3c3c3c;
}
.db-view__data__inner__frontline_last {
    margin-bottom: 2px;
}
.db-view__data__inner--quest_reward {
    margin-top: 2px;
    margin-bottom: 14px;
}
.db-view__data__inner--select_reward {
    margin-bottom: 2px;
}
.db-view__data__title {
    padding: 3px 4px;
    margin-bottom: 2px;
    border-bottom: solid 1px #3c3c3c;
    color: #cdcdcd;
    background: #1f1f1f;
}
.db-view__data__title--reward {
    padding: 3px 4px;
    margin-bottom: 6px;
    border-bottom: solid 1px #3c3c3c;
    border-top: none;
    background: #2e2e2e;
}
.db-view__data__title--ordercondition {
    padding: 3px 4px;
    border-bottom: solid 1px #3c3c3c;
    background: #2e2e2e;
}
.db-view__data__title--quest_reward {
    padding: 3px 4px;
    border-top: solid 1px #3c3c3c;
    border-bottom: solid 1px #3c3c3c;
    color: #cdcdcd;
    background: #2e2e2e;
}
.db-view__data__title--quest_reward_list {
    padding: 3px 4px;
    border-bottom: solid 1px #3c3c3c;
    background: #1f1f1f;
}
.db-view__data__title--required_ingredients {
    padding: 3px 4px;
    border-bottom: solid 1px #3c3c3c;
    background: #2e2e2e;
    margin-bottom: 6px;
}
.db-view__data__title--gathering_spot {
    padding: 3px 4px;
    border-bottom: solid 1px #3c3c3c;
    background: #2e2e2e;
    margin-bottom: 6px;
}
.db-view__data__title--achievement {
    padding: 3px 4px;
    border-top: solid 1px #3c3c3c;
    border-bottom: solid 1px #3c3c3c;
    background: #2e2e2e;
    margin-bottom: 4px;
}
.db-view__data__title--silver {
    padding: 3px 4px;
    margin-bottom: 2px;
    border-bottom: solid 1px #3c3c3c;
    color: #cdcdcd;
    background: #505459;
}

.db-view__data__title--gold {
    padding: 3px 4px;
    margin-bottom: 2px;
    border-bottom: solid 1px #3c3c3c;
    background: #665833;
    color: #ffe699;
}

.db-view__data__title--boss_reward {
    padding: 3px 4px;
    color: #cdcdcd;
    background-color: #1f1f1f;
    border-top: solid 1px #3c3c3c;
}

.db-view__data__title_content_info {
    padding: 3px 4px;
    margin-bottom: 6px;
    border-bottom: solid 1px #3c3c3c;
    border-top: solid 1px #3c3c3c;
    background: #2e2e2e;
}

.db-view__data__content_info {
    padding: 0 4px 5px 4px;
}

.db-view__data__content_info__limittime {
    margin-bottom: 11px;
}

.db-view__data__boss_list {
    padding: 0 4px 5px 4px;
    font-weight: bold;
}

.db-view__data__boss_list li {
    margin-top: 3px;
    margin-bottom: 2px;
}

.db-view__data__boss_list li .ic_boss {
    margin-right: 4px;
}

.db-view__data__boss_list li a {
    margin-left: 24px;
}

.db-view__data__boss_list li.boss a {
    margin-left: 0;
    color: #E5992E;
}

.db-view__data__boss_list li.boss a:hover {
    color: #FFAA33;
}

.db-view__data__reward {
    padding: 6px 0 5px;
    border-top: solid 1px #3c3c3c;
}

.db-view__data__reward.odd {
    background: #2e2e2e;
}

.db-view__data__reward__token {
    overflow: hidden;
}

.db-view__data__reward__token__image {
    width: 32px;
    height: 32px;
    display: block;
    float: left;
    padding: 0 8px 0 10px;
}

.db-view__data__reward__token__image.plr4 {
    padding: 0 4px;
}

.db-view__data__reward__token__image--quest {
    padding-left: 2px;
}

.db-view__data__reward__token__text {
    float: left;
}

.db-view__data__reward__token--name {
    color: #bfa34c;
    font-weight: bold;
}

.db-view__data__reward__token--value {
    font-size: 18px;
    line-height: 1;
}

.db-view__data__reward__treasure {
    background: url(https://img.finalfantasyxiv.com/lds/h/O/cTRcAhv0QQfyhTNqUzWe8jiLR8.png) no-repeat 10px center;
    padding-left: 50px;
    line-height: 32px;
}

.db-view__data__reward__treasure--gold {
    background: url(https://img.finalfantasyxiv.com/lds/h/S/Gm9ITT0g_S0n6opFe0HEyILu80.png) no-repeat 10px center;
    padding-left: 50px;
    line-height: 32px;
}

.db-view__data__reward__treasure--silver {
    background: url(https://img.finalfantasyxiv.com/lds/h/C/lwgkujSRjp4MM4OcivtS4fGKrE.png) no-repeat 10px center;
    padding-left: 50px;
    line-height: 32px;
}

.db-view__data__reward a {
    font-weight: bold;
}

.db-view__data__reward__item.odd {
    background: #3d3d3d;
    margin-bottom: 0;
}

.db-view__data__reward__item__inner {
    padding-left: 2px;
    padding: 6px 0;
}

    .db-view__data__reward__item__inner .db-list__item__icon {
        padding-right: 0;
    }

.db-view__data__reward__item__condition {
    margin: 0 6px;
    color: #a5d841;
}

.db-view__data__reward__item__name {
    display: table-cell;
    vertical-align: middle;
}

.db-view__data__reward__item__name__wrapper {
    display: table-cell;
    vertical-align: middle;
}

.db-view__data__reward__list {
    width: 164px;
    min-height: 32px;
    float: left;
    margin: 3px 0 2px 8px;
    padding: 4px 0 0 34px;
}

.db-view__data__reward__list__wrapper {
    margin-bottom: 3px;
}

.db-view__data__reward__list--quest_exp {
    background: url(https://img.finalfantasyxiv.com/lds/h/8/GShCUkaKnehhJU3Ox2t4wFSFc4.png) no-repeat left center;
}

.db-view__data__reward__list--quest_gil {
    background: url(https://img.finalfantasyxiv.com/lds/h/-/wGkGRitbxJJGDRYYLmwkaNtXRs.png) no-repeat left center;
}

.db-view__data__reward__list--pvp_exp {
    background: url(https://img.finalfantasyxiv.com/lds/h/3/EEnqJYbwO4yfdKvKh8P7-8pdWY.png) no-repeat left center;
}

.db-view__data__reward__list--pvp_point {
    background: url(https://img.finalfantasyxiv.com/lds/h/k/OPI7V9dIFw_6-OmnV02TG-ZARw.png) no-repeat left center;
}

.db-view__data__reward__list--name {
    color: #bfa34c;
    font-weight: bold;
    line-height: 1;
}

.db-view__data__reward__list--value {
    font-size: 18px;
    line-height: 1;
}

.db-view__data__notes {
    padding-left: 8px;
    margin-bottom: 5px;
    color: #CC2944;
}

.db-view__data__detail_list {
    margin-bottom: 25px;
}

.db-view__data__detail_list__wrapper {
    padding: 4px;
}

.db-view__data__detail_list__header {
    color: #bfa34c;
    font-weight: bold;
}

.db-view__data__item_list {
    border-bottom: solid 1px #3c3c3c;
    padding: 4px;
}

.db-view__data__item_list:nth-child(odd) {
    background: #333;
}

.db-view__data__item_list:nth-child(even) {
    background: #2e2e2e;
}

.db-view__data__item_list:nth-last-child(1) {
    border-bottom: 0;
}

.db-view__data__number {
    font-size: 16px;
}

.db-view__npc__location__wrapper {
    margin-bottom: 10px;
}

.db-view__npc__location__list ul {
    display: inline-block;
}

.db-view__npc__header_text {
    color: #bfa34c;
    font-weight: bold;
}

.db-view__npc__shop_list {
    margin-bottom: 5px;
}

.db-view__npc__shop_list li {
    display: inline;
    padding-right: 20px;
}

.db-view__npc__shop_list__item_name {
    display: table-cell;
    vertical-align: middle;
}

.db-view__npc__shop_list__item_name--needitems {
    font-size: 10px;
}

.db-view__npc__shop_list__item_name--needitems img {
    width: 14px;
    height: 14px;
}

.db-view__npc__shop_list__item_name--needitems h4 {
    font-size: 10px;
}

.db-view__npc__shop_list__item_name--needitems h4.currency {
    font-size: 12px;
}

.db-view__npc__notes {
    margin-top: 4px;
}

.db-view__quest__reward__list {
    width: 418px;
    margin: 4px auto 0;
}

.db-view__quest__reward__list--token {
    margin-top: 0;
}

.db-view__quest__reward__list--beastreward {
    margin-top: 7px;
}

.db-view__quest__reward__box {
    width: 174px;
    min-height: 32px;
    float: left;
    padding-left: 34px;
    padding-top: 4px;
    position: relative;
}

.db-view__quest__reward__quest_exp {
    background: url(https://img.finalfantasyxiv.com/lds/h/8/GShCUkaKnehhJU3Ox2t4wFSFc4.png) no-repeat left center;
    margin-bottom: 5px;
}

.db-view__quest__reward__quest_gil {
    background: url(https://img.finalfantasyxiv.com/lds/h/-/wGkGRitbxJJGDRYYLmwkaNtXRs.png) no-repeat left center;
    margin-bottom: 5px;
}

.db-view__quest__reward__seals_common {
    background: url(https://img.finalfantasyxiv.com/lds/h/f/BKoZ_KdfyMJQrh763hD5EWMT6Q.png) no-repeat left center;
}

.db-view__quest__reward__seals_01 {
    background: url(https://img.finalfantasyxiv.com/lds/h/Q/Nq7bqPIUOcJNI288AjR0eguXh0.png) no-repeat left center;
}

.db-view__quest__reward__seals_02 {
    background: url(https://img.finalfantasyxiv.com/lds/h/C/d0Mw-P8NjvuchofcBROYxl3iNk.png) no-repeat left center;
}

.db-view__quest__reward__seals_03 {
    background: url(https://img.finalfantasyxiv.com/lds/h/B/i2U02Mpheia-S6DNcRY7_4BKfw.png) no-repeat left center;
}

.db-view__quest__reward__name {
    color: #bfa34c;
    font-weight: bold;
    line-height: 1;
}

.db-view__quest__reward__value {
    font-size: 18px;
    line-height: 1.2;
}

.db-view__quest__reward__token_image {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.db-view__quest__reward__notes {
    color: #CC2944;
    margin-left: 4px;
}

.db-view__quest__reward__notes__wrapper p:nth-last-child(1) {
    margin-bottom: 8px;
}

.db-view__quest__reward__notes--select_reward {
    margin-bottom: 4px;
}

.db-view__quest__general_annotation {
    border: 1px solid #3d6629;
    margin: 0;
    margin-bottom: 8px;
}

.db-view__quest__general_annotation__inner {
    background: #2e4d1f;
    border: 1px solid #5c993d;
    color: #99ff66;
    padding: 2px 8px;
}

.db-view__quest__past_season_event {
    background: url(https://img.finalfantasyxiv.com/lds/h/U/2feVt3B2_qVJgToE0WLfLlvXf8.png) repeat-y center center;
    margin: 13px 0 19px;
    padding: 0 10px;
    color: #ffcc66;
    text-align: left;
    line-height: 1.2;
    position: relative;
}

.db-view__quest__past_season_event:before {
    position: absolute;
    top: -9px;
    left: 5px;
    content: "";
    width: 100%;
    height: 9px;
    background: url(https://img.finalfantasyxiv.com/lds/h/B/6y2cABXSfJPpogA12_0n-UgWu4.png) no-repeat left top;
}

.db-view__quest__past_season_event:after {
    position: absolute;
    bottom: -9px;
    left: 5px;
    content: "";
    width: 100%;
    height: 9px;
    background: url(https://img.finalfantasyxiv.com/lds/h/c/hw6t5Bb0YzLNPnPPKNAMXqYhJw.png) no-repeat left bottom;
}

.db-view__quest__wedding {
    background: url(https://img.finalfantasyxiv.com/lds/h/O/ohDglDgWalR7okImTJgoWWoEd8.png) repeat-y center center;
    margin: 13px 0 19px;
    padding: 0 10px;
    color: #66ccff;
    text-align: left;
    line-height: 1.2;
    position: relative;
}

.db-view__quest__wedding:before {
    position: absolute;
    top: -9px;
    left: 5px;
    content: "";
    width: 100%;
    height: 9px;
    background: url(https://img.finalfantasyxiv.com/lds/h/V/jw5GAkfTKxmL2OqizAoeuDh8-8.png) no-repeat left top;
}

.db-view__quest__wedding:after {
    position: absolute;
    bottom: -9px;
    left: 5px;
    content: "";
    width: 100%;
    height: 9px;
    background: url(https://img.finalfantasyxiv.com/lds/h/W/tmmlWIcTX_yS28vMZkDMXUYXm0.png) no-repeat left bottom;
}

.db-view__treasure_box_popup {
    display: none;
    width: 646px;
}

.db-view__treasure_box_popup__wrapper {
    background: url(https://img.finalfantasyxiv.com/lds/h/f/rtAjlXHo-_ohz5_795VEqueEQY.png) repeat-y 0 0;
    position: relative;
}

.db-view__treasure_box_popup__wrapper:before {
    position: absolute;
    top: -10px;
    left: 0;
    content: "";
    width: 100%;
    height: 10px;
    background: url(https://img.finalfantasyxiv.com/lds/h/P/qqxhv2WWBYq56qXUX2GVd6x5A4.png) no-repeat left top;
}

.db-view__treasure_box_popup__wrapper:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    width: 100%;
    height: 10px;
    background: url(https://img.finalfantasyxiv.com/lds/h/T/9jerfX4b5OSqzGHXWjMrdyo_Ng.png) no-repeat left bottom;
}

.db-view__treasure_box_popup__title {
    background: url(https://img.finalfantasyxiv.com/lds/h/Y/AiW00HK8xPGmogFALgxuV_JAIY.png) repeat-y 0 0;
    padding: 3px 10px;
    margin-bottom: 10px;
    position: relative;
    color: #bfa34c;
    font-weight: bold;
}

.db-view__treasure_box_popup__title:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: url(https://img.finalfantasyxiv.com/lds/h/b/rTkp0LDSUgvpvvzHVZmPtoIuJQ.png) no-repeat left top;
}

.db-view__treasure_box_popup__title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: url(https://img.finalfantasyxiv.com/lds/h/l/9xq5PMwcHLBSBRdNzL2cs-y-5c.png) no-repeat left bottom;
}

.db-view__treasure_box_popup__inner {
    width: 572px;
    margin: 20px auto;
    padding: 0 15px;
    background: url(https://img.finalfantasyxiv.com/lds/h/Y/AiW00HK8xPGmogFALgxuV_JAIY.png) repeat-y -2px 0;
    position: relative;
}

.db-view__treasure_box_popup__inner:before {
    position: absolute;
    top: -10px;
    left: 0;
    content: "";
    width: 100%;
    height: 10px;
    background: url(https://img.finalfantasyxiv.com/lds/h/Y/IOI8pVUCH4Gjb52eTzouvscGqc.png) no-repeat left top;
}

.db-view__treasure_box_popup__inner:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    width: 100%;
    height: 10px;
    background: url(https://img.finalfantasyxiv.com/lds/h/U/56JXaQlq59qsWDkxThw2g0gqpo.png) no-repeat left bottom;
}

.db-view__treasure_box_popup__map_coordinates {
    margin-bottom: 5px;
}

.db-view__treasure_box_popup__map_coordinates span {
    color: #bfa34c;
}

.db-view__treasure_box_popup__treasure_items {
    border-top: 1px solid #3c3c3c;
    border-left: 1px solid #3c3c3c;
    width: 568px;
    margin: 0 auto;
}

.db-view__treasure_box_popup__treasure_items--even {
    background: #2e2e2e;
}

.db-view__treasure_box_popup__treasure_items--odd {
    background: #333333;
}

.db-view__treasure_box_popup__treasure_items__box {
    width: 279px;
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px solid #3c3c3c;
    border-right: 1px solid #3c3c3c;
    padding: 2px 4px 2px 0;
}

.db-view__treasure_box_popup__treasure_items__box--image {
    display: table-cell;
    vertical-align: middle;
}

.db-view__treasure_box_popup__treasure_items__box--text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
    width: 226px;
}

.db-view__treasure_box_popup__token {
    padding-top: 5px;
}

.db-view__treasure_box_popup__token__box {
    width: 264px;
    min-height: 22px;
    padding: 5px 10px;
    float: left;
}

.db-view__treasure_box_popup__token__box > div {
    padding-right: 8px;
}

    .db-view__treasure_box_popup__token__box > div + div {
        padding-right: 0;
    }

.db-view__treasure_box_popup__token__box > div {
    display: table-cell;
    vertical-align: middle;
}

.db-view__treasure_box_popup__token__name {
    color: #bfa34c;
    font-weight: bold;
}

.db-view__treasure_box_popup__notes {
    padding-top: 8px;
    color: #CC2944;
}

.db-view__recipe__text {
    float: right;
    width: 283px;
    padding-top: 6px;
}

.db-view__recipe__book_name {
    margin-top: 4px;
}

.db-view__recipe__category {
    font-size: 12px;
}

.db-view__recipe__craftdata {
    margin: 4px 4px 18px;
}

.db-view__recipe__craftdata li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

    .db-view__recipe__craftdata li span {
        color: #bbac94;
    }

.db-view__recipe__crafting_conditions {
    margin: 0 4px 24px;
}

.db-view__recipe__crafting_conditions dt {
    color: #bbac94;
    font-weight: normal;
}

.db-view__gathering__category {
    font-size: 12px;
}

.db-view__gathering__data {
    padding: 0 5px 5px;
}

.db-view__gathering__area {
    color: #BFA34B;
    font-weight: bold;
}

.db-view__gathering__point {
    margin: 0 0 25px 1em;
}

.db-view__gathering__point dd {
    font-weight: bold;
}

.db-view__achievement__header {
    margin-bottom: 10px;
    position: relative;
}

.db-view__achievement__icon {
    position: relative;
    width: 48px;
    height: 48px;
    float: left;
    margin-right: 8px;
}

.db-view__achievement__icon__frame {
    position: absolute;
    z-index: 10;
    width: 48px;
    height: 48px;
    background: url(https://img.finalfantasyxiv.com/lds/h/Y/g9-WRQ9Mxx6c37ekifgjQ-nQwY.png) repeat-y 0 0;
    display: block;
}

.db-view__achievement__icon__image {
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 4px;
}

.db-view__achievement__text {
    width: 276px;
    float: left;
    padding-top: 4px;
}

.db-view__achievement__text__name {
    font-size: 16px;
}

.db-view__achievement__text__notes {
    color: #CC2944;
}

.db-view__achievement__help {
    padding-top: 4px;
}

.db-view__achievement__title_name {
    padding: 0 10px 4px;
}

.db-view__achievement__reward {
    width: 60px;
    height: 20px;
    float: left;
}

.db-view__achievement__reward__item {
    background: url(https://img.finalfantasyxiv.com/lds/h/M/1t3TkHQAd7GaWGI3dyPrC73cMs.png) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    float: right;
}

.db-view__achievement__reward__medal {
    background: url(https://img.finalfantasyxiv.com/lds/h/i/zgNdMxXg4Exk4Lg5BjhUybz8TY.png) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    float: right;
}

.db-view__achievement__reward__transfer {
    background: url(https://img.finalfantasyxiv.com/lds/h/b/68n5RLhFCz0Gs7pyvnZkZMvPVc.png) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    float: right;
}

.db-view__achievement__point {
    width: 48px;
    float: left;
    font-size: 28px;
    color: #bfa34b;
    text-align: center;
}

.db-view__bt_close {
    display: block;
    width: 160px;
    height: 20px;
    margin: 0 auto;
    overflow: hidden;
}

.db-view__bt_close:hover img {
    margin-top: -20px;
}

.db-view__body--light {
    background: #2e2e2e;
    padding: 4px;
}

.db-view__shop__type__icon {
    position: relative;
    display: table-cell;
    width: 32px;
    height: 32px;
    padding-right: 2px;
    vertical-align: middle;
    text-align: center;
    padding: 0 8px;
}

.db-view__shop__type__text {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}

.db-view__shop__type__item {
    width: 44px;
    display: table-cell;
    padding-left: 4px;
}

.contact-header {
    max-width:1000px;
    width:100%;
    padding:20px;
    margin:0 auto;
}
.contact-page .formitm-table span {
    color: #f6031a;
    vertical-align: top;
    line-height: 42px;
    margin-left:3px;
}
.page-body .formitm-table .lab{
    width: 18%;
}
.page-body .formitm-table input.ipt {
    width: 45%;
    display: inline-block;
}
.page-body textarea {
    min-height: 100px;
    width: 75%;
}
.contact-btn {
    margin-left: 18%;
    margin-top: 0px !important;
}
.contact-content {
    border-top: 1px solid #ddd;
    background:#f4f4f4;
    margin-bottom:50px;
}
.contact-content ul li{
    float:none;
    clear:both;
    margin:8px 0;
    background:#fff;
    border-radius:4px;
    padding:8px 15px;
}
.contact-img img {
    width: 40px;
    height: 40px;
    border-radius:100%;
}
.contact-cont{
    display:inline-block;
    width:86%;
    padding-left:15px;
}
.contact-cont .tit{
    font-size:16px;
    font-weight:bold;
    color:#333;
}
.contact-cont .time{
    font-size:12px;
    color:#ccc;
}
.contact-cont .rev{
    color:#999;
}
.cart-suspension{
    position:fixed;
    top:30%;
    left:30px;
}
.cart-suspension-cont {
    position: relative;
    animation: cssload-rotate-one 1.3s linear infinite;
    -o-animation: cssload-rotate-one 1.3s linear infinite;
    -ms-animation: cssload-rotate-one 1.3s linear infinite;
    -webkit-animation: cssload-rotate-one 1.3s linear infinite;
    -moz-animation: cssload-rotate-one 1.3s linear infinite;
}
.cart-suspension-img {
    display: block;
    width: 200px;
}
.cart-suspension-1 .cart-close {
    background: #f4f4f4;
    border-radius: 50%;
    border: 1px solid #333;
    color: #333;
    width: 20px;
    height: 20px;
    line-height: 18px;
    font-size: 14px;
    display: block;
    text-align: center;
    position: absolute;
    top: 3px;
    right: 0;
}
.cart-suspension.cart-suspension-2 {
    position: fixed;
    top: 48%;
    left: 30px;
}
.cart-suspension-2 .cart-close {
    background: #7768c4;
    border-radius: 50%;
    border: none;
    color: #fff;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 13px;
    display: block;
    text-align: center;
    position: absolute;
    top: 8px;
    right: -6px;
    font-weight: bold;
}
@keyframes cssload-rotate-one {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }
    50% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
}

@media screen and (max-width:576px) {
    .page-body .formitm-table .lab{
        width:100%;
    }
    .page-body .formitm-table input.ipt,
    .page-body textarea {
        width: 96% !important;
        display: inline-block;
    }
    .contact-btn {
        margin:0;
    }
    div#preview {
        left: 0 !important;
    }
}



/*金币活动样式*/
.giveaway-product-ul {
}
.span-bonus {
    background: #f89212;
    border-radius: 2px;
    padding: 0px 5px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    margin-right: 5px;
    background-image: linear-gradient(to left,#ff802f,#ff5350);
}
.giveaway-product-ul .product-name {
    display:inline-block;
}
.giveaway-txt {
    display: inline-block;
    padding: 3px 5px;
    border-radius: 3px;
    margin: 8px 0;
    background: #3dccef;
    /*background-image: linear-gradient(to left,#2cbd8e,#ed970c);*/
    vertical-align: top;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    position:relative;
}
.giveaway-items {
    border: 1px solid #3dccef;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    margin: 8px 0;
    position:relative;
}
.giveaway-items span {
    font-weight: bold;
    padding: 0 8px;
    background: #3dccef;
    /*background-image: linear-gradient(to left, #21bd95, #57a9ff);*/
    display: inline-block;
    line-height: 33px;
    float:left;
}
.giveaway-items img {
    display: inline-block;
    max-width: 32px;
    vertical-align: middle;
    padding: 2px;
    background: #fff;
}
.giveaway-items-hover img{
    max-width:550px;
}
.giveaway-txt .giveaway-items-hover,
.giveaway-items .giveaway-items-hover {
    display: none;
    position: absolute;
    top: -20px;
    right: -570px;
    padding: 5px;
    background: #3dccef;
    z-index: 55;
    border-radius: 4px;
}
.giveaway-items-hover:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    transform: rotate( 225deg ) translate(-50%, -50%) scale(1.4);
    top: 12px;
    left: -4px;
    background: #3dccef;
    z-index: -1;
}
.giveaway-txt:hover > .giveaway-items-hover,
.giveaway-items:hover > .giveaway-items-hover {
    display: block;
}
.cart_fileuploadinfo .formitm-table .lab {
    vertical-align: top;
}
.cart_fileuploadinfo .formitm-table .ipt {
    background: #2d435d;
    border-radius: 4px;
    padding: 6px;
    border: 1px dashed #7f9cae;
}
span.spanuploadtip {
    background: #03b8fc;
    border-radius: 4px;
    line-height: 30px;
    padding: 0 15px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
}
span.spanuploadtip:hover{
    background:#07a5e0;
}
.formitm-table-img {
    margin: 10px 6px 0 0!important;
}
.formitm-table-img button {
    font-size: 10px!important;
    background: #55cefb!important;
    color: #fff!important;
    width: 18px!important;
    height: 18px!important;
    line-height: 10px!important;
    padding:0px!important;
}
.formitm-table-img img {
    border: 1px solid #ccc;
    display:inline-block;
}


@charset "utf-8";
/* CSS Document */
body.my-account {
	background: #fff;
}
.my-account .g-c-side {
	float: left;
}

.member-ssegold {
	background-repeat: no-repeat;
	background-size: cover;
	padding:20px 0;
	margin-bottom:25px;
}
.member_header {

}
.touxiang-img {
	float: left;
	width: 100px;
	height: 100px;
	border: 3px solid #4c5365;
	box-sizing: border-box;
	border-radius: 50%;
	display: inline-block;
	background-image: url(../../images/web/member/touxiang-img.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.Modify-picture>h2 {
	display: inline-block;
	margin-top: 38px;
	border: none;
	font-size: 18px;
	color: #666;
}
.member-hp {
	width: 100px;
	height: 100px;
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 50%;
	float: left;
	overflow: hidden;
}
.member-hp img {
}
.member-show {
	float: left;
	padding-left: 20px;
	letter-spacing: 0;
	max-width:500px;
	width:100%;
}
.member-show .nickname {
	font-size: 20px;
	line-height: 40px;
	color: #fff;
}
.member-show .nickname img {
	vertical-align: middle;
	margin-left: 10px;
	width: 26px;
	margin-top: -3px;
}
.member-progress {
	color: #616365;
	font-size: 14px;
	line-height: 24px;
	margin-top: 16px;
	text-transform: uppercase;
}
.member-progress progress {
	max-width: 450px;
	width:100%;
}
.member-progress img {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-top: -4px;
}
.side-2 {
	margin:0 0 15px 0;
}
.m-menuy {
}
.m-menuy .A {
    display: block;
    padding: 15px;
    line-height:18px;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    margin-right: 5px;
	border-radius:6px;
	background:#334251;
}
.m-menuy .A .iconfont {
    margin-right: 5px;
    font-size: 18px!important;
    line-height: 18px;
	font-weight:lighter!important;
}
.m-menuy .z-sel .A {
	background: #eb8e22;
	text-decoration: none;
	color: #1e2c39;
}
.m-menuy .z-sel .A .iconfont {
}
.member-hd {
	display:none;
	border-bottom: 2px solid #1a8dff;
	margin-bottom:15px;
}
.member-hd span{
	background-color: #1a8dff;
	color:#fff;
	padding: 15px;
    line-height: 18px;
    font-size: 18px;
	display: inline-block;
}
.member-box > .hd {
	background: #19242f;
	color: #a3b1bf;
	padding: 15px 20px;
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 15px;
	border-radius: 6px;
	border: 1px solid rgb(73,87,101);
}
.member-box .bd {
	padding: 15px;
	border-radius: 6px;
	background: linear-gradient(#303c47, #222c36);
	border: 1px solid #424e5a;
}
.m-table {
	table-layout: fixed;
	width: 100%;
	line-height: 1.5;
}
.m-table-Memberinfo .formitm-table {
	margin: 25px 0;
	font-size: 16px;
}
.m-table-Memberinfo .formitm-table img {
	vertical-align: middle;
	margin-top: -5px;
}
.m-form-new.m-form .formitm{
	margin:10px 0;
}
.td-item-level .progress {
	margin: -8px 0;
}
.td-item-level progress {
	max-width: 350px;
}
progress {
	width: 100%;
}
.ipt.td-item-level{
	text-transform:uppercase;
}
/*affiliate*/
.affiliate-form .formitm .lab {
	width: auto;
	float: left;
	line-height: 42px;
	display: inline-block;
}
.affiliate-form .formitm .ipt {
	max-width: 360px;
	display: inline-block;
}
.affiliate-tabs{
	margin:30px 0;
}
.m-hd {
	margin-top:50px;
	font-size: 16px;
	font-weight: 700;
	border-bottom: 2px solid #cec492;
}
.m-hd li {
    position: relative;
    margin-right: 5px;
    line-height: 42px;
    list-style: none;
}
.m-hd li a {
	border-color: #ded296;
	color: #48443a;
	background: #fffdf4;
	display: block;
    padding: 0 15px;
    border: 1px solid #ddd;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    text-align: center;
}
.m-hd li.z-crt a {
	background-color: #ded296;
	border-color: #ded296;
	color: #48443a;
}
.intro {
	border: 1px solid #ded296;
	padding: 20px;
}
.m-article ol{
	margin:10px 0 20px 0;
}
.m-article ol li {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 16px;
}
.Affiliate-cont span{
	color:#3fb6f2;
	margin-right:5px;
}
.btn-box input {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: text-top;
	margin:0 5px;
}
.btn-box .but-btn {
	display: inline-block;
	line-height: 32px;
	background: #ded296;
	color: #666;
	font-size: 16px;
}
.order-info-list{
	overflow-x:auto;
}
.order-info-list table{
	min-width:800px;
}
/*Coupon History*/
.Coupon-intro {
	overflow-x: auto;
	width:100%;
}
.table-Coupon {
	min-width: 460px;
	width: 100%;
}
.table-Coupon th {
	padding:10px !important;
	color: #eee;
	border-bottom: none;
	font-size: 14px;
	background-color: #333;
	background-image: -webkit-linear-gradient(bottom,#242424,#4a4a4a);
	background-image: -moz-linear-gradient(bottom,#242424,#4a4a4a);
	background-image: -o-linear-gradient(bottom,#242424,#4a4a4a);
	background-image: -ms-linear-gradient(bottom,#242424,#4a4a4a);
	background-image: linear-gradient(to top,#242424,#4a4a4a);
}
.th-Coupon_3 {
	min-width: 126px;
}
.table-Coupon.table tr {
	border-bottom: 1px dashed #ccc;
	font-size: 14px;
	color: #666;
}
.table th, .table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.table-Coupon.table td {
	border: 0;
	padding: 10px;
}
.td-Coupon_1 {
	min-width: 120px;
}
.td-Coupon_2 .Used-Coupon {
	font-size: 18px;
	color: #f6031a;
	font-weight:bold;
}
.Unused Coupon{
	color:#ccc;
}
.Modify-picture {
	border-bottom: 1px solid #e3e3e3;
	display: block;
	padding-bottom: 20px;
	padding-top: 10px;
	margin-bottom: 20px;
}
.Modify-picture>div {
	float: left;
	width: 200px;
	padding: 0px 10px 0px 0;
	text-align: right;
	box-sizing: border-box;
}
.days-signup > li {
	float: left;
	margin-top: 10px;
	position: relative;
	margin-right: 5px;
}
.days-signup > li img {
	width:80px;
	display:block;
}
.day1::before, .day2::before, .day3::before, .day4::before, .day5::before, .day6::before, .day7::before {
	background: #fff;
	border-radius:4px;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
}
.u-btn.signin-btn {
	/*min-width:50px;*/
	margin-top: 50px;
	margin-left: 50px;
	float: left;
}
.u-btn.back-btn {
	background: none;
	border: none;
	margin-top: 50px;
	float: left;
}
.u-btn.back-btn:hover {
	box-shadow: none;
	filter: brightness(1.2);
	-webkit-filter: brightness(1.2);
}
.member-box{
	border-radius:5px;
	overflow:hidden;
}
.member-box-none{
	border:none;
	border-radius:0px;
}
.Points-info {
	background: #19242f;
	display: table;
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #424e5a;
}
.Points-info-cont {
	width: 30%;
	display: table-cell;
	background-color: #222c36;
	padding: 20px;
	background: linear-gradient(#303c47, #222c36);
}
.level-sign-info {
	width: 70%;
	display: table-cell;
	background: #19242f;
}
.Points-info-cont>h2 {
	font-size: 20px;
	color: #fff;
	margin-bottom:5px;
}
.Points-info-cont>h2>span {
	margin-left: 5px;
	color: #ffc700;
}
.Points-info-cont > p {
	font-size: 14px;
	color: #a3b1bf;
}
.Points-info-cont>p>i {
	font-size: 14px;
	margin-left: 5px;
	color:#ffc700;
}
.points-img {
	margin: 40px auto;
	text-align: center;
}
.Mall-but, .signin-btn {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #333;
	background: #ffb10f;
	outline: none;
	line-height: 36px;
	width: 100%;
	border: none;
	border-radius: 4px;
}
.Key-but {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #3fb6f2;
	border: 1px solid #3fb6f2;
	background: #fff;
	line-height: 34px;
	outline: none;
	border-radius:4px;
	width: 100%;
	margin-top: 10px;
	transition: all 0.1s;
}
.Key-but:hover, .signin-btn:hover {
	color: #fff;
	background: #3fb6f2;
	transition: all 0.1s;
}
.signin-btn {
	width: auto;
	display: inline-block;
	min-width: 160px;
	padding: 0 20px;
	margin-top: 15px;
	vertical-align:middle;
}
.days-signup{
	display:inline-block;
	vertical-align:middle;
}
.level-info {
	padding: 20px;
}
.level-info h2 {
	font-size: 20px;
	color:#fff;
}
.level-info h2 img {
	vertical-align: middle;
	margin-top: -6px;
	margin-left: 5px;
	display: inline-block;
}
.level-progress {
	margin-top: 30px;
	margin-bottom: 15px;
}
.level-progress .progress{
	position:relative;
	width:100%;
}
.asb-Junior, .asb-Standard, .asb-Senior, .asb-Platinum, .asb-Lifetime {
	position: absolute;
	text-align: center;
}
.asb-Junior {
	left: 0;
}
.asb-Standard {
	left: 10%;
}
.asb-Senior {
	left: 26.6%;
}
.asb-Platinum {
	left: 50%;
}
.asb-Lifetime {
	right: 0;
}
.rank-stars span {
	position: relative;
	top: -36px;
	color: #aaa;
	font-size: 14px;
	display: block;
}
.rank-stars img {
	position: relative;
	top: -22px;
	width: 16px;
	height: 16px;
}
.sign-info {
	padding: 20px;
	border-top: 1px solid #4c5365;
}
.meta.series {
	font-size: 18px;
}
.Points-record {
	margin-top: 50px;
	background: #19242f;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid rgb(73,87,101);
}
}
.Points-record ul {
	background-color: #fff;
}
.Points-record ul li {
	float: left;
    line-height: 48px;
    padding: 0 30px;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    margin: 15px;
    border-radius: 6px;
    background: #334251;
}
.Points-record ul li:hover {
}
.Points-record ul li.current {
	color: #212529;
    background: #eb8e22;
}
.Points-record-cont {
	display: none;
	padding: 10px 20px;
	min-height:200px;
}
.Points-record-cont .tr {
	background-color: #2a3745;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
}
.Points-record-cont .td-1 {
	width: 60%;
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
}
.Points-record-cont .td-2 {
	width: 20%;
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
	text-align: center;
}
.Points-record-cont .td-3 {
	width: 20%;
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
	text-align: center;
}
.Points-record-cont .th {
	font-size: 16px;
    color: #aaa;
    line-height: 40px;
    border-bottom: 1px dashed #4d4d4d;
}
.td-2-add {
	color: #2db312;
	font-weight: bold;
}
.td-2-subtract {
	color: #f6031a;
	font-weight: bold;
}
/*orderList-tr*/
.member-sel {
	line-height: 34px;
	height: 36px;
	width: 200px;
	font-size: 14px;
	float:left;
}
.Coupon-bd>a {
	float: right;
	margin-top: 0;
}
.ipt-box {
	display: inline-block;
	float: right!important;
}
.ipt-box input{
	width: 180px;
    line-height: 34px;
    height: 36px;
    vertical-align: middle;
}
.ipt-box .but-btn{
	height:36px;
	line-height:34px;
	display:inline-block;
	font-size:14px;
	padding:0 10px;
	background: #ffb10f;
    color: #272624;
}
.orderList-body {
	overflow-x: auto;
}
.orderList-menu .ipt-box .u-btn {
	margin-bottom: 0;
}
.orderList {
	width: 100%;
	min-width: 600px;
}
.orderList-tr {
	margin-top: 15px;
	background: #fff;
	border: 1px solid #d3cfe0;
}
.orderList-tr .tr-1 {
	background: #d3cfe0;
    color: #616365;
	font-size: 15px;
	line-height: 36px;
	padding: 0 20px
}
.order-list-left {
	display: inline-flex;
	width: 54%;
	flex: 1;
}
.order-list-right {
	display: inline-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 45%;
	vertical-align: top;
}
.orderList-tr .f-fr {
	font-size: 14px;
	color: #a67041;
	background: none;
	line-height: 34px;
}

/*Credits Mall*/
.mall-list {
	float: left;
	width: 46%;
	background: #fff;
	margin: 10px 2%;
	padding: 15px 20px;
}
.Exchange-info {
	margin-left: 15px;
}
.Exchange-info div {
	font-size: 16px;
	color: #666;
}
.Exchange-info div img {
	vertical-align: middle;
}
.Exchange-info p {
	font-size: 18px;
	color: #f63c03;
}
.Exchange-but {
	background: #ffb10f;
	line-height: 36px;
	font-size: 16px;
	border: none;
	outline: 0;
	border-radius: 20px;
	margin-top: 20px;
	color: #333;
	padding: 0 20px;
	text-transform: capitalize;
}
.Points-info-cont .tooltip {
	opacity: 1;
}
.my-account .m-menu2 .form-wrap.f-cb {
	border: 0px;
	border-radius: 0px;
	border-bottom: 1px solid #e2cfc7;
}
a.btn_order_detail {
	color: #4444f0;
}
a.btn_order_detail:hover {
	text-decoration: underline;
}
.formitm {
*zoom:1
}
.formitm:after {
	content: '\20';
	display: block;
	clear: both;
	height: 0;
}
.m-form-new.m-form .lab {
	width: 240px;
	text-align: right;
	box-sizing: border-box;
	padding: 0px 10px 0px 0;
	font-size: 16px;
	font-weight: lighter;
	margin: 0;
	float:left;
}
.m-form-new.m-form .ipt {
	margin: 0;
	float: left;
	width: 340px;
	position: relative;
}
.m-form-new.m-form .ipt .u-ipt {
	width: 100%;
}
.my-account .secbd.secbd-1 .ft-change-page{
	margin:0 10px 30px 0!important;
}
.n-h-order-region{
	border-bottom: 1px dashed #c9c9c9;
}

/*key-chest-bank*/
.key-chest-bank {
	background: url(../../images/web/member/key-chest-bg.jpg) center top no-repeat;
	background-size: contain;
	background-color: #1e1e1e;
	padding: 0;
}
.prize-display-all {
	width: auto;
	margin-right: 20px;
	margin-top: 180px;
	background: 0 0;
	float: right;
}
.prize-display-all .prize-list .prize-item {
    float: left;
    width: 140px;
    height:auto;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 70px;
}
.prize-display-all .prize-list .prize-item.prize-ffxiv {
	background-image: url(../../images/web/member/ffxiv.png);
}
.prize-display-all .prize-list .prize-item.prize-eso {
	background-image: url(../../images/web/member/eso.png);
}
.prize-display-all .prize-list .prize-item.prize-poe {
	background-image: url(../../images/web/member/poe.png);
}
.prize-display-all .prize-list .prize-item.prize-rs {
	background-image: url(../../images/web/member/rs.png);
}
.prize-display-all .prize-list .prize-item.prize-stwor {
	background-image: url(../../images/web/member/stwor.png);
}
.prize-display-all .prize-list .prize-item img {
    margin: 0;
    width: 100%;
}
.key-chest-bank img {
	vertical-align: middle;
	width: 100px;
}
.key-chest-bank .table-wrap {
	padding: 30px;
	margin-top: 80px;
	clear: both;
}
.key-chest-bank .table-wrap .m-table {
    width: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
}
.key-chest-bank td {
	background-color: #fff;
	padding: 10px;
	border: 1px solid #5c0606;
	padding-left: 50px;
}
.key-chest-bank .tit {
	font-size: 20px;
	color: #1e1e1e;
	text-align: center;
	background: #fdf0cc;
	font-weight: 700;
	padding: 10px;
}
.key-chest-bank .keys-quantity {
	text-align: center;
	padding: 10px;
}
.keys-quantity b{
	font-size: 18px;
	font-weight: bold;
	color:#333;
}
.key-chest-bank .a-btn {
	line-height: 32px;
	padding: 0 10px;
	margin-top:0;
}
.prizes-scroll{
	height:26px;
	overflow:hidden;
	margin:0 30px;
}
.prizes-scroll li{
	margin-right:20px;
	color:#999;
}
.prize-bank {
	padding: 30px;
}
.bank-contain {
	width: 100%;
}
.bank-contain h2 {
    font-size: 20px;
    color: #282828;
    line-height: 42px;
    padding: 10px 0 10px 30px;
    margin-bottom: 2px;
    background: #ffebb2;
}
.bank-contain .game-server {
    background-color: #fff;
    padding: 30px;
}

.game-server select{
    max-width:300px;
	width:100%;
}
.prize-display {
	margin-top: 2px;
	width: 100%;
	background-color: #fff;
	padding: 30px 0;
}
.prize-display ul li {
	width: 20%;
	padding:0 2%;
	float: left;
	margin-bottom: 10px;
}
.prize-display ul img {
	margin: 10px auto;
	width: 100px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.prize-display ul li .a-btn {
	margin-top: 10px !important;
    margin: 0 auto;
    display: block;
    width: 120px;
}
.bank-contain > h2 > a {
	margin-left: 20px;
	color: #f6031a;
}
.bank-contain > h2 > a:hover{
	 text-decoration:underline;
 }
.unpack-record  .m-layer-content {
	max-width: 750px;
	overflow:hidden;
}
.unpack-record .record-tr {
	width: 100%;
}
.unpack-record .record-tr span {
	padding: 8px;
	width: 15%;
	display:inline-block;
	float:left;
}
.unpack-record .record-tr span:nth-child(1){
	min-width:150px;
}
.unpack-record .record-tr span:nth-child(2){
	min-width:135px;
}
.unpack-record .record-tr span:nth-child(3){
	min-width:180px;
}
.unpack-record .record-tr span:nth-child(4){
	min-width:100px;
}
.unpack-record .record-tr span:nth-child(5){
	min-width:100px;
}
.unpack-record .scrollbar {
	min-height:200px;
	max-height: 650px;
}
.record-table{
	min-width:400px;
}
.record-table > .record-tr {
	background: #ffebb2;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
}
.unpack-record .scrollbar .record-tr {
	border-bottom: 1px solid #ececec;
	font-size:12px;
}
.unpack-record tbody tr:last-child{
	border-bottom:none;
}
.bank-contain .game-server p {
	color: #2b2b2b;
	font-size: 18px;
	line-height: 24px;
	margin-top: 10px;
}
.gold-withdraw {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	opacity: 0.8;
	color: #fff;
}
.m-layer-Upgrade-Chest .formitm-table{
    margin:15px 0;
}
.m-layer-Upgrade-Chest .formitm-table .lab {
	width: 50%;
}
.m-layer-Upgrade-Chest .formitm-table .ipt {
	font-weight: bold;
	font-size: 18px;
}
#PointsKey .formitm-table .lab{
	width:50%;
}
@media screen and (max-width:1024px) {
	.my-account .pure-u-lg-5-24 {
		width: 20.8333%;
	}
	.my-account .pure-u-lg-19-24 {
		width: 79.1667%;
	}
	.my-account .g-wrap.pure-g {
		padding: 0 20px;
		box-sizing: border-box;
	}
	.my-account .g-c-main {
		padding-left: 30px;
	}
	.my-account .mall-list .f-fl>img{
		max-width:165px;
	}
	.my-account.Halloween-2020 .Halloween-hover{
		display:none!important;
	}
	.prize-display-all .prize-list .prize-item{
		width:100px;
	}
}

@media screen and (max-width:768px) {
	.my-account .pure-u-lg-5-24 {
		display: none;
	}
	.my-account .pure-u-lg-19-24 {
		width: 100%;
	}
	.my-account .g-c-main {
		padding: 0;
	}
	.m-menuy {
		border-left: 0px;
		border-right: 0px;
	}
	.mall-list {
		margin: 10px 1%;
		width:48%;
		padding: 15px;
	}
	.mall-list>.f-fl>img {
		width: 110px;
	}
	.Exchange-info div img {
		width: 18px;
		height: 18px;
	}
	.Coupon-bd select{
		width:160px;
	}
	.Exchange-but {
		font-size: 14px;
	}
	.Exchange-info div {
		font-size: 14px;
	}
	.key-chest-bank td{
		padding-left:10px;
		text-align:center;
		font-size:12px;
	}
	.key-chest-bank .tit{
		font-size:14px;
	}
	.key-chest-bank img {
		width: 60px;
	}
	.member-box.key-member-box {
		width: calc(100% + 30px) !important;
		margin: 0 -15px;
	}
	.key-chest-bank .table-wrap {
		margin-top: 0;
		padding: 30px 10px 20px;
	}
	.prize-bank{
		padding:30px 15px;
	}
	.member-hd {
		display:block;
	}
}

@media screen and (max-width:576px) {
	.member-progress .progress {
		width: 240px;
	}
	.Points-record-cont .tr .td-1 {
		width: 40%;
	}
	.Points-record-cont .tr .td-2 {
		width: 40%;
	}
	.Points-record-cont .th {
		padding: 5px 0;
	}
	.Points-record-cont .th .td-1,  .Points-record-cont .th .td-2,  .Points-record-cont .th .td-3 {
		width: 100%;
		text-align: left;
		line-height: 24px;
	}
	.m-imglist-x.m-menux2.lkji>li.m-minicart strong {
		display: none;
	}
	.mall-list {
		width: 100%;
		margin: 10px 0;
	}
	.changePasswordModal .m-form .lab {
		text-align: left;
	}
	.changePasswordModal .m-form .ipt,  .changePasswordModal .m-form .ipt .u-ipt {
		width: 100%;
	}
	.touxiang-img {
		width: 60px;
		height: 60px;
	}
	.member-show{
		width:auto;
	}
	.member-progress{
		margin-top:0;
	}
	.m-hd li {
		width: 100%;
		box-sizing: border-box;
		margin: 0 !important;
	}
	.affiliate .m-hd ul.tabs {
		border-bottom: 1px solid #ded296;
	}
	.intro .m-form .ipt {
		clear: both;
		margin-left: 0px;
	}
	.m-form-new.m-form .lab {
		text-align: left;
		width: 100%;
		line-height: 30px;
	}
	.m-form-new.m-form .ipt {
		width: 100%;
		margin-top: 0px;
	}
	.ipt-box {
		margin-top: 10px;
		float: left!important;
	}
	.ipt-box .u-ipt {
		width: 200px;
	}
	.tr-2-td1 {
		width: 50%;
	}
	.tr-2-td3 {
		width: 20%;
	}
	.Memberinfo-tr .td-tit {
		width:170px;
	}
	.days-signup > li img {
		width: 60px;
	}
	.keys-quantity b{
		display:block;
	}
	.prize-bank{
		padding:10px;
	}
	.prizes-scroll {
		padding: 10px;
		height:52px;
	}
	.unpack-record .scrollbar {
		max-height: 400px;
	}
	.unpack-record .record-tr {
		display:flex;
	}
	.unpack-record .record-tr span {
		border-bottom: 1px solid #ececec;
	}
	.unpack-record .scrollbar .record-tr {
		border-bottom: none;
	}
}
@media screen and (max-width:375px) {
	.member-progress .progress {
		width: 220px;
	}
	.Points-record ul li {
		padding: 0 20px;
	}
	.Exchange-info {
		margin-left: 12px;
	}
}


/*Affiliate-Program*/
.affiliate-banner {
	width: 100%;
	position: relative;
	margin-top: -20px;
}
.affiliate-banner img {
	width: 100%;
}
.affiliate-banner h1 {
	color: #48443a;
	margin: 15px 0 10px;
	font-size: 34px;
	font-style: italic;
	font-weight: bold;
}
.affiliate-banner .inner {
	position: absolute;
	width: 70%;
	left: 30px;
	top: 20px;
	font-size: 20px;
}
.affiliate .intro .title {
	background: url(../img/titie-bg.png) 0 12px no-repeat;
	margin-top: 30px;
	margin-bottom: 20px;
}
.affiliate .intro .title h1 {
	background-color: #F3F3F3;
	float: left;
	margin: 0;
	padding-right: 21px;
	color: #393939;
}
.affiliate .affiliate-form .formline {
	margin-bottom: 15px;
}
.affiliate .affiliate-form .formline .u-ipt {
	margin: 0;
	width: 300px;
}
/* tab */
.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;
}
.table {
	width: 100%;
	margin-bottom: 20px;
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}
.table th, .table td {
	padding: 10px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}
.table td {
	border: 1px solid #DDDDDD;
}
.order-info-list table {
}
.order-info-list table .name {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}
.order-info-list table .meta {
	font-size: 12px;
	margin: 0;
}
.order-info-list table td {
	border: 1px solid #DDDDDD;
}
.order-info-list .table thead > tr th,  .order-info-list .table tbody > tr th {
	color: #eee;
	border: 1px solid #444;
	border-bottom: none;
	font-size: 14px;
	font-weight:lighter;
	background-color: #000114;
	background-image: -webkit-linear-gradient(bottom, #242424, #4a4a4a);
	background-image: -moz-linear-gradient(bottom, #242424, #4a4a4a);
	background-image: -o-linear-gradient(bottom, #242424, #4a4a4a);
	background-image: linear-gradient(to top, #242424, #4a4a4a);
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
.order-info-list table td .btn {
	font-size: 12px;
	padding: 4px 8px;
}
.order-info-list table input{
	width:16px;
	height:16px;
}
.order-info-list h1 {
	font-size: 20px;
}
.order-info-list .table-points-info td.tit {
	width: 140px;
	font-weight: bold;
	background-color: #EAEAEA;
}
.m-tip {
	padding: 10px;
	margin: 15px 0;
	background-color: #d9edf7;
	border: 1px solid #bce8f1;
	color: #31708f;
}
.m-article {
}
.m-article p {
	margin: 10px 0;
}
.m-article h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0;
}




/*Member Discount*/
.membdis-main-wrapper {
    background: #faefec;
    margin-bottom:0;
    padding-bottom:50px;
}
.meb-disc-bann{
    overflow:hidden;
    width:100%;
}
.meb-disc-bann > img {
    max-width:1920px;
    margin: 0 auto;
    height: 400px;
}
.membdis-main-wrapper .container{
    max-width:1100px;
}
.membdis-meun {
    margin: 50px -5px;
}
.membdis-meun li{
    width:20%;
}
.membdis-list {
    color: #fff;
    padding: 50px 0;
    font-size: 20px;
    text-align: center;
    display: block;
    margin: 5px;
    background-image: linear-gradient( 90deg,rgb(209,77,57) 11%,rgb(250,166,149) 100%);
    background-image: -moz-linear-gradient( 90deg,rgb(209,77,57) 11%,rgb(250,166,149) 100%);
    background-image: -webkit-linear-gradient( 90deg,rgb(209,77,57) 11%,rgb(250,166,149) 100%);
    background-image: -ms-linear-gradient( 90deg,rgb(209,77,57) 11%,rgb(250,166,149) 100%);
}
.membdis-list i{
    font-size:75px!important;
    line-height:75px;
}
.membdis-list div{
    margin-top:30px;
	text-transform:capitalize;
}
.membdis-h2 {
	display: block;
	text-align: center;
	margin: 50px;
	color: #835046;
	font-size: 36px;
	text-transform: capitalize;
}
.membdis-h2 p{
   font-size:16px;
   margin-top:10px;
}
.ranktable {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    text-align: center;
    border: 2px solid #835046;
}
.ranktable thead {
    background: #faf0e8;
}
.ranktable tr td {
    border: 1px solid #baa58f;
    height: 30px;
    padding: 5px; 
    font-size:18px;
	text-transform:capitalize;
}
.ranktable thead tr td{
    color:#a15f42;
    padding:15px 5px;
    font-weight:bold;
}
.ranktable tbody tr td {
    color: #900;
     background:#fff;
}
.ranktable tbody tr td.ranktable-td1{
    color:#a15f42;
    background: #faf0e8;
    font-weight:bold;
}
.ranktable tbody tr td.ranktable-td2 {
    color: #666;
    font-size: 16px;
}
.ranktable tbody tr td.ranktable-td3 span{
    color: #fff;
    font-size: 16px;
    background: #f9773d;
    line-height: 30px;
    width: 44px;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
}
.membdis-Coupon {
    margin: 0px -5px;
}
.membdis-Coupon li{
    width:20%;
}
.membdis-Coupon > li > div {
    text-align: center;
    display: block;
    position: relative;
    padding: 3px;
    margin: 5px;
    border-radius: 5px;
    overflow:hidden;
    background:#db624f;
}
.span-Coupon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #faef18;
    color: #64271c;
    font-weight: 700;
    z-index: 15;
    font-size: 16px;
    padding: 3px 0;
    position: absolute;
    top: 22px;
    left: -30px;
    width: 130px;
    transform: rotate(-45deg);
    pointer-events: auto;
}
.membdis-Coupon-list {
    border-radius:3px;
    border: 1px dashed #eebdb7;
    background-image:linear-gradient( 90deg,rgb(209,77,57) 11%,rgb(250,166,149) 100%);
    background-image: -moz-linear-gradient( 90deg,rgb(209,77,57) 11%,rgb(250,166,149) 100%);
    background-image: -webkit-linear-gradient( 90deg,rgb(209,77,57) 11%,rgb(250,166,149) 100%);
    background-image: -ms-linear-gradient( 90deg,rgb(209,77,57) 11%,rgb(250,166,149) 100%);
}
.membdis-Coupon-list div{
    font-size:50px;
    line-height:50px;
    font-weight:bold;
    color:#fff;
    padding-top:30px;
}
.membdis-Coupon-list div span{
    font-size:18px;
    margin-right:5px;
    font-weight:lighter;
}
.membdis-Coupon-list p{
    color:#fff;
    font-size:18px;
    display:block;
    text-align:center;
    padding-bottom:15px;
    border-bottom:1px dashed #eebdb7;
}
.membdis-Coupon-list a{
    background: #ffcec6;
    color: #973225;
    border-radius: 30px;
    width: 116px;
    text-align: center;
    display: inline-block;
    margin: 20px 0;
    line-height: 30px;
    font-weight: bold;
    font-size: 16px;
    -webkit-box-shadow: 0 1px 12px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 12px 0 rgba(0,0,0,.2);
	text-transform:capitalize;
}
.earn-points{
    width:100%;
    background:#fff;
    padding:20px 10px;
}
.earn-points li{
    width:33.33%;
    padding:10px;
    text-align:center;
}
.earn-points-list p {
    height: 80px;
    color: #835046;
    font-size: 16px;
}
.earn-points-list a {
    margin-bottom: 15px;
    color: #fff;
    font-size: 18px;
    background: #f9773d;
    min-width: 165px;
    padding: 0 15px;
    line-height: 44px;
    display: inline-block;
    -webkit-box-shadow: 0 3px 12px 0 rgba(249,119,61,.5);
    box-shadow: 0 3px 12px 0 rgba(249,119,61,.5);
}
@media screen and (max-width:768px) {
    .meb-disc-bann > img {
        max-width: 1920px;
        height: 280px;
        margin-left: -38%;
    }
	.membdis-list{
		padding:25px 0;
	}
}
@media screen and (max-width:576px) {
	.meb-disc-bann > img {
		height: 150px;
		margin-left: -44%;
	}
    .membdis-meun {
        margin: 25px -5px;
    }
    .membdis-list {
        padding: 15px 0;
        font-size: 15px;
    }
    .membdis-list i {
        font-size: 50px!important;
        line-height: 50px;
    }
    .membdis-list div {
        margin-top: 15px;
    }
    .membdis-h2 {
        font-size: 20px;
        margin: 30px 20px;
    }
    .membdis-h2 p {
        font-size: 14px;
        line-height:16px;
        margin-top: 10px;
    }
    .ranktable thead tr td,
    .ranktable tbody tr td.ranktable-td1 {
        font-size: 14px;
    }
    .ranktable tbody tr td.ranktable-td2 {
        font-size: 12px;
    }
    .earn-points-list p {
        min-height: 80px;
        font-size: 13px;
        line-height: 16px;
    }
    .earn-points-list a {
        font-size: 14px;
        min-width: 135px;
        padding: 0 15px;
        line-height: 30px;
    }
	.membdis-Coupon-list p {
		font-size: 13px;
		padding-bottom: 5px;
	}
	.membdis-Coupon-list a {
		font-size: 12px;
		padding: 0 10px;
		width: auto;
		margin: 10px 0;
		line-height: 26px;
	}
	.span-Coupon {
		font-size: 10px;
		padding: 0;
		top: 10px;
		left: -44px;
	}
	.membdis-Coupon-list div{
		padding-top:20px;
		line-height:28px;
	}
}


