.zhuanqu_head {
    width: 100%;
    overflow: hidden;
    position: relative;
    /* height: 2.4rem !important; */
    border-bottom: 10px solid #e6e6e6;
}

.zhuanqu_head>img {
    filter: blur(4px);
    -webkit-filter: blur(4px);
    left: 0;
    position: absolute;
    top: 80%;
    width: 100%;
    z-index: 1;
    margin-top: -3.2rem;
}

.zhuanqu_head .bgcov {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, .7);
}

.zhuanqu_head_details {
    /* position: absolute; */
    display: flex;
    width: 6.4rem;
    padding: .3rem .2rem .3rem;
    z-index: 1000;
    align-items: center;
    justify-content: space-between;
}

.zhuanqu_head_right h3 {
    z-index: 1000;
    color: #ffe500;
    font-size: .28rem;
}

.zhuanqu_head_right h3 span {
    color: white;
    margin-left: .1rem;
}

.zhuanqu_head_details .img_box {
    width: 1.6rem;
    height: 1.6rem;
    display: flex;
    align-items: center;
    position: relative;
}

.zhuanqu_head_details .img_box img {
    width: 100%;
    border-radius: .2rem;
}

.zhuanqu_head_details .img_box h1 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: .4rem;
    line-height: .4rem;
    background: rgba(00, 00, 00, .7);
    width: 100%;
    text-align: center;
    color: white;
    font-size: .2rem;
    border-radius: 0 0 .2rem .2rem;
}

.zhuanqu_head_details .img_box span {
    position: absolute;
    left: 0;
    bottom: 0;
    height: .4rem;
    line-height: .4rem;
    background: rgba(00, 00, 00, .7);
    width: 100%;
    text-align: center;
    color: white;
    font-size: .2rem;
    border-radius: 0 0 .2rem .2rem;
}

.zhuanqu_head_details_left {
    display: flex;
    width: 6.2rem;
}

.zhuanqu_head_right {
    margin-left: .2rem;
    height: 1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.zhuanqu_head_right p span em.cur {
    color: #ff7d01;
}

.zhuanqu_head_right p span em.cur a {
    color: #ff7d01;
    margin-right: .05rem;
}

.zhuanqu_head_right>p {
    color: #666;
    font-size: .21rem;
    display: flex;
}

.zhuanqu_head_right p span {
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis; 
    max-width: 99%; 
    display: inline-block;
}

.zhuanqu_head_details_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 1.6rem;
}

/* 按钮容器样式 */
.zhuanqu_head_details_right_phone {
    display: flex;
    align-items: center;
    height: auto; /* 调整容器高度以适应两个按钮 */
    justify-content: center; /* 让按钮在容器内居中排列 */
    flex-direction: column;
}

.zhuanqu_head_details_right_phone a {
    font-size: .2rem;
    width: 1.2rem;
    text-align: center;
    padding: .08rem 0;
    border-radius: 3px;
    background: #f90;
    color: white;

    margin: 0 0 -2px 0; /* 负的下边距抵消box-shadow的高度，使按钮贴在一起 */

}

/* 第一个按钮样式 - 背景白色，边框色不变 */
.zhuanqu_head_details_right_phone a.cur1 {
    background: white;
    color: #f90;
    border: 1px solid #f90;

    border-bottom-left-radius: 0; /* 去掉下方左侧圆角 */
    border-bottom-right-radius: 0; /* 去掉下方右侧圆角 */
}

/* 第二个按钮样式 - 保持橙色背景 */
.zhuanqu_head_details_right_phone a.cur2 {
    background: #f90;
    color: white;

    border-top-left-radius: 0; /* 去掉上方左侧圆角 */
    border-top-right-radius: 0; /* 去掉上方右侧圆角 */
    border-top: none; /* 去掉顶部边框，避免与第一个按钮边框重叠 */
}

/* 第三个按钮样式 - 与上面两个按钮留白一点 */
.zhuanqu_head_details_right_phone a.cur3 {
    background: #f60;

    margin: 0.25rem 0 0 0; /* 与上面两个按钮留白15px */
}

.zhuanqu_head_details_right_phone a:last-child {
    background: #f60;

}

.recommend .swiper-wrapper {
    flex-wrap: wrap;
}

.zhuanqu_head_details_right a {
    font-size: .2rem;
    width: 1.6rem;
    text-align: center;
    padding: .05rem 0;
    border-radius: 3px;
}

.zhuanqu_head_details_right a.cur1 {
    border: 1px solid #a0e3ff;
    color: #a0e3ff;
}

