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

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

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

.title_box {
    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;
    justify-content: space-between;
}

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

.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 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;
    vertical-align: -.08rem !important;
}

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

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

.zhuanqu_head {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 3.2rem;
}

.height_cur {
    height: 2.4rem !important;
}

.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 .3rem .3rem;
    z-index: 1000;
    align-items: center;
    border-bottom: 1px dashed #dedede;
}

.zhuanqu_head_right h1 {
    z-index: 1000;
    color: #f60;
    font-size: .21rem;
    width: 4rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.zhuanqu_head_right h3 {
    z-index: 1000;
    color: #f60;
    font-size: .28rem;
    width: 4rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

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

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

.zhuanqu_head_details>.img_box img {
    width: 1.5rem;
    border-radius: .1rem;
    height: 1.5rem;
}

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

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

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

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

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

.zhuanqu_head_right>p {
    color: #666;
    font-size: .2rem;
    display: flex;
    align-items: center;
    line-height: .26rem;
}

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

.zhuanqu_head_right>p>em {
    color: #f60;
    font-style: normal;
    /* line-height: 17px; */
}

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

.gift_btn {
    position: absolute;
    z-index: 1000;
    top: 2.41rem;

    overflow: hidden;
    width: 6.4rem;
}

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

.gift_btn a {
    font-size: .22rem;
    width: 2.8rem;
    height: .48rem;
    line-height: .48rem;
    text-align: center;
    border-radius: 2px;
}

.gift_btn a.playgame {
    color: white;
    background: #e4393c;
    width: 3rem;
    margin-right: .3rem;
}

.gift_btn a.linghao {
    color: white;
    background: #f90;
    width: 3rem;
    margin-right: .3rem;
}

.gift_btn a.return {
    color: white;
    background: #f60;
    width: 3rem;
}

.gift_btn a.gray {
    background: #ccc;
    box-shadow: 0 4px 0 #a5a5a5;
}

.lb_details_yaoqiu {
    border-top: 10px solid #e6e6e6;
}

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

.gift_bill_yaoqiu {
    padding: .05rem .1rem;
    line-height: 0.4rem;
    font-size: .21rem;
    color: #808080;
}

.gift_bill_yaoqiu p {
    line-height: 0.4rem;
    font-size: .21rem;
    color: #808080;
    padding: .1rem;
}
.gift_bill {
    padding: .05rem .1rem;
    line-height: 0.4rem;
    font-size: .21rem;
    color: #808080;
}

.gift_bill p {
    line-height: 0.4rem;
    font-size: .21rem;
    color: #808080;
    padding: .1rem;
}

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

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

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

.popup_box ul {
    text-align: left;
    font-size: .23rem;
    color: #346100;
    margin-top: .3rem;
    padding: 0 .3rem .3rem;
}

.popup_box ul li {
    line-height: .5rem;
    text-align: center;
}

.popup_box ul li i {
    font-style: normal;
    display: inline-block;
    background: #f90;
    padding: 3px 30px;
    color: white;
    margin-top: .2rem;
}

.popup_box ul li span {
    color: red;
    /* display:block; */
    text-align: center;
}

.mask {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9998;
}

.fahao_popup_top2 {
    padding: .1rem .2rem;
    border-bottom: 1px dotted #f90;
}

.fahao_popup_top2 p {
    font-size: .22rem;
    color: #666;
    padding: .1rem 0;
}

.popup_box div span {
    color: #333;
    display: block;
    line-height: .6rem;
    height: .5rem;
}

.popup_box div img {
    width: 1.6rem;
    height: 1.6rem;
}

.popup_box div em {
    font-style: normal;
    color: #f60;
    display: block;
    font-size: .22rem;
}

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

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

.h5_lb_box_content {
    padding: .2rem .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;
    text-align: center;
}

.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: .24rem;
    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;
}

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

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

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

.fahao_popup ul {
    text-align: left;
    font-size: .22rem;
    color: #346100;
    display: flex;
    padding: .2rem 0;
    align-items: center;
    flex-wrap: wrap;
    width: 3.8rem;
    padding-left: .2rem;
    border-right: 1px dotted #f90;
}

.fahao_popup ul li {
    line-height: .6rem;
    color: #f90;
    font-size: .23rem;
}

.fahao_popup ul li i {
    width: .32rem;
    height: .32rem;
    background: url(../images/fahao_popup.png) no-repeat center center;
    display: inline-block;
    margin-right: 6px;
    background-size: 100% 100%;
    vertical-align: middle;
}

.fahao_popup ul li span {
    color: red;
    font-weight: bold;
}

.mask {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9998;
}

.fahao_popup .fahao_popup_bottom div {
    font-size: .26rem;
    text-align: center;
    width: 100%;
    margin: .1rem 0 .2rem;
    width: 2.2rem;
}

.fahao_popup .fahao_popup_bottom div span {
    color: #333;
    display: block;
    line-height: .6rem;
    height: .5rem;
}

.fahao_popup .fahao_popup_bottom div img {
    width: 1.8rem;
    height: 1.8rem;
}

.fahao_popup .fahao_popup_bottom div em {
    font-style: normal;
    color: #f60;
    display: block;
    font-size: .14rem;
}

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

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

.fahao_popup_top {
    padding: .1rem .2rem;
    border-bottom: 1px dotted #f90;
}

.fahao_popup_top p {
    font-size: .22rem;
    color: #666;
    padding: .2rem 0;
}

.fahao_popup_top p span {
    color: #f60;
    display: inline-block;
    vertical-align: top;
    font-size: .22rem;
}

.fahao_popup_top p em {
    display: inline-block;
    width: 4.5rem;
    font-size: .22rem;
    line-height: .36rem;
}

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

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

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

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

.lb_details_box {
    padding: .1rem .2rem;
    border-bottom: 1px dotted #f90;
}

.lb_details_box p {
    padding: .1rem 0;
    font-size: .22rem;
    color: #666;
}

.jf_dtails_box {
    display: flex;
    padding: .2rem;
    justify-content: space-around;
}

.jf_dtails_box p {
    font-size: .24rem;
}

.jf_dtails_box p em {
    color: #f90;
}

.jf_dtails_box p span {
    color: #333;
}

.jf_dtails_box p:last-child em {
    color: #f60;
}

.jfdh_tc_btn a {
    display: block;
    width: 1.8rem;
    text-align: center;
    background: #f90;
    margin: .2rem auto .3rem;
    color: white;
    font-size: .24rem;
    height: .5rem;
    line-height: .5rem;
    border-radius: 2px;
}

.jfdh_tc_ts p {
    font-size: .24rem;
    text-align: center;
}

.jfdh_tc_ts {
    padding: .2rem;
}

.jfdh_tc_ts p em {
    color: red;
    font-weight: bold;
}

.jfdh_tc_btn a.no_jfen {
    background: #ccc;
}

.jfdh_tc_ts p.no_jifen {
    color: red;
}

.newgiftBox ul li {
    padding: .12rem 0;
    display: flex;
    border-bottom: 1px solid #dedede;
    justify-content: space-between;
}

.newgiftBox ul li .new_left {
    display: flex;
    flex: 1.5;
}

.newgiftBox ul li .new_left img {
    width: 1rem;
    height: 1.05rem;
    border-radius: .1rem;
    padding-top: .05rem;
}

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

.newgiftBox ul {
    padding: 0 .15rem;
}
li .new_left p span {
    font-size: .2rem;
    color: #666;
    width: 3.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

li .new_left p em {
    font-size: .2rem;
    color: #f90;
    width: 3.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

.newgiftBox ul li .new_left p span:last-child {
    font-size: .2rem;
    display: flex;
    align-items: center;
    color: #999;
}

.newgiftBox ul li .new_left p span:last-child em {
    width: 2rem;
    height: .2rem;
    background: #ddd;
    border-radius: 10px;
    display: flex;
}

.newgiftBox ul li .new_left p span:last-child em i {
    height: .2rem;
    background: linear-gradient(to right, #f60, #f90);
    border-radius: 10px;
}

.newgiftBox ul li .new_left p b {
    margin-left: .1rem;
    font-style: normal;
    color: #f60;
}

.new_right {
    display: flex;
    align-items: center;
}

.new_right a {
    font-size: .2rem;
    padding: .05rem .3rem;
    background: #f60;
    color: white;
    border-radius: .3rem;
}
div.new_right
{
    position: absolute;
    right: 0;
    font-size: .2rem;
    padding: 2px 30px;
    border-radius: 3px;
    display: grid;
    margin-right: .25rem;
}

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

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

div.new_right a.bottom
{
    position: absolute;
    right: 0;
    font-size: .2rem;
    background: #f90;
    color: white;
    padding: .06rem .2rem;
    border-radius: 3px;
    border: 1px solid #eee;
    width: 1.1rem;
    top: .59rem;
    text-align: center;
    
}