﻿.items-nav {
    clear: both;
}

    .items-nav.childNav0 .item.active a {
        background: #19BF91;
    }

    .items-nav.childNav0 .item a h1, .items-nav.childNav0 .item a h2 {
        font-size: 14px !important;
        padding: 5px 0;
        margin: 0px;
    }

    .items-nav.childNav0 .item a {
        background: #15355B;
        display: block;
        padding: 10px;
        border-radius: 5px;
        color: #fff;
        margin-bottom: 3px;
    }

        .items-nav.childNav0 .item a:hover {
            color: #fff !important;
            background: #19BF91;
            text-decoration: unset;
        }

    .items-nav.childNav1 li.check-box span {
        line-height: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #50A0FF;
    }

    .items-nav.childNav1 li.check-box.active span, .items-nav.childNav1 li.check-box span:hover {
        color: #19BF91;
        background: unset !important;
        font-weight: bold;
        cursor: pointer;
    }

    .nav .check-box label {
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 4px;
        border-width: 2px;
        border-style: solid;
        border-color: #476a94;
        position: relative;
        cursor: pointer;
        margin: 0px;
    }

    .nav .check-box.active label {
        border-color: #19BF91;
    }

    .nav .check-box label i {
        text-indent: -99999px;
        display: block;
    }

    .nav .check-box.active label i {
        text-indent: unset;
        display: block;
    }

.attr-box .choice-box {
    display: grid;
    grid-template-columns: 20px 1fr;
    grid-gap: 8px;
    line-height: 1.2em;
    color: #93bee3;
    cursor: pointer;
    align-items: center
}

    .attr-box .choice-box:hover .choice-content {
        border-color: #03b8fc;
    }

.attr-box .radio-box.radio-box-active .choice-content {
    border-color: #03b8fc;
}

.attr-box .choice-box input {
    display: none
}

.attr-box .choice-content {
    width: 280px;
    display: flex;
    align-items: center;
}

    .attr-box .choice-content img {
        width: 30px;
        height: 30px;
        margin-right: 8px;
        display: inline-block
    }

.attr-box .choice-content-grid {
    display: grid;
    grid-template-columns: 1fr max-content;
    grid-gap: 15px;
    flex: 1;
    font-size: 15px
}

.attr-box .package-choice-price {
    font-weight: bold
}

.search-box .radio-box div{
    display: inline-block;
    cursor: pointer;
}

    .search-box .radio-box div:hover label {
        border-color: #19BF91;
    }

.attr-box .radio-box label, .search-box .radio-box label {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #476a94;
    position: relative;
    cursor: pointer
}

.search-box .radio-box label {
    margin-bottom: 0px !important;
    top: 4px;
    margin-right: 5px;
    margin-left: 0px;
}

.search-box .radio-box span {
    color: #50A0FF;
    font-size: 12px;
}

.attr-box .radio-box:hover label, .attr-box .radio-box.radio-box-active label {
    border-color: #03b8fc;
}

.search-box .radio-box div.active label {
    border-color: #19BF91;
}

    .search-box .radio-box div.active label i {
        display: block;
        background-color: #19BF91;
    }

.attr-box .radio-box label i, .search-box .radio-box label i {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 16px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: -5px;
    margin-left: -5px;
    background-color: #03b8fc;
}

.attr-box .radio-box.radio-box-active label i {
    display: block
}

.attr-box .check-box input {
    display: none
}

.attr-box .check-box label {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border-width: 2px;
    border-style: solid;
    border-color: #476a94;
    position: relative;
    cursor: pointer
}

.attr-box .check-box:hover label {
    border-color: #03b8fc;
}

.attr-box .check-box.check-box-active label {
    border-color: #03b8fc;
    background-color: #03b8fc;
}

.attr-box .check-box label i {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 16px
}

.attr-box .check-box.check-box-active label i {
    display: block
}

.attr-box .check-box.check-box-active .choice-content {
    border-color: #03b8fc
}

.items-box .box {
    border: 1px solid #15355B;
    margin-bottom: 10px;
    padding: 10px 0;
    position: relative;
    border-radius: 5px;
    background: #112540;
}

