/* 头部导航 */
.top_wrap{
    position: relative;
    min-width: 100%;
    z-index: 11;
    width: 100%;
    height: 95px;
    background: url(../image/nav-bg.png) no-repeat center top;
    background-size: cover;
}
.top_ment{
    margin: 0 auto;
    height: 78px;
    width: 1200px;
}
.top_logo{
    height: 49px;
    width: 285px;
    background:url(../image/logo-nav.png) no-repeat 50%;
    background-size: contain;
    margin-top: 14px;
}
.top_ment ul{
    margin-left: 20px;
}
.top_ment ul li{
    float: left;
    width: 76px;
    height: 78px;
    margin-right: 30px;
}
.top_ment ul li span{
    width: 76px;
    height: 22px;
    background: url(../image/nav-img.png) no-repeat 50%;
    background-size: 159px 410px;
    display: block;
    margin-top: 28px;
}
.top_ment ul li a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.top_ment ul li.index-xf span{
    background-position:0 -84px;
}
.top_ment ul li.index-xf:hover span,.top_ment ul li.index-xf span.active_txt{
    background-position:-82px -28px;
}
.top_ment ul li.brand_nav span{
    background-position:0 0;
}
.top_ment ul li.brand_nav:hover span,.top_ment ul li.brand_nav span.active_txt{
    background-position:-83px 0;
}
.top_ment ul li.news_nav span{
    background-position:0 -56px;
}
.top_ment ul li.news_nav:hover span,.top_ment ul li.news_nav span.active_txt{
    background-position:-82px -55px;
}
.top_ment ul li.personal_nav span{
    background-position:0 -113px;
}
.top_ment ul li.personal_nav:hover span,.top_ment ul li.personal_nav span.active_txt{
    background-position:-81px -84px;
}
.top_ment ul li.contact_nav {
    position: relative;
}
.top_ment ul li.contact_nav span{
    width: 75px;
    height: 22px;
    background: url(../image/navimg2.png) no-repeat 50%;
    background-position:0 -22px;
    display: block;
}
.top_ment ul li.contact_nav:hover span,.top_ment ul li.contact_nav span.active_txt{
   
    width: 75px;
    height: 22px;
    background: url(../image/navimg2.png) no-repeat 50%;
    background-position:0 0;

    display: block;
}
.top_ment ul li.about_nav {
    position: relative;
}
.top_ment ul li.about_nav span{
    width: 75px;
    height: 22px;
    background: url(../image/navimg.png) no-repeat 50%;
    background-position:0 -22px;
    display: block;
}
.top_ment ul li.about_nav:hover span,.top_ment ul li.about_nav span.active_txt{
   
    width: 75px;
    height: 22px;
    background: url(../image/navimg.png) no-repeat 50%;
    background-position:0 0;

    display: block;
}
.top_ment ul li.shouyou_nav {
    position: relative;
}
.top_ment ul li.shouyou_nav span{
    width: 75px;
    height: 22px;
    background: url(../image/navimg3.png) no-repeat 50%;
    background-position:0 -22px;
    display: block;
}
.top_ment ul li.shouyou_nav:hover span,.top_ment ul li.shouyou_nav span.active_txt{
   
    width: 75px;
    height: 22px;
    background: url(../image/navimg3.png) no-repeat 50%;
    background-position:0 0;

    display: block;
}
/* 联系我们子菜单 */
.contact_con{
    position: absolute;
    top: 60px;
    left: -4px;
    width: 86px;
    height: 111px;
    background: url(http://sffbw.fw3e.top/image/contact-bg.png) no-repeat 50%;
    display: none;
}
.top_ment ul li.contact_nav:hover .contact_con{
    display: block;
}
.contact_con .qq_btn{
    position: relative;
    cursor: pointer;
}
.contact_con .qq_btn i,.contact_con .qq_btn a{
    font-size: 16px;
    color: #f5ebd7;
    line-height: 30px;
    display: block;
    text-align: center;
    margin-top: 6px;
    font-style: normal;
}
.contact_con .qq_btn a:hover,.contact_con .qq_btn i:hover{
    color: #f5ce56;
}
.swhz_subm,.kf_subm{
    position: absolute;
    left: 82px;
    top: -5px;
    padding: 0 0 0 6px;
    z-index: 10;
    display: none;
}
.swhz_subm_con{
    width: 159px;
    height: 151px;
    background: url(http://sffbw.fw3e.top/image/sw-bg.png) no-repeat 50%;
    background-size: contain;
}
.swhz_subm_con img{
    width: 114px;
    height: 108px;
    display: block;
    padding: 13px 0 0 28px;
}
.subm_txt{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    letter-spacing: 1px;
    margin: 2px 0 0 6px;
    line-height: 26px;
}
.kf_subm_con{
    width: 441px;
    height: 151px;
    line-height: 151px;
    text-align: center;
    background: url(http://sffbw.fw3e.top/image/kf-bg1.png) no-repeat 50%;
    background-size: contain;
    font-size: 18px;
}
.kf_subm{
    top: -7px;
}
.kf_subm1{
    float: left;
    width: 114px;
    height: 108px;
    margin: 13px 14px 0;
}
.kf_subm1 img{
    width: 100%;
    height: 100%;
    display: block;
}
.kf_subm1 p{
    margin-left: 0;
}
.kf_subm1:first-child{
    margin-left: 26px;
}
.kf_subm1:last-child{
    margin-right: 0;
}
.contact_con .swhz:hover .swhz_subm{
    display: block;
}
.contact_con .online_kf:hover .kf_subm{
    display: block;
}
.clock_everyday{
    width: 153px;
    height: 64px;
    background: url(../image/clock-btn.png) no-repeat 50%;
    margin-left: 10px;
    margin-top: 8px;
    cursor: pointer;display: none;
}
.clock_everyday:hover{
    background: url(http://sffbw.fw3e.top/image/clock-btn-h.png) no-repeat 50%;
}
.clock_everyday a{
    display: block;
    height: 100%;
}
.history_btn{
    position: relative;
    width: 88px;
    height: 25px;
    background: url(http://sffbw.fw3e.top/image/login-btn.png) no-repeat 50%;
    background-position:-94px 0;
    margin: 26px 12px 0 12px;
    cursor: pointer;
}
.history_btn:hover{
    background-position:0 0;
}
/* 浏览历史记录 */
.game_history {
    position: absolute;
    top: -2px;
    right: 0;
    padding-top: 56px;
    width: 210px;
    display: none;
}
.game_history_con{
    width: 210px;
    height: 304px;
    background: url(http://sffbw.fw3e.top/image/his-bg.png) no-repeat 50%;
    background-size: 100% 100%;
}
.history_tit{
    width: 89px;
    height: 18px;
    background: url(http://sffbw.fw3e.top/image/his-tit.png) no-repeat 50%;
    margin: 0 0 0 18px;
    padding-top: 34px;
}
.h_content{
    width: 176px;
    height: 234px;
    margin: 4px 0 0 18px;
    overflow: hidden;
}
.history_scroll_ul {
    width: 93%;
    line-height: 200px;
    text-align: center;
    font-size: 16px;
    color: #FA5248;
}
.history_scroll_ul a{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: auto;
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #3F3F3F;
    line-height: 26px;
    margin: 4px 0;
}
.history_scroll_ul a:hover{
    color: #FA5248;
    text-decoration: underline;
}
.history_scroll_ul a span{
    display: inline-block;
    font-size: 12px;
    height: 14px;
    width: 36px;
    text-indent: 4px;
    line-height: 14px;
    color: #fff;
    background: url(http://sffbw.fw3e.top/image/his-icon.png) no-repeat 50%;
}
/* 滚动条 */
.zUIpanelScrollBox,.zUIpanelScrollBar{
    width: 5px;
    top: 4px;
    right: 2px;
    border-radius:5px;
}
/* 滚动条背景 */
.zUIpanelScrollBox{
    background: none;
}
/* 滚动条 */
.zUIpanelScrollBar{
    background: #B26055;
}
/* 导航登录按钮 */
.top_login{
    height: 25px;
    width:88px;
    background: url(http://sffbw.fw3e.top/image/login-btn.png) no-repeat 50%;
    cursor: pointer;
    background-position:-95px -30px;
    margin-top: 26px;
}
.top_login:hover{
    background-position:0 -30px;
}
/* 导航退出登录 */
.top_exit{
    position: relative;
    width: 67px;
    height: 67px;
    background: url(http://sffbw.fw3e.top/image/userhd.png) no-repeat 50%;
    margin-top: -5px;
    display: none;
    padding-bottom: 20px;
}
.top_exit img{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    float: left;
    margin: 15px 0 0 6px;
}
.top_exit_rank{
    display: none;
    position: absolute;
    top: 50px;
    left: -38px;
    width: 130px;
    height: 31px;
    background: url(http://sffbw.fw3e.top/image/info_face_rank.png);
    background-repeat: no-repeat;
    background-size: contain;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    line-height: 31px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    text-indent:30px;
    /* overflow: hidden; */
}
.Lv_z{
    display: none;
    position: absolute;
    top: 60px;
    left: 2px;
    width:64px ;
    height: 18px;
    background: url(http://sffbw.fw3e.top/image/rank_sh.png) no-repeat 50%;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
}
.info_Lv_z{
    display: none;
    width:64px ;
    height: 18px;
    background: url(http://sffbw.fw3e.top/image/rank_sh.png) no-repeat 50%;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
}
/* 登录后用户信息 */
.user_info{
    position: absolute;
    top: 86px;
    right: 0;
    min-width: 320px;
    min-height: 341px;
    background: url(http://sffbw.fw3e.top/image/exit-bg.png) no-repeat 50%;
    background-size: 100% 100%;
    z-index: 10;
    padding: 0 18px;
    box-sizing: border-box;
    display: none;
}
.info_top_tit{
    height:18px;
    width:90px;
    background: url(http://sffbw.fw3e.top/image/user.png) no-repeat 50%;
    background-position:-82px -50px;
    margin-top: 16px;
}
.info_top_exit{
    padding: 10px; 
    margin-top: 10px;
    cursor: pointer;
}
.info_top_exit span{
    height:14px;
    width:45px;
    background: url(http://sffbw.fw3e.top/image/user.png) no-repeat 50%;
    background-position:-65px 0;
    display: block;
}
.info_top_exit:hover span{
    background-position:-115px 0;
}
.info_top_exit:active span{
    background-position:-82px -72px;
}
.info_face{
    padding: 20px 22px;
    display: flex;
    box-sizing: border-box;
    vertical-align: middle;
    align-items: center;
    border-bottom: 1px solid #c4b3b0;
    position: relative;
}
.info_face_exp{
    position: absolute;
    top: 76px;
    width: 160px;
    height: 57px;
    background: url('http://sffbw.fw3e.top/image/expbg.png') no-repeat 50%;
    display: none;
}
.info_face_exp p{
    margin-top: 15px;
    margin-left: 10px;
    font-size: 12px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 18px;
    letter-spacing: 0px;
}
.info_face_exp p:last-child{
    margin-top: 0px;
}
.info_face_exp p span{
    color: #FFE400;
}
.info_face_exp p i{
    font-style: normal;
}
.info_face_img{
   
    width: 54px;
    height: 54px;
    background: #fbef61;
    border-radius: 100%;
    margin-top: 10px;
}
.info_face_img img{
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin: 2px 0 0 2px;
}
.info_face_name{
    margin-left: 8px;
    margin-top: 12px;
}
.info_name{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #3f3f3f;
}
.info_face_rank{
    display: none;
    cursor: pointer;
    width: 130px;
    height: 31px;
    background-repeat: no-repeat;
    background-size: contain;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    line-height: 31px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    text-indent:30px;
    overflow: hidden;
}
.info_face_ch{
    cursor: pointer;
    margin-left: 8px;
    width: 48px;
    height: 13px;
    font-size: 12px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-decoration: underline;
    text-align: left;
    color: #5f261c;
    /* line-height: 20px; */
}
.my_points_info{
    left: 50%;
    width: 100%;
    text-align: center;
}
.my_points{ 
    display: flex;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
}
.my_points_l{
    float: left;
    height:47px;
    width:48px;
    background: url(http://sffbw.fw3e.top/image/points.png) no-repeat 50%;
    position: relative;
}


.my_points_r{
    float: left;
    margin-left: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #3f3f3f;
    line-height: 14px;
}
.my_points_r p{
    cursor: pointer;
    font-size: 30px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: bold;
    text-align: left;
    color: #e12704;
    line-height: 40px;
}

.get_cash_btn{
    cursor: pointer;
    margin: 15px auto;
    height:40px;
    width:110px;
    background: url(http://sffbw.fw3e.top/image/dhimg.png) no-repeat 50%;
    background-position: 0 0;
    /* margin:28px auto 10px;
    overflow: hidden; */
}
.get_cash_btn:hover{
    background: url(http://sffbw.fw3e.top/image/dhimg.png) no-repeat 50%;
    background-position: 0 -40px;
}

.login_info_text{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    text-align: center;
    color: #3f3f3f;
}
.login_info_text i{
    height:17px;
    width:13px;
    background: url(http://sffbw.fw3e.top/image/user.png) no-repeat 50%;
    background-position:0 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
.pointsTip{
    cursor: pointer;
}
.ranktq_pop{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 200;
    display: none;
}
.ranktq_cont{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 613px;
    height: 537px;
    margin-left: -307px;
    margin-top: -268px;
    background: url(http://sffbw.fw3e.top/image/ranktq_cont.png) no-repeat 50%;
    background-size: contain;
}
.ranktq_sm{
    margin: 140px auto 10px auto;
    width: 502px;
    height: 310px;
}
.ranktq_table{
    margin: 10px auto 0 auto;
    width: 485px;
}
.ranktq_tab_tl{
    width: 100%;
    height: 31px;  
    background: #542116;
}
.ranktq_tab_tl ul{
    width: 100%;
    height: 100%;
}
.ranktq_tab_tl ul li{
    float: left;
    height: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 31px;
}
.ranktq_tab_list{
    width: 100%;
    height: 266px;
}
.ranktq_tab_list .zUIpanelScrollBox{
    top:4px;
    right:-12px;
    border-radius:5px;
    filter:alpha(opacity=10);
    display: block !important;
}
.ranktq_tab_list .zUIpanelScrollBar{
    right: 0;
    width: 6px;
    background: #542116;
    display: block !important;
}
.ranktq_tab_list ul{
    width: 100%;
    
}
.ranktq_tab_list ul li{
    display: flex;
    width: 100%;
    height: 100%;
    background: #d5c5b5;
    border-bottom:1px solid #F3EEE6;
   
}
.ranktq_tab_list ul li span{
    display:flex;
    height: auto;
    float: left;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    border-right:1px solid #F3EEE6;
    color: #2d2b2b;
    line-height: 21px;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}
.ranktq_tab_list ul li span i{
    font-style: normal;
    display: block;
}

.rank_ic{

    width: 35px;
    height: 30px;
    
}
.rank_ic img{
    display: block;
    width: 100%;
    height: 100%;
}
.ranktq_tab_list ul li span:last-child{
    border-right:none;
    font-size: 12px;
}

.rtab_tl_a{
    width: 120px;
}
.rtab_tl_b{
    width: 110px;
}
.rtab_tl_c{
    width: 253px;
}
.ranktq_cl{
    position: absolute;
    top: 0px;
    right: -28px;
    width: 35px;
    height: 35px;
    background: url(http://sffbw.fw3e.top/image/close.png) no-repeat 50%;
    background-position:-40px 0;
    cursor: pointer;
}
.ranktq_cl:hover{
    background-position:0 0;
}
.ranktq_cl:active{
    background-position:-80px 0;
}
/* 积分兑换列表 */
.rankShow_pop{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 200;
    display: none;
}
.rankShow_cont{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 350px;
    height:350px;
    margin-left: -175px;
    margin-top: -175px;
    background: url('http://sffbw.fw3e.top/image/no1.png') no-repeat 50%;
}
.active_upgrade{
    -webkit-animation: shipinplay  .4s steps(3) 0s 1;
	-moz-animation: shipinplay  .4s steps(3) 0s 1;
    -ms-animation:shipinplay  .4s steps(3) 0s 1;
    -o-animation: shipinplay  .4s steps(3) 0s 1;
    animation: shipinplay  .4s steps(4) 0s 1;
}
@keyframes shipinplay {
    0%{
        transform:scale(.6)
    }
    25%{
        transform:scale(.7)
    }
    50%{
        transform:scale(.8)
    }
    75%{
        transform:scale(.9)
    }
    100%{
            transform:scale(1)
        }
}
@-webkit-keyframes shipinplay {
    0%{
        transform:scale(.6)
    }
    25%{
        transform:scale(.7)
    }
    50%{
        transform:scale(.8)
    }
    75%{
        transform:scale(.9)
    }
   100%{
        transform:scale(1)
    }
}
@-moz-keyframes shipinplay {
    0%{
        transform:scale(.6)
    }
    25%{
        transform:scale(.7)
    }
    50%{
        transform:scale(.8)
    }
    75%{
        transform:scale(.9)
    }
   100%{
        transform:scale(1)
    }
}
@-ms-keyframes shipinplay {
    0%{
        transform:scale(.6)
    }
    25%{
        transform:scale(.7)
    }
    50%{
        transform:scale(.8)
    }
    75%{
        transform:scale(.9)
    }
   100%{
        transform:scale(1)
    }
}
@-o-keyframes shipinplay {
    0%{
        transform:scale(.6)
    }
    25%{
        transform:scale(.7)
    }
    50%{
        transform:scale(.8)
    }
    75%{
        transform:scale(.9)
    }
   100%{
        transform:scale(1)
    }
}
.exchange_pop{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 200;
    display: none;
}
.exchange_cont{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 613px;
    height: 537px;
    margin-left: -307px;
    margin-top: -268px;
    background: url(http://sffbw.fw3e.top/image/exchange_cont.png) no-repeat 50%;
    background-size: contain;
}
.exchange_sm{
    margin: 136px auto 10px auto;
    width: 520px;
    /* height: 370px; */
}
.none_tab{
    display: none;
    position: absolute;
    top: 200px;
    left: 200px;
    width: 198px;
    height: 143px;
    background: url(http://sffbw.fw3e.top/image/nosp.png) no-repeat 50%;
    background-size: contain;

}
.exchange_table{
    margin: 10px auto 0 auto;
    width: 502px;
  
}
.exchange_tab_list{
    width: 100%;
    height: 380px;
}
.exchange_tab_list .zUIpanelScrollBox{
    top:4px;
    right:-12px;
    border-radius:5px;
    filter:alpha(opacity=10);
    display: block !important;
}
.exchange_tab_list .zUIpanelScrollBar{
    right: 0;
    width: 6px;
    background: #542116;
    display: block !important;
}
._tab_list_all{
    margin: 0 auto;
    width: 485px;
    overflow: hidden;
}

._tab_list_pr{
    display: block;
    margin-right: 14px;
    margin-bottom: 19px;
    float: left;
    width: 151px;
    height: 175px;
    background: #ffffff;
    border-radius: 10px;
}
._tab_list_pr:nth-child(3n){
    margin-right: 0px;
}
.exchange_tab_list ul{
    margin: 9px auto 0 auto;
    width: 132px;
    height: 154px;
}
.list_pr_img{
    display: block;
    width: 132px;
    height: 85px;
}
.list_pr_img img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.list_pr_name{
    margin-top: 19px;
    width: 100%;
    height: 35px;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #3e3e3d;
    line-height: 35px;
    border-top: 1px solid #E9E9E9;
}
.list_pr_info{
    margin-top: 5px;
    display: flex;
    width: 100%;
    height: 12px;
    justify-content: space-between;
    font-size: 12px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #3e3e3d;
    line-height: 12px;
}
.list_pr_info i{
    font-style: normal;
    color: #F41515;
}
.exchange_cl{
    position: absolute;
    top: 0px;
    right: -28px;
    width: 35px;
    height: 35px;
    background: url(http://sffbw.fw3e.top/image/close.png) no-repeat 50%;
    background-position:-40px 0;
    cursor: pointer;
}
.exchange_cl:hover{
    background-position:0 0;
}
.exchange_cl:active{
    background-position:-80px 0;
}
/* 积分记录 */
.points_pop{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 200;
    display: none;
}
.points_cont{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 613px;
    height: 537px;
    margin-left: -307px;
    margin-top: -268px;
    background: url(http://sffbw.fw3e.top/image/points_bg.png) no-repeat 50%;
    background-size: contain;
}
.points_sm{
    margin: 140px auto 10px auto;
    width: 502px;
    height: 310px;
}
.point_text{
   width: 100%;
   margin-top: 15px;
   line-height: 17px;px;
    color: #542116;
    font-size: 12px;
}
.texp{
    text-indent: 2em;
}
.laxp{
    margin-left: 2em;
}
.points_info{
    margin: 0 auto;
    width: 485px;
    height: 30px;

}
.points_info_l{
    float: left;
    height: 30px;
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: bold;
    text-align: left;
    color: #5b452f;
    line-height:30px;
}
.points_info_l span{
    color: #FF1B00;
    margin-right: 20px;
}
.points_info_r{
   
    width: 92px;
    height: 26px;
    float: right;
    position: relative;
}
.points_info_tl_all{
    cursor: pointer;
}
.points_info_tl{
   /* padding: 5px 25px 5px 15px; */
   display: block;
   width: 92px;
   height: 26px;
    cursor: pointer;
    line-height:26px;
    background: #481c0f;
    border-radius: 13px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: bold;
    text-indent: 1em;
    text-align: left;
    color: #ffffff;  
}
._info_r_ul{
    position: relative;
    z-index: 99;
    margin-left: 7px;
    width: 79px;
    display: none;
}
._info_r_ul ul{
    width: 100%;
}
._info_r_ul ul li{
    cursor: pointer;
    width: 100%;
    height: 18px;
    padding: 5px 0 ;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #2d2b2b;
    line-height: 18px;
    background: #b1a293;
}
._info_r_ul ul li:first-child{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
._info_r_ul ul li:last-child{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
._info_r_ul ul li:hover{
    background: #f2eae0;
}
.p-sj-ic{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 9px;
    background: url(http://sffbw.fw3e.top/image/sj-ic.png) no-repeat 50%;
}
.points_table{
    margin: 10px auto 22px auto;
    width: 485px;
}
.points_tab_tl{
    width: 100%;
    height: 31px;  
    background: #542116;
}
.points_tab_tl ul{
    width: 100%;
    height: 100%;
}
.points_tab_tl ul li{
    float: left;
    height: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 31px;
}
.points_tab_list{
    width: 100%;
    height: 220px;
}
.points_tab_list .zUIpanelScrollBox{
    top:4px;
    right:-12px;
    border-radius:5px;
    filter:alpha(opacity=10);
    display: block !important;
}
.points_tab_list .zUIpanelScrollBar{
    right: 0;
    width: 6px;
    background: #542116;
    display: block !important;
}
.points_tab_list ul{
    width: 100%;
    
}
.points_tab_list ul li span{
    height: 31px;  
    float: left;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    background: #d5c5b5;
    color: #2d2b2b;
    line-height: 31px;  
    border-bottom:1px solid #F3EEE6;
    border-right:1px solid #F3EEE6;
}
.points_tab_list ul li span:last-child{
    border-right:none;
}

.qtab_tl_a{
    width: 155px;
}
.qtab_tl_b{
    width: 95px;
}
.qtab_tl_c{
    width: 80px;
}
.qtab_tl_d{
    width: 152px;
}
.point_cl{
    position: absolute;
    top: 0px;
    right: -28px;
    width: 35px;
    height: 35px;
    background: url(http://sffbw.fw3e.top/image/close.png) no-repeat 50%;
    background-position:-40px 0;
    cursor: pointer;
}
.point_cl:hover{
    background-position:0 0;
}
.point_cl:active{
    background-position:-80px 0;
}
/* 政府支持文件弹窗 */
.gover_pop{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 200;
    display: none;
}
.gover_con{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 538px;
    height: 647px;
    transform: translate(-50%,-50%);
    background: url(http://sffbw.fw3e.top/image/gover-file.jpg) no-repeat 50%;
    background-size: contain;
}
.text_desc_sub i{
    color: #E10E01;
    font-style: normal;
}
.step2_img{
    height: 403px;
    background: url(http://sffbw.fw3e.top/image/get-step2.png) no-repeat 50%;
}
.step3_img{
    height: 413px;
    background: url(http://sffbw.fw3e.top/image/get-step3.jpg) no-repeat 50%;
}
.get_cashOut_close{
    position: absolute;
    top: 10px;
    right: -20px;
    width: 35px;
    height: 35px;
    background: url(http://sffbw.fw3e.top/image/close.png) no-repeat 50%;
    background-position:-40px 0;
    cursor: pointer;
}
.get_cashOut_close:hover{
    background-position:0 0;
}
.get_cashOut_close:active{
    background-position:-80px 0;
}
/* 微信登录弹框 */
.wx_login_tk{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);   
    display:none;
    z-index: 120;
}
.wx_login_cn{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 614px;
    height: 455px;
    margin-left: -307px;
    margin-top: -227px;
    background: url(http://sffbw.fw3e.top/image/bk_tip_cont.png) no-repeat 50%;
}
.wx_login_tit{
    width: 438px;
    height: 51px;
    background: url(http://sffbw.fw3e.top/image/wx-login-tit.png) no-repeat 50%;
    margin: 58px auto 0;
}
.wx_ewm{
    position: absolute;
    left: 50%;
    bottom: 114px;
    margin-left: -92px;
    width: 190px;
    height: 190px;
    background: #fff;
    border: 1px solid #825346;
    border-radius: 11px;
}
.wx_dj{
    position: absolute;
    top: 200px;
    left: 50%;
}
.wx_ewm img{
    display: block;
    width: 96%;
    height: 96%;
    margin: 2%;
}
.wx_down_box{
    position: absolute;
    left: 0;
    bottom: 9%;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: bold;
    color: #5b452f;
}
.wx_down{
    width: 160px;
    height: 44px;
    background: url(http://sffbw.fw3e.top/image/wx-down.png) no-repeat 50%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    cursor: pointer;
}
.wx_down:hover{
    background: url(http://sffbw.fw3e.top/image/wx-down-h.png) no-repeat 50%;
}
.wx_down:active{
    background: url(http://sffbw.fw3e.top/image/wx-down-a.png) no-repeat 50%;
}
.wx_login_close{
    cursor: pointer;
    position: absolute;
    right: -4%;
    top: 0;
    height:35px;
    width:35px;
    background: url(http://sffbw.fw3e.top/image/close.png) no-repeat 50%;
    background-position:-40px 0;
}
.wx_login_close:hover{
    background-position:0 0;
}
.wx_login_close:active{
    background-position:-80px 0;
}
/*资质弹窗 */
.float_right_tk{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);   
    display:none;
    z-index: 3001;
}
.right_tk_content{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 980px;
    height: 731px;
    margin-top: -365px;
    margin-left: -490px;
    background: url(../image/cer-bg.png) no-repeat 50%;
}
.right_tk_nav{
    position: absolute;
    top: 116px;
    width: 100%;
}
.right_tk_nav ul{   
    text-align: center;
}
.right_tk_nav ul li{
    display: inline-block;
    width: 96px ;
    height: 38px;
    background: url(../image/cer-img.png) no-repeat 50%;
    cursor: pointer;
    margin-right: 8px;
}  
.right_tk_nav ul li.pinp{
    background-position:0 -490px;
} 
.right_tk_nav ul li.pinp:hover,.right_tk_nav ul li.pinp.right_tk_nav_a{
    background-position:0 -362px;
} 
.right_tk_nav ul li.qiye{
    background-position:0 -576px;
} 
.right_tk_nav ul li.qiye:hover,.right_tk_nav ul li.qiye.right_tk_nav_a{
    background-position:0 -619px;
} 
.right_tk_nav ul li.beian{
    background-position:0 -405px;
} 
.right_tk_nav ul li.beian:hover,.right_tk_nav ul li.beian.right_tk_nav_a{
    background-position:0 -448px
} 
.right_tk_nav ul li.ruanzhu{
    background-position:0 -533px;
} 
.right_tk_nav ul li.ruanzhu:hover,.right_tk_nav ul li.ruanzhu.right_tk_nav_a{
    background-position:0 -149px;
}
.right_tk_nav ul li.wwwen{
    background-position:0 -191px;
} 
.right_tk_nav ul li.wwwen:hover,.right_tk_nav ul li.wwwen.right_tk_nav_a{
    background-position:0 -320px;
}
.right_tk_nav ul li.shouq{
    background-position:0 -106px;
} 
.right_tk_nav ul li.shouq:hover,.right_tk_nav ul li.shouq.right_tk_nav_a{
    background-position:0 -61px;
}
.right_tk_nav ul li.zhengf{
    background-position:0 -277px;
} 
.right_tk_nav ul li.zhengf:hover,.right_tk_nav ul li.zhengf.right_tk_nav_a{
    background-position:0 -234px;
}
.swiper-container {
    position: absolute;
    top: 218px;
    width: 818px;
    height: 460px; 
}
.swiper-container .swiper-slide img{
    display: block;
    height:  100%;
    width: auto;
    margin: 0 auto;
} 
.right_tk_close{
    cursor: pointer;
    position: absolute;
    right: -14px;
    top: 90px;
    height:55px;
    width:55px;
    background: url(../image/cer-img.png) no-repeat 50%;
    background-position:-61px 0;
}
.right_tk_close:hover{
    background-position:0 0;
}
/* 左侧悬浮 */
.kf_float_left{
    position: fixed;
    right: 50%;
    top: 2.2rem;
    width: 2.49rem;
    height: 6.63rem;
    margin-right: 632px;
    z-index: 10;
    background: url(../image/left-f-bg.png) no-repeat 50%;
    background-size: contain;
}
.float_left_con{
    position: relative;
    width: 100%;
    height: 100%;
}
.scan_app_qr{
    position: absolute;
    bottom: 26.2%;
    right: 28.8%;
    display: block;
    width: 1.06rem;
    height: 1.06rem;
    background: url(../image/app.png) no-repeat 50%;
    background-size: contain;
}
.float_left_btn{
    position: absolute;
    bottom: 12%;
    left: 20%;
    height: .4rem;
    width: 1.48rem;
    background: url(../image/nav-img.png) no-repeat 50%;
    background-position:0 -3.25rem;
    background-size: 1.59rem 4.1rem;
    cursor: pointer;
}
.float_left_btn:hover{
    background-position:0 -3.7rem;
    background-size: 1.59rem 4.1rem;
}
/* 联系客服悬浮二维码 */
.contact_float{
    position: fixed;
    bottom: 96px;
    right: 0;
    width: 130px;
    z-index: 3000;
}
.contact_float_ul{
    background: #3d2a0d;
    border: 1px solid #FFD800;
    border-bottom: none;
}
.contact_float_ul li{
    position: relative;
    height: 68px;
    line-height: 68px;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    letter-spacing: 1px;
    cursor: pointer;
}
.contact_float_ul li::after{
    content: '';
    position: absolute;
    width: 111px;
    height: 1px;
    bottom: 0;
    left:50%;
    transform: translateX(-50%);
    background: url(http://sffbw.fw3e.top/image/line.png) no-repeat 50%;
    background-size: contain;
}
.contact_float_ul li.f_kf::after{
    width: 130px;
    border-bottom: 1px solid #FFD800;
}
.contact_float_ul li.f_kf.f_kf_border::after{
    width: 111px;
    border-bottom: none;
}
.contact_float_ul li i{
    display: inline-block;
    vertical-align: middle;
    background: url(http://sffbw.fw3e.top/image/qr-icon.png) no-repeat 50%;
    margin-right: 6px;
}
.contact_float_ul li.f_sw i{
    width: 22px;
    height: 24px;
    background-position:-30px -31px;
}
.contact_float_ul li:hover{
    color: #EAAC27;
    background: #654310;
}
.contact_float_ul li.f_sw:hover i{
    background-position:0 -31px;
}
.contact_float_ul li.f_kf i{
    width: 24px;
    height: 22px;
    background-position:-28px 0;
}
.contact_float_ul li.f_kf:hover i{
    background-position:0 0;
}
.qrcode_7uu{
    width: auto;
    height: 150px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #2f1f06;
    border: 1px solid #FFD800;
    border-bottom: none;
}
.qrcode_7uu img{
    display: block;
    width: 110px;
    height: 110px;
    margin: 4px auto;
}
.qrcode_7uu p{
    margin-top: 6px;
}
.qrcode_7uu em{
    color: #d1211e;
    font-weight: bold;
    display: block;
    text-align: center;
}

/* 返回顶部 */
.contact_float .go_back_top{
    height: 50px;
    line-height: 50px;
    background: #3d2a0d;
    border: 1px solid #FFD800;
    border-top: none;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    letter-spacing: 1px;
    cursor: pointer;
}
.contact_float .go_back_top .go_top_in{
    background: #2a1d09;
    border-radius: 10px;
    display: inline-block;
    line-height: 22px;
    padding: 0 6px;
}
.contact_float .go_back_top:hover{
    color: #EAAC27;
}
.contact_float .go_back_top i{
    width: 16px;
    height: 9px;
    background: url(http://sffbw.fw3e.top/image/qr-icon.png) no-repeat 50%;
    background-position:0 -60px;
    vertical-align: 1px;
    margin-right: 4px;
    display: inline-block;
}
.contact_float .go_back_top:hover i{
    background-position:-23px -61px;
}
.f_sw_sub_con,.f_kf_con{
    position: absolute;
    top: 0;
    right: 120px;
    padding-right:10px;
    display: none;
}
.f_sw_sub{
    width: 140px;
    height: 150px;
    background: url(http://sffbw.fw3e.top/image/f-sw.png) no-repeat 50%;
    background-size: contain;
}
.f_sw_sub img{
    width: 114px;
    height: 108px;
    display: block;
    padding: 13px 0 0 10px
}
.contact_float_ul li.f_sw:hover .f_sw_sub_con{
    display: block;
}
.f_kf_con{
    top: -70px;
}
.f_kf_sub{
    width: 387px;
    height: 150px;
    background: url(http://sffbw.fw3e.top/image/f-kf.png) no-repeat 50%;
    background-size: contain;
}
.f_kf_con .kf_subm1{
    margin: 12px 5px 0;
}
.f_kf_con .kf_subm1:first-child{
    margin-left: 9px;
}
.contact_float_ul li.f_kf:hover .f_kf_con{
    display: block;
}



.about{width: 1300px; min-height: 600px; overflow: hidden;}
.about p{ line-height: 40px; font-size: 16px;}
/*news*/
.xwBox{ width:1430px;height: auto; display: none;  margin: 0 auto;}
.xwTit{width: 1430px;height: 92px; display: block; margin: 0 auto 0 85px; overflow: hidden;}
.newnr{width: 1294px; background-color: #fff;padding: 30px; display: block; overflow: hidden;margin:0 auto 0 120px;}
.newnr .newL{ width:690px;display:block; overflow: hidden;}
.newnr .newL li{display: block; margin: 15px 0; overflow: hidden;}
.newnr .newL li .newLL{ width: 270px; height: 180px;overflow: hidden;}
.newnr .newL li .newLL img{ width: 270px; height: 180px;display: block;overflow: hidden;}
.newnr .newL li .newLR{ width:400px; height:180px; float:right; display:block;}
.newnr .newL li .newLR h1{ font-size:16px; line-height:30px; height:30px; overflow:hidden; color:#333; text-align:left; font-weight:normal;}
.newnr .newL li .newLR p{ font-size:14px; line-height:25px; max-height:75px; overflow:hidden; color:#999;}
.newnr .newL li .newLR span{ font-size:14px; line-height:25px; overflow:hidden; color:#999;display: block; text-align: left;}
.newnr .newLR a{width: 120px; font-size:14px; line-height:30px; height:30px; background:#280c09 ; overflow:hidden; color:#d8984e; text-align:center; font-weight:normal;display: block; margin: 10px 0 0;}
.newnr .newLR:hover h1{ color: #9c1201;}
.newnr .newLR:hover a{background: #9c1201;color: #fff;}
.newnr .newR{width: 560px;height: auto; display: block;overflow: hidden;}
.newnr .newR li{ width: 560px; height: 60px; float: left;display: block;margin: 10px auto;}
.newnr .newR li .newRL{width: 60px;height: 60px;border-radius: 5px;background:#280c09; }
.newnr .newR li .newRL h2{ font-size: 24px; text-align: center; line-height: 36px; color: #d8984e;font-weight: bold;}
.newnr .newR li .newRL p{ font-size:14px; line-height:24px; text-align: center; color: #d8984e;}
.newnr .newR li .newRR{ width: 480px;}
.newnr .newR li .newRR a{ font-size:18px; line-height:34px; height:34px; overflow:hidden; color:#333; text-align:left; font-weight:normal;}
.newnr .newR li .newRR p{ font-size:14px; line-height:26px; height:26px; overflow:hidden; color:#999;}
.newnr .newR li:hover .newRL{background: #9c1201;}
.newnr .newR li:hover .newRL h2{color: #fff;}
.newnr .newR li:hover .newRL p{color: #fff;}
.newnr .newR li:hover .newRR a{ color: #9c1201;}

/*news*/
.news{ width:1300px; height:auto; display:block; margin:0 0; overflow:hidden;}
.news li{ width:1260px; height:180px; padding:0 20px 29px; border-bottom:1px dashed #999; margin-bottom: 30px; float:left;overflow: hidden;}
.newsL{ width:270px; height:180px; overflow:hidden; display:block;}
.newsL img{ width:270px; height:180px; display:block;}
.newsR{ width:970px; height:180px; overflow:hidden;}
.newsRT{ height:36px; font-size:20px; font-weight:normal; line-height:36px; overflow:hidden; color:#000;}
.newsRT:hover{ color:#9c1201; font-weight:550;}
.newsR span{ height:24px; display:block; font-size:14px; color:#999; line-height:24px; text-align:left;}
.newsR p{ font-size:16px; line-height:25px; color:#666; max-height:75px; overflow:hidden;}
.newsR .news-more{ display:block; width:118px; height:28px; color:#9c1201; font-size:14px; text-align:center; line-height:30px; margin:10px 0 auto auto; border-radius:5px; border:1px solid #9c1201; font-weight:500;}
.newsR .news-more:hover{background:#9c1201; color:#fff;}
.page{ margin:30px auto; text-align: center; width:100%;}
.page span,.page a{ display:inline-block; line-height: 28px;margin:5px; font-size:14px; color:#333;}
.page a{ padding:0px 9px; border:1px #ccc solid;}
.page a:hover{ background:#9c1201; color:#fff; border:1px #fff solid;}
.page a.page-on{ background:#9c1201; color:#fff; border:1px #fff solid;}
.xq{ width:1300px; margin:0px 0; overflow:hidden;}
.xq h1{ font-size:20px; font-weight:bold; text-align:center; line-height:40px; color:#000;}
.xq h2{ font-size:14px; text-align:center; line-height:30px; color:#666; margin-bottom:10px; font-weight:normal;}
.xq p{ font-size:16px; line-height:30px; text-align:left; text-indent:32px; color:#333;}
.xq img{ display:block; margin:10px auto;}

.syBox{ width:1430px;height: auto; display: block;  margin: 0 auto;}
.news_nav{display: none;}
.brand_nav{display: none;}

/*pro*/
.pro{  width:1296px;padding: 0 2px; height:auto; display:block; margin:0 0; overflow:hidden;}
.pro li{ width:400px; height:170px; float:left; display:block; margin:16px; cursor:pointer; overflow:hidden;border-radius: 5px;}
.pro li .proT{width:380px; height:130px; padding:20px;background: #f7f7f7; display:block; overflow:hidden; position:relative; z-index:1;}
.pro li .proTL{ width:130px; height:130px;float: left; display:block; overflow:hidden;0}
.pro li .proTL img{ width:130px; height:130px; display:block; overflow:hidden;}
.pro li .proTR{width:220px; height:130px;float: right; display:block; overflow:hidden;}
.pro li .proTR h1{ font-size:18px; text-align:left; line-height:40px;height:40px; color:#333; font-weight:bold; overflow: hidden;}
.pro li .proTR .proTRtxt{width:220px; height:30px; overflow: hidden;font-size:14px;line-height:30px; color:#999;}
.pro li .proTR .proTRtxt em{ float: left; display: block;font-size:14px;line-height:30px; color:#999;}
.pro li .proTR .proTRtxt .proTRimg{ float: left;display: block;}
.pro li .proTR .proTRtxt span{ float: left;display: block; font-size:14px; text-align:left; line-height:30px; color:#999; margin-left: 15px;}

.pro li .proB{ position:relative; z-index:9; width:260px; height:130px; padding:20px 60px; background:rgba(0,0,0,0.7); transition:all 0.8s; display:block; overflow:hidden; margin-top:10px;}
.pro li .proBL{ width:130px; height:130px;float: left; display:block; overflow:hidden; position:relative; z-index:1;}
.pro li .proBL img{ width:130px; height:130px; display:block;}
.pro li .proBR{float: right;display: block;}
.pro li .proBR a{ width: 110px; display: block; margin: 25px auto;overflow: hidden;}
.pro li .proBR a.proBRt{ padding-left: 20px; background:#00C066 url(../image/ico_android.png) left 10px center no-repeat; width: 90px; height: 30px; border-radius: 5px;  text-align: center; line-height: 30px; color: #fff;}
.pro li .proBR a.proBRb{ padding-left: 20px; background:#0189FF url(../image/ico_ios.png) left 10px center no-repeat; width: 90px; height: 30px; border-radius: 5px;  text-align: center; line-height: 30px; color: #fff;}
.pro li:hover .proB{ margin-top:-170px;}