.top_bar:not(.top_baractive) .join img {
    display: none;
}
.top_bar:not(.top_baractive) .join a {
    display: block;
    background: url(../img/logo2.0e21ffad.png) 0 0 no-repeat;
    background-size: cover;
    width: 150px;
    height: 33px;
}
.top_bar:not(.top_baractive) .out_list .item > a {
    color: black;
    text-shadow: none;
}
.top_bar:not(.top_baractive) .out_list .item>a::after {
    background: black;
}

.plus-banner {
    position: relative;
    background-image: url(../img/plus-banner.4b7f5268.png), none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 691px;
}

.plus-banner .speak {
    font-weight: 500;
    font-size: 49px;
    color: #000000;
    line-height: 59px;
    text-align: left;
    font-style: normal;
    margin-top: 250px;
}

.plus-banner .speak p {
    margin-top: 30px;
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.px-60 {
    padding-left: 60px;
    padding-right: 60px;
}

.product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 26px;
    margin: 40px 0;
}

.product-item {
    background-color: #FFFFFF;
    border-radius: 16px;
    border: 1px solid #F6E8C9;
    padding: 44px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
}

.product-item .hot {
    position: absolute;
    left: 50%;
    top: -12px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 2px 5px;
    font-size: 14px;
    color: white;
    background: -o-linear-gradient(left, #FF6302 0%, #FD8B14 100%);
    background: -webkit-gradient(linear, left top, right top, from(#FF6302), to(#FD8B14));
    background: linear-gradient(90deg, #FF6302 0%, #FD8B14 100%);
    border-radius: 11px;
}

.product-item .hot span:nth-child(n+2):before {
    content: '|';
    color: white;
    opacity: .5;
    padding-left: 5px;
    padding-right: 5px;
}

.product-item.active {
    background-color: #FFF4DB;
}

.product-list .title {
    font-weight: bold;
    font-size: 26px;
    color: #000000;
    line-height: 32px;
    text-align: center;
    font-style: normal;
}
.product-list .amount {
    font-weight: bold;
    font-size: 46px;
    color: #F66E29;
    line-height: 54px;
    text-align: center;
    font-style: normal;
    margin: 50px -40px 0 -40px;
}
.product-list .amount .currency {
    font-size: 28px;
}

.product-list .discount {
    height: 25px;
    font-weight: 500;
    font-size: 21px;
    color: #F66E29;
    opacity: .5;
    line-height: 25px;
    text-align: center;
    font-style: normal;
    -webkit-text-decoration-line: line-through;
            text-decoration-line: line-through;
    margin-top: 18px;
}

.product-list .btn-buy {
    display: block;
    width: 100%;
    padding: 11px;
    background: #FFF4DB;
    border-radius: 35px;
    font-weight: 600;
    font-size: 16px;
    color: #FEAC2B;
    line-height: 22px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 60px;
}

.product-list .product-item.active .btn-buy {
    background-color: #FEAC2B;
    color: white;
}

.interest-intro {
    margin: 40px 0;
}

h3.block-title {
    font-weight: 600;
    font-size: 43px;
    color: #000000;
    line-height: 43px;
    text-align: center;
    font-style: normal;
    margin-bottom: 40px;
}

.swiper-container {
    position: relative;
}

.swiper-block {
    position: relative;
}

.swiper-block .arrow_left, .swiper-block .arrow_right {
    position: absolute;
    top: 50%;
    width: 16px;
    height: 27px;
    margin-top: -13px;
    cursor: pointer;
}

.swiper-block .arrow_left {
    left: -38px;
}

.swiper-block .arrow_right {
    right: -38px;
}

.interest-list {
    position: relative;
}

.interest-list .swiper-slide {
    height: auto;
}

.interest-list .interest-item {
    text-align: center;
    padding: 40px;
    background: #F7F7F7;
    border-radius: 16px;
}

.interest-list .interest-item img {
    width: 88px;
}

.interest-list .interest-item .desc {
    font-weight: 500;
    font-size: 21px;
    color: #000000;
    line-height: 29px;
    text-align: center;
    font-style: normal;
    margin-top: 30px;
}

.compare-list {
    background-color: white;
    text-align: center;
    margin: 60px 0 120px 0;
}
.compare-list td, .compare-list th{
    background-color: white;
}
.compare-list td {
    font-size: 18px;
    color: rgba(0,0,0, .5);
    line-height: 43px;
    font-style: normal;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(0,0,0, .08);
}
.compare-list th {
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 43px;
    font-style: italic;
    border-bottom: 1px solid rgba(0,0,0, .08);
}

.compare-list th:first-child, .compare-list td:first-child {
    text-align: left;
}

.compare-list th:last-child, .compare-list td:last-child {
    background-color: #FFF4DB;
    border-bottom: 0;
}

.compare-list thead th:last-child, .compare-list tr:last-child td:last-child {
    position: relative;
}

.compare-list thead th:last-child:before {
    content: '';
    position: absolute;
    top: -23px;
    left: 0;
    right: 0;
    background-color: #FFF4DB;
    height: 24px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.compare-list tr:last-child td:last-child:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -23px;
    height: 24px;
    background-color: #FFF4DB;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.compare-list .available {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAWlBMVEUAAAD+rSr+rCr+rCv+rCr+rCv/rCv+rCv8rCv/qiv/rij/tiT9qin+rCv////+rS7+rzP+5Lv+6sn+6sr+47j/+O7+2p/+1pX+047/9uf/8t/+w2X/9OT+58MNdpFbAAAADXRSTlMA6/fy2b6Uj1lOEw5pFfJd3wAAAPJJREFUSMfF1ukOgjAQBOAtt2BbPEAOff/XVEzNQGKWTmLi/J6PI4TdSkhTFXlmEvslicnyompknbpM7U7Sskb/YGxEzEFCjjYyx3B9G533PWoTD8zyHqUlUoo0KQPSRipLpZKCA4XkHMgl40AmhgNGEg4kYsn8G7R91/U+HrRn98otCqDvRgX4YZoGv+27uwJuS+Hq0d97pNF9BPonr4DOBbHpK6B3Qaz7GmgvodehrwEI9DUAgb4GINDXAAT6OoBAXwUQD3xvFSDzMP/sB6KHAD1m6EFGj0p6GNPjnl4o7MqilyK7dunFzh8d+MMJffx5Aolmb8oW1yncAAAAAElFTkSuQmCC) 0 0 no-repeat;
    width: 21px;
    height: 21px;
    background-size: cover;
    margin: auto;
}
.vip-countdown {
    /*background-image: url("~@/assets/images/cdown.png");*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*height: 45px;*/
    margin-top: 40px;
    background-color: #FFE5E5;
    color: #F85959;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 18px;
    /*position: fixed;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*z-index: 99;*/
}

.chao-page .vip-countdown {
    background-color: #24080F;
    color: #F23868;
}

.vip-countdown .time-info {
    /*color: white;*/
    /*height: 45px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.vip-countdown .time-span {
    margin-left: 10px;
}
.vip-countdown .time-span > span {
    display: inline-block;
    /*background-color: white;*/
    /*color: #FF3F57;*/
    /*border-radius: 5px;*/
    /*min-width: 22px;*/
    /*text-align: center;*/
    /*margin-left: 5px;*/
    /*margin-right: 5px;*/
    /*padding: 0 5px;*/
    /*position: relative;*/
}
.vip-countdown .time-span .hours:after,
.vip-countdown .time-span .minutes:after {
    content: ':';
    position: absolute;
    right: -7px;
    color: rgba(0, 0, 0, .1);
}

.vip-countdown .view-product {
    background: -o-linear-gradient(top, #FFFFFF 0%, rgba(255,255,255,0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255,255,255,0.8)));
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255,255,255,0.8) 100%);
    border-radius: 10px;
    min-width: 110px;
    height: 30px;
    text-align: center;
    color: #FF3044;
    line-height: 30px;
    margin-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
}
