@charset "gb2312";
* {
    -webkit-overflow-scrolling: touch;
}

.detailes_top {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    justify-content: space-between;
    background: #fac93a;
    padding: 0 .2rem;
}

.detailes_top_left {
    background: white;
    display: flex;
    flex: 1;
    margin-top: .1rem;
    border-radius: 1rem;
    align-items: center;
}

.detailes_top h3 {
    text-indent: -9999px;
    width: 1.3rem;
    height: .4rem;
    background: url(../images/hunluo_logo.png) no-repeat center center;
    background-size: 97%;
    margin: .1rem .2rem .1rem .2rem;
}

.detailes_top_left div {
    width: 3.2rem;
    position: relative;
}

.detailes_top div input {
    outline: none;
    border: none;
    line-height: .4rem;
    height: .4rem;
    width: 100%;
    font-size: .22rem;
    color: #666;
    -webkit-appearance: none;
    padding-left: .7rem;
    border-left: 1px solid #eeeeee;
}

.detailes_top div a {
    width: .4rem;
    height: .4rem;
    position: absolute;
    left: .2rem;
    top: 0;
    background: url(../images/search_icon.png) no-repeat center center;
    background-size: 100%;
}

.detailes_top>a.header_login {
    width: .6rem;
    height: .6rem;
    margin-left: .2rem;
    margin-top: .1rem;
    border-radius: 50%;
    background: white;
}

.detailes_top>a.header_icon {
    text-indent: -9999px;
    background: url(../images/member_center_icon.png) no-repeat center center;
    width: .6rem;
    height: .6rem;
    background-size: .6rem .6rem;
    margin-left: .2rem;
    margin-top: .1rem;
}

.detailes_top>a.header_login img {
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    border: 2px solid #eeeeee;
    padding: .05rem;
}

.nav {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #fac93a;
    line-height: .7rem;
    height: .7rem;
}

.nav a {
    box-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    -webkit-flex: 1;
    text-align: center;
    font-size: .23rem;
    line-height: .7rem;
    height: .7rem;
    color: #9c5c31;
}

.h5wy_banner {
    position: relative;
    height: 2.5rem;
}

.h5wy_banner {
    background: url(../images/banner_bcg.jpg) no-repeat top center;
    background-size: 100% 100%;
}

.h5wy_banner .swiper-slide {
    height: 2.5rem;
    padding: 0 .2rem;
}

.swiper-container {
    width: 100%;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -ms-perspective: 1200px;
    perspective: 1200px;
}

.swiper-slide {
    width: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.h5wy_banner .swiper-slide img {
    width: 100%;
    margin: 0 auto;
    display: block;
    height: 2.5rem;
    border-radius: 10px;
}

.h5wy_banner .swiper-pagination {
    bottom: 2px;
    left: 50%;
    width: 1.6rem;
    margin-left: -0.8rem;
}

.swiper-pagination-bullet {
    margin: 0 5px;
}

.notice {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: .1rem .2rem;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit--moz-box-pack: space-between;
    box-pack: space-between;
    background: white;
    border-bottom: 1px solid #eeeeee;
}

.notice p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    width: 1.2rem;
}

.notice p span {
    font-size: .22rem;
    background: #f90;
    color: white;
    padding: 2px 10px;
    border-radius: 3px;
}

.notice p i {
    font-style: normal;
    margin-left: 3px;
    color: #666;
}

.notice div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: .4rem;
    width: 5.6rem;
    overflow: hidden;
    position: relative;
}

.notice div ul {
    position: absolute;
    top: 0;
    width: 100%;
}

.notice div ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    line-height: .4rem;
    height: .4rem;
}

.notice div ul li a {
    width: 100%;
    font-size: .22rem;
    color: #999;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.notice div ul li a i {
    font-style: normal;
    width: 3.6rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: .05rem;
}

.notice div ul li a span {
    color: #f90;
}

.notice div ul li a em {
    font-style: normal;
    margin-left: .2rem;
}

.rmtj_box {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.rmtj_box .rmtj_title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit--moz-box-pack: space-between;
    box-pack: space-between;
    height: .8rem;
    line-height: .8rem;
    background: white;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    padding: 0 .2rem 0 0;
}

.rmtj_box .rmtj_title p {
    font-size: .22rem;
    line-height: .42rem;
    height: .42rem;
    border-left: 4px solid #f7ad3e;
    padding-left: .15rem;
    background: #f90;
    color: white;
    padding-right: .3rem;
    border-radius: 0 .2rem .2rem 0;
}

.rmtj_box .rmtj_title a {
    font-size: .22rem;
    color: #f90;
    height: .36rem;
    line-height: .36rem;
}

