﻿@charset "utf-8";
/* CSS Document */

.advlong-default {
    display: none;
}

    .advlong-default a {
        margin-top: 15px;
        display: inline-block;
        width: 49.5%;
        overflow: hidden;
    }

        .advlong-default a img {
            border-radius: 4px;
            display: block;
        }

        .advlong-default a:last-child {
            float: right;
        }

        .advlong-default a:first-child {
            float: left;
        }

.video-player {
    position: fixed;
    background: rgba(0,0,0,.75);
    width: 100%;
    height: 100%;
    z-index: 500;
    top: 0;
    left: 0;
}

.video-player .video-box {
    max-height: 645px;
    height: 69%;
    position: relative;
    max-width: 1000px;
    box-sizing: border-box;
    background-color: #fff;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 5px;
}

.video-player .player {
    padding: 0px;
    width: 75%;
    float: left;
    height: 100%;
}
.video-player .pole-player-img {
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #333;
    width: 100%;
    overflow:hidden;
}
.video-player .pole-player-img img{
    max-width:100%;
    max-height:100%;
}
.video-player iframe {
    background: none repeat scroll 0 0 #000;
    display: block;
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.video-player .icon-close {
    background-color: #ffffff;
    border-radius: 100%;
    color: #454545;
    height: 32px;
    line-height: 30px;
    position: absolute;
    right: -11px;
    text-align: center;
    top: -11px;
    width: 32px;
    z-index: 100;
    font-size: 34px;
    display: block;
    border: 2px solid #fff;
    box-sizing: border-box;
}

    .video-player .icon-close:before {
        content: none;
    }

.video-player .video-list {
    float: left;
    width: 23%;
    margin: 0 auto;
}
.video-player .video-list ul {
    margin: 0 0 10px 25px;
}
.video-player .video-list ul li {
    color: #fff;
    margin: 10px 5px;
    cursor: pointer;
    height: 122px;
    border: 3px solid #ddd;
    border-radius: 5px;
    float: none;
}
.video-player .video-list ul li.current {
    border: 3px solid #f6031a;
}

.video-list img {
    max-width: 100%;
    height: 100%;
    display:block;
    margin:0 auto;
}
@media screen and (max-width:576px) {
    .video-player .pole-player-img {
        height: 300px;
    }
}




.xivdb {
    position: relative;
    z-index: 999999999999 !important;
    display:block;
    transition: 0s;
}

.xivdb-frame {
    border: none;
    border-radius: 7px;
    background-color: #292929;
}

#preview td {
    padding: 0px;
    text-align: left;
    vertical-align: top;
    color: #fff;
    line-height: 17px;
    font-size: 12px;
}

.xivdb-fc {
    font-size: 12px;
    position: relative;
    z-index: 3;
    min-width: 300px;
    background-color: #292929;
}



.bar-notification-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    line-height: 16px;
    color: #fff;
    opacity: 0.95;
}

.bar-notification.success {
    background-color: #19a6e5;
}

.bar-notification.error {
    background-color: #e4444c;
}

.bar-notification.warning {
    background-color: #f39c12;
}

.bar-notification {
    position: relative;
    display: none;
    padding: 15px 25px 15px 10px;
}

    .bar-notification .content {
        margin: 0 10px 0 0;
    }

        .bar-notification .content a {
            color: #fff;
            text-decoration: underline;
        }

    .bar-notification span {
        position: absolute;
        top: 0;
        right: 0;
        width: 32px;
        height: 32px;
        margin: 7px;
        cursor: pointer;
        background: #fff;
        color: #025072;
        line-height: 32px;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
    }

.bar-notification-container .inner {
    color: #fff;
    font-size: 14px;
    margin-top: 0px;
    line-height: 20px;
}

div#prompt {
    max-height: 372px;
    overflow-y: auto;
    position: absolute;
    width: 93%;
    line-height: 24px;
    z-index: 99;
    background: #fff;
    border: 1px solid #81affd;
    text-indent: 5px;
    padding: 5px 0;
    top: 56px;
    left: 10px;
    text-align: left;
    -webkit-box-shadow: 0 1px 12px 0 rgba(0,0,0,.2);
    box-shadow: 0 7px 6px 0 rgba(0,0,0,.2);
    border-radius: 4px;
}

.detail_mid {
    padding: 5px;
}

.detail_table img.icon-item {
    max-width: 120px;
    height: auto;
    border: 1px solid #605c5c;
    border-radius: 5px;
    overflow: hidden;
}

.detail_table p.name {
    color: #fec434;
    font-size: 18px;
    vertical-align: middle;
    margin-top: 5px;
    padding-left: 8px;
    line-height: 22px;
}

.detail-img-wrap {
    margin-top: 8px;
    color: #999;
}

