.header {
    padding: 12% 2.5% 2.5% 2.5%;
    color: #ffffff;
    line-height: 1;
    position: relative;
}

.header .bg1 {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: center no-repeat;
    background-size: 1500%;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    filter: blur(93px);
}

.header .bg2 {
    position: absolute;
    z-index: -11;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5) center no-repeat;
}

.header a {
    color: #ffffff;
}

.header .top {
    position: relative;
}

.header .top .icon {
    float: left;
    width: 20%;
    padding-top: 20%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.header .top .icon img {
    display: block;
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.header .top .info {
    margin-left: 22.5%;
    width: 55%;
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.header .top .info h1,
.header .top .info div,
.header .top .info p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.header .top .info h1 {
    color: #ffffff;
    font-size: 16px;
}

.header .top .info div {
    margin-top: 5%;
}

.header .top .info div span {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, .6);
    padding: 1% 2.5%;
    line-height: 1.25;
    border-radius: 10px;
    margin-right: 1.5%;
}

.header .top .info p {
    margin-top: 5%;
}

.header .top .down {
    float: right;
    padding: 2% 5%;
    border: 1px solid #fff;
    font-size: 16px;
    border-radius: 5px;
}

.header .desc {
    margin-top: 2.5%;
    overflow: hidden;
    position: relative;
    line-height: 1.35;
    font-size: 14px;
}

.header .desc p {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.header .desc.show p {
    display: block;
}

.header .desc div {
    text-align: right;
    display: none;
}

.header .desc div.show {
    display: block;
}

.header .desc.show div {
    display: none;
}

@media screen and (max-width: 374px) {
    .header .top .info {
        font-size: 12px;
    }

    .header .top .info h1 {
        font-size: 14px;
    }

    .header .top .down {
        font-size: 14px;
    }

    .header .desc {
        font-size: 12px;
    }
}

@media screen and (min-width: 376px) {
    .header .top .info {
        font-size: 16px;
    }

    .header .top .info h1 {
        font-size: 18px;
    }

    .header .top .down {
        font-size: 18px;
    }

    .header .desc {
        font-size: 15px;
    }
}

@media screen and (min-width: 415px) {
    .header .top .info {
        font-size: 18px;
    }

    .header .top .info h1 {
        font-size: 20px;
    }

    .header .top .down {
        font-size: 20px;
    }

    .header .desc {
        font-size: 16px;
    }
}

.game_details .pro {
    background-color: #f6e0d8;
    padding: 2%;
    font-size: 16px;
    line-height: 1;
}

.game_details .pro span {
    display: inline-block;
    vertical-align: middle;
}

.game_details .pro span.pro_t {
    color: #666666;
}

.game_details .pro span.pro_i {
    background: #FF8E8E;
    color: #fff;
    border-radius: 917px;
    padding: 1.5% 2.5%;
}

.game_details .pro marquee{
    float: right;
    max-width: 60%;
}

@media screen and (max-width: 374px) {
    .game_details .pro {
        font-size: 14px;
    }
}

@media screen and (min-width: 376px) {
    .game_details .pro {
        font-size: 17px;
    }
}

@media screen and (min-width: 415px) {
    .game_details .pro {
        font-size: 18px;
    }
}

.game_details .block {
    background-color: #ffffff;
    padding: 3%;
    margin-top: 2.5%;
}

.game_details .block:first-child {
    margin-top: auto;
}

.game_details .block h1 {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    border-left: 3px solid #f7ab32;
    padding-left: 2.5%;
    line-height: 1.25;
}

.game_details .block > div {
    margin-top: 3%;
    font-size: 14px;
    line-height: 1.6;
}

@media screen and (max-width: 374px) {
    .game_details .block h1 {
        font-size: 15px;
    }

    .game_details .block div {
        font-size: 13px;
    }
}

@media screen and (min-width: 376px) {
    .game_details .block h1 {
        font-size: 17px;
    }

    .game_details .block div {
        font-size: 15px;
    }
}

@media screen and (min-width: 415px) {
    .game_details .block h1 {
        font-size: 18px;
    }

    .game_details .block div {
        font-size: 16px;
    }
}

.game_list {
    background-color: #ffffff;
}

.tab_wrap {
    position: relative;
}

.tab_ctrls {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2.5%;
    text-align: right;
}

.tab_ctrls ul {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 30px;
}

.tab_ctrls li {
    display: inline-block;
    padding: 2.5px 7.5px;
    border-radius: 30px;
    font-size: 16px;
}

.tab_ctrls li.active {
    background-color: #FFB22D;
    color: #ffffff;
}

@media screen and (max-width: 374px) {
    .tab_ctrls li {
        font-size: 14px;
    }
}

@media screen and (min-width: 376px) {
    .tab_ctrls li {
        font-size: 17px;
    }
}

@media screen and (min-width: 415px) {
    .tab_ctrls li {
        font-size: 18px;
    }
}

.gift ul {
    margin: 7.5% 0 2.5% 0;
}

.gift li {
    margin-bottom: 2.5%;
    border-radius: 15px;
    background-color: #f4f4f4;
    padding: 2.5%;
    position: relative;
    padding-right: 32.5%;
    font-size: 16px;
    line-height: 1.5;
}

.gift li h2 {
    overflow: hidden;
    line-height: 1.5;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gift li h3 {
    /*overflow: hidden;*/
    color: #a8a8a8;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
}

.gift li h4 {
    overflow: hidden;
    color: #ff9900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gift li span {
    display: block;
    background-color: #78be23;
    border-radius: 30px;
    position: absolute;
    z-index: 11;
    right: 2.5%;
    top: 50%;
    padding: 0 2.5%;
    color: #ffffff;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    transform: translateY(-50%);
}

@media screen and (max-width: 374px) {
    .gift li {
        font-size: 14px;
    }

    .gift li span {
        font-size: 13px;
    }
}

@media screen and (min-width: 376px) {
    .gift li {
        font-size: 17px;
    }

    .gift li span {
        font-size: 15px;
    }
}

@media screen and (min-width: 415px) {
    .gift li {
        font-size: 18px;
    }

    .gift li span {
        font-size: 17px;
    }
}

.game_details .imgsc {
    padding-top: 55%;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.game_details .imgs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    text-align: justify;
}

.game_details .imgs::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.game_details .imgs::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #f4f4f4;
}

.game_details .imgs::-webkit-scrollbar-thumb {
    height: 10px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #c5c5c5;
}

.game_details .imgs a {
    display: inline-block;
    margin-right: 1%;
    height: 100%;
    overflow: hidden;
}

.game_details .imgs img {
    display: block;
    max-width: 100%;
    height: 100%;
}

.game_details .recommends {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    text-align: justify;
    padding-top: 1.5%;
}

.game_details .recommends::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.game_details .recommends::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #f4f4f4;
}

.game_details .recommends::-webkit-scrollbar-thumb {
    height: 10px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #c5c5c5;
}

.game_details .recommends li {
    display: inline-block;
    width: 20%;
    margin-right: 6.5%;
}

.game_details .recommends li:last-child {
    margin-right: auto;
}

.game_details .recommends span {
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

.game_details .recommends i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.game_details .recommends img {
    display: block;
    width: 100%;
    height: 100%;
}

.game_details .recommends p {
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media screen and (max-width: 374px) {
    .game_details .recommends p {
        font-size: 13px;
    }
}

@media screen and (min-width: 376px) {
    .game_details .recommends p {
        font-size: 15px;
    }
}

@media screen and (min-width: 415px) {
    .game_details .recommends p {
        font-size: 16px;
    }
}

.game_details .trust .swiper-slide {
    background-color: #000000;
}

.game_details .trust .swiper-slide img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.game_details .trust .swiper-pagination span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FFB22D;
    opacity: .5;
}

.game_details .trust .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #f47325;
    opacity: 1;
}