.container {
    margin-bottom: 10px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    text-align: left;
    /*margin-top: 70px;*/
    margin-top: 97px;
    margin-top: 117px;
    color: #fff;
}
.game-type {
    display: flex;
    align-items: center;
    padding: 15px 15px 15px 0;
}
.game-type .name {
    margin: 0 5px;
    width: 5%;
}
.game-type .name:first-child {
    margin-left: 0;
}
.game-type .name a {
    color: #fff;
    /*font-size: 18px;*/
    font-size: 14px;
}
.game-type .name.active a{
    color: #EB424C;
}

.game-list.items {
    display: flex;
/*    align-items: center;
    flex-direction: row;*/
    flex-wrap: wrap;
    margin-top: 12.5px;
}
.game-list.items .item {
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0,0,0,.05);
    margin-bottom: 15px;
    padding: 15px;
    background: #fff;
    margin-right: 15px;
    width: 49%;
    margin-right: 2%;
}
.game-list.items .item:nth-child(2n) {
    margin-right: 0;
}
.game-list.items .item .feed-item-image {
    
}
.game-list.items .item .feed-item-image img {
    border-radius: 8px;
}
.game-list.items .item .entity {
    display: flex;
    align-items: center;
    margin-top: 15px;
    position: relative;
}
.game-list.items .item .entity .icon {
    flex-shrink: 0;
    margin-right: 10px;
/*    width: 1.6rem;
    height: 1.6rem;*/
    width: 65px;
    height: 65px;
    position: relative;
}
.game-list.items .item .entity .icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    border-radius: 18px;
}
.game-list.items .item .entity .text {
    flex: 1 1;
    width: 0;
    /*font-size: .24rem;*/
    font-size: 13px;
    color: #999;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    position: relative;
}
.game-list.items .item .entity .text .name {
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*font-size: .3rem;*/
    font-size: 18px;
    color: #282828;
    display: flex;
    align-items: center;
}
.game-list.items .item .entity .text .name .name-new {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 55%;
    margin-right: 5px;
}
.game-list.items .item .entity .text .name .nameRemark-new {
    background: #f3f4f8;
    color: #999;
    /*font-size: .22rem;*/
    font-size: 12px;
    padding: 0 5px;
    font-weight: 400;
}
.game-list.items .item .entity .text .info1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
}
.game-list.items .item .entity .text .info2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*font-size: .24rem;*/
    font-size: 13px;
    color: #666;
    display: flex;
}
.game-list.items .item .entity .text .info2.introduction {
    color: rgb(255, 169, 92);
}
.game-list.items .item .entity .text .info2 .tag {
    display: inline-block;
    padding-left: 5px;
}
.game-list.items .item .entity .text .info2 .tag:first-child {
    color: #FD8677;
    padding-left: 0;
}
.game-list.items .item .entity .text .info2 .tag:nth-child(2) {
    color: #9487F5;
}
.game-list.items .item .entity .text .info2 .tag:nth-child(3) {
    color: #69CDF9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.game-list.items .item .entity .text .discount {
    background: url('/assets/img/discount-z.png') center no-repeat;
    position: absolute;
    top: 0;
    right: -15px;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    line-height: 1.25;
    width: 50px;
    text-align: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/**游戏详情开始**/

.game-detail {
    float: left;
    width: 95%;
}
.game-detail .gdetail-body {
    margin-right: 305px;
    margin-bottom: 100px;
    background: #f5f6f8;
    
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

/** 轮播start **/
.game-detail .game-video>* {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.game-detail .game-index-detial-swiper .swiper-container {
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
    background-size: 100%;
    z-index: 12;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.game-detail .roof .game-index-detial-swiper .index-top-bg {
    height: calc(40px + env(safe-area-inset-top));
    width: 100%;
    overflow: hidden;
    position: relative;
}

.game-detail .roof .game-index-detial-swiper .index-btm-bg {
    width: 100%;
    position: relative;
    top: -2px;
    height: .3rem;
}
.game-detail .game-video {
    /*padding-top: 60%;*/
    padding-top: 56%;
    overflow: hidden;
    position: relative;
}
.game-index-detial-swiper .swiper-slide {
    transform: scale(1);
    transition: all .25s;
}
.game-index-detial-swiper .index-befor-Uh1BX {
    position: absolute;
    top: 0;
    width: 100%;
    height: 0.34rem;
}
.game-index-detial-swiper .index-after-KUKvi {
    position: absolute;
    width: 100%;
    z-index: 99;
    bottom: 0.15rem;
    height: 0.34rem;
}
.game-index-detial-swiper .index-after-KUKvi-bot {
    height: 0.15rem;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 99;
}
.game-detail .game-index-detial-swiper .swiper-imgs {
    width: 100%;
}
.game-detail .game-index-detial-swiper .swiper-imgs img {
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
}
.game-detail .game-index-detial-swiper .swiper-pagination-bullets {
    width: 30%;
    left: auto;
    right: 35%;
    z-index: 999;
    bottom: 0px;
    bottom: -5px;
}
.game-detail .game-index-detial-swiper .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    border-radius: 2px;
    width: 4px;
    height: 4px;
    margin: 0 3px;
}
.game-detail .game-index-detial-swiper .swiper-pagination-bullet-active {
    background-color: #ffc000;
    width: 13px;
    border-radius: 2px;
}
/**轮播end*/

.game-detail .gdetail-body .gdetail-header {
    display: flex;
    align-items: center;
    /*margin-top: 15px;*/
    position: relative;
    background: #fff;
    padding: 15px;
}
.game-detail .gdetail-body .gdetail-header .icon {
    flex-shrink: 0;
    margin-right: 10px;
    width: 128px;
    height: 128px;
    position: relative;
}
.game-detail .gdetail-body .gdetail-header .icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    border-radius: 18px;
}
.game-detail .gdetail-body .gdetail-header .text {
    flex: 1 1;
    width: 0;
    font-size: 13px;
    color: #999;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    position: relative;
}
.game-detail .gdetail-body .gdetail-header .text .name {
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*font-size: .3rem;*/
    font-size: 20px;
    color: #282828;
    display: flex;
    align-items: center;
}
.game-detail .gdetail-body .gdetail-header .text .name .name-new {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 55%;
    margin-right: 5px;
}
.game-detail .gdetail-body .gdetail-header .text .name .nameRemark-new {
    background: #f3f4f8;
    color: #999;
    font-size: 12px;
    padding: 0 5px;
    font-weight: 400;
}
.game-detail .gdetail-body .gdetail-header .text .name .discount{
    background: url(/assets/img/discont-c.png) center no-repeat;
    color: #fff;
    font-size: 11px;
    /*width: 35px;*/
    width: 40px;
    text-align: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    margin-left: 5px;
    /*padding: 0 20px;*/
/*    position: absolute;
    top: 0;
    right: 0;*/
}
.game-detail .gdetail-body .gdetail-header .text .info1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
}
.game-detail .gdetail-body .gdetail-header .text .info2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    color: #666;
    display: flex;
}
.game-detail .gdetail-body .gdetail-header .text .info2.introduction {
    color: rgb(255, 169, 92);
}
.game-detail .gdetail-body .gdetail-header .text .info2 .tag {
    display: inline-block;
    padding-left: 5px;
}
.game-detail .gdetail-body .gdetail-header .text .info2 .tag:first-child {
    color: #FD8677;
    padding-left: 0;
}
.game-detail .gdetail-body .gdetail-header .text .info2 .tag:nth-child(2) {
    color: #9487F5;
}
.game-detail .gdetail-body .gdetail-header .text .info2 .tag:nth-child(3) {
    color: #69CDF9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.game-detail .gdetail-body .gdetail-header .text .info3 {
    display: flex;
    align-items: center;
}
.game-detail .gdetail-body .gdetail-header .text .info3 .dlb {
    padding: 8px 30px;
    margin-right: 10px;
    color: #fff;
    border-radius: 5px;
    margin-top: 5px;
    position: relative;
}
.game-detail .gdetail-body .gdetail-header .text .info3 .dlb.android-d {
    background: linear-gradient(rgba(132,181,254,0.5), #428DFF)
}
.game-detail .gdetail-body .gdetail-header .text .info3 .dlb.ios-d {
    background: linear-gradient(rgba(178,190,60,0.5), #598F41)
}
.game-detail .gdetail-body .gdetail-header .text .info3 .dlb .qrcode1 {
    position: absolute;
    z-index: 917;
    top: 100%;
    left: 0;
    right: 0;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #ffffff;
    border-radius: 5px;
    width: 150px;
    height: 150px;
    display: none;
}
.game-detail .gdetail-body .gdetail-header .text .info3 .dlb:hover .qrcode1 {
    display: block;
}

.game-detail .gdetail-body .show-main-body {
    overflow: hidden;
    margin-top: 15px;
    background: #fff;

    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.game-detail .gdetail-body .show-main-body .ul-tab {
    overflow: hidden;
    padding: 0 15px;
    border-bottom: 1px solid #dedede;
}
.game-detail .gdetail-body .show-main-body .ul-tab li {
    float: left;
    width: 33.33%;
}
.game-detail .gdetail-body .show-main-body .ul-tab .con {
    position: relative;
    display: block;
    line-height: 2.5;
    font-size: 18px;
    color: #666;
    text-align: center;
}
.game-detail .gdetail-body .show-main-body .ul-tab li.on .con {
    color: #282828;
    font-weight: 700;
}
.game-detail .gdetail-body .show-main-body .ul-tab .con::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0.12rem;
    z-index: 1;
    width: 20px;
    height: 3px;
    background-color: #EB424C;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border-radius: 0.08rem;
    -webkit-border-radius: 0.08rem;
    -moz-border-radius: .08rem;
    -ms-border-radius: .08rem;
    -o-border-radius: .08rem;
    display: none;
}
.game-detail .gdetail-body .show-main-body .ul-tab li.on .con::after {
    display: block;
}

.game-detail .gdetail-body .show-main-body .gdetail-particulars {
    padding: 0px 25px;
    color: #282828;
}
.game-detail .gdetail-body .show-main-body .gdetail-particulars .gdetail-description {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 10px;
}
.game-detail .gdetail-body .show-main-body .gdetail-particulars .section-title2>h3 {
    /*margin: 10px 0 10px 0px;*/
    margin: 20px 0 10px 0px;
    padding: 0 0 0 8px;
    line-height: 20px;
    font-size: 18px;
    border-left: 4px solid #EB424C;
    color: #EB424C;
}
.game-detail .gdetail-body .show-main-body .gdetail-particulars .welfare-rebate {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 1.7;
    
    /*white-space: pre-line;*/
}

.game-detail .gdetail-body .show-main-body .gdetail-particulars .welfare-rebate.rebate {
    -webkit-line-clamp: unset;
}

.game-detail .gdetail-body .show-main-body .gdetail-particulars .desc .unfold {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
}
.game-detail .gdetail-body .show-main-body .gdetail-particulars .desc .unfold img {
    width: 10px;
}
.game-detail .gdetail-body .show-main-body .gdetail-particulars .desc .unfold .name {
    color: #EB424C;
    margin-right: 5px;
    font-size: 14px;
}

.game-detail .gdetail-body .show-main-body .gdetail-particulars .desc .unfold .collapse {
    display: block;
}
.game-detail .gdetail-body .show-main-body .gdetail-particulars .desc .unfold .expand {
    display: none;
}
.game-detail .gdetail-body .show-main-body .gdetail-particulars .desc.expand .unfold .expand {
    display: block;
}
.game-detail .gdetail-body .show-main-body .gdetail-particulars .desc.expand .unfold .collapse {
    display: none;
}
.game-detail .gdetail-body .show-main-body .gdetail-particulars .desc.expand .welfare-rebate {
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
}

.gdetail-viptable {
    padding-bottom: 15px;
}
.gdetail-viptable .vipprice .table-default {
    margin: 0px auto;
    width: 80%;
    border-width: 1px 1px 1px 1px;
    font-size: #333;
    border-collapse: collapse;
    border-spacing: 0;
    list-style: none;
    padding: 0px;
}
.gdetail-viptable .vipprice .table-default li {
    text-align: center;
    color: #282828;
    font-size: 14px;
    width: 49%;
    float: left;
    border: 1px solid #DEDEDE;
    padding: 10px;
}
.gdetail-viptable .vipprice .table-default li:first-child, .gdetail-viptable .vipprice .table-default li:nth-child(2)  {
    background: #EEEEEE;
}


.game-detail .gdetail-body .show-main-body .gdetail-gift {
    padding: 0px 25px;
    color: #282828;
}

.game-detail .gdetail-body .show-main-body .gdetail-gift .m-bag {
    overflow: hidden;
    padding: 15px 15px 15px 0;
}
.game-detail .gdetail-body .show-main-body .gdetail-gift .m-bag ul li {
    line-height: 1.7;
    color: #EB424C;
    font-size: 20px;
    padding: 0 10px;
    margin-left: 10px;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #EB424C;
    transition: all .25s;
}
.game-detail .gdetail-body .show-main-body .gdetail-gift .m-bag .ul-tab {
    border: 0;
    padding: 0;
}
.game-detail .gdetail-body .show-main-body .gdetail-gift .m-bag .ul-tab li {
    width: 15%;
}
.game-detail .gdetail-body .show-main-body .gdetail-gift .m-bag ul li:first-child {
    margin-left: 0;
}
.game-detail .gdetail-body .show-main-body .gdetail-gift .m-bag .ul-tab li.on {
    background: #EB424C;
}
.game-detail .gdetail-body .show-main-body .gdetail-gift .m-bag ul li .con {
    line-height: 1.9;
    color: #EB424C;
    font-size: 16px;
    font-weight: unset;
}
.game-detail .gdetail-body .show-main-body .gdetail-gift .m-bag .ul-tab li.on .con {
    color: #fff;
}
.game-detail .gdetail-body .show-main-body .gdetail-gift .m-bag .ul-tab .con::after {
    display: none;
}
.game-detail .gdetail-body .show-main-body .gdetail-gift .gift .item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.game-detail .gdetail-body .show-main-body .gdetail-gift .gift .item .icon {
    flex-shrink: 0;
    margin-right: 10px;
    width: 55px;
    height: 55px;
    position: relative;
}
.game-detail .gdetail-body .show-main-body .gdetail-gift .gift .item .icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
}
.game-detail .gdetail-body .show-main-body .gdetail-gift .gift .item .text {
    flex: 1 1;
    width: 0;
    font-size: 13px;
    color: #999;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    position: relative;
}

.game-detail .gdetail-body .show-main-body .gdetail-gift .gift .item .text .name {
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #282828;
    display: flex;
    align-items: center;
}

.game-detail .gdetail-body .show-main-body .gdetail-gift .gift .item .text .info1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
}
.game-detail .gdetail-body .show-main-body .gdetail-gift .gift .item .operate {
    text-align: center;
    margin-left: 15px;
    background-color: #EB424C;
    border-radius: 15px;
    padding: 3.5px 15px;
    color: #fff;
}