.zhuanqu_head_details_right a.cur2 {
    border: 1px solid #81bf00;
    color: #81bf00;
}

.zhuanqu_head_details_right a.cur3 {
    border: 1px solid #ff9a00;
    color: #ff9a00;
}

.game_jj_box {
    border-bottom: 10px solid #e6e6e6;
    padding-bottom: .1rem;
}

.zxzx_box {
    border-bottom: 10px solid #e6e6e6;
}

.title_box {
    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;
    border-bottom: 1px solid #dedede;
    justify-content: space-between;
}

.title_box 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_jj_box>p {
    padding: .1rem .2rem 0;
    font-size: .22rem;
    color: #999;
    line-height: .4rem;
    position: relative;
    text-indent: .24rem;
}

.game_jj_box>p a {
    color: #e4393c;
    font-weight: bold;
}

.game_jj_box>p img {
    width: 100%;
    margin: .1rem 0;
    display: block;
}

.game_jj_box h3 {
    font-size: .25rem;
    color: #faad3a;
    margin: .1rem .2rem 0;
    font-weight: bold;
    border-left: 3px solid #faad3a;
    padding-left: .2rem;
}
#game_des_info>p {
    padding: .1rem .2rem 0;
    font-size: .21rem;
    color: #666;
    line-height: .4rem;
    position: relative;
    text-indent: .24rem;
}
#game_des_info>p a {
    color: #e4393c;
    font-weight: bold;
}
#game_des_info>p img {
    width: 100%;
    margin: .1rem 0;
    display: block;
}
#game_des_info h3 {
    font-size: .25rem;
    color: #faad3a;
    margin: .1rem .2rem 0;
    font-weight: bold;
    border-left: 3px solid #faad3a;
    padding-left: .2rem;
}
.yyjt_box {
    border-bottom: 10px solid #e6e6e6;
    padding-bottom: .2rem;
}

.zxzx_box ul {
    padding: .1rem .2rem .2rem;
}

.zxzx_box ul li a {
    display: flex;
    justify-content: space-between;
    padding: .12rem 0;
    align-items: center;
}

.zxzx_box ul li a p {
    width: 4.8rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: .22rem;
    color: #999;
    background: url(../images/li.png) no-repeat left .13rem;
    padding-left: .3rem;
}

.zxzx_box ul li a span {
    color: #999;
    font-size: .24rem;
}

.screenshot img {
    width: 170px;
    height: 272px;
}

.screenshot video {
    width: 170px;
    height: 272px;
}

.screenshot_box {
    margin: 0 .1rem;
    padding: .1rem .1rem .2rem;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    margin-top: .1rem;
}

.xiaobian_recommend {
    padding: 0 0 .1rem;
}

.recommend .swiper-slide a img {
    width: 1rem;
    height: 1rem;
}

.xgyx_box {
    border-bottom: 10px solid #e6e6e6;
}

.recommend .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    margin-top: .2rem;
}

.recommend .swiper-slide a span {
    font-size: .2rem;
    margin-top: .1rem;
    display: inline-block;
    width: 1.03rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666;
}

.recommend .swiper-slide a p {
    font-size: .2rem;
    display: inline-block;
    width: 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #f90;
}

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

.caozuo {
    margin: .2rem .4rem;
}

.caozuo p {
    color: #666;
    font-size: .22rem;
}

.caozuo p:nth-child(2n) {
    margin-bottom: .2rem;
    color: #999
}

.yxgl_box {
    border-bottom: 10px solid #e6e6e6;
}

.yxgl_box ul {
    padding: .1rem .2rem .1rem;
}

.yxgl_box ul li a {
    display: flex;
    justify-content: space-between;
    font-size: .22rem;
    color: #999;
}

.yxgl_box ul li {
    line-height: .6rem;
    height: .6rem;
    border-bottom: 1px dotted #dedede;
}

.yxgl_box ul li:last-child {
    border-bottom: none;
}