.registration-result-page {
    padding: 80px 20px;
    margin: 0 auto;
    display: block;
    max-width: 650px;
    width: 100%;
    text-align: center;
}

.registration-result-page h2 {
    margin-top: 20px;
    line-height: 25px;
}

.registration-result-page .a-btn {
    background: #49534f;
    margin-top: 35px;
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}





/*list-Page分页*/
.list-Page {
    text-align: center;
    margin-top: 30px;
}
.list-Page a {
    font-size: 14px;
    color: #999;
    line-height: 38px;
    background-color: #353535;
    border: 1px solid #3a3a3a;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 5px;
    padding: 0 13px;
    display: inline-block;
    vertical-align: top;
    min-width: 40px;
    text-align: center;
}
.list-Page a:hover {
    border: 1px solid #1cc7dd;
    color: #1cc7dd;
}

.list-Page a.current {
    background: #1cc7dd;
    color: #212121;
    font-weight: bold;
    border: 1px solid #1cc7dd;
}


/*pop-up*/
.pop-up {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(77,77,77,0.9);
    padding: 15px;
    z-index: 500;
}

.pop-up-cont {
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    max-width: 650px;
    width: 100%;
    max-height: 90%;
    overflow-y: auto;
    background: #272727;
    position: relative;
}

.m-layer {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(77,77,77,0.9);
    padding: 15px;
    z-index: 500;
}

.m-layer-content {
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    max-width: 650px;
    width: 100%;
    max-height: 90%;
    overflow-y: auto;
    background: #272727;
    position: relative;
}
.m-layer-content::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.m-layer-content::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #666;
}

.m-layer-content::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 6px rgb(137,165,183);
        background: #ededed;
}
.button-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: #898989;
    font-weight: bold;
    transition: all 0.5s;
}

.button-close:hover {
    color: #bfbfbf;
    font-weight: bold;
    transition: all 0.5s;
}

.pop-up-cont select {
    color: #bfbfbf;
    background: #484848;
    border: 1px solid #6d6d6d;
}

.pop-up-cont input {
    color: #bfbfbf;
    background: #484848;
    border: 1px solid #6d6d6d;
}

.m-layer-content select {
    color: #bfbfbf;
    background: #484848;
    border: 1px solid #6d6d6d;
}

.m-layer-content input {
    color: #bfbfbf;
    background: #484848;
    border: 1px solid #6d6d6d;
}

.products-alert-cont {
    padding: 30px 50px;
}

.products-alert-top {
    padding: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #3c3c3c;
}

.formitm-table {
    display: table;
    margin: 15px 0;
    border: 0;
    width: 100%;
}

    .formitm-table .lab {
        width: 36%;
        display: table-cell;
        vertical-align: middle;
        padding-right: 15px;
        font-size: 16px;
        color: #898989;
        text-align: right;
    }

    .formitm-table .ipt {
        width: 64%;
        display: table-cell;
        vertical-align: middle;
    }

        .formitm-table .ipt.Product span {
            color: #ff9000 !important;
        }

.ipt-sel-input select {
    width: 30% !important;
    float: left;
}

.ipt-sel-input input {
    float: right;
    width: 69% !important;
    display: inline-block;
}

.ipt-tip input,
.ipt-tip select {
    width: 92%;
}
.html-items-page .ipt-tip input,
.html-items-page .ipt-tip select {
    width: 82%;
}
.box-info {
    color: #999;
    margin-left: 36%;
    margin-top: -10px;
    font-size: 13px;
    line-height: 18px;
}

.box-info .color-red {
    color: #f84f26;
}

.Product span {
    color: #1cc7dd;
}
.products-alert-cont.border-top {
    border-top: 1px dashed #494949;
}

.div-btn-right {
    text-align: right;
    clear: both;
}

    .div-btn-right .but-btn {
        margin-left: 15px;
        margin-top: 0;
        display: inline-block;
    }

.btn-confirm .load {
    display: none;
}

@media screen and (max-width:576px) {
    .products-alert-cont {
        padding: 15px;
    }

    .box-info {
        margin-left: 0;
    }
    .html-items-page .ipt-tip input, .html-items-page .ipt-tip select {
        width: 79%;
    }
}
@media screen and (max-width:320px) {
    .html-items-page .ipt-tip input, .html-items-page .ipt-tip select {
        width: 76%;
    }
}







/*scrollbar */
.scrollbar {
    overflow: auto;
}
.scrollbar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.scrollbar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(137,165,183);
    background: #ededed;
}
.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #89a5b7;
    box-shadow: inset 0 0 6px rgb(31,73,97);
}




/* login-page */
.login-page,
.register-page,
.password-page-cont {
    background: url(../../images/web/login-bg.jpg) no-repeat, #313131;
    background-repeat: no-repeat;
    position: fixed;
    width: 100%;
    height: 100%;
}

