﻿@charset "utf-8";
/* CSS Document */
.line-break {
    white-space: pre-line;
    word-wrap: break-word;
    word-break: break-all;
}
.menu-list-select .hasChild.open {
    display: block !important;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    font-family: manrope, Arial, sans-serif;
    background: #272727;
    color: #898989;
    color: #898989;
    line-height: 1.5em;
    position: relative;
}

.html-home-page body {
    background: #212121;
}

html, body, fieldset, img, iframe, abbr {
    border: 0;
}

h1, h2, h3 {
    color: #333;
    font-family: "manrope-medium";
}

@font-face {
    font-family: "Helvetica Neue";
    src: url(/fonts/HelveticaNeue-Bold.otf);
}

@font-face {
    font-family: "manrope";
    src: url(/files/manrope-light-4.otf);
}

@font-face {
    font-family: "manrope-medium";
    src: url(/files/manrope-medium-5.otf);
}

li {
    list-style: none;
    float: left;
}

a {
    cursor: pointer;
    text-decoration: none;
}

.container {
    max-width: 1240px;
    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;
}



.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);
    }
}
/*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: 16px;
    cursor: pointer;
    text-decoration: none;
}

.a-btn {
    font-size: 16px;
    display: inline-block;
    padding: 0 25px;
    margin-top: 20px;
    background: #f6031a;
    color: #fff;
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid transparent;
    font-family: "manrope-medium";
}

.but-btn {
    display: block;
    padding: 0 25px;
    background-color: #1cc7dd;
    background: linear-gradient(to top,#0086ac,#2ef1fd 100%);
    color: #fff;
    height: 36px;
    line-height: 34px;
    border-radius: 4px;
    border: 1px solid #21a8b9;
}

.but-btn-line {
    font-size: 16px;
    margin-left: 10px;
    padding: 0 25px;
    line-height: 34px;
    height: 36px;
    color: #1cc7dd;
    background: none;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    border: 1px solid #1cc7dd;
    font-family: "manrope-medium";
}
.btn-shezhi {
    display: inline-block;
    float: right;
    margin-right: 5px;
    padding: 0 15px;
    background-color: #e6a434;
    color: #fff;
    height: 36px;
    line-height: 34px;
    border-radius: 4px;
    border: 1px solid #e6a434;
    position:relative;
}
.btn-shezhi:hover .attributeset_title{
    display:block;
}
.attributeset_title {
    display:none;
    position: absolute;
    top: 40px;
    left: -75px;
    background: #fff;
    padding: 5px 8px;
    z-index: 22;
    border-radius: 4px;
    color: #1a1a1a;
    line-height: 18px;
    font-size: 14px;
    width: 210px;
}
.attributeset_title:after{
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-bottom: 4px solid #fff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    position: absolute;
    top: -4px;
    left: 45%;
}
.a-btn {
    display: inline-block;
    padding: 0 25px;
    background-color: #1cc7dd;
    background: linear-gradient(to top,#0086ac,#2ef1fd 100%);
    color: #fff;
    height: 36px;
    line-height: 34px;
    border-radius: 4px;
    border: 1px solid #21a8b9;
    margin-left: 15px;
    min-width: 125px;
}

.a-btn-line {
    font-size: 16px;
    margin-left: 10px;
    padding: 0 25px;
    line-height: 34px;
    height: 36px;
    color: #1cc7dd;
    background: none;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    border: 1px solid #1cc7dd;
    font-family: "manrope-medium";
}
.but-btn-line:hover,
.a-btn-line:hover {
    background: #1cc7dd;
    color: #fff;
    transition: all 0.5s;
}

.but-btn-card {
    min-width: 148px;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    background: #f6031a;
    font-family: "manrope-medium";
    border: 1px solid transparent;
}

.but-btn-block {
    display: block;
    line-height: 40px;
    height: 42px;
    color: #fff;
    background: #1cc7dd;
    text-align: center;
    width: 100%;
    border-radius: 4px;
    margin-top: 25px;
    font-family: "manrope-medium";
    border: 1px solid transparent;
}

    .but-btn-block:hover {
        background: #23b4c6
    }

.but-link:hover,
.cdkey-buy:hover,
.but-btn:hover,
#productCart .a-btn:hover,
.but-btn-card:hover {
    background: #1cc7dd;
}

.but-link-line:hover {
    background: #f6031a;
    color: #fff;
    transition: all 0.5s;
}



input {
    line-height: 34px;
    height: 36px;
    width: 100%;
    padding: 0 10px;
    color: #666;
    background: #fff;
    outline: 0;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #d2d2d2;
}

select {
    line-height: 34px;
    height: 36px;
    width: 100%;
    padding: 0 10px;
    color: #acacac;
    background: #fff;
    outline: 0;
    font-size: 14px;
    border: 1px solid #272727;
    border-radius: 4px;
}

textarea {
    color: #666;
    border-radius: 4px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #d2d2d2;
    padding: 10px;
}

input::-webkit-input-placeholder {
    color: #d2d2d2;
}

input:focus,
select:focus,
textarea:focus {
    border: 1px solid #5d8388;
    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-top .lab {
    vertical-align: top;
}

.formitm-top .ipt {
    vertical-align: top;
}

.formitm-pd-top .lab {
    vertical-align: top !important;
    padding-top: 10px;
}

.formitm-pd-top .ipt {
    vertical-align: top;
}

.description {
    font-size: 13px;
    line-height: 16px;
    padding-top: 5px;
    color: #dd9058;
}
.description span a{
    color: #E5682F;
}
.input-qua {
    width: 100px !important;
}

.ipt-input {
    width: 100%;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    color: #333;
    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;
    }

.container {
    *zoom: 1
}

    .container: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;
}

.bg-fff {
    background: #fff;
}

.text-center {
    text-align: center;
}



/*product*/
.product-name {
    font-size: 16px;
    color: #bfbfbf;
}

.product-detail {
    font-size: 14px;
    color: #898989;
    margin-bottom: 5px;
}

.product-price {
    font-size: 18px;
    color: #cdcdcd;
    line-height: 20px;
    display: inline-block;
}

.price-line-through {
    text-decoration: line-through;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    margin-left: 5px;
    display: inline-block;
}

@media screen and (max-width:578px) {
    .product-name {
        font-size: 14px!important;
    }

    .product-price {
        font-size: 14px;
    }

    .price-line-through {
        font-size: 12px;
    }
    .btn-shezhi{
        padding:0 10px;
        height:32px;
        line-height:30px;
    }
}











/*margin*/
.mb0 {
    margin-bottom: 0px !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mr-5 {
    margin-right: 5px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 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: #d88d2b;
}

.color-blue {
    color: #2F82FB;
}

.color-red {
    color: #f6031a;
}

.color-pvp {
    color: #1cc7dd;
}

.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;
}

.row {
    *zoom: 1;
}

    .row:before,
    .row:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .row:after {
        clear: both;
    }

.col-3, .col-4, .col-6, .col-8, .col-9, .col-12 {
    float: left;
}
.col-2{
    width:20%;
}
.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-6 {
    width: 50%;
}

.col-8 {
    width: 64%;
}

.col-9 {
    width: 75%;
}

.col-12 {
    width: 100%;
}
@media screen and (max-width:1024px) {
    .col-md-3 {
        width: 25% !important;
    }

    .col-md-4 {
        width: 33.33% !important;
    }

    .col-md-6 {
        width: 50% !important;
    }

    .col-md-12 {
        width: 100% !important;
    }

    .md-none {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .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;
    }

    .col-sm-none {
        display: none !important;
    }

    .sm-none {
        display: none !important;
    }

    .video-player .video-box {
        max-width: 700px;
        height: 450px;
    }
}

@media screen and (max-width:576px) {
    .col-xs-12 {
        width: 100% !important;
        display: block;
    }

    .col-xs-6 {
        width: 50% !important;
    }

    .col-xs-4 {
        width: 33.33% !important;
    }

    .xs-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,
    .formitm-table .lab,
    .formitm-table .ipt {
        display: block;
        vertical-align: top ;
        width: 100%!important;
    }
    .formitm-table .lab {
        text-align: left !important;
        font-size: 14px !important;
        margin-bottom: 5px !important;
    }

    .formitm-pd-top .lab {
        padding-top: 0px !important;
    }

    .m-leftMenu {
        top: 50px;
        min-height: 780px;
    }

    .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;
        width:90px;
    }

    .advlong-default {
        display: none;
    }

    .but-btn {
        padding: 0 10px;
        height: 32px;
        line-height: 30px;
        font-size: 14px;
    }

    .but-btn-line {
        padding: 0 15px;
        height: 32px;
        line-height: 30px;
        font-size: 14px;
    }
}
@media screen and (max-width:320px) {
    .but-btn, .btn-shezhi {
        padding: 0 6px;
    }
}





