﻿/*2015.11.24免费版*/

body {
     overflow-x:hidden !important;
     font-family:'Microsoft YaHei' !important;
     text-align:center !important;
}
.left {
    float: left;
}

.right {
    float: right;
}

.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;
}

.clear_float {
    clear: both;
}

.m_section {
    width: 100%;
    max-width: 1200px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.m_content {
    float: left;
    width: 1200px;
    border-bottom: 1px solid #898989;
    padding-top: 25px;
    position: relative;
}

.m_heshi_left {
    float: left;
    width: 645px;
    text-align: center;
}

    .m_heshi_left p {
        color: #252525;
        font-size: 20px;
    }

        .m_heshi_left p span {
            color: #089eeb;
            font-size: 24px;
        }

a:link {
    text-decoration: none !important;
}

a:visited {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none!important;
}

a:active {
    text-decoration: none !important;
}

.m_heshi_right {
    width: 365px;
    padding: 8px 20px 0;
    text-align: center;
    float: right;
    border-left: 1px dashed #898989;
}

    .m_heshi_right h3 {
        width: 100%;
        text-align: center;
        color: #089eeb;
        font-size: 24px;
        margin-bottom: 12px;
        font-weight: 100;
    }

    .m_heshi_right p {
        color: #252525;
        font-size: 20px;
        padding: 0 55px 20px;
        text-align: left;
    }

.m_why_left {
    float: left;
    width: 360px;
    text-align: center;
    padding-top: 15px;
}

.m_why_right {
    float: right;
    width: 640px;
    padding-left: 30px;
}

    .m_why_right h3 {
        color: #089eeb;
        font-size: 30px;
        padding: 10px 0 30px;
        width: 100%;
        text-align: left;
        font-weight: 100;
    }

    .m_why_right p {
        font-size: 18px;
        color: #242424;
        line-height: 30px;
        text-align: left;
    }

        .m_why_right p span {
            color: #ff8705;
        }

    .m_why_right a {
        display: inline-block;
        width: 102px;
        height: 36px;
        line-height: 36px;
        border-radius: 12px;
        color: #fff;
        background-color: #089eeb;
        text-align: center;
        margin: 20px auto;
    }

.m_function {
    width: 100%;
    position: relative;
    float: left;
    margin: 18px 0;
}

.m_function_img {
    width: 735px;
}

.m_function_txt {
    width: 320px;
    margin-top: 80px;
}

.m_content > h3 {
    margin-bottom: 20px;
    color: #089eeb;
    font-size: 30px;
    text-align: center;
    font-weight: 100;
}

.m_function_txt h4 {
    color: #089eeb;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 100;
}

.m_function_txt p {
    color: #363636;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
}

.m_function_list {
    margin: 20px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .m_function_list li {
        width: 198px;
        border: 1px solid #b9b9b9;
        text-align: center;
        float: left;
        padding: 10px 0;
    }

        .m_function_list li:not(:nth-of-type(6n+1)) {
            border-left: none;
        }

        .m_function_list li:not(:nth-of-type(-n+6)) {
            border-top: none;
        }

        .m_function_list li p {
            color: #252525;
            font-size: 16px;
        }

        .m_function_list li:last-of-type {
            width: 397px;
            height: 78px;
            padding-top: 20px;
        }

            .m_function_list li:last-of-type img {
            }

            .m_function_list li:last-of-type a {
                display: block;
                width: 94px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                font-size: 16px;
                border-radius: 10px;
                color: #fff;
                background-color: #ff6d12;
                position: relative;
                left: 50%;
                margin-left: -47px;
                margin-top: 10px;
            }

.m_countbg {
    width: 1200px;
    height: 250px;
    background: url(/images/mianfei_gaibg.png) center no-repeat;
    position: relative;
}

    .m_countbg .m_count {
        width: 400px;
        height: 80px;
        background-color: #fedf00;
        position: absolute;
        left: 50%;
        margin-left: -200px;
        bottom: 25px;
    }

.m_count p {
    font-size: 16px;
    margin-top: 7px;
    color: #252525;
}

    .m_count p span:first-of-type {
        margin-right: 10px;
    }

    .m_count p span:nth-of-type(2) {
        font-weight: bold;
        font-size: 24px;
        color: #000;
    }

.m_rightNav {
    position: absolute;
    right: 0;
    width: 140px;
    background-color: #089eeb;
    top: 0;
    height: 308px;
}

    .m_rightNav li {
        width: 120px;
        height: 44px;
        position: relative;
        float: none;
        line-height: 44px;
        text-align: center;
        padding: 0 10px;
    }

        .m_rightNav li:hover {
            background-color: #5cc1f5;
        }

        .m_rightNav li a {
            color: #fff;
            width: 100%;
            display: inline-block;
            height: 100%;
            position: relative;
        }

        .m_rightNav li:not(:first-child) {
            border-top: 1px solid #0978b1;
        }

/*2016-09-27免费版*/
.free_con {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

    .free_con h1, .free_con h2, .free_con h3 {
        font-weight: 100;
        color: #323232;
    }

    .free_con p {
        color: #646464;
    }

.free_banner {
    height: 550px;
}

    .free_banner > img {
        width: 1900px;
        margin: 0 auto;
    }

.free_banner01 {
    background: url('/images/free3/Software_FreeMember_banner.png') no-repeat center;
    height: 655px;
}

.banner_center {
    font-size: 24px;
    margin-top: 215px;
}

    .banner_center a {
        color: #fff;
        font-size: 24px;
    }

.span_left {
    width: 190px;
    padding: 10px 20px 10px 20px;
    border: 1px solid #8fc0ef;
    border-radius: 5px;
}

.span_right {
    width: 190px;
    margin-left: 40px;
    padding: 10px 40px 10px 40px;
    border: 1px solid #8fc0ef;
    border-radius: 5px;
}

.banner_left {
    width: 560px;
    height: 230px;
    position: absolute;
    left: 0;
    top: 180px;
    background-color: #162c3d;
    text-align: left;
    padding-top: 30px;
}

.banner_right {
    position: absolute;
    right: 100px;
    top: 40px;
}

.banner_left h1 {
    font-size: 33px;
    color: #fff;
    padding-left: 20px;
}

.banner_left h2 {
    font-size: 35px;
    color: #fff;
    margin: 26px 0;
    padding-left: 20px;
}

    .banner_left h2 span {
        font-size: 30px;
    }

.banner_left a {
    margin-left: 24px;
    width: 160px;
    line-height: 46px;
    height: 46px;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    text-align: center;
}

.free_fun {
    width: 100%;
    height: 500px;
    background: url(/images/free3/freebg1.jpg) no-repeat;
}

.f_left {
    float: left;
}

.f_right {
    float: right;
}

.t_left {
    text-align: left;
}

.free_fun .f_left {
    width: 500px;
    text-align: left;
    margin-top: 190px;
}

    .free_fun .f_left h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .free_fun .f_left p {
        font-size: 18px;
        line-height: 30px;
    }

.free_fun .f_right {
    width: 510px;
    margin-top: 80px;
}

    .free_fun .f_right h3 {
        font-size: 22px;
        color: #fff;
        padding: 20px 0 10px;
    }

    .free_fun .f_right p {
        font-size: 14px;
        color: #fff;
    }

.free_fun .free_fun01 {
    width: 190px;
    height: 210px;
    padding: 40px 30px 0;
    float: left;
    margin-right: 10px;
    background: rgba(49,179,164,0.8);
}

.free_fun .free_fun02 {
    width: 190px;
    height: 210px;
    padding: 40px 30px 0;
    float: left;
    background: rgba(255,93,93,0.8);
}

.free_fun .free_fun03 {
    width: 450px;
    height: 210px;
    padding: 40px 30px 0;
    float: left;
    margin-top: 20px;
    background: rgba(0,149,226,0.8);
    position: relative;
    z-index: 10;
}

.free_more {
    background-color: #f7f7f7;
}

.free_more_head {
    height: 230px;
    background-color: #ff7200;
    text-align: center;
}

    .free_more_head p {
        padding: 60px 0 20px;
    }

    .free_more_head h2 {
        font-size: 40px;
        color: #fff;
    }

.free_more_list {
    margin: 50px auto;
}

    .free_more_list li {
        width: 518px;
        border: 1px solid #f0f0f0;
        float: left;
        background-color: #fff;
        margin-bottom: 30px;
        padding: 20px;
        text-align: left;
    }

        .free_more_list li:nth-of-type(2n+1) {
            margin-right: 80px;
        }

        .free_more_list li img {
            float: left;
            margin-right: 20px;
        }

        .free_more_list li h3 {
            float: left;
            font-size: 24px;
            width: 406px;
            margin-bottom: 10px;
        }

        .free_more_list li p {
            display: block;
            font-size: 16px;
            line-height: 24px;
        }

.free_step {
    padding-bottom: 60px;
}

    .free_step h2 {
        font-size: 40px;
        padding: 60px 0;
    }

        .free_step h2 span {
            color: #ff9000;
        }

.free_version {
    background: url(/images/free3/freebg2.jpg) 0 0 no-repeat;
    background-color: #31b3a4;
}

    .free_version > h2 {
        font-size: 40px;
        margin: 70px auto 30px;
    }

    .free_version > p {
        font-size: 18px;
    }

    .free_version ul {
        padding: 60px 0;
    }

        .free_version ul li {
            width: 310px;
            height: 660px;
            padding: 25px 20px 0;
            float: left;
            background-color: #fff;
        }

            .free_version ul li:nth-of-type(2) {
                margin: 0 75px;
            }

    .free_version li > h3 {
        font-size: 26px;
    }

    .free_version li p {
        font-size: 16px;
    }

    .free_version li > p {
        padding: 10px 0 30px;
    }

    .free_version li > a {
        margin: 12px auto 25px;
        font-size: 18px;
        color: #fff;
        display: block;
        width: 240px;
        height: 40px;
        line-height: 40px;
    }

    .free_version li:nth-of-type(1) > a {
        background-color: #f24a00;
    }

    .free_version li:nth-of-type(2) > a {
        background-color: #0095e2;
    }

    .free_version li:nth-of-type(3) > a {
        background-color: #ff8b02;
    }

.free_version_list {
    width: 100%;
    border-top: 1px solid #f2f2f2;
    text-align: left;
    padding-top: 20px;
}

    .free_version_list div {
        line-height: 34px;
    }

        .free_version_list div img {
            float: left;
            display: inline-block;
            margin-top: 12px;
            margin-right: 12px;
        }

.free_function > h2 {
    font-size: 40px;
    padding-top: 60px;
}

.free_function > p {
    font-size: 18px;
    padding: 20px 0;
}

.free_txt h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.free_txt p {
    font-size: 16px;
}

.free_txt span {
    font-size: 20px;
    color: #fff;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    margin: 20px 20px 0 0;
    display: inline-block;
    text-align: center;
}

.free_function .m_section {
    padding: 40px 0 60px;
}

.free_img {
    margin-top: 40px;
}

.free_foot {
    height: 250px;
    width: 1900px;
    background: url(/images/free3/freebg3.jpg) no-repeat;
    left: 50%;
    margin-left: -950px;
}

    .free_foot h2 {
        font-size: 36px;
        color: #fff;
        padding: 60px 0 30px;
    }

    .free_foot a {
        font-size: 20px;
        color: #fff;
        width: 160px;
        height: 46px;
        line-height: 46px;
        margin: 0 20px;
        display: inline-block;
    }
/*中小店铺管理软件介绍*/
.content {
    min-width: 980px;
    max-width: 1920px;
    margin: 0 auto;
}

.content_info {
    color: #2b2b2b;
    font-size: 29px;
    font-weight: lighter;
    text-align: center;
    padding-top: 50px;
}

    .content_info span {
        color: #626262;
        font-size: 35px;
        font-weight: bolder;
    }

.content ul {
    padding-left: 150px;
    padding-right: 150px;
}

    .content ul > li {
        width: 22%;
        height: 340px;
        display: inline;
        float: left;
        margin-left: 8%;
    }

.index_info_number {
    height: 142px;
}

.index_info_number_one {
    background: url('/images/free3/nav_logo1.png')center center no-repeat;
}

.index_info_number_two {
    background: url('/images/free3/nav_logo2.png')center center no-repeat;
}

.index_info_number_three {
    background: url('/images/free3/nav_logo3.png')center center no-repeat;
}
/*功能模块*/
.index_info_txt {
    padding-top: 10px;
    color: #929292;
    font-size: 15px;
    text-align: center;
}

.free-box {
    margin-right: 20px;
    margin-bottom: 20px;
}

.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;
    text-align: left;
    font-size: 14px;
    width: 75%;
    margin-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;
}

.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;
}

.downTab {
    width: 510px;
    height: 110px;
    margin: 5px 5px 0px 5px;
    background-color: #fff;
}

.downImg {
    width: 65px;
    height: 75px;
    margin: 20px;
}

.downContent {
    margin-top: 23px;
    margin-right: 40px;
    text-align: left;
}

.downDownImg {
    margin-top: 40px;
}

.downCODEImg {
}

.downTitle {
    margin-left: 10px;
    font-size: x-large;
    font-weight: bolder;
    text-align: left;
    color: #242424;
}

.downInfo {
    margin-left: 10px;
}

    .downInfo span {
        color: #242424;
    }

        .downInfo span + span {
            margin-left: 5px;
            color: #03c9e6;
        }

            .downInfo span + span + span {
                margin-left: 30px;
                color: black;
            }

                .downInfo span + span + span + span {
                    margin-left: 5px;
                    color: #03c9e6;
                }

                    .downInfo span + span + span + span + span {
                        margin-left: 0;
                        color: #242424;
                    }


/*首页*/
.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/free3/nav_logo1.png')center center no-repeat;
}
/*bcy*/
.index_info_number_two {
    background: url('/images/free3/nav_logo2.png')center center no-repeat;
}
/*bcy*/
.index_info_number_three {
    background: url('/images/free3/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: #929292;
    font-size: 15px;
    text-align: center;
}

.cdyy_box {
    padding: 20px 0px;
    padding-left: 0px;
    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: 5px;
}

.cdyy_box_hygl_img {
    width: 113px;
    height: 91px;
    padding-right: 10px;
    background: url('/images/index.png')left top no-repeat;
    background-position: 10px -654px;
}

.cdyy_box_hyyx_img {
    width: 113px;
    height: 91px;
    padding-right: 10px;
    background: url('/images/index.png')left top no-repeat;
    background-position: 10px -863px;
}

.cdyy_box_spgl_img {
    width: 113px;
    height: 91px;
    padding-right: 10px;
    background: url('/images/index.png')left top no-repeat;
    background-position: 10px -1076px;
}

.cdyy_box_wxhy {
    width: 113px;
    height: 91px;
    padding-right: 10px;
    background: url('/images/index.png')left top no-repeat;
    background-position: 10px -1295px;
}

.cdyy_box_hyzz {
    width: 113px;
    height: 91px;
    padding-right: 10px;
    background: url('/images/index.png')left top no-repeat;
    background-position: 10px -761px;
}

.cdyy_box_syjs {
    width: 113px;
    height: 91px;
    padding-right: 10px;
    background: url('/images/index.png')left top no-repeat;
    background-position: 10px -970px;
}

.cdyy_box_lhzf {
    width: 113px;
    height: 91px;
    padding-right: 10px;
    background: url('/images/index.png')left top no-repeat;
    background-position: 10px -1187px;
}

.cdyy_box_fdgl {
    width: 113px;
    height: 91px;
    padding-right: 10px;
    background: url('/images/index.png')left top no-repeat;
    background-position: 10px -1409px;
}
/*bcy*/
.cdyy_box_gdgn {
    width: 113px;
    height: 91px;
    padding-right: 10px;
    background: url('/images/cdyy_box_gdgn.png')left top no-repeat;
    background-position: 13px 0px;
}

.cdyy_box_sjApp {
    width: 113px;
    height: 91px;
    padding-right: 10px;
    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;
}




.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: 5%;
    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: 119px;
    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: 108px;
    line-height: 43px;
    margin-bottom: 38px;
    text-align: center;
    width: 115px;
    }
        /*bcy*/
        #app_Title li a {
            color: white;
            display: block;
            font-size: 16px;
            padding-top: 13px;
        }

