<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*软件介绍栏目下的所有页面样式*/
/*公共部分*/
.QQCenter {
  position: absolute;
  width:230px;
  height:229px;
  left:50%;
  top:50%; 
margin-left:-115px;
margin-top:-148px;
}
body {
    padding: 0px;
    margin: 0px;
    font-family: "Microsoft YaHei";
    overflow-x:hidden;
}

#header {
    background-color: #fff;
    position: fixed;
    z-index: 9999;
    border-bottom: 1px solid #f0f0f0;
    height: 75px;
    width: 100%;
    top: 0px;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    a:focus {
        text-decoration: none;
    }

.clear_float {
    clear: both;
}

.thisNav {
    border-bottom: 2px solid #21ca63;
}
/*bcy*/
.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.no-padding-left {
    padding-right: 3px;
    padding-left: 0px;
    background-color: white;
}

.no-padding-right {
    padding-right: 0px;
}
/*-----bcy End------*/
/*三角形向下*/
.triangle_border_down {
    width: 0;
    height: 0;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: white transparent transparent; /*灰 透明 透明 */
}

.dowload_Android {
    display: block;
    width: 236px;
    height: 54px;
    background: url('/images/index.png')left top no-repeat;
    background-position: -5px -3371px;
}

.dowload_PC {
    display: block;
    width: 236px;
    height: 54px;
    background: url('/images/index.png')left top no-repeat;
    background-position: -5px -3506px;
}

.online_Experience {
    display: block;
    width: 236px;
    height: 54px;
    background: url('/images/index.png')left top no-repeat;
    background-position: -5px -3437px;
}

.clear_padding {
    padding: 0px;
}

.clear_left_padding {
    padding-left: 0px;
}
.news-aside-list a {
    font-size:14px;
}
.clear_right_padding {
    padding-right: 0px;
}

/*侧边QQ*/
#aside {
    position: fixed;
    right: 20px;
    top: 40%;
    z-index: 9999;
    display: none;
}

.adiv {
    width: 55px;
    height: 55px;
    text-align: center;
    margin-bottom: 3px;
    background-color: #646464;
    -moz-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
    display: block;
}

    .adiv:hover {
        background-color: #36bdb6;
    }

    .adiv span {
        background: url('/images/border-ico.png') no-repeat;
        display: block;
        position: relative;
        float: left;
    }

    .adiv#qq span {
        width: 55px;
        height: 46px;
        background-position: 1px -7px;
    }

    .adiv#tel span {
        width: 55px;
        height: 46px;
        background-position: 2px -60px;
    }

    .adiv#wechat span {
        width: 55px;
        height: 46px;
        background-position: 0px -111px;
    }

    .adiv#goTop span {
        width: 55px;
        height: 46px;
        background-position: 1px -156px;
    }

#aside .qq {
    position: fixed;
    right: 75px;
    top: 40%;
    z-index: 9999;
    width: 230px;
    height: 229px;
    background-color: #fff;
    border-radius: 10px 0px 0px 10px;
}

.aside_title {
    font-size: 17px;
    color: #36bdb6;
    text-align: center;
    padding: 58px 0px 0px 0px;
}

.aside_ico {
    padding: 19px 0px 0px 25px;
}

.aside_txt {
    font-size: 22px;
    color: #36bdb6;
    padding: 15px 25px 0px 0px;
    width: auto !important;
    background-color: white !important;
}

    .aside_txt:hover {
        color: #36bdb6;
    }

    .aside_txt:visited {
        color: #36bdb6;
    }

    .aside_txt:link {
        color: #36bdb6;
    }

.aside_ttxt {
    text-align: center;
    font-size: 14px;
    padding: 15px 0px 10px 0px;
    color: #767676;
}

.aside_time {
    text-align: center;
    font-size: 14px;
    color: #767676;
}

.aside_wechat {
    text-align: center;
    padding-top: 45px;
}

.aside_wetxt {
    text-align: center;
    font-size: 14px;
    color: #767676;
}
/*分页*/
.pagination {
    margin: 40px auto;
    text-align: center;
    width: 100%;
}

    .pagination a {
        background: #e6e6e6 none repeat scroll 0 0;
        color: #808080;
        display: inline-block;
        font-size: 16px;
        font-style: italic;
        height: 42px;
        line-height: 38px;
        margin-bottom: 5px;
        margin-right: 8px;
        padding: 0.1em 0.4em;
        text-decoration: none;
        width: 42px;
    }

        .pagination a.next, .pagination a.prev {
            font-family: "宋体";
            font-style: normal;
        }

        .pagination a:hover {
            background: #808080 none repeat scroll 0 0;
            color: #fff;
        }

        .pagination a.pa-more {
            cursor: none;
        }

    .pagination .current {
        background: #808080 none repeat scroll 0 0;
        color: #fff;
    }

/*导航*/
.nav_ul {
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    padding-top: 10px;
}

    .nav_ul li {
        list-style: none;
        float: left;
        font-size: 18px;
		float:left;width:85px;height:30px;position:relative;	




  
    }

        .nav_ul li:hover {
            border-bottom: 0px solid #21ca63;
        }

        .nav_ul li a {
            color: #000;
display:block;position:absolute;left:-1px;top:0;width:85px;height:30px;line-height:30px;text-align:center;font-size:16px;overflow:hidden;cursor:pointer;

			
        }

            .nav_ul li a:hover {
                color: #04b3a4;
            }
			
			
.nav_ul ul{
  position: absolute;
  left: -9999px;
  top:30px;
  
  display:block;
background-color:#333333;
 padding: 10px;
 text-align: left;
}
.nav_ul &gt; li &gt; ul &gt; li{    
 display:block;width:140px;text-align: left; 
}
.nav_ul li &gt; ul &gt; li a{    
position:absolute;left:35px;top:-8px;
 display:block; 
 color: #ffffff;
 height:40px;line-height:40px;
 text-align: left; 
 font-size:14px;
}
.nav_ul li:hover &gt; ul {
	 display:block;
  left: -25px;
  border-bottom: 0px solid #21ca63;
}
.nav_ul li &gt; ul li:hover {
	 display:block;
  left: auto;
  border-bottom: 0px solid #21ca63;
}
.nav_ul.align-right li:hover &gt; ul {
  right: 0;
}
			

.header_log {
    text-align: center;
    padding-top: 5px;
}

.header_right {
    padding-top: 12px;
    font-size: 16px;
}

.nav_login {
    margin-left: 10px;
    border: 1px solid #ea8697;
    padding: 15px 20px;
    background-color: #fb1c41;
    color: white;
  border-radius: 5px; 
}

    .nav_login:hover {
       color: white;
    }

.nav_register {
    padding: 8px 20px;
    background-color: #ef862c;
    color: white;
	border-radius: 5px;
}

    .nav_register:hover {
        color: white;
    }
/*S-hzj-2018-04-解决方案*/
.case {
    list-style: none;
}

    .case li {
        float: left;
        height: 26px;
        line-height: 26px;
        width: 12.28%;
        padding-left: 3%;
    }

        .case li a {
            color: #ffffff;
        }

.case_mfhy {
    background: url('/images/index-case-icos.png') left top no-repeat;
    background-position: -54px -32px;
}

.case_mrmj {
    background: url('/images/index-case-icos.png') left top no-repeat;
    background-position: -51px -68px;
}

.case_yjjs {
    background: url('/images/index-case-icos.png') left top no-repeat;
    background-position: -47px -110px;
}

.case_zjpx {
    background: url('/images/index-case-icos.png') left top no-repeat;
    background-position: -51px -147px;
}

.case_qgyyg {
    background: url('/images/index-case-icos.png') left top no-repeat;
    background-position: -48px -182px;
}

.case_gxjz {
    background: url('/images/index-case-icos.png') left top no-repeat;
    background-position: -49px -221px;
}

.case_hssy {
    background: url('/images/index-case-icos.png') left top no-repeat;
    background-position: -49px -263px;
}

.case_etly {
    background: url('/images/index-case-icos.png') right top no-repeat;
    background-position: -406px -32px;
}

.case_qcmr {
    background: url('/images/index-case-icos.png') right top no-repeat;
    background-position: -403px -309px;
}

.case_mzxx {
    background: url('/images/index-case-icos.png') right top no-repeat;
    background-position: -403px -110px;
}

.case_fzxd {
    background: url('/images/index-case-icos.png') right top no-repeat;
    background-position: -403px -149px;
}

.case_lsszl {
    background: url('/images/index-case-icos.png') right top no-repeat;
    background-position: -405px -186px;
}

.case_jqjyz {
    background: url('/images/index-case-icos.png') right top no-repeat;
    background-position: -401px -222px;
}

.case_stykt {
    background: url('/images/index-case-icos.png') right top no-repeat;
    background-position: -407px -272px;
}

.introduce {
    list-style: none;
}


    .introduce li {

        height: 26px;
        line-height: 26px;
        width:126px;
        padding-left: 3%;
    }

.hardware li {
    width: 13%;
    padding-left: 5%;
    text-align: left;
}

.introduce li a {
    color: white;
}



.introduce_member {
    background: url('/images/index.png')left top no-repeat;
    background-position: -3px 2px;
}

.introduce_xfsy {
    background: url('/images/index.png')left top no-repeat;
    background-position: -3px -27px;
}

.introduce_hyyx {
    background: url('/images/index.png')left top no-repeat;
    background-position: -3px -60px;
}

.introduce_spgl {
    background: url('/images/index.png')left top no-repeat;
    background-position: -3px -94px;
}

.introduce_wxhy {
    background: url('/images/index.png')left top no-repeat;
    background-position: -8px -3873px;
}

.introduce_cwbb {
    background: url('/images/index.png')left top no-repeat;
    background-position: -3px -130px;
}

.introduce_ygtc {
    background: url('/images/index.png')left top no-repeat;
    background-position: -3px -166px;
}

.introduce_hytj {
    background: url('/images/index.png')left top no-repeat;
    background-position: -3px -207px;
}

.introduce_hyApp {
    background: url('/images/index.png')5px top no-repeat;
    background-position: -3px -246px;
}
/*---------------------------------------------------------*/
/*Banner*/
.banner {
    position: relative;
    max-width: 1920px;
    margin: 0px auto;
    top: 75px;
}

.banner_div {
    width: 320px;
    height: 175px;
    position: absolute;
    top: 18%;
    right: 30%;
}

.banner_title {
    color: white;
    font-size: 48px;
    text-align: center;
}

.banner_txt {
    color: white;
    font-size: 28px;
    text-align: center;
    font-weight: lighter;
}

.banner_btn {
    padding-top: 28px;
    color: white;
    text-align: center;
}

.banner_btn_a {
    padding: 9px 25px;
    background-color: #2dafa7;
    color: white;
    font-size: 20px;
    border-radius: 5px;
}

    .banner_btn_a:hover {
        color: white;
    }
/*bcy*/
.content_info {
    color: #2b2b2b;
    font-size: 29px;
    font-weight: lighter;
    text-align: center;
    padding-top: 50px;
}
    /*bcy*/
    .content_info span {
        color: #626262;
        font-size: 35px;
        font-weight: bolder;
    }

/*---------------------------------------------------------*/
/*底部*/
.footer {
    max-width: 1920px;
    margin: 0px auto;
}

.footer_left {
    float: left;
    width: 30%;
    padding-top: 40px;
    background-color: #2f2f2f;
    text-align: right;
    height: 400px;
}

.footer_left_logo {
    width: 294px;
    height: 134px;
    padding-right: 108px;
    background: url('/images/index.png')left top no-repeat;
    background-position: -5px -3576px;
}

.footer_right {
    float: left;
    width: 70%;
    color: #2dafa7;
    background-color: #242424;
    /*padding-left: 70px;*/
    padding-top: 60px;
    height: 400px;
}

.footer_right_txt {
    text-align: center;
    font-size: 29px;
}

.footer_right_register {
    padding-top: 30px;
    text-align: center;
}

    .footer_right_register a {
        padding: 10px 30px;
        border: 1px solid #2dafa7;
        color: #2dafa7;
        font-size: 25px;
    }

        .footer_right_register a:hover {
            color: #2dafa7;
        }

.footer_left_phone {
    padding-top: 50px;
}

.footer_left_phone_left {
    float: left;
    width: 46px;
    height: 46px;
    background: url('/images/index.png')left top no-repeat;
    background-position: -5px -3728px;
}

.footer_left_phone_right {
    float: left;
    height: 46px;
    text-align: left;
    color: #a1a1a1;
    font-size: 13px;
    padding-left: 10px;
}

.footer_left_email {
    padding-top: 10px;
    text-align: left;
}