/*header*/
header {
    background: #121212;
    position: relative;
}
.header-box {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
header .header-box {
    position: relative;
}
.pvpbank-logo {
    display: inline-block;
    width: 150px;
    margin-top: 25px;
    float: left;
}
.pvpbank-logo img{
    display:block;
}
.game-menu-link {
    display: inline-block;
    text-transform: capitalize;
    padding: 15px 13px;
    background:#303434;
    color:#fff;
    height:50px;
}
.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;
}
.header-nav {
    float:left;
    margin-left:15px;
}
.header-nav > li {
    padding: 0 18px;
    position: relative;
    line-height:80px;
    height:80px;
    color:#fff;
}
.header-nav > li:hover{
    background: #5c5f63;
}
.header-nav > li > a{
    text-transform:capitalize;
    color: #a5a5a5;
    font-size:16px;
    font-family: manrope, Arial, sans-serif;
}
.header-nav > li:hover > a {
    color: #ccc;
}
.header-nav > li > a.menu-tit-box i{
    font-size:30px!important;
}
.header-nav > li:hover .menu-list {
    display: block!important;
}
.menu-list {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    color: #a5a5a5;
    background: #5c5f63;
    width: 688px;
    z-index: 100;
    border-radius: 0 0 5px 5px;
    padding: 10px 0;
    text-align: left;
}
.more-menu .menu-list {
    width: 228px;
}
.menu-list li a {
    width: 228px;
    line-height: initial;
    padding: 10px;
    color: #d6d6d6;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.menu-list li a:hover {
    background: #333;
    color:#1cc7dd;
}
.header-right li {
    position: relative;
}
.header-right li .header-right-link {
    height: 80px;
    border-right: 1px solid #292929;
    text-align: center;
    position: relative;
    z-index: 9;
    cursor: pointer;
    padding: 20px 15px 0 15px;
    font-size: 12px;
    color: #a5a5a5;
    display: block;
}
.header-right li .header-right-link:hover{
    color:#ccc;
}
.header-right li i {
    width: 18px;
    height: 18px;
    font-size: 18px!important;
    text-align: center;
    vertical-align: middle;
    display:inline-block;
}
.header-shopping-li{
    display:none;
}
.header-shopping span {
    background: #f66c03;
    color: #fff;
    border-radius: 50%;
    min-width: 16px;
    text-align: center;
    line-height: 12px;
    position: absolute;
    top: 18px;
    right: 16px;
    display: block;
    padding: 3px;
}
.log-reg{
    width:118px;
}
.log-reg-link {
    padding: 0 15px;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 33;
    width:max-content;
}
.log-reg-link a{
    color: #a5a5a5;
    font-size:12px;
}
.log-reg-link a:hover {
    color: #ccc;
    text-decoration: underline;
}
.header-right-menu {
    position: absolute;
    top: 80px;
    right: 50%;
    color: #cdcdcd;
    background: #5c5f63;
    padding: 15px 0;
    width: 260px;
    z-index: 55;
    display: none;
    margin-right: -130px;
    text-align: left;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 7px 12px 0 rgba(0,0,0,.2);
    box-shadow: 0 7px 12px 0 rgba(0,0,0,.2);
}
.header-right-menu select{
    color:#666;
    border: 1px solid #434548;
}
.language-list{
    margin:8px 15px;
}
.language-list span {
    color: #cdcdcd;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}
.header-right-menu .but-btn {
    margin: 15px auto;
}
.header-right li:hover .header-right-menu {
    display: block;
}
.header-right li:hover{
    background: #5c5f63;
}
.header-search-link:hover {
    color: #ccc;
}
.head-level {
    font-weight: bold;
    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;
}
.nav-account:hover .nav-account-cont {
    display: block;
}
.header-right-menu a {
    display: block;
    padding: 0 15px;
    line-height: 40px;
    box-sizing: border-box;
    color: #cdcdcd;
    text-align: left;
    text-transform: capitalize;
}
.header-right-menu a i {
    margin-right: 10px;
    vertical-align: top;
}
.header-right-menu a img{
    margin-top:15px;
}
.header-right-menu a span {
    margin-left: 5px;
    background: #79a4c3;
    border-radius: 4px;
    padding: 0 5px;
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
    line-height: 20px;
}
.header-right-menu .log-out-link {
    border-top: 1px solid #828282;
    margin-bottom: 5px;
}
.header-right-menu a:hover {
    background: #333;
    color: #fff;
}
/*game-menu*/
.position-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 499;
}
.game-menu {
    float: left;
    display:none;
}
.game-menu:hover .game-menu-box {
    display: block;
}
.game-menu:hover .game-menu-link{
    background: #fff;
    color:#000;
    font-weight:bold;
}
.game-menu-box {
    display: none;
    max-width: 880px;
    width: 100%;
    padding:10px 0;
    background-color: #fff;
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 102;
    overflow: hidden;
    text-align: left;
    -webkit-box-shadow: 0 10px 12px 0 rgba(0,0,0,.2);
    box-shadow: 0 10px 12px 0 rgba(0,0,0,.2);
}
.game-menu-box>div {
    clear: both;
    padding: 0 15px;
    font-size: 20px;
    line-height: 40px;
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
}
.game-menu-box>div>a{
    color:#000;
}
.game-menu-box h3 {
    text-transform: capitalize;
    font-size: 20px;
    font-family: manrope, Arial, sans-serif;
    font-weight: bold;
    color: #000;
}
.game-menu-box h3 i{
    float:right;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.menu-list-select div {
    float: left;
    display: inline-block;
    padding: 2px 0;
}
.menu-list-select a {
    line-height: 30px;
    font-size: 15px;
    display: block;
    color: #333;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 320px;
    text-transform: capitalize;
}
.menu-list-select a i{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 14px !important;
    display: inline-block;
    background: #b1cfe1;
    width: 6px;
    height: 6px;
    margin-right: 8px;
    margin-top: -4px;
    vertical-align: middle;
    border-radius: 2px;
    margin-left:10px;
}
.menu-list-select a:hover {
    color: #1b3b4c;
    background: #e1f0f9;
    border-radius:3px;
}
.menu-list-select a:hover i {
    background: #8e8e8e;
}
.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;
    }
}

.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);
}
/*head-search */
.head-search {
    float: left;
    display: none;
    width: 504px;
    border: 2px solid #f6031a;
    height: 40px;
    position: relative;
    border-radius: 4px;
}
.head-search input {
    background: #fff;
    outline: none;
    border: 0;
    width: 420px;
    color: #666;
    height: 36px;
    line-height: 36px;
}
.head-search button {
    width: 80px;
    outline: none;
    color: #fff;
    background: #f6031a;
    border-radius: 0 3px 3px 0;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: -2px;
    top: -2px;
    font-size: 20px;
}
@media screen and (max-width:1024px) {
    .pvpbank-logo{
        margin-left:10px;
    }
    .header-nav > li {
        padding: 0 10px;
    }
    .header-right li .header-right-link {
        padding: 20px 10px 0 10px;
    }
    .log-reg {
        width: 108px;
    }
    .log-reg-link{
        padding:0 10px;
    }
    .header-nav > li:first-child{
        display:none;
    }
}
 
@media screen and (max-width:768px) {
    .pvpbank-logo{
        margin:12px 15px;
    }
    .header-nav {
        display: none;
    }
    .game-menu {
        display: block;
    }
    .m-leftMenu {
        background: #fff;
        left: -1000px;
        top: 50px;
        display: block;
        width: 100%;
        min-height:970px;
        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;
        border-radius:0;
    }
    .m-leftMenu.menu-open {
        left: 0;
    }
    .menu-list-select .hasChild {
        display: none !important;
        width: 100%;
        float: none;
    }
    .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;
    }
    .header-shopping-li {
        display: block;
    }
    .header-right li .header-right-link {
        height: 50px;
        padding: 13px 15px 0 15px;
        width:auto;
    }
    .header-right-menu {
        top:50px;
        right: 0;
        margin-right: -50px;
    }
    .header-shopping span {
        top: 8px !important;
        right: 2px !important;
    }
    .head-level{
        display:inline-block;
    }
    .header-cart-cont {
        top: 50px;
        bottom: inherit !important;
        right: -98px !important;
        border-radius: 0 !important;
    }
    .header-cart-cont>p>a.a_close{
        display:block!important;
    }
}
@media screen and (max-width:576px) {
    .pvpbank-logo {
        width: 120px;
        margin:14px 15px;
    }
    .header-search-link {
        font-size: 20px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin-top: 15px;
    }
    .header-right li .header-right-link{
        padding:13px 10px 0 10px;
    }
    .header-right-menu{
        margin-right:-38px;
    }
    .header-shopping span {
        top: 6px !important;
        right: 0px !important;
    }
    .header-cart-cont {
        position: fixed !important;
        width: 100% !important;
        right: 0 !important;
    }
}




/*banner-box*/
.banner {
    position: relative;
    background: #212121;
    padding: 30px 0;
}
.banner-box {
    max-width: 1240px;
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    display: block;
    margin:0 auto;
    border-radius:4px;
}
.banner-box ul{
    height:400px;
}
.banner-box li{
    width:100%;
    height:100%;
}
.banner-img img {
    width: 100%;
    height: 100%;
}
.banner-box:hover .btn-left, 
.banner-box:hover .btn-right {
    display: block;
    transition: all 0.5s;
}
.banner-box .btn {
    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: #000;
    display: inline-block;
    opacity: .4;
    transition: all 0.5s;
}
.banner-box .btn span.on {
    width: 14px;
    height: 14px;
    background: #fff;
    opacity: .7;
}
.banner-box .btn-right, 
.banner-box .btn-left {
    position: absolute;
    left: 4%;
    top: 40%;
    background: 0 0;
    border: 0;
    opacity: .4;
    display:none;
    z-index:100;
}
.banner-box .btn-right {
    left: auto;
    right: 4%;
}
.banner-box .btn-right:hover,
.banner-box .btn-left:hover {
    opacity: .9;
}
.trustpilot-p{
    position:relative;
}
.trustpilot-p>a{
    display: block;
    width: 100%;
    min-height: 100%;
    z-index:480;
}
.trustpilot-p>a>img{
    margin:0 auto;
    display: block;
}
.trustpilot-p iframe{
    min-height:auto;
}
.home-game{
    margin-bottom: 30px !important;
    margin: 0 -5px;
}
.home-game li{
    width:16.66%;
    padding:5px;
}
.home-game a {
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display:flex;
    height:90px;
    padding:15px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    line-height: 22px;
    color: #a5a5a5;
    background:#333;
    border-radius:4px;
}
.home-game a:hover{
    background:#353535;
    color:#fff;
}
.home-game a .iconfont{
    font-size: 30px!important;
}
@media screen and (max-width:1024px) {
    .container {
        padding: 0 15px!important;
    }
    .banner{
        padding-top:0px;
    }
    .banner-box{
        border-radius:0px;
    }
}
@media screen and (max-width:768px) {
    .banner {
        padding: 0px;
    }
    .banner-box,.banner-box ul {
        height: 286px;
    }
    .home-game{
        display:none;
    }
    .footer {
        padding: 20px 0 70px 0;
    }
    .footer-nav > a {
        font-size: 16px;
    }
}

