@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 #dedede;
}

.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 #dedede;
    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;
}

.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-bottom: 1px solid #dedede;
    padding-bottom: .3rem;
}

.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 #f90;
    padding-left: .15rem;
    background: #f90;
    color: white;
    padding-right: .3rem;
    border-radius: 0 .2rem .2rem 0;
}

.rmtj_box .rmtj_title a {
    font-size: .24rem;
    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: url(../images/rmtj_recommend.png) no-repeat left bottom;
    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;
}

.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;
}

.rmtj_box .wangyou_recommend_box .wangyou_recommend .swiper-slide>div div span {
    margin-top: .8rem;
    font-size: .23rem;
    color: #f60;
    text-align: center;
    width: 1.4rem;
    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;
}

.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: 1rem;
    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: .24rem;
    color: #f60;
}

.xytj_box {
    /* margin-bottom: .1rem; */
    border-bottom: 10px solid #eee;
    padding-bottom: .2rem;
}

.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 #f90;
    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: url(../images/xytj_recommend.png) no-repeat left bottom;
    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: .21rem;
    color: #333;
    padding: 0 .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    white-space: nowrap;
    width: 2.2rem;
}

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

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

.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 #f90;
    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: 0 .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;
    width: 6.4rem;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

.game_type ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: .2rem 0 0;
    border: 1px solid #dedede;
    width: 2.9rem;
    padding: .2rem .1rem;
    border-radius: .1rem;
}

.game_type ul li .item_left_box a img {
    width: 1.1rem;
    height: 1.1rem;
}

.game_type ul li .item_right_box {
    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;
}

.game_type ul li .item_right_box h3 {
    font-size: .21rem;
    color: #333;
    width: 1.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.game_type ul li .item_right_box h3 a {
    font-size: .21rem;
    color: #333;
    width: 1.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.game_type ul li .item_right_box span a {
    font-size: .2rem;
    color: #f90;
    margin-right: .10rem;
}

.game_type ul li .item_right_box span {
    font-size: .2rem;
    color: #f90;
    width: 1.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.game_type ul li .item_right_box>a {
    background: #f90;
    color: white;
    font-size: .2rem;
    padding: .04rem 0;
    text-align: center;
    border-radius: .04rem;
    width: 1.2rem;
}

.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/shouyou_classify1.jpg) no-repeat center center;
    background-size: 100%;
}

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

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

.game_type .type_list ul li.cur4 {
    background: url(../images/shouyou_classify4.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: #FFEB3B;
    font-size: .18rem;
    text-align: left;
    display: block;
    width: 100%;
    margin-top: 1rem;
    padding-left: .4rem;
}

.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 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;
}

.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: .2rem .2rem .1rem;
    -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: 1.1rem;
    height: 1.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: .15rem;
    height: 1.1rem;
}

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

.ad>div .new_game_details h3 a{
    font-size: .21rem;
    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;
    margin-right: .1rem;
}

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

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

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

.myplayed .myplayed_title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: .7rem;
    line-height: .7rem;
    background: white;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    position: absolute;
}

.myplayed .myplayed_title p {
    font-size: .22rem;
    line-height: .42rem;
    height: .42rem;
    border-left: 4px solid #f90;
    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 .2rem
}

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

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

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

.myplayed .played_list .played a span {
    font-size: .2rem;
    margin-top: .05rem;
    display: inline-block;
    width: 1.2rem;
    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;
}

.xytjBox .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;
    border-bottom: 1px solid #eee;
}

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

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

.xytjBox .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;
}

.xytjBox ul {
    padding: 0 .2rem;
}

.xytjBox ul li {
    padding: .25rem 0;
    display: flex;
    border-bottom: 1px dashed #eee;
    justify-content: space-between;
}

.xytjBox ul li .new_left {
    display: flex;
}

.xytjBox ul li .new_left p {
    height: 1.1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: .2rem;
}

.xytjBox ul li .new_left p span {
    font-size: .21rem;
    color: #f60;
    /**width: 3.2rem;**/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 16px;
}

.xytjBox ul li .new_left p span b {
    font-size: .2rem;
}

.xytjBox ul li .new_left p em {
    font-size: .21rem;
    color: #999;
    width: 3.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 16px;
}

.xytjBox ul li .new_left p i {
    display: flex;
}