.footer_right_link {
    padding-top: 50px;
    padding-left: 70px;
}

.footer_right_link_ul {
    list-style: none;
}

    .footer_right_link_ul li {
        text-align: left;
        line-height: 30px;
        padding: 0 13px;
    }

        .footer_right_link_ul li a {
            color: #a1a1a1;
        }

.footer_right_link_one {
    float: left;
}

.footer_right_link_two {
    float: left;
    /*padding-left: 12%;*/
    padding-left: 7%;
}

.footer_address {
    max-width: 1920px;
    margin: 0px auto;
    padding: 20px 0px;
    line-height: 30px;
    text-align: center;
    background-color: black;
}

    .footer_address a {
        color: #484848;
    }

/*---------------------------------------------------------*/
/*首页*/
/*bcy*/
.news_ul li {
    float: left;
    width: 33%;
    height: 323px;
    padding: 0px 15px 10px 15px;
    border-right: 1px dashed #ccc;
    padding-right: 2.5%;
    /*background: url(/images/news_list_repeat.png)left top repeat;*/
}

    .news_ul li:nth-child(3) {
        border-right: 0px dashed #ccc;
    }
    /*------------bcy------------*/
    .news_ul li a {
        color: #737373;
    }

.news_top {
    line-height: 35px;
}

.news_top_title {
    float: left;
    font-size: 17px;
    color: #5b5a5a;
}

.news_list_div:hover a, .news_list_div:hover span {
    color: #2dafa7;
}

.news_top_title_english {
    float: left;
    font-size: 14px;
    color: #c8c8c8;
}
/*------------bcy End------------*/
.news_top_more {
    float: right;
}

    .news_top_more a:hover {
        color: #2dafa7;
    }

.news_list_div {
    text-align: left;
    line-height: 30px;
}

    .news_list_div a:hover {
        margin-left: -5px;
    }
/*bcy*/
.news_list_div_data {
    float: right;
    color: #737373;
}


/*会员管理*/
.MM_content_text {
    color: #898989;
    font-size: 18px;
    font-weight: lighter;
    text-align: center;
}

.member_jcdz_img {
    width: 110px;
    height: 110px;
    margin-left: 24px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0px -1px;
}

.member_czjf_img {
    width: 110px;
    height: 110px;
    margin-left: 24px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0px -119px;
}

.member_ykjk_img {
    width: 110px;
    height: 110px;
    margin-left: 24px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0px -239px;
}

.member_hytj_img {
    width: 110px;
    height: 110px;
    margin-left: 24px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0px -359px;
}

.member_kktc_img {
    width: 110px;
    height: 110px;
    margin-left: 24px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0px -480px;
}

.member_cccz_img {
    width: 111px;
    height: 111px;
    margin-left: 24px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0px -599px;
}

.icon_list span {
    color: #898989;
    font-size: 23px;
}

.MM_hylb_txt {
    position: absolute;
    bottom: 19px;
    right: 8%;
    color: #898989;
    font-size: 15px;
}

.MM_hylb_txt_title {
    color: #2cafaa;
    font-size: 34px;
}

.MM_xzhy_txt {
    position: absolute;
    bottom: 97px;
    left: 8.5%;
    color: #898989;
    font-size: 15px;
}

.MM_hycz_right {
    position: absolute;
    bottom: 200px;
    right: 5%;
    color: #898989;
}

.MM_hycz_txt {
    position: absolute;
    bottom: 12px;
    right: 0.5%;
    color: #898989;
    font-size: 15px;
}

.MM_hycc_txt {
    position: absolute;
    bottom: 92px;
    left: 11%;
    color: #898989;
    font-size: 15px;
}

.MM_hydj_right {
    position: absolute;
    bottom: 180px;
    right: 0%;
    color: #898989;
}

.MM_hydj_txt {
    position: absolute;
    bottom: 2px;
    right: -1%;
    color: #898989;
    font-size: 15px;
}
/*消费收银*/
.consumer_ksxfjf_img {
    width: 110px;
    height: 110px;
    margin-left: 14px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0px -719px;
}

.consumer_spxf_img {
    width: 110px;
    height: 110px;
    margin-left: 11px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0px -840px;
}

.consumer_jcxf_img {
    width: 110px;
    height: 110px;
    margin-left: 11px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0px -959px;
}

.consumer_syt_img {
    width: 110px;
    height: 110px;
    margin-left: 11px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0px -1079px;
}

.consumer_spth_img {
    width: 110px;
    height: 110px;
    margin-left: 11px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0px -1199px;
}






.xfsy_banner_div {
    height: 175px;
    position: absolute;
    top: 16%;
    right: 36%;
    width: 400px;
}

.xfsy_splb_txt {
    position: absolute;
    bottom: 55px;
    right: 0%;
    color: #898989;
    font-size: 15px;
}

.xfsy_ksxf_left {
    position: absolute;
    bottom: 200px;
    left: 6%;
    color: #898989;
}

.xfsy_ksxf_left_txt {
    position: absolute;
    bottom: 50px;
    left: 11%;
    color: #898989;
    font-size: 15px;
}

.xfsy_jcxf_right {
    position: absolute;
    bottom: 170px;
    right: 6%;
    color: #898989;
}

.xfsy_jcxf_right_txt {
    position: absolute;
    bottom: 12px;
    right: -1%;
    color: #898989;
    font-size: 15px;
}

.xfsy_ksjcxf_left {
    position: absolute;
    bottom: 230px;
    left: 10%;
    color: #898989;
}

.xfsy_ksjcxf_left_txt {
    position: absolute;
    bottom: 67px;
    left: 11%;
    color: #898989;
    font-size: 15px;
}

.xfsy_syt_right {
    position: absolute;
    bottom: 160px;
    right: 2%;
    color: #898989;
}

.xfsy_syt_txt {
    position: absolute;
    bottom: 52px;
    right: 9.5%;
    color: #898989;
    font-size: 15px;
}
/*会员营销*/
.mm_zhbd_img {
    width: 110px;
    height: 110px;
    margin-left: 24px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0px -1319px;
}

.mm_jjz_img {
    width: 110px;
    height: 110px;
    margin-left: 24px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0px -1439px;
}

.mm_srzd_img {
    width: 110px;
    height: 110px;
    margin-left: 24px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0px -1559px;
}

.mm_mjcs_img {
    width: 110px;
    height: 110px;
    margin-left: 24px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0px -1679px;
}

.mm_dhlp_img {
    width: 110px;
    height: 110px;
    margin-left: 24px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0px -1799px;
}

.mm_dxyhq_img {
    width: 111px;
    height: 110px;
    margin-left: 24px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0px -1919px;
}

.hyyx_fsdx_txt {
    position: absolute;
    bottom: -10px;
    right: -9%;
    color: #898989;
    font-size: 15px;
}

.hyyx_xfdx_txt {
    position: absolute;
    bottom: 94px;
    left: 15%;
    color: #898989;
    font-size: 15px;
}

.hyyx_jfdh_txt {
    position: absolute;
    bottom: 95px;
    left: 11.5%;
    color: #898989;
    font-size: 15px;
}

.hyyx_srtx_txt {
    position: absolute;
    bottom: 30px;
    right: -6%;
    color: #898989;
    font-size: 15px;
}

.hyyx_yhhd_left {
    position: absolute;
    bottom: 180px;
    left: 10%;
    color: #898989;
}

.hyyx_yhhd_txt {
    position: absolute;
    bottom: 7px;
    left: 11.5%;
    color: #898989;
    font-size: 15px;
}

.hyyx_hyfl_right {
    position: absolute;
    bottom: 160px;
    right: 4%;
    color: #898989;
}

.hyyx_hyfl_txt {
    position: absolute;
    bottom: -18px;
    right: 2%;
    color: #898989;
    font-size: 15px;
}


/*商品管理*/
.goods_xzsp_img {
    width: 111px;
    height: 111px;
    margin-left: 10px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0px -2039px;
}

.goods_sptj_img {
    width: 111px;
    height: 111px;
    margin-left: 10px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0px -2159px;
}

.goods_spzk_img {
    width: 111px;
    height: 111px;
    margin-left: 10px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0px -2277px;
}

.goods_spjf_img {
    width: 111px;
    height: 111px;
    margin-left: 10px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0px -2393px;
}

.goods_kcyj_img {
    width: 111px;
    height: 111px;
    margin-left: 24px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0px -2512px;
}

.spgl_spgl_right {
    position: absolute;
    bottom: 200px;
    right: -1%;
    color: #898989;
}

.spgl_spgl_txt {
    position: absolute;
    bottom: 95px;
    right: 2.5%;
    color: #898989;
    font-size: 15px;
}

.spgl_spdzjf_left {
    position: absolute;
    bottom: 214px;
    left: 4%;
    color: #898989;
}

.spgl_spdzjf_txt {
    position: absolute;
    bottom: 95px;
    left: 5.5%;
    color: #898989;
    font-size: 15px;
}


/*财务报表*/
.cwbb_banner_div {
    height: 175px;
    position: absolute;
    top: 30%;
    right: 23%;
    width: 400px;
}

.cwbb_banner_btn_a {
    padding: 9px 37px;
    background-color: #fdd000;
    color: #56240e;
    font-size: 25px;
    border-radius: 5px;
}

    .cwbb_banner_btn_a:hover {
        color: #56240e;
    }

.cwbb_jb_right {
    position: absolute;
    bottom: 170px;
    right: 2%;
    color: #898989;
}

.cwbb_jb_txt {
    position: absolute;
    bottom: 100px;
    right: 21%;
    color: #898989;
    font-size: 15px;
}

.cwbb_table_left {
    position: absolute;
    bottom: 130px;
    left: 4%;
    color: #898989;
}

.cwbb_table_txt {
    position: absolute;
    bottom: 60px;
    left: 11.5%;
    color: #898989;
    font-size: 15px;
}

/*员工提成*/
.staff_bktc_img {
    width: 110px;
    height: 111px;
    margin-left: 24px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0 -2633px;
}

.staff_cztc_img {
    width: 110px;
    height: 110px;
    margin-left: 24px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0 -2753px;
}

.staff_cctc_img {
    width: 110px;
    height: 110px;
    margin-left: 38px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0 -2872px;
}

.staff_xftc_img {
    width: 110px;
    height: 110px;
    margin-left: 24px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0 -2993px;
}

.staff_jftc_img {
    width: 110px;
    height: 110px;
    margin-left: 24px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0 -3114px;
}

.staff_xjtc_img {
    width: 110px;
    height: 111px;
    margin-left: 24px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0 -3231px;
}

.ygtc_banner_div {
    height: 175px;
    position: absolute;
    bottom: -10%;
    right: 26%;
    width: 400px;
    top: 288px;
}

.banner_ygtc_title {
    color: white;
    font-size: 48px;
    text-align: center;
}

.banner_ygtcbtn_a {
    padding: 9px 25px;
    background-color: #2dafa7;
    color: white;
    font-size: 20px;
    border-radius: 5px;
}

    .banner_ygtcbtn_a:hover {
        color: white;
    }

.ygtc_tjtc_right {
    position: absolute;
    bottom: 180px;
    right: 0%;
    color: #898989;
}

.ygtc_tjtc_txt {
    position: absolute;
    bottom: 59px;
    right: 2.5%;
    color: #898989;
    font-size: 15px;
}

.ygtc_cztc_txt {
    position: absolute;
    bottom: -24px;
    left: 8%;
    color: #898989;
    font-size: 15px;
}

.ygtc_tctjbb_txt {
    position: absolute;
    bottom: -16px;
    right: 7.5%;
    color: #898989;
    font-size: 15px;
}

/*会员推荐*/
.recommend_bktj_img {
    width: 111px;
    height: 111px;
    margin-left: 24px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0 -3351px;
}

.recommend_xftj_img {
    width: 111px;
    height: 111px;
    margin-left: 24px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0 -3471px;
}

.recommend_djtj_img {
    width: 111px;
    height: 111px;
    margin-left: 24px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0 -3589px;
}

.hytj_banner_div {
    height: 175px;
    position: absolute;
    bottom: -1%;
    right: 36%;
    width: 400px;
    top: 288px;
}

.banner_hytj_title {
    color: white;
    font-size: 48px;
    text-align: center;
}

.hytj_flkg_txt {
    position: absolute;
    bottom: 44px;
    right: 7.5%;
    color: #898989;
    font-size: 15px;
}

.hytj_tcflbb_txt {
    position: absolute;
    bottom: 183px;
    right: 15.5%;
    color: #898989;
    font-size: 15px;
}