@media screen and (max-width:567px) {
    .banner-box, .banner-box ul {
        height: 170px;
    }
    .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-news*/
.home-ew-er{
    margin-top:80px;
}
.ew-er {
    display: flex;
}
.ew-er>div{
    align-items: stretch;
    flex-wrap: wrap-reverse;
    max-height: 647px;
    overflow: hidden;
}
.home-reviews {
    color: #666;
    background-color: #191919;
}
.home-reviews .trustpilot-p{
    background: #5c5f63;
}
.home-reviews .trustpilot-p>a{
    
}
.home-reviews ul{
    padding:0 20px;
}
.home-reviews ul li{
    padding:15px 0px;
    border-bottom:1px solid #333;
    width:100%;
}
.reviews-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #565b5f;
    margin-right: 15px;
}
.reviews-img img{
    width:100%;
    height:100%;
}
.home-reviews ul li .f-fl > div {
    color: #a5a5a5;
}
.home-reviews ul li time {
    font-size: 12px;
}
.home-reviews p {
    clear: both;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
    font-size: 12px;
}
.home-news {
    margin-left: 30px;
    background: #5c5f63;
    padding: 10px 20px;
}
.home-news li{
    padding:15px 0;
    border-bottom:1px solid #333;
}
.home-news li:last-child{
    border-bottom:0;
}
.home-news-img{
    background:#212121;
    width:100%;
    height:126px;
}
.home-news-img img{
    width:100%;
    height:100%;
}
.home-news-txt {
    margin-left: 20px;
    color: #adaeaf;
}
.home-news-txt div{
    color:#d4d7d7;
    font-size:16px;
    margin-bottom:15px;
}
.home-news-txt p{
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    width:100%;
}
.home-news-txt time{
    font-size:12px;
}
@media screen and (max-width:578px) {
    .home-ew-er{
        margin-top:50px;
    }
    .ew-er {
        display: block;
    }
    .home-reviews {
        border-bottom: 1px solid #333;
    }
    .home-news {
        margin: 0;
        padding: 0 10px;
    }
    .home-news-img{
        height:90px;
    }
    .home-news-txt {
        margin-left: 10px;
    }
    .home-news-txt div{
        font-size:14px;
        margin-bottom:10px;
    }
    .home-news-txt time{
        float:none;
        font-size:12px;
    }
    .home-news-txt p {
        font-size: 12px;
        line-height: 16px;
    }
}



/*txtwrap-box*/
.nside-txtwrap-box .trustpilot-p {
    background: #fff;
    margin-top: 20px;
}
.html-home-page .nside-txtwrap-box .trustpilot-p {
    display: none;
}
.nside-txtwrap-box {
    margin: 80px 0;
}
.txtwrap-box {
    margin:0 -15px !important;
    display: flex;
}
.txtwrap {
    color:#d6d6d6;
    margin:0 15px;
    background: #191919;
    padding: 20px 20px 30px;
    align-items: stretch;
    flex-wrap: wrap-reverse;
    text-align: center;
    height: 100%;
}
.txtwrap img {
    margin:0 auto;
    display:block;
    width:auto!important;
}
.txtwrap h2 {
    font-size: 16px;
    font-weight:lighter;
    margin-top: 8px;
    color:#d6d6d6;
}
.txtwrap div {
    font-size:12px;
    margin-top: 10px;
    line-height: 20px;
}
.footer-bg,.member-bg{ 
    position:absolute;
    bottom:0;
    left:0;
    max-width:1920px;
    width:100%;
    z-index:-1;
   
}
@media screen and (max-width:1024px) {
    .txtwrap-box{
        margin:0 -10px!important;
    }
    .txtwrap {
        margin: 0 10px;
    }
    .txtwrap img {
        width: 60px;
    }
}

@media screen and (max-width:768px) {
    .txtwrap-box{
        display:block;
    }
    .txtwrap {
        height:189px;
        margin: 5px 10px;
    }
   .txtwrap img {
        display: none;
    }
   .txtwrap h2{
       color: #1cc7dd;
   }

}

@media screen and (max-width:578px) {
    .nside-txtwrap-box{
        margin:50px 0;
    }
    .txtwrap {
        padding: 15px 10px;
        height: auto !important;
    }
    .txtwrap h2 {
        line-height:16px;
        margin-top: 0px;
    }
    .txtwrap div {
        color:#898989;
        font-size: 12px !important;
        line-height:18px;
    }
    .footer-bg, .member-bg {
        display: none;
    }
}


