﻿@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    font-family: Cambria,Arial,sans-serif;
    background: #1b2f31;
    color: #fff;
    line-height: 1.5em;
}
@font-face {
    font-family: "Amazon"; /*字体名称*/
    src: url(/files/AMAZON.TTF);
}

.iconfont {
    font-size: inherit !important;
    display: inline-block;
}
.icon-rotate {
    animation: icon-spin 0.8s infinite linear;
    -webkit-animation: icon-spin 0.8s infinite linear;
}
@keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}





/*header*/
.language-sel {
    float: right;
}
.language-sel > a {
    font-size: 16px;
    line-height: 30px;
    height:30px;
    vertical-align: middle;
    display: inline-block;
    color:#fff;
    text-transform:uppercase;
}
.language-sel > a:hover{
    color:#eee;
}
.language-sel > a > img {
    vertical-align: middle;
    width: auto;
    height: 20px;
    margin-top: -2px;
}
.language-box {
    display: none;
    position: absolute;
    top: 78px;
    right: 0px;
    z-index: 55;
    background: #2d5156;
    width: 240px;
    padding: 10px 15px 20px;
    box-shadow: 0 6px 7px 0 rgba(0,0,0,0.20);
}
.header-right li.Language-li:hover .language-box {
    display: block;
}
.language-box .formitm .lab {
    text-align: left;
    margin-bottom: 5px;
    color: #fff;
}
.language-box select {
    height: 34px;
    line-height: 34px;
    background: #243d40;
}
.language-box .but-btn {
    line-height: 32px;
    margin:0 auto;
}
.header {
    background: #243d40;
    position: relative;
}
.header-box {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.header .header-box {
    position: relative;
}
.nwgolds-logo {
    display: inline-block;
    margin-top: 20px;
    margin-right: 30px;
    float: left;
    height: 42px;
}
.nwgolds-logo img{
    height:100%;
    display:block;
}
.header-nav {
    display:inline-block;
    float:left;
}
.header-nav > li {
    padding: 0 20px;
}
.header-nav > li > a{
    color:#fff;
    font-weight: 400;
    font-size:18px;
    line-height:80px;
    text-transform: capitalize;
}
.header-nav > li > a > .icon-xia {
    margin-left: 3px;
    font-size: 14px;
}
.header-nav > li > a:hover {
    color: #ffb10f;
}
.header-nav > li:hover .icon-caidan {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: all 0.5s;
}
.header-right {
    float: right;
}
.header-right li{
    padding:25px 20px;
    height:80px;
    position:relative;
}
.header-right li:hover{ 
    border-top: 2px solid #ffb10f;
    background:#2d5156;
}
.header-right li:hover a{ 
    color:#ffb10f;
}
.header-shopping {
    position: relative;
    color: #fff;
    font-size: 25px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.header-shopping > span {
    background: #f6031a;
    color: #fff;
    border-radius: 50%;
    min-width: 16px;
    text-align: center;
    line-height: 12px;
    position: absolute;
    top: -4px;
    right: -9px;
    display: block;
    font-size: 12px;
    padding:3px;
}
.header-shopping div{
    display:none;
    margin-top:-2px;
}
.log-reg a {
    color: #fff;
    display: block;
    width: 30px;
    height: 30px;
}
.log-reg i {
    font-size: 26px !important;
    line-height: 30px;
}
.nav-account {
    transition: all 0.5s;
}
.nav-account-link {
    position: relative;
    color: #fff;
    font-size: 28px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.account-icon {
    background-image: url(/images/web/account-white-icon.png);
    background-size: cover;
    width: 38px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
}
.head-level {
    font-size: 20px;
    vertical-align: middle;
    font-weight: bold;
    padding-left: 3px;
    display: inline-block;
    line-height: initial;
    color: #ffd469;
}
.nav-account-link img {
    vertical-align: middle;
    width: 28px;
}
.nav-account-link i.iconfont.icon-wode {
    width: 35px;
    font-size: 20px !important;
    border-radius: 50%;
    border: 2px solid #ccc;
    height: 24px;
    display: initial;
}
.header-right li:hover .nav-account-cont {
    display: block;
}
.nav-account-cont {
    display: none;
    position: absolute;
    top: 76px;
    right: 0px;
    z-index: 499;
    min-width: 240px;
    background-color: #2d5156;
    padding: 10px 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 6px 7px 0 rgba(0,0,0,0.20);
}
.nav-account-cont:after{
    
}
.nav-account-cont a {
    display: block;
    padding: 0 10px;
    line-height: 40px;
    font-size: 16px;
    box-sizing: border-box;
    color: #fff!important;
    text-align: left;
    text-transform:capitalize;
}
.nav-account-cont a i {
    margin-right: 10px;
}
.nav-account-cont a img{
    margin-top:15px;
}
.nav-account-cont .log-out-link {
    border-top: 1px solid #51767b;
    margin-bottom: 5px;
}
.nav-account-cont a:hover {
    background: #51767b;
    color: #ffb10f!important;
}
@media screen and (max-width:1024px) {
    .header-right li{
        padding:25px 13px;
    }
 }
@media screen and (max-width:768px) {
    .header-right li {
        height: 50px;
        padding: 15px 13px;
    }
    .language-box{
        top:52px;
    }
}



/*game-menu*/
.game-menu {
    display: none;
    float: left;
}
.game-menu-link {
    height: 50px;
    color: #fff;
    display: inline-block;
    line-height: 26px;
    text-transform: capitalize;
    padding: 12px 15px;
    background: #447379;
}
.game-menu > a > i {
    font-size: 20px !important;
    transition: all 0.5s;
}
.game-menu:hover .icon-caidan {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transition: all 0.5s;
}
.game-menu:hover .game-menu-box {
    display: block;
}
.game-menu-box {
    position: absolute;
    display:none;
}
.hot-icon {
    position: absolute;
    top: 3px;
    right: -28px;
    background: #f6031a;
    color: #fff;
    font-size: 8px;
    line-height: 16px;
    padding: 0 3px;
    border-radius: 2px;
    display: inline-block;
}
.hot-icon {
    animation: icon-hot 1s infinite;
    -webkit-animation: icon-hot 1s infinite;
}
@keyframes icon-hot {
    0% {
        background: #f6031a;
        color: #fff;
    }

    49% {
        background: #f6031a;
        color: #fff;
    }

    50% {
        background: #fff;
        color: #f6031a;
    }

    100% {
        background: #fff;
        color: #f6031a;
    }
}
.game-menu-cont .header-nav {
    display: none;
}
.header_nav-list-item {
    display:block;
    position:relative;
    float:left;
}
.header_nav-category {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 5px 5px 0px rgba(85,85,85,.06);
}
/*header*/
@media screen and (max-width:1024px) {
    .nwgolds-logo {
        margin-top: 28px;
        margin-right: 20px;
        height: 22px;
    }
    .header-nav > li {
        padding: 0 13px;
    }
}

@media screen and (max-width:768px) {
    .nwgolds-logo {
        margin-top: 10px;
        margin-left: 20px;
        height: 30px;
    }
    .game-menu{
        display:block;
    }
    .header-nav{
        display: none;
    }
    .game-menu-box .header-nav {
        display: block;
        width: 100%;
        text-align: left;
        padding-top:20px;
    }
    .header-nav > li{
        width:100%;
        float:none;
    }
    .nav-account-link {
        font-size: 24px !important;
        line-height: 24px;
    }
    .nav-account-cont{
        top:48px;
    }
    .header-shopping, .log-reg i {
        font-size: 22px !important;
        line-height: 22px;
    }
    .account-icon{
        width:28px;
        height:26px;
    }
    .head-level{
        font-size:16px;
    }
    .header-nav > li > a{
        color:#fff;
        line-height: 42px;
        font-size: 20px;
        display: block;
    }
    .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;
    }
    .language-sel > a {
        margin-top:-5px;
    }
}
@media screen and (max-width:576px) {
    .nwgolds-logo {
        margin-left: 12px;
    }
    .language-sel > a > img {
        height: 17px;
    }
    .header-right li{
        padding: 15px 5px;
    }
    .head-level{
        font-size:15px;
    }
    .m-leftMenu .menu-list-select div {
        float: none;
    }
    .game-menu-game a {
        width:100%;
    }
    .nav-account-link {
        font-size: 21px !important;
        line-height: 21px;
    }
    .header-shopping, .log-reg i {
        font-size: 20px !important;
        line-height: 20px;
    }
    .header-shopping > span {
        top: -6px;
        right: -6px;
    }
}
@media screen and (max-width:360px) {
    .nwgolds-logo {
        margin-left: 5px;
        height: 28px;
        margin-right:10px;
    }
}



.head-socials {
    text-align:center;
    clear: both;
    margin:15px;
}
.head-socials a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 32px;
    font-size: 16px;
    margin: 0 5px;
}
.head-socials a:hover {
    mix-blend-mode: hard-light;
}
.facebook-link {
    background: #395fb0;
}
.twitter-link {
    background: #d64643;
}
.youtube-link {
    background: #1ab2e8;
}
.foot-email{
    margin-top:15px;
    font-size:16px;
}
/*footer*/
.Default .footer,
.Default .foot-Pay-Method {
    background: #f9f9f9;
}
.foot-Pay-Method {
    background: #fff;
    border-top: 1px solid #e4e4e4;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
}
.foot-Pay-Method img {
    width: auto;
    max-width: 90px;
    max-height: 30px;
    display: inline-block;
    margin: 0 25px;
    vertical-align: middle;
}
.footer {
    padding: 40px 0;
    background: #243d40;
}
.footer-nav {
    text-align: center;
}
.footer-nav a{   
    padding:3px 15px;
    color:#6a8594;
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    text-transform:capitalize;
    border-right: 1px solid #3d3e3f;
}
.footer-nav a:last-child{
    border-right:none;
}
.footer-msg {
    margin-top: 20px;
    text-align: center;
    font-size: 13px;
    color: #7c8b94;
    clear: both;
    line-height: 22px;
}
.footer-line {
    margin: 15px 0;
    height: 1px;
    font-size: 0;
    overflow: hidden;
    background-image: linear-gradient( -90deg,rgba(250,250,250,0) 0,#344d5b 49%,rgba(250,250,250,0) 100%);
    *background: #544B35;
}
.footer-msg a {
    color: #ffb10f;
    margin: 0 5px;
}
.footer-nav a:hover,
.footer-msg a:hover {
    color: #ffb10f;
}
.foot-hint {
    max-width: 350px;
    border-radius: 4px;
    padding: 5px;
    font-size: 14px;
    margin-top: 10px;
    color: #848484;
    text-align: right;
}
.footer-right {
    float: right;
    text-align: right;
    font-size: 16px;
}
.chat-now {
    position: fixed;
    top: 65%;
    right: 45px;
    width: 80px;
    padding:10px;
    border-radius:50%;
    background:rgba(255,255,255,0.6);
    height: auto;
    z-index: 480;
    display: inline-block;
}
.block-sidebar {
    position: fixed;
    bottom:10%;
    right:60px;
    z-index: 480;
    display: inline-block;
}
.block-sidebar li{
    float:none;
    margin-bottom:5px;
    position:relative;
}
.block-sidebar li a{
    display:block;
    font-size:22px;
    width:46px;
    height:46px;
    text-align:center;
    line-height:46px;
    color:#272624;
    background:#ffb10f;
}
.sales {
    display: none;
    position: absolute;
    right: 38px;
    top: 0;
    color: #333;
    background: #fff;
    border: 1px solid #bebebe;
    font-size: 16px;
    line-height:44px;
    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;
}
.block-sidebar li:hover a {
}
.block-sidebar li:hover .sales {
    display: block;
}
.top-icon {
    transform: rotate(180deg);
}
/*footer*/
@media screen and (max-width:1024px) {
    .foot-Pay-Method img {
        max-width: 70px;
        max-height: 30px;
        margin: 0 20px;
    }
    .foot-hint {
        max-width: 220px;
    }
}
@media screen and (max-width:768px) {
    .foot-Pay-Method img {
        max-width: 60px;
        max-height: 25px;
        margin: 0 15px;
    }
    .footer-msg {
        text-align: center;
        font-size: 12px;
        line-height:18px;
    }
    .block-sidebar, .footer .trustpilot-p {
        display: none;
    }
    .footer-nav-list div{
        margin-bottom:0;
    }
    .footer-left {
        margin-bottom: 25px;
    }
    .trustpilot-widget iframe {
        min-height: auto;
    }
}

@media screen and (max-width:578px) {
    .foot-Pay-Method{
        padding:10px 0;
    }
    .foot-Pay-Method img {
        max-width: 50px;
        max-height: 26px;
        margin: 5px 15px;
    }
    .footer .f-fr {
        float: none;
        text-align: center;
    }
    .footer .head-socials {
        text-align: center;
    }
    .footer .trustpilot-widget {
        display: none;
    }
    .footer-left {
        margin-top: 15px;
        background: #363636;
        border-radius: 4px;
        padding:0 10px 10px 10px;
    }
    .footer-nav-list {
        margin-right: 50px;
        margin-top: 10px;
    }
    .footer-msg{
        padding-top:0;
        border:0;
    }
    .foot-hint {
        max-width: 100%;
        text-align: center;
    }
}








/*banner-box*/
.banner {
    position: relative;
    background:#f4f4f4;
}
.banner-box {
    max-width: 1920px;
    width: 100%;
    height: 650px;
    overflow: hidden;
    position: relative;
    display: block;
}
.banner-box ul{
    height:650px;
}
.banner-box li{
    width:100%;
    height:100%;
}
.banner-box img {
    width: 100%;
    height: 100%;
}
.banner-box:hover .btn-left, 
.banner-box:hover .btn-right {
    display: block;
    transition: all 0.5s;
}
.banner-box .btn {
    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;
}

@media screen and (max-width:1024px) {
    .container {
        padding: 0 15px!important;
    }
    .banner-box,.banner-box ul {
        height: 406px;
    }
    .banner-box img {
        width: 130%;
        margin-left: -15%;
        max-width: none;
    }
    .link-orange {
        bottom: 20px;
        line-height: 36px;
    }
    .hot-game {
        margin-top: 40px;
    }
}

@media screen and (max-width:768px) {
    .banner-box, .banner-box ul {
        height: 300px;
    }
    .banner-box img {
        width: 150%;
        margin-left: -25%;
    }
    .footer {
        padding: 15px 0;
    }
    .footer-nav > a {
        font-size: 14px;
        padding:3px 10px;
    }
}

@media screen and (max-width:567px) {
    .banner-box, .banner-box ul {
        height: 185px;
    }
    .banner-box img {
        width: 170%;
        margin-left: -35%;
    }
    .link-orange {
        position: relative;
        left: 0;
        bottom: auto;
        margin-top: 10px;
        font-size: 14px;
        line-height: 30px;
        padding: 0 15px;
    }
    .banner-box .btn{
        bottom:8px;
    }
    .banner-box .btn span{
        width:8px;
        height:8px;
    }
    .banner-box .btn span.on{
        width:10px;
        height:10px;
    }
    .banner-box .btn-right, .banner-box .btn-left {
        width: 30px;
        top: 31%;
    }
}








.hot-game-nav {
    border-bottom: 1px solid #f6031a;
}
.hot-game-nav li {
    float: left;
    padding: 0 30px;
    line-height: 48px;
    font-size: 20px;
    font-weight: bold;
}

.hot-game-nav li.h-g {
    background: #f6031a;
    color: #fff;
}

.hot-game-nav li.as {
    cursor: pointer;
    height: 40px;
}

.hot-game-nav li.as.current {
    border-bottom: 2px solid #f6031a;
    color: #f6031a;
    font-weight: bold;
}
.hot-game-list {
    margin: 10px 10px;
    position: relative;
    max-height: 175px;
}

.hot-game-list img {
    height: auto;
    width: 100%;
    border-radius: 5px;
    display: inline-block;
}
.hot-game-list > div {
    font-size: 25px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    top: 30px;
    left: 20px;
}
.hot-game-list > p {
    font-size: 18px;
    max-width: 240px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsip-lastline;
}
.btn-white {
    background-color: #fff;
    color: #f6031a;
    font-size: 16px;
    line-height: 36px;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    width: 110px;
    display: block;
    position: absolute;
    top: 70px;
    left: 20px;
}
.btn-white:hover {
    background: #fff;
    color:  #E1373A;
}



/*hot-game*/
.home-game {
    margin: 80px 0;
}
.hot-game-box {
    display: none;
    margin: 20px -10px 0 -10px;
}
.home-game ul{
    margin:-15px;
}
.home-game-cont {
    margin: 15px;
    padding: 30px;
    display: block;
    height: 320px;
    border-radius: 10px;
    position: relative;
    border: 1px solid #2d5156;
    -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.home-game-cont h2{
    position:relative;
    z-index:2;
    text-align: right;
    color:#fff;
    line-height:1.6em;
    font-size:30px;
}
.home-game-cont div{
    position:relative;
    z-index:3;
    text-align: right;
}
.home-game-cont div a{
    background:#fff;
    color:#222;
    border-radius:4px;
    margin:5px 0;
    padding: 8px 30px;
    display: inline-block;
}
.home-game-cont img{
    position:absolute;
    z-index:1;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius:9px;
}
.home-game ul li a:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.home-bg {
    position: fixed;
    z-index: -1;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /*filter: blur(1px);
    opacity: 0.3;*/
}
/*home-about*/
/*home-news*/
.home-about,
.home-news {
    margin:60px 0;
}
.h2-center {
    display: block;
    text-align: center;
    font-size: 36px;
    color: #ffb10f;
    letter-spacing: 2px;
    line-height:1em;
    margin-bottom:20px;
}
.home-news ul{
    margin:0 -15px;
}
.home-news ul li a{
    margin:0 15px;
    display:block;
    border:1px solid transparent;
    padding-bottom:20px;
    color: #cee2ef;
    background-color: #2d5156;
    border: 1px solid #3b6b71;
    border-radius:4px;
    overflow:hidden;
}
.home-news ul li a img{
    width:100%;
    height:180px;
    display:block;
}
.home-news ul li a:hover{
    background: #3c6065;
}
.home-news ul li h4{
    font-size:22px;
    margin:30px 15px 20px 15px;
    color: #ffb10f;
    overflow: hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;
}
.home-news ul li p{
    padding:0 15px;
    font-size: 18px;
    line-height:28px;
    color: #a5a19a;
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height:140px;
}
.home-about p {
    color: #d4e5ef;
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0;
}




.home-column-box,
.home-items-box {
    margin: -10px;
}
.home-column-box li {
    float: left;
    width: 16.6%;
}
.home-a-btn {
    margin: 10px 10px;
    background-color: #fff;
    display: block;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(85,85,85,.06);
    box-shadow: 0px 5px 5px 0px rgba(85,85,85,.06);
    overflow:hidden;
}
.home-a-btn:hover{
    -webkit-box-shadow: 0px 5px 5px 0px rgba(85,85,85,.2);
    box-shadow: 0px 5px 5px 0px rgba(85,85,85,.2);
}
.home-list-img {
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
}
.home-list-img img {
    max-width: 100%;
    max-height: 100%;
}
.home-cdk-box .home-list-img {
    padding: 0;
    height: 290px;
}
.home-cdk-box .home-list-img img{
    width:100%;
}
.home-list-info {
    padding: 10px 20px;
    border-top: 1px solid #eee;
}
.home-list-info .product-detail {
    margin-top:5px;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-over: -o-ellipsip-lastline;
}
.home-items-box li {
    width: 25%;
}
.home-items-btn {
    background-color: #fff;
    display: block;
    margin: 10px 10px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(85,85,85,.06);
    box-shadow: 0px 5px 5px 0px rgba(85,85,85,.06);
}
.home-items-img {
    float: left;
    width: 120px;
    height: 120px;
    padding: 20px;
}
.home-items-img img{
    border-radius:4px;
}
.home-items-info {
    float: left;
    padding: 20px 0;
}
.home-cdk-price{
    padding:10px 0;
}
.home-items-info .but-btn {
    padding: 0 20px;
    line-height: 30px;
    border: 1px solid #f6031a;
    color: #f6031a;
    background: #fff;
    font-size: 16px;
    margin-top: 5px;
}
.home-items-info .but-btn:hover{
    background:#f6031a;
    color:#fff;
}
.home-items-info .price-line-through{
    display:inline-block;
    margin-left:5px;
}
.home-items-info .product-name {
    margin-bottom: 15px;
    max-width: 180px;
    line-height: 20px;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-over: -o-ellipsip-lastline;
}
.home-a-btn .product-name {
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-over: -o-ellipsip-lastline;
}
.home-cdk-price .price-line-through{
    display:inline-block;
}
.feed-tab {
    background: #fff;
    text-align: center;
    margin: 0 0 15px 0;
    padding: 13px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(85,85,85,.06);
    box-shadow: 0px 5px 5px 0px rgba(85,85,85,.06);
}
.feed-tab li {
    float: none;
    padding: 0 15px;
    display: inline-block;
    border-right:1px solid #ddd;
}
.feed-tab li a{
    background: #fff;
    border-radius: 50px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    padding: 0 15px;
    display: inline-block;
    color: #333;
}
.feed-tab li:last-child{
    border-right:none;
}
.feed-tab li:after{
    border-right:1px solid #ddd;
}
.feed-tab li.active a{
    background: #f6031a;
    color:#fff;
}
/*home*/
@media screen and (max-width:1024px) {
    .home-game-cont {
        height: 250px;
        padding:20px;
    }
    .hot-game-nav {
        display: none;
    }
    .hot-game-list > div {
        font-size: 20px;
        letter-spacing: 0px;
    }
    .home-news ul li a {
        background: #403f3c;
        margin:0 10px;
    }
    .home-news ul {
        margin: 0 -10px;
    }
}

@media screen and (max-width:768px) {
    .home-news ul li a{
        margin:10px;
    }
    .home-game,.home-about, .home-news {
        margin: 50px 0;
    }
}

@media screen and (max-width:576px) {
    .home-game, .home-about, .home-news {
        margin: 30px 0;
    }
    .home-game-cont {
        height: 200px;
        padding: 10px 20px;
    }
    .home-game-cont h2{
        font-size:24px;
    }
    .home-game-cont div a {
        padding: 5px 25px;
    }
    .h2-center {
        font-size: 20px;
        margin-bottom: 5px;
        letter-spacing: 0em;
    }
    .home-about p {
        font-size: 16px;
        line-height: 20px;
        margin: 0;
    }
    .home-news ul li {
        margin:10px 0;
    }
    .home-news ul li p {
        line-height: 24px;
        font-size:14px;
    }
    .home-column-box li, .home-items-box li {
        width: 166px;
    }
    .home-a-btn, .home-items-btn {
        margin: 10px 5px;
    }
    .home-list-img{
        height:140px;
    }
    .home-cdk-box .home-list-img {
        height: 210px;
    }
    .home-cdk-price{
        padding:0;
    }
    .home-list-info, .home-items-info {
        padding: 10px 15px 20px;
    }
    .home-item .product-name {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .home-item .product-detail {
        font-size: 12px;
        line-height: 16px;
        height: 32px;
    }
}



.main-wrapper{
    margin-bottom:50px;
}
/*prod-cate*/
.content-main.main-mt20 {
    margin-top: 15px;
}
.main-game-cate .content-main {
    margin-top: 13px;
}
.crumb-nav {
    margin: 30px 0;
}
.crumb-nav h1 {
    margin-top: 10px;
    color: #282828;
}
.crumb-nav h2 {
    color: #333;
}
.crumb-nav a{
   color:#d4e5ef;
   text-transform:capitalize;
}
.crumb-nav a:hover{
  color: #fff !important;
}
.crumb-nav a .iconfont {
    margin-right: 3px;
}
.crumb-nav span {
    padding: 0 6px;
    color: #d4e5ef;
}
.prod-cate {
    margin:-7px -10px;
}

.prod-cate li {
    width: 20%;
    float: left;
    margin: 7px 0;
}
.prod-cate li > div {
    margin: 0 10px;
    border-radius:5px;
    display:flex;
    height:120px;
    background: #2d5156;
    box-shadow: 0px 3px 15px rgba(127,127,127,.2);
    -webkit-box-shadow: 0px 3px 15px rgba(127,127,127,.2);
}
.prod-cate-img {
    text-align: center;
    display: table;
    vertical-align: middle;
    margin: 0 auto;
    padding: 30px 0;
}
.prod-cate-img img {
    vertical-align: middle;
    max-width:140px;
}
.prod-cate-a {
    font-size: 24px;
    font-weight: bold;
    color: #ffb10f;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.prod-cate-a:hover {
    text-decoration: underline;
}
.nside-game-des {
    margin: 50px 0;
    padding-bottom: 30px;
    clear: both;
    border-radius: 5px;
    overflow: hidden;
    background-color: #2d5156;
    border: 1px solid #3b6b71;
}
.nside-game-item span,
.nside-game-item h1 {
    padding: 15px 20px;
    color: #6ac5d1;
    font-size: 24px;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
}
.nside-game-des-cont {
    padding: 0 20px;
    font-size: 16px;
    line-height: 26px;
    color: #d4e5ef;
}
.nside-game-des-cont p{
    margin-bottom: 16px;
    font-size:16px;
    line-height:26px;
}
.prod-cate-rs li,
.prod-cate-nso li{
    width: 25%;
}
.prod-cate-rs li>div,
.prod-cate-nso li>div{
    background-image:none;
}
.prod-cate-rs li img ,
.prod-cate-nso li img{
    display:block;
    width:100%;
    max-height:100%;
}
.prod-cate-nso .prod-cate-a {
    background: #fff!important;
    color:#000;
}
.nside-txtwrap-box .trustpilot-p {
    background: #fff;
    padding: 15px;
    margin-top: 20px;
    border-radius: 5px;
}
.html-home-page .nside-txtwrap-box .trustpilot-p {
    display: none;
}
@media screen and (max-width:768px) {
    .prod-cate li > div {
        margin: 0 7px;
    }
    .prod-cate-img img {
        width: 80px;
    }
    .prod-cate-rs li{
        width:33.33%;
    }
}
@media screen and (max-width:576px) {
    .crumb-nav {
        margin: 15px 0
    }
    .crumb-nav a{
        font-size:12px;
    }
    .crumb-nav span {
        padding: 0;
    }
    .nside-game-item h1 {
        font-size: 18px;
        padding: 10px 20px;
    }
    .nside-game-des-cont {
        font-size: 14px;
        line-height: 20px;
    }
 
}




/*txtwrap-box*/
.html-home-page .txtwrap {
    background: #272624;
}
.html-home-page .txtwrap h2 {
    color: #ffa906;
    text-shadow:none;
}
.html-home-page .txtwrap div{
    color: #a5a19a;
}
.nside-txtwrap-box {
    margin: 100px 0 80px 0;
}
.nside-txtwrap-box .txtwrap-box {
  
}
.advantages {
    background-color: #fff;
    padding: 50px 0 80px 0;
    margin-top: 100px;
}
.txtwrap-box {
    margin: 0 -20px;
}
.txtwrap-box li {
    width: 25%;
    float: left;
}
.txtwrap {
    height:213px;
    margin: 0 20px;
    padding: 20px 20px 50px 20px;
    border-radius: 15px 15px 15px 50px;
    position: relative;
    background: #fff5e1;
}
.txtwrap-img {
    width:60px;
    vertical-align:middle;
}
.txtwrap h2 {
    font-size: 20px;
    color: #ffa906;
    font-weight: bold;
    text-shadow: -1px -1px #fff5e1, 1px 1px #ba7d00;
}
.txtwrap div {
    color: #4d4c4b;
    font-size: 16px;
    margin-top: 10px;
    max-width: 100%;
    line-height: 22px;
}
/*txtwrap-box*/
@media screen and (max-width:1024px) {
    .txtwrap-box {
        margin: 20px -10px !important;
    }
    .txtwrap {
        margin:0 10px;
        height: 270px !important;
    }
    .txtwrap-img {
        width: 50px;
    }
    .txtwrap h2 {
        font-size: 18px;
    }
    .html-home-page .txtwrap {
        background: #403f3c;
    }
}

@media screen and (max-width:768px) {
    .advantages {
        padding: 40px 0 !important;
        margin-top: 40px !important;
    }
    .txtwrap-box li {
        width: 50% !important;
    }
    .txtwrap {
        margin: 5px 10px !important;
        height: 218px !important;
    }
}

@media screen and (max-width:578px) {
    .txtwrap {
        height: auto !important;
        padding: 10px;
        border-radius:5px;
    }
    .txtwrap-box li {
        width: 100% !important;
    }
    .txtwrap div {
        font-size: 12px !important;
        line-height:16px;
    }
}



.content-main{
    margin-top:50px;
}
.prod-cate-main .container{
    position:relative;
}
.prod-cate-nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom:20px;
}
.prod-cate-nav li {
    border: 1px solid #2d5156;
    background: #20373a;
    margin-right: 10px;
    border-radius: 5px;
    text-align: center;
    align-items: stretch;
}
.the_elder_scrolls_online .prod-cate-nav li{
    min-width:auto;
}
.prod-cate-nav li.check {
    background: #ffb10f;
    border: 1px solid #ffb10f;
}
.prod-cate-nav li.check .prod-cate-list,
.prod-cate-list:hover .prod-cate-list {
    color: #272624 !important;
    text-decoration:none;
}
.prod-cate-list {
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    color: #fff;
    font-weight:bold;
    display:block;
    padding:15px;
}
.prod-cate-list img {
    width: 50px;
    padding: 0;
    display: block;
    margin: 0 auto;
    margin-bottom:5px;
}
.m-prod-cate-check {
    display: none;
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    padding: 5px 15px;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    background: #e8f1ff;
    font-size: 16px;
    line-height: 42px;
    font-weight: bold;
    color: #333;
}
.m-prod-cate-check img{
    width:40px;
    height:40px;
    vertical-align:middle;
    margin-right:5px;
}
.m-prod-cate-check .iconfont{
    float:right;
}
.m-sel-server {
    background: #2d5156;
    padding: 15px;
    border-radius:5px;
}
.cell-tit {
    color: #d4e5ef;
    display: inline-block;
    margin-right: 15px;
    line-height: 36px;
    font-size: 16px;
}
.m-sel-box {
    width: 260px;
    display: inline-block;
}
.m-sel-box select {
    height: 36px;
    line-height: 34px;
    box-shadow: inset 2px 2px 3px 0px rgba(124,124,143,.1);
}
.new-wolrd-Description {
    padding: 15px;
    background: #272624;
    font-size: 16px;
    line-height: 26px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: -20px;
    color: #a5a5a5;
}
.new-wolrd-Description h2 {
    padding: 10px 0px;
    color: #ffb10f;
    font-size: 22px;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
    border-bottom: 1px solid #898989;
}
.new-wolrd-Description p{
    margin-bottom:10px;
    font-size: 16px;
    line-height: 26px;
    color: #a5a5a5;
}
.new-wolrd-Description a{
    color:#ffb10f;
    text-decoration:underline;
}
.new-wolrd-Description a:hover{   
    font-weight:bold;
}
.sel-server-item {
    margin: -5px;
    margin-bottom: 20px;
}
.sel-server-item a {
    padding: 0 20px;
    border-radius: 4px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    color: #f4f4f4;
    font-size: 18px;
    font-weight: bold;
    text-transform:capitalize;
    background: #20373a;
    border: 1px solid #2d5156;
    margin: 5px;
}
.sel-server-item li a:hover {
    color: #ffb10f;
}
.sel-server-item li a.active {
    background: #ffb10f;
    color: #272624;
}
.sel-server-box {
    background: #2d5156;
    padding: 10px 15px;
    display: table;
    width: 100%;
    border-radius:5px;
    margin:20px 0;
}
.sel-server-tit {
    display: table-cell;
    width: 10%;
    vertical-align: top;
    padding-right: 20px;
    text-align: center;
    color: #303030;
    font-weight: bold;
}
.sel-server-tit img {
    width: 80px;
    height: auto;
    margin: 0 auto;
    display: block;
}
.sel-server-tit h3 {
    text-align: center;
    background: #ccc;
}
.sel-server-cont {
}
.sel-server-cont a {
    width:320px;
    display: inline-block;
    line-height: 20px;
    font-size: 16px;
    color: #cee2ef;
    padding: 8px 8px;
    vertical-align: top;
    border: 1px solid #51767b;
    margin: 5px 5px 5px 0;
    border-radius: 5px;
    background: #3c6065;
}
.sel-server-cont a:hover {
    background: #243d40;
}
@media screen and (max-width: 1024px) {
    .prod-cate-a {
        font-size: 14px;
    }
    .prod-cate-img img {
        width: 100px;
    }
}

@media screen and (max-width: 768px) {
    .content-main{
        margin-top:30px;
    }
    .prod-cate-list img {
        width: 42px;
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 0px;
        vertical-align: middle;
    }
    .prod-cate-list div {
        display:inline-block;
    }
    .sel-server-tit{
        width:18%;
    }
    .prod-cate-nav{
        margin-bottom:10px;
    }
    .m-sel-server {
        padding: 10px;
    }
}
@media screen and (max-width: 578px) {
    .sel-server-box,.sel-server-box div {
        display: block;
        width:100%;
        border:none;
    }
    .cell-tit {
        display: inline-block;
    }
    .prod-cate-img{
        padding:20px 0;
    }
    .prod-cate-list {
        font-size: 12px;
        padding:5px 10px;
    }
    .sel-server-box .sel-server-tit {
        display: block;
        text-align: left;
        font-size: 16px;
    }
    .sel-server-tit img {
        width: 40px;
        display: inline-block;
        vertical-align: middle;
    }
    .sel-server-item a {
        padding: 0 15px;
        line-height: 30px;
        margin-right:2px;
    }
}
@media screen and (max-width: 360px) {
    .sel-server-cont a{
        width:100%;
    }
}


/*gold-product-main*/
.product-hd {
    background: #2d5156;
    padding: 15px 20px;
    font-size: 18px;
    color: #fff;
    display: table;
    width: 100%;
    text-transform: capitalize;
}
.gold-list {
    padding: 15px 20px;
    width: 100%;
    display: table;
    position: relative;
    background: #20373a;
    border-top: 1px solid #2d5156;
}
.product-hd > div,
.gold-list > div {
    display: table-cell;
    vertical-align: middle;
}
.gold-td-img {
    width: 45px;
    position: absolute;
    top: 15px;
    left: 20px;
}
.gold-th-pro {
    width: 55%;
}
.gold-td-name {
    width: 55%;
    padding-left: 45px;
}
.gold-td-unprice, .gold-th-unprice {
    width: 18%;
}
.gold-td-price, .gold-th-price {
    width: 15%;
}
.gold-td-btn, .gold-th-btn {
    width: auto;
}
.gold-td-img img {
    width: 40px;
    height: 40px;
}
.product-name {
    font-size: 18px;
    color: #fff;
}
.product-detail {
    font-size: 14px;
    color: #6a8594;
    margin-bottom: 5px;
}
.product-detail span {
    min-width: 70px;
    margin-right: 10px;
    color: #999;
    display: inline-block;
}
.product-price {
    font-size: 20px;
    color: #ffb10f;
    line-height: 20px;
}
.price-line-through {
    text-decoration: line-through;
    color: #6a8594;
    font-size: 15px;
    line-height: 20px;
    display: block;
    font-weight:lighter;
}
.m-layer-buy-from .formitm input {
    line-height: 32px;
}
.m-layer-login{
    margin-bottom:20px;
}
.div-btn-right {
    text-align: right;
    clear: both;
}
.div-btn-right .a-btn{
    margin-left:15px;
    margin-top:0;
    min-width:125px;
}
.btn-confirm .load {
    display:none;
}
.box-info {
    color: #999;
    margin-left: 36%;
    margin-top: -10px;
    font-size: 13px;
    line-height: 18px;
}
.formitm-product .lab，
.formitm-product .ipt {
    vertical-align: top;
}
.gold-cart-relative {
    margin-top: 10px;
    position: relative !important;
    background: #1b2f31 !important;
    height: auto !important;
    width: auto !important;
    z-index: 1 !important;
    overflow: visible !important;
}
.gold-cart-relative .m-layer-content{
    top: 0;
    transform: translateY(0%);
    max-width: 100%;
    width: 100%;
    max-height:inherit;
}
.gold-cart-relative .scrollbar-buy{
    max-height: initial;
    overflow: visible;
}
.gold-cart-relative .products-alert-top,
.gold-cart-relative .button-close,
.gold-cart-relative .formitm-product{
    display:none;
}
.gold-cart-relative .products-alert-cont,
.gold-cart-relative .buy-from-nba2k21{
    padding: 0;
}
.gold-cart-relative .products-alert-cont.border-top{
    padding:20px 0;
    border-top: 1px dashed #527276;
}
.gold-cart-relative .formitm-table .lab{
    width:23%;
}
.gold-cart-relative .formitm-table .ipt{
    width:77%;
}
.gold-cart-relative .formitm-table .ipt input,
.gold-cart-relative .formitm-table .ipt select{
    width:300px;
}
.gold-cart-relative .m-layer-login {
    text-align: right;
}
.list-cont-table {
    border: 1px solid #2d5156;
    background: #2d5156;
    width: 100%;
    position: relative;
    border-radius: 5px;
}
.list-cont-left{
    background: #20373a;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px;
}
.list-cont-left img{
    max-height: 100%;
    height: auto;
    width: auto;
}
.list-cont-right {
    padding: 15px 15px 20px;
    text-align: center;
}
.list-cont-right h2.product-name {
    font-weight: lighter;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    margin-bottom:10px;
}
.td-btn{
    margin-top:5px;
}
@media screen and (max-width: 1024px) {
    .but-btn-card {
        min-width: auto!important;
        padding: 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .gold-th-pro, .gold-td-name {
        width: 42% !important;
        padding-left: 0;
    }
    .gold-td-unprice, .gold-th-unprice {
        width: 25%;
    }
    .gold-td-price, .gold-th-price {
        width: 18%;
    }
    .but-btn-card{
        line-height:30px!important;
        font-size:14px!important;
    }
}

@media screen and (max-width: 567px) {
    .product-hd {
        font-size: 16px;
    }
    .gold-list > div {
        display: inline-block;
    }
    .gold-td-price {
        width: auto;
    }
    .gold-th-price {
        width: 30%;
    }
    .gold-td-price .product-price {
        line-height: 32px;
    }
    .gold-td-price .price-line-through{
        display: inline-block;
        margin-left: 8px;
        line-height: 32px;
    }
    .gold-td-btn, .gold-th-btn {
        width: auto;
        float: right;
    }
    .product-price{
        font-size:16px;
    }
    .price-line-through{
        font-size:13px;
    }
    .box-info {
        margin-left: 0;
        font-size: 12px;
        line-height: 16px;
    }
    .div-btn-right .a-btn-line,
    .div-btn-right .a-btn {
        padding: 0 20px;
        line-height: 34px;
        height: 36px;
        min-width: auto;
    }
    .gold-cart-relative .m-layer-login {
        text-align:left;
    }
    .gold-cart-relative .formitm-table .ipt input,
    .gold-cart-relative .formitm-table .ipt select{
        width:100%;
    }
    .list-cont-left{
        height:100px;
    }
    .list-cont-right {
        padding: 10px 10px 15px;
    }
    .list-cont-right h2.product-name{
        font-size:14px;
        line-height:18px;
        height:36px;
        margin-bottom:5px;
    }
    .pole-time {
        font-size: 12px;
        line-height: 1em;
    }
}




/*items-product-main*/
.main-wrapper-items .filter-nav .cell-tit{
    display:none;
}
.filter-nav {
    display: table;
    width: 100%;
    padding:10px 15px;
    background: #2d5156;
    border-radius:5px;
}
.items-menu {
}
.sec-cate > li {
    position: relative;
    margin: 5px 10px 5px 0;
    padding: 0 10px;
    background: #3c6065;
    border-radius: 4px;
    border: 1px solid #51767b;
}
.sec-cate > li > a {
    line-height: 32px;
    height:34px;
    color: #cee2ef;
    display: inline-block;
    font-size: 15px;
}
.sec-cate > li > a:hover {
    color:#6ac5d1;
}
.sec-cate > li:hover .sec-cate-child {
    display: block;
}
.sec-cate-child {
    display: none;
    position: absolute;
    top: 32px;
    left: 0;
    z-index: 22;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    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;
    width:16px;
    z-index:30;
}
.sec-cate-child li:hover{
    color:#fd7700;
    background: #fff5e1;
}
.sec-cate-child li:hover>a{
    color:#fd7700;
}
.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 5px 5px 0;
}
.sec-cate-child li:hover .sec-cate-child-3 {
    display: block;
}
.m-menu-short {
    margin: 20px 0;
}
.sel-category {
    float: left;
}
.item-search {
    float: right;
}
.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: #f6031a;
}
.item-search{
    position:relative;
}
.item-search input {
    display: inline-block;
    width: 260px;
    height: 36px;
    line-height: 34px;
    padding-right:40px;
    box-shadow: inset 2px 2px 3px 0px rgba(124,124,143,.1);
}
.item-search button {
    position:absolute;
    top:1px;
    right:1px;
    display: inline-block;
    background: none;
    height: 34px;
    line-height: 34px;
    text-align:center;
    width:40px;
    vertical-align: top;
    border: 0;
    font-size: 14px;
    color:#d4e5ef;
}
.item-search button:hover{
    color: #fff;
}
.items-product-main .product-hd {
    display:none;
}
.items-product-ul{
    margin:-5px;
}
.items-list {
    padding:5px;
    width: 25%;
    position: relative;
}
.item-td-price {
    text-align: center;
}
.item-td-price>span{
    display:inline-block;
    margin:0 3px;
}
.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-image: -webkit-linear-gradient( 90deg,rgb(61,103,193) 11%,rgb(156,175,215) 100%);
    background-image: -ms-linear-gradient( 90deg,rgb(61,103,193) 11%,rgb(156,175,215) 100%);
    box-shadow: inset 0 1px 1px 0 rgba(255,238,179,.504);
    border: 1px solid #445cd5;
}
.icon-play i {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.icon-play:hover {
    background: #9cafd7;
    border-color: #9cafd7;
}
.product-unit-qua input {
    width: 60px;
    height:36px;
    text-align:center;
    padding:0;
    border-radius:4px;
}
.acb-items-product-main{

}
.acb-items-product-ul{
    margin:0 -10px;
}
.acb-items-product-ul li {
    width: 20%;
}
.acb-items-card {
    margin: 10px;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.acb-items-img {
    height: 170px;
    padding:20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.acb-items-img img {
    max-width: 100%;
    max-height: 100%;
}
.acb-items-info {
    padding: 10px 20px 25px;
    border-top: 1px solid #eee;
}
.acb-items-info .product-detail {
    height:36px;
    line-height:18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    text-overflow: -o-ellipsip-lastline;
    margin-bottom: 10px;
    color: #333;
    font-weight: 700;
    text-align:center;
}
.acb-items-price {
    text-align: center;
    margin-bottom:20px;
}
.acb-items-price>span{
    display:inline-block;
    margin:0 5px;
}
.acb-items-info input {
    width: 33%;
}
.acb-items-info .a-btn {
    width: 60%;
    padding: 0px;
    float:right;
    margin: 0;
}
.item-details-title {
    display: block;
    color: #0088cc;
}
.item-details-title:hover{
    text-decoration:underline;
}
.item-td-details {
    display:none;
    clear: both;
    background: #f7f9fa;
    padding: 15px 20px 15px;
    border-radius: 5px;
    color: #3e65be;
    border: 1px solid #ddd;
    margin-top: 15px;
}
.item-td-details p{
    background:none;
}
@media screen and (max-width:768px) {
    .items-list{
        width:33.33%;
    }
}

@media screen and (max-width:576px) {
    .cell-tit {
        display: none !important;
    }
    .sel-category{
        margin-bottom:10px;
    }
    .m-menu-short{
        margin:10px 0;
    }
    .filter-nav {
        padding: 5px 10px;
    }
    .sec-cate > li > a{
        line-height:24px;
        height:26px;
        font-size:14px;
    }
    .sec-cate-child {
        top: 26px;
    }
    .items-list {
        width: 50%;
    }
    .acb-items-product-ul {
        margin: 0 -5px;
    }
    .acb-items-card{
        margin:5px;
    }
    .acb-items-info {
        padding: 10px 10px 15px;
        border-top: 1px solid #eee;
    }
    .acb-items-img{
        height: 110px;
        padding: 15px 10px;
    }
    .acb-items-info input {
        height:32px;
    }
    .acb-items-info .a-btn {
        height: 32px;
        line-height:30px;
        font-size:14px;
    }
}

/*cdk*/
/*cdk-product-main*/
.cdk-nav {
    background: #dadada;
    padding: 10px 0;
}
.listing-header {
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
}
.listing-header__title-wrapper {
    float: left;
    line-height:36px;
}
.listing-header__title-wrapper > h1 {
    display: inline-block;
    color: #333;
    float:left;
}
.listing-header__title-wrapper > span {
    color: #999;
    margin-left: 5px;
    float:left;
}
.filters {
    width: 20%;
    float: left;
    margin: 30px 0;
}
.cdkey-product-main {
    width: 78%;
    float: right;
    margin-top: 30px;
}
.filter-section h3 {
    color: #333;
    margin-bottom: 5px;
}
.filter-section-list li {
    float: none;
    display: block;
    vertical-align: middle;
}
.cdk-country-link img {
    width: 24px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
    margin-top: -4px;
}
.radio {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin: 7px 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
}
.radio input[type=checkbox], .radio input[type=radio] {
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
}
.radio i {
    height: 18px;
    width: 18px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    transition: border-color .2s ease,background .2s ease;
    -webkit-transition: border-color .2s ease,background .2s ease;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    position: relative;
    text-align: center;
}
.radio:hover input ~ i {
    border-color: #1d8bff;
}
.radio input:checked + i {
    border-color: #1d8bff;
}
.radio i:before {
    background: #1d8bff;
    border-radius: 50%;
    content: "";
    height: 10px;
    width: 10px;
    opacity: 0;
    margin-top: 3px;
    vertical-align: top;
    transition: transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s,-webkit-transform .2s;
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    -webkit-transition: opacity .2s,-webkit-transform .2s;
    -webkit-transform: scale(1);
    transform: scale(1);
    display: inline-block;
}
.radio.radio-cancel i:before {
    background: #fff!important;
    border: 1px solid #fff!important;
}
.radio.radio-cancel i {
    border: 1px solid #ccc!important;
}
.radio input:checked + i:before {
    opacity: 1;
}
.cdk-country-page {
    padding:20px 10px;
    border: 1px solid #acc7ee;
    background: #e2eeff;
    border-radius: 4px;
}
cdk-country-page>div{
    display:flex;
}
.cdk-country-page a {
    height: 80px;
    text-align:center;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    width: 160px;
    margin: 5px;
    padding: 15px 10px;
    background-image: url(/images/web/cdk-country-bg.jpg);
    color: #fff;
    border-radius: 4px;
    float:left;
}
.cdk-country-page a.cdk-pc {
    background-image: url(/images/web/cdk-pc.jpg);
}
.cdk-country-page a.cdk-psn {
    background-image: url(/images/web/cdk-psn.jpg);
}
.cdk-country-page a.cdk-steam {
    background-image: url(/images/web/cdk-steam.jpg);
}
.cdkey-product-ul {
    margin: -10px;
}
.cdkey-product-ul li {
    width: 20%;
}
.cdkey-store-ul .cdkey-info {
    padding:10px 15px;
}
.cdkey-store-ul .cdkey-info .product-detail{
    margin-bottom:5px;
}
.cdkey-store-ul .cdk-img {
    background-image: none;
    padding: 0;
    height: 256px;
}
.cdkey-store-ul .cdk-img img{
    width:100%;
}
.cdkey-store-price {
    display: block;
    width: 100%;
}
.cdkey-store-price .price-line-through{
    display:inline-block;
    margin-left: 10px;
}
.cdkey-card {
    margin: 10px;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 4px;
    overflow:hidden;
    display:block;
}
    .cdkey-card:hover {
        -webkit-box-shadow: 0px 5px 5px 0px rgba(85,85,85,0.1);
        box-shadow: 0px 5px 5px 0px rgba(85,85,85,0.1);
    }
.cdk-img {
    margin: 0 auto;
    text-align: center;
    background-image: url(/images/web/cdk-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 15px 20px;
    height:180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cdk-img img {
    max-width: 100%;
    max-height: 100%;
}
.cdkey-info {
    padding: 10px 15px 20px;
    border-top: 1px solid #eee;
}
.cdkey-info .product-detail {
    height:40px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: -o-ellipsip-lastline;
    margin-bottom: 10px;
}
.cdkey-card .product-price {
    line-height: 36px;
}
.cdkey-card .but-btn-card {
    float: right;
    min-width: auto;
    padding: 0 20px;
}
.cdkey-table {
    display: table;
    height: 56px;
    width:100%;
}
.cdkey-table>div {
    vertical-align:middle;
    display:table-cell;
}
.cdkey-table-price{
    width:40%;
}
.cdkey-table-btn{
    width:60%;
}
.cdkey-table-btn .a-btn{
    margin-top:0;
    float: right;
    line-height:34px;
}
.hover-info {
    display: none;
}
.cdkdeta-content-main {
    background: #fff;
    margin-top: 0;
}
.cdkdeta-content-main .container {
   
}
.cdk-shop{
    padding-top:50px;
}
.cdk-shop a{
    font-size:16px;
    font-weight:700;
    color:#999;
}
.cdkey-details {
    width: 100%;
    float: left;
}
.showcase-pro-img {
    float: left;
}
.showcase-pro-info {
    float:right;
    width: 70%;
    padding-left:50px;
}
.pro-img-slide {
    border: 1px solid #ddd;
    width: 400px;
    height: 400px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #fff;
}
.pro-img-slide > img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.small-img-box {
    margin: 15px -5px 0 -5px;
}
.small-img-box li {
    padding: 0 5px;
}
.small-img {
    margin: 3px;
    width: 72px;
    height: 72px;
    border: 1px solid #ddd;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #fff;
    cursor:pointer;
}
.small-img img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.showcase-pro-info > h1 {
    color: #333;
    font-size: 34px;
    line-height: 50px;
}
.cdkey-details-span{
    margin-top:15px;
}
.cdkey-details-span li{
    margin-right:10px;
}
.cdkey-details-span li div{
    color:#999;
}
.cdkey-details-span span{
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    line-height: 30px;
    padding:0 15px;
    display: inline-block;
    margin-top:5px;
}
.span-game {
    background: #50c983;
}
.span-Steam {
    background: #5dd1f6;
}
.span-Steam i{
    width: 20px;
    height: 20px;
    margin-right: 5px;
    display: inline-block;
    background-size: 100% 100%;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.span-Steam .steam-icon{
    background-image:url(/images/web/steam/steam-icon.png)
}
.span-Steam .nintendo-icon{
    background-image:url(/images/web/steam/nintendo-icon.png)
}
.span-Steam .psn-icon{
    background-image:url(/images/web/steam/psn-icon.png)
}
.span-Stock {
    background: #c290ff;
}
.span-Region {
    background: #ff6a6a;
}
.showcase-pro-info .formitm label {
    width: 150px;
    display: inline-block;
    color: #999;
}
.showcase-pro-info .formitm {
    font-size: 16px;
    line-height: 26px;
    float: none;
}

.showcase-pro-info .formitm .ipt {
    display: inline-block;
    width: auto;
    color: #666;
    float: none;
}
.formitm-price {
    margin-top: 80px;
    background: #f4f4f4;
    padding: 20px 20px 0px;
}
.formitm-price .product-price{
    font-size: 34px;
    line-height: 34px;
}
.formitm-price .price-line-through {
    display: inline-block;
    margin-left: 15px;
    font-size:20px;
}
.showcase-pro-but {
    background: #f4f4f4;
    padding: 0 20px 20px;
}
.showcase-pro-but input{
    width:70px;
    margin-right:12px;
}
.showcase-pro-but .a-btn {
    min-width: 148px;
    padding: 0;
    text-align:center;
}
.a-btn-line {
    font-size: 17px;
    margin-left: 10px;
    padding: 0 30px;
    line-height: 40px;
    color: #fff;
    background: #2d5156;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    border: 1px solid #51767b;
    transition: all 0.5s;
    font-family: Cambria,Arial,sans-serif;
    text-transform: capitalize;
    font-weight: bold;
}
.a-btn-line:hover {
    background:#6ac5d1;
    color: #272624;
    transition: all 0.5s;
}
.cdk-hint {
    font-size: 13px;
    border-radius: 3px;
    /*background: #eef5fc;*/
    margin-top: 15px;
    padding: 5px 10px;
    line-height: 22px;
    color: #678ad9;
}
.pro-description {
    margin: 50px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.pro-description>span{
    padding: 15px 20px;
    color: #333;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
    border-bottom: 1px solid #ddd;
    background:#f5f5f5;
    border-radius:5px 5px 0 0;
}
.pro-description .nside-game-item{
    background:#f5f5f5;
}
.cdk-detail-description {
    margin:80px 0 50px; 
}
.cdk-detail-title {
    padding: 20px;
    background: #455169;
    color: #fff;
    border-radius: 5px;
}
.cdk-detail-cont {
    padding: 30px;
    font-size: 16px;
    line-height: 26px;
}
.cdk-detail-cont li{
    float:none;
}
.cdk-detail-description p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
}
.cdkey-recommend {
    max-width:1360px;
    margin:0 auto;
}
.cdkey-recommend > h2 {
    padding: 30px 0px;
    vertical-align: bottom;
    font-size: 24px;
}
.cdkey-recommend > h2 > a {
    color:#2F82FB;
    font-size: 14px;
    font-weight: lighter;
    margin-left:20px;
}
.cdkey-recommend > h2 > a:hover {
    text-decoration: underline;
}
.cdk-txtwrap{
    margin:0;
    padding:50px 0;
}
.not-found {
    text-align: center;
    padding: 50px;
    background:#fff;
    border-radius:5px;
}
.not-found img{
    max-width:300px;
    width:100%;
}
.no-results-txt {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
.no-results-link{
    font-size:16px;
    margin-top:15px;
}
@media screen and (max-width:1024px) {
    .cdkey-product-ul li {
        width: 25%;
    }
    .cdkey-table-btn .a-btn{
        padding:0 15px;
    }
    .cdkey-store-ul .cdkey-card {
        margin: 5px;
    }
}

@media screen and (max-width:768px) {
    .cdkey-product-ul li {
        width: 33.33%;
    }
    .cdkey-store-ul li{
        width:25%;
    }
    .listing-header {
        border-bottom:0;
    }
    .filters {
        width: 100%;
        margin-bottom: 0px;
        background: #fff;
        margin-top: 0;
        padding: 15px;
        border-radius: 4px;
    }
    .cdkey-product-main, .cdkey-details {
        width: 100%;
    }
    .filter-section-list li {
        float: left;
        margin-right: 30px;
        min-width: 80px;
    }
    .cdkey-recommend {
        display: none;
    }
    .pro-img-slide {
        width: 280px;
        height: 280px;
    }
    .small-img {
        width: 48px;
        height: 48px;
    }
    .showcase-pro-info {
        width: 450px;
        padding-left:25px;
    }
    .showcase-pro-info > h2{
        font-size:22px;
        line-height: 38px;
    }
    .formitm-price, .cdk-detail-description {
        margin-top: 50px;
    }
}

@media screen and (max-width:567px) {
    .cdk-country-page a {
        width:46%;
    }
    .cdkey-product-ul {
        margin: -5px;
    }
    .cdkey-product-ul li {
        width: 50%;
    }
    .cdkey-card {
        margin: 5px;
    }
    .cdkey-info {
        padding: 10px 15px;
    }
    .cdk-img{
        height: 140px;
    }
    .cdkey-store-ul .cdk-img {
        height: 218px;
    }
    .cdkey-info .product-detail {
        font-size: 12px;
        line-height: 16px;
        height: 32px;
        margin-bottom:0px;
    }
    .cdkey-card .product-price {
        line-height: 16px;
    }
    .cdkey-table-btn .a-btn {
        padding: 0 10px;
    }
    .cdkey-card .but-btn-card {
        float: right;
        min-width: auto;
        padding: 0 10px;
        font-size: 12px;
        line-height: 28px;
    }
    .showcase-pro-img {
        float: none;
    }
    .pro-img-slide {
        display: block;
        margin: 0 auto;
    }
    .small-img-box {
        margin: 15px 0px;
        text-align: center;
    }
    .small-img-box li {
        display: inline-block;
        float: none;
        padding: 0 3px;
    }
    .showcase-pro-info {
        width: 100%;
        padding-left: 0px;
    }
    .showcase-pro-info > h2 {
        font-size: 16px;
        line-height: 22px;
    }
    .showcase-pro-info .formitm {
        font-size: 14px;
        line-height: 18px;
    }
    .showcase-pro-but {
        margin-top: 0px;
    }
    .showcase-pro-but .a-btn {
        min-width: auto;
        padding: 0 10px;
    }
    .cdk-detail-cont {
        padding:20px 15px;
    }
    .formitm-price, .cdk-detail-description{
        margin-top:30px;
    }
    .cdkey-store-price{
        margin-top:10px;
    }
    .listing-header .item-search {
        float: left;
    }
}
@media screen and (max-width:320px) {
    .cdk-country-page a {
        width: 45%;
    }
}

/*itemspackage-content-main*/
.main-wrapper-package .filter-nav {
    margin-top: 0;
}
.package-list {
    padding: 15px 20px;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    position: relative;
    background: #fff;
}
.package-list > div {
    display: block;
    vertical-align: middle;
    float: left;
}
.package-th-pro, .package-td-name {
    width: 60%;
}
.package-th-info, .package-td-info {
    width: 15%;
    position:relative;
}
.package-th-price, .package-td-price {
    width: 13%;
}
.package-td-name h2{
    margin-bottom:5px;
}
.package-td-name img {
    margin-right: 5px;
    width:40px;
    height:40px;
    margin-bottom:5px;
    border-radius:3px;
}
.btn_info {
    background: url(/images/web/icon_info.png) no-repeat scroll 0 0 transparent;
    display: block;
   height:20px;
    width: 20px;
    cursor: pointer;
    margin-top:8px;
}
.info_all {
    background-color: #fff;
    border: 1px solid #21b81a;
    color: #555;
    display: none;
    left: -130px;
    position: absolute;
    top: 35px;
    width: 260px;
    z-index: 9001;
    text-align: center;
}
.info_all:after{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    transform: rotate(45deg) translate(-50%, -50%) scale(1.4);
    top: 0;
    left: 50%;
    border-top: 1px solid #21b81a;
    border-left: 1px solid #21b81a;
    margin-left: 5px;
    background: #27cd1f;
}
.info_all h3 {
    background-color: #27cd1f;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0;
    padding: 5px;
}
.info_all .text {
    font-size: 12px!important;
    line-height: 1.4em;
    padding: 8px;
    word-break: break-all;
    word-wrap: break-word;
}
.package-td-info:hover .info_all {
    display:block;
}
.package-list > .package-td-else {
    display: block !important;
    clear: both;
    width:100%;
}
.showmore {
    color: #0088cc;
    display: block;
}
.showmore:hover{
    text-decoration:underline;
}
.package-td-else ul {
    display: none;
    margin-top: 10px;
    padding: 30px 20px 15px 20px;
    border-radius: 5px;
    background: #e8f1ff;
    color: #3e65be;
    border: 1px solid #c6d5ec;
}
.package-td-else ul li{
    margin: 0px 30px 15px 0;
}
.package-preview {
    float: left;
    margin-right: 15px;
}
.package-preview img{
    width:36px;
    height:36px;
    border-radius:3px;
    overflow:hidden;
}
.package-item-cont {
    float: left;
}
.package-item-cont>.f-fl{
    clear: both;
   margin-bottom:10px;
}
.package-item-cont .f-fl div{
    float:left;
}
.package-item-img{
    width:36px;
    height:36px;
    display:inline-block;
}
.package-item-sequ {
    line-height: 36px;
    width: 15px;
    font-weight: bold;
    color: #f09d05;
}
.package-sel {
    margin-left:5px;
    width: 180px;
}
.package-sel select{
    height:36px;
    line-height:34px;
}
.eso-package-td-else select {
    width: 180px;
    line-height: 34px;
    height: 36px;
    margin-right:5px;
    float:left;
}
.eso-sel-inner{
    padding-top:10px;
    clear:both;
}
.altHtml {
    margin-top: 3px;
    font-size: 15px;
}
.altHtml-1 {
    color: #ff8e12;
}
.altHtml-2 {
    color: #27cd1f;
}
.altHtml-3{
    color: #5799e2;
}
.gw2-package-name span {
    color: #f60;
    font-size: 12px;
    background: #fff;
    border: 1px solid;
    padding: 3px 5px;
    border-radius: 3px;
    float: left;
    margin: 2px 3px;
}
.gw-Click-here{
    margin-top:10px;
}
.package-td-else-gw2 select{
    width:180px;
    display:inline-block;
}
.color-gw2 {
    color: #f6031a;
    font-size: 20px;
    font-weight: bold;
    margin:0 10px;
}
.color-name{
    color:#2F82FB;
    margin-right:5px;
}
.package-list-GM{
    display:table;
}
.package-list-GM>div{
    display:table-cell;
    vertical-align:middle;
    float:none;
}
.package-list-GM>.package-td-name{
    vertical-align:top;
}
@media screen and (max-width:1024px) {
    .package-sel {
        width: 170px;
    }
}
@media screen and (max-width:768px) {
    .package-th-pro, .package-td-name {
        width: 55%;
    }
    .eso-package-td-else select{
        width:140px;
        margin:3px 5px 3px 0;
    }
}
@media screen and (max-width:567px) {
    .package-td-name {
        width: 100%;
    }
    .package-td-btn {
        float: right !important;
    }
    .package-th-price, .package-td-price {
        width: auto !important;
    }
    .package-list > .package-td-else {
        margin-top: 5px;
    }
    .package-td-else ul li {
        margin: 0px 0px 15px 0;
    }
    .package-sel {
        width: 165px;
    }
    .eso-package-td-else select {
        width: 155px;
    }
    .package-list-GM > div{
        display:inline-block;
    }
    .package-list-GM .package-td-info {
        display: none;
    }
}


/*powerleveling-content-main*/
.powerleveling-content-main .filter-nav {
    margin-top: 20px;
    border-bottom: none;   
}
.m-sel-pole {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.m-sel-pole, .m-sel-pole-list {
    padding: 20px 15px;
    background: #f5f5f5;
}
.pole-border {
    color: #272624;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 16px;
    border-left: 3px solid #272624;
    padding-left: 5px;
}
.m-sel-pole select {
    display: inline-block;
    margin-right: 20px;
    width: 200px;
    height: 36px;
    line-height: 34px;
    box-shadow: inset 2px 2px 3px 0px rgba(124,124,143,.1);
}
.m-sel-pole button{
    line-height:34px;
    margin-top:0;
}
.list-pole-template {
    margin-top: 10px;
}
.pole-template {
    display: inline-block;
}
.pole-template select{
    display:inline-block;
    width:200px;
    height:36px;
    line-height:34px;
}
.select-style {
    font-weight: 600;
    width: 100px;
    margin-right:15px;
    height:36px;
    line-height:34px;
}
.pole-time {
    color: #6a8594;
    font-size:14px;
}
.pole-price {
    color: #f6031a;
    font-weight: bold;
    margin-right:20px;
}
.a-btn.small-btn{
    margin-top:0;
    line-height:36px;
    height:36px;
}
.pole-product-main{
    background:none;
}
.pole-product-ul{
    margin:-5px;
}
.pole-list {
    padding: 5px;
    width: 25%;
    position: relative;
}
.pole-list-price > span {
    margin:0 3px;
    display: inline-block;
}
.pole-list-right .icon-play{
    margin-top:4px;
}
.pole-list-right .a-btn {
    line-height: 34px;
    margin-top: 0;
}
.pole-detaols-page .container {
    min-height: 500px;
}
form#my-profile {
    width: 100%;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    overflow: hidden;
    border: 1px solid #2d5156;
    background: #20373a;
}
.html-powerlevel-rs-page form#my-profile {
}
.pole-detaols-right {
    width: 40%;
    float: right;
    padding:50px 30px;
    word-wrap: break-word;
    word-break: normal;
}
.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: #d4e5ef;
}
.pole-detaols-left {
    width: 60%;
    float: left;
    color: #d4e5ef;
    padding: 30px 50px;
    border-right: 1px dashed #2d5156;
}
.pole-detaols-left .ipt-tip input, 
.pole-detaols-left .ipt-tip select {
    width: 75%;
}
.formitm-fut {
    margin-bottom: 10px;
}
.formitm-fut .lab {
    width: 30%;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    text-align:right;
}
.formitm-fut input {
    width: 50%;
    display: inline;
    vertical-align: middle;
    border-radius:4px;
}
.formitm-fut select {
    width: 50%;
    display: inline;
    vertical-align: middle;
}
.formitm-fut i{
    display:inline-block;
    vertical-align:middle;
    color: #f6031a;
}
.formitm-fut-btn{
    margin-left:30%;
}
@media screen and (max-width:1024px) {
    .select-style {
        width: 65px;
    }
}
@media screen and (max-width:768px) {
    .pole-product-main{
        margin:0;
    }
    .pole-list {
        width: 33.33%;
    }
    .formitm-fut .lab{
        width: 40%;
    }
    .formitm-fut-btn {
        margin-left: 40%;
    }
    .m-sel-pole select {
        width: 68px;
        margin: 0 10px 5px 0;
    }
    .pole-detaols-left .ipt-tip input,
    .pole-detaols-left .ipt-tip select {
        width: 95%;
    }
    .pole-detaols-right span{
        font-size:14px!important;
    }
}
@media screen and (max-width:578px) {
    .m-sel-pole select{
        margin:0 10px 5px 0;
    }
    .pole-list {
        width: 50%;
    }
    .pole-detaols-left, .pole-detaols-right {
        width: 100%;
        border:none;
        padding: 15px;
    }
    .pole-detaols-right {
        border-top: 1px dashed #2d5156;
    }
    .pole-template {
        display: block;
    }
    .pole-template select {
        width: 143px;
        margin-right:0;
    }
    .select-style{
        width:60px;
    }
    .pole-detaols-left .formitm-fut .lab {
        width: 100%;
        text-align: left;
    }
    .pole-detaols-left .formitm-fut .lab {
        width: 100%;
        text-align: left;
    }
}
@media screen and (max-width:360px) {
    .select-style {
        width: 59px;
        padding: 0 5px;
    }
}





/*shop-product-main*/
.shop-content-main {
    
}

.shop-content-main .container{
    padding-bottom: 50px!important;
    min-height: 600px;
    max-width:1200px;
}
.stepper-steps {
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    flex: 1 auto;
}
.stepper-steps:before {
    border-top: 1px solid #3b6b71;
    content: "";
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 37%;
    right: 0;
    bottom: 0;
    left: 0;
}
.shopp-nav {
    position: relative;
    width: 100%;
    align-items: stretch;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    transition: transform .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin: 0;
    padding: 0;
}
.shopp-nav li {
    background: transparent;
    display: block;
    float: left;
    max-width: 100%;
    padding: 0;
    text-align: center;
    flex: none;
    flex-shrink: 0;
    width:28%;
}
.shopp-nav li:first-child {
    padding-left: 0;
    text-align: left;
    width:22%;
}
.shopp-nav li:last-child {
    margin-right: 0;
    padding-right: 0;
    text-align: right;
    width:22%;
}
.shopp-nav .stepper-item {
    max-width: 100%;
    display: inline-block;
    padding: 20px;
    background:#1b2f31;
}
.shopp-nav li:first-child .stepper-item {
    padding-left: 0;
}
.stepper-icon {
    background: #44777d;
    border-radius: 50%;
    color: #1b2f31;
    font-size: 16px;
    display: inline-block;
    font-weight: 300;
    line-height: 30px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    transform: translate3d(0, 0, 0);
    transition: all .2s ease;
}
.stepper-label {
    color: #d4e5ef;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}
.shopp-nav li[data-state="active"] .stepper-item {
    color: rgba(0,0,0,0.87);
    font-weight: 700;
}
.shopp-nav li[data-state="active"] .stepper-item .stepper-icon {
    background: #6ac5d1;
}
.stepper-icon .icon-querendakuan {
    font-size: 17px !important;
    padding-left: 1px;
}
.container-confirm {
    max-width: 800px;
    margin: 0 auto;
    background-color: #2d5156;
    border: 1px solid #3b6b71;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    padding: 20px;
}
.container-confirm .cart-title{
    align-items: baseline;
    display: flex;
    margin-bottom: 30px;
    background: #6ac5d1;
    padding: 15px;
    margin: -20px -20px 30px -20px;
}
.container-confirm .title--size-big {
    font-size: 32px;
    line-height: 40.8px;
    color:#fff;
}
.cart-title {
    align-items: baseline;
    display: flex;
    margin-bottom: 30px;
}
.title--size-big {
    font-size: 32px;
    line-height: 40.8px;
    color: #fff;
}
.cart-title span {
    color: #d4e5ef;
    font-size: 12px;
    margin-left: 10px;
}
.cart-title-continue {
    color: #2F82FB;
    font-weight: 700;
    margin-left: auto;
    padding-right: 0;
    font-size: 14px;
    display:none;
}
.shop-left {
    float: left;
    width: 66%;
}
.shop-list {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #2d5156;
    border: 1px solid #3b6b71;
}
.shop-product {
    margin: 0 20px;
    padding: 20px 0;
    border-bottom: 1px solid #3b6b71;
}
.cart-order-into {
    display: none;
}
.cart-order-into ul {
    background: #e8f1ff;
    color: #3e65be;
    border: 1px solid #c6d5ec;
    padding: 10px;
    border-radius: 4px;
}
.cart-order-into ul li {
    margin-right: 10px;
}
.cart-order-into>button{
    margin-left:0;
    margin-right:15px;
}
.cart-into-but {
    color: #ffffff;
    background: #457bca;
    padding: 0 10px;
    margin-left: 60px;
    border-radius: 3px;
}
.shop-list-left {
    display: inline-flex;
    width:64%;
    flex: 1;
}
.shop-list-right {
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width:35%;
    vertical-align: top;
}
.shop-td-img {
    display: inline-block;
    text-align: center;
    position: relative;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    float:left;
}
.shop-product-info {
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    float: left;
    width:79%;
}
.shop-product-info .product-name{
    font-size:18px;
    line-height: 20px;
    color: #fff;
    font-weight:bold;
    margin-bottom: 15px;
}
.shop-detail {
    color:#fff;
}
.shop-detail span {
    color: #d4e5ef;
    min-width: 80px;
    padding-right: 5px;
    display: inline-block;
}
.shop-list-bot {
    padding: 16px 20px;
    text-align: right;
    font-weight:bold;
}
.group__total-price-label {
    color: #d4e5ef;
    margin-right: 5px;
    font-weight: lighter;
}
sup {
    top: -0.5em;
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    padding-left: 5px;
}
.counter-wrapper button {
    background-color: transparent;
    height: 26px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
    font-weight: bold;
}
.button-size-sub {
    opacity: 0.8;
    color: #d49106;
    font-weight: bold;
}
.button-size-add {
    color: #d49106;
}
.button:disabled {
    cursor: not-allowed;
}
.counter-wrapper form {
    display: inline-block;
}
.counter-input {
    font-size: 12px;
    height: 26px;
    padding: 0 6px;
    border-radius:4px;
    box-sizing: border-box;
    margin: 0 4px;
    text-align: center;
    width: 40px;
    display: inline-block;
}
.but-remove {
    display: block;
    margin: 4px auto 0;
    color: #6ac5d1;
    font-weight: 400;
    width: auto;
    background-color: transparent;
    font-size: 12px;
}
.but-remove:hover{
    color: #2F82FB;
}
.price {
    display: flex;
    flex-direction: column;
    text-align: right;
}
.price--color-black {
    color:#fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33em;
}
.price__currency {
    font-size: 0.6em;
    text-transform: uppercase;
}
.price-wrapper__vat {
    color: rgba(0,0,0,0.28);
    font-size: 10px;
    text-align: right;
}
.Per-item{

}
.price-wrapper-title {
    color: #999;
}
.price-wrapper-per-item {
    display: inline-flex;
    margin-left: 5px;
}
.price-cost {
    color: rgba(0,0,0,0.87);
    font-size: 16px;
    font-weight: normal;
}
.discount {
    display: flex;
    margin-top: 10px;
}
.discount__percent {
    background: #DD301C;
    color: white;
    display: block;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    margin-right: 10px;
    padding: 0 5px;
}
.discount__suggested-price {
    color: #d4e5ef;
    line-height: 18px;
    position: relative;
    text-decoration: line-through;
}
.step-shopping-info {
}
.checkout-payment {
    width: 32%;
    float: right;
}
.product-card__promocode{
    margin-bottom:15px;

}
.product-code-link {
    position: relative;
    color: #2F82FB;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 2px;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 8px;
    margin-bottom:15px;
    display:none;
}
.product-code-link::after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, #2F82FB 0%, #2F82FB 50%, transparent 50%, transparent 100%);
    background-size: 8px 1px;
}
.product-code-container{
    position:relative;
}
.product-code-container input{
    font-size:16px;
}
.code-btn {
    font-size: 16px;
    height: 40px;
    position: absolute;
    top: 1px;
    right: 1px;
    background: #6ac5d1;
    color: #1b2f31;
    text-align: center;
    line-height: 40px;
    padding: 0 15px;
}
.order-summary {
    padding: 20px;
    border-radius: 4px;
    background: #3c6065;
    border: 1px solid #51767b;
}
.summary-sub-total {
    line-height: 30px;
    zoom: 1;
    border-bottom: 1px dashed #7d9da1;
}
.summary-sub-total span {
    margin-right: 20px;
    float: left;
    text-align: left;
    color:#cee2ef;
}
.summary-sub-total span i {
    color: #2f82fb;
}
.summary-sub-total span > a:hover {
    color: #f6031a;
}
.summary-sub-total em {
    color:#fff;
    float: right;
    width:auto;
    text-align: right;
     font-style:normal;
}
.summary-sub-total.summary-sub-total-foot {
    margin-top: 10px;
    border:none;
}
.summary-sub-total.summary-sub-total-foot span {
    font-size: 16px;
    font-weight: bold;
    color:#cee2ef;
}
.summary-sub-total.summary-sub-total-foot em {
    font-size: 24px;
    color: #ffb10f;
    font-weight: bold;
    font-style:normal;
}
.Payment_Select {
    padding-top: 30px;
    text-align: center;
}
.Payment_Select-box {
    width: 100%;
    margin: 0 auto;
}
.pp-paypallog {
    line-height: 16px;
    font-size: 16px;
    margin-bottom: 15px;
}
.pp-paypallog img {
    vertical-align: middle;
    width: 16px;
    margin-right: 5px;
}
.pp-paypallog input {
    margin-right: 0px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border: 1px solid #E0E0E0;
    margin-top: -3px;
}
.pp-paypallog input:checked{
     border: 1px solid #E0E0E0;
}
#paypal-button {
    width: 100%;
    border-radius: 4px;
    background: #ffc439;
    height:45px;
    overflow:hidden;
}
#paypal-button:hover{
    background:#f2ba36;
}
.but-btn-paypal {
    background: #ffc439;
    color:#666;
    margin-top:5px;
    font-size:18px;
}
.card_container {
    margin-top: 15px;
}
.but-btn-credit {
    background: #003087 !important;
    font-size: 18px !important;
    margin-top: 0 !important;
    color:#fff!important;
}
.card_container-link:hover {
    color: #ccc;
}
.but-btn-credit.select {
    background: #f2f7ff;
    color: #0140b3;
    border: 1px solid #c6d5ec;
    border-bottom: none;
    position: relative;
}

.but-btn-credit.select:hover {
    color: #4e8dff;
}
.card_container-cont {
    display: none;
    padding: 20px;
    width: 100%;
    border: 1px solid #c6d5ec;
    margin-left: 0px;
    margin-top: -5px;
    background: #f2f7ff;
    border-radius:0 0 5px 5px;
}

input:-internal-autofill-selected {
    background: #fff !important;
}
.card_container-cont > a {
    background: #003087;
    display: block;
    height: 38px;
    line-height: 38px;
    border-radius:4px;
    width: 100%;
    cursor: pointer;
    color: #fff;
    clear:both;
}
.card_container-cont > a:hover{
    -webkit-box-shadow: 0 1px 12px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 12px 0 rgba(0,0,0,.3);
    -webkit-filter: contrast(1.3);
    filter: contrast(1.3);
    transition: all 0.5s;
}
.but-btn-proceed {
    margin-top: 15px !important;
    background: #f75213 !important;
    font-size: 18px !important;
}
.payment-section {
    border: 1px solid #d2d2d2;
    background: #fff;
    margin: 50px 0 30px 0;
    clear: both;
}
.but-btn-proceed:hover,
.but-btn-credit:hover,
.but-btn-paypal:hover {
    -webkit-box-shadow: 0 1px 12px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 12px 0 rgba(0,0,0,.3);
}
.cart-empty {
    width: 100%;
    padding: 50px 20px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    min-height:692px;
}
.cart-empty img{
    display: block;
    margin: 0 auto;
    max-width: 200px;
    width:100%;
}
.cart-empty h3{
    color:#fff;
}
.cart-empty p a{
   color: #ffb10f;
   font-weight:bold;
}
.cart-empty p a:hover{
    text-decoration:underline;
}
.selgear {
    display: block;
    border: 1px solid #acc7ee;
    background: #e2eeff;
    border-radius: 4px;
    padding: 10px 30px 10px 10px;
    margin: 10px 0px;
    color: rgb(0, 0, 0);
}
.selgear select {
    padding: 5px 0;
    height: 32px;
    line-height: 30px;
    width: 240px;
}
.selgear img{
    display:inline-block;
    vertical-align:middle;
    margin-right:3px;
    margin-top:-2px;
}
.selgear a{
    color:#166ce8;
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
    .shop-left{
        margin-bottom: 15px;
    }
    .chat-now {
        top: 75%;
    }
}
@media screen and (max-width:567px) {
    .shop-product {
        margin: 0 10px;
        padding: 10px 0;
    }
    .shop-list-right {
        margin-top: 15px;
        background: #20373a;
        padding: 10px;
        clear: both;
        display: inline-flex !important;
    }
    .price--color-black{
        font-size:20px;
    }
    .discount__suggested-price {
        line-height: 2px;
        font-size: 12px;
    }
    .shop-product-tit {
        font-size: 10px;
    }
    .chat-now {
        top: 75%;
        width: 68px;
        right: 15px;
    }
    .Payment_Select {
        position: fixed;
        bottom: 0px;
        left: 0;
        width: 100%;
        z-index: 480;
        color:#333;
        background: #fff;
        border-top: 1px solid #ddd;
        padding: 15px;
        box-shadow: 0 -2px 3px 0 rgba(0,0,0,0.12);
    }
    .sel-server-tit {
        width: 30%;
        padding-right: 6px;
        font-size:12px;
    }
    .shopp-nav .stepper-item{
        padding:0 10px 0 0;
    }
    .shopp-nav li {
        text-align: center !important;
    }
    .shopp-nav .stepper-item {
        padding:0 5px;
    }
    .stepper-icon{
        margin:0;
    }
}
@media screen and (max-width:320px) {
    .shop-product-info{
        width:75%;
    }
}




.Payment-page body{
    width:100%;
    height:100%;
    position:fixed;
}
.default-pp {
    box-shadow: 0 0 15.04px 0.96px rgba(0,0,0,.11);
    margin: 0 auto;
    background:#fff;
    max-width: 708px;
    width: 100%;
    top: 50%!important;
    transform: translateY(-50%);
    position: relative;
    border-radius:5px;
    overflow:hidden;
}
.pp-header {
    background-color: #2d5156;
    color: #444;
    fill: #000;
    overflow: hidden;
    padding: 25px 30px 20px 30px;
    position: relative;
    border-bottom: 1px solid rgba(68,68,68,.2);
    z-index: 1;
}
.header-logo {
    float: left;
    width:140px;
}
.header-amount {
    float: right;
    color:#fff;
}
.header-amount .total-amount {
    display: block;
    line-height: 31px;
    text-align: right;
    font-size: 28px;
    font-weight:bold;
}
.header-amount sup {
    font-size: 14px;
    top: -.6em;
}
.includes-fee {
    color: #d4e5ef;
}
.shop-payment-info {
    padding: 10px 0px 20px 30px;
    background: #fff;
    border-bottom: 1px solid #d4d4d4;
}
.shop-payment-info .formitm {
    width: 290px;
    float: left;
    display:block;
    margin:3px 48px 3px 0;
}
.shop-payment-info .formitm .lab {
    color: #333;
    line-height: 30px;
}
.shop-payment-info .formitm .ipt {
   display: block;
}
.shop-payment-info .formitm .ipt span{
    color:#f6031a;
    padding-left:5px;
    line-height: 32px;
}
.shop-payment-info .ipt-input {
    width: 95%;
    background: #fff;
}
.shop-payment-info .ipt-input:focus, 
.shop-payment-info .ipt-sel-input:focus ,
.shop-payment-info .ipt-input-sel:focus{
        border: 1px solid #81affd;
        outline: 0;
        background: #fff!important ;
    }
.shop-payment-info .ipt-sel-input {
    width: 37%;
    padding: 0 3px;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-right: none;
    font-size: 14px;
    color: #333;
    height: 32px;
    line-height: 32px;
    float: left;
    border-radius: 4px 0 0 4px;
    display: inline-block;
}
.shop-payment-info .ipt-input-sel {
    float: left;
    display: inline-block;
    width:58%;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    font-size: 14px;
    color: #333;
    height: 32px;
    line-height: 32px;
    border-radius: 0 4px 4px 0;
}
.shop-tit-h2 {
    background: #f5f5f5;
    font-weight: bold;
    display: block;
    padding: 14px 20px;
    color: #333;
    border-bottom: 1px solid #d2d2d2;
}
.payment-section-cont {
    padding: 20px;
}
.payment-methods {
    position: relative;
}
.payment-methods .text-center{
   border-top: 1px solid #ddd;
    padding-top: 20px;
}
.Online-Payment-info {
    margin: 0 auto;
    text-align: left;
    padding: 30px 0 0px 19px;
    overflow-y: auto;
    margin-bottom: 0px;
    max-height:430px;
}
.pp-list-box {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    height: 145px;
    margin: 0 10px 20px;
    opacity: 1;
    padding: 0px 8px;
    text-align: center;
    transition: opacity .2s linear;
    vertical-align: top;
    width: 145px;
    float:left;
}
.pp-list-box:hover{   
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.14);
}
.pp-list-box.check{
    border: 1px solid #ffb10f;
}
.pp-list-box div {
    height: 50px;
    margin: 12px auto 10px;
    position: relative;
    width: 95px;
}
.pp-list-box div img{
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.pp-list-box h4 {
    color: #444;
    display: block;
    font-weight: 500;
    line-height: 1em;
}
.pp-list-box span {
    color: #787878;
    line-height: 1.2em;
    font-size:12px;
}
.Online-Payment-info li {
    margin: 10px;
}
.Online-Payment-info input {
    display: inline-block;
    width: auto;
    line-height: 50px;
    height: 50px;
    vertical-align: top;
    margin-right: 4px;
    cursor: pointer;
}
.Online-Payment-info label {
    display: inline-block;
    width: 180px;
    height: 50px;
    border: 1px solid #d2d2d2;
    padding: 5px 10px;
}
.Online-Payment-info label img {
    max-width: 100%;
    max-height: 36px;
}

.Online-Payment-info span {
    display: block;
    text-align: center;
    margin-top: 5px;
}
.payment-section {
    min-width: 180px;
    line-height: 50px;
    color: #fff;
    background: #f6031a;
    font-size: 16px;
    text-align: center;
    display: inline-block;
}
.payment-methods .but-btn {
    background: #ffb10f;
    margin: 0 auto;
    margin-bottom: 30px;
    display: inline-block;
}
.payment-cont{
    max-width:800px;
    padding:60px 30px 120px 30px;
    text-align:center;
    margin:0 auto;
}
.payment-cont h2{
    font-size:30px;
    line-height:30px;
}
.payment-cont p{
    font-size:16px;
    margin-top:5px;
    line-height:26px;
}
.payment-cont .a-btn{
    background:#68d953;
    border-radius:30px;
    margin-top:50px;
}
.Order-transfer-success {
    margin-top: 20px;
    background: #ffb10f !important;
}
@media screen and (max-width:576px) {
    .header-logo {
        width: 100px;
        margin-top: 10px;
        margin-left: -15px;
    }
    .payment-cont img{
        max-width:240px;
    }
    .default-pp {
        top: 0!important;
        transform: none;
        height: 100%;
        overflow: auto;
    }
    .pp-header {
        padding: 15px 15px 10px 30px;
    }
    .shop-payment-info {
        padding: 10px 30px 20px 30px;
    }
    .shop-payment-info .formitm .lab {
        font-size: 14px;
    }
    .Online-Payment-info {
        padding-bottom: 70px;
        overflow: inherit;
        height: auto;
        max-height: none;
    }
    .payment-methods .text-center{
        position:fixed;
        bottom:-18px;
        left:0;
        width:100%;
        background:#fff;
        padding-top:10px;
    }
}





/*m-layer*/
.m-layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(72,72,72,0.9);
    padding: 15px;
    z-index: 500;
    transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.m-layer-content {
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    max-width: 650px;
    width: 100%;
    max-height: 100%;
    background: #1b2f31;
    position: relative;
    border-radius: 5px;
}
.m-layer-buy-from .m-layer-content {
    display: flex;
    flex-direction: column;
    max-height:85%;
}
.m-layer-language .m-layer-content {
    padding: 30px;
    max-width: 500px;
    text-align:left;
}
.button-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: #272624;
    font-weight: bold;
    transition: all 0.5s;
}
.button-close:hover {
    color: #222;
    font-weight: bold;
    transition: all 0.5s;
}
.products-alert-top {
    font-size: 18px;
    padding: 15px 50px 15px 20px;
    font-weight: bold;
    color: #272624;
    background: #6ac5d1;
    border-radius: 5px 5px 0 0;
}
.products-alert-cont {
    padding: 30px 50px;
}
.products-alert-cont .formitm .lab {
}
.m-layer-language .formitm .lab{
    line-height:42px;
    color:#333;
}
.m-layer-language .but-btn {
    margin-top: 20px;
    float: right;
}
.products-alert-cont.border-top {
    border-top: 1px dashed #51767b;
}
@media screen and (max-width:578px) {
    .products-alert-cont{
        padding: 15px;
    }
    .m-layer-buy-from .m-layer-content{
        max-height:96%;
    }
}



/* login-page */
.login-page,
.register-page {
    background: #27261e;
    position: fixed;
    width: 100%;
    height: 100%;
}
.login-box {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.login-left {
    text-align: center;
    margin-bottom: 15px;
    margin-top:-15px;
}
.login-left img{
    max-width:200px;
    display:inline-block;
}
.login-left p {
    font-size: 18px;
    color: #e8e8e8;
    margin-top: 5px;
}
.login-right {
    max-width: 500px;
    width: 100%;
    padding: 60px 30px 50px 30px;
    background: #f5f5f5;
    border-radius: 5px;
}
.formitm-input {
    position: relative;
    margin-bottom: 15px;
}
.formitm-input .iconfont {
    width: 42px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-right: 1px solid #d2d2d2;
    position: absolute;
    top: 1px;
    left: 1px;
    color: #f59808;
    font-size: 20px !important;
}
.formitm-input input {
    width: 100%;
    padding-left: 50px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #d2d2d2;
    border-radius:4px;
    font-size: 15px;
}
.formitm-reme {
    margin-bottom:25px;
}
.checkbox-large {
    display: inline-block;
    font-size: 15px;
    color: #888;
}
.checkbox-input[type="checkbox"] {
    width: 12px;
    height: 12px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 14px;
    position: relative;
    margin-right: 6px;
    border-radius: 2px;
}
.checkbox-input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    background: #fff;
    width: 13px;
    height: 13px;
    border: 1px solid #b1b1b1;
    border-radius: 2px;
}

.checkbox-input[type="checkbox"]:checked::before {
    content: "\2713";
    background-color: #f13a3a;
    position: absolute;
    top: -3px;
    left: 0;
    width: 13px;
    height: 13px;
    border: 1px solid #f13a3a;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 2px;
}

label {
    
}
.formitm-reme > a {
    float: right;
    color: #fb3a3a;
}

.formitm-reme > a:hover,
.link-sign-up a:hover {
    text-decoration: underline;
}

.social-login {
    margin-top: 40px;
    font-size: 16px;
    text-align:center;
}
/*.ExtendedAuthentication .social li:first-child{
    background-color: #39579a;
    width: 100%;
}
.ExtendedAuthentication .social li:nth-child(2) {
    background-color: #3c91ec;
    width: 100%;
}
.ExtendedAuthentication .social li:nth-child(3) {
    background-color: #df4a32;
    width: 100%;
}
 */
.ExtendedAuthentication .social a {
    margin: 0 auto;
}
.social-login .head-socials {
    margin: 10px 0 0 0;
    text-align: center;
    float: none;
}

.link-sign-up {
    text-align: center;
    margin-top: 10px;
    border-top: 1px dashed #d2d2d2;
    padding-top: 15px;
}

.link-sign-up a {
    color: #fb3a3a;
    margin-left: 5px;
}

.formitm-verify button {
    width: 20%;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    height: 50px;
    background: #ccc;
    font-size: 14px;
    color: #333;
    text-align: center;
    vertical-align: middle;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    border-radius:4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
}
.formitm-verify button:hover {
    color: #333;
    text-decoration: none;
    background-position: 0 -50px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}
.grecaptcha1 {
    border: 1px solid #ccc;
    height: 50px;
    width: 79%;
    margin-right: 1%;
    display: block;
    background-color: #f5f5f5;
    text-align: center;
    line-height: 50px;
    border-radius:4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
}
.external-authentication .title {
    margin-bottom: 5px;
}
.ExtendedAuthentication .social ul {
    border-bottom: none!important;
}
.ExtendedAuthentication .social li {
    display: inline-block;
    margin: 0!important;
    text-align: center;
    float: none;
}
.ExtendedAuthentication .social a{
    height:35px;
}
.formitm-input select {
    width: 100%;
    padding-left: 50px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    font-size: 15px;
}
.register-msg{
    margin-top:40px;
    color:#999;
}
.register-msg>a {
    color:#666;
    text-decoration:underline;
    padding:0 3px;
}
.login-right .formitm-input select option {
    padding: 10px 0;
}
.password-page-cont {
    background: #121212;
    position: fixed;
    width: 100%;
    height: 100%;
}
.password-page-cont .login-box {
    border-radius: 5px;
    margin-top:-20px;
}
.page-body {
    margin-top: 20px;
}
.page-body p{
    margin-bottom:5px;
}
.inner {
    color: #fe7d8a;
    font-size: 13px;
    line-height:14px;
    margin-top: 5px;
}
.Order-transfer {
    border: 1px dashed #3b6b71;
    background: #20373a;
    padding: 10px 20px;
}
.Order-transfer-tr {
    display: inline-block;
    margin-right: 30px;
    font-size: 16px;
    color: #d4e5ef;
}
.Order-transfer-tr>span{
    padding-left:10px;
    font-weight:bold;
    color:#fff;
}
.Order-transfer-p{
    margin-top: 20px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align:center;
}
#confirm-order-form{
    
}
#confirm-order-form img {
    margin: 0 auto;
    vertical-align: middle;
    max-width:300px;
    width:100%;
    display: block;
}
#confirm-order-form i{
    font-size:30px!important;
}
.unknown{
    background:#fff;
    position:relative;
    width:100%;
    height:100%;
}
.html-checkout-page.html-payment-info-page{
    background:#fff;
}
.contentContainerBordered{
    margin-top:0;
}
.spinner.preloader {
    width:100%;
    height:100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
}
.spinner .spinWrap {
    width: 100px;
    height: 100px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    position: relative;
}
.spinnerImage {
    height: 100px;
    width: 100px;
    opacity: 1;
    text-align: center;
    margin: 0 auto;
    padding-top: 22px;
}
.spinner .loader {
    background-color: transparent;
    -webkit-animation: icon-spin .7s linear infinite;
    -moz-animation: icon-spin .7s infinite linear;
    -o-animation: icon-spin .7s infinite linear;
    animation: icon-spin .7s linear infinite;
    border: 5px solid #cbcbca;
    border-top-color: #2380be;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
}
.Payment-page .spinner.preloader {
    display: none;
}
.m-layer-confirm .products-alert-cont {
    text-align:center;
}
.m-layer-confirm .products-alert-cont >div{
    display:inline-block;
    margin:0 10px;
}
.m-layer-confirm .products-alert-cont div p{
    margin-bottom:10px;
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
}