.yxgl_box ul li p {
    color: #666;
    width: 5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.yxgl_box ul li p a>span {
    color: #999;
}

.yxgl_box ul li p em {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid #f90;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    vertical-align: middle;
}

.yxgl_box .title_box {
    display: flex;
    justify-content: space-between;
}

.yxgl_box .title_box a {
    margin-right: .2rem;
    font-size: .22rem;
    color: #f90;
    height: .36rem;
    line-height: .36rem;
}

.back_list {
    width: 6.4rem;
    padding: 0 .2rem;
    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 0;
    height: .6rem;
    border-bottom: 1px dashed #dedede;
}

.back_list a {
    font-size: .24rem;
    color: #666;
    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;
}

.back_list span {
    color: #e4393c;
    font-size: .24rem;
}

.back_list a i {
    width: .16rem;
    height: .16rem;
    background: url(../images/back_img_icon.png) no-repeat center center;
    background-size: .16rem .16rem;
    margin: 0 .1rem;
}

.news_title {
    width: 6.4rem;
    padding: .2rem .2rem .2rem;
    border-bottom: 1px dashed #dedede;
    background: white;
}

.news_title h3 {
    font-size: .28rem;
    text-align: center;
    width: 6rem;
    color: #333;
    font-weight: bold;
}

.news_title p {
    text-align: center;
    font-size: .22rem;
    color: #666;
    margin-top: .1rem;
}

.news_title p span {
    font-size: .22rem !important;
}

.news_title p em {
    font-style: normal;
    color: #666;
    margin-left: .2rem;
}

.details_content {
    width: 6.4rem;
    padding: .2rem .2rem .3rem;
    border-bottom: 1px solid #dedede;
    background: white;
}

.details_content p {
    width: 6rem !important;
    font-size: .22rem;
    color: #666;
    line-height: .46rem;
    float: none !important;
    text-indent: .24rem;
}

.details_content p.gz2 {
    text-align: center;
    text-indent: 0;
}

.details_content p.gz1 {
    text-align: center;
    text-indent: 0;
    margin-top: .2rem;
}

.details_content p:last-child br {
    display: none;
}

.details_content p>span {
    width: 5.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: .36rem;
    text-indent: -1px;
}

.details_content p>span a {
    color: #084495;
}

.details_content p img {
    width: 100%;
    margin: .1rem 0;
    display: block;
}

.wz_details {
    border-bottom: 10px solid #e6e6e6;
}

.wz_list_box {
    padding: 0 .2rem .4rem;
}

.wz_list_box ul li a {
    display: flex;
    justify-content: space-between;
    font-size: .22rem;
    color: #999;
}

.wz_list_box ul li a p {
    color: #666;
    width: 5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wz_list_box ul li {
    line-height: .64rem;
    height: .64rem;
    border-bottom: 1px dotted #dedede;
}

.wz_list_box ul li a p em {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid #dedede;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    vertical-align: middle;
}

.pager {
    width: 5rem;
    margin: .3rem auto;
    text-align: center;
}

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

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

.pager .prev_page {
    border: 1px solid #f90;
    padding: 0 .15rem;
}

.pager .next_page {
    border: 1px solid #f90;
    padding: 0 .15rem;
    font-size: .2rem;
}

.xglb .swiper-slide a span {
    font-size: .2rem;
    margin-top: .1rem;
    display: inline-block;
    width: 1rem;
    white-space: inherit;
}

.wz_list_tabs {
    display: flex;
    margin-top: .2rem;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: .2rem;
}

.wz_list_tabs a {
    flex: 1;
    text-align: center;
    margin: 0 .2rem;
    border: 1px solid #e0e0e0;
    font-size: .28rem;
    padding: .1rem .2rem;
    color: #666;
    border-radius: .05rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wz_list_tabs a.active {
    background: #faad3a;
    color: white;
    position: relative;
    border: 1px solid #faad3a;
}

.wz_list_tabs a.active:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: .15rem solid transparent;
    border-right: .15rem solid transparent;
    border-top: .2rem solid #faad3a;
    position: absolute;
    bottom: -.15rem;
    left: 50%;
    margin-left: -.15rem;
}

.duihuan_head {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 2.9rem;
    border-bottom: 10px solid #e6e6e6;
}

.height_cur {
    /* height: 2.4rem !important; */
}

.duihuan_head_details {
    position: absolute;
    display: flex;
    width: 6.4rem;
    padding: .1rem .2rem .1rem;
    z-index: 1000;
    align-items: center;
    /* border-bottom: 1px dashed #63605e; */
}

.duihuan_head_right h3 {
    z-index: 1000;
    color: #f60;
    font-size: .28rem;
}

.duihuan_head_right h3 span {
    color: white;
    margin-left: .1rem;
}

.duihuan_head_details>.img_box {
    width: 1.4rem;
    height: 1.4rem;
    display: flex;
    align-items: center;
}

.duihuan_head_details>.img_box img {
    width: 100%;
    border-radius: .1rem;
}

.duihuan_head_right {
    margin-left: .3rem;
    width: 4rem;
    height: 1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.duihuan_head_right>div {
    color: #666;
    font-size: .22rem;
}

.duihuan_head_right>div p {
    font-size: .22rem;
    display: flex;
    align-items: center;
}

.duihuan_head_right>div p em {
    width: 2rem;
    height: .16rem;
    background: #ccc;
    position: relative;
    border-radius: .1rem;
    margin-right: .1rem;
}

.duihuan_head_right>div p em i {
    width: 50%;
    height: .16rem;
    background: #f90;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: .1rem;
}

.duihuan_head_right>p {
    color: #666;
    font-size: .22rem;
    display: flex;
}

.duihuan_head_right>p span em {
    font-style: normal;
    background: #8d8f98;
    padding: .05rem .08rem;
    border-radius: .5rem;
    font-size: .18rem;
}

.duihuan_head_right>p>em {
    color: #f60;
    font-style: normal;
}

.duihuan_head_right>p span:last-child {
    margin-left: .3rem;
}

.gift_btn {
    position: absolute;
    z-index: 1000;
    top: 2rem;
    padding: 0 .2rem;
    width: 6.4rem;
}

.gift_btn p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gift_btn a {
    font-size: .22rem;
    flex: 1;
    padding: .10rem 0;
    border-radius: 3px;
    text-align: center;
}

.gift_btn a.start_game {
    background: #f60;
    color: white;
    box-shadow: 0 4px 0 #d25503;
    margin-right: .4rem;
}

.gift_btn a.get_libao {
    background: #f90;
    color: white;
    box-shadow: 0 4px 0 #cc7c04;
}

.libao_details_box {
    padding: .2rem 0;
    padding-bottom: .5rem;
    border-bottom: 10px solid #e6e6e6;
}

.libao_details_box>p {
    padding: .1rem .2rem;
    font-size: .22rem;
    color: #999;
    line-height: .4rem;
    position: relative;
}

.popup_content {
    width: 100%;
    height: 100%;
    background: rgba(00, 00, 00, .7);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9998;
}

.popup_box {
    width: 5rem;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -2.5rem;
    margin-top: -3rem;
    background: white;
    z-index: 9999;
    border-radius: .2rem;
    z-index: 9999;
}

.popup_box h3 {
    text-align: center;
    color: white;
    font-size: .28rem;
    line-height: .7rem;
    height: .7rem;
    background: #f90;
    border-radius: .2rem .2rem 0 0;
}

.popup_box p {
    text-align: left;
    font-size: .25rem;
    color: #666;
    padding: .5rem .5rem .3rem;
    text-align: center;
    color: #f90
}

.popup_box>div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .4rem .2rem .2rem;
}

.popup_box>div a {
    background: #f90;
    font-size: .22rem;
    padding: 3px .3rem;
    color: white;
    margin: 0 .2rem;
    border-radius: 3px;
}

.popup_box>div a:last-child {
    background: #ccc;
}

.popup_box>a {
    width: .48rem;
    height: .48rem;
    background: url(../images/close_icon.png) no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
    background-size: 100% 100%;
}

.img_box2 {
    width: 1.6rem;
    height: 1.6rem;
    display: flex;
    align-items: center;
    position: relative;
}

.img_box2 img {
    width: 100%;
    border-radius: .2rem;
}

.img_box2 span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(00, 00, 00, .7);
    color: #efd600;
    font-size: .2rem;
    border-radius: 0 0 .2rem .2rem;
    height: .36rem;
    line-height: .36rem;
}

.jf_box {
    display: flex;
    width: 4rem;
    display: flex;
    justify-content: space-between;
}

.jf_box p span {
    color: #e4393c;
    font-weight: bold;
}

.no_jf {
    background: #ccc !important;
    color: white !important;
    box-shadow: 0 4px 0 #999 !important;
}

.game_jj_box table {
    border-collapse: collapse;
    border-spacing: 0px;
    width: 94%;
    margin: .15rem auto .1rem;
}

.game_jj_box table tr.firstRow td {
    border-color: #c53535;
    background: #cb4242;
    color: #fff;
    white-space: nowrap;
}

.game_jj_box table tr td {
    border: 1px solid #f3b6b6;
    line-height: .4rem;
    font-size: .22rem;
    padding: .1rem .1rem;
}

.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: 100%;
    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;
}

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

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

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

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