/*footer*/
.footer-menu {
    color: #737373;
    background: #1a1a1a;
    padding: 30px 0;
}
.Pay-Method-list {
    max-width: 304px;
    width: 100%;
    float: right;
}
.foot-Pay-Method .container {
    padding: 0 !important;
}
.Pay-Method img {
    width: auto;
    max-width: 90px;
    max-height: 28px;
    display: inline-block;
    margin:3px;
    vertical-align: middle;
    background: #fff;
    border-radius: 3px;
    padding: 4px;
    float: left;
}
.footer-nav {
    float: left;
}
.footer-nav li{
    margin-right: 60px;
}
footer h4 {
    color: #c9c9c9;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: lighter;
    text-transform: capitalize;
}
.footer-nav li div a,
.contact-us-list div{
    color: #737373;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.contact-us-list div a{
    color:#999;
    padding-left:3px;
}
.contact-us-list div a:hover{
    text-decoration:underline;
}
.head-socials {
    clear: both;
}
.contact-us-list .head-socials a {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 26px;
    font-size: 14px;
    margin: 0 3px;
    padding-left:0;
}
.head-socials a:hover {
    mix-blend-mode: hard-light;
    text-decoration:none;
}
.facebook-link {
    background: #3258ac;
}
.twitter-link {
    background: #d64643;
}
.youtube-link {
    background: #1ab2e8;
}
.copyright {
    padding: 20px 0;
    font-size: 12px;
    clear: both;
    line-height: 22px;
    text-align: center;
}
.copyright a {
    color: #cdc8bd;
    margin: 0 5px;
}
.footer-nav-list div a:hover,
.copyright > a:hover {
    text-decoration:underline;
}
.chat-now {
    position: fixed;
    top: 40%;
    right: 30px;
    width: 95px;
    height: auto;
    z-index: 480;
    display: inline-block;
}
.block-sidebar {
    position: fixed;
    right:60px;
    bottom:5%;
    z-index: 480;
    display: inline-block;
}
.block-sidebar>li{
    float:none;
    margin-bottom:10px;
    position:relative;
}
.block-sidebar>li>a{
    display:block;
    font-size:20px;
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    color:#fff;
    background:#1cc7dd;
    border-radius:4px;
}
.sales {
    display: none;
    position: absolute;
    right: 38px;
    top: 0;
    color: #333;
    background: #fff;
    border: 1px solid #bebebe;
    font-size: 16px;
    line-height: 38px;
    padding: 0 10px;
    border-radius: 4px 0 0 4px;
    z-index: -1;
    white-space: nowrap;
}
.block-sidebar li.block-sidebar-li:hover a {
    border-radius: 0 4px 4px 0;
    background: #1cc7dd;
}
.block-sidebar li:hover > a {
    background: #1cc7dd;
}
.block-sidebar li:hover .sales {
    display: block;
}
.top-icon {
    transform: rotate(180deg);
    border-radius:4px!important;
}
.block-sidebar li a.top-icon:hover {
    background:#888;
}
.block-sidebar li:hover .header-cart-cont {
    display: block
}
.header-cart-cont {
    display:none;
    position: absolute;
    bottom: -50px;
    right:40px;
    background: #fff;
    z-index: 45;
    border-radius:5px ;
    overflow:hidden;
    box-shadow: 0 6px 7px 0 rgba(0,0,0,.2);
    width: 300px;
    line-height: initial;
    text-align: left;
}
.header-cart-cont>p{
    background: rgb(92,95,99);
    padding: 8px 10px;
    color: #ffffff;
}
.header-cart-cont>p>a{
    color:#1cc7dd;
}
.header-cart-cont .icon-ziyuan{
    margin-right:3px;
    color:#f5f5f5;
    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 ul{
    max-height:550px;
    overflow-y:auto;
}
.header-cart-cont li{
    padding:10px;
    width:100%;
    border-bottom:1px solid #f4f4f4;
}
.header-cart-cont li:last-child{
    border-bottom:none;
}
.header-cart-img {
    display: block;
    width: 45px;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 2px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-cart-img img{
    max-height:100%;
    max-width:100%;
}
.header-cart-name {
    width: calc(100% - 45px);
    padding-left: 5px;
}
.header-cart-name p{
    font-size: 14px;
    color: #666;  
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.header-cart-price {
    font-family: "manrope-medium";
}
.header-cart-price span{
    color:#f6031a;
}
.header-cart-price .but-remove{
    margin-top: 0px;
    float: right;
    color: #999;
}
.header-cart-btn {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #e6e6e6;
}
.header-cart-btn span {
    color: #f6031a;
    font-family: "manrope-medium";
}
.header-cart-btn a{
    float: right;
    background:#1cc7dd;
    padding: 3px 8px;
    color: #fff!important;
    border-radius: 4px;
    font-family: "manrope-medium";
    font-size: 12px;
}
.header-shopping {
    position: relative;
    color: #fff;
    font-size: 25px;
    display: block;
}
.header-shopping > span {
    background: #f6031a;
    color: #fff;
    border-radius: 50%;
    min-width: 16px;
    text-align: center;
    line-height: 12px;
    position: absolute;
    top: -10%;
    right: -9px;
    display: block;
    font-size: 12px;
    padding:3px;
}
.header-shopping>div{
    display:none;
}
@media screen and (max-width:1024px) {
    .foot-Pay-Method img {
        max-height: 30px;
    }
}

@media screen and (max-width:768px) {
    .foot-Pay-Method img {
        max-height: 25px;
    }
    .footer-msg {
        text-align: center;
        font-size: 12px;
        line-height:18px;
        border-top: 1px solid #676767;
        padding-top: 10px;
    }
    .block-sidebar, .footer .trustpilot-p {
        display: none;
    }
    .footer-nav-list div{
        margin-bottom:0;
    }
    .footer-left {
        margin-bottom: 25px;
    }
}

@media screen and (max-width:578px) {
    .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 .footer-nav-list {
        margin-right: 23px !important;
        margin-top: 10px;
    }
    .contact-us-list{
        margin:10px 0;
    }
    .Pay-Method-list {
        float: left;
        max-width:initial;
    }
    .footer-msg {
        padding-top: 0;
        border: 0;
    }
    .chat-now {
        top: 75%;
        width: 68px;
        right: 10px;
    }
}
@media screen and (max-width:360px) {
    .footer-nav .footer-nav-list {
        margin-right: 18px !important;
    }
}
@media screen and (max-width:320px) {
    .footer-nav .footer-nav-list {
        margin-right: 5px !important;
    }
}


/*home*/
.hot-game{
    display:none!important;
}
.home-column {
    padding-top: 80px;
    background: #272727;
}
.h2-column {
    display: none;
    text-align: center;
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: normal;
}
.middlead_list ul li a img{
    display: block;
}
.middlead_list .btn,
.middlead_list button{
    display:none;
}
.home-column-items {
    padding-bottom: 70px;
}
.home-column-box {
    margin: -10px;
}
.home-project-theme{
    width:40%;
    padding:10px;
}
.home-project-theme img{
    width:100%;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(85,85,85,0.6);
    box-shadow: 0px 5px 5px 0px rgba(85,85,85,0.6);
    overflow: hidden;
    display: block;
}
.home-column-gold .home-project-theme img {
    height: 343px;
}
.home-column-box li {
    width: 20%;
}
.home-a-btn {
    margin: 10px;
    background-color: #353535;
    display: block;
   /* -webkit-box-shadow: 0px 5px 5px 0px rgba(85,85,85,0.6);
    box-shadow: 0px 5px 5px 0px rgba(85,85,85,0.6);*/
    overflow: hidden;
}
.home-a-btn:hover{
    -webkit-box-shadow: 0px 5px 5px 0px rgba(85,85,85,0.2);
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
}
.home-list-img {
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-list-info {
    background: #1a1a1a;
    padding: 15px 15px 20px;
    text-align: center;
}
.home-list-info .product-name {
    color: #bfbfbf;
    margin-bottom: 15px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #2f2f2f;
    height: 50px;
}
.home-list-info .product-price{
    color: #1cc7dd;
}
.home-list-info .price-line-through {
    display: inline-block;
    margin-left: 5px;
}
.home-column-cdk .home-project-theme img {
    height: 440px;
}
.home-column-cdk .home-list-img {
    height: 320px;
    overflow: hidden;
}
.feed-tab {
    background: #353535;
    text-align: center;
    margin:0 0 20px 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 #424242;
}
.feed-tab li a{
    border-radius: 50px;
    line-height: 30px;
    font-size: 16px;
    padding: 0 15px;
    display: inline-block;
    color: #cdcdcd;
}
.feed-tab li:last-child{
    border-right:none;
}
.feed-tab li:after{
    border-right:1px solid #333;
}
.feed-tab li.active a{
    background: #1cc7dd;
    color:#1a1a1a;
    font-weight:bold;
}
.home-column-items .home-project-theme img {
    height: 291px;
}
.home-column-items .home-list-img{
    padding:20px;
    height:170px;
}
.home-column-items .home-list-img img {
    max-width:100px;
    max-height:100%;
    border-radius: 4px;
}
@media screen and (max-width:1024px) {
    .home-column-gold .home-project-theme img {
        height: 296px;
    }
    .home-column-cdk .home-project-theme img {
        height: 400px;
    }
    .home-column-cdk .home-list-img {
        height: 280px;
    }
}
@media screen and (max-width:768px) {
    .home-column {
        padding-top: 50px;
    }
    .h2-column {
        display:block;
    }
    .home-column-items {
        padding-bottom: 50px;
    }
    .home-column-box {
        display: flex;
        overflow: scroll;
    }
    .home-project-theme{
        display:none;
    }
    .home-column-box li{
        width: 220px;
        flex-direction: column;
        flex-shrink: 0;
        scroll-snap-align: start;
        display: flex;
    }
    .home-a-btn{
        margin:5px;
    }
    .home-column-cdk .home-list-img {
        height: 298px;
    }
}
@media screen and (max-width:578px) {
    .home-column-box li {
        width:155px;
    }
    .home-list-info {
        padding: 10px 10px 15px;
    }
    .home-list-info .product-name {
        height: 40px;
        font-size: 12px;
        line-height:18px;
    }
    .home-column-cdk .home-list-img {
        height: 226px;
    }
    .home-column-items .home-list-img {
        padding: 15px;
        height: 150px;
    }
    
}







/*prod-cate*/
.content-main.main-mt20 {
    margin-top: 20px;
}
.main-game-cate .content-main {
    margin-top: 13px;
}

.crumb-nav {
    margin: 20px 0;
}
.crumb-nav a {
    font-size: 12px;
    color: #898989;
    text-transform: capitalize;
}
.crumb-nav a:hover {
    color: #1cc7dd !important;
}
.crumb-nav a .iconfont {
    margin-right: 3px;
}
.crumb-nav span {
    padding: 0 6px;
}



/*prod-cate*/
.prod-cate {
    margin: -15px;
}
.prod-cate li {
    margin: 15px 0;
}
.prod-cate-rs li{
    width:33.33%;
}
.prod-cate-rs li img{
    display:block;
}
.prod-cate-rs li .prod-cate-a{
    padding:20px 5px;
    display:block;
}
.prod-cate-bg {
    margin: 0 15px;
    background: #333;
    overflow: hidden;
    box-shadow: 0px 3px 13px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 3px 13px rgba(0,0,0,0.30);
}
.prod-cate-bg > div {
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    height: 84px;
}
.prod-cate-img {
    padding: 20px;
    background: #191919;
}
.prod-cate-img img{
    max-height:100%;
    max-width:100%!important;
    width:initial!important;
    display:inline-block;
}
.prod-cate-a {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    color: #cdcdcd;
}
.prod-cate-a:hover {
    color: #efefef;
    text-decoration: underline;
}
.prod-cate-main {
    position: relative;
}
.prod-cate-nav {
    background: #191919;
    display: flex;
    flex-wrap: wrap;
}
.prod-cate-nav li {
    min-width: 120px;
    width: 10%;
    padding: 15px 10px;
    text-align: center;
    align-items: stretch;
}
.prod-cate-nav li.check {
    background: #333;
    font-weight: bold;
}
.prod-cate-list {
    text-align: center;
    line-height: 20px;
    color: #bfbfbf;
    display: block;
}
.prod-cate-list img {
    width: 50px;
    padding: 0;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}
.prod-cate-list div {
    font-size: 13px;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    line-height: 20px;
    margin-top: 8px;
    height: 36px;
}
.prod-cate-nav li.check .prod-cate-list,
.prod-cate-list:hover .prod-cate-list {
    text-decoration: none;
    color: #fff;
}
.m-prod-cate-check {
    display: none;
    padding: 8px 15px;
    background: #484848;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    color: #e1e1e1;
    font-family: "manrope-medium";
}
.m-prod-cate-check img {
    width: 34px;
    vertical-align: top;
    margin-right: 5px;
}
.m-prod-cate-check .iconfont {
    float: right;
}
.content-main-filter .container {
    background: #353535;
    padding: 25px 15px;
    box-shadow: 0px 5px 11px 1px #252525;
    -webkit-box-shadow: 0px 5px 11px 1px #252525;
}
.m-sel-server .cell-tit {
    line-height: 20px;
    vertical-align: middle;
}
.cell-tit {
    color: #898989;
    display: table-cell;
    min-width: 180px;
    vertical-align: top;
    margin-right: 15px;
    line-height: 36px;
    font-size: 16px;
}

.m-sel-box {
    width: 260px;
    display: table-cell;
    vertical-align: middle;
}
.m-sel-box select {
    color: #bfbfbf;
    background: #484848;
    border: 1px solid #6d6d6d;
}
.sec-cate {
    margin: -5px -10px 5px 0;
}
.sec-cate > li {
    position: relative;
}
.sec-cate > li > div {
    line-height: 30px;
    height:32px;
    color: #898989;
    display: inline-block;
    font-size: 15px;
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid #6d6d6d;
    margin: 3px;
}
.sec-cate > li > div a{
    color: #898989;
}
.sec-cate > li > div:hover {
    color: #1cc7dd;
    transition: all 0.5s;
    border: 1px solid #1cc7dd;
}
.sec-cate > li > div:hover a {
    color: #1cc7dd;
}
.sec-cate > li:hover .sec-cate-child {
    display: block;
}
.sec-cate > li > div.sec-cate-check {
    color: #1cc7dd;
    border: 1px solid #1cc7dd;
}
.sec-cate > li > div.sec-cate-check a {
    color: #1cc7dd;
}
.sec-cate-child {
    display: none;
    position: absolute;
    top: 35px;
    left: 3px;
    z-index: 22;
    background: #fff;
    border-radius: 4px;
    padding: 10px 0;
    min-width: 120px;
}
.sec-cate-child li {
    display: block;
    float: none;
    position:relative;
    padding:0 20px 0 15px;
}
.sec-cate-child a {
    line-height: 36px;
    display: block;
    color: #333;
    white-space: nowrap;
}
.sec-cate-child li i{
    position:absolute;
    top:8px;
    right:5px;
    color:#d2d2d2;
    display:block;
}
.sec-cate-child li:hover{
    color:#3e65be;
    background: #a3a3a3;
}
.sec-cate-child li:hover>a{
    color:#fff;
}
.sec-cate-child-3 {
    display: none;
    position: absolute;
    right: 0;
    width: 160px;
    background: #fff;
    top: 0;
    border: 1px solid #dcdcdc;
    border-left: 0;
    z-index: 55;
    margin-right: -160px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0 4px 4px 0;
}

.sec-cate-child li:hover .sec-cate-child-3 {
    display: block;
}




/*sel-server*/
.new-wolrd-Description {
    padding: 15px;
    background: #5c5f63;
    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: #1cc7dd;
    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:#1cc7dd;
    text-decoration:underline;
}
.new-wolrd-Description a:hover{   
    font-weight:bold;
}
.sel-server-item {
    margin:-3px -4px;
    clear:both;
}

.sel-server-item a {
    min-width: 36px;
    padding: 0 11px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    color:#cdcdcd;
    border: 1px solid #898989;
    font-size: 16px;
    margin:3px 4px;
}

.sel-server-item li a:hover {
    color: #1bc4dc;
    border: 1px solid #1bc4dc;
    background: #191919;
}

.sel-server-item li a.active {
    color: #1bc4dc;
    border: 1px solid #1bc4dc;
    background: #191919;
}

.sel-server-box {
    background: #333;
    display: table;
    width: 100%;
    margin-top: 20px;
}

.sel-server-tit {
    display: table-cell;
    width: 10%;
    vertical-align: top;
    padding: 20px 12px;
    text-align: center;
    color: #cdcdcd;
    font-weight: bold;
}

.sel-server-tit img {
    width: 80px;
    height: auto;
    margin: 0 auto 5px;
    display: block;
}

.sel-server-tit h3 {
    text-align: center;
    background: #ccc;
}

.sel-server-cont {
    display: table-cell;
    width: 90%;
    vertical-align: top;
    border-left: 1px solid #464444;
    padding: 20px;
}

.sel-server-cont a {
    margin-right: 20px;
    width: 246px;
    display: inline-block;
    line-height: 20px;
    color: #898989;
    padding: 5px 0;
    vertical-align: top;
}

.sel-server-cont a:hover {
    color: #1bc4dc;
}

.m-menu-short {
    margin: 20px 0;
    background: #353535;
    padding: 15px 15px;
    box-shadow: 0px 5px 11px 1px #252525;
    -webkit-box-shadow: 0px 5px 11px 1px #252525;
    border: 1px solid #4f4f4f;
}

.order-by select {
    width: 160px;
    display: inline-block;
    color: #bfbfbf;
    background: #484848;
    border: 1px solid #6d6d6d;
    height: 32px;
    line-height: 30px;
    margin-left: 5px;
}

.sel-category {
    float: left;
}
.sel-category a {
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #c6d5ec;
    display: inline-block;
    padding: 0 10px;
    background: #e8f1ff;
    font-weight: bold;
    color: #3e65be;
}
.sel-category a:hover {
    color:#e06327;
}
.item-search {
    float: right;
    position: relative;
}
.item-search input {
    display: inline-block;
    width: 260px;
    height: 32px;
    line-height: 30px;
    padding-right: 40px;
    color: #bfbfbf;
    background: #484848;
    border: none;
}
.item-search button {
    position: absolute;
    top: 1px;
    right: 1px;
    display: inline-block;
    background: none;
    height: 32px;
    line-height: 30px;
    text-align: center;
    width: 40px;
    vertical-align: top;
    border: 0;
    font-size: 14px;
    color: #bfbfbf;
}
.item-search button:hover {
    color: #3e85ff;
}

@media screen and (max-width: 1024px) {
    .content-main-filter .container {
        padding: 20px 15px !important;
    }
    .product-main {
        margin: 30px -15px 0 -15px;
        border-width: 0 0 1px 0;
    }
    .the_elder_scrolls_online .prod-cate-nav li {
        min-width: 150px;
    }
}

@media screen and (max-width: 768px) {
    .content-main {
        margin-top: 30px;
    }
    .content-main-filter {
        padding: 0 15px;
    }
    .m-prod-cate-check {
        display: block;
    }
    .prod-cate-nav {
        display: none;
        position: absolute;
        top: 53px;
        left: 15px;
        width: calc(100% - 30px);
        z-index: 11;
        padding-bottom: 10px;
        box-shadow: 0 3px 6px 0px #1d1d1d;
        -webkit-box-shadow: 0 3px 6px 0px #1d1d1d;
    }
    .prod-cate-list {
        text-align: left;
    }
    .prod-cate-nav li {
        padding: 10px;
    }
    .prod-cate-nav li.check {
        background: none;
        font-weight: unset;
    }
    .prod-cate-nav li.check .prod-cate-list {
        color: #bfbfbf;
    }
    .prod-cate-list img {
        width: 30px;
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 0px;
        vertical-align: middle;
    }
    .prod-cate-list div {
        display: inline-block;
        height: auto;
        line-height: 30px;
        margin: 0;
    }
    .sel-server-tit {
        width: 18%;
    }
    .prod-cate-rs li {
        width: 50%;
    }
}

@media screen and (max-width: 578px) {
    .crumb-nav{
        margin:12px 0;
    }
    .cell-tit {
        display: inline-block;
    }
    .sel-server-tit {
        display: none;
    }
    .sec-cate > li > a{
        font-size:14px;
        line-height:30px;
    }
    .order-by {
        margin-bottom: 5px;
    }
    .item-search{
        float:left;
    }
    .prod-cate-rs li {
        width: 100%;
    }
    .sel-server-box{
        display:block;
    }
    .sel-server-cont a{
        width:100%;
        margin-right:0;
    }
}


/*game-info*/
.game-info {
    margin-top: 80px;
    clear: both;
    overflow: hidden;
    background-color: #191919;
}
.game-info-img {
    align-items: stretch;
    flex-wrap: wrap-reverse;
    text-align: center;
    height: 100%;
}
.game-info-txt {
    align-items: stretch;
    flex-wrap: wrap-reverse;
    text-align: center;
    height: 100%;
}
.game-info-img img {
    width: 100%;
    height: 100%;
    display: block;
    padding:20px 30px 20px 20px;
}
.game-info-txt h1 {
    color: #e9e9e9;
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 15px;
    display: block;
}
.game-info-txt-cont {
    font-size: 16px;
    line-height: 26px;
    color: #cdcdcd;
    padding:20px;
    text-align:left;
}
.game-info-txt-cont .game-info-txt-cont{
    padding:0;
}
.game-info-txt-cont h3{
    color:#1cc7dd;
    margin-top: 15px;
}
.game-info-txt-cont p{
    padding-bottom:10px;
}
.game-info-txt-cont a{
    color:#1cc7dd;
}
.product-section-title{
    padding-bottom:20px;
}
@media screen and (max-width:768px) {
    .game-info-txt {
        width: 350px;
    }
}
@media screen and (max-width:576px) {
    .game-info{
        margin-top:50px;
    }
    .game-info-txt h1{
        font-size:16px;
    }
    .game-info-img {
        display: none;
    }
    .game-info-txt-cont{
        font-size:14px;
        line-height:22px;
        padding:15px;
    }
}


/*gold-content-main*/
.content-main {
    margin-top: 50px;
}
.product-main {
    background: #333;
    color: #cdcdcd;
}
.product-hd {
    font-size: 16px;
    background: #191919;
    padding: 15px 20px;
    color: #bfbfbf;
    display: table;
    width: 100%;
    text-transform: capitalize;
}
.product_list li {
    padding: 15px 20px;
    width: 100%;
    display: table;
    border-top: 1px dashed #494949;
    position: relative;
}
.product_list li:first-child {
    border-top: 0;
}
.gold-list:hover {
    background: #5c5f63;
}
.product-hd > div,
.gold-list > div {
    display: table-cell;
    vertical-align: middle;
}
.gold-th-pro, .gold-td-name {
    width: 53%;
}
.gold-td-unprice, .gold-th-unprice {
    width: 18%;
}
.gold-td-price, .gold-th-price {
    width: 18%;
}
.gold-td-btn, .gold-th-btn {
    width: auto;
}
.gold-td-name {
    padding-left: 45px;
}
.gold-td-img {
    width: 45px;
    position: absolute;
    top: 15px;
    left: 20px;
}
.gold-td-img img {
    width: 40px;
    height: 40px;
}
.gold-td-name .display-inline-BLOCK {
    display: inline-block;
    width: 30px;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -5px;
}
.product-detail span {
    min-width: 70px;
    margin-right: 10px;
    color: #999;
    display: inline-block;
}
.gold-td-name .product-name {
    display: inline-block;
}
.product_list .product-name {
    font-size: 16px;
    color: #e6e6e6;
}
.product_list .product-detail {
    color: #949494;
    padding-top:3px;
}
.product_list .but-btn .iconfont {
    font-size: 18px !important;
    vertical-align: middle;
}
.span-bonus {
    background: #6852d9;
    padding: 3px 5px;
    border-radius: 2px;
    margin: 0 5px;
    color: #ffe93b;
    font-size: 14px;
}
.giveaway-txt {
    display: inline-block;
    margin-bottom: 8px;
    vertical-align: top;
    color: #e5c23b;
    font-size: 13px;
    line-height: 16px;
    position: relative;
}
.giveaway-items {
    display: inline-block;
    color: #fff;
    margin-bottom: 8px;
    position:relative;
}
.giveaway-items span {
    font-weight: bold;
    padding: 0 8px;
    display: inline-block;
    line-height: 24px;
    float:left;
    border-radius:2px;
    background:#e5c23b;
    color:#333;
    margin:5px 5px 0 0;
}
.giveaway-txt img,
.giveaway-items img {
    display: inline-block;
    max-width: 32px;
    vertical-align: middle;
    padding: 2px;
}
.giveaway-items-hover img{
    max-width:550px;
}
.giveaway-txt .giveaway-items-hover,
.giveaway-items .giveaway-items-hover {
    display: none;
    position: absolute;
    top: -2px;
    left: 80px;
    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;
}

@media screen and (max-width: 768px) {
    .gold-th-pro, .gold-td-name {
        width: 58% !important;
        padding-left: 0;
    }

    .gold-td-price, .gold-th-price {
        width: 25%;
    }
}

@media screen and (max-width: 578px) {
    .gold-list > div {
        display: inline-block;
    }
    .gold-td-name {
        width: 100% !important;
        margin-bottom:10px;
    }
    .gold-td-price{
        width:50%;
    }
    .gold-td-price .product-price,
    .gold-td-price .price-line-through{
        line-height:32px;
    }
    .gold-td-btn {
        float: right;
    }
}



/*items-content-main*/
.eso_items .about-main h2 {
    padding:0;
    margin:0;
}
.items-content-main .product-main {
    margin: -10px;
    background: none;
}
.items-list {
    width: 20%;
}
.items-list-box {
    margin: 10px;
    background-color: #353535;
}
.items-list-img {
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    height: 180px;
    position: relative;
}
.items-list-img .preview{
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.items-list-img img {
    max-width: 100px;
    max-height: 100%;
}
.items-list-img2, .items-list-img3, .items-list-img4, .items-list-img5, .items-list-img6, .items-list-img7, .items-list-img8 {
    align-items: unset;
    justify-content: unset;
    display: block;
    position: relative;
    text-align:center;
}
.items-list-img2 .preview, .items-list-img3 .preview, .items-list-img4 .preview, .items-list-img5 .preview, .items-list-img6 .preview, .items-list-img7 .preview, .items-list-img8 .preview{
    align-items: unset;
    justify-content: unset;
    display: block;
    position: relative;
    text-align: center;
}
.items-list-img2 img, .items-list-img3 img, .items-list-img4 img, .items-list-img5 img, .items-list-img6 img, .items-list-img7 img, .items-list-img8 img {
    display:inline-block;
    vertical-align:middle;
    margin:2px 3px;
}
.items-list-img2 img{
    width: 70px;
    height: 132px;
    margin:0 2px;
}
.items-list-img3 img, .items-list-img4 img, .items-list-img5 img, .items-list-img6 img {
    width: 60px;
    height: 60px;
}
.items-list-img3 img:nth-child(1) {
    display: block;
    margin:0 auto;
}
.items-list-img5 img:nth-child(3),.items-list-img5 img:nth-child(4),.items-list-img5 img:nth-child(5) {
    width: 58px;
    height: 58px;
}
.items-list-img6 img {
    width: 58px;
    height: 58px;
}
.items-list-img7 img {
    width: 58px;
    height: 58px;
}
.items-list-img7 img:nth-child(4), .items-list-img7 img:nth-child(5), .items-list-img7 img:nth-child(6),.items-list-img7 img:nth-child(7) {
    width: 42px;
    height: 42px;
}
.items-list-img8 img {
    width: 42px;
    height: 42px;
}
.items-list-img8 img:nth-child(4), .items-list-img8 img:nth-child(5){
    margin:0 20px;
}
.items-list-img9 img {
    width: 42px;
    height: 42px;
}
.star-lsit {
    display: block;
    clear: both;
    text-align: center;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
}
.star-lsit>img{
    display:inline-block!important;
    width:20px!important;
    height:auto!important;
    margin: 0px 1px !important;
}
.items-list-info {
    background: #1a1a1a;
    padding: 15px 15px 20px;
    text-align: center;
}
.items-list-info .product-name {
    font-size: 14px;
    color: #bfbfbf;
    margin-bottom: 10px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
}
.items-list-price {
    border-bottom: 1px solid #2f2f2f;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.product-quantity {
    width: 60px;
    float: left;
    background: #353535;
    color: #fff;
    border: 1px solid #353535;
    padding-right:0;
    line-height:37px;
}
.items-list-info .product-quantity {
    float: none;
    width: 132px;
    margin: 0 auto 5px;
}
.items-list-info .but-btn {
    display:inline-block;
}
.items-list-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.items-list-icon a {
    width: 36px;
    height: 30px;
    display: inline-block;
    color: #fff;
    vertical-align: top;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    border-radius: 4px;
    margin: 0 2px;
}
.icon-view {
    background: #a7a66f;
    border: 1px solid #65451e;
    box-shadow: inset 0 1px 1px 0 rgba(255,238,179,0.50);
}
.icon-play {
    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: #9cafd7;
    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);
}
.html-powerlevel-page.final_fantasy_xiv .pole-list-txtwrap .but-btn,
.html-powerlevel-page.final_fantasy_xiv .pole-list-txtwrap .pole-list-price {
    display: inline-block;
    float:left;
}
.html-powerlevel-page.final_fantasy_xiv .pole-list-price > span {
    line-height: 36px;
}
.html-powerlevel-page.final_fantasy_xiv .pole-list-txtwrap .pole-time {
    margin-bottom:5px;
    float:none;
    clear:both;
}
.pole-time-bg {
    width: 100%;
    height: 180px;
    position: relative;
    clear: both;
    padding-top: 10px;
}
.pole-time-bg img{
    width:100%;
    height:100%;
}
.pole-time-bg .icon-play {
    width: 46px;
    height: 34px;
    display: inline-block;
    margin-left: 5px;
    background: rgba(255,255,255,0.8);
    color: #000;
    vertical-align: top;
    font-size: 20px;
    text-align: center;
    line-height: 34px;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px 0 rgba(255,238,179,0.5);
    position: absolute;
    top: 76px;
    left: 50%;
    margin-left:-23px;
    border:0;
}
.pole-time-bg .icon-play:hover {
    background: #ffffff;
    color: #de7300;
}
.items-list-icon a:hover {
    mix-blend-mode: hard-light;
}
.item-details {
    background: #f7f9fa;
    color: #3e65be;
    padding: 15px;
}
.item-td-details p {
    background: none;
}
@media screen and (max-width:1024px) {
    .items-list-img5 img:nth-child(3), .items-list-img5 img:nth-child(4), .items-list-img5 img:nth-child(5){
        width:50px;
        height:50px;
    }
    .items-list-img6 img {
        width: 50px;
        height: 50px;
    }
    .items-list-img7 img {
        width: 50px;
        height: 50px;
    }
    .items-list-img7 img:nth-child(4), .items-list-img7 img:nth-child(5), .items-list-img7 img:nth-child(6), .items-list-img7 img:nth-child(7) {
        width: 40px;
        height: 40px;
    }
}
@media screen and (max-width:578px) {
    .items-list-info{
        padding:10px 10px 15px;
    }
    .items-list-img {
        height: 140px;
    }
    .items-list-img2 img {
        width: 50px;
        height: 90px;
    }
    .items-list-img3 img, .items-list-img4 img, .items-list-img5 img{
        width: 42px;
        height: 42px;
    }
    .items-list-img5 img:nth-child(3), .items-list-img5 img:nth-child(4), .items-list-img5 img:nth-child(5) {
        width: 36px;
        height: 36px;
    }
    .items-list-img6 img {
        width: 36px;
        height: 36px;
    }
    .items-list-img7 img {
        width: 36px;
        height: 36px;
    }
    .items-list-img7 img:nth-child(4), .items-list-img7 img:nth-child(5), .items-list-img7 img:nth-child(6), .items-list-img7 img:nth-child(7) {
        width: 28px;
        height: 28px;
        margin: 2px 0px;
    }
    .items-list-img8 img, .items-list-img9 img {
        width: 28px;
        height: 28px;
    }
    .items-list-img8 img:nth-child(4), .items-list-img8 img:nth-child(5) {
        margin: 0px 13px;
    }
    .star-lsit {
        bottom:-5px;
    }
    .star-lsit > img {
        width: 15px;
    }
    .items-list-info .product-name {
        font-size: 12px;
        line-height: 16px;
        height: 32px;
    }
    .items-list-price {
        margin-bottom: 10px;
        padding-bottom: 5px;
    }
    .product-quantity {
        height: 32px;
        line-height: 30px;
        width:44px;
    }
    .items-list-info .product-quantity {
        width: 92px;
    }
    .html-powerlevel-page.final_fantasy_xiv .pole-list-price > span {
        line-height: 32px;
    }
}
@media screen and (max-width:320px) {
    .product-quantity {
        width: 38px;
    }
}


/*PowerLeveling*/
.m-sel-pole, .m-sel-pole-list {
    padding: 20px 15px;
    background: #484848;
    border-radius: 5px;
}

.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;
}
.m-sel-pole {
    margin-bottom: 15px;
}
.pole-border {
    color: #1cc7dd;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 16px;
    border-left: 3px solid #1cc7dd;
    padding-left: 5px;
}
.m-sel-pole select {
    color: #bfbfbf;
    background: #333;
    border: 1px solid #5f5f5f;
    height: 36px;
    line-height: 34px;
    width: 200px;
    margin-right: 20px;
}
.pole-time {
    font-weight: bold;
    margin-right: 20px;
    color: #fff;
}
.pole-price {
    color: #1cc7dd;
    font-weight: bold;
    margin-right: 20px;
}
.m-sel-pole button {
    line-height: 34px;
    margin-top: 0;
    display: inline-block;
}
.powerleveling-content-main .product-main {
    background: none;
    margin: -8px;
}
.pole-list-txtwrap {
    margin: 8px;
    padding: 20px;
    background: #1a1a1a;
    position: relative;
}
.pole-list-left {
}
.pole-list-left img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #898989;
}
.pole-list-right {
    padding-left: 50px;
}
.pole-list-right .product-name {
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 42px;
}
.pole-list-txtwrap .pole-time {
    margin-top: 5px;
    margin-bottom: 15px;
    color: #898989;
    float: left;
}
.pole-list-right .icon-play {
    margin-top: 4px;
}
.pole-list-price > span {
    line-height: 32px;
    margin-right: 10px;
    float: left;
}
.pole-list-right .but-btn {
    line-height: 34px;
    margin-top: 0;
    display: inline-block;
}
.pole-detaols-page .container {
    min-height: 500px;
}
form#my-profile {
    width: 100%;
    display: table;
    border-radius: 5px;
    overflow: hidden;
    background: #191919;
    box-shadow: 0px 5px 11px 1px #252525;
    -webkit-box-shadow: 0px 5px 11px 1px #252525;
}
.html-powerlevel-rs-page form#my-profile {
    background: #f4f4f4;
}
.pole-detaols-right {
    width: 40%;
    float: right;
    padding:50px 30px;
    word-wrap: break-word;
    word-break: normal;
    color:#898989;
}
.pole-detaols-right img{
    max-width:100%;
    max-height:180px;
}
.pole-detaols-right h2{
    margin:10px 0;
    color:#fff;
}
.pole-detaols-right span {
    background: #25aff6;
    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: #898989;
}
.pole-detaols-left {
    width: 60%;
    float: left;
    padding:30px 50px;
    background:#353535;
    border-right: 1px dashed #333;
}
.pole-detaols-left .ipt-tip input, 
.pole-detaols-left .ipt-tip select {
    width: 75%;
    height:40px;
    line-height:38px;
    color: #bfbfbf;
    background: #484848;
    border: 1px solid #6d6d6d;
}
#my-profile .formitm-fut {
    margin-bottom: 10px;
}
#my-profile .formitm-fut .lab {
    width: 30%;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    text-align: right;
}
#my-profile .formitm-fut input {
    width: 50%;
    display: inline;
    vertical-align: middle;
    border-radius: 4px;
}
#my-profile .formitm-fut select {
    width: 50%;
    display: inline;
    vertical-align: middle;
}
#my-profile .formitm-fut i {
    display: inline-block;
    vertical-align: middle;
    color: #f6031a;
}
#my-profile .formitm-fut-btn {
    margin-left: 30%;
}
@media screen and (max-width:768px) {
    .pole-detaols-left{
        padding:30px 15px;
    }
    .pole-detaols-left .ipt-tip input, .pole-detaols-left .ipt-tip select{
        width:95%;
    }
}
@media screen and (max-width:578px) {
    .m-sel-pole select{
        width:180px;
        height:32px;
        line-height:30px;
        margin:3px;
    }
    .pole-list-right .product-name {
        line-height: 18px;
        height: 36px;
        margin-bottom:2px;
    }
    .pole-detaols-left, .pole-detaols-right {
        width: 100%;
        border: none;
        padding: 15px;
    }
}