@media screen and (max-width:567px) {
    .login-left img {
        max-width: 120px;
    }
    .login-right {
        padding: 50px 20px;
    }
    .pp-page-header {
        position:relative;
        top:0px;
        left:0;
        margin:0;
    }
    .Order-transfer-tr{
        display:block;
        margin:0;
    }
}


.error-page {
    width: 100%;
    height: 100%;
}
.error-content {
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    max-width: 600px;
    width: 100%;
    padding:20px;
    position: relative;
    text-align:center;
    margin-top:-50px;
}
.error-content h2 {
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: 500;
}
.error-content p {
    color:#e5efff;
    font-size: 20px;
    margin: 15px auto;
    line-height: 26px;
    max-width:500px;
}
.error-content a{
    background: #ffb10f;
    color: #3a3f5e;
    border-radius:30px;
    padding:0 30px;
    line-height:42px;
    margin-bottom:30px;
    font-size:16px;
    display:inline-block;
}
.error-content img{
    display:block;
    max-width:700px;
    width:100%;
    margin:0 auto;
}


.list-Page{
    text-align:center;
    margin-top:30px;
}
.list-Page a{
    font-size: 16px;
    color: #272624;
    line-height: 38px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 3px;
    padding: 0 13px;
    display: inline-block;
    vertical-align: top;
    min-width: 40px;
    text-align: center;
}
.list-Page a:hover,
.list-Page a.current {
    background: #ffb10f;
    color: #272624;
    border: 1px solid #efa305;
}