.login-box {
    display: flex;
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 0px 20px 5px #252525;
    -webkit-box-shadow: 0px 0px 20px 5px #252525;
}

.login-left {
    padding: 30px 20px;
    width: 50%;
    align-items: stretch;
    background: url(../../images/web/login-left-bg.jpg) no-repeat, #313131;
    background-size: 100% 100%;
    position: relative;
}

.register-page .login-left {
    height: 100%;
}

.login-left > a {
    display: inline-block;
}

.login-left-txt {
    position: absolute;
    bottom: 30px;
    left: 20px;
    max-width: 350px;
    color: #e9e9e9;
    color: #e9e9e9;
}

    .login-left-txt span {
        font-size: 36px;
    }

    .login-left-txt p {
        font-size: 16px;
        margin-top: 10px;
    }

.login-right {
    width: 50%;
    padding: 50px 40px;
    background: #fff;
    text-align: center;
    align-items: stretch;
}

.login-list {
    position: relative;
    margin-bottom: 20px;
}

    .login-list .iconfont {
        width: 30px;
        height: 30px;
        line-height: 28px;
        text-align: center;
        position: absolute;
        top: 0px;
        left: 0px;
        color: #3d3d3d;
        font-size: 20px !important;
    }

    .login-list input {
        color: #333;
        width: 100%;
        padding-left: 35px;
        height: 32px;
        line-height: 30px;
        border-bottom: 2px solid #333;
        border-radius: 0;
        border-width: 0 0 2px 0;
    }

        .login-list input::-webkit-input-placeholder {
            color: #898989;
            text-transform: capitalize;
        }

.login-right .but-btn {
    display: block;
    width: 100%;
    border: 0;
    background: #464749;
    color: #fff;
    margin-bottom: 10px;
}

.formitm-reme {
    margin-top: 10px;
    text-align: left;
}

.formitm-verify {
    margin-top: 10px;
}

.checkbox-large {
    display: inline-block;
    font-size: 15px;
    color: #888;
}

.checkbox-input[type="checkbox"] {
    width: 12px;
    height: 12px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 14px;
    position: relative;
    margin-right: 6px;
    border-radius: 2px;
}

    .checkbox-input[type="checkbox"]::before {
        content: "";
        position: absolute;
        top: -3px;
        left: 0;
        background: #fff;
        width: 13px;
        height: 13px;
        border: 1px solid #b1b1b1;
        border-radius: 2px;
    }

    .checkbox-input[type="checkbox"]:checked::before {
        content: "\2713";
        background-color: #f13a3a;
        position: absolute;
        top: -3px;
        left: 0;
        width: 13px;
        height: 13px;
        border: 1px solid #f13a3a;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        border-radius: 2px;
    }

.formitm-reme > a {
    float: right;
    color: #fb3a3a;
}

    .formitm-reme > a:hover,
    .link-sign-up a:hover {
        text-decoration: underline;
    }

.external-authentication > p {
    text-align: center;
    position: relative;
    background: #fff;
    padding: 0 5px;
    display: inline-block;
}

.external-authentication hr {
    margin-top: -10px;
}

.social-login {
    margin-top: 40px;
    text-align: center;
}

.ExtendedAuthentication .social a {
    margin: 0 auto;
}

.social-login .head-socials {
    margin: 10px 0 0 0;
    text-align: center;
    float: none;
}

.link-sign-up {
    text-align: center;
    margin-top: 10px;
    border-top: 1px dashed #d2d2d2;
    padding-top: 15px;
}

    .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;
    }

.login-right .formitm-input select option {
    padding: 10px 0;
}

.password-page-cont .login-box {
    border-radius: 5px;
    margin-top: -20px;
    display: block;
    max-width: 560px;
}
.password-page-cont .login-left,
.password-page-cont .login-right {
    width: 100%;
    background-size: cover;
    background-position-y: center;
}
.page-body {
    margin-top: 20px;
}
.page-body p {
    margin-bottom: 5px;
}
.inner {
    color: #fe7d8a;
    font-size: 13px;
    line-height: 14px;
    margin-top: 5px;
}

.html-order-confirm-page .footer-bg,
.html-order-confirm-page .member-bg,
.html-order-completed-page .footer-bg,
.html-order-completed-page .member-bg {
    display: none !important;
}

.html-order-confirm-page body,
.html-order-completed-page body {
    
}

.Order-transfer {
    border: 1px dashed #ccc;
    background: #f4f4f4;
    padding: 10px 20px;
}

.Order-transfer-tr {
    display: inline-block;
    margin-right: 30px;
    font-size: 16px;
}

    .Order-transfer-tr > span {
        padding-left: 10px;
        font-weight: bold;
        color: #282828;
    }

.Order-transfer-p {
    margin-top: 20px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

#confirm-order-form {
    margin: 15px 0;
}

    #confirm-order-form img {
        margin: 0 auto;
        padding: 15px;
        vertical-align: middle;
        max-width: 380px;
        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:768px) {
}