.game-detail .gdetail-body .show-main-body .gdetail-voucher {
    padding: 0px 25px;
    color: #282828;
    background: #F5F6F8;
    /*padding-bottom: 10px;*/
}
.game-detail .gdetail-body .show-main-body .gdetail-voucher .vouchers {
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
}
.game-detail .gdetail-body .show-main-body .gdetail-voucher .vouchers .item {
    margin-bottom: 15px;
    display: flex;
    /*background-color: #fff;*/
    overflow: hidden;
    border-radius: 8px;
    align-items: center;
    background: url(/assets/img/vouch-bag.png) center no-repeat;
    background-size: 100% 100%;
    width: 49%;
    margin-right: 2%;
}
.game-detail .gdetail-body .show-main-body .gdetail-voucher .vouchers .item:nth-child(2n) {
    margin-right: 0;
}
.game-detail .gdetail-body .show-main-body .gdetail-voucher .vouchers .item .amounts {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    width: 26.811%;
}
.game-detail .gdetail-body .show-main-body .gdetail-voucher .vouchers .item .amounts .receive-count {
    background: url(/assets/img/receive-count.png) center no-repeat;
    background-size: 100% 100%;
    color: #8F5A0C;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0px 0 8px 0;
    font-size: 10px;
    padding: 0px 10px;
    line-height: 15px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: -22px;
}
.game-detail .gdetail-body .show-main-body .gdetail-voucher .vouchers .item .amounts .amount {
    font-size: 30px;
    font-weight: 500;
    display: flex;
    align-items: center;
    /*margin-bottom: -8px;*/
}
.game-detail .gdetail-body .show-main-body .gdetail-voucher .vouchers .item .amounts .amount .amount-unit {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2px;
    margin-top: 3px;
}
.game-detail .gdetail-body .show-main-body .gdetail-voucher .vouchers .item .amounts .amount-meet {
    margin-top: 5px;
    font-size: 12px;
}
.game-detail .gdetail-body .show-main-body .gdetail-voucher .vouchers .item .text {
    flex: 1 1;
    padding: 10px;
    width: 0;
    color: #999;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    position: relative;
}
.game-detail .gdetail-body .show-main-body .gdetail-voucher .vouchers .item .text .name {
    color: #000;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.game-detail .gdetail-body .show-main-body .gdetail-voucher .vouchers .item .text .info1 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 5px 0;
}
.game-detail .gdetail-body .show-main-body .gdetail-voucher .vouchers .item .text .info1 .time {
    color: #999;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.game-detail .gdetail-body .show-main-body .gdetail-voucher .vouchers .item .text .use {
    color: #EA4624;
}
.game-detail .gdetail-body .show-main-body .gdetail-voucher .vouchers .item .operate {
    display: flex;
    align-items: center;
    width: 35px;
    text-align: center;
    color: #f5842d;
    padding: 15px;
    width: 13.492%;
    line-height: 1.35;
}
/**领取弹框**/
.game-detail .receive-remind-index {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 999;
    /*max-width: 720px;*/
    margin: 0 auto;
    display: none
}
.game-detail .remind-site {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    flex-direction: column;
    height: 100%;
}
.game-detail .remind-site .remind-main {
    background: #fff;
    /*width: 20%;*/
    width: 320px;
    text-align: center;
    padding: 15px;
    border-radius: 8px;
}
.game-detail .remind-site .remind-main .close-remind {
    text-align: right;
}
.game-detail .remind-site .remind-main .close-remind img {
    width: 20px;
}
.game-detail .remind-site .remind-main .remind-title {
    padding-bottom: 10px;
    font-size: 22px;
    color: #282828;
    font-weight: 600;
}
.game-detail .remind-site .remind-main .info {
    color: #666;
    padding: 25px 0;
    font-size: 14px;
}
.game-detail .remind-site .remind-main .remind-btn .item {
    padding: 8px 0px;
    background: #EB424C;
    color: #fff;
    border-radius: 30px;
    width: 35%;
    margin: 0 auto;
    font-size: 14px;
}

/**侧边*/
/*.sidebar {
    position: relative;
    float: right;
    margin-left: -290px;
    width: 350px;
}
.widget {
    clear: both;
    margin-bottom: 10px;
    border-radius: 5PX;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

.widget h3 {
    position: relative;
    margin: 0;
    padding: 11px 15px 10px;
    border-bottom: 1px solid #eaeaea;
    background-color: #fbfbfb;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
}
.d_postlist li a {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -3px;
    padding: 10px 15px 10px 105px;
    border-bottom: solid 1px #eee;
    border-left: 3px solid transparent;
    font-size: 14px;
    text-decoration: none;
}
.d_postlist .thumbnail {
    float: left;
    margin-left: -90px;
}
.d_postlist .thumbnail img {
    width: 80px;
    height: 55px;
}
.d_postlist .text {
    display: block;
    margin-top: -4px;
}
.d_postlist .muted {
    margin-right: 20px;
    font-size: 12px;
}
.d_postlist .muted {
    margin-right: 20px;
    font-size: 12px;
}
.describe {
    display: flex;
    align-items: center;
    padding: 0 15px 15px;
}
.describe img {
    padding-top: 20px
}
.describe span {
    float: left;
    margin: 0;
    font-size: 15px;
    background-size: 206px;
}
.describe .first-p-span-img {
    padding-top: 8px;
    width: 80%
}
.describe .sendond-p-span {
    width: 165px; font-size: 14px;color: #666;
}
.describe .third-p-span {
    font-size: 12px;color: #999;
}
.describe .third-p-span .third-p-img {
    width: 7%;padding: 0px;
}
.describe .sidebar-describe-img {
    width:125px;
}

.section-title>h3 {
    float: left;
    margin: 0 0 10px;
    padding: 0 0 0 8px;
    line-height: 20px;
    font-size: 18px;
    border-left: 4px solid #EB424C;
}
.pull-right-gd {
    float: right!important;
    text-decoration:none;
    color:#484242;
    color: #ccc;
}
.index-tops .index-tops-contents {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0,0,0,.05);
    height: auto;
    overflow: hidden;
}
.index-tops .index-tops-contents .tab-content {
    float: left;
}
.tab-content>.active {
    display: block;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul {
    margin: 0;
    padding: 0 15px;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li {
    position: relative;
    padding: 15px 0;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
}
.index-tops .index-tops-contents .tab-content .tab-pane>a {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #14B9C8;
    text-decoration: none;
    color:#484242;
}

.index-tops .index-tops-contents .tab-content .tab-pane>ul>li:nth-child(-n+3) .item-order {
    color: #FE931B;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-order {
    display: inline-block;
    width: 20px;
    line-height: 20px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    color: #999;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-icon {
    display: inline-block;
    width: 65px;
    height: 65px;
    vertical-align: middle;
    position: relative;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-icon .discount {
    background: url('/assets/img/discont-c.png') center no-repeat;
    color: #fff;
    font-size: 12px;
    width: 35px;
    text-align: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    position: absolute;
    top: 0;
    right: 0;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text {
    display: inline-block;
    position: relative;
    font-size: 14px;
    margin: 0 0 0 15px;
    width: 190px;
    height: 60px;
    vertical-align: middle;
}
.index-tags {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0,0,0,.05);
    height: auto;
    overflow: hidden;
}
.flex-text-overflow {
    display: inline-flex!important;
    max-width: 100%;
    white-space: nowrap;
}
.flex-text-overflow.name {
    color: #000;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.flex-text-overflow.name .name-new {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 50%;
    margin-right: 5px;
}
.flex-text-overflow.name .nameRemark-new {
    background: #f3f4f8;
    color: #999;
    font-size: 12px;
    padding: 0 5px;
    vertical-align: text-bottom;
    font-weight: normal;
}
    
.flex-text-overflow>a {
    text-decoration: none;
    color:#282828;
    font-size: 18px;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .rating-wrap {
    margin: 0;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .rating-wrap>span {
    float: left;
    display: block;
    color: #999;
    font-size: 12px;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .rating-wrap>span>a {
    text-decoration: none;
    color: #999;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .rating-wrap>i {
    float: left;
    margin: 2.5px 0 0 3px;
    display: block;
    width: 14px;
    height: 14px;
    background-size: 14px;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .item-tags {
    color: #999;
    position: relative;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .item-tags .item-tag {
    color: #FFB400;
    font-size: 12px;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .item-tags .item-tag-desc {
    color: #666666;
    font-size: 12px;
}

.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .item-tags .item-tag:not(:first-child) {
    position: relative;
    padding: 0 6px;
}

.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .item-tags .item-tag-desc {
    padding: 0 5px;
    border-radius: 3px;
    margin-top: 10px;
    margin-left: 5px;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .item-tags .item-tag-desc:nth-child(1) {
    color: #FD8677;
    border: 1px solid #FD8677;
    margin-left: 0
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .item-tags .item-tag-desc:nth-child(2) {
    color: #9487F5;
    border: 1px solid #9487F5;
}
.index-tops .index-tops-contents .tab-content .tab-pane>ul>li .item-text .item-tags .item-tag-desc:nth-child(3) {
    color: #69CDF9;
    border: 1px solid #69CDF9;
}
.server-tops .server-tops-contents .tab-content .tab-pane>ul {
    padding: 0 15px;
}
.server-tops .server-tops-contents .tab-content .tab-pane>ul>li {
    color: #282828;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 15px;
}
.server-tops .server-tops-contents .tab-content .tab-pane>ul>li:first-child {
    padding-top: 15px;
}
.server-tops .server-tops-contents .tab-content .tab-pane>ul>li .icon {
    margin-right: 20px;
    text-align: center;
    vertical-align: middle;
    width: 15px;
    height: 15px; 
}
.server-tops .server-tops-contents .tab-content .tab-pane>ul>li .time {
    line-height: 20px;
    margin-right: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
}

.server-tops .server-tops-contents .tab-content .tab-pane>ul>li .info {
    color: #666666;
    background-color: #F6F6F6;
    width: 28%;
    display: inline-block;
    font-size: 14px;
    margin-right: 20px;
    padding: 5px;
    text-align: center;
}

.server-tops .server-tops-contents .tab-content .tab-pane>ul>li .operate {
    font-size: 14px;
    padding: 5px 15px;
    background: #EB424C;
    border-radius: 30px;
    color: #fff;
}

.rebate-activity-tops .rebate-activity-tops-contents .tab-content .tab-pane>ul {
    padding: 0 15px;
}
.rebate-activity-tops .rebate-activity-tops-contents .tab-content .tab-pane>ul>li {
    color: #282828;
    padding: 0 0 15px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rebate-activity-tops .rebate-activity-tops-contents .tab-content .tab-pane>ul>li:first-child {
    padding-top: 15px;
}*/

