﻿.main {
    width: 100%;
    background: #eee;
    padding-bottom: 1.79rem;
}

.share_tip {
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    display: none;
}

.share_tip_in {
    position: absolute;
    z-index: 999;
    max-width: 100%;
    background-color: rgba(0,0,0,0.5);
    border-radius: 0.2rem;
    padding: 0.4rem 0.6rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 0.4rem;
    text-align: center;
}

.cover {
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 998;
    display: none;
}

.user_center {
    position: absolute;
    z-index: 999;
    width: 8.4rem;
    max-width: 100%;
    background: #fff;
    border-radius: 0.2rem;
    padding: 0.3rem 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: none;
}

.guide {
    position: absolute;
    z-index: 999;
    width: 8.4rem;
    max-width: 100%;
    background: #fff;
    border-radius: 0.2rem;
    padding: 0 0 0.3rem 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: none;
}

.user_center .logo {
    text-align: center;
}

.user_center .logo img {
    display: inline-block;
    width: 3.5rem;
}

.close {
    position: absolute;
    top: 0.2rem;
    right: 0.1rem;
}

.close a {
    font-size: 0.6rem;
    text-decoration:none;
    padding: 0.2rem;
}

.user_center .login,.user_center .register {
    padding: 0 0.4rem 0.1rem;
    display: none;
}

.user_center input {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    border: 1px solid #999;
    font-size: 0.4rem;
    border-radius: 0.15rem;
    padding-left: 1rem;
}

.user_center .login_in,.user_center .register_in {
    margin-top: 0.4rem;
    position: relative;
}

.tishi {
    margin-top: 0.2rem;
}

.tishi span {
    font-size: 0.4rem;
    color: #fb6329;
}

.user_center .user_icon {
    /* display: inline-block; */
    width: 0.5rem;
    height: 0.5rem;
    background-image: url(../image/user_icon.png)!important;
    background-size: contain;
    position: absolute;
    bottom: 0.25rem;
    left: 0.3rem;
}

.user_center .pass_icon {
    /* display: inline-block; */
    width: 0.5rem;
    height: 0.5rem;
    background-image: url(../image/password_icon.png)!important;
    background-size: contain;
    position: absolute;
    bottom: 0.25rem;
    left: 0.3rem;
}

.user_center .login_in a,.user_center .register_in a {
    display: block;
    width: 100%;
    text-align: center;
    height: 1rem;
    line-height: 1rem;
    background: #ff661a;
    color: #fff;
    font-size: 0.5rem;
    border-radius: 0.15rem;
    text-decoration: none;
}

.user_center .go_reg,.user_center .go_login {
    margin-top: 0.4rem;
    text-align: right;
    color: #1cace0;
}

.user_center .go_reg a,.user_center .go_login a {
    color: #1cace0;
    text-decoration: none;
    font-size: 0.4rem;
}

.guide_hed {
    text-align: center;
    height: 1.4rem;
    line-height: 1.4rem;
    background: #37363b;
    color: #fff;
    border-radius: 0.2rem 0.2rem 0 0;
    font-size: 0.6rem;
}

.guide .close a {
    color: #fff!important;
    text-decoration:none;
}

.guide_banner {
    padding: 0 0.2rem;
}

.guide_banner img {
    width: 100%;
}

.img_tishi {
    width: 10rem;
    margin: 0 auto;
    padding: 0.2rem 0.5rem;
    display: none;
}

.img_tishi img {
    width: 9rem;
}

.img_bg {
    width: 10rem;
    height: 14rem;
    position: relative;
    margin: 0 auto;
}

.img_bg img {
    width: 100%;
    height: 100%;
}