/*package*/
.package-list {
    padding: 15px 20px;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    position: relative;
}
.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 0px 15px 20px;
    border-radius: 5px;
    background: #484848;
    color: #3e65be;
}
.package-td-else ul li{
    margin: 0px 60px 15px 0;
    width:auto;
    padding:0;
}
.package-preview {
    float: left;
    margin-right: 20px;
}
.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;
    background-color: #ccc;
    border-radius: 4px;
}
.package-item-sequ {
    line-height: 36px;
    width: 15px;
    font-weight: bold;
    color: #f09d05;
}
.package-sel {
    margin-left:5px;
    width: 210px;
}
.package-sel select{
    height:36px;
    line-height:34px;
    color: #bfbfbf;
    background: #676767;
    border: 1px solid #6d6d6d;
}
.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;
    font-family: "manrope-medium";
    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;
}
.gold-cart-relative {
    position: relative !important;
    background: #191919!important;
    height: auto !important;
    width: auto !important;
    border-top: 1px dashed #666;
    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;
    background: #191919;
}
.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 .ipt input,
.gold-cart-relative .ipt select{
    max-width:300px;
}
.gold-cart-relative .m-layer-login {
    text-align: right;
}
.item_icon_addtocart {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: top;
    background-color:#ccc;
    border-radius:4px;
    margin-left:3px;
}
@media screen and (max-width:1024px) {
    .package-td-else ul li {
        margin: 0px 40px 15px 0;
    }
    .package-preview {
        margin-right: 18px;
    }
    .package-sel {
        width: 170px;
    }
    .gold-cart-relative {
        margin: 0 -15px;
    }

}
@media screen and (max-width:768px) {
    .package-th-pro, .package-td-name {
        width: 53%;
    }
}
@media screen and (max-width:567px) {
    .package-td-name {
        width:100%;
    }
   .package-th-price, .package-td-price {
        width: 50%;
    }
    .package-td-price span{
        line-height:32px;
        font-size:16px;
    }
    .package-td-btn {
        float: right !important;
    }
    .package-list > .package-td-else {
        line-height: 18px;
        margin-top: 5px;
        font-size: 13px;
    }
    .package-td-else ul li {
        margin: 0px 15px 15px 0;
    }
    .gold-cart-relative {
        margin: -20px -15px 0 -15px;
    }
    .gold-cart-relative .m-layer-login {
        text-align:left;
    }
    .gold-cart-relative  .ipt input,
    .gold-cart-relative  .ipt select{
        width:78%;
    }
}
@media screen and (max-width:567px) {
    .gold-cart-relative .ipt input,
    .gold-cart-relative .ipt select {
        width: 74%;
    }
}