@media screen and (max-width:567px) {
    .login-box {
        display: block;
        width: 95%;
    }

    .login-left-txt {
        display: none;
    }

    .login-left {
        text-align: center;
    }

    .login-right {
        padding: 50px 20px;
    }

    .pp-page-header {
        position: relative;
        top: 0px;
        left: 0;
        margin: 0;
    }
}


/*404error-page*/
.error-page {
    background: #252525;
    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 img {
        display: block;
        max-width: 420px;
        width: 100%;
        margin: 0 auto;
    }

    .error-content p {
        color: #c2c2c2;
        font-size: 20px;
        margin: 0 auto 15px;
        line-height: 26px;
        max-width: 500px;
    }

    .error-content a {
        background: #d6b550;
        color: #252525;
        border-radius: 30px;
        padding: 0 30px;
        line-height: 42px;
        margin-bottom: 30px;
        font-size: 16px;
        display: inline-block;
        font-family: "manrope-medium";
        font-weight: bold;
    }






/*代练悬浮preview*/
#preview {
    border-radius: 4px;
    background-color: #292929 !important;
    border: 1px solid #615959;
    padding: 10px;
    max-width: 470px;
    width: 100%;
    word-wrap: break-word;
    word-break: normal;
}

.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) no-repeat 0 0;
}

.db-view__comment_count__ic_postimage {
    background-image: url(../../images/web/V4ridy64VKVMvz_RAjvpmcfLsI.png) no-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;
}

@media screen and (max-width:576px) {
    div#preview {
        left: 0 !important;
    }
}

/*cart-empty*/
.cart-empty {
    width: 100%;
    padding: 50px 20px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 28px;
}
.cart-empty img {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    margin-bottom: 20px;
}
.cart-empty h3 {
    color: #cdcdcd;
}
.cart-empty p a {
    color: #28e3f3;
    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;
    border: 1px solid #afacac;
    color: #666;
}
.selgear img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -2px;
}
.selgear a {
    color: #166ce8;
}

/*shop-product-main*/
.html-shopping-cart-page .footer-bg {
    display: none;
}

.shop-content-main .container {
    display: flex;
    margin: 50px auto;
    position: relative;
}

.cart-cont {
    display: block;
    align-items: stretch;
    background: #fff;
    width: 69%;
    padding: 30px;
}

.stepper-steps {
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    flex: 1 auto;
}

    .stepper-steps:before {
        border-top: 1px solid #E0E0E0;
        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: 10px;
        background: #fff;
        text-align: center;
    }

    .shopp-nav li:first-child .stepper-item {
        padding-left: 0;
    }

.stepper-icon {
    background: rgba(0,0,0,0.28);
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    font-weight: 300;
    line-height: 30px;
    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 {
    vertical-align: middle;
    white-space: normal;
    text-transform: capitalize;
}

.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: #1cc7dd;
    }

.title--size-big {
    font-size: 24px;
    line-height: 40.8px;
    color: #000;
    margin-bottom: 10px;
}

.shop-list {
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
}
.shop-list .btn-shezhi{
    float:none;
    margin: 10px 10px 0 80px;
    height: 28px;
    line-height: 26px;
}
.shop-list .gold-cart-relative{
    background: #e8f1ff!important;
    border: 1px solid #c6d5ec;
    margin-top:10px;
}
.shop-list .gold-cart-relative .m-layer-content {
    background: #e8f1ff;
}
.shop-list .gold-cart-relative .m-layer-login {
    text-align:left; 
}
.shop-list .products-alert-cont.border-top {
    border-top: 1px dashed #92b3e6;
}
.shop-list .m-layer-content input,
.shop-list .m-layer-content select{
    color: #666;
    background: #ffffff;
    border: 1px solid #b7b7b7;
}
.shop-product {
    padding: 20px;
    border: 1px solid #E0E0E0;
    margin-top: -1px;
}
.shop-list-name {
    padding: 5px 10px;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    font-family: "manrope-medium";
    line-height: 42px;
}
input.shop-checkbox {
    width: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -4px;
}
.shop-checked{
    display:inline-block;
    float:left;
}
.shop-list-left {
    display: inline-flex;
    width: 64%;
    flex: 1;
}

.shop-td-img {
    display: inline-block;
    text-align: center;
    position: relative;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    float: left;
}