.items-box .box .hot {
    background: url(/img/hot-icon.png?250623) no-repeat;
    background-position: 0px 0;
    width: 48px;
    height: 48px;
    position: absolute;
    top: -15px;
    left: 5px;
    z-index: 1000;
}

.item-box .box .more {
    background: url(/img/details.png?250623) no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 32px;
    height: 32px;
}

.input-group-addon {
    border: unset;
}

.price-opts {
    margin-bottom: 5px;
}

.items-box .box p.item img {
    width: auto;
    max-width: 165px;
    max-height: 125px;
    height: 140px;
}

.items-box .box p.items {
    min-height: 100px;
}

    .items-box .box p.items img {
        width: auto !important;
        height: 49px !important;
    }

.items-box .item-title {
    font-size: 12px;
    height: 100px;
    margin: 20px 5px;
    border-top: 1px dashed #15355B;
    padding: 10px 0px;
}

    .items-box .item-title strong {
        font-size: 14px;
        display: -webkit-box; /* 作为一个弹性盒子 */
        -webkit-box-orient: vertical; /* 垂直排列子元素 */
        -webkit-line-clamp: 3; /* 限制显示的行数为3 */
        overflow: hidden; /* 隐藏溢出的文本 */
    }

.items-box em {
    color: #50A0FF;
    font-style: normal;
}

.items-nav-box .nav {
    padding: 10px;
    margin-bottom: 25px;
    border: 1px solid #15355B;
    border-radius: 10px;
    box-shadow: 0 0 4px 0px #1770b7;
    clear: both;
}

.childNav0 li {
    width: 254px;
}