/*buy-from-nba2k21*/
.buy-from-nba2k21 {
    background: #333;
    max-width: 1360px;
    margin:0 auto;
    padding:15px;
}
.nba_table {
    border: 1px solid #6d6d6d;
}
.nba_tr-1 {
    background: #197f8c;
    color: #ffffff;
    font-weight: bold;
    vertical-align: middle;
}
.nba_tr-2 {
    border-bottom: 1px dashed #6d6d6d;
}
.nba_tr-1 > div, .nba_tr-2>div{
    float: left;
    width: 20%;
    padding: 10px 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 {
    margin-top: 20px;
    padding: 20px 15px;
    background-color: #484848;
    border: 1px solid #676767;
    border-radius: 4px;
    color: #999;
}
.pro-tip h3 {
    margin-bottom: 10px;
    color:#ccc;
}
.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: 75%;
    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_table {
        border: 1px solid #6d6d6d;
    }
    .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: auto;
    }
    .eft_table-td input {
        width: 130px;
    }
}
@media screen and (max-width:360px) {
    .eft_table-td {
        min-width: 190px;
    }
    .eft_table-td input {
        width: 105px;
    }
}




/*cdkey-product-ul*/
.cdkey-product-ul {
    margin:-10px;
}
.cdkey-product-ul li {
    width: 20%;
}
.cdkey-card {
    margin: 10px;
    background: #fff;
    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);
}
.cdkey-store-ul .cdk-img {
   
}
.cdk-img {
    height: 256px;
    margin: 0 auto;
    text-align: center;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cdk-img img {
    max-width: 100%;
    max-height: 100%;
}
.cdkey-info {
    background: #1a1a1a;
    padding: 15px 15px 20px;
    text-align: center;
}
.cdkey-info h3{
    color:#ccc;
}
.cdkey-info .product-detail {
    font-size: 14px;
    color: #bfbfbf;
    margin-bottom: 10px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
}
.cdkey-info .but-btn{
    margin:0 auto;
}
.cdkdeta-content-main{
    margin-top:0;
}
.showcase-pro-img {
    float: left;
}
.pro-img-slide {
    border: 1px solid #191919;
    width: 400px;
    height: 400px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #191919;
}
.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 #191919;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #191919;
    cursor:pointer;
}
.small-img img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.showcase-pro-info {
    float: right;
    width:67%;
    padding-left: 50px;
}
.showcase-pro-info > h1 {
    color: #cdcdcd;
    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: #191919;
    padding: 20px 20px 10px;
}
.formitm-price .product-price{
    font-size: 34px;
    line-height: 34px;
    color:#1cc7dd;
}
.formitm-price .price-line-through {
    display: inline-block;
    margin-left: 15px;
    font-size:20px;
}
.showcase-pro-but {
    background: #191919;
    padding: 0 20px 20px;
}
.showcase-pro-but input{
    width:70px;
    margin-right:12px;
}
.showcase-pro-but .but-btn {
    min-width: 148px;
    padding: 0;
    text-align:center;
    display:inline-block;
}
.cdk-hint {
    font-size: 13px;
    border-radius: 3px;
    margin-top: 15px;
    padding: 5px 10px;
    line-height: 22px;
    color: #d09243;
}
.cdk-detail-description {
    margin: 80px 0 50px;
}
.cdk-detail-title {
    padding: 20px;
    background: #1cc7dd;
    color: #fff;
    border-radius: 5px 5px 0 0;
}
.cdk-detail-description a {
    color: #1cc7dd;
    text-decoration:underline;
}
.cdk-detail-description h2{
    color:#cdcdcd;
}
.cdk-detail-cont {
    padding: 30px;
    font-size: 16px;
    line-height: 26px;
    background: #191919;
}
#dpx-product-description_feature_div{
    background:none;
}
.html-items-page .footer-bg{
    display:none;
}
.listing-header {
    border-bottom: 1px solid #484848;
    padding: 30px 0;
}
.listing-header__title-wrapper {
    float: left;
    line-height:36px;
}
.listing-header__title-wrapper > h1 {
    display: inline-block;
    color: #fff;
    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;
    padding-bottom:50px;
}
.filter-section h3 {
    color: #fff;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.filter-section-list li {
    float: none;
    display: block;
    vertical-align: middle;
}
.filter-section-list li .radio {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    color:#898989;
    font-weight: 400;
    margin: 7px 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
}
.filter-section-list .radio input[type=checkbox], .radio input[type=radio] {
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
}
.filter-section-list .radio i {
    height: 18px;
    width: 18px;
    background: #333;
    border: 1px solid #898989;
    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;
}
.filter-section-list .radio:hover input ~ i {
    border-color: #1cc7dd;
}
.filter-section-list .radio input:checked + i {
    border-color: #1cc7dd;
}
.filter-section-list .radio i:before {
    background: #1cc7dd;
    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;
}
.filter-section-list .radio input:checked + i:before {
    opacity: 1;
}
.cdkey-store-card {
    margin: 10px;
    background-color: #353535;
    display: block;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(85,85,85,0.6);
    box-shadow: 0px 5px 5px 0px rgba(85,85,85,0.6);
    overflow: hidden;
}
.cdkey-store-card .cdk-img {
    height: 260px;
    overflow: hidden;
    padding:0;
}
.cdkey-store-card .cdkey-info {
    background: #1a1a1a;
    padding: 15px 15px 20px;
    text-align: center;
}
.cdkey-store-card .product-detail {
    border-bottom: 1px solid #2f2f2f;
    height: 45px;
}
.cdkey-store-card .product-price {
    color: #1cc7dd;
}
.cdk-country-page {
    padding: 20px 10px;
    border: 1px solid #1a1a1a;
    background: #1a1a1a;
}
.cdk-country-page h3{
    color:#cdcdcd;
}
.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;
    float: left;
}
.cdk-country-page a.cdk-steam {
    background-image: url(../../images/web/cdk-steam.jpg);
}
.cdk-country-page a.cdk-psn {
    background-image: url(../../images/web/cdk-psn.jpg);
}
.cdk-country-page a.cdk-pc {
    background-image: url(../../images/web/cdk-pc.jpg);
}
.cdk-country-page a.cdk-nintendo {
    background-image: url(../../images/web/cdk-nintendo.jpg);
}
@media screen and (max-width:1024px) {
    .cdk-img {
        height:219px;
    }
    .showcase-pro-info {
        width: 59%;
        padding-left: 30px;
    }
}
@media screen and (max-width:768px) {
    .cdkey-info .product-detail {
        font-size: 12px;
        line-height: 18px;
        height:36px;
    }
    .filter-section-list li {
        float: left;
        margin-right: 30px;
        min-width: 80px;
    }
}
@media screen and (max-width:567px) {
    .cdk-country-page a {
        width: 46%;
    }
    .cdkey-store-card .cdk-img{
        height:219px;
    }
    .showcase-pro-img{
        float:none;
    }
    .pro-img-slide {
        margin: 0 auto;
        display: block;
        width:320px;
        height:320px;
    }
    .showcase-pro-info{
        width:100%;
        padding:0;
    }
}