.guanwang a {
    width: 2.8rem;
    height: 1rem;
    text-decoration: none!important;
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    display: inline-block;
    border-radius: 0.15rem;
    text-align: center;
    line-height: 1rem;
    font-size: 0.45rem;
    color: #fff;
    background: -webkit-linear-gradient(top, #ffac36 , #c37200);
    background: -o-linear-gradient(top, #ffac36, #c37200);
    background: -moz-linear-gradient(top, #ffac36, #c37200);
    background: -ms-linear-gradient(top, #ffac36, #c37200);
    background: linear-gradient(top, #ffac36 , #c37200);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #ffac36, endColorstr = #c37200);
}

.content {
    width: 10rem;
    padding: 0 0.2rem;
    background: #fff;
    margin: 0 auto;
}

.game_details {
    padding: 0.2rem 0;
}

.game_details_top p {
    font-size: 0.6rem;
    color: #666;
    font-weight: bold;
}

.game_details_top .share {
    font-size: 0.4rem;
    color: #5e97f6;
    text-decoration: none;
}

.game_det_icon {
    width: 2rem;
    height: 2rem;
    margin: 0.2rem;
    border-radius: 0.45rem;
}

.game_det_icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.game_det_xinxi {
    width: 55%;
    padding: 0.2rem 0 0;
    overflow: hidden;
}

.game_det_xinxi_t span {
    background: #b8ccee;
    color: #fff;
    font-size: 0.35rem;
    display: inline-block;
    padding: 0 0.2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 0.1rem;
}

.game_down_count {
    margin-top: 0.2rem;
    width: 100%;
}

.game_down_count p {
    font-size: 0.4rem;
    height: 0.65rem;
    line-height: 0.65rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}

.game_anzhuang {
    margin: 0.7rem 0.2rem 0 0;
}

.game_anzhuang a {
    display: inline-block;
    background: #f67b29;
    color: #fff;
    width: 1.5rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.4rem;
    text-align: center;
    border-radius: 0.1rem;
    text-decoration: none!important;
}

.game_jianjie {
    /*height: 3rem;*/
    /*overflow: hidden;*/
}

.game_jianjie div {
    font-size: 0.4rem;
    color: #777;
}

.game_jianjie .game_jianjie_til {
    font-size: 0.5rem;
    font-weight: bold;
    border-left: 6px solid #f67b29;
    height: 0.6rem;
    line-height: 0.6rem;
    padding-left: 0.2rem;
}

.game_jianjie .game_jianjie_content {
    height: 2rem;
    overflow: hidden;
}

.game_jianjie .game_jianjie_content p {
    text-indent: 0.8rem;
    margin-top: 0.2rem;
    line-height: 0.6rem;
}

.game_jianjie .see {
    text-align: right;
}

.game_jianjie .see a {
    color: #5e97f6;
    text-decoration: none;
}

.game_jietu img {
    width: 100%;
    display: block;
}

.game_community {
    padding: 0.4rem 0;
}

.game_community .game_community_til {
    font-size: 0.5rem;
    font-weight: bold;
    border-left: 6px solid #f67b29;
    height: 0.6rem;
    line-height: 0.6rem;
    padding-left: 0.2rem;
}

.game_community_content {
    width: 100%;
}

.game_community_content img {
    width: 100%;
}

.game_community_content_tishi {
    text-align: center;
    color: #fba21c;
    font-size: 0.4rem;
}

.footer {
    background: #16304b;
    width: 10rem;
    height: 2rem;
    padding: 0.3rem 0;
    margin: 0 auto;
}

.footer .footer_t ul {
    display: flex;
}

.footer .footer_t ul li {
    flex: 1;
    text-align: center;
    font-size: 0.4rem;
}

.footer .footer_t ul li a {
    text-decoration: none!important;
}

.footer li i {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    background-size: contain;
    vertical-align: text-bottom;
}

.footer li a span {
    text-decoration: none;
    color: #ccc;
}

.footer li i.icon_qq {
    background-image: url(../image/icon_qq.png)!important;
}

.footer li i.icon_share {
    background-image: url(../image/icon_share.png)!important;
}

.footer li i.icon_home {
    background-image: url(../image/icon_home.png)!important;
}

.footer_b {
    margin-top: 0.3rem;
}

.footer_b p {
    text-align: center;
    color: #ccc;
    font-size: 0.4rem;
}

.footer_fix {
    width: 10rem;
    height: 1.8rem;
    background: rgba(0,0,0,1);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left:auto;
    margin-right:auto;
    z-index: 990;
}

.game_icon {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0.1rem 0.2rem 0 0.1rem;
    border-radius: 0.45rem;
}

.game_icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.game_name {
    margin-top: 0.2rem;
}

.game_name p {
    font-size: 0.5rem;
    color: #fff;
}

.game_name .game_des {
    font-size: 0.4rem;
    margin-top: 0.1rem;
}

.game_down {
    margin: 0.4rem 0.3rem 0 0;
}

.game_down a {
    width: 2.8rem;
    height: 1rem;
    text-decoration: none!important;
    display: inline-block;
    border-radius: 0.15rem;
    text-align: center;
    line-height: 1rem;
    font-size: 0.45rem;
    color: #fff;
    background: -webkit-linear-gradient(top, #324044, #546d59);
    background: -o-linear-gradient(top, #324044, #546d59);
    background: -moz-linear-gradient(top, #324044, #546d59);
    background: -ms-linear-gradient(top, #324044, #546d59);
    background: linear-gradient(top, #324044 , #546d59);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #ffac36, endColorstr = #c37200);
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px!important;
}

.section-one-video {
    position: absolute;
    /* left: 4rem; */
    /* top: 8rem; */
    margin:-14rem 3rem;
    width: 2.2rem;
    height: 2.2rem;
    background:url(../image/round-in.png) no-repeat;
    background-size: 100%;
    z-index: 2;
}
.section-one-video-out {
    width: 2.2rem;
    height: 2.2rem;
    background:url(../image/round-out.png) no-repeat;
    background-size: 100%;
    -webkit-animation: 2s linear infinite running round360;
    animation: 2s linear infinite running round360;
}

@-webkit-keyframes round360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes round360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.section-two{
    overflow-x: hidden;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.section-two .xfe-group-5,
.section-two .xfe-group-6,
.section-two .xfe-group-3,
.section-two .head,
.section-two .xfe-layer-17,
.section-two .xfe-layer-8 {
    cursor: pointer;
}

.section-two-video-pop {
    position: fixed;
    left: 34%;
    top: 44%;
    display: none;
    width: 80%;
    height: 80%;
    margin: -2rem 0 0 -3rem;
    z-index: 20;
}

.section-two-video-con {
    width: 2rem;
    height: 4rem;
}

.section-two-mask {
    position: fixed;
    top: -.3rem;
    left: 0;
    background: #000;
    opacity: .8;
    width: 100%;
    height: 60rem;
    z-index: 19;
    display: none;
}

.section-two-close-btn {
    position: absolute;
    width: .4rem;
    height: .4rem;
    /* right: -1rem; */
    top: 0;
    background: url(../image/close.png) no-repeat 0 0;
    background-size: 100%;
    z-index: 999;
    cursor: pointer;
}

.section-four-cards {
    width: 1506px;
    left: 50% !important;
    margin-left: -753px !important;
    position: relative !important;
}
.section-four-cards .swiper-slide {
    -webkit-transform: scale(0.88) !important;
    transform: scale(0.88) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.section-four-cards .swiper-slide img {
    opacity: 0.5;
}
.section-four-cards .swiper-slide-active {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}
.section-four-cards .swiper-slide-active img {
    opacity: 1;
}
.section-four .swiper-button-prev {
    margin: 0;
    left: 20px;
    top: 466px;
    background-image:url(https://bsstatic.99you.cn/statics/templates/images/1068/mobile/arrow-left.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 41px;
    height: 77px;
    z-index: 300;
    outline: none;
}

.section-four .swiper-button-next {
    margin: 0;
    left: 689px;
    top: 466px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image:url(https://bsstatic.99you.cn/statics/templates/images/1068/monile/arrow-right.png);
    width: 41px;
    height: 77px;
    z-index: 300;
    outline: none;
}
.section-four-card {
    z-index: 100;
    width: 502px;
    height: 545px;
}