.news-banner{
    margin:30px 0;
}
.news-ul{
    margin:0 -10px;
}
.news-ul a {
    display: block;
    margin:20px 10px;
    background:#f5f5f5;
    padding-bottom:25px;
    background-color: #2d5156;
    border: 1px solid #3b6b71;
    border-radius: 4px;
    overflow: hidden;
    color: #d4e5ef;
}
.news-ul a:hover{
    background:#3c6065;
}
.news-ul a img{
    width:100%;
    height:175px;
}
.news-ul h4{
    padding:10px;
    font-size:17px;
    overflow: hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;
    color:#fff;
}
.news-ul p {
    padding: 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height:105px;
}
.about-main {
    padding: 50px 0;
}
.about-main .container {
    margin: 0px auto;
    padding:20px 30px;
    border-radius: 4px;
    color: #cee2ef;
    background-color: #2d5156;
    border: 1px solid #3b6b71;
    line-height: 1.5em;
}
.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 h3{
    color:#fff;
}
.about-main p{
    font-size:16px;
    line-height:26px;
    padding-bottom:18px;
    color: #cee2ef;
    letter-spacing: -.35px;
}
.about-main p a{
    color: #ffb10f;
}
.newsitem-main a {
    color: #ffb10f;
}
.about-main p span {
    color: #cee2ef;
    font-weight: bold;
}
.about-main img{
    max-width:750px;
    width:100%;
}
.about-ul {
}
.about-ul li{
   width:33.33%;
   float:left;
   padding:0 10px 0 50px;
   position:relative;
}
.about-ul li div{
    font-size:16px;
    color: #ffb10f;
}
.about-ul li p{
    line-height:20px;
    font-size:16px;
    color: #cee2ef;
}
.about-ul li img {
    position: absolute;
    top: 0;
    left: 0;
    width:45px;
    height:45px;
}
.faqs h2 {
    color: #ffb10f;
    font-size: 20px !important;
    font-weight: 500;
    margin-bottom: 5px;
    border: none;
}
.faqs h3 {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
    color: #d4e5ef;
    font-weight: lighter;
    cursor: pointer;
    background: #f0f0f0;
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 10px;
    background-color: #2d5156;
    border: 1px solid #3b6b71;
}
.faqs h3:hover {
    color:#6ac5d1;
}
.faqs div {
    padding: 10px 15px 5px 15px;
    position: relative;
    margin: 10px 0;
    border-radius: 4px;
    font-size: 16px;
    color: #666;
    display:none;
}
    /*.faqs div :after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -20px;
    left: 15px;
    border-bottom: 10px solid #fff6cc;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
    */
.faqs div p {
    margin-bottom: 16px;
    color:#fff;
}
.content-main-news {
    max-width: 1000px;
    width: 100%;
    margin: 30px auto;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
}
.news-list {
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
}
.news-list .news-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 2.4rem;
    display: block;
    color: #333;
}
.news-list .news-title:hover{
    color:#f6031a;
}
.news-list .news-time {
    display: block;
    line-height: 24px;
    padding-top: 6px;
    height: 28px;
    color: #999;
}
.news-list .news-time i{
    color:#f6031a;

}
.news-list .news-content {
    padding-top: 5px;
    color: #666;
    font-size: 16px;
    line-height: 26px;
}
.newsitem-main ul li{
    float:none;
}
.newsitem-main h2 {
    border-bottom: none;
    margin-bottom: 0px;
}
.news-tags {
    border-bottom: 1px solid #70969b;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.news-tags a {
   margin-right: 15px;
    color: #2F82FB;
    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;
}
.nextNav {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 80px;
}
.nextNav .u-btn{
    color: #2F82FB;
    padding:0 10px;
    line-height:36px;
    display:inline-block;
    border-radius:4px;
}
iframe {
    max-width: 100%;
}
@media screen and (max-width:768px) {
    .about-main {
        padding:20px 0;
        background:#fff;
    }
}
@media screen and (max-width:576px) {
    .about-ul li {
        width: 100%;
    }
    iframe {
        max-width: 100%;
        min-height:220px;
        height:auto;
    }
    .nextNav .u-btn{
        line-height:18px;
    }
    .nextNav .u-btn.f-fl {
        margin-bottom: 15px;
    }
    .nextNav .u-btn.f-fr {
        float:left;
    }
    .news-ul p{
        height:auto;
        max-height:105px;
    }
}



