/**
 * view-port list:
320x480
320x568
320x570
360x592
360x598
360x604
360x640
360x720
375x667
375x812
393x699
412x732
414x736
480x854
540x960
640x360
720x1184
720x1280
800x600
1024x768
1080x1812
1080x1920
 */
@media screen and (max-width: 320px) {
    html {
        font-size: 42.667px;
        font-size: -webkit-calc(13.33333333vw);
        font-size: calc(13.33333333vw);
    }
}

@media screen and (min-width: 321px) and (max-width: 360px) {
    html {
        font-size: 48px;
        font-size: -webkit-calc(13.33333333vw);
        font-size: calc(13.33333333vw);
    }
}

@media screen and (min-width: 361px) and (max-width: 375px) {
    html {
        font-size: 50px;
        font-size: -webkit-calc(13.33333333vw);
        font-size: calc(13.33333333vw);
    }
}

@media screen and (min-width: 376px) and (max-width: 393px) {
    html {
        font-size: 52.4px;
        font-size: -webkit-calc(13.33333333vw);
        font-size: calc(13.33333333vw);
    }
}

@media screen and (min-width: 394px) and (max-width: 412px) {
    html {
        font-size: 54.93px;
        font-size: -webkit-calc(13.33333333vw);
        font-size: calc(13.33333333vw);
    }
}

@media screen and (min-width: 413px) and (max-width: 414px) {
    html {
        font-size: 55.2px;
        font-size: -webkit-calc(13.33333333vw);
        font-size: calc(13.33333333vw);
    }
}

@media screen and (min-width: 415px) and (max-width: 480px) {
    html {
        font-size: 64px;
        font-size: -webkit-calc(13.33333333vw);
        font-size: calc(13.33333333vw);
    }
}

@media screen and (min-width: 481px) and (max-width: 540px) {
    html {
        font-size: 72px;
        font-size: -webkit-calc(13.33333333vw);
        font-size: calc(13.33333333vw);
    }
}

@media screen and (min-width: 541px) and (max-width: 640px) {
    html {
        font-size: 85.33px;
        font-size: -webkit-calc(13.33333333vw);
        font-size: calc(13.33333333vw);
    }
}

@media screen and (min-width: 641px) and (max-width: 720px) {
    html {
        font-size: 96px;
        font-size: -webkit-calc(13.33333333vw);
        font-size: calc(13.33333333vw);
    }
}

@media screen and (min-width: 721px) and (max-width: 768px) {
    html {
        font-size: 102.4px;
        font-size: -webkit-calc(13.33333333vw);
        font-size: calc(13.33333333vw);
    }
}

@media screen and (min-width: 769px) {
    html {
        font-size: 102.4px;
        font-size: -webkit-calc(13.33333333vw);
        font-size: calc(13.33333333vw);
    }
}




.shadow {
    -webkit-box-shadow: 2px 1px 25px 2px rgba(11, 3, 6, 0.1);
    box-shadow: 2px 1px 25px 2px rgba(11, 3, 6, 0.1);
}

.left {
    float: left;
}

.right {
    float: right;
}

.text-center {
    text-align: center !important;
}

.mb-60 {
    margin-bottom: .6rem;
}

.mt-60 {
    margin-top: .6rem;
}

.mb-30 {
    margin-bottom: .3rem;
}

.mt-30 {
    margin-top: .3rem;
}

.mb-80 {
    margin-bottom: .8rem;
}

.mt-80 {
    margin-top: .8rem;
}

.ml-10 {
    margin-left: .1rem;
}

.mr-10 {
    margin-right: .1rem;
}


.center {
    margin: auto;
}


.btn {
    position: relative;
    display: inline-block;
    padding: 0 80px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    border-radius: 50px;
    height: 43px;
    line-height: 43px;
    background-image: -moz-linear-gradient(0deg, rgb(34, 244, 138) 0%, rgb(81, 206, 98) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(34, 244, 138) 0%, rgb(81, 206, 98) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(34, 244, 138) 0%, rgb(81, 206, 98) 100%);
    margin-top: 65px;
    transition: 0.5s;
    margin: auto;
    margin-top: 30px;
    letter-spacing: 3px;
    color: #fff;
}

    .btn:hover {
        color: #fff;
        transition: 0.5s;
        opacity: 0.8;
    }

.btn-border:before {
    content: " ";
    display: block;
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    height: 50px;
    border-radius: 50px;
    border: 5px solid rgba(0, 0, 0, 0.1);
}


.bg-w {
    background-color: #fff;
}

.bg-g {
    background-color: #F4F5F9
}

.font-yellow {
    color: #efb104 !important;
}

.font-green {
    color: #46da60 !important;
}

.font-blue {
    color: #0e97ff !important;
}

.font-pink {
    color: #ff4954 !important;
}

.font-cyan {
    color: #00c9b8 !important;
}

.font-gray {
    color: #b5b9bf !important;
}



body {
    padding-top: 1.2rem;
 /*   background-color: #001c19;*/
}

.page-index.setscroll { /* overflow: hidden; */
    position: fixed;
    width: 100%;
}

.wrap {
    width: 100%;
}

.inner {
    max-width: 100%;
    margin: auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

/** header **/

.header {
    position: fixed;
    z-index: 1000;
    background: #1e2026;
    top: 0;
    height: 1.2rem;
}

    .header .logo {
        width: 3.1rem;
        float: left;
        padding-top: .2rem;
        padding-bottom: .2rem;
        padding-left: .2rem;
    }

        .header .logo img {
        }

        .header .logo .icon {
            width: .8rem;
            margin-right: .2rem;
        }

        .header .logo .text {
            width: 2rem;
        }

    .header .menu {
        float: right;
        height: 100%;
    }

        .header .menu::before {
            content: '\e786';
            position: absolute;
            right: .0rem;
            top: .1rem;
            padding: .2rem;
            display: block;
            font-family: "iconfont" !important;
            font-size: .5rem;
            font-style: normal;
            -webkit-font-smoothing: antialiased;
            color: #999;
        }

        .header .menu .list {
            background: #fff;
            width: 100%;
            display: none;
            position: fixed;
            overflow: hidden;
            top: 1.2rem;
            right: 0;
            border-top: 1px solid #f8f8f8;
            z-index: 500;
            bottom: .6rem;
            overflow-y: scroll;
            -webkit-overflow-scrolling: touch;
        }

            .header .menu .list.hover {
                display: block;
            }

        .header .menu li > a {
            display: inline-block;
            color: #666666;
            font-size: .28rem;
            width: 100%;
            height: .8rem;
            line-height: .8rem;
            padding-left: .24rem;
            transition: 0.6s;
        }

        .header .menu li i {
            font-size: .28rem;
            line-height: .4rem;
        }

        .header .menu li .icon-arrowbottom {
            display: none;
        }

        .header .menu li .sub-menu {
            box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05) inset;
        }

            .header .menu li .sub-menu h4.title {
                display: none;
            }

        .header .menu li.hover .sub-menu {
            animation: fadeIn .3s;
            -webkit-animation: fadeIn .3s;
            display: block;
        }

        .header .menu .plan:before,
        .header .menu .plan:after {
            content: "";
            display: table;
        }

        .header .menu .plan:after {
            clear: both;
            overflow: hidden;
        }

        .header .menu .plan {
            zoom: 1;
        }

        .header .menu h4.title {
            font-weight: normal;
            color: #999;
            padding: .2rem 0;
            text-indent: .3rem;
        }

        .header .menu .sub-menu a.item {
            display: inline-block;
            width: 7.5rem;
            height: 1rem;
            margin-top: .2rem;
            padding: .1rem .2rem;
            border-radius: .12rem;
            cursor: pointer;
        }

        .header .menu .sub-menu .item:hover {
            background-color: #f8f8f8;
        }

        .header .menu .sub-menu .item .iconfont {
            display: inline-block;
            border-radius: .4rem;
            color: #fff;
            width: .92rem;
            height: .92rem;
            line-height: .92rem;
            text-align: center;
            font-size: .36rem;
            float: left;
            margin-right: .3rem;
        }

        .header .menu .sub-menu .item.kefu .iconfont {
            background-image: -moz-linear-gradient(-35deg, rgb(242, 151, 131) 0%, rgb(242, 142, 113) 3%, rgb(242, 132, 94) 11%, rgb(245, 96, 22) 100%);
            background-image: -webkit-linear-gradient(-35deg, rgb(242, 151, 131) 0%, rgb(242, 142, 113) 3%, rgb(242, 132, 94) 11%, rgb(245, 96, 22) 100%);
            background-image: -ms-linear-gradient(-35deg, rgb(242, 151, 131) 0%, rgb(242, 142, 113) 3%, rgb(242, 132, 94) 11%, rgb(245, 96, 22) 100%);
        }

        .header .menu .sub-menu .item.dianpu .iconfont,
        .header .menu .sub-menu .item.yuyue .iconfont {
            background-image: -moz-linear-gradient(-35deg, rgb(114, 237, 166) 0%, rgb(114, 237, 166) 20%, rgb(52, 197, 113) 100%);
            background-image: -webkit-linear-gradient(-35deg, rgb(114, 237, 166) 0%, rgb(114, 237, 166) 20%, rgb(52, 197, 113) 100%);
            background-image: -ms-linear-gradient(-35deg, rgb(114, 237, 166) 0%, rgb(114, 237, 166) 20%, rgb(52, 197, 113) 100%);
        }

        .header .menu .sub-menu .item.shancgheng .iconfont {
            background-image: -moz-linear-gradient(-35deg, rgb(255, 197, 65) 0%, rgb(255, 197, 65) 20%, rgb(255, 185, 29) 100%);
            background-image: -webkit-linear-gradient(-35deg, rgb(255, 197, 65) 0%, rgb(255, 197, 65) 20%, rgb(255, 185, 29) 100%);
            background-image: -ms-linear-gradient(-35deg, rgb(255, 197, 65) 0%, rgb(255, 197, 65) 20%, rgb(255, 185, 29) 100%);
        }

        .header .menu .sub-menu .item.zhanshi .iconfont {
            background-image: -moz-linear-gradient(-35deg, rgb(255, 117, 83) 0%, rgb(255, 117, 83) 20%, rgb(237, 63, 20) 100%);
            background-image: -webkit-linear-gradient(-35deg, rgb(255, 117, 83) 0%, rgb(255, 117, 83) 20%, rgb(237, 63, 20) 100%);
            background-image: -ms-linear-gradient(-35deg, rgb(255, 117, 83) 0%, rgb(255, 117, 83) 20%, rgb(237, 63, 20) 100%);
        }

        .header .menu .sub-menu .item.fenxiao .iconfont {
            background-image: -moz-linear-gradient(-35deg, rgb(71, 143, 255) 0%, rgb(71, 143, 255) 20%, rgb(51, 117, 248) 100%);
            background-image: -webkit-linear-gradient(-35deg, rgb(71, 143, 255) 0%, rgb(71, 143, 255) 20%, rgb(51, 117, 248) 100%);
            background-image: -ms-linear-gradient(-35deg, rgb(71, 143, 255) 0%, rgb(71, 143, 255) 20%, rgb(51, 117, 248) 100%);
        }

        .header .menu .sub-menu .item.pifa .iconfont {
            background-image: -moz-linear-gradient(-35deg, rgb(255, 101, 105) 0%, rgb(255, 101, 105) 20%, rgb(255, 83, 86) 100%);
            background-image: -webkit-linear-gradient(-35deg, rgb(255, 101, 105) 0%, rgb(255, 101, 105) 20%, rgb(255, 83, 86) 100%);
            background-image: -ms-linear-gradient(-35deg, rgb(255, 101, 105) 0%, rgb(255, 101, 105) 20%, rgb(255, 83, 86) 100%);
        }

        .header .menu .sub-menu .item.tuangou .iconfont {
            background-image: -moz-linear-gradient(-35deg, rgb(138, 111, 250) 0%, rgb(138, 111, 250) 20%, rgb(92, 65, 242) 100%);
            background-image: -webkit-linear-gradient(-35deg, rgb(138, 111, 250) 0%, rgb(138, 111, 250) 20%, rgb(92, 65, 242) 100%);
            background-image: -ms-linear-gradient(-35deg, rgb(138, 111, 250) 0%, rgb(138, 111, 250) 20%, rgb(92, 65, 242) 100%);
        }

        .header .menu .sub-menu .item.tuoguan .iconfont {
            background-image: -moz-linear-gradient(-35deg, rgb(138, 111, 250) 0%, rgb(138, 111, 250) 20%, rgb(92, 65, 242) 100%);
            background-image: -webkit-linear-gradient(-35deg, rgb(138, 111, 250) 0%, rgb(138, 111, 250) 20%, rgb(92, 65, 242) 100%);
            background-image: -ms-linear-gradient(-35deg, rgb(138, 111, 250) 0%, rgb(138, 111, 250) 20%, rgb(92, 65, 242) 100%);
        }

        .header .menu .sub-menu .item b {
            font-size: .28rem;
            color: #666;
            line-height: .52rem;
        }

        .header .menu .sub-menu .item p {
            display: block;
            color: #999;
        }

    .header .login {
        height: .8rem;
        line-height: .8rem;
        display: flex;
        font-size: .28rem;
        background-color: #f4f4f4;
        font-size: .24rem;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 500;
        display: none;
    }

        .header .login.hover {
            display: block;
        }

        .header .login a {
            display: inline-block;
            width: 50%;
            height: .8rem;
            float: left;
            text-align: center;
        }

            .header .login a.signin {
                color: #fff;
                background-color: #2b7bff;
            }

            .header .login a.signup {
                color: #999;
            }

/* slider */


.slider-sub .inner {
    padding: .2rem;
    text-align: center;
    padding-bottom: .6rem;
}

.slider-sub h3 {
    color: #fff;
    font-size: 28px;
    font-weight: lighter;
    margin-bottom: 5px;
}

.slider-sub p.line {
    color: #fff;
    line-height: 36px;
    font-size: 18px;
    opacity: 0.7;
}


.slider-sub p.tel {
    margin-top: 5px;
    color: #fff;
    opacity: 0.7;
}



/* slider */

.slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .slider .item {
        background-size: cover;
        background-position: center;
        width: 7.5rem !important;
    }

        .slider .item .text {
            text-align: center;
            width: 100%;
            float: none;
        }

            .slider .item .text h3.title {
                margin-top: .8rem;
                font-size: .6rem;
                color: #fff;
                font-weight: lighter;
                position: relative;
                margin-bottom: 25px;
            }

                .slider .item .text h3.title .icon {
                    font-size: .12rem;
                    line-height: .12rem;
                    font-style: initial;
                    letter-spacing: .02rem;
                    background-image: -moz-linear-gradient(0deg, rgb(93, 200, 255) 0%, rgb(62, 142, 255) 100%);
                    background-image: -webkit-linear-gradient(0deg, rgb(93, 200, 255) 0%, rgb(62, 142, 255) 100%);
                    background-image: -ms-linear-gradient(0deg, rgb(93, 200, 255) 0%, rgb(62, 142, 255) 100%);
                    padding: .05rem .08rem;
                    border-radius: .3rem;
                    font-weight: 200;
                    position: absolute; /* right: -.6rem; */
                    top: .1rem;
                }

            .slider .item .text p.line {
                line-height: .3rem;
                font-size: .28rem;
                letter-spacing: .02rem;
                margin-bottom: .2rem;
                color: #fff;
                font-weight: lighter;
            }

        .slider .item .info {
            padding: .2rem;
            color: #fff;
            font-size: .3rem;
            letter-spacing: .04rem;
            margin-top: .4rem;
            font-weight: 400;
        }


        .slider .item .pic {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 3.5rem;
            margin: auto;
            text-align: center;
        }

            .slider .item .pic img {
                height: 110%;
                margin-top: -20%;
            }

        .slider .item a.btn {
            position: relative;
            display: block;
            text-align: center;
            font-size: .34rem;
            font-weight: 400;
            border-radius: .5rem;
            margin: auto;
            width: 3rem;
            height: .8rem;
            line-height: .8rem;
            background-image: -moz-linear-gradient(0deg, rgb(34, 244, 138) 0%, rgb(81, 206, 98) 100%);
            background-image: -webkit-linear-gradient(0deg, rgb(34, 244, 138) 0%, rgb(81, 206, 98) 100%);
            background-image: -ms-linear-gradient(0deg, rgb(34, 244, 138) 0%, rgb(81, 206, 98) 100%);
            margin-top: .45rem;
            transition: 0.5s;
            letter-spacing: .03rem;
            color: #fff;
        }

            .slider .item a.btn:hover {
                transition: 0.5s;
                opacity: 0.8;
            }

            .slider .item a.btn:before {
                content: " ";
                display: block;
                position: absolute;
                left: -.05rem;
                right: -.05rem;
                top: -.05rem;
                bottom: -.05rem;
                height: .8rem;
                border-radius: .8rem;
                border: .05rem solid rgba(0, 0, 0, 0.1);
            }

        .slider .item p.tel {
            color: #fff;
            letter-spacing: .04rem;
            margin-top: .4rem;
            font-size: 16px;
            font-weight: 400;
        }

    .slider .pagination {
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
        bottom: 15px;
        height: 15px;
    }

        .slider .pagination .pagination-inner {
            background-color: rgba(255, 255, 255, 0.15);
            padding: 4px 2px;
            border-radius: 50px;
            display: inline-block;
            transform: translateX(-50%)
        }

            .slider .pagination .pagination-inner .swiper-pagination-bullet {
                margin: 0 5px;
                width: 20px;
                height: 6px;
                background-color: #fff;
                border-radius: 10px;
                opacity: 1;
            }

            .slider .pagination .pagination-inner .swiper-pagination-bullet-active {
                background-color: #2780FF;
            }









.page-index .slider {
    height: 9.6rem;
}

.page-index .news {
    position: relative;
    z-index: 99;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

    .page-index .news .inner {
        display: flex;
        padding: 0 .2rem;
    }

    .page-index .news .icon-xiaoxi {
        display: none;
        width: .6rem;
        height: 1rem;
        line-height: 1rem;
        font-size: .36rem;
        color: #bbb;
    }

    .page-index .news .list {
        width: 13.3rem;
        height: 1rem;
        position: relative;
        margin-left: 0;
    }

        .page-index .news .list .item {
            line-height: 50px;
            width: 5.5rem;
            float: left;
        }

            .page-index .news .list .item:last-child {
                margin-right: 0;
            }

            .page-index .news .list .item i.iconfont {
                color: #bad6ff;
                float: left;
            }

            .page-index .news .list .item a {
                color: #666;
                float: left;
                height: 50px;
            }

            .page-index .news .list .item font {
                float: right;
                color: #bbb
            }

    .page-index .news .nav {
        width: 3rem;
    }

        .page-index .news .nav .nav-prev {
            display: block;
            width: 50%;
            height: 22px;
            text-align: center;
            line-height: 23px;
            margin-top: 14px;
            width: 30px;
            float: left;
            cursor: pointer;
            outline: none;
        }

        .page-index .news .nav .nav-next {
            display: block;
            width: 50%;
            height: 22px;
            text-align: center;
            line-height: 23px;
            margin-top: 14px;
            width: 30px;
            float: right;
            cursor: pointer;
            outline: none;
        }

        .page-index .news .nav .iconfont {
            display: block;
            width: 90%;
            font-size: .26rem;
            color: #fff;
            background-color: #ddd;
            outline: none;
            transition: .3s;
        }

            .page-index .news .nav .iconfont:hover {
                background-color: #4889ff;
                transition: .3s;
                opacity: .8;
            }

/* block1 */

.page-index .way-use {
    position: relative;
    z-index: -1;
    background-color: #fff;
}

    .page-index .way-use .inner {
        min-height: 550px;
    }

    .page-index .way-use .title {
        text-align: center;
        padding-top: 60px;
        font-size: 32px;
        font-weight: lighter;
        color: #333;
        letter-spacing: 2px;
    }

    .page-index .way-use .pic {
        float: left;
        margin-top: 40px;
    }

    .page-index .way-use .con {
        float: right;
        margin-top: 10px;
    }

        .page-index .way-use .con h3 {
            margin-top: 40px;
            font-size: 16px;
            font-weight: 400;
            color: #666;
            letter-spacing: 1px;
        }

        .page-index .way-use .con p {
            margin-top: 5px;
            font-size: 14px;
            color: #999999;
            letter-spacing: 1px;
        }







.page-index .visual {
    background-color: #f7fcff;
    background-image: url('/assets/img/block-2-bg.jpg');
    background-position: center
}

    .page-index .visual .inner {
        min-height: 670px;
        position: relative;
    }

    .page-index .visual .title {
        font-size: 30px;
        color: #08a0ff;
        font-weight: lighter;
        text-align: center;
        letter-spacing: 4px;
        padding-top: 55px;
    }

    .page-index .visual .introduce {
        margin-top: 30px;
        text-align: center;
        font-size: 16px;
        color: #50bcff;
        letter-spacing: 2px;
    }

    .page-index .visual .macbook {
        position: absolute;
        left: 50%;
        margin-left: -210px;
        top: 290px;
        z-index: 50;
    }

    .page-index .visual .components {
        position: absolute;
        top: 215px;
        left: 216px;
        z-index: 100;
    }

    .page-index .visual .set {
        position: absolute;
        top: 215px;
        right: 203px;
        z-index: 100;
    }

    .page-index .visual .bubble {
        position: absolute;
        top: 210px;
    }

        .page-index .visual .bubble .item {
            width: 145px;
            height: 36px;
            line-height: 36px;
            text-align: center;
            background-color: #08a0ff;
            color: #fff;
            border-radius: 30px;
            font-size: 14px;
            position: relative;
            z-index: 10;
        }

            .page-index .visual .bubble .item:nth-child(1) {
                margin-top: 40px;
            }

            .page-index .visual .bubble .item:nth-child(2) {
                margin-top: 40px;
                margin-bottom: 140px;
            }

            .page-index .visual .bubble .item::after {
                content: " ";
                display: block;
                width: 20px;
                height: 20px;
                background-color: #08a0ff;
                transform: rotate(45deg);
                position: absolute;
                top: 8;
                z-index: 9;
            }

    .page-index .visual .left-bubble {
        left: 0;
    }

        .page-index .visual .left-bubble .item::after {
            right: -1;
        }

    .page-index .visual .right-bubble {
        right: 0;
    }

        .page-index .visual .right-bubble .item::after {
            left: -1;
        }

/* theme */

.page-index .theme {
    background-color: #f5f7fa;
}

    .page-index .theme .inner h2.title {
        text-align: center;
        padding-top: 60px;
        padding-bottom: 60px;
        font-size: 32px;
        font-weight: lighter;
        color: #333;
        letter-spacing: 2px;
    }

    .page-index .theme .inner h2.title {
    }

    .page-index .theme .inner .item {
        width: 220px;
        height: 400px;
        margin-bottom: 40px;
        float: left;
        border-radius: 3px;
        margin-left: 10px;
        margin-right: 10px;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 2px 5px 0px rgba(4, 0, 0, 0.05);
        overflow: hidden;
        position: relative;
    }

        .page-index .theme .inner .item .preview {
            width: 100%;
        }

        .page-index .theme .inner .item .mask {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(43, 123, 255, 0.95);
            text-align: center;
            transition: .8s;
            opacity: 0;
        }

            .page-index .theme .inner .item .mask:hover {
                opacity: .8;
                transition: .8s;
            }

            .page-index .theme .inner .item .mask img {
                display: inline-block;
                width: 80px;
                height: 80px;
                margin-top: 60%;
                border-radius: 3px;
            }

            .page-index .theme .inner .item .mask p {
                color: #fff;
                margin-top: 30px;
                font-size: 14px;
                letter-spacing: 2px;
            }

/* marketing */

.marketing {
    background-color: #fff;
}

    .marketing .inner {
        min-height: 580px;
    }

    .marketing .title {
        padding-top: 40px;
        padding-bottom: 40px;
        font-size: 32px;
        font-weight: lighter;
        color: #333;
        letter-spacing: 2px;
        text-align: center;
    }

    .marketing .introduce {
        text-align: center;
        line-height: 30px;
        margin-bottom: 30px;
    }

        .marketing .introduce i {
            font-size: 18px;
            color: #55cf65;
            vertical-align: middle;
        }

        .marketing .introduce span {
            margin: 0 30px;
            color: #999;
            font-size: 14px;
            vertical-align: middle;
        }

    .marketing .con img {
        display: block;
        margin: auto;
    }

/* industry */

.industry h2.title {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
    font-size: 32px;
    font-weight: lighter;
    color: #666;
    letter-spacing: 2px;
}

.industry .con .item {
    float: left;
    text-align: center;
    margin-right: 60px;
    margin-bottom: 60px;
}

    .industry .con .item p {
        line-height: 30px;
        letter-spacing: 1px;
        color: #666;
        margin-top: 10px;
    }

    .industry .con .item:nth-child(9n+0) {
        margin-right: 0;
    }

.create-shop {
    background-image: url('../PC/images/create-shop.png')
}

    .create-shop h2.title {
        text-align: center;
        padding-top: 1.2rem;
        padding-bottom: .4rem;
        font-size: .5rem;
        font-weight: lighter;
        color: #fff;
        letter-spacing: .04rem;
    }

    .create-shop .inner {
        min-height: 5.6rem;
    }

    .create-shop .introduce {
        text-align: center;
        color: #fff;
        font-size: .28rem;
        letter-spacing: .04rem;
    }

    .create-shop a.btn_01 {
        position: relative;
        display: block;
        text-align: center;
        font-size: .36rem;
        font-weight: 400;
        border-radius: 1rem;
        width: 2.6rem;
        height: .8rem;
        line-height: .8rem;
        background-image: -moz-linear-gradient(0deg, rgb(34, 244, 138) 0%, rgb(81, 206, 98) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(34, 244, 138) 0%, rgb(81, 206, 98) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(34, 244, 138) 0%, rgb(81, 206, 98) 100%);
        margin-top: .3rem;
        transition: 0.5s;
        margin: auto;
        margin-top: .6rem;
        letter-spacing: .06rem;
        color: #fff;
    }

        .create-shop a.btn:hover {
            transition: 0.5s;
            opacity: 0.8;
        }

        .create-shop a.btn:before {
            content: " ";
            display: block;
            position: absolute;
            left: -5px;
            top: -5px;
            right: -5px;
            bottom: -5px;
            height: .8rem;
            border-radius: .5rem;
            border: 5px solid rgba(0, 0, 0, 0.1);
        }



.crumbs {
    height: .5rem;
    padding: .4rem 0;
    line-height: .5rem;
}

    .crumbs .inner {
        max-width: 7.1rem;
        margin: auto;
    }

    .crumbs a.home {
        color: #191818
    }

    .crumbs a {
        display: block;
        float: left;
        color: #666;
    }

    .crumbs a {
        color: #191818;
    }

    .crumbs font {
        color: #333;
    }

    .crumbs .icon-pin {
        display: block;
        float: left;
        color: #4381fd;
        font-size: .28rem;
        margin-right: .16rem;
    }

    .crumbs span {
        float: left;
        color: #9E9E9E;
    }

    .crumbs .icon-arrowright {
        display: block;
        float: left;
        color: #ddd;
        margin: 0 .2rem;
        line-height: .5rem;
    }

.sidebar {
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(4, 0, 0, 0.05);
    width: 100%;
}

    .sidebar .title {
        border-bottom: 1px solid #f8f8f8;
        height: 1.4rem;
        line-height: 1.4rem;
        text-align: center;
    }

        .sidebar .title .iconfont {
            color: #4381fd;
        }

        .sidebar .title .name {
            font-size: .3rem;
            color: #333333;
        }

    .sidebar .list:before,
    .sidebar .list:after {
        content: "";
        display: table;
    }

    .sidebar .list:after {
        clear: both;
        overflow: hidden;
    }

    .sidebar .list {
    }

        .sidebar .list ul li {
            margin-bottom: .1rem;
            width: 33.33%;
            float: left;
            zoom: 1;
            text-align: center;
        }

            .sidebar .list ul li a {
                display: block;
                color: #999999;
                text-indent: .28rem;
                height: 1rem;
                line-height: 1rem;
                font-size: .28rem;
                transition: 0.3s;
            }

                .sidebar .list ul li a:hover,
                .sidebar .list ul li.active a {
                    background-color: #f4f5f9;
                    color: #666;
                    transition: 0.3s;
                }
.page-list {
    background-color: #F4F5F9;
}
.page-list .content {
    margin-bottom: 20px;
}

    .page-list .content .inner {
        padding: 0 .2rem;
    }

    .page-list .content .article-list {
        width: 100%;
        margin-top: .2rem;
        background-color: #fff;
        box-shadow: 0px 2px 4px 0px rgba(4, 0, 0, 0.05);
        float: right;
    }

        .page-list .content .article-list .title {
            border-bottom: 1px solid #f8f8f8;
            height: 1.4rem;
            line-height: 1.4rem;
            padding: 0 .2rem;
            letter-spacing: .04rem;
            text-align: center;
        }

            .page-list .content .article-list .title .name {
                font-size: .38rem;
                color: #666666;
            }

        .page-list .content .article-list .list {
            margin-bottom: .6rem;
        }

            .page-list .content .article-list .list li {
                padding: 0 .2rem;
                height: 1.1rem;
                display: flex;
                flex-direction: column;
                justify-content: center;
                border-bottom: 1px solid #f8f8f8;
            }


                .page-list .content .article-list .list li:hover {
                    background-color: #fbfcff
                }

                .page-list .content .article-list .list li a {
                    color: #666;
                    font-size: .28rem;
                    display: block;
                }

                .page-list .content .article-list .list li:hover a {
                    color: #08a0ff;
                }

                .page-list .content .article-list .list li font {
                    font-size: .26rem;
                    margin-top: .1rem;
                    color: #999
                }

        .page-list .content .article-list .navigation {
            float: right;
            margin-bottom: .6rem;
            margin-right: .2rem;
        }

            .page-list .content .article-list .navigation div {
                float: left;
                height: .5rem;
                line-height: .5rem;
                padding: 0 .2rem;
                margin-right: .1rem;
                border-radius: .06rem;
                color: #bbb;
                background-color: #F4F5F9;
            }

                .page-list .content .article-list .navigation div:hover,
                .page-list .content .article-list .navigation div.active {
                    color: #fff;
                    background-color: #4381fd;
                    cursor: pointer;
                    transition: 0.3s;
                }

        .page-list .content .article-list .list-img .item {
            padding: .1rem .2rem;
            margin-bottom: .3rem;
            ;
        }

            .page-list .content .article-list .list-img .item .pic {
                width: 1.85rem;
                height: 1.6rem;
                display: inline-block;
            }

            .page-list .content .article-list .list-img .item img {
                width: 100%;
                height: 100%;
                object-fit: conver;
            }

            .page-list .content .article-list .list-img .item .info {
                float: right;
                width: 70%;
            }

                .page-list .content .article-list .list-img .item .info .tit {
                    font-size: .32rem;
                    color: #333;
                }

                .page-list .content .article-list .list-img .item .info .date {
                    color: #999;
                    width: 100%;
                    margin-top: .1rem;
                    margin-bottom: .1rem;
                }

                .page-list .content .article-list .list-img .item .info .intro {
                    color: #666;
                    line-height: .38rem;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    margin-top: 0px;
                    padding: 0px;
                    font-size: 12px;
                    text-align: left;
                    letter-spacing: 0px;
                }

            .page-list .content .article-list .list-img .item:hover {
                background-color: #fbfcff
            }

                .page-list .content .article-list .list-img .item:hover a {
                    color: #08a0ff !important
                }

.page-list-full .content .article-list {
    width: 100%;
}

.page-detail .content {
    margin-bottom: .2rem;
}

   

    .page-detail .content .article-detail {
        width: 7.5rem;
        background-color: #fff;
        box-shadow: 0px 2px 4px 0px rgba(4, 0, 0, 0.05);
    }

        .page-detail .content .article-detail .detail img {
            width: 100%;
        }

        .page-detail .content .article-detail .title {
            border-bottom: 1px solid #f8f8f8;
            height: 1rem;
            line-height: 1rem;
            padding: 0 .8rem;
            letter-spacing: .04rem;
            text-align: center;
        }

            .page-detail .content .article-detail .title font {
                color: #666;
                font-size: .3rem;
            }

        .page-detail .content .article-detail .detail {
            font-size: .28rem;
            padding: .2rem .2rem;
            line-height: 26px;
        }

            .page-detail .content .article-detail .detail p {
                margin-bottom: .4rem;
            }

            .page-detail .content .article-detail .detail .info {
                height: .8rem;
                margin-bottom: .2rem;
                overflow: hidden
            }

                .page-detail .content .article-detail .detail .info .time {
                    color: #999;
                    font-size: .24rem;
                    float: left;
                    width:100%;
                }
                    .page-detail .content .article-detail .detail .info .time .MemberName {
                        padding-right: .2rem;
                    }
                .page-detail .content .article-detail .detail .info .GuanZhu {
                    float: right;
                    /* margin-top: .05rem; */
                    padding: .02rem .12rem;
                    background: #308fff;
                    color: #fff;
                    border-radius: 5px;
                }
                    

                .page-detail .content .article-detail .detail .info .share {
                    text-align: center;
                    display: none;
                }

                    .page-detail .content .article-detail .detail .info .share a {
                        float: left;
                        font-size: .24rem;
                        color: #999;
                    }

    .page-detail .content .relevant {
        background-color: #fff;
        box-shadow: 0px 2px 4px 0px rgba(4, 0, 0, 0.05);
    }

        .page-detail .content .relevant .title {
            border-bottom: 1px solid #f8f8f8;
            height: 1.4rem;
            line-height: 1.4rem;
            padding: 0 .2rem;
            letter-spacing: .04rem;
            font-size: .36rem;
        }

        .page-detail .content .relevant .list {
           
        }

            .page-detail .content .relevant .list li {
                text-indent: .2rem;
                line-height: .8rem;
                border-bottom: 1px solid #f8f8f8;
            }

                .page-detail .content .relevant .list li a {
                    font-size: .28rem;
                }

.page-detail-full .content .article-detail {
    width: 100%;
}

.page-detail-full .content .relevant {
    width: 100%;
}

/* page-help */
.page-help {
    background-color: #F4F5F9;
}
.page-help .search {
    background: url('../PC/images/help-search-bg.jpg') center;
}

    .page-help .search .inner {
        width: 100%;
        height: 6rem;
    }

    .page-help .search .title {
        text-align: center;
        font-size: .6rem;
        font-weight: lighter;
        font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
        margin-bottom: .6rem;
        color: #fff;
        padding-top: 1rem;
    }

.page-help .search-box {
    width: 6.5rem;
    background-color: rgba(255, 255, 255, 0.1);
    padding: .08rem .18rem;
    border-radius: .6rem;
    margin: auto;
}

.page-help .search .input {
    font-size: .28rem;
    height: .92rem;
    color: #999;
    letter-spacing: .02rem;
    border-radius: .6rem;
    background: #fff;
    display: flex;
    margin-left: -.1rem
}

    .page-help .search .input input {
        width: 100%;
        text-indent: .4rem;
        border-radius: .6rem;
        letter-spacing: .02rem;
        font-size: .28rem;
        line-height: .4rem;
        color: #666;
    }

        .page-help .search .input input::-webkit-input-placeholder { /* WebKit browsers */
            color: #999;
        }

.page-help .search .go {
    width: 1.6rem;
    min-width: 1.6rem;
    height: 100%;
    line-height: .92rem;
    background-image: -moz-linear-gradient(0deg, rgb(0, 174, 255) 0%, rgb(43, 123, 255) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(0, 174, 255) 0%, rgb(43, 123, 255) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(0, 174, 255) 0%, rgb(43, 123, 255) 100%);
    border-radius: .6rem;
    color: #fff;
    position: relative;
    right: -.1rem;
    cursor: pointer;
    text-align: center;
}

.page-help .search .keywords {
    font-size: .24rem;
    margin: auto;
    margin-top: .3rem;
    padding: 0 10px;
    width: 6.5rem;
    margin-bottom: 1rem;
}

    .page-help .search .keywords a {
        margin-right: .15rem;
        opacity: .4;
        transition: .6s;
        color: #fff;
    }

        .page-help .search .keywords a:hover {
            opacity: 1;
            transition: .6s;
        }

.page-help .hot-ask {
    background-color: #fff;
}

    .page-help .hot-ask .inner {
        padding-top: .6rem;
        padding-bottom: .6rem;
    }

        .page-help .hot-ask .inner .title {
            font-size: .48rem;
            font-weight: lighter;
            letter-spacing: .04rem;
            color: #666;
            text-align: center;
        }

        .page-help .hot-ask .inner .list {
            margin-top: .6rem;
            padding: 0 .35rem;
        }

            .page-help .hot-ask .inner .list .item {
                float: left;
                text-align: center;
                margin-right: .35rem;
                margin-left: .35rem;
                margin-bottom: .2rem;
            }

                .page-help .hot-ask .inner .list .item:last-child {
                    margin-right: 0;
                }

                .page-help .hot-ask .inner .list .item img {
                    width: 1rem;
                    height: 1rem;
                }

                .page-help .hot-ask .inner .list .item p {
                    line-height: .6rem;
                    color: #999;
                    font-size: .24rem;
                    margin-top: .1rem;
                }

.page-help .document .inner { /* padding-bottom: 60px; */
    padding-top: .2rem;
}

.page-help .document .item {
    background-color: #fff;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.08);
    width: 7.1rem;
    border-radius: .06rem;
    margin: auto;
    margin-bottom: .2rem;
}



    .page-help .document .item h3.title {
        height: 1.2rem;
        line-height: 1.2rem;
        font-size: .32rem;
        font-weight: lighter;
        color: #666;
        text-indent: 1rem;
        border-bottom: 1px solid #f8f8f8;
        position: relative;
        letter-spacing: .04rem;
    }

        .page-help .document .item h3.title::before {
            content: " ";
            display: block;
            position: absolute;
            width: .06rem;
            height: .32rem;
            border-radius: .4rem;
            top: .46rem;
            left: .68rem;
        }

    .page-help .document .item:nth-child(1) h3.title::before {
        background: #ffc541;
    }

    .page-help .document .item:nth-child(2) h3.title::before {
        background: #0d9fff;
    }

    .page-help .document .item:nth-child(3) h3.title::before {
        background: #FF5356;
    }

    .page-help .document .item:nth-child(4) h3.title::before {
        background: #6A3DFD;
    }

    .page-help .document .item:nth-child(5) h3.title::before {
        background: #3ECB79;
    }

    .page-help .document .item:nth-child(6) h3.title::before {
        background: #6146F3;
    }

    .page-help .document .item:nth-child(7) h3.title::before {
        background: #FA8638;
    }

    .page-help .document .item:nth-child(8) h3.title::before {
        background: #A351E7;
    }

    .page-help .document .item:nth-child(9) h3.title::before {
        background: #EF451B;
    }

    .page-help .document .item:nth-child(10) h3.title::before {
        background: #F5631B;
    }

    .page-help .document .item:nth-child(11) h3.title::before {
        background: #E75151;
    }

    .page-help .document .item:nth-child(12) h3.title::before {
        background: #3679F9;
    }

    .page-help .document .item ul {
        padding: .2rem 0;
    }

    .page-help .document .item li {
        line-height: .8rem;
        text-indent: .6rem;
    }

        .page-help .document .item li a {
            font-size: .28rem;
            color: #08a0ff;
        }

.page-help .document .more {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #999;
    letter-spacing: 2px;
    transition: 0.6s;
    border-top: 1px solid #F8FAFF;
}

    .page-help .document .more:hover {
        color: #08a0ff;
        background-color: #F8FAFF;
        transition: 0.6s;
    }




/* page-price */
.page-price .banner .inner {
    width: 7.1rem;
    height: 3rem;
    padding: .2rem
}

    .page-price .banner .inner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: .1rem;
    }

.page-price .edition {
    background-color: #fff;
}

    .page-price .edition .inner {
        padding-top: .4rem;
        padding-bottom: .4rem;
        padding-left: .2rem;
        padding-right: .2rem;
    }

    .page-price .edition .item {
        width: 3.45rem;
        border-radius: .12rem;
        overflow: hidden;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
        background-color: #fff;
        margin: auto;
        float: left;
        margin-bottom: .4rem;
        margin-right: .2rem;
    }

        .page-price .edition .item:nth-child(2n) {
            margin-right: 0;
        }

        .page-price .edition .item .banner {
            text-align: center;
            padding-top: .2rem;
            padding-bottom: .2rem;
            letter-spacing: .02rem;
        }

            .page-price .edition .item .banner h3 {
                font-size: .32rem;
                color: #fff;
                font-weight: normal;
                padding-top: .2rem;
                padding-bottom: .2rem;
            }

            .page-price .edition .item .banner img {
                height: 1rem;
            }

            .page-price .edition .item .banner p {
                color: #fff;
            }

        .page-price .edition .item .list {
            margin-bottom: .2rem;
            margin-top: .2rem;
        }

            .page-price .edition .item .list p {
                font-size: .28rem;
                color: #333;
                text-indent: .3rem;
                line-height: .6rem;
            }

                .page-price .edition .item .list p i {
                    color: #37DA80;
                    margin-right: .1rem;
                }

        .page-price .edition .item a.price-btn {
            display: block;
            width: 2.2rem;
            height: .7rem;
            line-height: .7rem;
            text-align: center;
            color: #fff;
            font-size: .28rem;
            letter-spacing: .04rem;
            border-radius: .6rem;
            margin: auto;
        }

            .page-price .edition .item a.price-btn:hover {
                opacity: .8;
            }
        .edition .item .banner,
        .page-price .edition .item a.price-btn {
            background-image: -moz-linear-gradient( 45deg, rgb(148,176,215) 0%, rgb(170,195,230) 100%);
            background-image: -webkit-linear-gradient( 45deg, rgb(148,176,215) 0%, rgb(170,195,230) 100%);
            background-image: -ms-linear-gradient( 45deg, rgb(148,176,215) 0%, rgb(170,195,230) 100%);
        }

.edition .item:nth-child(2) .banner,
.page-price .edition .item:nth-child(2) a.price-btn {
    background-image: -moz-linear-gradient( 56deg, rgb(44,192,108) 0%, rgb(53,207,136) 100%);
    background-image: -webkit-linear-gradient( 56deg, rgb(44,192,108) 0%, rgb(53,207,136) 100%);
    background-image: -ms-linear-gradient( 56deg, rgb(44,192,108) 0%, rgb(53,207,136) 100%);
}
        .edition .item:nth-child(3) .banner,
        .page-price .edition .item:nth-child(3) a.price-btn {
            background-image: -moz-linear-gradient( 45deg, rgb(43,123,255) 0%, rgb(0,174,255) 100%);
            background-image: -webkit-linear-gradient( 45deg, rgb(43,123,255) 0%, rgb(0,174,255) 100%);
            background-image: -ms-linear-gradient( 45deg, rgb(43,123,255) 0%, rgb(0,174,255) 100%);
        }
        .edition .item:nth-child(4) .banner,
        .page-price .edition .item:nth-child(4) a.price-btn {
            background-image: -moz-linear-gradient( 45deg, rgb(247,91,110) 0%, rgb(251,187,113) 100%);
            background-image: -webkit-linear-gradient( 45deg, rgb(247,91,110) 0%, rgb(251,187,113) 100%);
            background-image: -ms-linear-gradient( 45deg, rgb(247,91,110) 0%, rgb(251,187,113) 100%);
        }
        .edition .item:nth-child(5) .banner,
        .page-price .edition .item:nth-child(5) a.price-btn {
            background-image: -moz-linear-gradient( 45deg, rgb(200, 133, 248) 0%, rgb(138, 111, 250) 100%);
            background-image: -webkit-linear-gradient( 45deg, rgb(200, 133, 248) 0%, rgb(138, 111, 250) 100%);
            background-image: -ms-linear-gradient( 45deg, rgb(200, 133, 248) 0%, rgb(138, 111, 250) 100%);
        }
        .edition .item:nth-child(6) .banner,
        .page-price .edition .item:nth-child(6) a.price-btn {
            background-image: -moz-linear-gradient( 45deg, rgb(34, 244, 138) 0%, rgb(6, 186, 157) 100%);
            background-image: -webkit-linear-gradient( 45deg, rgb(34, 244, 138) 0%, rgb(6, 186, 157) 100%);
            background-image: -ms-linear-gradient( 45deg, rgb(34, 244, 138) 0%, rgb(6, 186, 157) 100%);
        }




.page-price .fun {
    background-color: #F5F7FA;
}

    .page-price .fun .inner {
        padding-bottom: .2rem;
    }

    .page-price .fun .table {
        background-color: #fff;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    }

    .page-price .fun .thead {
        display: flex;
        border-bottom: 1px solid #f8f8f8;
    }

        .page-price .fun .thead .cell {
            height: 2rem;
            width: 1.7rem;
            text-align: center;
            border-left: 1px solid #f3eeee;
        }

            .page-price .fun .thead .cell.app {
                width: 1.5rem;
            }

            .page-price .fun .thead .cell.weapp {
                width: 1.5rem;
            }

        .page-price .fun .thead .division {
            width: 1.9rem;
            font-size: .26rem;
            color: #333;
            position: relative;
        }

            .page-price .fun .thead .division::after {
                content: " ";
                width: 1rem;
                height: 1px;
                background-color: #9E9E9E;
                position: absolute;
                left: .3rem;
                top: 1.2rem;
                transform: rotate(25deg);
            }

            .page-price .fun .thead .division .y {
                position: absolute;
                left: .2rem;
                top: 1.4rem;
            }

            .page-price .fun .thead .division .x {
                position: absolute;
                left: .6rem;
                top: .5rem;
            }

    .page-price .fun .tbody {
        display: flex;
    }

        .page-price .fun .tbody .verison {
            min-width: .7rem;
            line-height: 100%;
            text-align: center;
            font-size: .28rem;
            color: #666;
            border-bottom: 1px solid #f8f8f8;
        }

            .page-price .fun .tbody .verison font {
                position: relative;
                top: 50%;
                transform: translateY(-50%);
            }

        .page-price .fun .tbody .list {
            display: flex;
            width: 100%;
            flex-wrap: wrap
        }

            .page-price .fun .tbody .list .row {
                width: 100%;
                display: flex;
            }





                .page-price .fun .tbody .list .row .cell {
                    width: 1.2rem;
                    text-align: center;
                    height: .8rem;
                    line-height: .8rem;
                    border-left: 1px solid #f8f8f8;
                    border-bottom: 1px solid #f8f8f8;
                    font-size: .24rem;
                    box-sizing: border-box;
                }

                    .page-price .fun .tbody .list .row .cell.name {
                        width: 1.5rem;
                    }

                    .page-price .fun .tbody .list .row .cell .icon-dui {
                        font-size: 18px;
                        color: #35cf88;
                    }

                    .page-price .fun .tbody .list .row .cell .icon-heng {
                        font-size: .36rem;
                        color: #b6c3d5;
                    }


    .page-price .fun .thead .cell h4 {
        font-weight: normal;
        letter-spacing: .02rem;
        color: #333;
        font-size: .26rem;
        margin-top: .5rem;
        margin-bottom: .3rem;
    }

    .page-price .fun .thead .cell .price-btn {
        display: inline-block;
        width: 1rem;
        height: .5rem;
        line-height: .5rem;
        border-radius: .5rem;
        font-size: .22rem;
        color: #fff;
        letter-spacing: .01rem;
    }

        .page-price .fun .thead .cell .price-btn:hover {
            opacity: .8;
        }


    .page-price .fun .thead .cell.h5 .price-btn {
        background-image: -moz-linear-gradient( 45deg, rgb(148,176,215) 0%, rgb(170,195,230) 100%);
        background-image: -webkit-linear-gradient( 45deg, rgb(148,176,215) 0%, rgb(170,195,230) 100%);
        background-image: -ms-linear-gradient( 45deg, rgb(148,176,215) 0%, rgb(170,195,230) 100%);
    }


    .page-price .fun .thead .cell.weapp .price-btn {
        background-image: -moz-linear-gradient( 56deg, rgb(44,192,108) 0%, rgb(53,207,136) 100%);
        background-image: -webkit-linear-gradient( 56deg, rgb(44,192,108) 0%, rgb(53,207,136) 100%);
        background-image: -ms-linear-gradient( 56deg, rgb(44,192,108) 0%, rgb(53,207,136) 100%);
    }

    .page-price .fun .thead .cell.app .price-btn {
        background-image: -moz-linear-gradient( 45deg, rgb(43,123,255) 0%, rgb(0,174,255) 100%);
        background-image: -webkit-linear-gradient( 45deg, rgb(43,123,255) 0%, rgb(0,174,255) 100%);
        background-image: -ms-linear-gradient( 45deg, rgb(43,123,255) 0%, rgb(0,174,255) 100%);
    }








/* h5 */
.page-h5 .slider {
    height: 400px;
}

    .page-h5 .slider .inner {
        height: 400px;
    }

.page-h5 .visual {
    background-color: #f7fcff;
    background-image: url('/assets/img/block-2-bg.jpg');
    background-position: center
}

    .page-h5 .visual .inner {
        min-height: 670px;
        position: relative;
    }

    .page-h5 .visual .title {
        font-size: 30px;
        color: #08a0ff;
        font-weight: lighter;
        text-align: center;
        letter-spacing: 4px;
        padding-top: 55px;
    }

    .page-h5 .visual .introduce {
        margin-top: 30px;
        text-align: center;
        font-size: 16px;
        color: #50bcff;
        letter-spacing: 2px;
    }

    .page-h5 .visual .macbook {
        position: absolute;
        left: 50%;
        margin-left: -210px;
        top: 290px;
        z-index: 50;
    }

    .page-h5 .visual .components {
        position: absolute;
        top: 215px;
        left: 216px;
        z-index: 100;
    }

    .page-h5 .visual .set {
        position: absolute;
        top: 215px;
        right: 203px;
        z-index: 100;
    }

    .page-h5 .visual .bubble {
        position: absolute;
        top: 210px;
    }

        .page-h5 .visual .bubble .item {
            width: 145px;
            height: 36px;
            line-height: 36px;
            text-align: center;
            background-color: #08a0ff;
            color: #fff;
            border-radius: 30px;
            font-size: 14px;
            position: relative;
            z-index: 10;
        }

            .page-h5 .visual .bubble .item:nth-child(1) {
                margin-top: 40px;
            }

            .page-h5 .visual .bubble .item:nth-child(2) {
                margin-top: 40px;
                margin-bottom: 140px;
            }

            .page-h5 .visual .bubble .item::after {
                content: " ";
                display: block;
                width: 20px;
                height: 20px;
                background-color: #08a0ff;
                transform: rotate(45deg);
                position: absolute;
                top: 8;
                z-index: 9;
            }

    .page-h5 .visual .left-bubble {
        left: 0;
    }

        .page-h5 .visual .left-bubble .item::after {
            right: -1;
        }

    .page-h5 .visual .right-bubble {
        right: 0;
    }

        .page-h5 .visual .right-bubble .item::after {
            left: -1;
        }

.page-h5 .characteristic {
    background: #f8fcff;
}

    .page-h5 .characteristic .title {
        text-align: center;
        padding-top: 40px;
        font-size: 32px;
        font-weight: lighter;
        color: #333;
        letter-spacing: 2px;
    }

    .page-h5 .characteristic .intro {
        margin-top: 30px;
        text-align: center;
        font-size: 16px;
        color: #999;
        letter-spacing: 2px;
    }

    .page-h5 .characteristic .list {
        padding-top: 60px;
    }

    .page-h5 .characteristic .item {
        width: 200px;
        height: 86px;
        padding-left: 60px;
        margin-right: 50px;
        position: relative;
        float: left;
        margin-bottom: 60px;
        margin-top: 10px;
    }

        .page-h5 .characteristic .item:nth-child(4n+0) {
            margin-right: 0;
        }

        .page-h5 .characteristic .item i {
            display: inline-block;
            position: absolute;
            left: 0;
            width: 86px;
            height: 86px;
            text-align: center;
            line-height: 86px;
            border-radius: 80px;
            font-size: 30px;
            color: #fff;
        }

        .page-h5 .characteristic .item:nth-child(1) i {
            background-image: -moz-linear-gradient(-35deg, rgb(255, 197, 65) 0%, rgb(255, 197, 65) 20%, rgb(255, 185, 29) 100%);
            background-image: -webkit-linear-gradient(-35deg, rgb(255, 197, 65) 0%, rgb(255, 197, 65) 20%, rgb(255, 185, 29) 100%);
            background-image: -ms-linear-gradient(-35deg, rgb(255, 197, 65) 0%, rgb(255, 197, 65) 20%, rgb(255, 185, 29) 100%);
        }

        .page-h5 .characteristic .item:nth-child(2) i {
            background-image: -moz-linear-gradient(-35deg, rgb(71, 143, 255) 0%, rgb(71, 143, 255) 20%, rgb(51, 117, 248) 100%);
            background-image: -webkit-linear-gradient(-35deg, rgb(71, 143, 255) 0%, rgb(71, 143, 255) 20%, rgb(51, 117, 248) 100%);
            background-image: -ms-linear-gradient(-35deg, rgb(71, 143, 255) 0%, rgb(71, 143, 255) 20%, rgb(51, 117, 248) 100%);
        }

        .page-h5 .characteristic .item:nth-child(3) i {
            background-image: -moz-linear-gradient(-35deg, rgb(255, 101, 105) 0%, rgb(255, 101, 105) 20%, rgb(255, 83, 86) 100%);
            background-image: -webkit-linear-gradient(-35deg, rgb(255, 101, 105) 0%, rgb(255, 101, 105) 20%, rgb(255, 83, 86) 100%);
            background-image: -ms-linear-gradient(-35deg, rgb(255, 101, 105) 0%, rgb(255, 101, 105) 20%, rgb(255, 83, 86) 100%);
        }

        .page-h5 .characteristic .item:nth-child(4) i {
            background-image: -moz-linear-gradient(-35deg, rgb(255, 117, 83) 0%, rgb(255, 117, 83) 20%, rgb(237, 63, 20) 100%);
            background-image: -webkit-linear-gradient(-35deg, rgb(255, 117, 83) 0%, rgb(255, 117, 83) 20%, rgb(237, 63, 20) 100%);
            background-image: -ms-linear-gradient(-35deg, rgb(255, 117, 83) 0%, rgb(255, 117, 83) 20%, rgb(237, 63, 20) 100%);
        }

        .page-h5 .characteristic .item:nth-child(5) i {
            background-image: -moz-linear-gradient(-35deg, rgb(114, 237, 166) 0%, rgb(114, 237, 166) 20%, rgb(52, 197, 113) 100%);
            background-image: -webkit-linear-gradient(-35deg, rgb(114, 237, 166) 0%, rgb(114, 237, 166) 20%, rgb(52, 197, 113) 100%);
            background-image: -ms-linear-gradient(-35deg, rgb(114, 237, 166) 0%, rgb(114, 237, 166) 20%, rgb(52, 197, 113) 100%);
        }

        .page-h5 .characteristic .item:nth-child(6) i {
            background-image: -moz-linear-gradient(-35deg, rgb(138, 111, 250) 0%, rgb(138, 111, 250) 20%, rgb(92, 65, 242) 100%);
            background-image: -webkit-linear-gradient(-35deg, rgb(138, 111, 250) 0%, rgb(138, 111, 250) 20%, rgb(92, 65, 242) 100%);
            background-image: -ms-linear-gradient(-35deg, rgb(138, 111, 250) 0%, rgb(138, 111, 250) 20%, rgb(92, 65, 242) 100%);
        }

        .page-h5 .characteristic .item:nth-child(7) i {
            background-image: -moz-linear-gradient(-35deg, rgb(253, 183, 111) 0%, rgb(253, 183, 111) 20%, rgb(249, 126, 47) 100%);
            background-image: -webkit-linear-gradient(-35deg, rgb(253, 183, 111) 0%, rgb(253, 183, 111) 20%, rgb(249, 126, 47) 100%);
            background-image: -ms-linear-gradient(-35deg, rgb(253, 183, 111) 0%, rgb(253, 183, 111) 20%, rgb(249, 126, 47) 100%);
        }

        .page-h5 .characteristic .item:nth-child(8) i {
            background-image: -moz-linear-gradient(-35deg, rgb(200, 133, 248) 0%, rgb(200, 133, 248) 20%, rgb(159, 75, 229) 100%);
            background-image: -webkit-linear-gradient(-35deg, rgb(200, 133, 248) 0%, rgb(200, 133, 248) 20%, rgb(159, 75, 229) 100%);
            background-image: -ms-linear-gradient(-35deg, rgb(200, 133, 248) 0%, rgb(200, 133, 248) 20%, rgb(159, 75, 229) 100%);
        }

        .page-h5 .characteristic .item i::before {
            opacity: 0.8;
        }

        .page-h5 .characteristic .item .info {
            padding-left: 40px;
            background-color: #fff;
            float: left;
            margin-top: 6px;
            height: 70px;
            width: 160px;
            border-radius: 6px;
            box-shadow: 0px 2px 5px 0px rgba(4, 0, 0, 0.08);
        }

            .page-h5 .characteristic .item .info h4 {
                font-size: 14px;
                margin-top: 13px;
                margin-bottom: 5px;
                letter-spacing: 1px;
            }

            .page-h5 .characteristic .item .info p {
                color: #999;
                letter-spacing: 1px;
            }

    .page-h5 .characteristic .create-shop-btn {
        width: 180px;
        height: 40px;
        color: #fff;
        background-color: #08a0ff;
        display: block;
        margin: auto;
        text-align: center;
        line-height: 40px;
        font-size: 16px;
        letter-spacing: 1px;
        border-radius: 100px;
        margin-bottom: 40px;
    }

        .page-h5 .characteristic .create-shop-btn:hover {
            opacity: .9;
        }

.page-h5 .technology {
    background-color: #fff
}

    .page-h5 .technology .inner {
        height: 500px;
    }

    .page-h5 .technology .title {
        text-align: center;
        padding-top: 60px;
        font-size: 32px;
        font-weight: lighter;
        color: #333;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }

    .page-h5 .technology .intro {
        font-size: 20px;
        font-weight: lighter;
        text-align: center;
        margin-bottom: 80px;
        margin-top: 20px;
        color: #666;
        letter-spacing: 2px;
    }

    .page-h5 .technology .item {
        width: 120px;
        float: left;
        margin-right: 140px;
        text-align: center;
    }

        .page-h5 .technology .item:last-child {
            margin-right: 0;
        }

        .page-h5 .technology .item h4 {
            font-size: 16px;
            font-weight: normal;
            margin-top: 25px;
            color: #666;
            letter-spacing: 1px;
        }

        .page-h5 .technology .item .icon {
            width: 120px;
            height: 120px;
            line-height: 120px;
            text-align: center;
            background-color: #f8fcff;
            border-radius: 100px;
        }

            .page-h5 .technology .item .icon img {
                display: inline;
                margin-top: 38px;
            }


.page-h5 .theme {
}

    .page-h5 .theme .title {
        text-align: center;
        padding-top: 40px;
        font-size: 32px;
        font-weight: lighter;
        color: #333;
        letter-spacing: 2px;
        margin-bottom: 40px;
    }

    .page-h5 .theme .intro {
        font-size: 20px;
        font-weight: lighter;
        text-align: center;
        margin-bottom: 40px;
        margin-top: 30px;
        color: #666;
        letter-spacing: 2px;
    }

    .page-h5 .theme .inner .item {
        width: 220px;
        height: 400px;
        margin-bottom: 40px;
        float: left;
        border-radius: 3px;
        margin-left: 10px;
        margin-right: 10px;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 2px 5px 0px rgba(4, 0, 0, 0.05);
        overflow: hidden;
        position: relative;
    }

        .page-h5 .theme .inner .item .preview {
            width: 100%;
        }

        .page-h5 .theme .inner .item .mask {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(43, 123, 255, 0.95);
            text-align: center;
            transition: .8s;
            opacity: 0;
        }

            .page-h5 .theme .inner .item .mask:hover {
                opacity: .8;
                transition: .8s;
            }

            .page-h5 .theme .inner .item .mask img {
                display: inline-block;
                width: 80px;
                height: 80px;
                margin-top: 60%;
                border-radius: 3px;
            }

            .page-h5 .theme .inner .item .mask p {
                color: #fff;
                margin-top: 30px;
                font-size: 14px;
                letter-spacing: 2px;
            }


/* footer */

.footer {
    background-color: #0d1237;
}


    .footer .logo {
        float: left;
        padding-top: .2rem;
        padding-bottom: .2rem;
        padding-left: .2rem;
    }

        .footer .logo img {
        }

        .footer .logo .icon {
            width: .8rem;
            margin-right: .1rem;
        }

        .footer .logo .text {
            width: .8rem;
        }

        .footer .logo font {
            color: #999;
            font-size: .28rem;
            float: right;
            margin-left: .4rem;
            margin-top: .2rem;
            letter-spacing: .04rem;
        }

    .footer .partner {
        margin-left: .2rem;
    }

        .footer .partner img {
            margin-right: .2rem;
        }

        .footer .partner img {
            margin-top: .4rem;
        }

    .footer .record {
        margin-top: .2rem;
        line-height: .44rem;
        padding: 0 .2rem;
        color: #bbb;
    }

        .footer .record font {
            color: #999;
        }

    .footer .left {
        float: none;
        overflow: hidden
    }

    .footer .menu {
        zoom: 1;
    }

        .footer .menu
        .footer .menu:before,
        .footer .menu:after {
            content: "";
            display: table;
        }

        .footer .menu:after {
            clear: both;
            overflow: hidden;
        }

        .footer .menu .item {
            float: left;
        }

        .footer .menu .item {
            width: 50%;
            text-align: center;
        }

            .footer .menu .item h3 {
                margin-top: .1rem;
                margin-bottom: .1rem;
                font-weight: normal;
                color: #999;
            }

            .footer .menu .item a,
            .footer .menu .item p {
                line-height: .6rem;
                letter-spacing: .02rem;
                display: block;
                color: #666;
            }

/* links-copy */

.links-copy {
    background-color: #0d1237;
}

    .links-copy .links {
        color: #999;
        text-align: center;
        line-height: 1rem;
    }

        .links-copy .links a {
            color: #666666;
            margin-right: .2rem;
        }

    .links-copy .copy {
        color: #999;
        line-height: .5rem;
        text-align: center;
    }




/*page-app*/
.page-app .slider {
    height: 420px;
}

.intro {
    font-size: .3rem;
    font-weight: lighter;
    text-align: center;
    margin-top: .3rem;
    padding: .2rem;
    color: #666;
    letter-spacing: .04rem;
    line-height: .4rem;
}


// list-text-block-1

.list-text-block-1 {
    position: relative;
    z-index: -1;
}

.list-text-block-1 .inner {
}

.list-text-block-1 .title {
    text-align: center;
    padding: 20px 0px;
    font-size: 32px;
    font-weight: lighter;
    color: #333;
    letter-spacing: 2px;
}

.list-text-block-1 .con {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

    .list-text-block-1 .con .item {
        width: 100%;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
        display: inline-block;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        vertical-align: top;
        box-shadow: 0 2px 4px 0 rgba(3, 27, 78, .06);
        box-shadow: 0 2px 4px 0 rgba(3, 27, 78, .06);
        -webkit-box-shadow: 0 2px 4px 0 rgba(3, 27, 78, .06);
        -moz-box-shadow: 0 2px 4px 0 rgba(3, 27, 78, .06);
        line-height: 1.5;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        padding: 30px;
        display: block;
        transition: box-shadow .2s linear;
        transition: transform .2s linear;
    }

        .list-text-block-1 .con .item:hover {
            color: unset;
            box-shadow: 0 0 6px rgba(0, 0, 0, .1), 0 4px 6px rgba(0, 0, 0, .1);
            -webkit-transform: translate3d(0, -3px, 0);
            transform: translate3d(0, -3px, 0);
        }

        .list-text-block-1 .con .item h5 {
            color: #000;
            font-size: 18px;
            line-height: 27px;
            font-weight: normal;
            margin-bottom: 10px;
        }

        .list-text-block-1 .con .item p {
            color: #666;
            font-size: 13px;
            line-height: 28px;
        }

        .list-text-block-1 .con .item .info {
            color: #666;
            font-size: 13px;
            line-height: 28px;
            margin-bottom: 10px;
        }

        .list-text-block-1 .con .item a {
            color: #2780FF;
            margin-top: 10px;
        }



//list-text-block-2
.list-text-block-2 {
}

.list-text-block-2 .title {
    text-align: center;
    padding-top: .8rem;
    font-size: .5rem;
    font-weight: lighter;
    color: #333;
    letter-spacing: .04rem;
}


.list-text-block-2 .inner {
}

    .list-text-block-2 .inner .con {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 50px;
    }

    .list-text-block-2 .inner .item {
        float: left;
        width: 250px;
        height: 70px;
        margin: auto;
        overflow: hidden;
        padding: 20px 15px;
        position: relative;
        background-color: #fff;
        box-shadow: 0px 2px 5px 0px rgba(4, 0, 0, 0.08);
        position: relative;
        top: 0;
        transition: all .5s;
        margin-bottom: 30px;
        text-align: center;
    }

        .list-text-block-2 .inner .item:hover {
            top: -3px;
            transition: all .5s;
        }

        .list-text-block-2 .inner .item i {
            display: block;
            font-size: 32px;
            color: #3679F9;
            z-index: 9;
            text-align: center;
            opacity: .8;
            margin-bottom: 20px;
        }

        .list-text-block-2 .inner .item:nth-child(0 * 4n) {
            margin-right: 0;
        }

        .list-text-block-2 .inner .item h2 {
            font-weight: normal;
            margin-bottom: 5px;
        }

        .list-text-block-2 .inner .item h4 {
            font-size: 14px;
            font-weight: normal;
            color: #666;
            letter-spacing: 1px;
        }




/* list-text-block-3 */

.list-text-block-3 {
    background-image: url('/assets/img/block-5-bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: cover;
    background-color: #3d3e52;
}

    .list-text-block-3 .inner {
        min-height: 600px;
    }

    .list-text-block-3 h2.title {
        text-align: center;
        padding-top: 70px;
        padding-bottom: 70px;
        font-size: 32px;
        font-weight: lighter;
        color: #fff;
        letter-spacing: 2px;
    }

    .list-text-block-3 .con {
        display: flex;
        flex-wrap: wrap;
    }

        .list-text-block-3 .con .item {
            width: 190px;
            height: 100px;
            float: left;
            margin: 0 8px;
            overflow: hidden;
            margin-bottom: 20px;
            position: relative;
        }

            .list-text-block-3 .con .item img {
                width: 100%;
                object-fit: cover;
            }

            .list-text-block-3 .con .item .mask {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                background: rgba(43, 123, 255, 0.95);
                text-align: center;
                transition: .8s;
                opacity: 0;
                text-align: center;
            }

                .list-text-block-3 .con .item .mask:hover {
                    opacity: 1;
                }

                .list-text-block-3 .con .item .mask .mp {
                    float: left;
                    width: 120px;
                    margin-top: 30px;
                    color: #fff;
                    line-height: 30px;
                    margin-left: 20px;
                }

                .list-text-block-3 .con .item .mask .h5 {
                    float: right;
                    width: 100%;
                    margin-top: 10px;
                    color: #fff;
                    text-align: center;
                }

                .list-text-block-3 .con .item .mask img {
                    width: 60px;
                    border-radius: 3px;
                }

            .list-text-block-3 .con .item:nth-child(6n+0) {
                margin-right: 0;
            }





//list-text-block-4
.list-text-block-4 {
    position: relative;
    z-index: -1;
}

.list-text-block-4 .inner {
}

.list-text-block-4 .title {
    text-align: center;
    padding-top: 60px;
    font-size: 32px;
    font-weight: lighter;
    color: #333;
    letter-spacing: 2px;
}

.list-text-block-4 .con {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0px;
}

    .list-text-block-4 .con .item {
        margin: auto;
        margin-top: 40px;
        display: inline-block;
        font-size: 14px;
        vertical-align: top;
        box-shadow: 0 2px 4px 0 rgba(3, 27, 78, .06);
        box-shadow: 0 2px 4px 0 rgba(3, 27, 78, .06);
        -webkit-box-shadow: 0 2px 4px 0 rgba(3, 27, 78, .06);
        -moz-box-shadow: 0 2px 4px 0 rgba(3, 27, 78, .06);
        line-height: 1.5;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        padding: 30px 20px;
        margin: 20px 10px;
        display: block;
        transition: box-shadow .2s linear;
        transition: transform .2s linear;
        position: relative;
    }

        .list-text-block-4 .con .item:hover {
            color: unset;
            box-shadow: 0 0 6px rgba(0, 0, 0, .1), 0 4px 6px rgba(0, 0, 0, .1);
            -webkit-transform: translate3d(0, -3px, 0);
            transform: translate3d(0, -3px, 0);
        }

        .list-text-block-4 .con .item h5 {
            color: #000;
            font-size: 18px;
            line-height: 27px;
            font-weight: normal;
            margin-bottom: 10px;
        }

        .list-text-block-4 .con .item p {
            color: #666;
            font-size: 13px;
            line-height: 28px;
        }

        .list-text-block-4 .con .item .info {
            color: #666;
            font-size: 13px;
            line-height: 28px;
            margin-bottom: 10px;
        }

        .list-text-block-4 .con .item a {
            position: absolute;
            bottom: 15px;
            color: #2780FF;
            margin-top: 10px;
        }

.list-text-block-4 .contact {
    margin: auto
}




.block-data .inner {
    padding-bottom: 1.2rem;
    overflow: hidden;
}

.block-data .item {
    float: left;
    width: 3.75rem;
    margin-top: 1.2rem;
    text-align: center;
}

.block-data .title {
    text-align: center;
    padding-top: 60px;
    font-size: 32px;
    font-weight: lighter;
    color: #333;
    letter-spacing: 2px;
}

.block-data .item [data-aos=fade-left] {
    transform: translate3d(0px, 0, 0);
}

.block-data .con {
    display: flex;
}

.block-data .item .number font {
    color: #08a0ff;
    font-size: 1rem;
    font-weight: lighter;
    font-family: "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.block-data .item p {
    font-size: .36rem;
}




.block .inner {
    padding-bottom: 60px;
}

.block .title {
    text-align: center;
    padding-top: 60px;
    font-size: 32px;
    font-weight: lighter;
    color: #333;
    letter-spacing: 2px;
}

/** picture-text-block **/
.picture-text-block {
}

    .picture-text-block .inner {
        display: flex;
        flex-wrap: wrap;
    }

    .picture-text-block .pic img {
        width: 100%;
    }

    .picture-text-block .pic,
    .picture-text-block .info {
        margin: auto;
        margin: 20px;
    }

        .picture-text-block .info h3 {
            margin-bottom: 20px;
            font-size: 24px;
            font-weight: lighter;
        }

        .picture-text-block .info .text {
            line-height: .6rem;
            font-size: .30rem;
            color: #999;
        }


        .picture-text-block .info .list {
            margin-top: 20px;
            display: flex;
        }

            .picture-text-block .info .list .item {
                width: 46%;
                margin: 2%;
                float: left;
            }

                .picture-text-block .info .list .item .iconfont {
                    font-size: 26px;
                }

                .picture-text-block .info .list .item h5 {
                    font-size: 14px;
                    margin-top: 15px;
                }

                .picture-text-block .info .list .item .text {
                    font-size: 12px;
                    line-height: .4rem;
                }


//list-text-block-5
.list-text-block-5 {
    position: relative;
    z-index: -1;
}

.list-text-block-5 .inner {
    padding-bottom: 60px;
}

.list-text-block-5 .title {
    text-align: center;
    padding-top: 60px;
    font-size: 32px;
    font-weight: lighter;
    color: #333;
    letter-spacing: 2px;
}

.list-text-block-5 .con {
    display: flex;
    flex-wrap: wrap;
}

    .list-text-block-5 .con .item {
        width: 380px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 40px;
        display: inline-block;
        font-size: 14px;
        vertical-align: top;
        line-height: 1.5;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px;
        display: block;
        position: relative;
    }


        .list-text-block-5 .con .item h5 {
            color: #000;
            font-size: 18px;
            line-height: 27px;
            font-weight: normal;
            margin-bottom: 5px;
        }

        .list-text-block-5 .con .item p {
            color: #666;
            font-size: 13px;
            line-height: 28px;
        }

        .list-text-block-5 .con .item .iconfont {
            color: #3679F9;
            float: left;
            margin-right: 10px;
            font-size: 18px;
        }

        .list-text-block-5 .con .item .info {
            color: #666;
            font-size: 13px;
            line-height: 28px;
        }

            .list-text-block-5 .con .item .info .text {
                font-size: 14px;
            }

        .list-text-block-5 .con .item a {
            position: absolute;
            bottom: 15px;
            color: #2780FF;
            margin-top: 10px;
        }

.list-text-block-5 .contact {
    margin: auto
}




//list-text-block-6
.text-icon-block-6 {
    position: relative;
    z-index: -1;
}

.text-icon-block-6 .inner {
    padding-bottom: 60px;
}

.text-icon-block-6 .title {
    text-align: center;
    padding-top: 60px;
    font-size: 32px;
    font-weight: lighter;
    color: #333;
    letter-spacing: 2px;
}

.text-icon-block-6 .con {
    display: flex;
    flex-wrap: wrap;
}

    .text-icon-block-6 .con .item {
        width: 380px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 40px;
        display: inline-block;
        font-size: 14px;
        vertical-align: top;
        line-height: 1.5;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px;
        display: block;
        position: relative;
    }


        .text-icon-block-6 .con .item h5 {
            color: #000;
            font-size: 18px;
            line-height: 27px;
            font-weight: normal;
            margin-bottom: 5px;
        }

        .text-icon-block-6 .con .item p {
            color: #666;
            font-size: 13px;
            line-height: 28px;
        }

        .text-icon-block-6 .con .item .iconfont {
            color: #999999;
            float: left;
            margin-right: 10px;
            font-size: 18px;
        }

        .text-icon-block-6 .con .item .info {
            color: #666;
            font-size: 13px;
            line-height: 28px;
        }

            .text-icon-block-6 .con .item .info .text {
                font-size: 14px;
            }

        .text-icon-block-6 .con .item a {
            position: absolute;
            bottom: 15px;
            color: #2780FF;
            margin-top: 10px;
        }

.text-icon-block-6 .contact {
    margin: auto
}




//list-text-block-7
.text-icon-block-7 {
    position: relative;
    z-index: -1;
}

.text-icon-block-7 .inner {
    padding-bottom: 60px;
}

.text-icon-block-7 .title {
    text-align: center;
    padding-top: 60px;
    font-size: 32px;
    font-weight: lighter;
    color: #333;
    letter-spacing: 2px;
}

.text-icon-block-7 .con {
    display: flex;
    flex-wrap: wrap;
}

    .text-icon-block-7 .con .item {
        width: 380px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 40px;
        display: inline-block;
        font-size: 14px;
        vertical-align: top;
        line-height: 1.5;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px;
        display: block;
        position: relative;
        text-align: center;
    }


        .text-icon-block-7 .con .item h5 {
            color: #000;
            font-size: 18px;
            line-height: 27px;
            font-weight: normal;
            margin-bottom: 5px;
        }


        .text-icon-block-7 .con .item .iconfont {
            color: #999999;
            margin-right: 10px;
            font-size: 48px;
        }

        .text-icon-block-7 .con .item p {
            color: #666;
            font-size: 13px;
            line-height: 28px;
        }

        .text-icon-block-7 .con .item .info {
            color: #666;
            font-size: 13px;
            line-height: 28px;
        }

            .text-icon-block-7 .con .item .info .text {
                font-size: 14px;
            }

        .text-icon-block-7 .con .item a {
            position: absolute;
            bottom: 15px;
            color: #2780FF;
            margin-top: 10px;
        }

.text-icon-block-7 .contact {
    margin: auto
}








.block-tools .inner {
    background: url('/assets/img/shop-block-4-bg.jpg') center no-repeat;
}

.block-tools .title {
    text-align: center;
    padding-top: 1rem;
    font-size: .42rem;
    font-weight: lighter;
    color: #fff;
    letter-spacing: .04rem;
    margin-bottom: .7rem;
}



.block-tools .con {
    margin-bottom: 1rem;
}

    .block-tools .con .item {
        float: left;
    }

        .block-tools .con .item i {
            display: inline-block;
            width: 1.2rem;
            height: 1.2rem;
            text-align: center;
            line-height: 1.2rem;
            color: #fff;
            background-color: rgba(107, 115, 250, 0.05);
            border-radius: .12rem;
            font-size: .5rem;
        }

        .block-tools .con .item:nth-child(1) i {
            color: #64eaff
        }

        .block-tools .con .item:nth-child(2) i {
            color: #f4734e
        }

        .block-tools .con .item:nth-child(3) i {
            color: #6c8dff
        }

        .block-tools .con .item:nth-child(4) i {
            color: #f56a94
        }

        .block-tools .con .item:nth-child(5) i {
            color: #87e777
        }

        .block-tools .con .item:nth-child(6) i {
            color: #ffed83
        }

        .block-tools .con .item:nth-child(7) i {
            color: #bc8eff
        }

        .block-tools .con .item:nth-child(8) i {
            color: #6c8dff
        }

        .block-tools .con .item:nth-child(9) i {
            color: #f0ff71
        }

        .block-tools .con .item:nth-child(10) i {
            color: #ff764d
        }

        .block-tools .con .item:nth-child(11) i {
            color: #eb7cff
        }

        .block-tools .con .item:nth-child(12) i {
            color: #ff8d76
        }

        .block-tools .con .item:nth-child(13) i {
            color: #88e778
        }

        .block-tools .con .item:nth-child(14) i {
            color: #6c8dff
        }

        .block-tools .con .item:nth-child(15) i {
            color: #ff8d76
        }

        .block-tools .con .item:nth-child(16) i {
            color: #f0ff71
        }

        .block-tools .con .item:nth-child(17) i {
            color: #bc8eff
        }

        .block-tools .con .item:nth-child(18) i {
            color: #64e9fe
        }

        .block-tools .con .item:nth-child(19) i {
            color: #88e778
        }

        .block-tools .con .item:nth-child(20) i {
            color: #ca73e6
        }

        .block-tools .con .item:nth-child(21) i {
            color: #6c8dff
        }

    .block-tools .con .item {
        text-align: center;
        line-height: .8rem;
        font-size: .26rem;
        letter-spacing: .04rem;
        color: #fff;
        margin-left: .15rem;
        margin-right: .15rem;
        margin-top: .2rem;
        margin-bottom: .2rem;
    }





//list-text-block-2-5
.list-text-block-2-5 {
    position: relative;
    z-index: -1;
}

.list-text-block-2-5 .inner {
    padding-bottom: 60px;
}

.list-text-block-2-5 .title {
    text-align: center;
    padding-top: 60px;
    font-size: 32px;
    font-weight: lighter;
    color: #333;
    letter-spacing: 2px;
}

.list-text-block-2-5 .con {
    display: flex;
    flex-wrap: wrap;
}

    .list-text-block-2-5 .con .item {
        width: 100%;
        margin-top: 40px;
        display: inline-block;
        font-size: 14px;
        vertical-align: top;
        line-height: 1.5;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        padding: 0rem .6rem;
        position: relative;
    }


        .list-text-block-2-5 .con .item h5 {
            color: #000;
            font-size: 18px;
            line-height: 27px;
            font-weight: normal;
            margin-bottom: 5px;
        }

        .list-text-block-2-5 .con .item p {
            color: #666;
            font-size: 13px;
            line-height: 28px;
        }

        .list-text-block-2-5 .con .item .iconfont {
            color: #999999;
            float: left;
            margin-right: 10px;
            font-size: 18px;
        }

        .list-text-block-2-5 .con .item .info {
            color: #666;
            font-size: 13px;
            line-height: 28px;
        }

            .list-text-block-2-5 .con .item .info .text {
                font-size: 14px;
            }

        .list-text-block-2-5 .con .item a {
            position: absolute;
            bottom: 15px;
            color: #2780FF;
            margin-top: 10px;
        }

.list-text-block-2-5 .contact {
    margin: auto
}



//picture-list-block

.picture-list-block {
}

.picture-list-block {
    position: relative;
    z-index: -1;
}

    .picture-list-block .inner {
        padding-bottom: 60px;
    }

    .picture-list-block .title {
        text-align: center;
        padding-top: 60px;
        font-size: 32px;
        font-weight: lighter;
        color: #333;
        letter-spacing: 2px;
    }

    .picture-list-block .con {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .picture-list-block .con .item {
            margin: auto;
            width: 46%;
            margin-top: 20px;
            display: inline-block;
            font-size: 14px;
            vertical-align: top;
            line-height: 1.5;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 10px;
            display: block;
            position: relative;
        }

            .picture-list-block .con .item img {
                width: 100%;
            }

            .picture-list-block .con .item h5 {
                color: #000;
                font-size: 18px;
                line-height: 27px;
                font-weight: normal;
                margin-bottom: 5px;
            }

            .picture-list-block .con .item p {
                color: #666;
                font-size: 13px;
                line-height: 28px;
            }

            .picture-list-block .con .item .iconfont {
                color: #999999;
                float: left;
                margin-right: 10px;
                font-size: 18px;
            }

            .picture-list-block .con .item .info {
                color: #666;
                font-size: 13px;
                line-height: 28px;
            }

                .picture-list-block .con .item .info .text {
                    font-size: 14px;
                }

            .picture-list-block .con .item a {
                position: absolute;
                bottom: 15px;
                color: #2780FF;
                margin-top: 10px;
            }

    .picture-list-block .contact {
        margin: auto
    }








//picture-list-block

.picture-list-block-4 {
}

.picture-list-block-4 {
    position: relative;
    z-index: -1;
}

    .picture-list-block-4 .inner {
        padding-bottom: 60px;
    }

    .picture-list-block-4 .title {
        text-align: center;
        padding-top: 60px;
        font-size: 32px;
        font-weight: lighter;
        color: #333;
        letter-spacing: 2px;
    }

    .picture-list-block-4 .con {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .picture-list-block-4 .con .item {
            margin: auto;
            width: 25%;
            margin-top: 40px;
            display: inline-block;
            font-size: 14px;
            vertical-align: top;
            line-height: 1.5;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 10px;
            display: block;
            position: relative;
        }




//package

.package {
    background-color: #fff;
}


.package .title {
    text-align: center;
    padding-top: 60px;
    font-size: 32px;
    font-weight: lighter;
    color: #333;
    letter-spacing: 2px;
}


.package .inner {
    padding-top: 20px;
    padding-bottom: 40px;
}

.package .con {
    display: flex;
    flex-wrap: wrap
}

.package .item {
    width: 80%;
    margin: auto;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 60px;
}


    .package .item .banner {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 20px;
        letter-spacing: 1px;
    }

        .package .item .banner h3 {
            font-size: 16px;
            color: #fff;
            padding-top: 20px;
            padding-bottom: 10px;
        }

        .package .item .banner p {
            color: #fff;
        }

    .package .item .list {
        margin-bottom: 20px;
        margin-top: 20px;
    }

        .package .item .list p {
            font-size: 14px;
            color: #333;
            text-indent: 35px;
            line-height: 40px;
        }

            .package .item .list p i {
                color: #37DA80;
                margin-right: 5px;
            }

    .package .item a.price-btn {
        display: block;
        width: 140px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        letter-spacing: 2px;
        border-radius: 30px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 25px;
        margin: auto;
    }

        .package .item a.price-btn:hover {
            opacity: .8;
        }

    .package .item.primary .banner,
    .package .item.primary .price-btn {
        background-image: -moz-linear-gradient( 45deg, rgb(148,176,215) 0%, rgb(170,195,230) 100%);
        background-image: -webkit-linear-gradient( 45deg, rgb(148,176,215) 0%, rgb(170,195,230) 100%);
        background-image: -ms-linear-gradient( 45deg, rgb(148,176,215) 0%, rgb(170,195,230) 100%);
    }


    .package .item.intermediate .banner,
    .package .item.intermediate .price-btn {
        background-image: -moz-linear-gradient( 56deg, rgb(44,192,108) 0%, rgb(53,207,136) 100%);
        background-image: -webkit-linear-gradient( 56deg, rgb(44,192,108) 0%, rgb(53,207,136) 100%);
        background-image: -ms-linear-gradient( 56deg, rgb(44,192,108) 0%, rgb(53,207,136) 100%);
    }

    .package .item.senior .banner,
    .package .item.senior .price-btn {
        background-image: -moz-linear-gradient( 45deg, rgb(43,123,255) 0%, rgb(0,174,255) 100%);
        background-image: -webkit-linear-gradient( 45deg, rgb(43,123,255) 0%, rgb(0,174,255) 100%);
        background-image: -ms-linear-gradient( 45deg, rgb(43,123,255) 0%, rgb(0,174,255) 100%);
    }

    .package .item.top-level .banner,
    .package .item.top-level .price-btn {
        background-image: -moz-linear-gradient( 45deg, rgb(247,91,110) 0%, rgb(251,187,113) 100%);
        background-image: -webkit-linear-gradient( 45deg, rgb(247,91,110) 0%, rgb(251,187,113) 100%);
        background-image: -ms-linear-gradient( 45deg, rgb(247,91,110) 0%, rgb(251,187,113) 100%);
    }



.article-block .inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.article-block .article-list {
    margin: auto;
    width: 100%;
    box-shadow: 0 2px 4px 0 rgba(3, 27, 78, .06);
    -webkit-box-shadow: 0 2px 4px 0 rgba(3, 27, 78, .06);
    -moz-box-shadow: 0 2px 4px 0 rgba(3, 27, 78, .06);
    background: #fff;
    margin: 10px 10px 0px 10px;
}

    .article-block .article-list h3.title {
        font-weight: bold;
        color: #666;
        border-bottom: 1px solid #eee;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        text-indent: 35px;
        position: relative;
        margin-bottom: .0rem;
    }

        .article-block .article-list h3.title a {
            float: right;
            margin-right: 20px;
            font-weight: normal;
            color: #999;
            font-size: 12px;
        }

        .article-block .article-list h3.title::before {
            content: " ";
            display: block;
            position: absolute;
            background-color: #08a0ff;
            width: 3px;
            height: 15px;
            margin-top: 18px;
            margin-left: 20px;
        }

.article-block .article-list {
}

    .article-block .article-list .con {
        padding: 10px 20px;
        display: flex;
        flex-wrap: wrap;
    }

        .article-block .article-list .con li {
            height: 40px;
            line-height: 40px;
        }

            .article-block .article-list .con li a {
                display: block;
                width: 255px;
                height: 40px;
                overflow: hidden;
                float: left;
                font-size: 14px;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }

            .article-block .article-list .con li font {
                float: right;
                color: #999;
            }




/*new style*/
.slider .item p.tel, .slider-sub p.tel {
    font-size: 14px;
}

    .slider .item p.tel a, .slider-sub p.tel a, .create-shop .introduce a {
        color: white;
        font-size: 15px;
    }

.page-list .content .article-list .list-img .item .info .intro {
    margin-top: 0px;
    padding: 0px;
    font-size: 12px;
    text-align: left;
    letter-spacing: 0px;
}

.header .menu li .sub-menu h4.title {
    display: none;
}

.article-block .article-list .con {
    min-height: 240px;
}

.list-text-block-4 {
    z-index: 0;
}

.page-price .fun .thead .cell .price-btn, .page-price .edition .item a.price-btn {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: .3rem;
}

.page-list .content .article-list .list-img .item .pic img {
    width: 1.85rem;
    height: 1.6rem;
}

.fixed {
    display: none;
}


.inner {
    overflow-x: hidden
}

.page-detail .content .article-detail .title {
    padding: 0px;
}

.list-text-block-3 .con .item {
    width: 45%;
}
.bg_01 {
    color: #fff;
    text-align: center;
}
.bg_01 .bgimg {
    position: relative;
    width: 100%;
}
.bg_01 .logo {
    position: absolute;
    top: 3.3rem;
    width: 100%;
}
.bg_01 .logoimg {
    width: 5.5rem;
}
    .bg_01 h1{
       display:none;
    }
    .bg_01 h2 {
        position: absolute;
        top: 9rem;
        width: 100%;
        letter-spacing: 5px;
    }
.download {
    position: absolute;
    top: 10rem;
    width: 100%;
    letter-spacing: 5px;
}

.download_btn {
    padding: 6px 18px;
    background-color: #1e2026;
    color: #fff;
    font-size: .3rem;
    border-radius: 2px;
}
.page-index section {
    background: #000;
    color: #fff;
}
.funtotal {
    overflow: hidden
}
    .funtotal li {
        float: left;
        width: 50%;
        padding-bottom: 25px;
    }
    .funtotal dl {
        text-align: center;
    }
    .funtotal dt {
        font-size: 0.3rem;
        padding-bottom: 10px;
    }
    .funtotal dd {
        margin: 5px 0 0 0px;
        font-size: 0.25rem;
    }

.bg_03 {
    text-align: center;
    height: 435px;
    background: url(../img/bg_introduce.jpg) no-repeat center bottom;
}
    .bg_03 .title {
        padding-top: 100px;
        font-size: 0.4rem;
        padding-bottom: 15px;
    }
    .bg_03 .value {
        padding: 10px 20px;
        font-size: 0.25rem;
    }
.introduce_gx {
    overflow: hidden;
    padding-top: 40px;
}
.introduce_gx_l {
    float: left;
    width: 33.33%;
}
    .introduce_gx_l img {
        width: 1.5rem;
    }
.bg_04 {
    text-align: center;
    height: 590px;
    background: #1e2026;
}
    .bg_04 .title {
        padding-top: 100px;
        font-size: 0.4rem;
        padding-bottom: 15px;
    }

    .bg_04 .value {
        padding: 10px 20px;
        font-size: 0.25rem;
    }
    .bg_04 .bg {
        padding: 10px;
    }
    .bg_04 .bg img{
        width: 100%
    }

.MyGongNeng {

}
    .MyGongNeng ul {
        overflow: hidden
    }
    .MyGongNeng li {
        float: left;
        width: 25%;
    }

.page-price {
    background-color: #F4F5F9;
}
.banner {
    position: relative;
}
.page-price .top_title_main {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
    font-size: .4rem;
}

.page-price .title_h2 {
    margin-top: .8rem;
    font-weight: initial;
    font-size: .5rem;
}
.page-price .title_h3 {
    margin-top: 15px;
    font-weight: initial;
}
.page-price .fun .tbody .list .row .YinHao2B {
    width: 50%;
    text-align: center;
    height: .8rem;
    line-height: .8rem;
    border-left: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
    font-size: .24rem;
    box-sizing: border-box;
}
.page-price .fun .tbody .list .row .YinHao4B {
    width: 25%;
    text-align: center;
    height: .8rem;
    line-height: .8rem;
    border-left: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
    font-size: .24rem;
    box-sizing: border-box;
}

.page-price .fun .tbody .list .row .city_DanWei {
    width: 1.6rem;
}
.page-price .fun .tbody .list .row .city_BeiZhu {
width: 4.4rem;
}
.City_Title {
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    font-size: .24rem;
}
    .City_Title h4 {
        text-align: center;
        height: .8rem;
        line-height: .8rem;
    }
.page-price .YinHua {
    position: relative;
    color: #fff;
    padding-bottom: .2rem;
    height: 3.5rem;
}

    .page-price .YinHua .JiaGe_main_box {
        position: absolute;
        top: 0px;
        height: 100%;
    }

    .page-price .YinHua img {
        width: 100%;
        height: 100%;
    }

    .page-price .YinHua ul {
        overflow: hidden;
        padding: .25rem;
    }

    .page-price .YinHua li {
        float: left;
        width: 50%;
        text-align: center;
        padding-bottom: .3rem;
    }

    .page-price .YinHua i {
        font-size: .4rem;
    }

    .page-price .YinHua h2 {
        font-size: .3rem;
    }

    .page-price .YinHua p {
        font-size: .23rem;
        margin-top: .13rem;
    }
.page-price .VRViews {
    padding: .2rem;
    height: 9rem;
    background: #fff;
}
.UpdateLog  .list-text-block-1 .con .item {
    padding: 10px;
}
    .UpdateLog .list-text-block-1 .con .item .FengMian {
        width: 100%;
        height: 260px;
        padding-bottom: 10px;
    }

.UpdateLog .list-text-block-1 .con .item img {
    width: 100%;
    height: 100%;
}

    .UpdateLog .list-text-block-1 .con .item h5 {
        margin-bottom: 0px;
    }
.page-detail {
    background-color: #f4f5f9;
}
    .page-detail .crumbs {
        height: 0.5rem;
        padding: .2rem 0;
        line-height: .5rem;
        border-bottom: 1px solid #f8f8f8;
        background-color: #F4F5F9;
    }
    .page-detail .GengDuo {
    }

.WenDa_list {

}
    .WenDa_list .search {
        overflow: hidden;
        background: #fff;
        padding: 10px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
        -o-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
        -ms-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    }
    .WenDa_list .tex {
        float: left;
        position: relative;
        border: 2px solid #308fff;
        border-radius: 2px;
        background: #fff;
        width: 100%;
    }
    .WenDa_list .input_icon {
        float: left;
        text-align: center;
        margin-top: 13px;
        height: 100%;
        width: 10%;
    }
        .WenDa_list .input_icon i {
            color: #308fff;
        }
    .WenDa_list .sousuo {
        float: left;
        width: 70%;
        border: 0;
        height: 45px;
        line-height: 45px;
        color: #888;
    }
    .WenDa_list .searchbtn {
        color: #fff;
        float: right;
        background-color: #308fff;
        border-color: #308fff;
        padding: 15px 10px;
        border-radius: 0px;
        width: 20%;
    }


    .WenDa_list .select1 {
        background: #fff;
        width: 76%;
        position: absolute;
        margin-top: 59px;
        margin-left: 10px;
        z-index: 9;
        border: 1px solid #308fff;
    }
        .WenDa_list .select1 li {
            height: .8rem;
            line-height: .8rem;
            border-bottom: 1px dashed #eeeeee;
            padding: 0 38px;
        }
   
    .WenDa_list .BrowseNumber {
        float: right
    }
.page-index .bg_02 {
    margin-top: 2rem;
}
.add_form {

}
    .add_form .form_content {
        padding: .2rem;
        background: #fff;
    }
.form_content table {
    width: 100%;
}
.add_form .title {
    font-weight: 700;
    font-size: .3rem;
    padding-bottom: .1rem;
}
.add_form .form_item {
    padding-bottom: .2rem;
}
.add_form .form_control_wap {
    width: 100%;
    min-height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #48b0f7;
    border-radius: 4px;
}
.add_form .form_save {
}
.add_form .form_save_btn {
    background-color: #48b0f7;
    border-color: #48b0f7;
    color: #fff;
    padding: 12px;
    letter-spacing: 1px;
    border-radius: 2px;
    outline: none !important;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    width: 100%;
}
.page-detail .article-detail .title .name {
    height: 1rem;
    line-height: 1rem;
}
.detail_wap .title .name {
    text-align: left;
}
.detail_wap .content .article-detail .title {
    text-align: left;
    padding: 0px .2rem;
}
.answer_lists {
    padding: .0rem .2rem;
}
    .answer_lists .pictext {
        display: flex;
        position: relative;
    }
    .answer_lists .mod_media {
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        overflow: hidden;
    }
        .answer_lists .mod_media img {
            width: 100%;
            height: 100%;
        }
    .answer_lists .name {
        line-height: .4rem;
        font-weight: 700;
        padding: 0 0 0 .3125rem;
        font-size: .25rem;
        color: #333;
    }
    .answer_lists .name_time {
        color: #999;
        font-size: .24rem;
    }
    .answer_lists .like_top {
        color: #00ae66;
        background-color: #e5f7ef;
        font-size: .2rem;
        padding: .1rem .2rem;
    }
    .answer_lists .answer_item {
        border-bottom: 1px solid #e5e5e5;
        padding: .2rem 0px;
    }
    .answer_lists .answer_article {
        padding: .1rem 0rem;
        margin-left: 1.3rem;
    }
        .answer_lists .answer_article img {
            width: 100%;
            height: 100%;
        }
.text-danger {
    color: #f96868;
}
.FuKong {
    bottom: .5rem;
    right: .4rem;
    position: fixed;
}
    .FuKong .FuKong_btn {
        text-align: center;
        width: 1rem;
        height: 1rem;
        line-height: 1rem;
        border: .1rem solid #fff;
        border-radius: 50%;
        color: #fff;
        background-color: #308fff;
        font-size: .3rem;
        box-shadow: 0 0.125rem 0.1875rem rgba(50,50,50,.25);
        margin-bottom: .1rem;
    }
    .FuKong .FuKong_btn a{
        color: #fff;
    }

    .FuKong .btn-warning {
        background-color: #faa64b;
    }
    .FuKong .btn-danger {
        background-color: #f96868;
    }
    .FuKong .btn-purple {
        background-color: #926dde;
    }
   
.layer_View {
    padding: .2rem;
    overflow: hidden
}
.followbtn {
    color: #ffffff;
    padding: 8px 12px;
    letter-spacing: 1px;
    border-radius: 2px;
    background-color: #03A9F4;
    outline: none !important;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    float: right;
    margin-left: .2rem;
}
.form_group {
padding-bottom:.2rem;
}
    .form_group textarea {
        color: #8b95a5;
        width: 100%;
        height: 60px;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }
    .btn-danger {
        background-color: #f96868;
        border-color: #f96868;
        color: #fff !important;
    }
.layer_tc {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: #fff;
}
.detail_wap .text_MiaoShu {
    background-color: #f8eed9;
    padding: 10px;
    color: #8e7b50;
    font-size: 14px;
    word-break: break-all;
}
.detail_wap .triangle_up {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #f8eed9;
    position: absolute;
    margin-top: -15px;
    margin-left: 15px;
}
.p_b_02rem {
    padding-bottom:.2rem;
}
.m_t_02rem {
    margin-top:.2rem
}