/*new faqs*/
.about-main {
    padding: 20px;
}
.newsitem-main .container{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 18px;
    color: #898989;
}
.newsitem-main li{
    float:none;
}
.about-main h2 {
    font-size: 24px;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-left: 0;
    border-bottom: 1px solid #e2eaec;
    line-height: 1.5em;
    font-weight: bold;
    color: #fff;
}
.about-main p{
    font-size:16px;
    line-height:26px;
    margin-bottom:18px;
    color:#898989;
}
.about-main p a,
.about-main.newsitem-main .container a{
    color: #1cc7dd;
    text-decoration:underline;
}
.about-main p a:hover {
    color: #4cebff;
    text-decoration:underline;
}
.about-main p span{
}
.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: #428bca;
    font-family: "manrope-medium";
}
.about-ul li p{
    line-height:20px;
    font-size:16px;
    color: #666;
}
.about-ul li img {
    position: absolute;
    top: 0;
    left: 0;
    width:45px;
    height:45px;
}
.faqs h2 {
    color: #1cc7dd;
    font-size: 20px !important;
    font-weight: 500;
    margin-bottom: 5px;
    border: none;
}
.faqs dd {
    margin-bottom: 15px;
}
.faqs h3 {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
    color: #cdcdcd;
    font-weight: lighter;
    cursor: pointer;
    font-family: manrope;
    background: #333;
    border-radius: 4px;
    padding: 10px;
}
.faqs h3:hover {
    color: #1cc7dd;
}
.faqs div {
    padding: 10px 15px 5px 15px;
    position: relative;
    background: #272727;
    font-size: 16px;
    color: #666;
    display: none;
}
.faqs div p {
    margin-bottom: 16px;
}
/*html-news-list-page*/
.news-banner img{
    margin: 30px auto;
    display: block;
}
.html-news-list-page .main-wrapper .container {
    background: #464749;
    margin: 30px auto;
    padding: 30px;
}
.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: #fff;
}
.news-list .news-title:hover{
    text-decoration:underline;
}
.news-list .news-time {
    display: block;
    line-height: 24px;
    padding-top: 6px;
    height: 28px;
    color: #cdcdcd;
}
.news-list .news-time i{
    color:#efa415;
}
.news-list .news-content {
    padding-top: 5px;
    color: #898989;
    font-size: 16px;
    line-height: 26px;
}
.html-news-content-page .footer-bg {
    display: none;
}
.newsitem-main h2 {
    border-bottom: none;
    margin-bottom: 0px;
}
.news-tags {
    border-bottom: 1px solid #828282;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.news-tags a {
   margin-right: 15px;
    color: #2F82FB!important;
    background:#e8f1ff;
    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;
    text-decoration:none!important;
}
.nextNav {
    border-top: 1px solid #828282;
    padding-top: 20px;
    padding-bottom: 80px;
    margin-top: 20px;
}
.nextNav .u-btn{
    color: #1a1a1a!important;
    padding: 5px 10px;
    line-height: 20px;
    display: inline-block;
    border-radius: 4px;
    background: #1cc7dd;
    text-decoration:none!important;
}
.nextNav .u-btn:hover{
    text-decoration:underline!important;
}
iframe {
    max-width: 100%;
}
/*html-topic-page*/
.html-topic-page .about-main h2 {
    border-bottom: none;
}
.html-topic-page .about-main .html-topic-page-cont {
    background: #464749;
    padding: 30px;
}
.html-topic-page.d2r_items .about-main .html-topic-page-cont{
    padding:0;
    background:none;
}
.about-main .html-topic-page-cont p span {
    color: #fff;
}
.html-topic-page-cont .about-ul li div {
    margin-bottom:10px;
}
.html-topic-page-cont .about-ul li p {
    color: #ccc;
}
.html-topic-page.privacyinfo .about-main p span {
    font-size: 16px !important;
    font-weight: lighter;
    color: #898989;
    line-height: 26px;
    margin-bottom: 18px;
    color: #898989;
    letter-spacing: -.35px;
}
.html-topic-page.privacyinfo .about-main p span strong{
    color: #fff;
    font-size: 18px !important;
}
.html-topic-page.eso_items .html-topic-page-cont{
    padding:0;
    background:none;
}
@media screen and (max-width:1024px) {
    .html-topic-page.eso_items .html-topic-page-cont .container {
        padding: 0!important;
    }
}
@media screen and (max-width:768px) {
    .about-main {
        padding:20px 0;
    }
    .html-topic-page .about-main .bd {
        padding: 0;
        background: none;
    }
    .faqs h3 {
        background:#444;
    }
}
@media screen and (max-width:576px) {
    .about-ul li {
        width: 100%;
    }
    .newsitem-main iframe {
        max-width: 100%;
        min-height: 220px;
        height: auto;
    }
}