/*buy-from-nba2k21*/
.buy-from-nba2k21 {
    background: #fff;
    max-width: 1360px;
    margin:0 auto;
    padding:15px;
}
.nba_table {
    min-width: 680px;
    border: 1px solid #ddd;
}
.nba_tr-1 {
    background: #1d6696;
    color: #e6f5ff;
    font-weight: bold;
    vertical-align: middle;
}
.nba_tr-2 {
    border-bottom: 1px dashed #ddd
}
.nba_tr-1 > div, .nba_tr-2>div{
    float: left;
    width: 20%;
    padding: 15px 10px;
    position: relative;
}
.nba_td-4{
    width:auto!important;
}
.nba_td-4 select {
    width:160px;
    display:inline-block;
}
.nba_td-1 div#prompt {
    max-height: 372px;
    overflow-y: auto;
    position: absolute;
    width: 93%;
    line-height: 24px;
    z-index: 99;
    background: #fff;
    border: 1px solid #81affd;
    text-indent: 5px;
    padding: 5px 0;
    top: 56px;
    left: 10px;
    text-align: left;
    -webkit-box-shadow: 0 1px 12px 0 rgba(0,0,0,.2);
    box-shadow: 0 7px 6px 0 rgba(0,0,0,.2);
    border-radius: 4px;
}
.pro-tip h3 {
    margin-bottom: 10px;
}
.pro-tip p{
    margin-bottom: 10px;
    line-height: 20px;
}
.pro-tip img {
    max-width: 500px;
    width: 100%;
}
.m-layer-pso2 .m-layer-content {
    max-height:750px;
    overflow-y: auto;
}
.Upload-cont h2 {
    background: #1d6696;
    padding: 0 10px;
    color: #fff;
    line-height: 36px;
    font-size: 14px;
}
.Upload-cont-sc, .Upload-cont-pad {
    padding: 20px;
    border: 1px solid #c5d9e6;
}
.Upload-cont-pad img {
    max-width: 650px;
    width: 100%;
}
.Select-file img{
    vertical-align:middle;
}
.scrollbar-pso2 {
    max-height: 500px;
    border-bottom: 1px solid #ddd;
}
.scrollbar-buy {
    max-height: 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_tr-1 > div, .nba_tr-2 > div {
        min-width: 150px;
    }
    .nba_tr-1 > .nba_td-2, .nba_tr-2 > .nba_td-2,
    .nba_tr-1 > .nba_td-3, .nba_tr-2 > .nba_td-3 {
        width: 120px !important;
        min-width:initial;
    }
    .eft_table-td input {
        width: 130px;
    }
}
@media screen and (max-width:360px) {
    .eft_table-td {
        min-width: 190px;
    }
    .eft_table-td input {
        width: 105px;
    }
}