.hytj_tjrkh_txt {
    position: absolute;
    bottom: 45px;
    left: 9%;
    color: #898989;
    font-size: 15px;
}

/*手机APP*/
.app_xzhy_img {
    width: 111px;
    height: 110px;
    margin-left: 24px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0 -3711px;
}

.app_xzsp_img {
    width: 111px;
    height: 110px;
    margin-left: 24px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0 -3831px;
}

.app_hygl_img {
    width: 111px;
    height: 110px;
    margin-left: 24px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0 -3950px;
}

.app_ksxf_img {
    width: 111px;
    height: 110px;
    margin-left: 24px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0 -4070px;
}

.app_splb_img {
    width: 111px;
    height: 110px;
    margin-left: 24px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0 -4191px;
}

.app_spxf_img {
    width: 111px;
    height: 111px;
    margin-left: 24px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0 -4311px;
}

.app_jcxf_img {
    width: 111px;
    height: 111px;
    margin-left: 24px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0 -4431px;
}

.app_hycz1_img {
    width: 111px;
    height: 110px;
    margin-left: 24px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0 -4551px;
}

.app_lpgl_img {
    width: 111px;
    height: 110px;
    margin-left: 24px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0 -4668px;
}

.app_jfdh_img {
    width: 111px;
    height: 110px;
    margin-left: 24px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0 -5031px;
}

.app_jjjf_img {
    width: 111px;
    height: 110px;
    margin-left: 24px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0 -4911px;
}

.app_gdgn_img {
    width: 111px;
    height: 110px;
    margin-left: 24px;
    background: url('/images/second.png')left top no-repeat;
    background-position: 0 -4791px;
}

.sjApp_banner_div {
    height: 175px;
    position: absolute;
    bottom: 53%;
    right: 19%;
    width: 400px;
}

.banner_sjappbtn_a {
    padding: 9px 25px;
    background-color: #2dafa7;
    color: white;
    font-size: 20px;
    border-radius: 5px;
}

    .banner_sjappbtn_a:hover {
        color: white;
    }

.app_ghy_txt {
    position: absolute;
    bottom: 130px;
    right: 8%;
    color: #898989;
    font-size: 15px;
}

.app_gsp_txt {
    position: absolute;
    bottom: 185px;
    left: 13%;
    color: #898989;
    font-size: 15px;
}

.app_xfsy_txt {
    position: absolute;
    bottom: 400px;
    right: 8.5%;
    color: #898989;
    font-size: 15px;
}

.app_tbxx_txt {
    position: absolute;
    bottom: 156px;
    left: 10.5%;
    color: #898989;
    font-size: 15px;
}

.download_div {
    max-width: 1920px;
    margin: 0 auto;
    background-color: #2dafa7;
    height: 138px;
    margin-top: -30px;
}


/*首页*/
.index_banner_div {
    height: 46px;
    position: absolute;
    bottom: 14%;
    right: 40%;
}

.banner_indexbtn_a {
    padding: 9px 25px;
    color: white;
    font-size: 20px;
    border-radius: 5px;
}

.index_info_div {
    padding: 40px 0px 70px 40px;
    width: 300px;
}

.index_info_number {
    height: 142px;
}
/*bcy*/
.index_info_number_one {
    background: url('/images/nav_logo1.png')center center no-repeat;
}
/*bcy*/
.index_info_number_two {
    background: url('/images/nav_logo2.png')center center no-repeat;
}
/*bcy*/
.index_info_number_three {
    background: url('/images/nav_logo3.png')center center no-repeat;
}
/*bcy*/
.index_info_title {
    color: #464646;
    font-size: 20px;
    text-align: center;
    font-weight: lighter;
    font-family: "宋体";
}

.index_info_inline {
    height: 10px;
    width: 72px;
    border-bottom: 2px solid white;
}
/*bcy*/
.index_info_txt {
    padding-top: 10px;
    color: #ff8c0b;
    font-size: 15px;
    text-align: center;
}

.cdyy_box {
    padding: 20px 0px;
    padding-left: 10px;
    background-color: white;
    border: 1px solid #f3f3f3;
}

.cdyy_box_title {
    color: black;
    font-size: 20px;
}

.cdyy_box_txt {
    color: #a3a3a3;
    padding-top: 22px;
}

.cdyy_box_hygl {
    padding-left: 20px;
    padding-right: 0px;
}

.cdyy_box_hygl_img {
    width: 107px;
    height: 91px;
    background: url('/images/index.png')left top no-repeat;
    background-position: 10px -654px;
}

.cdyy_box_hyyx_img {
    width: 107px;
    height: 91px;
    background: url('/images/index.png')left top no-repeat;
    background-position: 10px -863px;
}

.cdyy_box_spgl_img {
    width: 107px;
    height: 91px;
    background: url('/images/index.png')left top no-repeat;
    background-position: 10px -1076px;
}

.cdyy_box_wxhy {
    width: 107px;
    height: 91px;
    background: url('/images/index.png')left top no-repeat;
    background-position: 10px -1295px;
}

.cdyy_box_hyzz {
    width: 107px;
    height: 91px;
    background: url('/images/index.png')left top no-repeat;
    background-position: 10px -761px;
}

.cdyy_box_syjs {
    width: 107px;
    height: 91px;
    background: url('/images/index.png')left top no-repeat;
    background-position: 10px -970px;
}

.cdyy_box_lhzf {
    width: 107px;
    height: 91px;
    background: url('/images/index.png')left top no-repeat;
    background-position: 10px -1187px;
}

.cdyy_box_fdgl {
    width: 107px;
    height: 91px;
    background: url('/images/index.png')left top no-repeat;
    background-position: 10px -1409px;
}
/*bcy*/
.cdyy_box_gdgn {
    width: 107px;
    height: 91px;
    background: url('/images/cdyy_box_gdgn.png')left top no-repeat;
    background-position: 13px 0px;
}

.cdyy_box_sjApp {
    width: 107px;
    height: 91px;
    background: url('/images/cdyy_box_sjApp.png')left top no-repeat;
    background-position: 13px 0px;
}
/*------bcy End---------*/









.rjjs_active {
    color: #2dafa7;
    border-bottom: 4px solid #2dafa7;
}
/*bcy*/
.rjjs_bkg {
    min-width: 980px;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 0px;
    height: 857px;
    background: url(/images/index_rjjs_pcbkg.png)center top no-repeat;
}



#pc_changeImg {
    /*position:absolute;top:22.5%;left: 15%;width:600px;height:374px;*/
    position: absolute;
    top: 76px;
    left: 127px;
    width: 600px;
    height: 374px;
}

.combo-function-pic img {
    position: relative !important;
    top: 23px !important;
    left: -23px !important;
    width: 592px !important;
    height: 336px !important;
}
/*---------bcy----------*/
.app_list_logo {
    position: absolute;
    height: 490px;
    right: 7%;
    top: 12px;
    z-index: 1;
    padding-top: 40px;
}

.changeImg_hylb {
    background: url('/images/changeImg_hylb.png') left top no-repeat;
    background-position: 10px 0px;
}

.changeImg_ksxf {
    background: url('/images/changeImg_ksxf.png') left top no-repeat;
    background-position: 10px 0px;
}

.changeImg_spxf {
    background: url('/images/changeImg_spxf.png') left top no-repeat;
    background-position: 10px 0px;
}

.changeImg_jcxf {
    background: url('/images/changeImg_jcxf.png') left top no-repeat;
    background-position: 10px 0px;
}

.changeImg_fsdx {
    background: url('/images/changeImg_fsdx.png') left top no-repeat;
    background-position: 10px 0px;
}

.changeImg_lpdh {
    background: url('/images/changeImg_lpdh.png') left top no-repeat;
    background-position: 10px 0px;
}

.changeImg_hydj {
    background: url('/images/changeImg_hydj.png') left top no-repeat;
    background-position: 10px 0px;
}

.changeImg_spgl {
    background: url('/images/changeImg_spgl.png') left top no-repeat;
    background-position: 10px 0px;
}
/*----------bcy End-------------*/
#app_changeImg {
    position: absolute;
    top: 80px;
    left: 101px;
    width: 257px;
    height: 433px;
}
/*---------bcy----------*/
.app_changeImg_xzhy_logo {
    background: url('/images/app_changeImg_xzhy_logo.png') left top no-repeat;
    background-position: 11px 0px;
}

.app_changeImg_spgl_logo {
    background: url('/images/app_changeImg_spgl_logo.png') left top no-repeat;
    background-position: 11px 0px;
}

.app_changeImg_hygl_logo {
    background: url('/images/app_changeImg_hygl_logo.png') left top no-repeat;
    background-position: 11px 0px;
}

.app_changeImg_ksxf_logo {
    background: url('/images/app_changeImg_ksxf_logo.png') left top no-repeat;
    background-position: 11px 0px;
}

.app_changeImg_hycc_logo {
    background: url('/images/app_changeImg_hycc_logo.png') left top no-repeat;
    background-position: 11px 0px;
}

.app_changeImg_spxf_logo {
    background: url('/images/app_changeImg_spxf_logo.png') left top no-repeat;
    background-position: 11px 0px;
}

.app_changeImg_cjxf_logo {
    background: url('/images/app_changeImg_jcxf_logo.png') left top no-repeat;
    background-position: 11px 0px;
}

.app_changeImg_hycz_logo {
    background: url('/images/app_changeImg_hycz_logo.png') left top no-repeat;
    background-position: 11px 0px;
}

.app_changeImg_lpgl_logo {
    background: url('/images/app_changeImg_lpgl_logo.png') left top no-repeat;
    background-position: 11px 0px;
}

.app_changeImg_jfdh_logo {
    background: url('/images/app_changeImg_jfdh_logo.png') left top no-repeat;
    background-position: 11px 0px;
}

.app_changeImg_jjjf_logo {
    background: url('/images/app_changeImg_jjjf_logo.png') left top no-repeat;
    background-position: 11px 0px;
}

.app_changeImg_gdgn_logo {
    background: url('/images/app_changeImg_gdgn_logo.png') left top no-repeat;
    background-position: 11px 0px;
}
/*---------bcy End----------*/
#pc_Title {
    list-style: none;
    /*padding-top:60px;*/
    padding-top: 13px;
}
    /*bcy*/
    #pc_Title li {
        font-size: 21px;
        height: 44px;
        line-height: 44px;
        padding-left: 50px;
        margin-top: 22px;
    }

        #pc_Title li a {
            font-size: 16px;
            color: white;
        }

@media (min-width:992px) {
    .s-pc_Title li {
    }

    .ss-pc_Title li {
        margin-left: 32px;
    }
}

.combo-function-li li {
    margin-top: 21px !important;
}


#app_Title {
    list-style: none;
    padding-top: 80px;
}
    /*bcy*/
    #app_Title li {
        float: left;
        font-size: 21px;
        height: 103px;
        line-height: 42px;
        margin-bottom: 45px;
        text-align: center;
        width: 131px;
    }
        /*bcy*/
        #app_Title li a {
            color: white;
            display: block;
            font-size: 16px;
            padding-top: 13px;
        }

.rjjs_app {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 10px;
    padding-left: 9.5%;
}

.index_title_comm {
    width: 250px;
    border-bottom: 4px solid #2dafa7;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
    font-size: 40px;
    color: #2dafa7;
}

.index_title_comm_znyj {
    background: url('/images/index.png') left top no-repeat;
    background-position: 7px -3215px;
}

    .index_title_comm_znyj h2 {
        width: 250px;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 10px;
        padding-top: 4px;
        font-size: 40px;
        color: #2dafa7;
    }

.index_title_comm_jjfa {
    background: url('/images/index.png') left top no-repeat;
    background-position: 7px -3287px;
}

    .index_title_comm_jjfa h2 {
        width: 250px;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 10px;
        padding-top: 4px;
        font-size: 40px;
        color: #2dafa7;
    }


/*----------bcy End----------*/
.index_znyj_list_goods {
    margin: 0 auto;
    width: 200px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border-radius: 5px;
    margin-top: -30px;
    background-color: #ccc;
    color: white;
    font-size: 22px;
}

.index_znyj_list_goods_active {
    background-color: #2dafa7;
    color: white;
}

/*新闻中心*/
.in-news-box span {
    background-color: #fff;
    height: 300px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 350px;
    z-index: 1;
}