.shop-product-info {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    float: left;
    width: 78%;
}
.banned-click {
    background: rgba(81,81,81,.5);
    width: 100%;
    height: 100%;
    z-index: 555;
    position: absolute;
    cursor: not-allowed;
}
.fee-name {
    display: inline-block;
}
.shop-list .cart-into-but {
    height: 28px;
    display:inline-block;
    margin: 10px 0 0 60px;
    line-height: 24px;
}
.materials-detail-list .cart-order-into {
    background: #e8f1ff !important;
    border: 1px solid #c6d5ec;
    margin-top: 10px;
    padding: 15px;
}
.materials-detail-list .products-alert-cont,
.materials-detail-list .buy-from-nba2k21 {
    padding: 0;
}
.shop-product-info .product-name {
    color: rgba(0,0,0,0.87);
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
}
.shop-detail {
    color: rgba(48,48,48,0.9);
}
.shop-detail span {
    color: #999;
    min-width: 80px;
    padding-right: 5px;
    display: inline-block;
}
.shop-list-right {
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 35%;
    vertical-align: top;
}
.button-size-sub {
    opacity: 0.5;
    color: #999;
}
.button-size-add {
    color: #2F82FB;
}
.button:disabled {
    cursor: not-allowed;
}
.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: #4A4A4A;
    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: rgba(0,0,0,0.87);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33em;
    font-family: "manrope-medium";
}
.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;
}
.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;
}
.shop-list-bot {
    padding: 10px 20px;
    text-align: right;
    color: #333;
    background: #f4f4f4;
}
.group__total-price-label {
    color: rgba(0,0,0,0.54);
    margin-right: 5px;
}
sup {
    top: -0.5em;
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    padding-left: 5px;
}
.cart-into-but {
    color: #fff!important;
    margin-bottom: 31px;
    background: #ff7945;
    padding: 2px 10px;
    margin: 10px 0;
    display: inline-block;
    border-radius: 3px;
}
.cart-order-into {
    display: none;
    padding: 15px 10px;
    background: #f7f7f7;
}
.cart-order-into ul li {
    margin: 0 10px 10px 0;
}
.cart-order-into .package-sel select {
    color: #898989;
    background: #f9f9f9;
    border: 1px solid #cecece;
}
.cart-order-into > button {
    display: inline-block;
    margin:10px 15px 0 0;
}
.item_cart_trading_info .gold-cart-relative {
    border-top: 0;
    background:none;
    margin:0;
}
.item_cart_trading_info .gold-cart-relative .m-layer-content{
    background: #333333;
    padding:0 10px;
}
.item_cart_trading_info .gold-cart-relative .formitm-table .lab{
    font-size:13px;
}
.product-card-code {
    width: 100%;
    margin: 15px 0;
}
.product-code-container {
    position: relative;
}
.product-code-container input {
    border: 1px solid #444;
    background: #333;
    border-radius: 0;
}
.product-code-container input::-webkit-input-placeholder {
    color: #555;
}
.code-btn {
    font-size: 16px;
    height: 36px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #1cc7dd;
    color: #fff;
    text-align: center;
    line-height: 36px;
    padding: 0 15px;
}
.checkout-payment {
    width: 31%;
    float: right;
    align-items: stretch;
    background: #191919;
    padding: 30px 20px;
}
.order-summary {
    padding: 20px;
    color: #a5a5a5;
    background: #333;
}
.summary-sub-total {
    line-height: 30px;
    zoom: 1;
}
.summary-sub-total-red span {
    color: #1ec7dd !important;
}

.summary-sub-total-red em {
    color: #1ec7dd !important;
}
.summary-sub-total span {
    margin-right: 20px;
    float: left;
    text-align: left;
}

.summary-sub-total span img {
    vertical-align: text-top;
    display: inline-block;
    margin: 0 3px;
}

.summary-sub-total span > a:hover {
    color: #f6031a;
}

.summary-sub-total em {
    float: right;
    width: auto;
    text-align: right;
    font-style: normal;
    font-family: "manrope-medium";
}

.summary-sub-total.summary-sub-total-foot {
    margin-top: 5px;
    border-top: 1px dashed #5c5c5c;
    padding-top: 10px;
}

    .summary-sub-total.summary-sub-total-foot span {
        font-size: 16px;
    }

    .summary-sub-total.summary-sub-total-foot em {
        font-size: 24px;
        color: #1cc7dd;
        font-style: normal;
        font-family: "manrope-medium";
    }

.Payment_Select {
    padding-top: 30px;
    text-align: center;
    position:relative;
}

.Payment_Select-box {
    width: 100%;
    margin: 0 auto;
    position:relative;
}
.cart_not_pay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0);
    z-index: 999;
    cursor: no-drop;
}
.pp-paypallog {
    line-height: 16px;
    font-size: 16px;
    margin-bottom: 15px;
}

    .pp-paypallog img {
        vertical-align: middle;
        width: 16px !important;
        margin-right: 5px;
    }

    .pp-paypallog input {
        margin-right: 0px;
        vertical-align: middle;
        width: 16px;
        height: 16px;
        border: 1px solid #E0E0E0;
        margin-top: -3px;
    }

        .pp-paypallog input:checked {
            border: 1px solid #E0E0E0;
        }