.xytjBox ul li .new_left p i a {
    font-size: .2rem;
    color: #f90;
    padding: 0 .05rem;
    line-height: 16px;
    border: 1px solid #f90;
    font-style: normal;
    margin-right: .15rem;
    border-radius: 3px;
}

.xytjBox ul li .new_left>a img {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: .1rem;
}

.xytjBox ul li .new_right {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

.xytjBox ul li .new_right a {
    font-size: .2rem;
    padding: .06rem .2rem;
    background: #eee;
    color: white;
    border-radius: .04rem;
    width: 1.1rem;
    text-align: center;
}

.xytjBox ul li .new_right a em {
    font-size: .2rem;
    text-align: center;
    color: #f60;
}

.xytjBox ul li .new_right a:last-child {
    background: #f90;
}

.xytjBox>p {
    width: 80%;
    text-align: center;
    font-size: .2rem;
    color: #999;
    padding: .1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f6fbff;
    border: .01rem solid #e7f1f9;
    border-radius: .1rem;
    margin: .2rem auto;
}

.xytjBox>p img {
    width: .3rem;
    height: .3rem;
    margin-right: .1rem;
}

.news_notice {
    display: flex;
    padding: 0 .2rem;
    align-items: center;
    height: .8rem;
    border-bottom: 10px solid #eeeeee;
    box-sizing: content-box;
}

.news_notice span {
    width: .4rem;
    height: .4rem;
    background: url(../images/notice_icon.png) no-repeat center center;
    background-size: 100% 100%;
}

.news_notice div {
    height: .8rem;
    overflow: hidden;
    width: 4.5rem;
    position: relative;
}

.news_notice div ul {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    flex-direction: column;
    padding-left: .2rem;
}

.news_notice div ul li {
    height: .8rem;
    display: flex;
    align-items: center;
}

.news_notice div ul li a {
    font-size: .21rem;
    color: #999;
    width: 4.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news_notice>a {
    color: #f90;
    font-size: .22rem;
    margin-left: auto;
}

.news_notice 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;
}
.recentPayBox {
    margin: .2rem .2rem;
    background: #fff;
    border-radius: .1rem;
    box-shadow: 0 0 .1rem 0 #ccc;
}

.recentPayBox .recentPay_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; /* 与顶部保持一致 */
    border-bottom: 1px solid #eee;
    border-radius: .2rem;
}

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

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

.recentPayBox .recentPay_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;
}

.recentPayBox ul { padding: 0 .2rem; }
.recentPayBox ul li { padding: .25rem 0; display: flex; border-bottom: 1px dashed #eee; justify-content: space-between; }
.recentPayBox ul li .new_left { display: flex; }
.recentPayBox ul li .new_left p { height: 1.08rem; display: flex; flex-direction: column; justify-content: space-between; margin-left: .2rem; }
.recentPayBox ul li .new_left p span { font-size: .21rem; color: #f60; width: 3.2rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 16px; }
.recentPayBox ul li .new_left p span b { font-size: .2rem; }
.recentPayBox ul li .new_left p em { font-size: .21rem; color: #999; width: 3.2rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 16px; }
.recentPayBox ul li .new_left p i { display: flex; }
.recentPayBox ul li .new_left p i a { font-size: .2rem; color: #f90; padding: 0 .05rem; line-height: 16px; border: 1px solid #f90; font-style: normal; margin-right: .15rem; border-radius: 3px; }
.recentPayBox ul li .new_left>a img { width: 1.1rem; height: 1.1rem; border-radius: .1rem; }
.recentPayBox ul li .new_right { display: flex; align-items: center; justify-content: space-around; flex-direction: column; margin-right: .2rem; }
.recentPayBox ul li .new_right a { font-size: .2rem; padding: .06rem .2rem; background: #eee; color: white; border-radius: .04rem; width: 1.1rem; text-align: center; }
.recentPayBox ul li .new_right a em { font-size: .2rem; text-align: center; color: #f60; }
.recentPayBox ul li .new_right a:last-child { background: #f90; }
.recentPayBox>p { width: 80%; text-align: center; font-size: .2rem; color: #999; padding: .1rem 0; display: flex; align-items: center; justify-content: center; background-color: #f6fbff; border: .01rem solid #e7f1f9; border-radius: .1rem; margin: .2rem auto; }
.recentPayBox>p img { width: .3rem; }