.section {
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.in-news h1 {
    color: #fff;
}

.index-box h1 {
    font-size: 42px;
    margin-bottom: 60px;
    padding-top: 70px;
    text-align: center;
}

.in-news-box {
    height: 300px;
    padding: 0 49px 0 15px;
    position: relative;
    width: 379px;
}

.f-left {
    float: left;
}

.in-news-box h2 {
    border-bottom: 1px solid #d5d7d9;
    color: #fff;
    font-size: 22px;
    height: 56px;
    line-height: 56px;
    margin-bottom: 14px;
    position: relative;
    z-index: 2;
}

.in-news-box ul {
    overflow: hidden;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
}

    .in-news-box ul li a {
        color: white;
    }

.in-news-box h2 a {
    color: #fff;
    float: right;
}

.in-news-box a {
    transition: all 0.2s ease 0s;
}

.not-a a {
    font-size: 14px;
    padding: 20px;
}

.news_list_div a, .news_list_div span {
    padding: 0px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list_div span {
    text-align: right;
}
/*------------------------------------*/






.index_jjfa_ul {
    padding: 35px 0px 0px 0px;
    margin: 0px;
    list-style: none;
    overflow: hidden;
}
    /*bcy*/
    .index_jjfa_ul li {
        float: left;
        margin-top: 5px;
        height: 318px;
        margin-left: 1%;
        overflow: hidden;
    }

.index_jjfa_ul_title {
    color: #2dafa7;
    font-size: 18px;
    padding: 10px 10px;
}
/*------bcy------*/
.index_jjfa_list_li_img {
    width: 263px;
    height: 221px;
}

    .index_jjfa_list_li_img img {
        width: 264px;
        height: 223px;
    }
/*------bcy End------*/
.index_jjfa_info {
    height: 80px;
}
/*bcy*/
.index_jjfa_ul_li_txt {
    width: 240px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #8a8989;
}

.rjjs_inline {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 30px;
}
/*bcy*/
.zxty_active h2 {
    color: #7d7d7d;
    font-size: 17px;
    text-align: center;
    font-size: 35px;
}

.friendLink_list {
    list-style: none;
}

    .friendLink_list li {
        float: left;
        border: 1px solid #aaa;
        display: block;
        height: 60px;
        width: 163px;
        text-decoration: none;
        margin: 0 0 -1px -1px;
        position: relative;
        z-index: 0;
        text-align: center;
        line-height: 60px;
        font-size: 15px;
    }

        .friendLink_list li a {
            color: #b5b5b6;
        }

            .friendLink_list li a:hover {
                font-weight: bold;
                color: #2dafa7;
            }

.footer_address1 a {
    color: #484848;
}

.tab_link tr td {
    text-align: left;
    padding: 5px 10px;
}

    .tab_link tr td a {
        color: #626262;
    }
/*-------bcy------关于我们--*/
#nav_div div {
    padding: 15px 0px;
    text-align: center;
}

#nav_div a {
    color: white;
    font-size: 18px;
}

.nav_div_active {
    background-color: #04b3a4;
}

.nav_div_normal {
    background-color: #444444;
}

.fzlc_list {
    position: absolute;
    bottom: 5%;
    left: 43%;
    color: white;
    font-size: 14px;
}
/*-------bcy End--------*/





/*************************************************  商品管理CSS  *************************************************/
.sp_title, .sp_type, .sp_content {
    background-color: #f5f5f5;
}

.sp_title_font_color {
    color: #666;
}

.sp_content_font_color {
    color: #7f7f7f;
}

.sp_title .sp_title_font_color {
    font-size: 36px;
}

.sp_title .sp_content_font_color {
    font-size: 17px;
}

.sp_banner_div {
    height: 175px;
    position: absolute;
    top: 25%;
    left: 10%;
    width: 400px;
}

    .sp_banner_div &gt; .banner_title {
        text-align: left;
        font-size: 44px;
    }

    .sp_banner_div &gt; .banner_txt {
        text-align: left;
        font-size: 20px;
    }

    .sp_banner_div &gt; .banner_btn {
        text-align: left;
    }

.sp_type {
    font-size: 16px;
}

.sp_type_2, .sp_type_3, .sp_type_4, .sp_type_6, .sp_type_7, .sp_type_8, .sp_type_9 {
    height: 105px;
    text-align: left;
    line-height: 255px;
}

.sp_type_1 {
    height: 105px;
    line-height: 255px;
    text-align: left;
    padding-left: 1.8%;
    background: url('/images/shopmanage-ico.png') no-repeat 0px 0px;
}

.sp_type_2 {
    padding-left: 3.8%;
    background: url('/images/shopmanage-ico.png') no-repeat 25% -105px;
}

.sp_type_3 {
    padding-left: 7.4%;
    background: url('/images/shopmanage-ico.png') no-repeat 50% -210px;
}

.sp_type_4 {
    padding-left: 10%;
    text-align: left;
    background: url('/images/shopmanage-ico.png') no-repeat 75% -315px;
}

.sp_type_5 {
    padding-left: 12.8%;
    height: 105px;
    line-height: 255px;
    text-align: left;
    background: url('/images/shopmanage-ico.png') no-repeat 100% -420px;
}

.sp_type_6 {
    padding-left: 12.4%;
    background: url('/images/shopmanage-ico.png') no-repeat 70% -525px;
}

.sp_type_7 {
    padding-left: 9.6%;
    background: url('/images/shopmanage-ico.png') no-repeat 58% -629px;
}

.sp_type_8 {
    padding-left: 8.8%;
    background: url('/images/shopmanage-ico.png') no-repeat 44% -733px;
}

.sp_type_9 {
    padding-left: 6.6%;
    background: url('/images/shopmanage-ico.png') no-repeat 29% -837px;
}

.sp_piccontent_txt {
    padding-top: 6%;
}

.sp_piccontent_right_txt {
    float: right;
    width: 360px;
}

.sp_piccontent_title {
    font-weight: bold;
    font-size: 37px;
    color: #666666;
}

.sp_piccontent_content {
    font-size: 14px;
    color: #4a4a4a;
}

.sp_piccontent_link {
    color: #ff6f36;
}

    .sp_piccontent_link:hover {
        color: #ff6f36;
    }

    .sp_piccontent_link:visited {
        color: #ff6f36;
    }
/*五等分div*/
@media (min-width: 768px) {
    .col-sm-2-5 {
        float: left;
        width: 25%;
        padding-left:15px;
        padding-right:15px;
    }
}

/*************************************************  商品管理CSS  *************************************************/

/*************************************************  微信会员卡CSS  *************************************************/
.wechatvipcard_title {
    background-color: #f5f5f5;
}

.wechatvipcard_banner_div {
    height: 175px;
    position: absolute;
    top: 25%;
    left: 10%;
    width: 480px;
}

    .wechatvipcard_banner_div &gt; .banner_title {
        text-align: left;
        font-weight: bold;
        font-size: 310%;
    }

        .wechatvipcard_banner_div &gt; .banner_title span {
            font-size: 120%;
        }

    .wechatvipcard_banner_div &gt; .banner_txt {
        text-align: left;
        font-size: 25px;
    }

.wechatvipcard_title .content_info {
    color: #232323;
    font-size: 42px;
}

.content_txt {
    text-align: center;
    color: #b7b7b7;
    font-size: 15px;
}

.wechatvipcard_function {
    background-color: #f5f5f5;
    padding-bottom: 38px;
}

.wechatvipcard_function_logo {
    text-align: center;
}

    .wechatvipcard_function_logo img {
        margin: 0 auto;
    }