#paypal-button {
    width: 100%;
    border-radius: 4px;
    background: #ffc439;
    height: 45px;
    overflow: hidden;
}

    #paypal-button:hover {
        background: #f2ba36;
    }

.but-btn-paypal {
    background: #ffc439;
    color: #666;
    margin-top: 5px;
    font-size: 18px;
}

.card_container {
    margin-top: 15px;
}

.but-btn-credit {
    background: #003087 !important;
    font-size: 18px !important;
    margin-top: 0 !important;
}

.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: #fff;
    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;
    font-family: "manrope-medium";
    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;
    border-radius:30px!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);
}
/*my-sample-form*/
    .form-item {
    margin-bottom: 15px;
    position: relative;
}

.input-text {
    width: 100%;
    height: 38px;
    border: 1px solid #ced4da;
    font-size: 14px;
    line-height: 18px;
    background: #fff;
    color: #333;
    border-radius: 4px;
    -webkit-transition: border-color .2s linear;
    transition: border-color .2s linear;
}

.form-item input {
    border: none;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: rgb(58, 58, 58);
}

.form-item select {
    border: none;
    width: 35%;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    float: left;
    padding: 0 8px;
    background: #fff;
}

.s-c-u-ipt {
    width: 65%;
    float: left;
    border-left: 1px solid #ced4da;
}

div#expiration-date,
div#card-number,
div#cvv {
    padding: 0 10px;
}

.input-text:focus {
    outline: none; /*border-color: #ff6709;*/
}

.input-label {
    position: absolute;
    left: 12px;
    top: 11px;
    z-index: 2;
    font-size: 14px;
    line-height: 18px;
    color: #b0b0b0;
    background: transparent;
    cursor: text;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.form-section-active .input-label {
    top: -10px;
    font-size: 12px;
    background-color: #fff;
}

.span-visa {
    height: 36px;
    padding: 8px 10px;
    position: absolute;
    top: 1px;
    right: 3px;
    border-left: 1px solid #ccc;
}

.form-item-date {
    width: 48%;
    float: left;
    position: relative;
}

.form-item-cvv {
    width: 48%;
    float: right;
    position: relative;
}
.html-checkout-page .shopp-nav .stepper-item {
    background: #272727;
}
.html-checkout-page .shopp-nav li[data-state="active"] .stepper-item {
    color: rgb(28,199,221);
}
.html-checkout-page .stepper-icon {
    background: rgba(255,255,255,0.28);
}
.html-checkout-page .stepper-steps:before {
    border-top: 1px solid #7d7d7d;
}
.html-checkout-page .container {
    max-width: 1000px;
}
.container-confirm {
    margin-bottom: 50px;
    border: 1px solid #e0e0e0;
    padding: 15px;
    box-shadow: 0 0 15.04px 0.96px rgb(0 0 0 / 11%);
    background: #fff;
}
.payment-WestUnion,
.payment-WXPay,
.payment-alipay {
    padding: 15px;
}
.payment-WestUnion h2,
.payment-alipay h2 {
    margin: 20px 0;
}
.payment-WestUnion h3,
.payment-alipay h3 {
    font-size: 15px;
    margin: 5px 0;
}
.payment-WestUnion blockquote,
.payment-alipay blockquote {
    margin-bottom: 10px;
    background: #eaeaea;
    border-left: 5px solid #a2a2a2;
    padding: 10px 15px;
    margin: 5px 0;
}
.payment-WestUnion p,
.payment-alipay p {
    margin-bottom: 10px;
}
.payment-WestUnion blockquote b {
    color: #101010;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 4px;
    display: inline-block;
}
.payment-WestUnion blockquote p span {
    margin-left: 5px;
    color: #444;
    font-weight:bold;
}
.payment-WestUnion > p > b {
    color: #101010;
    margin-right: 5px;
}
.payment-alipay blockquote span {
    margin-left:5px;
    font-weight: bold;
    color: #444;
}
.zf-info {
    font-size: 16px;
    color:#444;
}
.zf-info div{
    margin:5px 0;
}
.zf-info span{
    font-weight: bold;
}
.ewm-box {
    max-width: 300px;
    display: block;
    margin: 20px auto;
}
.phone-boot h2{
    margin-bottom:10px;
}
@media screen and (max-width:1024px) {
    .checkout-payment{
        padding:20px 15px;
    }
}

@media screen and (max-width:768px) {
    .shop-content-main .container {
        display: block;
    }

    .cart-cont, .shop-product {
        padding: 15px;
    }

    #shopping-cart-form {
        position: relative;
    }
}

@media screen and (max-width:578px) {
    .stepper-steps {
        padding-bottom:5px;
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .cart-empty img {
        max-width: 150px;
    }
    .shop-content-main .container {
        display: block;
    }
    .shop-list .gold-cart-relative{
        padding:10px;
    }
    .shop-detail{
        font-size:13px;
    }
    .shop-list-right {
        margin-top: 5px;
        background: #f5f5f5;
        padding: 10px;
        clear: both;
        display: inline-flex !important;
    }
    .shop-list .btn-shezhi, .shop-list .cart-into-but {
        margin-left: 0;
    }
    .cart-order-into ul li{
        margin-right:0;
    }
    .package-preview {
        margin-right: 5px;
    }
    .shop-product-info{
        width:71%;
    }

}
@media screen and (max-width:360px) {
    .shop-product-info {
        width: 69%;
    }
}



/*cart-pole-product*/
.cart-ActivityProduct {
    display: block;
    background-color: rgb(250,239,218);
    border: 1px solid rgb(219,189,132);
    border-radius: 4px;
    padding: 20px 30px;
    margin: 10px 0px;
    color: rgb(0, 0, 0);
    position: relative;
}

.cart-pole-box {
    overflow: hidden;
    width: 100%;
    height: auto;
}

    .cart-pole-box .pre {
        background: 0 0;
        width: 26px;
        position: absolute;
        top: 28%;
        opacity: .4;
        z-index: 22;
    }

        .cart-pole-box .pre:hover {
            opacity: .8;
        }

    .cart-pole-box .btn-left {
        left: 6px;
    }

    .cart-pole-box .btn-right {
        right: 6px;
    }

.cart-pole-product {
    margin: 0;
    width: 1560px;
    position: relative;
}

    .cart-pole-product .pole-list {
        width: 244px;
        border: none;
        padding: 15px;
    }

        .cart-pole-product .pole-list input {
            display: inline-block;
            width: 17px;
            height: 17px;
            margin-right: 8px;
            vertical-align: top;
            border: 1px solid #6f93c6 !important;
            color: #ccc;
        }

        .cart-pole-product .pole-list .pole-list-txtwrap {
            display: inline-block;
            width: calc(100% - 25px);
            margin: 0;
            padding: 10px;
            background: #fff;
            border: 1px solid #6f93c6;
            border-radius: 0;
        }

        .cart-pole-product .pole-list .pole-list-right {
            padding: 0px;
        }

        .cart-pole-product .pole-list .pole-list-left img {
            width: auto;
            height: 64px;
            margin: 0 auto;
            text-align: center;
            display: block;
            border: none;
            margin-bottom: 8px;
        }

        .cart-pole-product .pole-list .pole-list-right .product-name {
            color: #333;
            font-weight: lighter;
        }

    .cart-pole-product .product-price {
        color: #f75213;
    }

.cart-ActivityProduct > p > a {
    color: #f75213;
    font-weight: bold;
}

    .cart-ActivityProduct > p > a:hover {
        text-decoration: underline;
    }

.cart-ActivityProduct .cart-ActivityProduct-notice > p {
    color: #3d9ff2;
    clear: both;
    padding-top: 10px;
}

    .cart-ActivityProduct .cart-ActivityProduct-notice > p a {
        text-decoration: underline;
        color: #e96b1e;
    }

@media screen and (max-width:1024px) {
    .cart-ActivityProduct {
        padding: 10px;
    }

    .cart-pole-product .pole-list {
        width: 202px;
        padding: 7px;
    }
}

@media screen and (max-width:768px) {
    .cart-ActivityProduct {
        padding: 10px;
    }

    .cart-pole-product .pole-list {
        width: 228px;
        padding: 8px;
    }
}

@media screen and (max-width:578px) {
    .cart-pole-box {
        max-width: 300px;
    }

    .cart-pole-product .pole-list input {
        width: 12px;
        margin-right: 5px;
    }

    .cart-pole-product .pole-list .pole-list-txtwrap {
        width: calc(100% - 17px);
    }

    .cart-pole-product .pole-list {
        width: 150px;
    }

        .cart-pole-product .pole-list .pole-list-right .product-name {
            font-size: 13px;
        }

    .cart-pole-product .price-line-through {
        line-height: 20px;
        margin-left: 0;
    }

    .cart-pole-product .product-price {
        margin-right: 0;
        line-height: 20px;
    }
}




/*onepagecheckout*/
.Payment-page body {
    width: 100%;
    height: 100%;
    position: fixed;
}

.Payment-page .footer-bg,
.Payment-page footer {
    display: none;
}

.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%;
    transform: translateY(-50%);
    position: relative;
    overflow: hidden;
}

.pp-header {
    background-color: #00596e;
    color: #444;
    fill: #000;
    overflow: hidden;
    padding: 25px 30px 20px 30px;
    position: relative;
    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: #c9c9c9;
}