/**轮播start**/
.game-index-detial-swiper-two {
    background: #fff;
}
.game-video-two {
    /*height: 68px;*/
    overflow: hidden;
    margin-top: 10px;
    text-align: center;
    padding-top: 10px;
    /*margin-bottom: 15px;*/
}
.game-video-two .swiper-container-two {
    display: inline-block;
    vertical-align: top;
    max-width: 678px;
    /*height: 48px;*/
    padding: 10px 0;
    overflow: hidden;
    position: relative;
}
.game-video-two .swiper-container-two .swiper-wrapper {
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
    position: relative;
}
.game-video-two .swiper-container-two .swiper-wrapper .swiper-slide {
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
    width: auto;
}
.game-video-two .swiper-container-two .swiper-wrapper .swiper-slide.video {
    /*width: 100%;*/
}
.game-video-two .swiper-container-two .swiper-wrapper .swiper-slide .swiper-imgs {
    /*height: 44px;*/
    height: 88px;
    overflow: hidden;
    border-radius: 4px;
    border: 2px solid transparent;
    position: relative;
    font-size: 0;
    line-height: 0;
    background: #fff;
}
/*.game-video-two .swiper-container-two .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-imgs {
    background: #23C268;
    border-color: #23C268;
    -webkit-box-shadow: 0px 4px 10px rgba(35,194,104,0.4);
    box-shadow: 0px 4px 10px rgba(35,194,104,0.4);
}*/
.game-video-two .swiper-container-two .swiper-wrapper .swiper-slide.on .swiper-imgs {
    background: #EB424C;
    border-color: #EB424C;
    -webkit-box-shadow: 0px 4px 10px rgba(235,66,76,0.4);
    box-shadow: 0px 4px 10px rgba(235,66,76,0.4);
}
.game-video-two .swiper-container-two .swiper-wrapper .swiper-slide .swiper-imgs img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
    opacity: .8;
    border-radius: 4px;
}
.game-video-two .swiper-container-two .swiper-wrapper .swiper-slide .swiper-imgs .vico {
    background: url(/assets/img/vico-small.png) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px;
}
.mod-album-show {
    height: 454px;
    overflow: hidden;
    /*border-radius: 8px 8px 0 0;*/
}
.mod-album-show .lb-vid {
    position: relative;
    width: 100%;
    height: 454px;
    cursor: pointer;
}
.mod-album-show .lb-img {
    height: 454px;
    position: relative;
}
.mod-album-show .lb-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: url('https://static-cdn.oss.hanhai0823.com/admin-fast-system/gamedata/20240125/gamemap/fivepicf3ccdd27d2000e3f9255a7e3e2c488001704696942.jpg!gameDetail') center/cover no-repeat;*/
    filter: blur(20px); 
    height: 454px;
}