.footer .footer_content p span em {
    width: .36rem;
    height: .36rem !important;
    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 !important;
    vertical-align: -.08rem !important;
}

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

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

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

.screenshot {
    padding: .1rem .2rem 0;
}

.yygg_box {
    border-bottom: 10px solid #e6e6e6;
}

.yygg_box ul {
    padding: .1rem .2rem;
}

.yygg_box ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.yygg_box ul li a {
    font-size: .21rem;
    line-height: .5rem;
    position: relative;
    width: 5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666;
}

.yygg_box ul li a em {
    border: 1px dotted #f90;
    color: #f90;
    padding: 1px 0;
    margin-right: .1rem;
    border-radius: 3px;
    width: .8rem;
    text-align: center;
    display: inline-block;
    line-height: .24rem;
}

.yygg_box ul li>span {
    font-size: .21rem;
    color: #999;
}

.xglb_box {
    border-bottom: 10px solid #e6e6e6;
}

.h5_lb_box_content {
    padding: .1rem .2rem .2rem;
}

.h5_lb_box_content a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: .22rem;
    background: #fdf3e5;
    padding: .2rem 0;
    width: 100%;
    border: 1px solid #dedede;
}

.h5_lb_box_content a img {
    width: 1.1rem !important;
    height: 1.1rem !important;
}