.wechatvipcard_function_1 {
    padding: 0px;
    height: auto;
    min-height: 108px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.wechatvipcard_function_title {
    font-size: 18px;
}

.wechatvipcard_function_txt {
    color: #a8a8a8;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}

.wechatvipcard_function_logo_style {
    padding-top: 26px;
}

.wechatvipcard_function_content {
    padding: 10px 0px 0px 0px;
}

.function_line {
    padding: 25px 0px 0px 0px;
}

.function_block_left {
    padding-left: 0px;
}

.function_block_mid {
    padding-left: 7px;
    padding-right: 8px;
}

.function_block_right {
    padding-right: 0px;
}

.function_left, .function_right {
    padding-top: 20px;
    color: #666666;
}

.function_title {
    font-weight: bold;
    font-size: 45px;
}

.function_txt {
    font-size: 18px;
}

.function_content {
    width: 420px;
    margin: 0 auto;
    padding-top: 22%;
}

.function_left {
    background-color: #F5F5F5;
}

.question_head, .question_info {
    text-align: center;
}

.question_head {
    color: #232323;
    font-size: 42px;
}

.question_info {
    color: #bcbcbc;
    font-size: 15px;
}

.question_title {
    padding: 15px 0px 15px 0px;
    color: #ff6568;
}

.question_ico {
    display: inline-block;
    width: 20px;
    text-align: center;
    color: white;
    background-color: #ff6568;
    margin-right: 8px;
}

.question_txt {
    border: 1px solid #ffcc00;
    background-color: #fff4e3;
    color: #ff894d;
    border-radius: 10px;
    padding: 20px 0px 20px 15px;
}
/*************************************************  微信会员卡CSS  *************************************************/

/*************************************************  智能硬件CSS  *************************************************/

.hardware_title {
    padding-top: 60px;
}

    .hardware_title .content_title {
        text-align: center;
        color: #1cc6ac;
    }

    .hardware_title .content_head {
        padding-top: 20px;
        font-family: "zzgf";
        font-size: 38px;
    }

@font-face {
    font-family: 'zzgf'; /*字体名称*/
    src: url('/fonts/zzgf.otf'); /*字体源文件*/
}

.hardware_title .content_head &gt; span {
    color: #333333;
}

.hardware_title .content_txt {
    font-family: "arial";
    font-size: 13px;
    color: #1cc6ac;
}

.hardware_cards {
    padding-top: 35px;
}

.nav {
    background-color: #f7f7f7;
}

    .nav li {
        padding: 5px 0px 5px 0px;
        width: 20%;
        font-family: "微软雅黑";
        font-size: 14px;
        float: left;
        text-align: center;
        border-right: 1px solid #EEEEEE;
    }

        .nav li:hover {
            color: #fff;
            background-color: #23c5b6;
        }

.hardware_active {
    color: #fff;
    background-color: #23c5b6;
}

.hardware_card_info {
    padding-top: 70px;
    padding-left: 0px;
    padding-right: 0px;
}

.hardware_card_pic {
    padding-left: 0px;
}

.hardware_card_txt {
    word-wrap: break-word;
    line-height: 33px;
}

.btn-more {
    color: #fff;
    background-color: #23c5b6;
}

.hardware_products {
    padding: 30px 80px 30px 80px;
}

.hardware_products_pic {
    background-color: white;
    height: 143.81px;
    text-align: center;
    line-height: 143.81px;
}

.hardware_products_btn {
    padding: 0px 21px 5px 0px;
}

.hardware_product_bg {
    background-color: #ececec;
}

.hardware_pro {
    padding: 7px;
}

.hardware_pro_name {
    background-color: #fff;
    padding: 8px 0px 8px 0px;
    text-align: center;
}

.hardware_pro_buy {
    padding-bottom: 15px;
    text-align: center;
    background-color: #fff;
}

.hardware_pro_buy_btn {
    padding: 1px 20px 1px 20px;
    display: inline-block;
    background-color: #cbcbcb;
    color: #fff;
}

    .hardware_pro_buy_btn:hover {
        color: #fff;
        background-color: #1cc6ac;
    }

    .hardware_pro_buy_btn:active, .hardware_pro_buy_btn:hover, .hardware_pro_buy_btn:visited {
        color: #fff;
    }

.hardware_nav {
    position: absolute;
    right: 91.5%;
    z-index: 9998;
    display: inline-block;
    float: left;
    top: 46%;
}

@media (min-width: 992px) {
    .lg-left {
        top: 100%;
        right: 93.5%;
    }

    .hardware_products_sm_pic {
        background-color: white;
        height: 181.05px;
        text-align: center;
        line-height: 181.05px;
    }
}

.hardware_nav ul li {
    background-color: #E7E7E7;
    margin-top: 5px;
    list-style: none;
    width: 65px;
    height: 50px;
    border-radius: 0px 25px 25px 0px;
    transition: width 0.5s ease-out;
}

.hardware_nav a {
    color: #ffffff;
}

.hardware_nav ul li i {
    display: inline-block;
    width: 60px;
    height: 50px;
}

.hardware_nav_active {
    width: 95px !important;
    height: 50px !important;
    color: #fff !important;
    background-color: #23c5b6 !important;
    padding-left: 8px !important;
    line-height: 50px !important;
}

.hardware_navh_active {
    width: 95px !important;
    height: 50px !important;
    color: #fff !important;
    background-color: #23c5b6 !important;
    padding-left: 8px !important;
    line-height: 50px !important;
}

.hardware_nav_card {
    background: url('/images/page-ico.png') no-repeat 0px -0px;
}

.hardware_nav_pos {
    background: url('/images/page-ico.png') no-repeat 0px -37px;
}

.hardware_nav_print {
    background: url('/images/page-ico.png') no-repeat 0px -192px;
}

.hardware_nav_cash {
    background: url('/images/page-ico.png') no-repeat 0px -77px;
}

.hardware_nav_mobpos {
    background: url('/images/page-ico.png') no-repeat 0px -117px;
}

.hardware_nav_iccast {
    background: url('/images/page-ico.png') no-repeat 0px -155px;
}
/*************************************************  智能硬件CSS  *************************************************/

/*************************************************  智能硬件导航条CSS  *************************************************/
.introduce {
    list-style: none;
}

    .introduce li {
        float: left;
        height: 26px;
        line-height: 26px;
        width: 16%;
        padding-left: 4%;
    }

.hardware li {
    width: 19%;
    padding-left: 6%;
}

.hardware_ico_hykp {
    background: url('/images/hardware-ico.png') no-repeat 0px -9px;
}

.hardware_ico_sksb {
    background: url('/images/hardware-ico.png') no-repeat 0px -44px;
}

.hardware_ico_dysb {
    background: url('/images/hardware-ico.png') no-repeat 0px -80px;
}

.hardware_ico_sysb {
    background: url('/images/hardware-ico.png') no-repeat 0px -116px;
}

.hardware_ico_pos {
    background: url('/images/hardware-ico.png') no-repeat 0px -156px;
}

.hardware_ico_ic {
    background: url('/images/hardware-ico.png') no-repeat 0px -190px;
}
/*************************************************  智能硬件导航条CSS  *************************************************/


/****************************************************  套餐组合CSS  ****************************************************/
.combo-basicfunction {
    background-color: #efefef;
    padding-bottom: 30px;
}

.combo-basicfunction-logo {
    text-align: center;
}

.combo-title {
    text-align: center;
    color: #545255;
    padding-top: 40px;
    padding-bottom: 40px;
}

.combo-txt {
    font-size: 50px;
    color: #4f4f4f;
    line-height: 60px;
    font-weight: bold;
}

.combo-lk, .combo-rk {
    display: inline-block;
    font-family: wryh;
    font-size: 60px;
}

.combo-lk {
    text-align: right;
    font-size: 60px;
    padding-right: 0px;
}

.combo-rk {
    font-size: 60px;
    text-align: left;
    padding-left: 0px;
}

.combo-entitle {
    font-style: normal;
    display: block;
    background-color: #4ec2ff;
    font-family: "arial, helvetica, sans-serif";
    font-size: 21px;
    color: white;
    font-weight: normal;
    padding: 0px 5px 0px 5px;
}

.combo-cntitle {
    display: block;
    font-size: 42px;
    font-weight: bold;
}

.combo-basicfunction-txt {
    font-family: "微软雅黑";
    font-size: 30px;
    color: #787877;
    padding: 110px 0px 0px 0px;
}

.combo-fitness {
    background-color: #fbfcff;
    text-align: center;
}

    .combo-fitness img, .combo-systemadvantage img {
        margin: 0 auto;
    }

.combo-systemadvantage {
    background-color: #f2f2f2;
    padding-bottom: 30px;
}

.combo-offer-head {
    background: url('/images/combo-offerbanner.png') repeat-x;
    text-align: center;
    padding: 30px 0px 29px 0px;
}

    .combo-offer-head &gt; span {
        color: white;
        padding: 3px 10px 6px 10px;
        border: 4px solid white;
        font-size: 32px;
    }

.combo-offer-body {
    background-color: #149fe5;
}

.combo-offer-tr {
    border: 2px solid #54caf2;
    background-color: white;
    margin-top: 15px;
    box-shadow: 0px 3px 15px #333;
}

.combo-offer-flag {
    position: absolute;
    z-index: 99;
}

.combo-offer-flag-txt {
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 99;
    top: -100px;
    left: 18px;
    color: white;
    font-size: 24px;
}

.combo-offer-content {
    padding: 15px;
    z-index: 98;
}

    .combo-offer-content &gt; div {
        float: left;
        margin-left: -7px;
    }

.combo-offer-block {
    display: block;
    width: 22%;
}

.combo-offer-sm-block {
    display: block;
    width: 12.5%;
}

.combo-offer-sm-block-pic {
    padding: 30px 15px 30px 15px;
    border: 1px solid #d6d6d6;
}

.combo-offer-block-pic {
    padding: 15px;
    border: 1px solid #d6d6d6;
}

.combo-offer-block-txt {
    text-align: center;
    background-color: #ffde00;
    color: #000;
    font-size: 19px;
    padding: 5px 0px;
    margin-top: -1px;
}

.combo-offer-plus {
    display: inline-block;
    position: relative;
    top: 112px;
    z-index: 99;
}

@media (min-width: 992px) {
    .lg-top {
        top: 185px;
    }

    .m-combo-offer-sm-block-pic {
        padding: 52px 15px 54px 15px;
        border: 1px solid #d6d6d6;
    }
}

.combo-offer-block-addition-title {
    font-size: 13px;
    color: #444343;
}

.combo-offer-block-addition-pop {
    display: inline-block;
    position: absolute;
    right: -58px;
    top: 23px;
}

.combo-offer-block-addition-pop-img {
    width: 65%;
}

.combo-offer-block-addition-pop-txt {
    text-align: center;
    color: #fb3e3c;
    position: relative;
    display: inline-block;
    font-size: 18px;
    top: -52px;
    left: 9px;
    width: 50%;
    line-height: 23px;
}

    .combo-offer-block-addition-pop-txt em {
        font-style: normal;
        font-family: arial;
        font-size: 28px;
        font-weight: bold;
    }

    .combo-offer-block-addition-pop-txt i {
        font-style: normal;
    }

    .combo-offer-block-addition-pop-txt sup {
        top: -1.5em;
        left: -7px;
    }

.combo-offer-block-addition-txt {
    color: #fb3e3c;
    font-size: 20px;
}

.combo-offer-block-addition-money {
    color: #FB3E3C;
    font-size: 30px;
    padding-left: 30px;
}

    .combo-offer-block-addition-money span {
        padding-left: 10px;
        font-size: 26px;
    }

.combo-offer-block-addition-btn {
    padding-top: 24px;
}

    .combo-offer-block-addition-btn a {
        color: white;
        display: block;
        background-color: #fb3e3c;
        text-align: center;
        font-size: 26px;
        padding: 7px 0px;
        font-size: 17px;
    }

@media (min-width: 992px) {
    .m-combo-offer-block-addition-btn a {
        font-size: 26px;
    }

    .m-combo-offer-block-addition-money {
        font-size: 58px;
    }

    .m-combo-offer-block-addition-txt {
        font-size: 26px;
    }

    .m-combo-offer-block-addition-title {
        font-size: 18px;
    }

    .m-combo-offer-block-addition-pop {
        right: 15px;
        top: 15px;
    }

    .m-combo-offer-block-addition-pop-img {
        width: 100%;
    }

    .m-combo-offer-block-addition-pop-txt {
        font-size: 22px;
        top: -75px;
        left: 20px;
        width: 50%;
        line-height: 28px;
    }

        .m-combo-offer-block-addition-pop-txt em {
            font-size: 37px;
        }
}

.combo-contrast {
    background-color: #F2F2F2;
    padding-bottom: 40px;
}

.combo-contrast-content {
    width: 100%;
    border: 2px solid white;
}

    .combo-contrast-content td {
        font-size: 16px;
    }

    .combo-contrast-content tr td:first-child {
        padding: 13px 0px 13px 30px;
    }

    .combo-contrast-content tr td:last-child {
        padding: 5px 0px 5px 0px;
    }

    .combo-contrast-content tr td:nth-child(2), .combo-contrast-content tr td:nth-child(3), .combo-contrast-content tr td:nth-child(4) {
        text-align: center;
    }

    .combo-contrast-content tr td:nth-child(1), .combo-contrast-content tr td:nth-child(2) {
        color: #7f8080;
    }

    .combo-contrast-content tr td:nth-child(3), .combo-contrast-content tr td:nth-child(4) {
        color: #1768aa;
    }

    .combo-contrast-content td {
        background-color: #f5f9fc;
    }

.combo-contrast-head {
    color: #fff;
}

    .combo-contrast-head th {
        font-weight: normal;
        font-size: 19px;
        border: none;
        text-align: center;
        padding: 7px 0px;
    }

.combo-contrast-content img {
    margin: 0 auto;
}

.combo-wechat {
    background-color: #f9f9f9;
    text-align: center;
}

.combo-wechat-title {
    font-size: 43px;
}

    .combo-wechat-title span {
        color: #ff6900;
    }

.combo-wechat-txt {
    font-size: 25px;
}

.combo-wechat-head {
    padding: 50px 0px 30px 0px;
}

.combo-hardware {
    padding: 40px 0px;
}

.combo-hardware-content {
    margin-top: 15px;
}

    .combo-hardware-content span {
        display: block;
        margin: 10px 0px;
        font-size: 17px;
    }

.combo-vipcard-list div {
    padding: 8px;
}

    .combo-vipcard-list div img {
        margin: 0 auto;
    }

.combo-vipcard {
    padding: 40px 0px;
}

.combo-payway-content img {
    margin: 0 auto;
}

.combo-payway {
    padding: 40px 0px;
}

.combo-download {
    background-color: #03c9e6;
}

    .combo-download ul {
        padding: 15px;
        overflow: auto;
    }

        .combo-download ul li {
            padding: 5px 8px;
        }

            .combo-download ul li &gt; div:nth-child(1) {
                padding: 10px 0px;
                background-color: white;
            }

                .combo-download ul li &gt; div:nth-child(1) &gt; div:nth-child(3) {
                    text-align: center;
                }

.combo-download-ico {
    width: 80px;
    height: 80px;
    display: inline-block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background: url(/images/combo-download-icos.png) no-repeat;
}

.combo-download-title {
    padding-top: 20px;
    font-size: 27px;
    color: #000;
}

.combo-download-txt {
    font-size: 15px;
    color: #767676;
    padding: 10px 0px;
}

.combo-download-txt-time, .combo-download-txt-times {
    color: #2bbfe6;
}

.combo-download-txt-time {
    margin-right: 35px;
}

.combo-download-ico-download {
    width: 60px;
    background-position: -6px -605px;
}

.combo-dowload-ico-android {
    background-position: 0px 0px;
}

.combo-dowload-ico-pc {
    background-position: 0px -162px;
}

.combo-dowload-ico-experience {
    background-position: 0px -317px;
}

.combo-dowload-ico-wechat {
    background-position: 0px -472px;
}

/******************************套餐优惠购style-2***********************************/
.combo-offer-style-two .combo-offer-block {
    width: 18.58%;
}

@media (min-width: 992px) {
    .combo-offer-style-two .lg-top {
        top: 156px;
    }
}

.combo-offer-style-two .combo-offer-tr-txt {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    color: white;
    font-size: 23px;
}

.combo-offer-style-two .combo-offer-list li {
    padding-bottom: 15px;
}

    .combo-offer-style-two .combo-offer-list li:nth-child(odd) {
        padding-right: 10px;
        padding-left: 0px;
    }

    .combo-offer-style-two .combo-offer-list li:nth-child(even) {
        padding-right: 0px;
        padding-left: 10px;
    }

    .combo-offer-style-two .combo-offer-list li .combo-offer-list-block {
        padding: 0px;
        border: 1px solid #149fe5;
    }

.combo-offer-style-two .combo-offer-content-title {
    background-color: white;
    padding: 5px 0px;
    float: left;
    margin-top: 10px;
    margin-left: -16px;
}

.combo-offer-style-two .combo-offer-content-title-flag {
    color: white;
    padding: 0px 5px;
    font-weight: bold;
    font-size: 31px;
    background-color: #149fe5;
    display: inline-block;
    float: left;
}

.combo-offer-style-two .combo-offer-content-title-money {
    display: inline-block;
    padding-left: 15px;
    color: red;
    float: left;
    height: 44px;
}

.combo-offer-style-two .combo-offer-content-title-money-ico {
    display: inline-block;
    float: left;
}

    .combo-offer-style-two .combo-offer-content-title-money-ico p:nth-child(1) {
        font-size: 12px;
        font-weight: bold;
        margin: 0px;
        padding: 0px;
    }

    .combo-offer-style-two .combo-offer-content-title-money-ico p:nth-child(2) {
        font-size: 24px;
        font-weight: bold;
        display: inline-block;
        line-height: 20px;
        float: right;
        padding: 0px;
        margin: 0px;
    }

.combo-offer-style-two .combo-offer-content-title-money-number {
    font-size: 42px;
    font-weight: bold;
    float: right;
    line-height: 40px;
}

.combo-offer-style-two .combo-offer-content-txt {
    font-size: 20px;
    height: 66px;
    color: #2b2936;
}

    .combo-offer-style-two .combo-offer-content-txt span {
        font-size: 15px;
    }

.combo-offer-style-two .combo-offer-block-list {
    padding: 15px 0px;
}

.combo-offer-style-two .combo-offer-title-block {
    text-align: center;
    padding: 15px;
}

    .combo-offer-style-two .combo-offer-title-block span {
        font-size: 32px;
        display: inline-block;
        padding: 0px 15px;
        font-weight: bold;
        color: red;
        background-color: #ffde00;
    }

.combo-offer-style-two .combo-offer-content-title-original {
    padding-left: 15px;
    font-size: 17px;
    display: inline-block;
    line-height: 50px;
    height: 44px;
    color: #282828;
    text-decoration: line-through;
}

.combo-offer-style-two .combo-offer-tr {
    box-shadow: none;
}
/****************************************************  套餐组合CSS  ****************************************************/

/*********************************lzx************************************/

.news-detail p a {
    color: #009688;
}

    .news-detail p a:hover {
        color: #009688;
        text-decoration: underline;
    }

.index-hardware {
    padding: 0px;
    background-color: #fff;
    overflow: hidden;
}

    .index-hardware img {
        margin: 0 auto;
    }

.index-hardware-txt {
    padding: 20px 15px 20px 15px;
    opacity: 0.7;
    color: white;
    font-size: 22px;
    background-color: #666;
    position: absolute;
    top: 286px;
    transition: top 0.5s ease-out;
}

    .index-hardware-txt hr {
        border: none;
        width: 20%;
        height: 5px;
        background-color: #27dbce;
        margin: 15px 0;
    }

    .index-hardware-txt p {
        width: 100%;
        padding: 0px;
        margin: 0;
        font-size: 5px;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 40px;
        word-wrap: break-word;
        word-break: break-all;
    }

.index-hardware:hover &gt; .index-hardware-txt {
    top: 66px;
}

.index-hardware-line {
    padding-top: 15px;
}

.index-hardware-block {
    padding: 0px 7px 0px 7px;
}

.index_jjfa_txt {
    color: #fff;
    padding-top: 5%;
    background-color: #000;
    color: #fff;
    position: absolute;
    width: 263px;
    height: 318px;
    top: 40px;
    opacity: 0;
    font-size: 14px;
    transition: opacity 0.5s ease-out;
}

    .index_jjfa_txt span {
        display: block;
        text-align: center;
        font-size: 17px;
    }

    .index_jjfa_txt p&gt;a {
        font-size: 14px;
        color: #fff;
    }

.index_jjfa_ul li:hover &gt; .index_jjfa_txt {
    opacity: 0.7;
}

.n-banner {
    height: 540px;
    width: 100%;
    margin: 0 auto;
    margin-top: 74px;
}

.index .carousel-indicators li {
    margin-left: 15px;
    background-color: #fff;
}

.index .carousel-indicators .active {
    background-color: #fcff00;
}

.index .carousel-control.left, .index .carousel-control.right {
    background-image: none;
    line-height: 32;
}

    .index .carousel-control.left img {
        padding-right: 60px;
    }

    .index .carousel-control.right img {
        padding-left: 60px;
    }

.index-function-ins {
    background: none !important;
}

.position {
    margin-top: -75px;
    margin-bottom: 75px;
}

.cdyy_box_title a {
    color: black;
}

    .cdyy_box_title a:hover, .cdyy_box_title a:active, .cdyy_box_title a:visited {
        color: black;
    }
/*********************************lzx************************************/

/********************************hzj*********************************************/
/*****************************价格资费*******************************************/


.price_margin_top {
    margin-top: 50px;
}

.price_table_padding_bottom {
    padding-bottom: 25px;
}

.bannerPriceContent {
    margin-top: -15%;
    margin-left: 25%;
    color: white;
}

    .bannerPriceContent h2 {
        color: white;
    }

    .bannerPriceContent h6 {
        margin-top: 20px;
        color: white;
    }

.table-difference {
    width: 100%;
    line-height: 30px;
    font-size: medium;
}

    .table-difference tr:first-child &gt; td:nth-child(1) {
        border: none;
    }

    .table-difference tr:first-child &gt; td:nth-child(2) {
        border: none;
        padding-bottom: 5px;
    }

    .table-difference tr:first-child &gt; td:nth-child(3) {
        border: none;
        padding-bottom: 5px;
    }

    .table-difference tr &gt; td span {
        width: 133px;
        height: 39px;
        color: #ffffff;
        padding-top: 5px;
        font-size: 22px;
        display:inline-block;
    }

    .table-difference tr &gt; td {
        width: 30%;
        height: 50px;
        text-align: left;
        border: 1px solid #c6c6c6;
        border-left: none;
        padding-left: 20px;
        font-size: 17px;
        color: #8c8c8c;
       
    }

        .table-difference tr &gt; td + td {
            text-align: center;
            padding-left: 0;
        }

            .table-difference tr &gt; td + td + td {
                border-right: none;
            }

    .table-difference tr:nth-child(odd) {
        background-color: #ffffff;
    }

    .table-difference tr:nth-child(even) {
        background-color: #f9f9f9;
    }

.green {
    color: green;
}

.red {
    color: #e10107;
}

.download {
    height: 420px;
    background-color: #f9f9f9;
}

.download_background {
    background-color: #f5f5f5;
}

.downloadTab {
    height: 380px;
    background-color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .downloadTab ul &gt; li {
        font-size: 22px;
        font-weight: 500;
        color: #626262;
    }

        .downloadTab ul &gt; li + li {
            font-size: 14px;
        }

    .downloadTab ul {
        margin-top: 100px;
    }

    .downloadTab span {
        background-color: #2bc277;
        line-height: 36px;
        height: 36px;
        margin-top: 25px;
        font-size: 15px;
        display: inline-block;
        text-align: center;
        border-radius: 2px;
    }

    .downloadTab a {
        color: #ffffff;
    }

        .downloadTab a:hover {
            color: #ffffff;
        }

.downloadImg {
    width: 60px;
    height: 75px;
    padding-top: 55px;
    margin: 0 auto;
}

.margin_top {
    margin-top: 20px;
}

.SMSBanner {
    max-width: 200px;
    min-width: 100px;
}

    .SMSBanner img {
        max-width: 230px;
        min-width: 100px;
        height: 440px;
    }

.SMSBannerText {
    margin-top: -380px;
}

    .SMSBannerText h1 {
        margin-top: 20px;
        color: #fff;
    }

    .SMSBannerText h3 {
        margin-top: 20px;
        color: #fff;
    }

    .SMSBannerText a {
        margin-top: 40px;
    }


.Demo {
    width: 100%;
    padding-top: 35px;
    text-align: center;
    height: 216px;
    background-color: #ffffff;
    padding-bottom: 25px;
}

    .Demo img {
        margin-bottom: 25px;
    }

    .Demo i {
        font-size: 18px;
        color: #5f5f5f;
        font-style: normal;
        margin-bottom: 8px;
    }

    .Demo span {
        margin-top: 0px;
    }

.margin_left {
    margin-left: 30px;
}

.hardware {
    text-align: center;
    background-color: #ffffff;
}

.price_hardware_background {
    background-color: #fbfbfb;
}

.price_hardware_title_margin_top {
    margin-top: 60px;
}

.price_hardware_content_margin_top {
    margin-top: 35px;
}

.price_hardware_box {
    padding-left: 15px;
    padding-bottom: 20px;
}

.price_hardware {
    height: 290px;
}

.hardwareimg {
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hardware img {
    margin-bottom: 25px;
    overflow: auto;
}

.hardware i {
    font-size: 18px;
    color: #5f5f5f;
    font-style: normal;
    margin-top: 8px;
}

.hardware a {
    margin-bottom: 30px;
}

.yjxx {
    margin-top: -30px;
}

.reda {
    color: #e10107;
}

.price_hardware:hover {
    box-shadow: 0 10px 10px #e7e7e7;
}

.reda:hover {
    color: #e10107;
}

.hardware li a:hover {
    color: #ffffff;
}
.WeChatRCode {
    background-color:#ffffff;
    position:relative;
    margin-top:-105px;
}
/*****************************价格资费*******************************************/
/********************************hzj*********************************************/


/********************************hzj*********************************************/
/*****************************软件功能操作手册*******************************************/


.title_aside {
    background-color: #fff;
    width: 90%;
    text-align: left;
}

.bacgroundcolor {
    background-color: #f2f2f2;
}

.heade {
    border-top: 1px dashed #cccccc;
    text-align: left;
    padding: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.panel-group .panel + .panel {
    margin-top: 0;
}

.panel-group-background {
    background-color: #ffffff;
}

.heade_first {
    margin-top: 11px;
    border-top: none;
}

.heade_last {
    height: 50px;
    border-top: 1px dashed #cccccc;
    text-align: left;
    padding: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.heade span a {
    font-size: 17px;
    color: #323232;
}


.heade a:hover {
    color: #323232;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}

.defaultBorder {
    border-top: 5px solid #19b983;
    border-radius: 0;
}

.defaultBorderforContent {
    border-top: 5px solid #e0e0e0;
    border-radius: 0;
    height: 78px;
    margin-top: 58px;
    margin-bottom: 0px;
}

.border_content {
    border-bottom: 1px solid #e0e0e0;
}

.contentTitle {
    padding-left: 18px;
    float: left;
    padding-top: 27px;
    padding-bottom: 15px;
}

    .contentTitle span {
        font-size: 17px;
        margin-left: 10px;
        padding-bottom: 15px;
        padding-top: 30px;
    }

.contentLink {
    margin-right: 25px;
    padding-top: 30px;
    font-size: 14px;
    color: #646464;
    float: right;
}

.contentminheight {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    background-color: #fff;
    min-height: 774px;
}
.contentminheight img{
    max-width:100%;
    max-height:100%
}

.active {
    color: #19b983;
}

.panel-body {
    padding-top: 0;
}

    .panel-body ul &gt; li a {
        color: #646464;
    }

    .panel-body ul &gt; li {
        text-align: left;
        margin-left: 15px;
        padding-bottom: 5px;
        color: #646464;
        font-size: 14px;
    }

        .panel-body ul &gt; li:first-child {
            margin-top: -5px;
        }

        .panel-body ul &gt; li a:hover {
            color: #19b983;
        }

.default {
    margin-top: 0px;
}

/*****************************软件功能操作手册*******************************************/
/********************************hzj*********************************************/

/********************************hzj*********************************************/
/*****************************软件功能*******************************************/
.tutorial_banner {
    width: 100%;
    margin: 0 auto;
    margin-top: 74px;
    background: url(/images/Software/home-Tutorial-banner.png) no-repeat center;
    height: 388px;
}

.tutorial-contact {
    padding-top: 121px;
    padding-right: 52%;
    float: right;
}

    .tutorial-contact a {
        font-size: 19px;
        width: 192px;
        color: #ffffff;
        height: 35px;
        display: inline-block;
    margin-left: 10px;
    padding-left: 5px;
    }

    .tutorial-contact div:nth-child(1) {
        font-size: 42px;
        color: #ffffff;
        font-weight: 500;
    }

    .tutorial-contact div:nth-child(2) {
        font-size: 19px;
        color: #ffffff;
    }

.contactimg {
    margin-left: 0px;
    width: 30px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.table_margin_top {
    font-size: 16px;
  
}

.tutorial_table_title {
    font-size: 36px;
    font-weight: 500;
}

.tutorial_table_hygl {
    background: url('/images/Software/tutorial-icos.png') left top no-repeat;
    background-position: 5px 30px;
}

.tutorial_table_xfsy {
    background: url('/images/Software/tutorial-icos.png') left top no-repeat;
    background-position: 5px -115px;
}

.tutorial_table_spgl {
    background: url('/images/Software/tutorial-icos.png') left top no-repeat;
    background-position: 5px -279px;
}

.tutorial_table_fsdx {
    background: url('/images/Software/tutorial-icos.png') left top no-repeat;
    background-position: 5px -437px;
}

.tutorial_table_hyyx {
    background: url('/images/Software/tutorial-icos.png') left top no-repeat;
    background-position: -345px 31px;
}

.tutorial_table_xtsz {
    background: url('/images/Software/tutorial-icos.png') left top no-repeat;
    background-position: -345px -114px;
}

.tutorial_table_bbzx {
    background: url('/images/Software/tutorial-icos.png') left top no-repeat;
    background-position: -345px -296px;
}

.tutorial_table_wxsz {
    background: url('/images/Software/tutorial-icos.png') left top no-repeat;
    background-position: -345px -438px;
}

.tutorial-contact a:hover {
    background: url('/images/Software/home-tutorial-background.png') no-repeat;
    color: #0f5ec9;
}

.table tr &gt; td ul &gt; li {
    color: #333;
    display: inline-block;
    padding-right: 10px;
    color: #5c5c5c;
}

.table tr &gt; td {
    height: 144px;
}

    .table tr &gt; td ul {
        list-style: none;
        display: block;
    }

        .table tr &gt; td ul &gt; li a {
            font-size: 16px;
            color: #5c5c5c;
            margin-top: 10px;
        }

            .table tr &gt; td ul &gt; li a:hover {
                color: #ffbf14;
            }

    .table tr &gt; td h4 {
        font-size: 23px;
        color: #178ac9;
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .table tr &gt; td:nth-child(1) {
        width: 10%;
        padding: 0;
        height: 80px;
        text-align: center;
    }

        .table tr &gt; td:nth-child(1) img {
            margin-top: 30px;
        }

    .table tr &gt; td:nth-child(2) {
        width: 40%;
    }

    .table tr &gt; td:nth-child(3) {
        width: 10%;
        padding: 0;
        text-align: center;
    }

        .table tr &gt; td:nth-child(3) img {
            margin-top: 30px;
        }

    .table tr &gt; td:nth-child(4) {
        width: 40%;
    }

.table tr:nth-child(2) &gt; td {
    border: none;
}

.table tr:nth-child(1) &gt; td {
    border: none;
}

/*****************************软件功能*******************************************/
/********************************hzj*********************************************/



/********************************hzj*********************************************/
/****************************************************  解决方案CSS  ****************************************************/

.soul-banner-title {
   float: right;
   padding-right: 5%;
    padding-top: 10%;
}
    .soul-banner-title div:nth-child(1) {
           font-size: 48px;
    font-weight: 500;
    line-height: 55px
    }
     .soul-banner-title div:nth-child(2) {
             font-size: 20px;
    padding-top: 30px
    }
      .soul-banner-title div:nth-child(3) {

    }
.solu-container {
    padding-left: 86px;
    padding-right: 86px;
}

.solu-intro-title-txt {
    font-size: 19px;
    color: #787878;
}

.solu-intro-title-btn {
    padding-top: 30px;
}

    .solu-intro-title-btn a {
        display: inline-block;
        padding: 7px 20px;
        background-color: #ecbd37;
        font-size: 26px;
        color: white;
    }

.solu-intro-title-pic img {
    float: left;
    padding-left: 10%;
}

.solu-intro-title {
    padding-top: 50px;
}

    .solu-intro-title &gt; div:first-child {
        padding-top: 4%;
    }

.solu-intro-title-ico {
    padding-top: 40px;
}

.solu-intro-title-ico-pic {
    padding: 0 45px;
}

    .solu-intro-title-ico-pic img {
        margin: 0 auto;
    }

.solu-intro-title-ico-txt {
    padding-top: 25px;
    font-size: 20px;
    color: #828383;
    text-align: center;
}

.solu-hrline {
    padding: 0 30px;
}

    .solu-hrline hr {
        background-color: #dbdbdb;
        margin-bottom: 0;
        height: 1px;
    }

.solu-first-line {
    margin-top: 55px;
}

.solu-second-line {
    margin-top: 90px;
    margin-bottom: 20px !important;
}

.solu-third-line {
    margin-top: 15px;
    margin-bottom: 30px !important;
}

.solu-four-line {
    margin-top: 0px;
    margin-bottom: 1px !important;
}

.solu-four-line {
    margin-top: 0px;
    margin-bottom: 20px !important;
}

.solu-industry {
    padding-top: 65px;
}

.solu-industry-title {
    color: #333333;
    font-size: 36px;
    text-align: center;
}

.solu-industry-ico {
    text-align: center;
}

    .solu-industry-ico span {
        margin: 20px 0px;
        width: 30px;
        height: 30px;
        display: inline-block;
        background: url(/images/Solution/solution-basicfunction-pic.png) no-repeat;
    }

.solu-industry-content {
    color: #747474;
    font-size: 16px;
    text-align: center;
}

.solu-problem {
    padding: 0px 30px;
    padding-top: 60px;
    font-size: 24px;
    color: #606060;
}

.solu-problem-title {
    padding: 0;
}

.solu-problem-list {
    margin-top: 30px;
    background-color: #fff4e3;
    border: 1px solid #ffcc00;
    border-radius: 5px;
}

    .solu-problem-list ul {
        padding: 15px 60px 25px 60px;
    }

        .solu-problem-list ul li a {
            font-size: 18px;
            color: #ff6600;
            border-bottom: 1px solid white;
            padding: 15px 0px 15px 35px;
        }

.solu-solution-title {
    font-size: 36px;
    text-align: center;
    color: #232323;
    padding-top: 55px;
}

.solu-solution-item {
    padding: 0;
}

.solu-solution-item-title {
    padding-top: 50px;
    color: #fe6700;
    font-size: 24px;
    text-align: left;
}

.solu-solution-item-txt {
    padding-top: 30px;
    padding-right: 25px;
    font-size: 16px;
    line-height: 25px;
    color: #5C5C5C;
    text-align: left;
}

.solu-solution-item-func {
    width: 100%;
    overflow: auto;
}

.solu-solution-item-func-item {
    padding-top: 40px;
    width: 25%;
    float: left;
    text-align: center;
}

    .solu-solution-item-func-item span {
        display: inline-block;
        width: 75px;
        height: 75px;
        background: url(/images/Solution/solution-icos.png) no-repeat;
    }

    .solu-solution-item-func-item p {
        text-align: center;
        font-size: 17px;
        color: #6d6d6d;
        margin: 0;
        padding-top: 5px;
    }

.solu-solution-item-func-pic {
    padding-top: 60px;
}

.s-left {
    float: left;
}

.s-right {
    float: right;
}

.solu-solution-item ul {
    width: 230px;
    padding-left: 0px;
    padding-top: 60px;
}

    .solu-solution-item ul &gt; li {
        border-bottom: 1px dashed #e8e8e8;
        font-size: 18px;
        color: #474646;
        line-height: 50px;
    }

.solu-solution-item &gt; div:nth-child(1) {
    padding-left: 0;
}

.solu-solution-item &gt; div:nth-child(2) {
    padding-right: 0;
}

.solu-solution-item-right &gt; div {
    padding-left: 25px;
    padding-right: 0px;
}

.solu-solution-item-last {
    padding-bottom: 45px;
}

.solu-graybg {
    background-color: #f9f9f9;
}

.solu-basic-func-item {
    padding: 0;
    padding-top: 60px;
}

.solu-basic-func-item-ico {
    text-align: center;
}

    .solu-basic-func-item-ico span {
        width: 102px;
        height: 102px;
        display: inline-block;
        background: url(/images/Solution/solution-icos.png) no-repeat;
    }

.solu-basic-func-item-funcs-title {
    font-size: 23px;
    color: #178ac9;
}

.solu-basic-func-item-funcs-list ul {
    padding-top: 20px;
}

    .solu-basic-func-item-funcs-list ul li {
        font-size: 16px;
        color: #5C5C5C;
        padding-right: 10px;
        padding-bottom: 7px;
        float: left;
    }

.solu-basic-func-item-ico-vipmanage {
    background-position: -587px 0px !important;
}

.solu-basic-func-item-ico-consume {
    background-position: -744px 0px !important;
}

.solu-basic-func-item-ico-goodsmanage {
    background-position: -587px -162px !important;
}

.solu-basic-func-item-ico-sendmessage {
    background-position: -744px -162px !important;
}

.solu-basic-func-item-ico-vipmarketing {
    background-position: -587px -324px !important;
}

.solu-basic-func-item-ico-syssetting {
    background-position: -744px -324px !important;
}

.solu-basic-func-item-ico-reportcenter {
    background-position: -587px -486px !important;
}

.solu-basic-func-item-ico-wechatsetting {
    background-position: -744px -486px !important;
}

.solu-basic-func-item-left {
    padding-left: 0px;
    padding-right: 5%;
}

.solu-basic-func-item-right {
    padding-left: 5%;
    padding-right: 0px;
}

.s_fix_height {
    overflow: auto;
}

    .s_fix_height a {
        font-size: 16px;
        color: #5c5c5c;
    }

        .s_fix_height a:hover {
            color: #ffbf14;
        }

.solu-basic-func-mobile {
    padding-top: 50px;
}

    .solu-basic-func-mobile &gt; div:nth-child(1) {
        padding-right: 78px;
    }

    .solu-basic-func-mobile &gt; div:nth-child(2) {
        padding-left: 78px;
    }

    .solu-basic-func-mobile &gt; div:nth-child(1) &gt; div {
        float: right;
    }

    .solu-basic-func-mobile &gt; div:nth-child(2) &gt; div {
        float: left;
    }

    .solu-basic-func-mobile &gt; div &gt; div {
        text-align: center;
    }

        .solu-basic-func-mobile &gt; div &gt; div span {
            width: 66px;
            height: 54px;
            display: inline-block;
            background: url(/images/Solution/solution-icos.png) no-repeat 0px 0px;
        }

        .solu-basic-func-mobile &gt; div &gt; div p {
            font-size: 20px;
            color: #3e3a39;
        }

.activeline {
    border-bottom: 2px solid #ffae01;
}

.solu-basic-func-mobile-wechat-ico {
    background-position: -608px -647px !important;
}

.solu-basic-func-mobile-app-ico {
    background-position: -764px -647px !important;
}

.solu-basic-func-mobile-sys {
    padding-top: 40px;
    padding-bottom: 20px;
}

    .solu-basic-func-mobile-sys img {
        margin: 0 auto;
    }

#app:hover, #wechat:hover {
    cursor: pointer;
}

.solu-solution-hardware {
    padding: 60px 0px;
}

    .solu-solution-hardware img {
        margin: 0 auto;
    }

.bottom-banner {
    margin: 0;
}

.solu-bottom-use {
    width: 430px;
    position: absolute;
    margin-top: -310px;
    margin-left: 65%;
}

.solu-bottom-use-txt {
    font-size: 47px;
    color: #4d4d4d;
}

.solu-bottom-use-btn {
    padding-top: 30px;
}

    .solu-bottom-use-btn &gt; a {
        font-size: 22px;
        color: white;
        padding: 5px 30px;
    }

        .solu-bottom-use-btn &gt; a:nth-child(1) {
            background-color: #47d0c5;
        }

        .solu-bottom-use-btn &gt; a:nth-child(2) {
            background-color: #fc8c2c;
        }
/*加油加气*/
.solu-gassttation-viprecommend {
    background-position: -123px -1334px !important;
}

.solu-gassttation-preferentialsetting {
    background-position: 0px -1807px !important;
}

.solu-gassttation-electronics {
    background-position: 0px -4583px !important;
}

.solu-gassttation-addgift {
    background-position: -120px -1807px !important;
}

.solu-gassttation-giftexchange {
    background-position: -120px -1489px !important;
}

.solu-gassttation-integralbalance {
    background-position: -246px -1489px !important;
}

.solu-gassttation-wxcard {
    background-position: -246px -1336px !important;
}

.solu-gassttation-wxremind {
    background-position: 0px -1487px !important;
}

.solu-gassttation-bombscreen {
    background-position: 0px -2126px !important;
}

.solu-gassttation-pos {
    background-position: 0px -1644px !important;
}

.solu-gassttation-vipaccount {
    background-position: 0px -1334px !important;
}

.solu-gassttation-productreport {
    background-position: -123px -4583px !important;
}

.solu-gassttation-orderreport {
    background-position: -120px -1644px !important;
}

.solu-gassttation-commission {
    background-position: -246px -1192px !important;
}

.solu-gassttation-allreport {
    background-position: -246px -1807px !important;
}

/*服装鞋店*/
.solu-clothing-addvip {
    background-position: 0px 0px !important;
}

.solu-clothing-viplevel {
    background-position: -760px -1053px !important;
}

.solu-clothing-wxcard {
    background-position: -600px -1191px !important;
}

.solu-clothing-addgift {
    background-position: -760px -1965px !important;
}

.solu-clothing-gift {
    background-position: -760px -1642px !important;
}

.solu-clothing-addproduct {
    background-position: -600px -2124px !important;
}

.solu-clothing-productlb {
    background-position: -600px -1965px !important;
}

.solu-clothing-productfx {
    background-position: -600px -912px !important;
}

.solu-clothing-wxvipcard {
    background-position: -760px -1191px !important;
}

.solu-clothing-electroniccoupons {
    background-position: -600px -1486px !important;
}

.solu-clothing-preferentialactivities {
    background-position: -760px -1334px !important;
}

.solu-clothing-electroniccoupons-2 {
    background-position: -760px -1486px !important;
}

.solu-clothing-pay {
    background-position: -600px -1807px !important;
}

.solu-clothing-store {
    background-position: -760px -2124px !important;
}

.solu-clothing-commissionall {
    background-position: -244px -3824px !important;
}

.solu-clothing-commissionsetting {
    background-position: -760px -2306px !important;
}

.solu-clothing-vipaccount {
    background-position: -600px -1051px !important;
}

.solu-clothing-sellrecorde {
    background-position: -760px -911px !important;
}

.solu-clothing-Procurementrecorde {
    background-position: -760px -1806px !important;
}

.solu-clothing-exchangerecord {
    background-position: -600px -1642px !important;
}

.solu-clothing-allreport {
    background-position: -600px -1333px !important;
}


/*沐足休闲功能*/
.solu-footleisure-viplabel {
    background-position: -600px -2683px !important;
}

.solu-footleisure-levelsetting {
    background-position: -246px -4260px !important;
}

.solu-footleisure-commissionreport {
    background-position: -600px -4260px !important;
}

.solu-footleisure-commissionsetting {
    background-position: -760px -4260px !important;
}

.solu-footleisure-commissiongl {
    background-position: 0px -4415px !important;
}

.solu-footleisure-commissiongl-2 {
    background-position: -246px -4115px !important;
}

.solu-footleisure-commissionsetting-2 {
    background-position: -598px -4115px !important;
}

.solu-footleisure-commissionreport-2 {
    background-position: -123px -4415px !important;
}

.solu-footleisure-viprecommend {
    background-position: -246px -2126px !important;
}

.solu-footleisure-storemanagement {
    background-position: -760px -4115px !important;
}

.solu-footleisure-preferentialsetting {
    background-position: 0px -4415px !important;
}

.solu-footleisure-smsgroup {
    background-position: 0px -4415px !important;
}

.solu-footleisure-smstemplte {
    background-position: 0px -1488px !important;
}
/*汽车美容功能图标偏移*/
.solu-carcosmetology-addvip {
    background-position: 0px 0px !important;
}

.solu-carcosmetology-customattributes {
    background-position: -123px -1191px !important;
}

.solu-carcosmetology-staffing {
    background-position: -246px -3678px !important;
}

.solu-carcosmetology-viprecommend {
    background-position: -600px -3678px !important;
}

.solu-carcosmetology-labelsetting {
    background-position: -120px -3678px !important;
}

.solu-carcosmetology-viplist {
    background-position: 0px -3678px !important;
}

.solu-carcosmetology-levelsetting {
    background-position: -600px -3527px !important;
}

.solu-carcosmetology-recorderproduct {
    background-position: -760px -3527px !important;
}

.solu-carcosmetology-preferentialactivitiessetting {
    background-position: 0px -912px !important;
}

.solu-carcosmetology-smsgroup {
    background-position: -123px -376px !important;
}

.solu-carcosmetology-smstemplte {
    background-position: -246px -3529px !important;
}

.solu-carcosmetology-productxf {
    background-position: -760px -3025px !important;
}

.solu-carcosmetology-recordxf {
    background-position: -120px -3527px !important;
}

.solu-carcosmetology-timexf {
    background-position: 0px -3527px !important;
}

.solu-carcosmetology-pakegexf {
    background-position: -246px -3359px !important;
}

.solu-carcosmetology-ffxf {
    background-position: 0px -3359px !important;
}

.solu-carcosmetology-housingxf {
    background-position: -760px -3198px !important;
}

.solu-carcosmetology-paysetting {
    background-position: -600px -3198px !important;
}

.solu-carcosmetology-integralpay {
    background-position: -246px -3198px !important;
}


/*儿童乐园功能图标偏移*/
.solu-child-viplabel {
    background-position: -123px -125px !important;
}

.solu-child-viprecommend {
    background-position: -600px -2859px !important;
}

.solu-child-viplevel {
    background-position: -762px -2683px !important;
}

.solu-child-levelsetting {
    background-position: -762px -2308px !important;
}

.solu-child-recordxf {
    background-position: 0px -2859px !important;
}

.solu-child-ffrecordxf {
    background-position: 0px -2502px !important;
}

.solu-child-viprechangerecorder {
    background-position: -246px -2859px !important;
}

.solu-child-product {
    background-position: -123px -2682px !important;
}

.solu-child-viplist {
    background-position: -120px -2859px !important;
}

.solu-child-viplabel-2 {
    background-position: -600px -2682px !important;
}

.solu-child-wxgroup {
    background-position: -762px -2859px !important;
}

.solu-child-smsgroup {
    background-position: -246px -4415px !important;
}

.solu-child-viprecommend-2 {
    background-position: -600px -2859px !important;
}

.solu-child-recommendsetting {
    background-position: -760px -2501px !important;
}

.solu-child-recommendreport {
    background-position: -600px -2501px !important;
}


/*早教培训功能图标偏移*/
.solu-cultivate-viplabel {
    background-position: -123px -125px !important;
}

.solu-cultivate-viplevel {
    background-position: -760px -2683px !important;
}

.solu-cultivate-productsetting {
    background-position: -120px -3028px !important;
}

.solu-cultivate-viplist {
    background-position: -600px -4582px !important;
}

.solu-cultivate-vipremind {
    background-position: 0px -1488px !important;
}

.solu-cultivate-filltime {
    background-position: 0px -2682px !important;
}

.solu-cultivate-recharge {
    background-position: -120px -3199px !important;
}

.solu-cultivate-vipfilltime {
    background-position: -760px -3025px !important;
}

.solu-cultivate-recordconsumer {
    background-position: -120px -3525px !important;
}

.solu-cultivate-ffrecordconsumer {
    background-position: -760px -4582px !important;
}

.solu-cultivate-addproduct {
    background-position: -246px -4582px !important;
}

.solu-cultivate-timeconsumption {
    background-position: -246px -3025px !important;
}

.solu-cultivate-viprechangetime {
    background-position: -600px -3025px !important;
}

.solu-cultivate-wechatappointment {
    background-position: -120px -3025px !important;
}

.solu-cultivate-smssend {
    background-position: -246px -2682px !important;
}

.solu-cultivate-packagegl {
    background-position: -123px -2502px !important;
}

.solu-cultivate-packagexf {
    background-position: -246px -2502px !important;
}

.solu-cultivate-viprecommend {
    background-position: 0px -3025px !important;
}

.solu-cultivate-recommendsetting {
    background-position: -246px -3968px !important;
}

.solu-cultivate-recommendrecord {
    background-position: -246px -3358px !important;
}

.solu-cultivate-smstemplate {
    background-position: -123px -4115px !important;
}


/*干洗店功能图标偏移*/
.solu-cleaning-viprecommend {
    background-position: -120px -1965px !important;
}

.solu-cleaning-viplevel {
    background-position: -760px -2683px !important;
}

.solu-cleaning-storedconsumption {
    background-position: -760px -765px !important;
}

.solu-cleaning-redeem {
    background-position: -606px -4414px !important;
}

.solu-cleaning-smsgroup {
    background-position: 0px -2308px !important;
}

.solu-cleaning-smstempte {
    background-position: -600px -766px !important;
}

.solu-cleaning-smsstting {
    background-position: -246px -1968px !important;
}

.solu-cleaning-Redeem-2 {
    background-position: -606px -4414px !important;
}

.solu-cleaning-gift {
    background-position: -760px -4414px !important;
}

.solu-cleaning-integralbalance {
    background-position: -121px -2306px !important;
}

.solu-cleaning-yhhd {
    background-position: -246px -2306px !important;
}

.solu-cleaning-bombscreen {
    background-position: 0px -2125px !important;
}

.solu-cleaning-follow-up {
    background-position: -121px -2125px !important;
}
/*瑜伽功能图标偏移*/
.solu-yoga-fields {
    background-position: 0px -4115px !important;
}

.solu-yoga-vipleve {
    background-position: -761px -3968px !important;
}

.solu-yoga-viplogin {
    background-position: -760px -1192px !important;
}

.solu-yoga-recordxf {
    background-position: -120px -3526px !important;
}

.solu-yoga-addrecord {
    background-position: -600px -3360px !important;
}

.solu-yoga-viplist {
    background-position: -120px -2861px !important;
}

.solu-yoga-viplabel {
    background-position: -600px -2681px !important;
}

.solu-yoga-wxgroup {
    background-position: -600px -3968px !important;
}

.solu-yoga-SMSgroup {
    background-position: -123px -376px !important;
}

.solu-yoga-staffcommission {
    background-position: -245px -3823px !important;
}

.solu-yoga-recommendrewards {
    background-position: -247px -3968px !important;
}

.solu-yoga-recommendtc {
    background-position: -247px -2859px !important;
}

/*美容美甲功能图标偏移*/
.solu-manicure-viprecommend {
    background-position: 0px -3968px !important;
}

.solu-manicure-wechatvip {
    background-position: -120px -3968px !important;
}

.solu-manicure-wxvipcard {
    background-position: -600px -1190px !important;
}

.solu-manicure-SMSgroup {
    background-position: 0px -2307px !important;
}

.solu-manicure-wxgroup {
    background-position: -760px -3357px !important;
}

.solu-manicure-viplist {
    background-position: -760px -3824px !important;
}

.solu-manicure-staffcommission {
    background-position: -245px -3823px !important;
}

.solu-manicure-promotionssetting {
    background-position: -123px -1190px !important;
}

.solu-manicure-birthdaywish {
    background-position: -120px -3823px !important;
}

.solu-manicure-electroniccoupons {
    background-position: 0px -3823px !important;
}

.solu-manicure-packagexf {
    background-position: -246px -2502px !important;
}

.solu-manicure-packagegl {
    background-position: -123px -2502px !important;
}
/*美发行业功能图标偏移*/
.solu-salon-addvip {
    background-position: 0px 0px !important;
}

.solu-salon-customsettings {
    background-position: -123px -1190px !important;
}

.solu-salon-viplabel {
    background-position: -123px -124px !important;
}

.solu-salon-sellcardcommission {
    background-position: 0px -1190px !important;
}

.solu-salon-rechargecommission {
    background-position: -246px -1053px !important;
}

.solu-salon-shampoocommission {
    background-position: -123px -1053px !important;
}

.solu-salon-haircutcommission {
    background-position: 0px -1053px !important;
}

.solu-salon-viprecommendcommission {
    background-position: -246px -912px !important;
}

.solu-salon-preferentialsetting {
    background-position: -123px -912px !important;
}

.solu-salon-electroniccoupons {
    background-position: 0px -912px !important;
}

.solu-salon-groupmessaging {
    background-position: -246px -764px !important;
}

.solu-salon-SMStemplate {
    background-position: -123px -764px !important;
}

.solu-salon-addgift {
    background-position: -246px -628px !important;
}

.solu-salon-giftexchange {
    background-position: 0px -764px !important;
}

.solu-salon-viplevelsetting {
    background-position: -123px -628px !important;
}

.solu-salon-recorditems {
    background-position: -246px -500px !important;
}

.solu-salon-recordconsumer {
    background-position: 0px -628px !important;
}

.solu-salon-commissionreport {
    background-position: -246px -124px !important;
}

.solu-salon-commissionsetting {
    background-position: -246px -248px !important;
}
/*婚纱摄影功能图标偏移*/
.solu-wedding-addvip {
    background-position: 0px 0px !important;
}

.solu-wedding-viplist {
    background-position: -123px 0px !important;
}

.solu-wedding-costrecord {
    background-position: -246px 0px !important;
}

.solu-wedding-activesetting {
    background-position: 0px -124px !important;
}

.solu-wedding-viprecommend {
    background-position: 0px -248px !important;
}

.solu-wedding-recommendrecord {
    background-position: -123px -248px !important;
}

.solu-wedding-addvip-2 {
    background-position: 0px -500px !important;
}

.solu-wedding-sendmessage {
    background-position: -123px -500px !important;
}

.solu-wedding-wechatvipcard {
    background-position: 0px -375px !important;
}

.solu-wedding-shopmanage {
    background-position: 0px -624px !important;
}

.solu-wedding-financialreport {
    background-position: -123px -624px !important;
}
/****************************************************  解决方案CSS  ****************************************************/
</pre></body></html>