.mod-album-show .lb-img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    height: 454px
}
.mod-album-show .lb-vid img {
    display: block;
    width: 100%;
    height: 100%;
}
.game-video-two .btn-prev, .game-video-two .btn-next {
    display: none;
    vertical-align: top;
    width: 26px;
    height: 48px;
    overflow: hidden;
    line-height: 99;
    margin: 10px 8px 0;
}
.game-video-two .btn-prev .it {
    background: url(/assets/img/game-lb-left.png);
}
.game-video-two .btn-next .it {
    background: url(/assets/img/game-lb-right.png);
}
.game-video-two .btn-prev .it, .game-video-two .btn-next .it {
    /*background: url(https://f2.3839img.com/hykb/static/hykb_web/v5/images/game/it-ico.png);*/
    display: block;
    width: 26px;
    height: 26px;
    overflow: hidden;
    margin-top: 24px;
    background-size: 100% 100%;
}
.game-video-two .btn-prev .it {
    /*background-position: 0 -140px;*/
}
.game-video-two .btn-next .it {
    /*background-position: 0 -114px;*/
}
.game-video-two .dis {
    opacity: .2;
}
.mod-album-show .lb-vid .vico {
    background: url(/assets/img/vico.png) no-repeat;
    width: 76px;
    height: 78px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -39px 0 0 -38px;
}
.mod-album-show > div {
    -webkit-animation: showAni .5s forwards;
    animation: showAni .5s forwards;
}
/**轮播end**/

.empty_data {
    padding: 15px;
    text-align: center;
    font-size: 14px;
}
.button-more-img {
    width: auto;
}
::-webkit-scrollbar {
    width: 0px; /* 滚动条宽度 */
}
/*.sidebar{
    overflow: auto;
}*/