.h5_lb_box_content a span {
    color: #333 !important;
    margin-top: .1rem;
    margin-bottom: .1rem;
    width: 1.1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: .21rem;
}

.h5_lb_box_content a em {
    color: #f90;
    font-size: .2rem;
    margin-bottom: .1rem;
}

.h5_lb_box_content a i {
    font-size: .2rem;
    font-style: normal;
    color: #999;
}

.h5_lb_box_content a b {
    font-weight: normal;
    border: 1px solid #f90;
    background: white;
    color: #f90;
    font-size: .2rem;
    padding: .02rem .35rem;
    margin-top: .1rem;
}

.title_box a {
    font-size: .22rem;
    color: #f90;
    height: .36rem;
    line-height: .36rem;
    margin-right: .2rem;
}

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

.all_qf_box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: .1rem;
    padding: 0 .2rem .2rem;
}

.all_qf_box a {
    text-align: center;
    font-size: .22rem;
    border: 1px solid #f90;
    padding: .1rem 0;
    width: 100%;
    color: #f90;
    border-radius: 2px;
}

.all_qf_tc {
    width: 100%;
    height: 100%;
    background: rgba(00, 00, 00, .7);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
}

.all_qf_tc_box {
    width: 5.8rem;
    background: white;
    height: 7rem;
    margin: 2rem auto;
    position: relative;
}

.all_qf_tc_box h3 {
    text-align: center;
    font-size: .28rem;
    line-height: .7rem;
    background: #8e5602;
    color: white;
}

.qf_tabs {
    display: flex;
    padding: .2rem .2rem;
    flex-wrap: wrap;
}

.qf_tabs span:nth-child(4n) {
    margin-right: 0;
}

.qf_tabs span {
    font-size: .22rem;
    width: 1rem;
    text-align: center;
    border: 1px solid #999;
    color: #999;
    height: .4rem;
    line-height: .4rem;
    margin-right: .46rem;
}

.qf_tabs span.active {
    background: #8e5503;
    color: white;
    border: 1px solid #8e5503;
}

.all_qf_tc_box ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 .2rem;
    justify-content: space-between;
}

.all_qf_tc_box ul li {
    background: #e69929;
    width: 2.6rem;
    height: .5rem;
    border: 1px solid #d67f00;
    display: flex;
    margin-bottom: .2rem;
}

.all_qf_tc_box ul li a {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.all_qf_tc_box ul li a span:first-child {
    width: .8rem;
    text-align: left;
}

.all_qf_tc_box ul li a span:last-child {
    width: 1.4rem;
    text-align: right;
}

.all_qf_tc_box ul li a span {
    font-size: .2rem;
    color: #5a3500;
}

.all_qf_tc_box ul li a span:last-child {
    color: white;
}

.all_qf_tc_box ul li a span.play {
    color: #fff700;
}

.all_qf_scroll {
    height: 5.2rem;
    overflow: scroll;
}

.all_qf_tc_box>a {
    width: .48rem;
    height: .48rem;
    background: url(../images/close_icon.png) no-repeat center center;
    position: absolute;
    right: 0;
    top: .1rem;
    background-size: 100% 100%;
}

.crumbBox {
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    padding: 5px 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: 200px;
    height: 30px;
    line-height: 30px;
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .21rem;
    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;
}
#zk:after {
background: url(../../../templates/user/images/user-plus-status.png) no-repeat 0 -16px;
content: "";
width: 80px;
height: 16px;
position: absolute;
margin-left: 8px;
}