.m-section.page-cdkey {
    padding-top: 20px;
}
.minipage-hd {
    background: #61729c;
}
.minipage-hd .m-menux {
    margin-top: 32px;
}
.m-menux .item {
    color: #fff;
    display: inline-block;
    line-height: 46px;
}
.minipage-hd .m-menux .item h1, .minipage-hd .m-menux .item > a {
    font-size: 14px;
    color: #fff;
    text-shadow: 1.5px 2.598px 3px rgba(9,2,4,.22);
    padding: 0 30px;
    font-weight:bold;
}
.m-search {
    width: 305px;
    height: 40px;
    position: relative;
    margin-right: 20px;
    margin-top: 32px;
}
.m-search .btn-search {
   width: 31px;
    height: 31px;
    border: 0;
    position: absolute;
    right: 6px;
    top: 6px;
    background: no-repeat;
    font-weight: bold;
    color: #556da6;
}
.m-hovermenu.hover-game-menu {
    position: relative;
}

.m-hovermenu:hover h1 {
    background-color: #fff;
    color: #316ec1 !important;
    text-shadow: none !important;
    border-radius: 5px 5px 0 0;
    box-shadow: none;
}
.m-menux .item:hover .sub-menu {
    display: block;
}
.m-hovermenu:hover .sub-menu {
    box-shadow: none;
    border: 0;
    box-shadow: 0 1.732px 2px 0 rgba(6,0,1,.57);
}
.sub-menu {
    position: absolute;
    top: 44px;
    left: 0;
    min-width: 260px;
    background: #fff;
    display: none;
    border-radius:0 5px 5px 5px;
    padding:20px 0;
}
.sub-item{
    float:none;
}
.sub-menu .sub-link {
    display: block;
    font-size: 14px;
    padding: 0 20px;
    line-height: 36px;
    position: relative;
    color:#666;
}
.sub-menu .sub-link:hover{
    background:#f5f5f5;
    color:#333;
}
.key-description{
    margin-top:50px;
}
.key-description h2 {
    font-size: 18px;
    line-height: 30px;
    padding: 0 15px;
    color: #61729c;
    border-left: 3px solid #61729c;
    margin-bottom: 10px;
}
.key-description table {
    max-width:1000px;
    margin-top: 10px;
}
.chest-way td{
    border: 1px solid #333;
    font-size: 14px;
    padding: 10px 40px;
}