/*html-contact-page*/
.password-page-cont .form-fields {
    padding: 20px 0;
    background: #fff;
}
.password-page-cont .form-fields .icon-suo {
    display: none;
}
.about-main-hd {
    background: #5c5f63;
    color: #cdcdcd;
    line-height: 50px;
    padding: 0 20px;
    font-size: 18px;
    font-family: "manrope-medium";
    text-transform: capitalize;
}
.form-fields-txt {
    background: #c8bda3;
    padding: 15px;
    margin-bottom: 20px;
    color: #272727;
    border-radius: 4px;
}
.form-fields {
    padding: 20px 0;
    background: #464749;
}
.form-fields .formitm-table .lab {
    width: 24%;
    float:left;
}
.form-fields .formitm-table .ipt {
    width: 35%;
    float:left;
}
.form-fields .formitm-table .ipt input,
.form-fields .formitm-table .ipt select{
    color: #acacac;
    background:#272727;
    border: 1px solid #272727;
}
.form-fields textarea {
    color: #acacac;
    max-width:650px;
    width: 100%;
    min-height: 100px;
    background:#272727;
    border: 1px solid #272727;
}
.contact-btn {
    margin-left: 24%;
    margin-top: 0 !important;
}
@media screen and (max-width:768px) {
    .form-fields textarea{
        max-width:500px;
    }
    .contact-btn{
        margin-left:0;
    }
}


.payMethods li {
    width: 100%;
    padding:15px;
    margin:20px 0;
    background: #333;
    box-shadow: 0px 5px 11px 1px #252525;
    -webkit-box-shadow: 0px 5px 11px 1px #252525;
}
.payMethods li > div {
    font-size: 16px;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    vertical-align: top;
}
.payMdImg {
    width: 20%;
    text-align: center;
}
.payMdCont {
    width: 78%;
}
.payMethods .payMdImg img {
    max-width: 100%;
    max-height:36px;
    padding:0 10px;
    margin-top:40px;
}
.payMdCont h4 {
    font-size: 18px;
    color: #cdcdcd;
    margin-bottom: 10px;
}
.payMdCont a {
    color: #1cc7dd;
}
.payMdCont a span{
    color: #1cc7dd!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:578px) {
    .payMdImg, .payMdCont {
        width: 100%;
        text-align: left;
    }
    .payMethods li .payMdImg img {
        margin: 0
    }
}
.z-box-grid {
    color: #dedac8;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 18px;
    text-align: center;
    font-size: 1em;
    line-height: 22px;
}

.z-center .z-bone {
    border-bottom: 1px solid #444;
    padding-bottom: 5px;
    color: #f5f5f5;
}

.z-center img {
    width: auto;
    height: auto;
    max-width: 450px;
    padding-top: 5px;
    text-align: center;
    margin: 0 auto;
    max-height: 90px !important;
    display: inline-block;
}
.z-center>span{
    display:block;
}
.myPurple {
    color: #a335ee;
}

.myYellow {
    color: #ffd517;
}

.cart_fileuploadinfo .formitm-table .lab {
    vertical-align: top;
}
.cart_fileuploadinfo .formitm-table .ipt {
    background: #2e4750;
    border-radius: 4px;
    padding: 6px;
    border: 1px dashed #597e8c;
}
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;
}