.childNav1 li {
    width: 292px;
    margin-left: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

    .childNav1 li a {
        padding: 5px 0;
        overflow: hidden;
    }

.childNav2 li {
    width: 292px;
    margin-left: 5px;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    color: #50A0FF;
}

    .childNav2 li.check-box span {
        padding: 5px 0;
        line-height: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .childNav2 li.check-box span:hover, .childNav2 li.check-box.active span {
            padding: 5px 0;
            background: unset !important;
            font-weight: bold;
            color: #19BF91;
            cursor: pointer;
        }

.childNav2 li img{
    position: absolute;
}

.affixs {
    max-height: 225px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 10px;
}

    .affixs li {
        width: 284px;
        margin-left: 5px;
        margin-bottom: 5px;
        position: relative;
        display: inline-block;
        cursor: pointer;
    }

    .affixs li a {
        padding: 5px 0;
        line-height: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .affixs li a:hover, .affixs li.active a {
            padding: 5px 0;
            background: unset !important;
            font-weight: bold;
            color: #19BF91;
        }

    .affixs li img {
        position: absolute;
    }

.affix-selects {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .affix-selects li {
        display: inline-block;
        padding: 0px 5px 5px 5px;
        margin-right: 5px;
        margin-bottom: 3px;
        background: #f60;
        cursor: pointer;
    }

.tree-name {
    font-size: 16px;
    font-weight: bold;
    color: #50A0FF;
    border-bottom: 5px solid #50A0FF;
}

.item-details .item-big-img {
    margin-bottom: 10px;
    border: 1px solid #15355B;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 296px;
}

.item-details .item-img img {
    /*width: 100px;*/
}

/*.details-img {
    width: 100% !important;
}*/

.items-box .col-md-3{
    width: 20% !important;
}

.search-box .search-control {
    width: 50%;
    position: relative;
}

@media(max-width: 768px) {
    .childNav0 {
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        white-space: nowrap;
    }

    .childNav0 .col-md-3 {
        margin-bottom: 5px !important;
        display: inline-block;
    }

    .childNav0 li {
        width: 49.55%;
        float: left;
        margin-left: 0px !important;
    }

    .childNav1 li {
        width: 48.55%;
        float: left;
        margin-left: 3px !important;
    }

    .childNav2 li {
        width: 48.55%;
        float: left;
        margin-left: 3px !important;
    }

    .search-box .search-control {
        width: 100% !important;
    }

    .search-box .radio-box {
        text-align: left;
    }

    .items-box input {
        /*width: 100% !important;*/
    }

    .input-group {
        margin-bottom: 5px !important;
    }

    .items-box .col-md-3 {
        float: left !important;
        width: 50% !important;
    }

    .items-box .box p.item img {
        height: 68px !important;
    }   

    .item-details .buy .col-md-3 {
        width: 50%;
        float: left;
    }

    .buy .col-md-6 {
        text-align:center;
    }

    .tree-name{
        float: unset !important;
    }
}

.item-box .details, .item-details .details {
    background: #15355B;
    position: absolute;
    z-index: 9999;
    left: 100%;
    top: 0;
    z-index: 9;
    width: 398px;
}

.rightbbox {
    margin-right: -40px
}

.rocket-title a, .rocket-title em {
    width: 135px
}

.servertxt-left {
    width: 935px
}

.sl-top {
    background-size: 935px
}

.fortnite .rl-img > img {
    width: auto;
    height: auto;
    max-width: 165px;
    max-height: 125px
}

    .fortnite .rl-img > img:first-child {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%)
    }

.fallout-infoimg {
    top: -42px;
    padding: 1px;
    width: 360px;
    height: auto;
    background: #1b2838;
    position: absolute;
    z-index: 9999;
    display: none
}

    .fallout-infoimg > span {
        display: block;
        padding: 15px;
        text-align: left
    }

.coin-title2 {
    display: none
}

    .coin-title2 em {
        width: 105px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

        .coin-title2 em[data-tag='4'] {
            width: 144px
        }

@media(max-width:750px) {
    .coin-title2 em[data-tag='4'] {
        width: 48%
    }
}

.bonusGreen {
    color: #0f0
}

.setNameYellow {
    color: #ffd517;
    font-size: 11px
}

.setItemIndent {
    display: inline
}

    .setItemIndent span {
        margin-left: 9px
    }

.setItemYellow {
    color: #f8ffa8
}

.setItemGray {
    color: #787880
}

.tooltipContentSpecial {
    color: #ffd800;
    font-weight: 400;
    font-size: 11px;
    display: block
}

    .tooltipContentSpecial strong {
        color: #fff
    }

.tooltipGuild {
    color: #ffd800;
    font-weight: 400;
    font-size: 11px
}

.tooltipTitle {
    font-size: 13px
}

.tooltip table {
    margin: 0;
    width: 100%;
    border: none
}

    .tooltip table td {
        word-wrap: break-word;
        word-break: break-all
    }

.item-content {
    color: #fff
}

.myItemName {
    font-size: 13px
}

.myGold {
    color: #e5cc80
}

.myOrange {
    color: #ff8000
}

.myPurple {
    color: #a335ee
}

.myBlue {
    color: #0070dd
}

.myGray {
    color: #c9c9c9
}

.myGreen {
    color: #0f0
}

.myYellow {
    color: #ffd517
}

.myRed {
    color: #d80000
}

.myWhite {
    color: #fff
}

.myTable {
    background-color: #000;
    float: left;
    width: 290px;
    color: #fff;
    font-size: 9pt;
    position: relative;
    font-family: Arial,Helvetica,sans-serif
}

.element-item {
    position: relative;
    float: unset;
    min-width: 326px;
    height: auto;
    border: 1px solid #000;
    border-radius: 3px;
    box-shadow: inset 0 0 10px 0 rgba(0,0,0,.7),0 0 0 1px rgba(255,255,255,.05);
    color: #84b7ff;
    text-align: center;
    padding: 15px;
    font-size: 14px;
    cursor: auto;
    -webkit-user-select: text;
    -moz-select: text;
    -ms-select: text;
    user-select: text;
    word-break: break-word
}

    .element-item:hover {
        background: rgba(0,0,0,.6);
        box-shadow: inset 0 0 7px 0 rgba(0,0,0,.8),0 0 0 1px rgba(255,255,255,.05);
        transition: .15s;
        z-index: 1
    }

.element-item-vt .z-offline, .element-item-vt .z-online {
    margin-right: 0
}

.z-overlogin-container .element-item {
    width: auto;
    color: #dedac8
}

.z-sidebar .element-item {
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
    background: 0 0;
    border: none;
    box-shadow: none;
    height: auto;
    text-overflow: ellipsis
}

    .z-sidebar .element-item:last-child {
        margin-bottom: 0
    }

.element-item-vt-f {
    width: 100%
}

.z-overlogin-container .element-item {
    width: 100%;
    margin-bottom: 12px
}

.z-box-grid {
    color: #dedac8;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 18px;
    text-align: left;
    font-size: 1em;
    line-height: 22px
}

    .z-box-grid a {
        color: #ffbe00
    }

        .z-box-grid a:hover {
            color: #ffde00
        }

.z-center {
    text-align: center;
    margin: 0 auto
}

    .z-center img {
        text-align: center;
        margin: 0 auto;
        width: auto !important;
        max-height: 90px !important;
        display: inherit
    }

    .z-center .z-bone {
        border-bottom: 1px solid #16202d;
        padding-bottom: 5px
    }

    .z-center .button img {
        margin-left: -27px
    }

.z-bone {
    color: #f0e7d8 !important
}

a.z-bone, p.z-bone {
    color: #f0e7d8 !important
}

.z-hr {
    width: 100%;
    height: 2px;
    border-bottom: 1px solid #000;
    display: block;
    margin-top: 14px;
    margin-bottom: 14px;
    box-shadow: 0 1px 0 rgba(255,255,255,.04)
}

.z-hr-cp {
    width: 100%;
    height: 5px;
    display: block
}

.z-hr-vf {
    margin-top: -3px
}

.z-hr-spawned {
    width: 100%;
    height: 2px;
    border-bottom: 1px solid #000;
    display: block;
    margin-top: 24px;
    margin-bottom: -9px;
    box-shadow: 0 1px 0 rgba(255,255,255,.04)
}

.z-hr-banner {
    width: 50% !important;
    margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 16px;
    text-align: center;
    position: relative;
    float: none
}

.z-hr-banner-db {
    width: 50% !important;
    margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 8px;
    text-align: center;
    position: relative;
    float: none
}

.z-hr-banner-indexbot {
    width: 50% !important;
    margin: 0 auto;
    margin-top: -6px;
    margin-bottom: 8px;
    text-align: center;
    position: relative;
    float: none;
    border: 0;
    box-shadow: none
}

.z-poster-hr {
    width: 100%;
    height: 2px;
    border-bottom: 1px solid #000;
    display: block;
    margin-top: 8px;
    margin-bottom: 14px;
    box-shadow: 0 1px 0 rgba(255,255,255,.04)
}

.z-poster-hr-ui {
    width: 100%;
    height: 2px;
    border-bottom: 1px solid #000;
    display: block;
    margin-top: 18px;
    margin-bottom: 16px;
    box-shadow: 0 1px 0 rgba(255,255,255,.04)
}

.z-hr-fixapprove {
    margin-top: 0
}

.z-sig-hr {
    margin-top: 0
}

.z-sidebar .z-hr {
    margin-bottom: -18px;
    margin-top: 18px
}

.z-sidebar .z-sbshift-brown .z-hr {
    width: 100%;
    height: 2px;
    border-bottom: 1px solid #000;
    display: block;
    box-shadow: 0 1px 0 rgba(255,255,255,.04)
}

.z-white {
    color: #fff !important
}

a.z-white {
    color: #fff !important
}

.z-white a {
    color: #fff !important
}

.z-blue-vibrant {
    color: #00b3ff !important
}

.z-blue {
    color: #84b7ff !important
}

a.z-blue:hover {
    color: #84b7ff;
    filter: brightness(115%)
}

.z-space {
    width: 3px;
    display: inline-block
}

.z-smallstats {
    color: #84b7ff;
    font-size: 14px;
    margin-bottom: 5px;
    font-size: 1em
}

a.z-uniques-title {
    color: #ecd2a8
}

    a.z-uniques-title:hover {
        color: #ecd2a8 !important;
        filter: brightness(115%)
    }

.z-uniques-title {
    color: #ecd2a8
}

.zi {
    display: inline-block
}

.zi-smalltopic {
    min-width: 20px;
    min-height: 20px;
    width: 20px;
    height: 20px;
    margin-right: 2px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    position: relative;
    margin-bottom: -4px;
    border-radius: 2px;
    left: -2px
}

.zi-smalltopic-nbsicon {
    border: none;
    box-shadow: none;
    left: 2px;
    margin-bottom: -5px;
    margin-right: 1px
}

.zi-baseitem {
    margin-right: 4px;
    margin-bottom: -4px
}

a.z-sets-title {
    color: #90ff00 !important
}

    a.z-sets-title:hover {
        color: #90ff00 !important;
        filter: brightness(120%)
    }

.z-sets-title {
    color: #90ff00
}

.z-grey {
    color: #999
}

.z-grey-light {
    color: #cacaca
}

.z-grey-lightish {
    color: #aaa
}

a.z-grey-lightish:hover {
    filter: brightness(1.3);
    color: #aaa
}

.z-grey {
    color: #888 !important
}

    .z-grey:hover {
        color: #999 !important
    }

a.z-grey {
    color: #999 !important
}

    a.z-grey:hover {
        color: #999 !important;
        filter: brightness(120%)
    }

.z-graphic {
    margin: 0 auto;
    margin-bottom: 15px
}

.z-graphic-nobright {
    margin: 0 auto;
    margin-bottom: 15px !important
}

.z-graphic-2x3 {
    width: 56px;
    height: 84px;
    display: inline-block;
    margin-bottom: 15px;
    background-size: 56px 84px
}

.z-graphic-2x4 {
    width: 62px;
    height: 118px;
    display: inline-block;
    margin-bottom: 15px;
    background-size: 62px 118px
}

.z-graphic-1x1 {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-bottom: 15px;
    background-size: 25px
}

.z-graphic-2x1 {
    width: 62px;
    height: 33px;
    display: inline-block;
    margin-bottom: 15px;
    background-size: 63px 33px
}

.z-graphic-1x2 {
    width: 28px;
    height: 56px;
    display: inline-block;
    margin-bottom: 15px;
    background-size: 28px 56px
}

.z-graphic-1x3 {
    width: 28px;
    height: 84px;
    display: inline-block;
    margin-bottom: 15px;
    background-size: 28px 84px
}

.z-graphic-1x4 {
    width: 28px;
    height: 118px;
    display: inline-block;
    margin-bottom: 15px;
    background-size: 28px 118px
}

.z-sets-fix-lh a {
    margin-bottom: 10px !important;
    line-height: 1.5em !important
}

.z-graphic-2x2 {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-bottom: 15px;
    background-size: 50px
}

.z-graphic-helm {
    width: 56px;
    height: 56px;
    display: inline-block;
    margin-bottom: 15px;
    background-size: 56px
}

.rl-title-rune {
    color: #cec0c0 !important
}

.rl-title-set-items {
    color: #14e614 !important
}

.rl-title-uniques-items {
    color: #f9b51c !important
}

.rl-rarebox {
    color: #e19f13
}

.rl-img .compose img {
    height: auto;
    width: 49px
}

.z-center-img {
    margin-bottom: 10px
}

    .z-center-img img {
        display: inline-block;
        max-height: 52px !important
    }

.rl-title-hot-sales {
    color: #f54e10 !important;
    font-weight: 700
}

@media(min-width:1024px) {
    .d-bg .coin-title em {
        width: 133px
    }
}

.rl-title-max-varies-95-100 {
    color: #fff000 !important;
}

.rl-title-charms {
    color: #a0a !important;
}

.rl-title-unidentified {
    color: #f54e10 !important;
}

.rl-title-runewords\(bases\) {
    color: #c9c664 !important;
}

.item-info li{
    list-style: none;
}

    .item-info li span {
        width: 100px;
        display: inline-block;
        background: #15355b;
        padding: 5px;
        margin-right: 10px;
        width: 100px;
        display: inline-block;
        margin-bottom: 5px;
    }


.acb-items-img {
    height: 180px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.product_item_Stars {
    position: absolute;
    top: 10px;
    left: 0;
    text-align: center;
    width: 100%
}

    .product_item_Stars .item_icon_xing2 {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 3px;
        display: inline-block
    }

.html-items-package-page.path_of_exile_2 .acb-items-img {
    height: 230px;
    padding: 0;
    border-radius: 10px 10px 0 0;
    overflow: hidden
}

.acb-items-img.poe2-items-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.acb-items-img.poe2-items-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg,rgba(0,0,0,0) 44.01%,rgba(44,67,95,.6) 65.08%,#2c435f 100%)
}

.package-tag-tips {
    padding: 10px;
    color: #fff;
    position: absolute;
    bottom: 150px;
    width: 100%;
    color: #83e1ff
}

    .package-tag-tips p {
        font-size: 16px;
        padding-left: 12px;
        position: relative;
        text-shadow: 0 0 2px #000
    }

    .package-tag-tips > p::before {
        content: "";
        display: inline-block;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #ffe696;
        left: 0;
        position: absolute;
        top: 9px
    }

.acb-items-card {
    background: #2c435f;
    border-radius: 8px;
    position: relative
}

.acb-items-img img {
    max-width: 100%;
    max-height: 100%
}

.acb-items-card .activity-off {
    width: 60px;
    height: auto;
    position: absolute;
    top: -6px;
    right: -11px;
    z-index: 22
}

.acb-items-img2, .acb-items-img3, .acb-items-img4, .acb-items-img5, .acb-items-img6, .acb-items-img7, .acb-items-img8 {
    align-items: unset;
    justify-content: unset;
    display: block;
    position: relative;
    text-align: center
}

    .acb-items-img2 img, .acb-items-img3 img, .acb-items-img4 img, .acb-items-img5 img, .acb-items-img6 img, .acb-items-img7 img, .acb-items-img8 img {
        display: inline-block;
        vertical-align: middle;
        margin: 2px 5px
    }

    .acb-items-img2 > img {
        width: 70px;
        height: 132px
    }

    .acb-items-img3 > img, .acb-items-img4 > img, .acb-items-img5 > img, .acb-items-img6 > img {
        width: 60px;
        height: 60px
    }

        .acb-items-img3 > img:nth-child(1) {
            display: block;
            margin: 0 auto
        }

        .acb-items-img5 > img:nth-child(3), .acb-items-img5 > img:nth-child(4), .acb-items-img5 > img:nth-child(5) {
            width: 58px;
            height: 58px
        }

    .acb-items-img6 > img {
        width: 58px;
        height: 58px
    }

    .acb-items-img7 > img {
        width: 58px;
        height: 58px
    }

        .acb-items-img7 > img:nth-child(4), .acb-items-img7 > img:nth-child(5), .acb-items-img7 > img:nth-child(6), .acb-items-img7 > img:nth-child(7) {
            width: 54px;
            height: 54px
        }

    .acb-items-img8 > img {
        width: 42px;
        height: 42px
    }

        .acb-items-img8 > img:nth-child(4), .acb-items-img8 > img:nth-child(5) {
            margin: 0 20px
        }

.acb-items-img9 > img {
    width: 42px;
    height: 42px
}

.star-lsit {
    display: block;
    clear: both;
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%
}

    .star-lsit > img {
        display: inline-block;
        width: 20px;
        height: auto;
        margin: 0 1px !important
    }

.acb-items-info {
    padding: 10px 15px 25px;
    text-align: center;
    border-top: 1px dashed;
    border-color: var(--home-card)
}

.wow_classic_season_of_discovery .acb-items-info {
    height: 226px
}

.acb-items-price {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

    .acb-items-price .price-line-through {
        margin-left: 5px;
        font-size: 12px
    }

.acb-items-info .product-unit-qua {
    margin: 0 auto 10px
}

.item-details-title {
    display: block;
    color: #08c;
    clear: both
}

    .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
    }

.items_ga_list {
    cursor: pointer;
    position: relative;
    overflow: inherit !important
}

    .items_ga_list i {
        color: #ca8936;
        font-size: 16px !important
    }

    .items_ga_list:hover .item_tooltip {
        display: block
    }

.item_tooltip {
    display: none;
    background: #79602e;
    position: absolute;
    bottom: 26px;
    margin-left: 10%;
    left: 0;
    z-index: 11;
    color: #fff;
    padding: 3px 8px;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 #13191a
}

    .item_tooltip:after {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        transform: rotate(225deg) translate(-50%,-50%) scale(1.4);
        top: 17px;
        right: 45px;
        background: #79602e;
        z-index: -1
    }

.acb-items-attr {
    height: 120px
}

.attr_name {
    background: #c9d5f3;
    text-align: center;
    color: #3e65be;
    padding: 3px 0;
    border-radius: 3px;
    font-weight: bold;
    border: 1px solid #99b5fa
}

.acb-items-agroup {
    text-align: center
}

.items-agroup-items {
    display: inline-block;
    width: 48%;
    margin: 3px .5%;
    border: 1px solid #99b5fa;
    position: relative;
    border-radius: 3px;
    color: #3e65be;
    cursor: pointer
}

    .items-agroup-items span {
        font-size: 12px
    }

.items-agroup-hover {
    display: none;
    background: #bec3cf;
    padding: 15px;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 25;
    color: #666;
    font-weight: bold;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.2)
}

.items-agroup-items:hover {
    background: #e8f1ff
}

    .items-agroup-items:hover .items-agroup-hover {
        display: block
    }

@media screen and (max-width:578px) {
    .acb-items-img {
        height: 160px;
        padding: 10px
    }

    .html-items-package-page.path_of_exile_2 .acb-items-img {
        height: 210px
    }

    .package-tag-tips p {
        font-size: 14px
    }

    .html-items-package-page.path_of_exile_2 .but-btn-card {
        font-size: 14px
    }
}

.d4-items-card2 .acb-items-img {
    padding: 20px 20px 40px 20px;
    cursor: pointer
}

    .d4-items-card2 .acb-items-img i {
        font-size: 24px !important;
        position: absolute;
        top: 16px;
        right: 16px;
        color: #9e927f
    }

.icon-item-d4-citiao {
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 0 10px;
    color: #c7a88e;
    line-height: 1.1em
}

.acb-items-info.attr-items-info {
    height: 284px
}

    .acb-items-info.attr-items-info p b {
        font-weight: bold;
        color: #28e0be
    }

    .acb-items-info.attr-items-info p .item_icon_xing {
        top: 2px;
        margin: 0;
        background-position-x: -76px;
        width: 22px;
        height: 16px
    }

.acb-items-card.d4-items-card .acb-items-img {
    height: 323px;
    padding: 10px;
    background: #000
}

.d4-items-card .acb-items-img {
    padding: 10px
}

.d4-items-card .acb-items-info {
    height: auto
}

.d4-items-card .icon-item-d4-product {
    position: absolute;
    top: 30px;
    right: 20px;
    max-width: 70px !important;
    width: 100%
}

.d4-items-card .icon-item-d4-img {
    background-image: url(/img/icon-item-d4-bg.png);
    background-size: 100% 100%;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute
}

.acb-items-citiao {
    font-size: 12px;
    color: #fbd1c6;
    line-height: 1.2em;
    z-index: 2;
    padding: 10px
}

    .acb-items-citiao h3 {
        color: #e47505;
        width: 120px;
        height: 45px;
        line-height: 1.5em;
        font-size: 14px;
    }

    .acb-items-citiao p {
        margin-bottom: 5px;
        position: relative;
        color: #948f8f;
        font-size: 14px
    }

    .acb-items-citiao .item_icon_xing {
        content: "";
        position: relative;
        left: 0;
        top: 0;
        width: 14px;
        height: 14px;
        display: inline-block;
        margin-right: 4px;
        background-position-x: -77px;
        background-position-y: -4px;
        margin-left: 0;
        background-image: url(data:image/webp;base64,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)
    }

    .acb-items-citiao .item_icon_xing2 {
        content: "";
        left: 0;
        top: 0;
        width: 12px;
        height: 11px;
        background-image: url(/img/item_icon_xing2.png);
        background-size: contain;
        position: relative;
        display: inline-block;
        margin-right: 6px;
        margin-left: 0
    }

.d4-citiao-height {
    color: #948f8f;
    height: 127px
}

.d4-teshu-citiao {
    color: #c9a17b;
    margin-bottom: 10px
}

    .d4-teshu-citiao img {
        margin-top: 8px
    }

.acb-items-citiao .d4-item-power {
    color: #ccc;
    margin: 15px 0 10px 0
}

.acb-items-citiao p b {
    color: #e47505
}

.d4-items-level {
    text-align: right;
    display: block;
    color: #948f8f
}

img.bg-ban {
    display: block;
    width: 50%;
    margin-bottom: 8px
}

img.bg-quan {
    display: block;
    width: 100%;
    margin: 8px 0
}

.d4-items-ct {
    position: absolute;
    bottom: 30px;
    left: 0;
    font-size: 14px;
    color: #ffc432;
    padding: 0 15px;
    text-align: center;
    line-height: 1.5em;
    width: 100%;
    font-weight: bold
}

@media screen and (max-width:1024px) {
    .acb-items-img2 img, .acb-items-img3 img, .acb-items-img4 img, .acb-items-img5 img, .acb-items-img6 img, .acb-items-img7 img, .acb-items-img8 img {
        margin: 2px 3px
    }

    .acb-items-img5 > img:nth-child(3), .acb-items-img5 > img:nth-child(4), .acb-items-img5 > img:nth-child(5) {
        width: 50px;
        height: 50px
    }

    .acb-items-img6 > img {
        width: 50px;
        height: 50px
    }

    .acb-items-img7 > img {
        width: 50px;
        height: 50px
    }

        .acb-items-img7 > img:nth-child(4), .acb-items-img7 > img:nth-child(5), .acb-items-img7 > img:nth-child(6), .acb-items-img7 > img:nth-child(7) {
            width: 40px;
            height: 40px
        }
}

@media screen and (max-width:576px) {
    .wow_classic_season_of_discovery .acb-items-info {
        height: 208px
    }

    .acb-items-info {
        padding: 10px 10px 15px
    }

    .acb-items-img {
        height: 120px;
        padding: 15px 10px
    }

    .acb-items-info.attr-items-info {
        height: 274px
    }

    .acb-items-info .a-btn {
        height: 32px;
        line-height: 30px;
        font-size: 14px;
        padding: 0 10px
    }

    .acb-items-img2, .acb-items-img3, .acb-items-img4, .acb-items-img5, .acb-items-img6, .acb-items-img7, .acb-items-img8 {
        padding-top: 10px !important
    }

        .acb-items-img2 > img {
            width: 60px;
            height: 120px;
            margin: 10px 0 !important
        }

        .acb-items-img3 > img, .acb-items-img4 > img, .acb-items-img5 > img {
            width: 42px;
            height: 42px
        }

            .acb-items-img5 > img:nth-child(3), .acb-items-img5 > img:nth-child(4), .acb-items-img5 > img:nth-child(5) {
                width: 40px;
                height: 40px
            }

        .acb-items-img6 > img {
            width: 40px;
            height: 40px
        }

        .acb-items-img8 > img, .acb-items-img9 > img {
            width: 28px;
            height: 28px
        }

            .acb-items-img8 > img:nth-child(4), .acb-items-img8 > img:nth-child(5) {
                margin: 0 13px
            }
}

.nav-pills img{
    width: 32px;
    height: 32px;
}

.nav-special {
    text-align: center;
    width: 100px;
}

.nav-special img{
    width: 50px;
    height: 50px;
}

.nav-special span{
   display: block;
}