@charset "gb2312";
* {
    -webkit-overflow-scrolling: touch;
    font-family: "PingFang-Medium";
}

.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;
    margin-bottom: .05rem;
}

.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: .04rem;
    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;
    position: relative;
    z-index: 10000;
}

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

section .type_list {
    background-color: #F3F4F6;
    width: 1.6rem;
    position: fixed;
    left: 0;
    top: 2.2rem;
    z-index: 4;
    overflow-y: scroll;
    bottom: 0;
    right: 0;
}

section .type_list::-webkit-scrollbar {
    display: none;
}

section .type_list ul li {
    font-size: .2rem;
    text-align: center;
    height: .7rem;
    line-height: .7rem;
    border-bottom: .01rem solid #E5E5E5;
    border-right: .01rem solid #E5E5E5;
}

.wwy_list_box .type_list ul {
    /* height: 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;
}

.wwy_list_box .type_list ul li {
    box-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    -webkit-flex: 1;
}

.wwy_list_box .type_list ul li a {
    height: 100%;
    width: 100%;
    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;
}

section .type_list ul li a {
    color: #686868;
    display: block;
}

section .type_list ul li.active {
    background-color: #fff;
    border-right: none;
}

section .type_list ul li.active a {
    color: #f90;
}

section .game_list {
    position: absolute;
    width: 4.8rem;
    top: 2.2rem;
    left: 1.6rem;
    right: 0;
    bottom: 0;
    min-height: 100%;
    background-color: #fff;
    overflow-y: scroll;
    overflow: hidden;
}


/* 
.cur {
    z-index: 9999;
} */

section {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 2.2rem;
    z-index: -1;
}

section .game_list ul li .game_list_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

section .game_list ul li .game_list_box>a img {
    width: .9rem;
    height: .9rem;
}

section .game_list ul li .game_list_box>a {
    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;
}

section .game_list ul li .game_list_box>a span {
    font-size: .22rem;
    background: #ccc;
    width: .28rem;
    height: .28rem;
    border-radius: 50%;
    color: white;
    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;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit--moz-box-pack: center;
    box-pack: center;
    margin-right: .1rem;
    font-family: "MicrosoftYaHei";
}

section .game_list ul {
    padding: 0 .2rem .5rem;
}

section .game_list ul li .game_list_box>a span.rank1 {
    background: #FB2201;
}

section .game_list ul li .game_list_box>a span.rank2 {
    background: #f60;
}

section .game_list ul li .game_list_box>a span.rank3 {
    background: #f90;
}

section .game_list ul li .game_list_box 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;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -moz-box-pack: space-around;
    -webkit--moz-box-pack: space-around;
    box-pack: space-around;
    margin-left: .2rem;
}

section .game_list ul li .game_list_box div.new_right {
    position: absolute;
    right: 0;
    font-size: .2rem;
    color: white;
    padding: 2px 10px;
    border-radius: 3px;

}

section .game_list ul li .game_list_box div.new_right a {
    position: absolute;
    right: 0;
    font-size: .2rem;
    background: #eee;
    color: white;
    padding: 2px 10px;
    border-radius: 3px;
    border: 1px solid #eee;
    width: 1rem;
    top: .06rem;
    color: #f60;
    text-align: center;
}

section .game_list ul li .game_list_box div.new_right a em {
    position: absolute;
    right: 0;
    font-size: .2rem;
    top: .45rem;
    padding: 2px 10px;
    border-radius: 3px;
    border: 1px solid #f90;
    width: 1rem;
    color: white;
    background: #f90;
    text-align: center;
}

section .game_list ul.rank_list {
    padding: 0 .1rem .5rem;
}

section .game_list ul.rank_list li .game_list_box div h3 {
    font-size: .22rem;
}

section .game_list ul.rank_list li .game_list_box div p {
    font-size: .2rem;
}

section .game_list ul li .game_list_box div h3 {
    font-size: .2rem;
    color: #f60;
    width: 2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

section .game_list ul li .game_list_box div h3 a {
    font-size: .2rem;
    color: #f60;
    width: 2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

section .game_list ul li .game_list_box div p {
    color: #999;
    font-size: 12px;
}

section .game_list ul li .game_list_box div p {
    color: #999;
    margin-right: .1rem;
    font-size: .2rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 2.2rem;
}

section .game_list ul li {
    padding: .2rem 0;
    position: relative;
    border-bottom: 1px solid #dedede;
}

section .game_list ul li>a {
    position: absolute;
    right: 0;
    font-size: .2rem;
    background: #f90;
    color: white;
    top: .5rem;
    padding: 2px 10px;
    border-radius: 3px;
    border: 1px solid #e28700;
}

.game_tab_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: .8rem;
    border-bottom: 1px solid #eee;
    padding: 0 .2rem;
    position: absolute;
    z-index: 99999;
    width: 100%;
}

.game_tab_box a {
    box-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    -webkit-flex: 1;
    line-height: .8rem;
    font-size: .23rem;
    color: #999;
    position: relative;
    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;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit--moz-box-pack: center;
    box-pack: center;
}

.game_tab_box a.on {
    border-bottom: 2px solid #f60;
    color: #f60;
}

.game_tab_box a.on::after {
    content: '';
    display: block;
    position: absolute;
    left: 49%;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #f60;
    border-left: 4px solid transparent;
}

.game_tab_box a.on em {
    width: .32rem;
    height: .32rem;
    background: url(../images/wwy_box_icon1.png) no-repeat center center;
    background-size: 100%;
    margin-right: .1rem;
}

.game_tab_box a em {
    width: .32rem;
    height: .32rem;
    background: url(../images/wwy_box_icon2.png) no-repeat center center;
    background-size: 100%;
    margin-right: .1rem;
}

.game_tab_box a.on em.xyx_cur {
    background: url(../images/xyx_box_icon1.png) no-repeat center center;
    background-size: 100%;
}

.game_tab_box a em.xyx_cur {
    background: url(../images/xyx_box_icon2.png) no-repeat center center;
    background-size: 100%;
}

.jiazai {
    position: absolute;
    bottom: .2rem;
    color: #666;
    font-size: .25rem;
    left: 50%;
    margin-left: -12px;
}

section .game_list>p {
    position: absolute;
    bottom: 0;
    right: 1.6rem;
    font-size: .22rem;
    color: #666;
    background: url(../images/loading_icon.gif) no-repeat center left;
    padding-left: .6rem;
}