img {
    font-size: 18px;
}

.gift_num {
    font-weight: normal;
}

.inside_banner {
    width: 100%;
    height: 132.5px;
}

.banner_img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.banner_img img {
    height: 132.5px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    filter: blur(6px);
}

.banner_img .banner_mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .55);
    top: 0;
    left: 0;
}

.banner_bread {
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 11px;
    color: #a3a3a3;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    z-index: 1;
}

.banner_bread_box,
.banner_box {
    width: 100%;
    max-width: 1122px;
    height: 100%;
    margin: 0 auto;
}

.banner_bread_box a {
    color: #a3a3a3;
}

.banner_bread_box span {
    padding: 0 6.5px;
}

.banner_bread_box a:nth-child(1) {
    margin-left: 20px;
}

.banner_game_icon {
    width: 56px;
    top: 60px;
    left: 20px;
}

.banner_game_name {
    top: 57px;
    left: 88px;
    width: 40%;
}

.banner_game_name span {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.banner_game_name em,
.banner_game_name dfn {
    width: 100%;
    font-size: 10px;
    line-height: 15px;
    color: #a5aca6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.banner_game_name dfn i {
    color: #fff;
    padding: 0 2px;
}

.banner_down {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 107px;
    height: calc(100% - 22px);
    font-size: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.banner_down .banner_btn {
    display: block;
    width: 100%;
    height: 22px;
    text-align: center;
    font-size: 0;
    background: #5338ee;
}

.banner_down .banner_btn+.banner_btn {
    margin-top: 10px;
}

/*.banner_down a img{
	width: 12px;
}*/

.game_introduce {
    width: 100%;
    max-width: 1122px;
    height: auto;
    padding: 20px 0;
    margin: 0 auto;
}

.game_introduce .game_introduce_details {
    width: 90%;
    margin: 0 auto;
}

.game_introduce_details p {
    color: #737373;
    font-size: 12px;
    line-height: 21px;
}

.official_entrance {
    width: 100%;
    height: 80px;
}

.official_entrance_box {
    width: 100%;
    height: 100%;
    background: #fff;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    box-shadow: 0 0 5px 5px rgba(211, 211, 211, .2);
    max-width: 1122px;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
}

.official_entrance_box a {
    width: 50px;
    height: 60px;
    margin: 10px;
}

.official_entrance_box a img {
    width: 40px;
    display: block;
    margin: 0 auto;
}

.official_entrance_box a span {
    width: 100%;
    display: block;
    text-align: center;
    line-height: 21px;
    color: #737373;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.official_entrance_box_swiper .swiper-slide {
    width: auto;
}

.game_features {
    width: 100%;
    max-width: 1122px;
    margin: 0 auto;
}

.game_features_title {
    line-height: 50px;
    color: #000;
    font-size: 18px;
    margin: 10px 0 0 20px;
}

.game_features_img {
    font-size: 0;
    width: 100%;
    max-width: 1122px;
    height: 230px;
    text-align: left;
}

.game_features_img .swiper-container-features .swiper-slide {
    width: auto;
}

.game_features_img .swiper-container-features .swiper-slide img {
    height: 95%;
    margin-left: 20px;
}

.game_features_img .swiper-container-horizontal>.swiper-scrollbar {
    width: 90%;
    left: 5%;
    height: 7px;
}

.game_features_img .swiper-scrollbar {
    background: #f5f5f8;
    border-radius: 0;
}

.game_features_img .swiper-scrollbar-drag {
    background: #cdcdcd;
    border-radius: 0;
}

.tab_list {
    width: 89.3333%;
    max-width: 1122px;
    height: 30px;
    border-bottom: 1px solid #dddddd;
    margin: 20px auto;
    font-size: 0;
}

.tab_list a {
    width: 25%;
    height: 100%;
    line-height: 30px;
    text-align: center;
    color: #a3a3a3;
    font-size: 14px;
    transition: all .3s;
}

.tab_list a:after {
    content: '';
    width: 0%;
    height: 3px;
    background: #573dea;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.tab_list a.active:after {
    width: 100%;
}

.tab_list a.active {
    color: #000;
}

.article_banner {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.article_banner .article_banner_mask {
    width: 100%;
    height: 100%;
    background: #272931;
    filter: blur(3px);
    top: 0;
    left: 0;
}

.article_banner img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    z-index: 1;
}

.down_code {
    width: 100px;
    top: 10px;
    right: 16px;
    display: none;
}

.down_code p {
    color: #000;
    font-size: 12px;
    text-align: center;
}

.down_code img {
    width: 100%;
}

.recommend {
    width: 89.3333%;
    max-width: 1122px;
    min-height: 567px;
    margin: 0 auto;
}

.recommend .recommend_entry {
    border-top: 1px solid #e9e9ea;
}

.recommend .recommend_entry:nth-child(n+4) {
    display: none;
}

.recommend .recommend_entry a {
    width: 100%;
    margin: 4.5% 0;
    font-size: 0;
    text-align: left;
}

.recommend .recommend_entry a img {
    width: 137px;
}

.recommend .recommend_entry a p {
    min-width: 10px;
    max-width: calc(100% - 137px - 12px);
    margin-left: 12px;
}

.recommend .recommend_entry a p span {
    width: 100%;
    color: #272931;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recommend .recommend_entry a p em {
    width: 100%;
    color: #b3b3b3;
    font-size: 10px;
    line-height: 16px;
    height: 32px;
    margin-top: 2px;
    display: -webkit-box !important;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    -ms-line-clamp: 2;
    line-clamp: 2;
}

/**游戏库**/
.common_banner {
    width: 100%;
    height: 187px;
    background: url(../../images/library_img.jpg) 50% 50% no-repeat;
    background-size: cover;
}

.gift_gao {
    height: 150px;
}

.common_box {
    width: 89.3333%;
    max-width: 805px;
    min-height: 568px;
    margin: -150px auto 0;
}

.common_box .common_title {
    line-height: 60px;
    color: #fff;
    font-size: 22px;
}

.btn_use {
    height: 26px;
    line-height: 26px;
    right: 0;
    top: 19px;
    font-size: 13px;
    color: #ffffff;
}

.use_icon {
    width: 16px;
    vertical-align: text-bottom;
    margin-left: 3px;
}

.common_box .gift_title {
    color: #000;
    font-size: 18px;
}

.common_box .common_list {
    width: calc(100% - 2px);
    border: 1px solid #dddddd;
    border-top: 7px solid #462dce;
    background: #fff;
    padding-bottom: 42px;
    font-size: 0;
}

.common_box .common_list .common_module {
    width: 90%;
    border-bottom: 1px solid #eeeeef;
    padding: 20px 0;
    margin: 0 auto;
}

.common_box .common_list .common_module_con {
    display: inline-block;
    width: calc(99% - 60px - 5px);
}

.common_box .common_list .common_module:nth-child(n+7) {
    display: none;
}

.common_box .common_list .gift_module:nth-child(n+7) {
    display: block;
}

.common_box .common_list .common_module img {
    width: 56px;
    cursor: pointer;
}

.common_box .common_list .common_module .common_module_con p {
    width: calc(99% - 56px - 12px - 5px);
}

.common_box .common_list .common_module p {
    width: calc(99% - 56px - 12px - 51px - 5px);
    margin-left: 12px;
    cursor: pointer;
}

.common_box .common_list .common_module p span,
.common_box .common_list .common_module p input {
    color: #272931;
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.common_box .common_list .common_module p span dfn {
    color: #462dce;
    font-size: 16px;
    margin-left: 10px;
}

.common_box .common_list .common_module p em {
    color: #999999;
    font-size: 10px;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.common_box .common_list .common_module p .dis_sp {
    line-height: 18px;
}

.common_box .common_list .common_module p .dis_state {
    color: #333333;
}

.common_box .common_list .common_module p sub {
    color: #272931;
    font-size: 10px;
    line-height: 12px;
    max-height: 24px;
    display: -webkit-box !important;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    -ms-line-clamp: 2;
    line-clamp: 2;
}

.common_box .common_list .common_module p i {
    width: 100%;
    height: 15px;
    font-size: 0;
    margin-top: 5px;
    overflow: hidden;
}

.common_box .common_list .common_module p i dfn {
    padding: 0 5px;
    height: 15px;
    background: #ededed;
    text-align: center;
    line-height: 15px;
    color: #737373;
    font-size: 9px;
    border-radius: 15px;
    margin-right: 2px;
}

.common_box .common_list .common_module .common_down,
.btn_order {
    width: 60px;
    height: 22px;
    background: #fff;
    border: 1px solid #462dce;
    border-radius: 15px;
    color: #462dce;
    font-size: 11px;
    text-align: center;
    line-height: 22px;
    margin-left: 5px;
}

.btn_order {
    display: inline-block;
    margin: 15px 0 6px 0;
}

.common_more {
    width: 45%;
    line-height: 42px;
    text-align: center;
    color: #272931;
    font-size: 15px;
    margin: -42px 0 0 30%;
    transition: all .3s;
}

.btn_all {
    width: 89.3333%;
    max-width: 1082px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #000;
    background: #fff;
    border: 1px solid #dddddd;
    box-shadow: 0 0 0 3px rgba(211, 211, 211, .2);
    display: block;
    margin: 30px auto 0;
}

.recomm_module {
    width: 100%;
    margin-top: 27px;
    font-size: 0;
}

.recomm_module .icon_a {
    width: calc(97% - 55px);
}

.recomm_module img {
    width: 56px;
    cursor: pointer;
}

.recomm_module p {
    width: calc(100% - 56px - 10px);
    margin-left: 9px;
    cursor: pointer;
}

.recomm_module p span {
    width: 100%;
    color: #272931;
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recomm_module p em {
    width: 100%;
    color: #999999;
    font-size: 10px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recomm_module .btn_downa {
    width: 48px;
    height: 22px;
    border: 1px solid #462dce;
    color: #462dce;
    font-size: 12px;
    border-radius: 20px;
    text-align: center;
    line-height: 22px;
    margin-left: 5px;
    transition: all .3s;
}

.common_box .common_list .common_module .gift_img {
    width: 19px;
    vertical-align: text-bottom;
    margin: 0 0 0 5px;
}

.gift_count {
    display: none;
}

.make_reward {
    width: 100%;
    max-width: 1122px;
    margin: 0 auto;
}

/**iphone**/
@media only screen and (max-width:767px) and (min-width:320px) {
    @media only screen and (max-width: 320px) {

        .banner_game_icon,
        .article_down_icon {
            left: 8px;
        }

        .banner_game_name,
        .article_down_name {
            left: 70px;
        }

        .banner_down,
        .article_down_btn,
        .article_yy_btn {
            right: 8px;
        }

        .official_entrance_box a {
            margin: 10px 5px;
        }
    }
}

/**ipad**/
@media only screen and (max-width:991px) and (min-width:768px) {

    .inside_banner,
    .banner_img img {
        height: 170px;
    }

    .banner_bread {
        height: 28px;
        line-height: 28px;
        font-size: 13px;
    }

    .banner_game_icon {
        width: 85px;
        top: 65px;
    }

    .banner_game_name {
        top: 67px;
        left: 120px;
    }

    .banner_game_name span {
        font-size: 25px;
        line-height: 35px;
    }

    .banner_game_name em,
    .banner_game_name dfn {
        font-size: 14px;
        line-height: 20px;
    }

    .banner_down {
        width: 158px;
        height: calc(100% - 28px);
    }

    .banner_down .banner_btn {
        height: 34px;
        line-height: 34px;
    }

    /*.banner_down a img{
		width: 16px;
	}*/
    .banner_down a span {
        margin-left: 12px;
        font-size: 18px;
    }

    .game_introduce {
        padding: 25px 0;
    }

    .game_introduce_details p {
        font-size: 14px;
        line-height: 23px;
    }

    .official_entrance_box {
        text-align: left;
    }

    .official_entrance_box a {
        width: 60px;
        margin: 10px 13px;
    }

    .official_entrance_box a span {
        font-size: 12px;
    }

    .game_features_img {
        height: 400px;
    }

    .game_features_img .swiper-container-horizontal>.swiper-scrollbar {
        width: 95%;
        left: 2.5%;
        height: 10px;
    }

    .tab_list {
        width: 93.3333%;
        height: 40px;
    }

    .tab_list a {
        line-height: 40px;
        font-size: 16px;
    }

    .tab_list a:after {
        height: 4px;
    }

    .recommend {
        margin: 32px auto 0;
        min-height: 768px;
    }

    .recommend .recommend_entry a img {
        width: 167px;
    }

    .recommend .recommend_entry a p {
        max-width: calc(100% - 167px - 18px);
        margin-left: 18px;
    }

    .recommend .recommend_entry a p span {
        font-size: 15px;
        line-height: 23px;
    }

    .recommend .recommend_entry a p em {
        font-size: 13px;
        line-height: 18px;
        height: 36px;
        margin-top: 5px;
    }

    .common_banner {
        height: 279px;
    }

    .gift_gao {
        height: 190px;
    }

    .common_box {
        margin: -190px auto 0;
        min-height: 768px;
    }

    .common_box .common_title {
        line-height: 85px;
        font-size: 33px;
    }

    .common_box .gift_title {
        line-height: 72px;
        font-size: 21px;
    }

    .common_box .common_list .common_module {
        padding: 27px 0;
    }

    .common_box .common_list .common_module_con {
        display: inline-block;
        width: calc(99% - 78px - 5px);
    }

    .common_box .common_list .common_module img {
        width: 65px;
    }

    .common_box .common_list .common_module p {
        width: calc(99% - 65px - 18px - 58px - 5px);
        margin-left: 18px;
    }

    .common_box .common_list .common_module .common_module_con p {
        width: calc(99% - 65px - 18px - 5px);
    }

    .common_box .common_list .common_module p span,
    .common_box .common_list .common_module p input {
        font-size: 18px;
        line-height: 28px;
    }

    .common_box .common_list .common_module p span dfn {
        font-size: 20px;
    }

    .common_box .common_list .common_module p em,
    .common_box .common_list .common_module p sub {
        font-size: 12px;
        line-height: 15px;
    }

    .common_box .common_list .common_module p sub {
        max-height: 30px;
    }

    .common_box .common_list .common_module p i {
        height: 19px;
    }

    .common_box .common_list .common_module p i dfn {
        padding: 0 8px;
        height: 19px;
        font-size: 12px;
        line-height: 19px;
        margin-right: 4px;
    }

    .common_box .common_list .common_module .common_down {
        width: 78px;
        height: 27px;
        line-height: 27px;
        font-size: 13px;
    }

    .make_reward {
        width: 730px;
    }

    .btn_use {
        height: 31px;
        line-height: 31px;
        top: 32px;
        font-size: 16px;
    }

    .use_icon {
        width: 23px;
        margin-left: 8px;
    }
}

/**windows**/
@media only screen and (max-width:1920px) and (min-width:992px) {
    .banner_img img {
        width: 100%;
    }

    .inside_banner,
    .banner_img img {
        height: 200px;
    }

    .banner_bread {
        height: 34px;
        line-height: 34px;
        font-size: 14px;
    }

    .banner_game_icon {
        width: 100px;
        top: 80px;
    }

    .banner_game_name {
        top: 80px;
        left: 140px;
    }

    .banner_game_name span {
        font-size: 32px;
        line-height: 45px;
    }

    .banner_game_name em,
    .banner_game_name dfn {
        font-size: 18px;
        line-height: 24px;
    }

    .banner_down {
        width: 198px;
        height: calc(100% - 34px);
    }

    .banner_down .banner_btn {
        height: 43px;
        line-height: 43px;
    }

    /*.banner_down a img{
		width: 20px;
	}*/
    .game_introduce {
        padding: 30px 0;
    }

    .game_introduce_details p {
        font-size: 16px;
        line-height: 28px;
    }

    .official_entrance {
        height: 120px;
    }

    .official_entrance_box {
        text-align: left;
    }

    .official_entrance_box a {
        width: 80px;
        height: 65px;
        margin: 27.5px 15px;
    }

    .official_entrance_box a img {
        width: 50px;
    }

    .official_entrance_box a span {
        font-size: 14px;
        line-height: 23px;
    }

    .game_features_img {
        height: 400px;
    }

    .game_features_img .swiper-container-features .swiper-slide img {
        height: 95%;
    }

    .game_features_img .swiper-container-horizontal>.swiper-scrollbar {
        width: 96%;
        left: 2%;
        height: 14px;
    }

    .tab_list {
        width: 95%;
        height: 50px;
    }

    .tab_list a {
        width: 105px;
        line-height: 50px;
        font-size: 18px;
    }

    .tab_list a:after {
        height: 5px;
    }

    .recommend {
        margin: 43px auto 0;
        min-height: 1104px;
    }

    .recommend .recommend_entry a img {
        width: 200px;
    }

    .recommend .recommend_entry a p {
        max-width: calc(100% - 200px - 24px);
        margin-left: 24px;
    }

    .recommend .recommend_entry a p span {
        font-size: 18px;
        line-height: 25px;
    }

    .recommend .recommend_entry a p em {
        font-size: 16px;
        line-height: 20px;
        height: 40px;
        margin-top: 8px;
    }
	
    /* 悬浮球——Start */
    .levitated-sphere-wrap {
        width: 100px;
    }
    /* 悬浮球——End */

    .common_banner {
        height: 370px;
    }

    .gift_gao {
        height: 230px;
    }

    .common_box {
        margin: -230px auto 0;
        min-height: 1104px;
    }

    .common_box .common_title {
        line-height: 110px;
        font-size: 43px;
    }

    .common_box .gift_title {
        line-height: 88px;
        font-size: 24px;
    }

    .common_box .common_list .common_module {
        padding: 40px 0;
    }

    .common_box .common_list .common_module_con {
        display: inline-block;
        width: calc(99% - 90px - 10px);
    }

    .common_box .common_list .common_module img {
        width: 74px;
    }

    .common_box .common_list .common_module .common_module_con p {
        width: calc(99% - 74px - 28px - 10px);
    }

    .common_box .common_list .common_module p {
        width: calc(99% - 74px - 28px - 70px - 10px);
        margin-left: 28px;
    }

    .gift_box .gift_list .gift_module p {
        width: calc(99% - 74px - 30px - 180px - 74px - 50px);
    }

    .gift_box .gift_count {
        width: 180px;
        display: inline-block;
        font-size: 20px;
        color: #333333;
    }

    .common_box .common_list .common_module .gift_img {
        width: 27px;
        margin: 0 15px 0 0;
    }

    .btn_order {
        width: 84px;
        height: 36px;
        line-height: 36px;
        border-radius: 36px;
        margin: 21px 0 6px 0;
        font-size: 19px;
    }

    .common_box .common_list .common_module p span,
    .common_box .common_list .common_module p input {
        font-size: 22px;
        line-height: 30px;
    }

    .common_box .common_list .common_module p span dfn {
        font-size: 23px;
    }

    .common_box .common_list .common_module p em,
    .common_box .common_list .common_module p sub {
        font-size: 14px;
        line-height: 18px;
    }

    .common_box .common_list .common_module p sub {
        max-height: 36px;
    }

    .common_box .common_list .common_module p i {
        height: 24px;
    }

    .common_box .common_list .common_module p i dfn {
        padding: 0 10px;
        height: 24px;
        font-size: 14px;
        line-height: 24px;
        margin-right: 5px;
    }

    .common_box .common_list .common_module .common_down {
        width: 90px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        border: 2px solid #462dce;
        border-radius: 20px;
        margin-left: 10px;
        transition: all .3s;
    }

    .recomm_module {
        margin-top: 32px;
    }

    .recomm_module .icon_a {
        width: calc(95% - 62px);
    }

    .recomm_module img {
        width: 70px;
    }

    .recomm_module p {
        width: calc(100% - 70px - 10px);
    }

    .recomm_module p span {
        font-size: 18px;
        line-height: 25px;
    }

    .recomm_module p em {
        font-size: 14px;
        line-height: 20px;
    }

    .recomm_module .btn_downa {
        width: 58px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
        border: 2px solid #462dce;
    }

    .gift_box .gift_list .gift_module {
        transition: all .3s;
    }

    .make_reward {
        width: 975px;
    }

    .btn_use {
        height: 31px;
        line-height: 31px;
        top: 47px;
        font-size: 19px;
    }

    .use_icon {
        width: 27px;
        margin-left: 8px;
    }

    @media only screen and (min-width:1200px) {
        .game_introduce .game_introduce_details {
            width: 100%;
        }

        .game_features_title {
            font-size: 24px;
            line-height: 74px;
            margin: 20px 0 0 0;
        }

        .game_features_img .swiper-container-features .swiper-slide img {
            margin-left: 0;
            margin-right: 20px;
        }

        .game_features_img .swiper-container-features .swiper-slide img:last-child {
            margin-right: 0;
        }

        .tab_list {
            width: 1122px;
            margin: 30px auto;
        }

        .recommend {
            margin: 53px auto 0;
        }

        .common_box .common_list .common_module .common_down:hover,
        .recomm_module .btn_downa:hover {
            color: #fff;
            background: #462dce;
        }

        .make_reward {
            width: 1122px;
        }
    }
}

.article_down.er {
    height: 135px;
}

.er .article_down_btn {
    display: none;
}

.er .down_code {
    display: block;
}