.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;
            font-family: manrope, Arial, sans-serif;
        }

        .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 #03b8fc;
    }

    .pp-list-box div {
        height: 50px;
        margin: 12px auto 10px;
        position: relative;
        width: 95px;
    }

        .pp-list-box div img {
            bottom: 0;
            height: auto;
            left: 0;
            margin: auto;
            max-height: 100%;
            max-width: 100%;
            position: absolute;
            right: 0;
            top: 0;
            width: auto;
        }

    .pp-list-box h4 {
        color: #444;
        display: block;
        font-weight: 500;
        line-height: 1em;
    }

    .pp-list-box span {
        color: #787878;
        line-height: 1.2em;
        font-size: 12px;
    }

.Online-Payment-info li {
    margin: 10px;
}

.Online-Payment-info input {
    display: inline-block;
    width: auto;
    line-height: 50px;
    height: 50px;
    vertical-align: top;
    margin-right: 4px;
    cursor: pointer;
}

.Online-Payment-info label {
    display: inline-block;
    width: 180px;
    height: 50px;
    border: 1px solid #d2d2d2;
    padding: 5px 10px;
}

    .Online-Payment-info label img {
        max-width: 100%;
        max-height: 36px;
    }

.Online-Payment-info span {
    display: block;
    text-align: center;
    margin-top: 5px;
}

.payment-section {
    min-width: 180px;
    line-height: 50px;
    color: #fff;
    background: #f6031a;
    font-size: 16px;
    text-align: center;
    display: inline-block;
}

.payment-methods .but-btn {
    margin: 0 auto;
    margin-bottom: 30px;
    display: inline-block;
}

.payment-methods .but-btn-line {
    background: #d8fbff;
}

.payment-cont {
    max-width: 800px;
    padding: 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: #fffcf4 !important;
}

@media screen and (max-width:576px) {
    .header-logo {
        width: 100px;
        margin-top: 10px;
        margin-left: -15px;
    }

    .payment-cont img {
        max-width: 180px;
    }

    .default-pp {
        top: 0;
        transform: none;
        height: 100%;
        overflow: auto;
    }

    .pp-header {
        padding: 15px 15px 10px 30px;
    }

    .shop-payment-info {
        padding: 10px 30px 20px 30px;
    }

        .shop-payment-info .formitm .lab {
            font-size: 14px;
        }

    .Online-Payment-info {
        padding-bottom: 70px;
        overflow: inherit;
        height: auto;
        max-height: none;
    }

    .payment-methods .text-center {
        position: fixed;
        bottom: -18px;
        left: 0;
        width: 100%;
        background: #fff;
        padding-top: 10px;
    }
}


/*cart-suspension*/
/*侧边广告*/
.game_ad_left{
    position: fixed;
    top: 30%;
    left: 30px;
    z-index:100;
}
.game_ad_rigth {
    position: fixed;
    top: 30%;
    right: 30px;
    z-index: 100;
}
.game_ad_top {
}
.game_ad_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
}
.cart-suspension{
    padding:15px 0;
}
.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;
}
.game_ad_top .cart-suspension-cont {
    position: relative;
    animation: unset;
}
.cart-suspension-img {
    display: block;
    width: 200px;
}
.cart-suspension .cart-close {
    top: -15px;
    right: -15px;
    position: absolute;
    background: #ccc;
    border-radius: 50%;
    display: inline-block;
    line-height: inherit;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    color: #585858;
    font-weight: bold;
}
.cart-suspension.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.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);
    }
}




/*activity-pop*/
.DiscountMessages {
    background: #c74040;
    padding: 5px 10px;
    color: #dcfe77;
    font-weight: bold;
}
.activity-bar {
    width: 100%;
    overflow: hidden;
}
.activity-bar img {
    display: block;
}
.activity-pop {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.85);
    z-index: 1100;
    top: 0;
    left: 0;
}
.activity-pop-cont{
    margin: 0 auto;
    top: 46%;
    transform: translateY(-50%);
    display: block;
    max-width: 750px;
    width: 100%;
    max-height: 100%;
    position: relative;
    padding:10px;
}
.activity-close {
    margin:0 auto;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    font-weight: 700;
    background: #c5c5c5;
    display: block;
    border-radius: 50%;
    padding: 8px;
    z-index: 55;
}
.activity-pop-link {
    display: block;
}
.activity-pop-link img{
    display:block;
    margin:0 auto;
}
.activity-pop-link:hover,
.activity-close:hover{
    filter: saturate(1.1);
    -webkit-filter: saturate(1.1);
}
@media screen and (max-width:768px) {
    .activity-bar img {
        max-width: 150%;
        margin-left: -25%;
    }
}
@media screen and (max-width:576px) {
    .activity-close {
        padding: 3px;
        font-size: 14px;
        line-height: 14px;
    }
    .activity-bar img {
        max-width: 170%;
        margin-left: -35%;
    }
}