/*rs-powerleveling*/
.leve-title{
    display:inline-block;
    margin-right:30px;
    line-height:42px;
}
.leve-title input{
   margin-left: 5px;
    width: 260px;
    display: inline-block;
    box-shadow: inset 2px 2px 3px 0px rgba(124,124,143,.1);
    line-height: 34px;
    height: 36px;
}
.checkbox {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
}
.re-leve-h3 {
    background: #357fb0;
    padding:15px;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 16px;
}
.leve-con{
    background:#fff;
}
.leve-option {
    border-top: 1px solid #e6e6e6;
    padding: 15px;
}
.option-box {
    float: left;
    margin-right: 70px;
    font-size: 14px;
}
.leve-lab{
    margin-right:10px;
    color:#999;
}
.option-box select {
    width: 200px;
    display: inline-block;
    height:36px;
    line-height:34px;
}
.option-box-price{
    margin-top:10px;
}
.leve-price-box{
    float:right;
    text-align:right;
    margin-top:20px;
}
.leve-price-box textarea{
    vertical-align: bottom;
    width: 200px;
    min-height: 42px;
    padding: 5px;
    margin-left: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
textarea::placeholder {
    color: #999;
}
@media screen and (max-width:1024px) {
    .option-box{
        margin-right:30px;
    }
    .option-box select {
        width: 160px;
    }
}
@media screen and (max-width:768px) {
    .leve-lab {
        display:block;
    }
    .option-box-price{
       margin-top:0px;
    }
}
@media screen and (max-width:576px) {
    .option-box{
       margin:3px 0;
    }
    .option-box select {
        width: 95%;
    }
    .option-box-price .product-price{
        line-height:36px;
    }
    .leve-title input{
        width:190px;
    }
}




/*payment*/
.payMethods {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 50px;
}
.payMethods li {
    width: 100%;
    font-size: 0;
    letter-spacing: -4px;
    word-spacing: -4px;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.payMethods li:last-child{
    border-bottom:none;
}
.payMethods li > div {
    font-size: 16px;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    vertical-align: middle;
}
.payMdImg {
    width: 20%;
    text-align: center;
}
.payMdCont {
    width: 80%;
}
.payMethods .payMdImg img {
    max-width: 100%;
    max-height:36px;
    padding:0 10px;
}
.payMdCont h4 {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}
.payMdCont a {
    color: #2F82FB;
}
.payMdCont a span{
    color: #009ae0!important;
}
.pay_content p {
    margin-bottom: 15px;
}
.pay_content p span{
    margin-bottom:5px;
    color:#333;
    font-weight:bold;
}
.pay_content img{
    max-width:720px;
    width:100%;
    margin:5px 0;
}
.opened {
    height: auto;
}
.close, .opened .toggle .open {
    display: none;
}
.toggle .opened, .opened .toggle .close {
    display: inline;
}
@media screen and (max-width:768px) {
    .payMdImg {
        text-align: left;
        margin-bottom: 10px;
    }
}
@media screen and (max-width:768px) {
    .payMethods {
        border-radius: 0px;
        margin: 0 -15px;
        margin-bottom: 50px;
    }
    .payMethods .payMdImg img {
        padding: 0;
    }
}

.games_gift_card #preview{
    width:auto;
}
#preview {
    border-radius: 4px;
    background-color: #192829 !important;
    border: 1px solid #2d656d;
    padding: 10px;
    max-width: 470px;
    width: 100%;
}
.Fallout_76 #preview {
    max-width: 850px;
}
.db-view__item__header{
    position:relative;
}
.db-view__item__header {
    *zoom: 1
}
.db-view__item__header:after {
    content: '\20';
    display: block;
    clear: both;
    height: 0;
}
#preview td {
    padding: 5px;
    text-align: left;
    vertical-align: top;
    color: #fff;
    line-height: 17px;
    font-size: 12px;
}
.db-view__item__icon {
    width: 100px;
    height: 100px;
    float: left;
    position: relative;
}
.latest_patch__major__icon {
    position: absolute;
    top: 4px;
    background: url(https://img.finalfantasyxiv.com/lds/h/2/wd5jW12NbWQ3sDG-jp2mSVRsLo.png) no-repeat 0 0;
    display: none;
    width: 20px;
    height: 20px;
}
.db-view__item__icon .staining {
    width: 18px;
    height: 18px;
    z-index: 1;
    position: absolute;
    top: 5px;
    right: 11px;
    border-radius: 12px;
    border: 1px solid #3f3f3f;
}
.db-view__item__icon__socket {
    position: absolute;
    top: 0px;
    left: 0px;
}
.db-view__item__icon__item_image {
    position: absolute;
    top: 8px;
    left: 10px;
    width: 70px;
    height: 70px;
}
.db-view__item__text {
    float: left;
    max-width: 250px;
    padding-top: 10px;
}
.db-view__item__text__inner {
    position: relative;
    padding-right: 32px;
}
.db-view__item__text__name {
    margin-top: 3px;
    font-size: 14px;
    font-weight: bold;
}
.txt-rarity_uncommon {
    color: #c0ffc0;
}
.db-view__item__text__name.white_item {
    color: #f3f3f3;
}

.db-view__item__text__name.aetherial_item {
    color: #d789b6;
}

.db-view__item__text__name.purple_item {
    color: #b38cff;
}

.db-view__item__text__name.blue_item {
    color: #5990ff;
}

.db-view__item__text__name.green_item {
    color: #c0ffc0;
}
.db-view__item__text__category {
    color: #ccc;
    font-size: 12px;
}
.db-view__comment_count--item {
    position: absolute;
    bottom: 12px;
    right: 0;
}
.db-view__comment_count {
    text-align: right;
    margin-bottom: 5px;
}
.db-view__comment_count li {
    display: inline;
}
.db-view__comment_count li span {
    display: inline-block;
    margin-left: 6px;
    padding-left: 23px;
    color: #bfa34c;
    font-weight: bold;
}
.db-view__comment_count__ic_comment {
    background: url(https://img.finalfantasyxiv.com/lds/h/7/0N4sUHgq12tDPko51qoKRw_pHs.png) no-repeat 0 0;
    background-image: url(/images/web/0N4sUHgq12tDPko51qoKRw_pHs.png)n o-repeat 0 0;
}
.db-view__comment_count__ic_postimage {
    background-image: url(/images/web/V4ridy64VKVMvz_RAjvpmcfLsI.png)n o-repeat 0 0;
    background: url(https://img.finalfantasyxiv.com/lds/h/8/V4ridy64VKVMvz_RAjvpmcfLsI.png) no-repeat 0 0;
    margin-right: 1px;
}
.db-view__item_level {
    background: #141414;
    margin-bottom: 10px;
    padding: 3px 12px;
    border: 1px solid #3c3c3c;
    color: #ccc;
}
.db-view__item_spec {
    margin-bottom: 10px;
}
.db-view__item_spec__name {
    float: left;
    width: 115px;
    margin-left: 0;
    margin-right: 10px;
    color: #bbac94;
    text-align: right;
}
.db-view__item_spec__name--last {
    margin-right: 0;
}
.db-view__item_spec__value {
    float: left;
    width: 115px;
    margin-left: 0;
    margin-right: 10px;
    line-height: 1;
    border-bottom: 3px solid #403f3f;
    text-align:right;
}
.db-view__item_spec__value strong {
    margin-top: 8px;
    padding-right: 3px;
    display: block;
    font-size: 16px;
    color: #ccc;
    text-align: right;
}
.db-view__item_spec__value--last {
    margin-right: 0;
}
.db-view__item_equipment {
    margin: 0 0 10px 12px;
}
.db-view__item_equipment__class {
    padding-top: 15px;
    clear: both;
}
.db-view__sub_title {
    font-weight: normal;
    color: #666;
    line-height: 1;
    margin-left: 2px;
    font-size:13px;
}
.xivdb-frame hr {
    height: 1px;
    margin: 10px -12px 10px -11px;
    border: none;
    background-color: #131313;
    box-shadow: 0 1px 0 #333;
}
.db-view__basic_bonus {
    margin: 0 0 10px 12px;
}
.db-view__basic_bonus li {
    display: inline-block;
    width: 175px;
    vertical-align: top;
}
.db-view__basic_bonus li span {
    color: #bbac94;
}
.db-view__help_text {
    margin: 0 0 10px 12px;
}

.db-view__series_bonus {
    margin: 0 0 10px 12px;
}

.db-view__series_bonus--title {
    color: #a6d982;
    font-weight: normal;
    line-height: 1;
}

.db-view__materia_socket {
    margin: 0 0 10px 12px;
}

.db-view__materia_socket .socket {
    float:none;
    width: 24px;
    height: 24px;
    background: url(https://img.finalfantasyxiv.com/lds/h/B/riRWvxygfYNIDNw5CNErVGMiJU.png) no-repeat;
}

.db-view__item_repair {
    margin: 0 0 10px 12px;
}

    .db-view__item_repair span {
        width: 178px;
        display: inline-block;
    }

.db-view__item_repair__title {
    color: #bbac94;
}
.db-view__item-info__list {
    margin: 0 0 10px 12px;
}
.db-view__item-info__list li {
    width: 178px;
    display: inline-block;
    color: #bbac94;
}
.db-view__item-info__list li span {
    color: #ccc;
}
.db-view__item_footer {
    margin-left: 4px;
    margin-bottom: 10px;
}
.db-view__cannot_materia_prohibition, .db-view__unsellable {
    color: #d98298;
}
.db-view__market_notsell {
    color: #d98298;
    margin-left: 4px;
}
.db-view__info_effects {
    margin: 0 0 10px 12px;
}
.db-view__info_text {
    margin: 0 0 10px 4px;
}
.db-view__info_text--indent {
    margin-left: 12px;
}
.db-view__sells, .db-view__materia_requirements, .db-view__desynthesizable, .db-view__aetherial_reduction {
    color: #bbac94;
}
.db-view__item_num {
    display: table-cell;
    width: 30px;
    padding-right: 2px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #cccccc;
    vertical-align: middle;
    line-height: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.db-view__data {
    border: solid 1px #3c3c3c;
    background-color: #333333;
    text-align: left;
    margin-bottom: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.db-view__data__tooltip {
    margin: 0 auto;
}
.db-view__data--achievement {
    margin-bottom: 0;
}
.db-view__data__head {
    padding: 3px 4px;
    border-bottom: solid 1px #3c3c3c;
    background-color: #1f1f1f;
    background: #1f1f1f;
    color: #bfa34c;
}
.db-view__data__head__tooltip {
    border-bottom: 0;
}
.db-view__data__inner {
    margin: 0 8px 10px;
    border: solid 1px #1c1c1c;
    background: #333333;
}
.db-view__data__inner--silver {
    border: solid 1px #737880;
}
.db-view__data__inner--gold {
    border: solid 1px #8c7a48;
}
.db-view__data__inner__wrapper {
    border: 1px solid #3c3c3c;
}
.db-view__data__inner__frontline_last {
    margin-bottom: 2px;
}
.db-view__data__inner--quest_reward {
    margin-top: 2px;
    margin-bottom: 14px;
}
.db-view__data__inner--select_reward {
    margin-bottom: 2px;
}
.db-view__data__title {
    padding: 3px 4px;
    margin-bottom: 2px;
    border-bottom: solid 1px #3c3c3c;
    color: #cdcdcd;
    background: #1f1f1f;
}
.db-view__data__title--reward {
    padding: 3px 4px;
    margin-bottom: 6px;
    border-bottom: solid 1px #3c3c3c;
    border-top: none;
    background: #2e2e2e;
}
.db-view__data__title--ordercondition {
    padding: 3px 4px;
    border-bottom: solid 1px #3c3c3c;
    background: #2e2e2e;
}
.db-view__data__title--quest_reward {
    padding: 3px 4px;
    border-top: solid 1px #3c3c3c;
    border-bottom: solid 1px #3c3c3c;
    color: #cdcdcd;
    background: #2e2e2e;
}
.db-view__data__title--quest_reward_list {
    padding: 3px 4px;
    border-bottom: solid 1px #3c3c3c;
    background: #1f1f1f;
}
.db-view__data__title--required_ingredients {
    padding: 3px 4px;
    border-bottom: solid 1px #3c3c3c;
    background: #2e2e2e;
    margin-bottom: 6px;
}
.db-view__data__title--gathering_spot {
    padding: 3px 4px;
    border-bottom: solid 1px #3c3c3c;
    background: #2e2e2e;
    margin-bottom: 6px;
}
.db-view__data__title--achievement {
    padding: 3px 4px;
    border-top: solid 1px #3c3c3c;
    border-bottom: solid 1px #3c3c3c;
    background: #2e2e2e;
    margin-bottom: 4px;
}
.db-view__data__title--silver {
    padding: 3px 4px;
    margin-bottom: 2px;
    border-bottom: solid 1px #3c3c3c;
    color: #cdcdcd;
    background: #505459;
}

.db-view__data__title--gold {
    padding: 3px 4px;
    margin-bottom: 2px;
    border-bottom: solid 1px #3c3c3c;
    background: #665833;
    color: #ffe699;
}

.db-view__data__title--boss_reward {
    padding: 3px 4px;
    color: #cdcdcd;
    background-color: #1f1f1f;
    border-top: solid 1px #3c3c3c;
}

.db-view__data__title_content_info {
    padding: 3px 4px;
    margin-bottom: 6px;
    border-bottom: solid 1px #3c3c3c;
    border-top: solid 1px #3c3c3c;
    background: #2e2e2e;
}

.db-view__data__content_info {
    padding: 0 4px 5px 4px;
}

.db-view__data__content_info__limittime {
    margin-bottom: 11px;
}

.db-view__data__boss_list {
    padding: 0 4px 5px 4px;
    font-weight: bold;
}

.db-view__data__boss_list li {
    margin-top: 3px;
    margin-bottom: 2px;
}

.db-view__data__boss_list li .ic_boss {
    margin-right: 4px;
}

.db-view__data__boss_list li a {
    margin-left: 24px;
}

.db-view__data__boss_list li.boss a {
    margin-left: 0;
    color: #E5992E;
}

.db-view__data__boss_list li.boss a:hover {
    color: #FFAA33;
}

.db-view__data__reward {
    padding: 6px 0 5px;
    border-top: solid 1px #3c3c3c;
}

.db-view__data__reward.odd {
    background: #2e2e2e;
}

.db-view__data__reward__token {
    overflow: hidden;
}

.db-view__data__reward__token__image {
    width: 32px;
    height: 32px;
    display: block;
    float: left;
    padding: 0 8px 0 10px;
}

.db-view__data__reward__token__image.plr4 {
    padding: 0 4px;
}

.db-view__data__reward__token__image--quest {
    padding-left: 2px;
}

.db-view__data__reward__token__text {
    float: left;
}

.db-view__data__reward__token--name {
    color: #bfa34c;
    font-weight: bold;
}

.db-view__data__reward__token--value {
    font-size: 18px;
    line-height: 1;
}

.db-view__data__reward__treasure {
    background: url(https://img.finalfantasyxiv.com/lds/h/O/cTRcAhv0QQfyhTNqUzWe8jiLR8.png) no-repeat 10px center;
    padding-left: 50px;
    line-height: 32px;
}

.db-view__data__reward__treasure--gold {
    background: url(https://img.finalfantasyxiv.com/lds/h/S/Gm9ITT0g_S0n6opFe0HEyILu80.png) no-repeat 10px center;
    padding-left: 50px;
    line-height: 32px;
}

.db-view__data__reward__treasure--silver {
    background: url(https://img.finalfantasyxiv.com/lds/h/C/lwgkujSRjp4MM4OcivtS4fGKrE.png) no-repeat 10px center;
    padding-left: 50px;
    line-height: 32px;
}

.db-view__data__reward a {
    font-weight: bold;
}

.db-view__data__reward__item.odd {
    background: #3d3d3d;
    margin-bottom: 0;
}

.db-view__data__reward__item__inner {
    padding-left: 2px;
    padding: 6px 0;
}

    .db-view__data__reward__item__inner .db-list__item__icon {
        padding-right: 0;
    }

.db-view__data__reward__item__condition {
    margin: 0 6px;
    color: #a5d841;
}

.db-view__data__reward__item__name {
    display: table-cell;
    vertical-align: middle;
}

.db-view__data__reward__item__name__wrapper {
    display: table-cell;
    vertical-align: middle;
}

.db-view__data__reward__list {
    width: 164px;
    min-height: 32px;
    float: left;
    margin: 3px 0 2px 8px;
    padding: 4px 0 0 34px;
}

.db-view__data__reward__list__wrapper {
    margin-bottom: 3px;
}

.db-view__data__reward__list--quest_exp {
    background: url(https://img.finalfantasyxiv.com/lds/h/8/GShCUkaKnehhJU3Ox2t4wFSFc4.png) no-repeat left center;
}

.db-view__data__reward__list--quest_gil {
    background: url(https://img.finalfantasyxiv.com/lds/h/-/wGkGRitbxJJGDRYYLmwkaNtXRs.png) no-repeat left center;
}

.db-view__data__reward__list--pvp_exp {
    background: url(https://img.finalfantasyxiv.com/lds/h/3/EEnqJYbwO4yfdKvKh8P7-8pdWY.png) no-repeat left center;
}

.db-view__data__reward__list--pvp_point {
    background: url(https://img.finalfantasyxiv.com/lds/h/k/OPI7V9dIFw_6-OmnV02TG-ZARw.png) no-repeat left center;
}

.db-view__data__reward__list--name {
    color: #bfa34c;
    font-weight: bold;
    line-height: 1;
}

.db-view__data__reward__list--value {
    font-size: 18px;
    line-height: 1;
}

.db-view__data__notes {
    padding-left: 8px;
    margin-bottom: 5px;
    color: #CC2944;
}

.db-view__data__detail_list {
    margin-bottom: 25px;
}

.db-view__data__detail_list__wrapper {
    padding: 4px;
}

.db-view__data__detail_list__header {
    color: #bfa34c;
    font-weight: bold;
}

.db-view__data__item_list {
    border-bottom: solid 1px #3c3c3c;
    padding: 4px;
}

.db-view__data__item_list:nth-child(odd) {
    background: #333;
}

.db-view__data__item_list:nth-child(even) {
    background: #2e2e2e;
}

.db-view__data__item_list:nth-last-child(1) {
    border-bottom: 0;
}

.db-view__data__number {
    font-size: 16px;
}

.db-view__npc__location__wrapper {
    margin-bottom: 10px;
}

.db-view__npc__location__list ul {
    display: inline-block;
}

.db-view__npc__header_text {
    color: #bfa34c;
    font-weight: bold;
}

.db-view__npc__shop_list {
    margin-bottom: 5px;
}

.db-view__npc__shop_list li {
    display: inline;
    padding-right: 20px;
}

.db-view__npc__shop_list__item_name {
    display: table-cell;
    vertical-align: middle;
}

.db-view__npc__shop_list__item_name--needitems {
    font-size: 10px;
}

.db-view__npc__shop_list__item_name--needitems img {
    width: 14px;
    height: 14px;
}

.db-view__npc__shop_list__item_name--needitems h4 {
    font-size: 10px;
}

.db-view__npc__shop_list__item_name--needitems h4.currency {
    font-size: 12px;
}

.db-view__npc__notes {
    margin-top: 4px;
}

.db-view__quest__reward__list {
    width: 418px;
    margin: 4px auto 0;
}

.db-view__quest__reward__list--token {
    margin-top: 0;
}

.db-view__quest__reward__list--beastreward {
    margin-top: 7px;
}

.db-view__quest__reward__box {
    width: 174px;
    min-height: 32px;
    float: left;
    padding-left: 34px;
    padding-top: 4px;
    position: relative;
}

.db-view__quest__reward__quest_exp {
    background: url(https://img.finalfantasyxiv.com/lds/h/8/GShCUkaKnehhJU3Ox2t4wFSFc4.png) no-repeat left center;
    margin-bottom: 5px;
}

.db-view__quest__reward__quest_gil {
    background: url(https://img.finalfantasyxiv.com/lds/h/-/wGkGRitbxJJGDRYYLmwkaNtXRs.png) no-repeat left center;
    margin-bottom: 5px;
}

.db-view__quest__reward__seals_common {
    background: url(https://img.finalfantasyxiv.com/lds/h/f/BKoZ_KdfyMJQrh763hD5EWMT6Q.png) no-repeat left center;
}

.db-view__quest__reward__seals_01 {
    background: url(https://img.finalfantasyxiv.com/lds/h/Q/Nq7bqPIUOcJNI288AjR0eguXh0.png) no-repeat left center;
}

.db-view__quest__reward__seals_02 {
    background: url(https://img.finalfantasyxiv.com/lds/h/C/d0Mw-P8NjvuchofcBROYxl3iNk.png) no-repeat left center;
}

.db-view__quest__reward__seals_03 {
    background: url(https://img.finalfantasyxiv.com/lds/h/B/i2U02Mpheia-S6DNcRY7_4BKfw.png) no-repeat left center;
}

.db-view__quest__reward__name {
    color: #bfa34c;
    font-weight: bold;
    line-height: 1;
}

.db-view__quest__reward__value {
    font-size: 18px;
    line-height: 1.2;
}

.db-view__quest__reward__token_image {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.db-view__quest__reward__notes {
    color: #CC2944;
    margin-left: 4px;
}

.db-view__quest__reward__notes__wrapper p:nth-last-child(1) {
    margin-bottom: 8px;
}

.db-view__quest__reward__notes--select_reward {
    margin-bottom: 4px;
}

.db-view__quest__general_annotation {
    border: 1px solid #3d6629;
    margin: 0;
    margin-bottom: 8px;
}

.db-view__quest__general_annotation__inner {
    background: #2e4d1f;
    border: 1px solid #5c993d;
    color: #99ff66;
    padding: 2px 8px;
}

.db-view__quest__past_season_event {
    background: url(https://img.finalfantasyxiv.com/lds/h/U/2feVt3B2_qVJgToE0WLfLlvXf8.png) repeat-y center center;
    margin: 13px 0 19px;
    padding: 0 10px;
    color: #ffcc66;
    text-align: left;
    line-height: 1.2;
    position: relative;
}

.db-view__quest__past_season_event:before {
    position: absolute;
    top: -9px;
    left: 5px;
    content: "";
    width: 100%;
    height: 9px;
    background: url(https://img.finalfantasyxiv.com/lds/h/B/6y2cABXSfJPpogA12_0n-UgWu4.png) no-repeat left top;
}

.db-view__quest__past_season_event:after {
    position: absolute;
    bottom: -9px;
    left: 5px;
    content: "";
    width: 100%;
    height: 9px;
    background: url(https://img.finalfantasyxiv.com/lds/h/c/hw6t5Bb0YzLNPnPPKNAMXqYhJw.png) no-repeat left bottom;
}

.db-view__quest__wedding {
    background: url(https://img.finalfantasyxiv.com/lds/h/O/ohDglDgWalR7okImTJgoWWoEd8.png) repeat-y center center;
    margin: 13px 0 19px;
    padding: 0 10px;
    color: #66ccff;
    text-align: left;
    line-height: 1.2;
    position: relative;
}

.db-view__quest__wedding:before {
    position: absolute;
    top: -9px;
    left: 5px;
    content: "";
    width: 100%;
    height: 9px;
    background: url(https://img.finalfantasyxiv.com/lds/h/V/jw5GAkfTKxmL2OqizAoeuDh8-8.png) no-repeat left top;
}

.db-view__quest__wedding:after {
    position: absolute;
    bottom: -9px;
    left: 5px;
    content: "";
    width: 100%;
    height: 9px;
    background: url(https://img.finalfantasyxiv.com/lds/h/W/tmmlWIcTX_yS28vMZkDMXUYXm0.png) no-repeat left bottom;
}

.db-view__treasure_box_popup {
    display: none;
    width: 646px;
}

.db-view__treasure_box_popup__wrapper {
    background: url(https://img.finalfantasyxiv.com/lds/h/f/rtAjlXHo-_ohz5_795VEqueEQY.png) repeat-y 0 0;
    position: relative;
}

.db-view__treasure_box_popup__wrapper:before {
    position: absolute;
    top: -10px;
    left: 0;
    content: "";
    width: 100%;
    height: 10px;
    background: url(https://img.finalfantasyxiv.com/lds/h/P/qqxhv2WWBYq56qXUX2GVd6x5A4.png) no-repeat left top;
}

.db-view__treasure_box_popup__wrapper:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    width: 100%;
    height: 10px;
    background: url(https://img.finalfantasyxiv.com/lds/h/T/9jerfX4b5OSqzGHXWjMrdyo_Ng.png) no-repeat left bottom;
}

.db-view__treasure_box_popup__title {
    background: url(https://img.finalfantasyxiv.com/lds/h/Y/AiW00HK8xPGmogFALgxuV_JAIY.png) repeat-y 0 0;
    padding: 3px 10px;
    margin-bottom: 10px;
    position: relative;
    color: #bfa34c;
    font-weight: bold;
}

.db-view__treasure_box_popup__title:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: url(https://img.finalfantasyxiv.com/lds/h/b/rTkp0LDSUgvpvvzHVZmPtoIuJQ.png) no-repeat left top;
}

.db-view__treasure_box_popup__title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: url(https://img.finalfantasyxiv.com/lds/h/l/9xq5PMwcHLBSBRdNzL2cs-y-5c.png) no-repeat left bottom;
}

.db-view__treasure_box_popup__inner {
    width: 572px;
    margin: 20px auto;
    padding: 0 15px;
    background: url(https://img.finalfantasyxiv.com/lds/h/Y/AiW00HK8xPGmogFALgxuV_JAIY.png) repeat-y -2px 0;
    position: relative;
}

.db-view__treasure_box_popup__inner:before {
    position: absolute;
    top: -10px;
    left: 0;
    content: "";
    width: 100%;
    height: 10px;
    background: url(https://img.finalfantasyxiv.com/lds/h/Y/IOI8pVUCH4Gjb52eTzouvscGqc.png) no-repeat left top;
}

.db-view__treasure_box_popup__inner:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    width: 100%;
    height: 10px;
    background: url(https://img.finalfantasyxiv.com/lds/h/U/56JXaQlq59qsWDkxThw2g0gqpo.png) no-repeat left bottom;
}

.db-view__treasure_box_popup__map_coordinates {
    margin-bottom: 5px;
}

.db-view__treasure_box_popup__map_coordinates span {
    color: #bfa34c;
}

.db-view__treasure_box_popup__treasure_items {
    border-top: 1px solid #3c3c3c;
    border-left: 1px solid #3c3c3c;
    width: 568px;
    margin: 0 auto;
}

.db-view__treasure_box_popup__treasure_items--even {
    background: #2e2e2e;
}

.db-view__treasure_box_popup__treasure_items--odd {
    background: #333333;
}

.db-view__treasure_box_popup__treasure_items__box {
    width: 279px;
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px solid #3c3c3c;
    border-right: 1px solid #3c3c3c;
    padding: 2px 4px 2px 0;
}

.db-view__treasure_box_popup__treasure_items__box--image {
    display: table-cell;
    vertical-align: middle;
}

.db-view__treasure_box_popup__treasure_items__box--text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
    width: 226px;
}

.db-view__treasure_box_popup__token {
    padding-top: 5px;
}

.db-view__treasure_box_popup__token__box {
    width: 264px;
    min-height: 22px;
    padding: 5px 10px;
    float: left;
}

.db-view__treasure_box_popup__token__box > div {
    padding-right: 8px;
}

    .db-view__treasure_box_popup__token__box > div + div {
        padding-right: 0;
    }

.db-view__treasure_box_popup__token__box > div {
    display: table-cell;
    vertical-align: middle;
}

.db-view__treasure_box_popup__token__name {
    color: #bfa34c;
    font-weight: bold;
}

.db-view__treasure_box_popup__notes {
    padding-top: 8px;
    color: #CC2944;
}

.db-view__recipe__text {
    float: right;
    width: 283px;
    padding-top: 6px;
}

.db-view__recipe__book_name {
    margin-top: 4px;
}

.db-view__recipe__category {
    font-size: 12px;
}

.db-view__recipe__craftdata {
    margin: 4px 4px 18px;
}

.db-view__recipe__craftdata li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

    .db-view__recipe__craftdata li span {
        color: #bbac94;
    }

.db-view__recipe__crafting_conditions {
    margin: 0 4px 24px;
}

.db-view__recipe__crafting_conditions dt {
    color: #bbac94;
    font-weight: normal;
}

.db-view__gathering__category {
    font-size: 12px;
}

.db-view__gathering__data {
    padding: 0 5px 5px;
}

.db-view__gathering__area {
    color: #BFA34B;
    font-weight: bold;
}

.db-view__gathering__point {
    margin: 0 0 25px 1em;
}

.db-view__gathering__point dd {
    font-weight: bold;
}

.db-view__achievement__header {
    margin-bottom: 10px;
    position: relative;
}

.db-view__achievement__icon {
    position: relative;
    width: 48px;
    height: 48px;
    float: left;
    margin-right: 8px;
}

.db-view__achievement__icon__frame {
    position: absolute;
    z-index: 10;
    width: 48px;
    height: 48px;
    background: url(https://img.finalfantasyxiv.com/lds/h/Y/g9-WRQ9Mxx6c37ekifgjQ-nQwY.png) repeat-y 0 0;
    display: block;
}

.db-view__achievement__icon__image {
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 4px;
}

.db-view__achievement__text {
    width: 276px;
    float: left;
    padding-top: 4px;
}

.db-view__achievement__text__name {
    font-size: 16px;
}

.db-view__achievement__text__notes {
    color: #CC2944;
}

.db-view__achievement__help {
    padding-top: 4px;
}

.db-view__achievement__title_name {
    padding: 0 10px 4px;
}

.db-view__achievement__reward {
    width: 60px;
    height: 20px;
    float: left;
}

.db-view__achievement__reward__item {
    background: url(https://img.finalfantasyxiv.com/lds/h/M/1t3TkHQAd7GaWGI3dyPrC73cMs.png) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    float: right;
}

.db-view__achievement__reward__medal {
    background: url(https://img.finalfantasyxiv.com/lds/h/i/zgNdMxXg4Exk4Lg5BjhUybz8TY.png) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    float: right;
}

.db-view__achievement__reward__transfer {
    background: url(https://img.finalfantasyxiv.com/lds/h/b/68n5RLhFCz0Gs7pyvnZkZMvPVc.png) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    float: right;
}

.db-view__achievement__point {
    width: 48px;
    float: left;
    font-size: 28px;
    color: #bfa34b;
    text-align: center;
}

.db-view__bt_close {
    display: block;
    width: 160px;
    height: 20px;
    margin: 0 auto;
    overflow: hidden;
}

.db-view__bt_close:hover img {
    margin-top: -20px;
}

.db-view__body--light {
    background: #2e2e2e;
    padding: 4px;
}

.db-view__shop__type__icon {
    position: relative;
    display: table-cell;
    width: 32px;
    height: 32px;
    padding-right: 2px;
    vertical-align: middle;
    text-align: center;
    padding: 0 8px;
}

.db-view__shop__type__text {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}

.db-view__shop__type__item {
    width: 44px;
    display: table-cell;
    padding-left: 4px;
}

.contact-header {
    max-width:1000px;
    width:100%;
    padding:20px;
    margin:0 auto;
}
.contact-page .formitm-table span {
    color: #f6031a;
    vertical-align: top;
    line-height: 42px;
    margin-left:3px;
}
.page-body .formitm-table .lab{
    width: 18%;
}
.page-body .formitm-table input.ipt {
    width: 45%;
    display: inline-block;
}
.page-body textarea {
    min-height: 100px;
    width: 75%;
}
.contact-btn {
    margin-left: 18%;
    margin-top: 0px !important;
}
.contact-content {
    border-top: 1px solid #ddd;
    background:#f4f4f4;
    margin-bottom:50px;
}
.contact-content ul li{
    float:none;
    clear:both;
    margin:8px 0;
    background:#fff;
    border-radius:4px;
    padding:8px 15px;
}
.contact-img img {
    width: 40px;
    height: 40px;
    border-radius:100%;
}
.contact-cont{
    display:inline-block;
    width:86%;
    padding-left:15px;
}
.contact-cont .tit{
    font-size:16px;
    font-weight:bold;
    color:#333;
}
.contact-cont .time{
    font-size:12px;
    color:#ccc;
}
.contact-cont .rev{
    color:#999;
}
.cart-suspension{
    position:fixed;
    top:30%;
    left:30px;
}
.cart-suspension-cont {
    position: relative;
    animation: cssload-rotate-one 1.3s linear infinite;
    -o-animation: cssload-rotate-one 1.3s linear infinite;
    -ms-animation: cssload-rotate-one 1.3s linear infinite;
    -webkit-animation: cssload-rotate-one 1.3s linear infinite;
    -moz-animation: cssload-rotate-one 1.3s linear infinite;
}
.cart-suspension-img {
    display: block;
    width: 200px;
}
.cart-suspension-1 .cart-close {
    background: #f4f4f4;
    border-radius: 50%;
    border: 1px solid #333;
    color: #333;
    width: 20px;
    height: 20px;
    line-height: 18px;
    font-size: 14px;
    display: block;
    text-align: center;
    position: absolute;
    top: 3px;
    right: 0;
}
.cart-suspension.cart-suspension-2 {
    position: fixed;
    top: 48%;
    left: 30px;
}
.cart-suspension-2 .cart-close {
    background: #7768c4;
    border-radius: 50%;
    border: none;
    color: #fff;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 13px;
    display: block;
    text-align: center;
    position: absolute;
    top: 8px;
    right: -6px;
    font-weight: bold;
}
@keyframes cssload-rotate-one {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }
    50% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
}

@media screen and (max-width:576px) {
    .page-body .formitm-table .lab{
        width:100%;
    }
    .page-body .formitm-table input.ipt,
    .page-body textarea {
        width: 96% !important;
        display: inline-block;
    }
    .contact-btn {
        margin:0;
    }
    div#preview {
        left: 0 !important;
    }
}



/*金币活动样式*/
.giveaway-product-ul {
}
.span-bonus {
    background: #f89212;
    border-radius: 2px;
    padding: 0px 5px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    margin-right: 5px;
    background-image: linear-gradient(to left,#ff802f,#ff5350);
}
.giveaway-product-ul .product-name {
    display:inline-block;
}
.giveaway-txt {
    display: inline-block;
    padding: 3px 5px;
    border-radius: 3px;
    margin: 8px 0;
    background: #3dccef;
    /*background-image: linear-gradient(to left,#2cbd8e,#ed970c);*/
    vertical-align: top;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    position:relative;
}
.giveaway-items {
    border: 1px solid #3dccef;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    margin: 8px 0;
    position:relative;
}
.giveaway-items span {
    font-weight: bold;
    padding: 0 8px;
    background: #3dccef;
    /*background-image: linear-gradient(to left, #21bd95, #57a9ff);*/
    display: inline-block;
    line-height: 33px;
    float:left;
}
.giveaway-items img {
    display: inline-block;
    max-width: 32px;
    vertical-align: middle;
    padding: 2px;
    background: #fff;
}
.giveaway-items-hover img{
    max-width:550px;
}
.giveaway-txt .giveaway-items-hover,
.giveaway-items .giveaway-items-hover {
    display: none;
    position: absolute;
    top: -20px;
    right: -570px;
    padding: 5px;
    background: #3dccef;
    z-index: 55;
    border-radius: 4px;
}
.giveaway-items-hover:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    transform: rotate( 225deg ) translate(-50%, -50%) scale(1.4);
    top: 12px;
    left: -4px;
    background: #3dccef;
    z-index: -1;
}
.giveaway-txt:hover > .giveaway-items-hover,
.giveaway-items:hover > .giveaway-items-hover {
    display: block;
}