/*body {
    padding: 0px;
    margin: 0px;
    font-family: "Microsoft YaHei";
}

#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 #2dafa7;
}
/*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: 10%;
}

.clear_right_padding {
    padding-right: 0px;
}
/***/ ************************************************** 套餐组合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 > 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 > 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: 25px;
}

.combo-contrast-content {
    width: 100%;
    border-left: 2px;
    border-top: 2px;
    border-right: 2px;
    border-bottom: 3px;
    border-color: white;
    border-style: solid;
}

    .combo-contrast-content td {
        font-size: 16px;
        border: 1px solid #fff;
    }

    .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) {
        color: #585858;
        background-color: #e8f2f9;
    }

    .combo-contrast-content tr td:nth-child(2) {
        color: #5a5a5a;
        background-color: #e8f2f9;
    }

    .combo-contrast-content tr td:nth-child(3) {
        color: #1768aa;
        background-color: #e8f1f9;
    }

    .combo-contrast-content tr td:nth-child(4) {
        color: #1768aa;
        background-color: #e8f1f9;
    }

    .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 > div:nth-child(1) {
                padding: 10px 0px;
                background-color: white;
            }

                .combo-download ul li > div:nth-child(1) > 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;
}

.combo-function-li li {
    margin-top: 21px !important;
}


.combo-function-pic img {
    position: relative !important;
    top: 23px !important;
    left: -23px !important;
    width: 592px !important;
    height: 336px !important;
}
/****************************************************  套餐组合CSS  ****************************************************/

/*********************************lzx************************************/

/*使导航与其他页的导航相同*/
     .twoul > li {
            width:101px;
        }
             /*防止bootstrap中的padding宽度溢出*/
        * {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }




