/*手机端*/
.page_mobile {
    display: none;
}
.busun{display:none}
@media screen and (max-width: 768px) {
    .header_down {
        padding-top: 0;
    }
    .page_pc {
        display: none;
    }

    .page_mobile {
        display: block;
    }

    .page_mobile {
        overflow: hidden;
    }

    /*base*/
    html {
        font-size: 12px;
        overflow: auto;
    }

    body {
        font-size: 1rem;
        min-width: auto;
        overflow: auto;
    }

    * {
        box-sizing: border-box;
    }

    * {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    [type=email], [type=number], [type=password], [type=search], [type=text], button, select, textarea {
        font-family: inherit;
        font-size: 100%;
        margin: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    /* 7行代码实现手机端栅格布局（2~6列） */
    [data-row]:after, [data-row]:before {
        content: " ";
        display: table;
        clear: both;
    }

    [data-row] > * {
        float: left;
    }

    [data-row="2"] > * {
        width: 50%;
    }

    [data-row="3"] > * {
        width: 33.3333%;
    }

    [data-row="4"] > * {
        width: 25%;
    }

    [data-row="5"] > * {
        width: 20%;
    }

    [data-row="6"] > * {
        width: 16.6666%;
    }

    .white {
        color: #fff !important;
    }

    .flex {
        display: flex;
    }

    .flex-item {
        flex: 1;
    }
   .center {
    text-align: center;
}
    /*common*/
    .container {
        width: auto;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .s-title {
        padding-top: 3rem;
        text-align: center;
        margin-bottom: 2rem;
    }

    .s-title h2 {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    .s-title p {
        color: #95989d;
        font-size: 1.2rem;
    }

    .s-title.white p {
        color: #fff;
    }

    .shadow-box {
        box-shadow: 0 0 3rem rgba(0, 0, 0, .08);
        border-radius: 0.7rem;
        background: #fff;
        margin-bottom: 2rem;
    }

    .list h3 {
        font-size: 1.3rem;
        margin-bottom: 0.2rem;
    }

    .list p {
        color: #999;
    }

    .swiper-line-page .swiper-pagination-bullet-active {
        background: #fff;
    }

    .swiper-line-page .swiper-pagination-bullet {
        width: 25px;
        height: 2px;
        background: #fff;
        border-radius: 0;
    }

    .swiper-red-page .swiper-pagination-bullet-active {
        background: #ef191a;
    }


    .btn-line-red {
        border: 1px solid #ED3C3F;
        color: #ED3C3F;
    }

    .btn-red2 {
        height: 34px;
        width: 114px;
        line-height: 34px;
        font-size: 14px;
    }
    .btn-cyan{
        background: rgba(237,45,56,1);
        background: -moz-linear-gradient(left, rgba(237,45,56,1) 0%, rgba(237,45,56,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237,45,56,1)), color-stop(100%, rgba(237,45,56,1)));
        background: -webkit-linear-gradient(left, rgba(237,45,56,1) 0%, rgba(237,45,56,1) 100%);
        background: -o-linear-gradient(left, rgba(237,45,56,1) 0%, rgba(237,45,56,1) 100%);
        background: -ms-linear-gradient(left, rgba(237,45,56,1) 0%, rgba(237,45,56,1) 100%);
        background: linear-gradient(to right, rgba(237,45,56,1) 0%, rgba(237,45,56,1) 100%);
        text-align: center;
        color: #fff;
        display: inline-block;
        padding: 0.4rem 1.2rem;
        font-size: 1.2rem;
        line-height: 1.6rem;
        height: 2.5rem;
    }
    .btn-line{
        border: 1px solid rgba(237,45,56,1);
        color: rgba(237,45,56,1);
        display: inline-block;
        padding: 0.4rem 1.2rem;
        font-size: 1.2rem;
        text-align: center;
        line-height: 1.6rem;
        height: 2.5rem;
    }
    .btn-wrap .btn-cyan,
    .btn-wrap .btn-line{ vertical-align: top; }

    .btn-red-shadow,
    .btn-blue-shadow {
        background-size: 200%;
        font-size: 14px;
        line-height: 34px;
        width: 114px;
        height: 51px;
    }

    .mob-banner img {
        width: 100%;
        vertical-align: top;
        height: auto;
    }

    .img {
        text-align: center;
    }

    .swiper-container img,
    .img img {
        width: 100%;
        vertical-align: top;
        height: auto;
    }

    .bg-gray {
        background: #f5f7fa;
    }

    .bg-lp {
        background: #f9f7fc;
    }

    /* lighter purple 亮紫色 */
    .bg-b {
        background: #4147f6;
    }

    .bg-black {
        background: #000;
    }

    .mob-pb {
        padding-bottom: 2rem;
    }

    /*header*/
    .mob-header {
        -webkit-transform: translateZ(0);
        height: 4.2rem;
        padding: 1rem 0;
        background: #fff;
        border-bottom: 1px solid #efefef;
        position: fixed;
        left: 0;
        right: 0;
        z-index: 999;
    }

    .mob-header .hd-logo {
        width: 9.7rem;
        height: 2.2rem;
        background: url(img/logo_h5.png) no-repeat top left;
        background-size: 100%;
        float: left;
    }

    .mob-header .hd-extra {
        float: right;
    }

    .mob-header .hd-extra .e-btn {
        float: left;
        width: 7.15rem;
        height: 2.2rem;
        line-height: 2.2rem;
        background-size: 14.3rem;
        margin-right: 1rem;
        padding: 0;
        border-radius: .3rem;
    }

    .mob-header .hd-extra .menu-handler {
        float: left;
        height: 2.2rem;
        width: 3rem;
        text-align: center;
        border: 1px solid #E5E5E5;
        border-radius: .3rem;
    }

    .mob-header .hd-extra .menu-handler i {
        height: 1.1rem;
        width: 1.4rem;
        background: url(img/menu.png) no-repeat center bottom;
        background-size: 1.4rem;
        display: inline-block;
        vertical-align: top;
        margin-top: .4rem;
    }

    .mob-header-padding {
        height: 4.2rem;
    }

    .mob-header-menu {
        -webkit-transform: translateZ(0);
        position: fixed;
        top: 4.2rem;
        bottom: 0;
        background: #fff;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100000;
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        transform: rotateX(90deg);
        transform-origin: top;
        transform-style: preserve-3d;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
        overflow-y: auto;
        overflow-x: hidden;
        opacity: 0;
        font-size: 1rem;
    }

    .mob-header-menu.active {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }

    .mob-header-menu .menu-list {
    }

    .mob-header-menu .menu-item { /*border-bottom: 1px solid #f9f9f9;*/
        line-height: 3.4rem;
    }

    .mob-header-menu .menu-item > .container {
        border-bottom: 1px solid #f6f6f6;
    }

    .mob-header-menu .menu-link {
        display: block;
        position: relative;
        font-size: 1.3rem;
        color: #000
    }

    .mob-header-menu .menu-item-dropdown .menu-link:after {
        content: "";
        position: absolute;
        right: 0;
        top: 1.5rem;
        width: 0;
        height: 0;
        border: 1px solid transparent;
        border-width: 0.5rem 0.45rem 0 0.45rem;
        border-top-color: #666;
    }

    .mob-header-menu .dropdown-wrap {
        display: none;
        overflow: hidden;
    }

    .mob-header-menu .menu-item-dropdown.active .dropdown-wrap {
        background: #f9f9f9;
        display: block;
        -webkit-animation: fadeIn .5s;
        -moz-animation: fadeIn .5s;
        -o-animation: fadeIn .5s;
        animation: fadeIn .5s;
    }

    .mob-header-menu .menu-item-dropdown.active .menu-link:after {
        transform: rotate(180deg);
    }

    .mob-header-menu .sub-menu {
        float: left;
        width: 100%;
    }

    .mob-header-menu .sub-menu.no-border:after {
        border-bottom: 0 none;
    }

    .mob-header-menu .sub-menu dt {
        font-size: 1.3rem;
        border-bottom: 1px solid #ececec;
        padding-left: 2rem;
    }

    .mob-header-menu .sub-menu dd {
        font-size: 1.3rem;
        border-bottom: 1px solid #ececec;
    }

    .mob-header-menu .sub-menu dd:last-child {
        clear: right;
    }

    .mob-header-menu .sub-menu dd a {
        display: block;
        padding-left: 3rem;
        color: #666;
    }

    .mob-header-menu .menu-item:nth-child(3) .sub-menu dd:nth-child(4),
    .mob-header-menu .menu-item:nth-child(6) .sub-menu:nth-child(1) dd:nth-child(3),
    .mob-header-menu .menu-item:nth-child(6) .sub-menu:nth-child(2),
    .mob-header-menu .menu-item:nth-child(6) .sub-menu:nth-child(3) dd:nth-child(3),
    .mob-header-menu .menu-item:nth-child(7) {
        display: none;
    }

    @keyframes fadeIn {
        0% {
            opacity: 0
        }
        100% {
            opacity: 1
        }
    }
    @keyframes fadeOut {
        0% {
            opacity: 1
        }
        100% {
            opacity: 0
        }
    }
    /*footer*/
    .mob-footer {
        color: #999;
    }

    .mob-footer a {
        color: #999;
    }

    .mob-footer .footer_service {
        background: #272727;
        padding: 2rem 0;
    }

    .mob-footer .footer_service li {
    }

    .mob-footer .footer_service li i {
        display: block;
        width: 3rem;
        height: 3rem;
        margin: 0 auto .5rem;
        background: url(img/bottom-icon.png) no-repeat;
        background-size: 440%;
    }

    .mob-footer .footer_service li.item-1 i {
        background-position: 0 0;
    }

    .mob-footer .footer_service li.item-2 i {
        background-position: 33.33% 0;
    }

    .mob-footer .footer_service li.item-3 i {
        background-position: 66.66% 0;
    }

    .mob-footer .footer_service li.item-4 i {
        background-position: 100% 0;
    }

    .mob-footer .footer_service li .text {
        text-align: center;
    }

    .mob-footer .footer_service li .text .h3 {
        font-size: 1rem;
        color: #fff;
        color: #999;
    }

    .mob-footer .footer_main{ background: #222; padding: 2rem 0;}
    .mob-footer .footer_main .qr{ overflow: hidden; }
    .mob-footer .footer_main .qr .img{ width: 8rem; height: 8rem; margin: 0 auto; }
    .mob-footer .footer_main .qr .img img{ width: 8rem; height: 8rem; vertical-align: top; }
    .mob-footer .footer_main .qr .text{ font-size: 1.3rem; padding-top: 1.5rem; text-align: center;}
    .mob-footer .footer_main .tel{ color: #fff; font-size: 1.6rem; text-align: center; margin: 1.5rem 0; position: relative;}
    .mob-footer .footer_main .tel span{ background: #222; position: relative; z-index: 2; padding: 0 1rem;}
    .mob-footer .footer_main .tel:before{ content: ""; left: 1rem; right: 1rem; border-top: 1px solid #333; position: absolute; top: 1rem; }
    .mob-footer .footer_main .copy{ text-align: center; }

    /*index*/
    .page-index .mob-s1{ background: #F7F7FC; padding-bottom: 1rem;}
    .page-index .mob-s1 .list li{ float: left; width: 50%; padding: 1rem; text-align: center;}
    .page-index .mob-s1 .list li .img{ width: 80%; padding-top: 50%; background-repeat: no-repeat; background-position: center; background-size: contain; margin: 0 auto 1rem; }
    .page-index .mob-s1 .list li.item-1 .img{ background-image: url(img/img05.jpg); }
    .page-index .mob-s1 .list li.item-2 .img{ background-image: url(img/img06.jpg); }
    .page-index .mob-s1 .list li.item-3 .img{ background-image: url(img/img07.jpg); }
    .page-index .mob-s1 .list li.item-4 .img{ background-image: url(img/img08.jpg); }
    .page-index .mob-s2 .list li{ overflow: hidden; border-bottom: 1px solid #F0F0F0; padding: 1.4rem 0.6rem;}
    .page-index .mob-s2 .list li .img{ width: 14rem; height: 11rem; background-repeat: no-repeat; background-position: center; background-size: contain; }
    .page-index .mob-s2 .list li.item-1 .img{ background-image: url(img/img05.jpg); }
    .page-index .mob-s2 .list li.item-2 .img{ background-image: url(img/img06.jpg); }
    .page-index .mob-s2 .list li.item-3 .img{ background-image: url(img/img07.jpg); }
    .page-index .mob-s2 .list li.item-4 .img{ background-image: url(img/img08.jpg); }
    .page-index .mob-s2 .list li.item-1 .img,
    .page-index .mob-s2 .list li.item-3 .img{ float: right; margin-left: 0.4rem;}
    .page-index .mob-s2 .list li.item-2 .img,
    .page-index .mob-s2 .list li.item-4 .img{ float: left; }
    .page-index .mob-s2 .list li.item-2 .info,
    .page-index .mob-s2 .list li.item-4 .info{ padding-left: 15rem; }
    .page-index .mob-s2 .list li .info{ padding-top: 0.7rem; }
    .page-index .mob-s2 .list li .info p{ margin-bottom: 1rem; }
    .page-index .mob-s2 .list li .info .btn-wrap{ margin-right: -1rem; }
    .page-index .mob-s2 .list li .info .btn-wrap a{ margin-right: .3rem; margin-bottom: .5rem;}
	
	
    .page-index .mob-s3{ background: url(../images/03-bg.jpg) no-repeat center; background-size: cover; }
    .page-index .mob-s4{ padding-bottom: 2rem; }
    .page-index .mob-s4 .tb{}
    .page-index .mob-s4 .left {width: 26%; float: left; border: 1px solid #ededed; border-radius: 3px; padding-top: 20px; padding-left: 3%; text-align: left; margin-top: 87px; }
    .page-index .mob-s4 .left .left_list li {height: 55px; line-height: 55px; border-bottom: 1px solid #ededed; display: flex; align-items: center; justify-content: flex-start; }
    .page-index .mob-s4 .left .left_list li:last-child{border-bottom: 0; }
    .page-index .mob-s4 .left .left_list li span{ display: inline-block; width: 25px; height: 25px; vertical-align: middle; margin-right: 5px; background: url('../images/04-icon.png') no-repeat;}
    .page-index .mob-s4 .left .left_list li span.s-1 { background-position: 0 0; }
    .page-index .mob-s4 .left .left_list li span.s-2 { background-position: -25px 0; }
    .page-index .mob-s4 .left .left_list li span.s-3 { background-position: -50px 0; }
    .page-index .mob-s4 .left .left_list li span.s-4 { background-position: -75px 0; }
    .page-index .mob-s4 .left .left_list li span.s-5 { background-position: -100px 0; }
    .page-index .mob-s4 .left .left_list li span.s-6 { background-position: -125px 0; }
    .page-index .mob-s4 .left .left_list li span.s-7 { background-position: -150px 0; }
    .page-index .mob-s4 .left .left_list li span.s-8 { background-position: -175px 0; }
    .page-index .mob-s4 .left .left_list li span.s-9 { background-position: -200px 0; }
    .page-index .mob-s4 .center { text-align: center; z-index: 10; float: left; width: 74%; background: #ffffff; box-shadow: 0px 10px 20px 0px rgba(51, 51, 51, 0.1); border-radius: 15px; padding-top: 17px; padding-bottom: 2rem;}
    .page-index .mob-s4 .center .title_small {margin-top: 13px; font-size: 16px; height: 18px; font-weight: 600; color: #333333; margin-bottom: 9px; }
    .page-index .mob-s4 .center ul {text-align: left; padding-left: 10%; }
    .page-index .mob-s4 .center ul img {vertical-align: middle; }
    .page-index .mob-s4 .center ul li {line-height: 55px; display: flex; align-items: center; justify-content: flex-start; white-space: nowrap; overflow: hidden;}

    .page-jieshao .mob-s1{ padding-bottom: 2rem; }
    .page-jieshao .mob-s1 .img{ background: url(img/img01.jpg) no-repeat center; background-size: contain; padding-top: 36%; }
    .page-jieshao .mob-s2{ background: #F3F3F8; }
    .page-jieshao .mob-s2 .list li{ float: left; width: 46%; margin: 2%; background: #fff;}
    .page-jieshao .mob-s2 .list li .info{ padding: 1rem; }
    .page-jieshao .mob-s2 .list li .info h3{ font-size: 1.1rem; height:1.5rem; overflow:hidden}
    .page-jieshao .mob-s2 .list li .info .extra{ overflow: hidden; line-height: 2rem; margin-top: .5rem;}
    .page-jieshao .mob-s2 .list li .info .view{ float: right; color: #aaa; display: none; }
    .page-jieshao .mob-s2 .list li .info .price{ color: #F4553A; font-size: 1.3rem; }
    .page-jieshao .mob-s2 .btn-cyan{ display: block; margin: 2rem auto 3rem; width: 40%; font-size: 1.4rem; padding: 1rem; height: auto;}
	
	.page-jieshao .mob-s21 .list li{ overflow: hidden; border-bottom: 1px solid #F0F0F0; padding: 1.4rem 0.6rem;}
    .page-jieshao .mob-s21 .list li .img{ width: 14rem; height: 11rem; background-repeat: no-repeat; background-position: center; background-size: contain; }
	.page-jieshao .mob-s21 .list li.item-1 .img{ background: url(img/img11.png) no-repeat center; background-size: contain; }
    .page-jieshao .mob-s21 .list li.item-2 .img{ background: url(img/img12.jpg) no-repeat center; background-size: contain; }
    .page-jieshao .mob-s21 .list li.item-3 .img{ background: url(img/img13.jpg) no-repeat center; background-size: contain; }
    .page-jieshao .mob-s21 .list li.item-4 .img{ background: url(img/img14.jpg) no-repeat center; background-size: contain; }
    .page-jieshao .mob-s21 .list li.item-5 .img{ background: url(img/img15.png) no-repeat center; background-size: contain; }
    .page-jieshao .mob-s21 .list li.item-6 .img{ background: url(img/img16.png) no-repeat center; background-size: contain; }
    .page-jieshao .mob-s21 .list li.item-1 .img,
    .page-jieshao .mob-s21 .list li.item-3 .img{ float: right; margin-left: 0.4rem;}
    .page-jieshao .mob-s21 .list li.item-2 .img,
    .page-jieshao .mob-s21 .list li.item-4 .img{ float: left; }
    .page-jieshao .mob-s21 .list li.item-2 .info,
    .page-jieshao .mob-s21 .list li.item-4 .info{ padding-left: 15rem; }
    .page-jieshao .mob-s21 .list li .info{ padding-top: 0.7rem; }
    .page-jieshao .mob-s21 .list li .info p{ margin-bottom: 1rem; }
    .page-jieshao .mob-s21 .list li .info .btn-wrap{ margin-right: -1rem; }
    .page-jieshao .mob-s21 .list li .info .btn-wrap a{ margin-right: .3rem; margin-bottom: .5rem;}
	
	
	 
	 .mob-s11 .section-title h2{font-size: 36px;color: #333;margin-bottom: 25px;}
.mob-s11 .list .title-div .margin-div{padding: 30px 0 0 20px;text-align: left;}
.mob-s11 .list .item-1 .title-div{height: 123px;background: url(img/img21.jpg) no-repeat center top;background-size: cover;}
.mob-s11 .list .item-2 .title-div{height: 123px;background: url(img/img22.jpg) no-repeat center top;background-size: cover;}
.mob-s11 .list .item-3 .title-div{height: 123px;background: url(img/img23.jpg) no-repeat center top;background-size: cover;}
.mob-s11 .list li{width: 100%;background: #FFFFFF;box-shadow: 0px 10px 40px 0px #131e3426;margin-bottom: 3rem;display: inline-block;}
.mob-s11 .list li:last-child{margin-bottom: 0;}
.mob-s11 .list li h3{font-size: 24px;color: #FFFFFF;}
.mob-s11 .list li span{font-size: 16px;color: #FFFFFF;margin-top: 3px;display: inline-block;}
.mob-s11 .list li dl{margin: 30px 10px 20px 22px;}
.mob-s11 .list li dl dd{text-align: left;font-size: 15px;color: #333333;padding-left: 20px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;position: relative;margin-bottom: 10px;}
.mob-s11 .list li dl dd:after{content: '';position: absolute;width: 7px;height: 7px;background: #DAE2F2;left: 0;top: 7px;border-radius: 50%;}
.mob-s11 .list li .l-btn{width: 150px;height: 44px;background: linear-gradient(90deg, #FF5723, #F20D23);color: #FFFFFF;font-size: 16px;display: inline-block;text-align: center;line-height: 44px;margin: 10px 0 35px;}


    .page-jieshao .mob-s3 .list li{ float: left; width: 30%; margin: 1.5%; background: #ddd; color: #fff;  overflow: hidden; border-radius: .5rem; padding: 1rem 0 1.5rem;}
    .page-jieshao .mob-s3 .list li.ml{ margin-left: 16.66%; }
    .page-jieshao .mob-s3 .list li.item-1{
        box-shadow: 0 4px 10px rgba(250,192,85,.3);
        background: rgba(250,192,85,1);
        background: -moz-linear-gradient(left, rgba(250,192,85,1) 0%, rgba(251,151,29,11) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(250,192,85,1)), color-stop(100%, rgba(251,151,29,11)));
        background: -webkit-linear-gradient(left, rgba(250,192,85,1) 0%, rgba(251,151,29,11) 100%);
        background: -o-linear-gradient(left, rgba(250,192,85,1) 0%, rgba(251,151,29,11) 100%);
        background: -ms-linear-gradient(left, rgba(250,192,85,1) 0%, rgba(251,151,29,11) 100%);
        background: linear-gradient(to right, rgba(250,192,85,1) 0%, rgba(251,151,29,11) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FAC055', endColorstr='#FB971D', GradientType=1 );
    }
    .page-jieshao .mob-s3 .list li.item-2{
        box-shadow: 0 4px 10px rgba(254,129,97,.3);
        background: rgba(254,129,97,1);
        background: -moz-linear-gradient(left, rgba(254,129,97,1) 0%, rgba(244,77,71,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(254,129,97,1)), color-stop(100%, rgba(244,77,71,1)));
        background: -webkit-linear-gradient(left, rgba(254,129,97,1) 0%, rgba(244,77,71,1) 100%);
        background: -o-linear-gradient(left, rgba(254,129,97,1) 0%, rgba(244,77,71,1) 100%);
        background: -ms-linear-gradient(left, rgba(254,129,97,1) 0%, rgba(244,77,71,1) 100%);
        background: linear-gradient(to right, rgba(254,129,97,1) 0%, rgba(244,77,71,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FE8161', endColorstr='#F44D47', GradientType=1 );
    }
    .page-jieshao .mob-s3 .list li.item-3{
        box-shadow: 0 4px 10px rgba(114,235,194,.3);
        background: rgba(114,235,194,1);
        background: -moz-linear-gradient(left, rgba(114,235,194,1) 0%, rgba(52,204,153,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(114,235,194,1)), color-stop(100%, rgba(52,204,153,1)));
        background: -webkit-linear-gradient(left, rgba(114,235,194,1) 0%, rgba(52,204,153,1) 100%);
        background: -o-linear-gradient(left, rgba(114,235,194,1) 0%, rgba(52,204,153,1) 100%);
        background: -ms-linear-gradient(left, rgba(114,235,194,1) 0%, rgba(52,204,153,1) 100%);
        background: linear-gradient(to right, rgba(114,235,194,1) 0%, rgba(52,204,153,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72EBC2', endColorstr='#34CC99', GradientType=1 );
    }
    .page-jieshao .mob-s3 .list li.item-4{
        box-shadow: 0 4px 10px rgba(170,135,255,.3);
        background: rgba(170,135,255,1);
        background: -moz-linear-gradient(left, rgba(170,135,255,1) 0%, rgba(150,106,253,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(170,135,255,1)), color-stop(100%, rgba(150,106,253,1)));
        background: -webkit-linear-gradient(left, rgba(170,135,255,1) 0%, rgba(150,106,253,1) 100%);
        background: -o-linear-gradient(left, rgba(170,135,255,1) 0%, rgba(150,106,253,1) 100%);
        background: -ms-linear-gradient(left, rgba(170,135,255,1) 0%, rgba(150,106,253,1) 100%);
        background: linear-gradient(to right, rgba(170,135,255,1) 0%, rgba(150,106,253,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AA87FF', endColorstr='#966AFD', GradientType=1 );
    }
    .page-jieshao .mob-s3 .list li.item-5{
        box-shadow: 0 4px 10px rgba(147,211,255,.3);
        background: rgba(147,211,255,1);
        background: -moz-linear-gradient(left, rgba(147,211,255,) 0%, rgba(88,136,244,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(147,211,255,)), color-stop(100%, rgba(88,136,244,1)));
        background: -webkit-linear-gradient(left, rgba(147,211,255,) 0%, rgba(88,136,244,1) 100%);
        background: -o-linear-gradient(left, rgba(147,211,255,) 0%, rgba(88,136,244,1) 100%);
        background: -ms-linear-gradient(left, rgba(147,211,255,) 0%, rgba(88,136,244,1) 100%);
        background: linear-gradient(to right, rgba(147,211,255,) 0%, rgba(88,136,244,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93D3FF', endColorstr='#5888F4', GradientType=1 );
    }
    .page-jieshao .mob-s3 .list li.item-6{
        box-shadow: 0 4px 10px rgba(254,129,97,.3);
        background: rgba(254,129,97,1);
        background: -moz-linear-gradient(left, rgba(254,129,97,1) 0%, rgba(244,77,71,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(254,129,97,1)), color-stop(100%, rgba(244,77,71,1)));
        background: -webkit-linear-gradient(left, rgba(254,129,97,1) 0%, rgba(244,77,71,1) 100%);
        background: -o-linear-gradient(left, rgba(254,129,97,1) 0%, rgba(244,77,71,1) 100%);
        background: -ms-linear-gradient(left, rgba(254,129,97,1) 0%, rgba(244,77,71,1) 100%);
        background: linear-gradient(to right, rgba(254,129,97,1) 0%, rgba(244,77,71,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FE8161', endColorstr='#F44D47', GradientType=1 );
    }
    .page-jieshao .mob-s3 .list li .img-wrap{ width: 6rem; height: 6rem; padding: .5rem; background: #fff; border-radius: 100%; margin: 0 auto; transform: scale(0.7);}
    .page-jieshao .mob-s3 .list li .img{ background: url(img/icon01.png) no-repeat center; width: 5rem; height: 5rem; display: block; margin: 0 auto; background-size: 500%; }
    .page-jieshao .mob-s3 .list li.item-1 .img{ background-position: 0 0; }
    .page-jieshao .mob-s3 .list li.item-2 .img{ background-position: 25% 0; }
    .page-jieshao .mob-s3 .list li.item-3 .img{ background-position: 50% 0; }
    .page-jieshao .mob-s3 .list li.item-4 .img{ background-position: 75% 0; }
    .page-jieshao .mob-s3 .list li.item-5 .img{ background-position: 100% 0; }
    .page-jieshao .mob-s3 .list li h3{ font-size: 1.1rem; text-align: center; }
    .page-jieshao .mob-s3 .btn-cyan{ display: block; margin: 2rem auto 3rem; width: 40%; font-size: 1.4rem; padding: 1rem; height: auto;}
    .page-jieshao .mob-s4{ background: #F3F3F8; }
    .page-jieshao .mob-s4 .list{ margin: 0 10%; }
    .page-jieshao .mob-s4 .list li{ text-align: center; padding-bottom: 2rem; }
    .page-jieshao .mob-s4 .list li .img{ padding-top: 50%; border-radius: 1rem; background-repeat: no-repeat; background-position: center; background-size: contain; box-shadow: 0 0 11px rgba(0,0,0,.1); margin-bottom: 1.2rem;}
    .page-jieshao .mob-s4 .list li.item-1 .img{background: url(img/img02.jpg); background-size:100%}
    .page-jieshao .mob-s4 .list li.item-2 .img{ background: url(img/img03.jpg); background-size:100%}
    .page-jieshao .mob-s4 .list li p{ margin: 0 21%; }
    .page-jieshao .mob-s5{ background: #fff url(img/bg.jpg) no-repeat bottom; background-size: 1266px; }
    .page-jieshao .mob-s5 .list{ padding-top: 1.8rem; padding-bottom: 2rem;}
    .page-jieshao .mob-s5 .list li{ float: left; width: 50%; text-align: center; padding-bottom: 2rem;}
    .page-jieshao .mob-s5 .list li .number{ display: block; border-radius: 100%; width: 10rem; height: 10rem; text-align: center; line-height: 10rem; margin: 0 auto 1.3rem;  color: #fff; font-size: 3rem; box-shadow: 0px 0px 20px 0px rgba(42,42,50,0.08);  background: rgba(237,45,56,1); background: -moz-linear-gradient(left, rgba(237,45,56,1) 0%, rgba(255,108,85,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237,45,56,1)), color-stop(100%, rgba(255,108,85,1))); background: -webkit-linear-gradient(left, rgba(237,45,56,1) 0%, rgba(255,108,85,1) 100%); background: -o-linear-gradient(left, rgba(237,45,56,1) 0%, rgba(255,108,85,1) 100%); background: -ms-linear-gradient(left, rgba(237,45,56,1) 0%, rgba(255,108,85,1) 100%); background: linear-gradient(to right, rgba(237,45,56,1) 0%, rgba(255,108,85,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18d6b6', endColorstr='#19e0b1', GradientType=1 );}

    .page-knowledge .mob-s1{ padding-bottom: 2rem; }
    .page-knowledge .mob-s1 .img{ padding-top: 57%; }
    .page-knowledge .mob-s2{ background: #F7F7FC; padding-bottom: 2rem; }
    .page-knowledge .mob-s2 .list li{ float: left; padding: 1.5rem 0; width: 30%; margin: 1.5%; background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,.1); text-align: center; }
    .page-knowledge .mob-s2 .list li .img{ width: 3rem; height: 3rem; margin: 0 auto 1rem; }

    .page-knowledge .mob-s3 .list li{ overflow: hidden; border-bottom: 1px solid #E6E6E6; padding: 2rem 0;}
    .page-knowledge .mob-s3 .list li .img{ width: 14rem; height: 16rem; float: left; }

    .page-knowledge .mob-s3 .list li .info{margin-left: 16rem; padding-top: 4rem;}
    .page-knowledge .mob-s3 .list li.item-2 .info{ margin-left: 2rem; }
    .page-knowledge .mob-s3 .list li .info h3{ margin-bottom: .5rem; font-weight: bold; }
    .page-knowledge .mob-s4{ background: #F7F7FC; padding-bottom: 1rem; }
    .page-knowledge .mob-s4 .img{ padding-top: 94%;  }
    .page-knowledge .mob-s5 .img{ padding-top: 94%;  }
    .page-knowledge .mob-s6{ background: #F7F7FC; }
    .page-knowledge .mob-s6 .img{ padding-top: 94%;  }
    .page-knowledge .mob-s7 .list li{ overflow: hidden; border-bottom: 1px solid #E6E6E6; padding: 1rem 0;}
    .page-knowledge .mob-s7 .list li .img{ width: 14rem; height: 16rem; float: left; }
    .page-knowledge .mob-s7 .list li.item-1 .img{  }
    .page-knowledge .mob-s7 .list li.item-2 .img{  float: right;}
    .page-knowledge .mob-s7 .list li.item-3 .img{  }
    .page-knowledge .mob-s7 .list li .info{margin-left: 16rem; padding-top: 4rem;}
    .page-knowledge .mob-s7 .list li.item-2 .info{ margin-left: 2rem; }
    .page-knowledge .mob-s7 .list li .info h3{ margin-bottom: .5rem; font-weight: bold; }
    .page-knowledge .mob-s8{ background: #F7F7FC; padding-bottom: 2rem;}
    .page-knowledge .mob-s8 .img{ padding-top: 94%; background: url(../images/6f-img1.png) no-repeat center; background-size: contain; }
    .page-knowledge .mob-s9{ 
        background: rgb(245,108,21);
        background: -moz-linear-gradient(left, rgba(245,108,21,1) 0%, rgba(247,139,29,1) 100%);
        background: -webkit-linear-gradient(left, rgba(245,108,21,1) 0%,rgba(247,139,29,1) 100%);
        background: linear-gradient(to right, rgba(245,108,21,1) 0%,rgba(247,139,29,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f56c15', endColorstr='#f78b1d',GradientType=1 );
    }
    .page-knowledge .mob-s9 .btn-wrap{ text-align: center; }
    .page-knowledge .mob-s9 .btn-wrap a{ border: 1px solid #fff; color: #333; display: inline-block; font-size: 1.3rem; width: 11rem; line-height: 3rem; margin: 0 .3rem;}
    .page-knowledge .mob-s9 .btn-wrap a.b-buy{ background: #fff; }
    .page-knowledge .mob-s9 .btn-wrap a.b-function{ color: #fff; }
    .page-knowledge .mob-s9 .img{ position: relative; padding-top: 60%; }
    .page-knowledge .mob-s9 .img-1{ position: absolute; width: 55%; padding-top: 51%; bottom: 0; left: 5%; background: url(../images/7f-img1.png) no-repeat center bottom; background-size: contain; }
    .page-knowledge .mob-s9 .img-2{ position: absolute; width: 35%; padding-top: 35%; bottom: 5%; right: 1%; background: url(../images/7f-img2.png) no-repeat center; background-size: contain; }

    .page-price{}
    .page-price .p-table{ text-align: center; }
    .page-price .p-table .one {box-sizing: border-box; padding-top: 18px; background: #ffffff; margin-top: 15px; }
    .page-price .p-table .one .type {font-size: 14px; font-weight: 400; color: #333333; }
    .page-price .p-table .one .rmb {font-size: 32px; margin-right: 3px; font-weight: bold; color: #000000; }
    .page-price .p-table .one .time {font-size: 12px; font-weight: 500; color: #000000; }
    .page-price .p-table .one .btn { height: 48px; background: #0acfae; margin: 0 auto; line-height: 44px; font-size: 16px; font-weight: 500; color: #ffffff; margin-top: 6px; }
    .page-price .p-table .one .three {text-align: center; font-size: 14px; font-weight: 500; color: #0acfae; margin-top: 16px; margin-bottom: 8px; }
    .page-price .p-table .one .advs {text-align: left; margin:0 13px; }
    .page-price .p-table .one .advs li {background: url(../images/price/01-icon.png) no-repeat; background-position: 58px 18px; font-size: 14px; font-weight: 500; color: #666666; line-height: 42px; padding-left: 81px; }
    .page-price .p-table .one .advs li:nth-child(odd) {background-color: #f7f7fc;}
    .page-price .tips{ background: #999; color: #fff; padding: .5rem 1rem; margin: 1rem 0 2rem;}
    .tableDiv .table-title {width: initial; height: 125px; }
    .tableDiv .table-cell {border-right: solid #f0f0f5 1px; border-bottom: solid #f0f0f5 1px; font-size: 16px; font-family: "微软雅黑"; color: #333; }
    .tableDiv .table-classic {border-top-left-radius: 7px; }
    .tableDiv .site {border-top-right-radius: 7px; }
    .version .table-cell-free,
    .version .table-cell-pro,
    .version .table-cell-start,
    .version .table-cell-stand {height: 140px; margin: 0 auto; }
    .tableDiv .version .table-cell-crown {height: 285px; border-top-right-radius: 7px; }
    .tableDiv .table-content {height: auto; text-align: center; }
    .tableDiv .table-content .tableBody-block {}
    .tableBody-block.first{ display: block; }
    .tableBody-block .table-left {width: 120px; background: #fff; float: left; font-size: 11px; font-family: "微软雅黑"; color: #333; }
    .tableBody-block .table-right {background: #fff; float: left; }
    .table-right .table-right-row {float: left; width: 100%; }
    .table-right .table-right-row .option {float: left; width: 305px; font-size: 14px; font-family: "微软雅黑"; color: #333; height: 60px; line-height: 60px; }
    .table-right .table-right-row .result {float: left; width: 291px; height: 60px; line-height: 60px; font-size: 14px; font-family: "微软雅黑"; }
    .tableDiv .version .table-cell-free {border-top: 4px solid #0ACFAE; }
    .tableDiv .version .table-cell-start {border-top: 4px solid #1A7CE1; }
    .tableDiv .version .table-cell-stand {border-top: 4px solid #F32660; }
    .tableDiv .version .table-cell-pro {border-top: 4px solid #34abf9; }
    .tableDiv .version .table-cell-crown {border-top: 4px solid #f4c434; }
    .table-version,
    .table-version .table-right {}
    .table-version .table-left {height: 366px; line-height: 366px; }
    .table-basicSys,
    .table-basicSys .table-right {height: 548px; }
    .table-basicSys .table-left {height: 548px; line-height: 548px; }
    .table-infoFind,
    .table-infoFind .table-right {height: 183px; }
    .table-infoFind .table-left {height: 183px; line-height: 183px; }
    .table-from,
    .table-from .table-right {height: 366px; }
    .table-from .table-left {height: 366px; line-height: 366px; }
    .table-interact,
    .table-interact .table-right {height: 366px; }
    .table-interact .table-left {height: 366px; line-height: 366px; }
    .table-product,
    .table-product .table-right {height: 488px; } 
    .table-product .table-left {height: 488px; line-height: 488px; }
    .table-article {height: 183px; }
    .table-article .table-left {height: 183px; line-height: 183px; }
    .table-article .table-right {height: 183px; }
    .table-member,
    .table-member .table-right {height: 366px; }
    .table-member .table-left {height: 366px; line-height: 366px; }
    .table-seo,
    .table-seo .table-right {height: 488px; }
    .table-seo .table-left {height: 488px; line-height: 488px; }
    .table-safe,
    .table-safe .table-right {height: 486px; }
    .table-safe .table-left {height: 486px; line-height: 486px; }
    .table-statistics,
    .table-statistics .table-right {height: 183px; }
    .table-statistics .table-left {height: 183px; line-height: 183px; }
    .table-service,
    .table-service .table-right {height: 426px; }
    .table-service .table-left {height: 426px; line-height: 426px; }
    .table-thirdSuport,
    .table-thirdSuport .table-right {height: 243px; }
    .table-thirdSuport .table-left {height: 243px; line-height: 243px; }
    .table-languageVersion,
    .table-languageVersion .table-right {height: 731px; }
    .table-languageVersion .table-left {height: 731px; line-height: 731px; border-bottom-left-radius: 7px; }
    .table-languageVersion .table-right .last {border-bottom-right-radius: 7px; }
    .table-title .table-cell {height: 125px;width: 23%; background-color: #fff; float: left; text-align: center; }
    .table-title .table-cell-mid,
    .table-title .table-cell-mid {width: 323px; }
    .table-right .table-right-row .result {width: 174px; }
    .tableBody-block .table-right {width: 1078px; }
    .tableBody-block .table-right {width: 1079px; }
    .table-title .table-classic-area {width: 65%; height: 65%; position: absolute; left: 50%; top: 50%; margin-left: 0; margin-top: 0; transform: translate(-50%,-50%);}
    .table-classic-top {top: 0; right: 0; }
    .table-classic-top,
    .table-classic-bottom {width: auto; height: auto; position: absolute; z-index: 1; font-size: 16px; font-family: "微软雅黑"; color: #333; }
    .table-classic-bottom {bottom: 0; left: 0; }
    .table-classic-top,
    .table-classic-bottom {width: auto; height: auto; position: absolute; z-index: 1; font-size: 11px; font-family: "微软雅黑"; color: #333; }
    .table-classic-area .f-tri {position: absolute; left: 0; top: 0; z-index: 0; border-right: solid transparent 58px; border-left: solid #e3e3e6 58px; border-top: solid transparent 41px; border-bottom: solid #e3e3e6 41px; }
    .table-title .table-cell-mid {width: 323px; }
    .table-title .table-classic {position: relative; width: 31%; }
    .tableHead .table-cell {border-right: solid #f0f0f5 1px; border-bottom: solid #f0f0f5 1px; }
    .table-classic-area .f-whiteTri {top: 1px; border-bottom-color: #fff; border-left-color: #fff; }
    .table-title .table-cell-mid,
    .table-title .table-cell-mid {width: 323px; }
    .vision {width: 259px !important; height: 140px; }
    .tableBody-block .table-right {width: 90%; }
    .table-right .table-right-row .option {float: left; width: 23.2%; font-size: 11px; font-family: 微软雅黑; color: #333333; height: 60px; line-height: 1.5; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center;}
    .table-right .table-right-row .result {width: 23%; }
    .result img {display: block; margin-bottom: 5px; margin-top: 29px; }
    .table-right .table-right-row .result {float: left; width: 291px; height: 60px; line-height: 25px; font-size: 14px; font-family: "微软雅黑"; }
    .table-version .table-left {height: 243px; line-height: 1.5!important; width: 10%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center;}
    .table-version .table-right {height: 244px; }
    .option span {color: red; }
    .table-version,
    .table-version .table-right {overflow: hidden; }
    .table-version .table-right {height: 244px; }
    .table-right .table-right-row .result {float: left; width: 25.6%; height: 60px; line-height: 60px; font-size: 11px!important; font-family: "微软雅黑"; overflow: hidden; }
    .table-classic-area .split{ position: absolute; height: 1px; width: 100%; transform: rotate(45deg); background: #ddd; top: 50%; }
    .table-content .click_btn{ width: 100%; }
    .table-content .click_btn_two{ width: 100%; }
    .table-cell .buy_now_one{ width: 80%; }
    .free-txt, .stand-txt{ font-size: 11px; }
    .page-price .mob-s1{ background: #F2F2F7; }
    .page-price .mob-s2{ background: #fff; }
    .page-price .mob-s2 .list li{ margin-bottom: 1rem; box-shadow: 0 0 10px rgba(117,116,116,0.1); padding-bottom: 1.6rem; }
    .page-price .mob-s2 .list li h3{ color: #BF0D00; font-size: 1.3rem; font-weight: bold; width: 80%; margin: 0 auto 1rem; text-align: center; border-bottom: 1px solid #f7f7f7; padding: 1.3rem 0;}
    .page-price .mob-s2 .list li h4{ font-weight: bold; text-align: center; font-size: 1.2rem; }
    .page-price .mob-s2 .list li p{ width: 70%; margin: 1rem auto 0; padding-bottom: 1.5rem; font-size: 1.1rem; line-height: 1.8; }
    .page-price .mob-s2 .list li p b{ color: #333; }
    .page-price .mob-s2 .list li .img{ width: 40%; margin: 0 auto; }
    .page-price .buy_now_one {
        height: 2.4rem;
        line-height: 2.4rem;
    }

    .page-moban{ background: #f3f3f8; }
    .page-moban .list li{ float: left; width: 46%; margin: 2%; background: #fff; }
    .page-moban .list li .info{ padding: .6rem .7rem; }
    .page-moban .list li .title{ font-size: 1.1rem; font-weight: bold; margin-bottom: .5rem;}
    .page-moban .list li .price{ color: #F4523B; }
    .page-moban .mob-s2{ padding-bottom: 2rem; }

}