.rmtj_box .rmtj_title a em {
    display: inline-block;
    width: .28rem;
    height: .28rem;
    background: url(../images/hl_more_icon.png) no-repeat center center;
    vertical-align: -.06rem;
    background-size: .28rem .28rem;
    margin-left: .05rem;
}

.rmtj_box .wangyou_recommend_box {
    padding: .1rem;
    background: #efc96f url(../images/md-game-bg.png) no-repeat;
    background-size: 100%;
}

.rmtj_box .wangyou_recommend_box .wangyou_recommend {
    padding: .1rem 0 .2rem;
}

.rmtj_box .wangyou_recommend_box .wangyou_recommend .swiper-slide {
    width: 2rem !important;
    margin-right: .1rem;
    height: 2.76rem;
}

.rmtj_box .wangyou_recommend_box .wangyou_recommend .swiper-slide>div {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
}

.rmtj_box .wangyou_recommend_box .wangyou_recommend .swiper-slide>div>a {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
}

.rmtj_box .wangyou_recommend_box .wangyou_recommend .swiper-slide>div a img {
    width: 1.2rem;
    height: 1.2rem;
    top: 0;
    border-radius: 50%;
    position: absolute;
    z-index: 99999;
}

.rmtj_box .wangyou_recommend_box .wangyou_recommend .swiper-slide>div div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    background: white;
    color: white;
    font-size: .18rem;
    width: 100%;
    height: 2.16rem;
    position: absolute;
    top: .6rem;
    border-radius: 3px;
}

.rmtj_box .wangyou_recommend_box .wangyou_recommend .swiper-slide>div div span {
    margin-top: .8rem;
    font-size: .22rem;
    color: #f60;
    padding: 0 .2rem;
    text-align: center;
    width: 2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.rmtj_box .wangyou_recommend_box .wangyou_recommend .swiper-slide>div div em {
    font-style: normal;
    color: #999;
    font-size: .2rem;
    margin-top: .03rem;
}

.rmtj_box .wangyou_recommend_box .wangyou_recommend .swiper-slide>div div a {
    font-style: normal;
    background: #f90;
    padding: 3px 25px;
    border-radius: 3px;
    color: white;
    margin-top: .1rem;
    font-size: .22rem;
}

.type_recommend {
    padding: 0 .2rem;
    height: .8rem;
    line-height: .8rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    background: #f5f5f5;
    z-index: 9999;
    border-bottom: 1px solid #eeeeee;
}

.type_recommend p {
    width: 1rem;
    font-size: .28rem;
    color: #f90;
}

.type_recommend .typeRecommend .swiper-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.type_recommend .typeRecommend .swiper-wrapper .swiper-slide {
    width: .9rem;
    text-align: center;
}

.type_recommend .typeRecommend .swiper-wrapper .swiper-slide a span {
    font-size: .22rem;
    color: #666;
}

.type_recommend .typeRecommend .swiper-wrapper .swiper-slide.active a span {
    font-size: .22rem;
    color: #f60;
}

.xytj_box .xytj_title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit--moz-box-pack: space-between;
    box-pack: space-between;
    height: .8rem;
    line-height: .8rem;
    background: white;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    padding: 0 .2rem 0 0;
}

.xytj_box .xytj_title p {
    font-size: .22rem;
    line-height: .42rem;
    height: .42rem;
    border-left: 4px solid #f7ad3e;
    padding-left: .15rem;
    background: #f90;
    color: white;
    padding-right: .3rem;
    border-radius: 0 .2rem .2rem 0;
}

.xytj_box .xytj_title a {
    font-size: .22rem;
    color: #f90;
    height: .36rem;
    line-height: .36rem;
}

.xytj_box .xytj_title a em {
    display: inline-block;
    width: .28rem;
    height: .28rem;
    background: url(../images/hl_more_icon.png) no-repeat center center;
    vertical-align: -.06rem;
    background-size: .28rem .28rem;
    margin-left: .05rem;
}

.xytj_box .xytj_recommend {
    padding: 0 .1rem;
    background: #d0b246;
    background-size: 100%;
}

.xytj_box .xytj_recommend .swiper-slide {
    width: 2rem !important;
    margin-right: .1rem;
}

.xytj_box .xytj_recommend .swiper-slide>div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    font-size: .22rem;
    background: white;
    margin: .3rem 0;
    color: #333;
    border-radius: 5px;
}

.xytj_box .xytj_recommend .swiper-slide>div img {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: .1rem;
    margin: .2rem 0 0;
}

.xytj_box .xytj_recommend .swiper-slide>div span {
    margin-bottom: .15rem;
    margin-top: .15rem;
    font-size: .2rem;
    color: #f60;
    padding: 0 .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    white-space: nowrap;
    width: 1.8rem;
}

.xytj_box .xytj_recommend .swiper-slide>div a:last-child {
    font-style: normal;
    background: #f90;
    color: white;
    padding: 3px 25px;
    margin: 0 0 .15rem;
    border-radius: 3px;
}

.game_type {
    border-bottom: 10px solid #eeeeee;
}

.game_type .game_type_title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit--moz-box-pack: space-between;
    box-pack: space-between;
    height: .8rem;
    line-height: .8rem;
    background: white;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    padding: 0 .2rem 0 0;
    border-bottom: 1px solid #dedede;
}

.game_type .game_type_title p {
    font-size: .22rem;
    line-height: .42rem;
    height: .42rem;
    border-left: 4px solid #f7ad3e;
    padding-left: .15rem;
    background: #f90;
    color: white;
    padding-right: .3rem;
    border-radius: 0 .2rem .2rem 0;
}

.game_type .game_type_title a {
    font-size: .22rem;
    color: #f90;
    height: .36rem;
    line-height: .36rem;
}

.game_type .game_type_title a em {
    display: inline-block;
    width: .28rem;
    height: .28rem;
    background: url(../images/hl_more_icon.png) no-repeat center center;
    vertical-align: -.06rem;
    background-size: .28rem .28rem;
    margin-left: .05rem;
}

.game_type ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: .2rem .1rem 0;
    width: 6.4rem;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.game_type ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: .08rem;
    width: 20%;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit--moz-box-pack: center;
    box-pack: center;
}

.game_type ul li .item_left_box {
    text-align: center;
}

.game_type ul li .item_left_box a:first-child img {
    width: 1rem;
    height: 1rem;
}

.game_type ul li .item_left_box a:first-child {
    display: block;
}

.game_type ul li .item_left_box a:last-child {
    display: block;
}

.game_type ul li .item_left_box a:last-child span {
    font-size: .2rem;
    color: #666;
    display: block;
    width: 1.03rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: .5rem;
}

.game_type .type_list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit--moz-box-pack: space-between;
    box-pack: space-between;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

.game_type .type_list ul li {
    width: 2.9rem;
    height: 1.4rem;
    margin-bottom: .2rem;
    border: 1px solid #E0E0E0;
    border-top: 0;
    border-radius: .1rem;
    box-shadow: 0 1px 1px #E0E0E0;
}

.game_type .type_list ul li.cur1 {
    background: url(../images/xyx_classify1.jpg) no-repeat center center;
    background-size: 100%;
}

.game_type .type_list ul li.cur2 {
    background: url(../images/xyx_classify2.jpg) no-repeat center center;
    background-size: 100%;
}

.game_type .type_list ul li.cur3 {
    background: url(../images/xyx_classify3.jpg) no-repeat center center;
    background-size: 100%;
}

.game_type .type_list ul li.cur4 {
    background: url(../images/xyx_classify4.jpg) no-repeat center center;
    background-size: 100%;
}

.game_type .type_list ul li.cur5 {
    background: url(../images/xyx_classify5.jpg) no-repeat center center;
    background-size: 100%;
}

.game_type .type_list ul li.cur6 {
    background: url(../images/xyx_classify6.jpg) no-repeat center center;
    background-size: 100%;
}

.game_type .type_list ul li a {
    width: 2.9rem;
    height: 1.4rem;
    display: block;
    overflow: hidden;
}

.game_type .type_list ul li a p {
    color: white;
    font-size: .2rem;
    text-align: right;
    display: block;
    width: 100%;
    margin-top: .7rem;
    padding-right: .2rem;
}

.footer_nav {
    background: #333334;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-bottom: 2px solid #ff7d01;
}

.footer .footer_nav a {
    box-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    -webkit-flex: 1;
    color: white;
    font-size: .23rem;
    text-align: center;
    line-height: .6rem;
    height: .6rem;
}

.footer .footer_content {
    background: #222;
    height: 1.3rem !important;
    width: 6.4rem;
}

.footer .footer_content p {
    color: #9c9c9c;
    text-align: center;
    font-size: .2rem;
    padding-top: .2rem;
}

.footer .footer_content p.title {
    text-align: center;
    padding-top: .15rem;
}

.footer .footer_content p.title a {
    color: #9c9c9c;
    font-size: .2rem;
}

.footer .footer_content p.title span {
    color: #9c9c9c;
    margin: 0 .1rem;
}

.game_rank_title .swiper-slide-thumb-active {
    background: none;
}

.ad {
    width: 6rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    margin: .1rem .2rem .3rem;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit--moz-box-pack: space-between;
    box-pack: space-between;
    height: 1.5rem;
}

.ad>div {
    width: 2.9rem;
    height: 1.5rem;
    background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
    border-radius: .1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 1px #b9b9b9;
    position: relative;
}

.ad>div>em {
    width: 1rem;
    height: .5rem;
    background: url(../images/sy_icon_bcg.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.ad>div>a {
    margin-left: .1rem;
}

.ad>div>a img {
    width: 1rem;
    height: 1rem;
}

.ad>div .new_game_details {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit--moz-box-pack: space-between;
    box-pack: space-between;
    margin-left: .2rem;
    height: 1rem;
}

.ad>div .new_game_details h3 {
    font-size: .20rem;
    color: white;
    width: 1.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ad>div .new_game_details span {
    font-size: .2rem;
    width: 1.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ad>div .new_game_details span a {
    font-size: .2rem;
    color: #e83e3e;
}

.ad>div .new_game_details>a {
    background: #f60;
    color: white;
    font-size: .2rem;
    padding: .03rem 0;
    text-align: center;
    border-radius: 3px;
    width: 1.2rem;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translate3d(0, 0, 0);
}

.myplayed {
    width: 6.4rem;
    border-top: 10px solid #eeeeee;
    border-bottom: 10px solid #eee;
}

.myplayed .myplayed_title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: .8rem;
    line-height: .8rem;
    background: white;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    border-bottom: 1px solid #dedede;
}

.myplayed .myplayed_title p {
    font-size: .22rem;
    line-height: .42rem;
    height: .42rem;
    border-left: 4px solid #f7ad3e;
    padding-left: .15rem;
    background: #f90;
    color: white;
    padding-right: .3rem;
    border-radius: 0 .2rem .2rem 0;
}

.myplayed .played_list {
    width: 6.4rem;
    overflow: hidden;
    padding: 0 .1rem;
}

.myplayed .played_list .played {
    overflow: visible;
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.myplayed .played_list .played a {
    font-size: .2rem;
    color: #666;
}

.played img {
    width: 1rem;
    height: 1rem;
}

.myplayed .played_list .played a span {
    font-size: .2rem;
    margin-top: .05rem;
    display: inline-block;
    width: 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.played .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit--moz-box-pack: center;
    box-pack: center;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
}

.footer .footer_content p span {
    margin: 0 .1rem;
}

.footer .footer_content p span em {
    width: .36rem;
    height: .36rem;
    background: url(../images/wenhuajingying.png) no-repeat center center;
    display: inline-block;
    background-size: 100% 100%;
    vertical-align: -.1rem;
    margin-right: .05rem;
}

.footer .footer_content p span em.cur {
    background: url(../images/icp.png) no-repeat center center;
    background-size: 100% 100%;
    width: .28rem;
    height: .28rem;
}

.gameChannel {
    padding: .3rem .2rem 0;
    border-bottom: 10px solid #eee;
}

.gameChannel ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.gameChannel ul li {
    text-align: center;
    font-size: .22rem;
    padding: 0 .2rem .3rem;
}

.gameChannel ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gameChannel ul li a span {
    color: #333;
    margin-top: .05rem;
    font-size: .2rem;
}

.gameChannel ul li a img {
    width: .7rem;
    height: .7rem;
}

.rankBox .rankBox_title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit--moz-box-pack: space-between;
    box-pack: space-between;
    height: .8rem;
    line-height: .8rem;
    background: white;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    padding: 0 .2rem 0 0;
}

.rankBox .rankBox_title p {
    font-size: .22rem;
    line-height: .42rem;
    height: .42rem;
    border-left: 4px solid #f7ad3e;
    padding-left: .15rem;
    background: #f90;
    color: white;
    padding-right: .3rem;
    border-radius: 0 .2rem .2rem 0;
}

.rankBox .rankBox_title a {
    font-size: .24rem;
    color: #f90;
    height: .36rem;
    line-height: .36rem;
}

.rankBox .rankBox_title a em {
    display: inline-block;
    width: .28rem;
    height: .28rem;
    background: url(../images/hl_more_icon.png) no-repeat center center;
    vertical-align: -.06rem;
    background-size: .28rem .28rem;
    margin-left: .05rem;
}

.rankBox ul li {
    display: flex;
    padding: .2rem 0;
    border-bottom: 1px dashed #eee;
}

.rankBox ul {
    width: 6.4rem;
    padding: 0 .2rem;
    border-top: 1px solid #eee;
}

.rankBox ul li a {
    display: flex;
    align-items: center;
    width: 100%;
}

.rankBox ul li a em {
    width: .36rem;
    height: .36rem;
    background: #ccc;
    color: white;
    line-height: .36rem;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
}

.rankBox ul li a img {
    width: .5rem;
    height: .5rem;
    margin-left: .2rem;
}

.rankBox ul li a p {
    font-size: .24rem;
    color: #f90;
    margin-left: .2rem;
}

.rankBox ul li a i {
    margin-left: auto;
    font-size: .22rem;
    font-style: normal;
    background: #f90;
    color: white;
    padding: .08rem .2rem;
    border-radius: 3px;
}

.rankBox ul li a em.cur1 {
    background: #fe2d0b;
}

.rankBox ul li a em.cur2 {
    background: #FF6900;
}

.rankBox ul li a em.cur3 {
    background: #F39800;
}

.rmztBox_title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit--moz-box-pack: space-between;
    box-pack: space-between;
    height: .8rem;
    line-height: .8rem;
    background: white;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    padding: 0 .2rem 0 0;
}

.rmztBox_title p {
    font-size: .22rem;
    line-height: .42rem;
    height: .42rem;
    border-left: 4px solid #f7ad3e;
    padding-left: .15rem;
    background: #f90;
    color: white;
    padding-right: .3rem;
    border-radius: 0 .2rem .2rem 0;
}

.rmztBox_title a {
    font-size: .22rem;
    color: #f90;
    height: .36rem;
    line-height: .36rem;
}

.rmztBox_title a em {
    display: inline-block;
    width: .28rem;
    height: .28rem;
    background: url(../images/hl_more_icon.png) no-repeat center center;
    vertical-align: -.06rem;
    background-size: .28rem .28rem;
    margin-left: .05rem;
}

.rmztBox ul {
    padding: .2rem .15rem 0;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #dedede;
}

.rmztBox ul li {
    text-align: center;
    width: 25%;
    height: 1.5rem;
}

.rmztBox ul li img {
    width: 1.25rem;
    height: .85rem;
    margin-top: .1rem;
    margin-right: .05rem;
}

.rmztBox ul li a {
    width: 1.4rem;
    height: 1rem;
    background: url(../images/ztbg.png) no-repeat center center;
    display: block;
    background-size: 100%;
    margin-left: .07rem;
}

.rmztBox ul li span {
    font-size: .2rem;
    color: #333;
    margin-top: .1rem;
    display: block;
}

.xytj_box_list ul {
    display: flex;
    padding: .2rem .1rem 0;
    border-top: 1px solid #dedede;
    flex-wrap: wrap;
    border-bottom: 10px solid #eee;
}

.xytj_box_list ul li img {
    width: 1rem;
    height: 1rem;
}

.xytj_box_list ul li {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: .2rem;
}

.xytj_box_list ul li span {
    font-size: .2rem;
    color: #666;
    display: block;
    width: 1.03rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: .5rem;
    text-align: center;
}

.crumbBox {
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    padding: 0 10px;
    background: #fbfbfb;
    border-bottom: 1px solid #eee;
    margin: 0 0 0;
}

.crumbBox a {
    display: inline-block;
    position: relative;
    max-width: 100px;
    height: 30px;
    line-height: 30px;
    padding-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    font-size: .2rem;
}

.crumbBox span:last-child {
    display: inline-block;
    position: relative;
    max-width: 120px;
    height: 30px;
    line-height: 30px;
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .2rem;
    color: #f60;
}

.crumbBox a::after {
    content: '';
    position: absolute;
    right: 0;
    top: -1px;
    width: 10px;
    height: 29px;
    background: url(../images/ico-crumb.png) no-repeat center center;
    background-size: 100%;
}

.crumbBox a:last-child::after {
    background: none;
}

.adBox {
    width: 6.4rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    padding: 0rem .2rem .15rem;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit--moz-box-pack: space-between;
    box-pack: space-between;
}

.adBox a {
    display: block;
}

.adBox a img {
    width: 100%;
    height: 1rem;
    border-radius: 3px;
}

.pager {
    width: 6rem;
    margin: .2rem auto .2rem;
    text-align: center;
}

.pager a {
    font-size: .24rem;
    margin: 0 .1rem;
    color: #f90;
}

.pager a.p_hov {
    background: #f90;
    color: white;
    padding: 2px 6px;
}

.pager a.active {
    background: #f90;
    color: white;
    padding: .03rem .1rem;
    border-radius: .03rem;
}

.border {
    border-bottom: none;
}