.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: 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_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 {
    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;
}

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

.banner img {
    width: 100%;
    height: 2.5rem;
    border-radius: 10px;
}

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

.banner .swiper-slide a {
    width: 100%;
}

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

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

.giftTitle a {
    color: #f90;
    font-size: .22rem;
    margin-left: auto;
    float: right;
}

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

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

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

.gift_notice div {
    height: .8rem;
    overflow: hidden;
    flex: 1;
    position: relative;
}

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

.gift_notice div ul li {
    height: .8rem;
    display: flex;
    align-items: center;
    width: 100%;
}

.gift_notice div ul li a {
    font-size: .2rem;
    color: #666;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

.gift_notice div ul li a b {
    color: #f60;
    margin: 0 .1rem;
}

.gift_notice div ul li a i {
    color: #e4939c;
    font-style: normal;
    margin-left: .1rem;
}

.gift_notice li>em {
    color: #999;
    font-size: .2rem;
    margin-left: auto;
    float: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.h5giftBox 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;
    background: #fff7e9;
}

.h5giftBox ul li .item_left_box a img {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: .1rem;
}

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

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

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

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

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

.newgiftBox ul li {
    padding: .25rem 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: 1.1rem;
    height: 1.1rem;
    border-radius: .1rem;
}

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

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

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 {
    padding-bottom: .4rem;
}

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

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

.hot_lb_h5 {
    margin-top: .2rem !important;
}

.h5_lb_box .title {
    display: flex;
    align-items: center;
    margin: 0 0.2rem;
    justify-content: space-between;
    border-bottom: 3px solid #111;
    line-height: 0.7rem;
}

.h5_lb_box .title p {
    font-size: 0.24rem;
    color: #fb371f;
    border-bottom: 3px solid #fb371f;
    line-height: 0.7rem;
    margin-bottom: -3px;
    padding-right: 0.1rem;
}

.h5_lb_box .title a {
    font-size: 0.24rem;
    color: #999;
}

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

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

.h5_lb_box_content a img {
    width: 1.1rem !important;
    height: 1.1rem !important;
    border-radius: .1rem;
}

.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: #f60;
    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 {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: .1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    color: white;
    font-size: .2rem;
}

.h5_lb_box_content a>b>i {
    font-weight: normal;
    text-align: center;
    color: white;
}

.h5_lb_box_content a>p {
    font-weight: normal;
    border: 1px solid #f60;
    background: white;
    color: #f60;
    font-size: .2rem;
    padding: .02rem .35rem;
    margin-top: .1rem;
    border-radius: 3px;
}

div.new_right
{
    position: absolute;
    right: 0;
    font-size: .2rem;
    padding: 2px 30px;
    border-radius: 3px;
    display: grid;
    margin-right: .3rem;
}

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