﻿body {
    padding-top: 70px;
    background-color: #F4F5F9;
}




.left {
    float: left;
    overflow: hidden
}

.right {
    float: right;
    overflow: hidden
}

/** header **/

.header {

    z-index: 9999;
    background: #303030;
    top: 0;
    height: 70px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
}

.header .logos {
    float: left;
}
.wrap .inner .logo h1 {
    display: none;
}



.header .logo .icon {
    width: 40px;
    margin-right: 10px;
}

.header .logo .text {
    width: 100px;
}

.header .menu {
    float: right;
}

    .header .menu .list {
        float: left;
        margin-left: 30px;
    }

.header .menu li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.header .menu>ul>li.item {
    line-height: 80px;
    height: 80px;
}

    .header .menu li > a {
        display: inline-block;
        color: #868686;
        font-size: 15px;
        height: 30px;
        line-height: 30px;
        padding: 0 12px;
        border-radius: 30px;
        transition: 0.6s;
    }
        .header .menu li > a:hover, .header .menu li.hover > a, .header .menu li.active > a {
            transition: 0.6s;
            background-color: #308fff;
            color: #fff;
        }

.header .menu li i {
    font-size: 14px;
    line-height: 20px;
}

.header .menu li .sub-menu {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05) inset;
    display: none;
    /* opacity: 0; */
    position: fixed;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 80px;
    padding-top: 20px;
    height: 300px;
    z-index: -99999;
    transition: 0.3s;
    line-height: normal;
    animation: fadeOut .3s;
    -webkit-animation: fadeOut .3s;
}

.header .menu li.hover .sub-menu {
    animation: fadeIn .3s;
    -webkit-animation: fadeIn .3s;
    display: block;
}

.header .menu .down {
    width: 260px;
    float: left;
    margin-left: 380px;
    margin-right: 20px;
}

.header .menu .plan {
    width: 480px;
    float: left;
}

.header .menu h4.title {
    font-weight: normal;
    color: #999;
    margin-bottom: 20px;
    text-indent: 15px;
}

.header .menu .sub-menu a.item {
    display: block;
    float: left;
    width: 210px;
    height: 50px;
    margin-top: 10px;
    margin-right: 10px;
    padding: 5px 10px;
    border-radius: 6px;
    cursor: pointer;
}

.header .menu .sub-menu .item:hover {
    background-color: #f8f8f8;
}

.header .menu .sub-menu .item .iconfont {
    display: inline-block;
    border-radius: 20px;
    color: #fff;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    float: left;
    margin-right: 15px;
}

.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.mianban .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.xiaochengxu2 .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 b {
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.header .menu .sub-menu .item p {
    display: block;
    color: #999;
}

.header .login {
    float: right;
    margin-left: 10px;
   
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    display: flex;
    font-size: 14px;
    margin-top: 25px;
}

.header .login a {
    display: inline-block;
    width: 70px;
    text-align: center;
    border-radius: 15px;
}

    .header .login a.signin {
        width: 75px;
        color: #fff;
        background-color: #666;
    }

    .header .login a.signup {
        background: #00b4a5;
        color: #fff;
        margin-left: 10px;
    }

/* slider */

.slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider .item {
    background-position: center
}


    .slider .item .text p.title {
        margin-top: 80px;
        font-size: 44px;
        color: #fff;
        font-weight: lighter;
        position: relative;
        margin-bottom: 25px;
    }

        .slider .item .text p.title .icon {
            font-size: 12px;
            line-height: 12px;
            font-style: initial;
            letter-spacing: 2px;
            background-image: -webkit-linear-gradient(0deg, rgb(237, 63, 20) 0%, rgb(253, 183, 111) 100%);
            padding: 5px 8px;
            border-radius: 30px;
            font-weight: 200;
            position: absolute;
            right: -60px;
            top: 10px;
        }

.slider .item .text p.line {
    line-height: 24px;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: lighter;
}

.slider .item .pic {}

    .slider .item a.btn {
        position: relative;
        display: block;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        border-radius: 50px;
        width: 200px;
        height: 50px;
        line-height: 50px;
        background-image: linear-gradient(to right,#8510FF,#D025C2,#FF8B2D,#F64E2C);
        margin-top: 65px;
        transition: 0.5s;
        letter-spacing: 3px;
        color: #fff;
    }

.slider .item a.btn:hover {
    transition: 0.5s;
    opacity: 0.8;
}

.slider .item a.btn:before {
    content: " ";
    display: block;
    position: absolute;
    left: -5px;
    top: -5px;
    width: 200px;
    height: 50px;
    border-radius: 50px;
    border: 5px solid rgba(0, 0, 0, 0.1);
}

.slider .item p.tel {
    color: #fff;
    letter-spacing: 2px;
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
}

.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;
}

.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: #06ba9d;
    }

.page-index .slider {
    height: 480px;
}

.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;
}

.page-index .news .icon-xiaoxi {
    display: block;
    width: 30px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #bbb;
}

.page-index .news .list {
    width: 1060px;
    height: 50px;
    position: relative;
    margin-left: 0;
}

.page-index .news .list .item {
    line-height: 50px;
    width: 320px;
    margin-right: 50px;
    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 {
    right: -100px;
    width: 80px;
}

.page-index .news .nav .nav-prev {
    display: block;
    width: 22px;
    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: 22px;
    height: 22px;
    text-align: center;
    line-height: 23px;
    margin-top: 14px;
    width: 30px;
    float: right;
    cursor: pointer;
    outline: none;
}

.page-index .news .nav .iconfont {
    padding: 2px 10px;
    font-size: 10px;
    color: #fff;
    background-color: #ddd;
    border-radius: 30px;
    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('../images/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: 40px;
}
    .page-index .visual .bubble .item:nth-child(3) {
        margin-top: 40px;
        margin-bottom: 40px;
    }

.page-index .visual .bubble .item::after {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    background-color: #08a0ff;
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    z-index: 9;
}

.page-index .visual .left-bubble {
    left: 0px;
}

 .page-index .visual .left-bubble .item::after {
     right: -1px; 

 }

.page-index .visual .right-bubble {
    right: 0px;
}

.page-index .visual .right-bubble .item::after {
    left: -1px;
}

/* 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 */

.page-index .marketing {
    background-color: #fff;
}

.page-index .marketing .inner {
    min-height: 580px;
}

.page-index .marketing .title {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 32px;
    font-weight: lighter;
    color: #333;
    letter-spacing: 2px;
    text-align: center;
}

.page-index .marketing .introduce {
    text-align: center;
    line-height: 30px;
    margin-bottom: 30px;
}

.page-index .marketing .introduce i {
    font-size: 18px;
    color: #55cf65;
    vertical-align: middle;
}

.page-index .marketing .introduce span {
    margin: 0 30px;
    color: #999;
    font-size: 14px;
    vertical-align: middle;
}

.page-index .marketing .con img {
    display: block;
    margin: auto;
}

/* user */

.page-index .user {
    background-image: url('../../../img/block-5-bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: cover;
    background-color: #3d3e52;
}

.page-index .user .inner {
    min-height: 600px;
}

.page-index .user h2.title {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
    font-size: 32px;
    font-weight: lighter;
    color: #fff;
    letter-spacing: 2px;
}

.page-index .user .con .item {
    width: 285px;
    height: 160px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
}

.page-index .user .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;
}

.page-index .user .con .item .mask:hover {
    opacity: 1;
}

.page-index .user .con .item .mask .mp {
    float: left;
    width: 120px;
    margin-top: 30px;
    color: #fff;
    line-height: 30px;
    margin-left: 20px;
}

.page-index .user .con .item .mask .h5 {
    float: right;
    width: 120px;
    margin-top: 30px;
    color: #fff;
    line-height: 30px;
    margin-right: 20px;
}

.page-index .user .con .item .mask img {
    width: 80px;
    border-radius: 3px;
}

.page-index .user .con .item:nth-child(4n+0) {
    margin-right: 0;
}

/* 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(11n+0) {
    margin-right: 0;
}

/* create-shop */

.create-shop {
    background-image: url('../../../img/create-shop.png')
}


.create-shop h2.title {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
    font-size: 32px;
    font-weight: lighter;
    color: #fff;
    letter-spacing: 2px;
}

.create-shop .inner {
    min-height: 280px;
}

.create-shop .introduce {
    text-align: center;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
}

    .create-shop a.btn {
        position: relative;
        display: block;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        border-radius: 50px;
        width: 200px;
        height: 50px;
        line-height: 50px;
        background-image: -moz-linear-gradient(0deg, #08a0ff 0%, #5c41f2 100%);
        background-image: -webkit-linear-gradient(0deg, #08a0ff 0%, #5c41f2 100%);
        background-image: -ms-linear-gradient(0deg, #08a0ff 0%, #5c41f2 100%);
        margin-top: 65px;
        transition: 0.5s;
        margin: auto;
        margin-top: 30px;
        letter-spacing: 3px;
        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;
    width: 200px;
    height: 50px;
    border-radius: 50px;
    border: 5px solid rgba(0, 0, 0, 0.1);
}

.sidebar {
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(4, 0, 0, 0.05);
    width: 220px;
    float: right;
}

.sidebar .title {
    border-bottom: 1px solid #f8f8f8;
    height: 70px;
    line-height: 70px;
    padding: 0 25px;
}

    .sidebar .title .iconfont {
        color: #308fff;
    }

.sidebar .title .name {
    padding-left: 10px;
    font-size: 16px;
    color: #333333;
}

.sidebar .list ul li {
    margin-bottom: 5px;
}

.sidebar .list ul li a {
    display: block;
    color: #999999;
    text-indent: 35px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    transition: 0.3s;
}

    .sidebar .list ul li a:hover,
    .sidebar .list ul li.active a {
        background-color: #308fff;
        color: #fff;
        transition: 0.3s;
    }

.page-list .content {
    margin-bottom: 20px;
}

.page-list .content .article-list {
    width: 960px;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(4, 0, 0, 0.05);
    float: left;
}

.page-list .content .article-list .title {
    border-bottom: 1px solid #f8f8f8;
    height: 70px;
    line-height: 70px;
    padding: 0 40px;
    letter-spacing: 2px;
}

.page-list .content .article-list .title .name {
    font-size: 20px;
    color: #666666;
}

.page-list .content .article-list .list {
    padding-top: 10px;
    margin-bottom: 30px;
}

.page-list .content .article-list .list li {
    padding: 0 40px;
    height: 55px;
    line-height: 55px;
}

.page-list .content .article-list .list li:hover {
    background-color: #fbfcff
}

.page-list .content .article-list .list li a {
    color: #666;
    font-size: 14px;
    float: left;
}

.page-list .content .article-list .list li:hover a {
    color: #08a0ff;
}

.page-list .content .article-list .list li font {
    font-size: 12px;
    float: right;
    color: #999
}

.page-list .content .article-list .navigation {
    float: right;
    margin-bottom: 30px;
    margin-right: 30px;
}

.page-list .content .article-list .navigation div {
    float: left;
    height: 25px;
    line-height: 25px;
    margin-right: 10px;
    border-radius: 3px;
    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: #308fff;
        cursor: pointer;
        transition: 0.3s;
    }
.page-list .content .article-list .navigation div.disabled:hover, .page-list .content .article-list .navigation div.disabled.active { background-color: #F4F5F9; color: #bbb; cursor: default; }
.page-list .content .article-list .navigation div.disabled, .page-list .content .article-list .navigation div.active { padding: 0 15px; }
.page-list .content .article-list .navigation div:hover a, .page-list .content .article-list .navigation div.active a { color: white; }
.search-result .search-info { box-shadow: 0px 0px 0px 0px; border-bottom: 1px solid #f8f8f8; }
.page-list .content .article-list .navigation div a { display: inline-block; height: 25px; padding: 0 15px; }

.page-list .content .article-list .list-img .item {
    padding: 20px 35px;
    display: flex;
}

.page-list .content .article-list .list-img .item .pic img {
    width: 210px;
    height: 140px;
}

.page-list .content .article-list .list-img .item .pic {
    float: left;
    margin-right: 20px;
}

.page-list .content .article-list .list-img .item .info {
    float: left;
    width: 80%;
}

.page-list .content .article-list .list-img .item .info .tit {
    font-size: 16px;
    color: #333;
}

.page-list .content .article-list .list-img .item .info .date {
    color: #999;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.page-list .content .article-list .list-img .item .info .intro {
    color: #666;
    line-height: 22px;
}

.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-help */

.page-help .search {
    background: url('../../img/help-search-bg.png') center
}

.page-help .search .inner {
    height: 300px;
}

.page-help .search .title {
    text-align: center;
    font-size: 42px;
    font-weight: lighter;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
    margin-bottom: 30px;
    color: #fff;
    padding-top: 50px;
}

.page-help .search-box {
    width: 510px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 4px 9px;
    border-radius: 30px;
    margin: auto;
}

.page-help .search .input {
    font-size: 14px;
    height: 46px;
    color: #999;
    letter-spacing: 1px;
    border-radius: 30px;
    background: #fff;
    display: flex;
    margin-left: -5px;
}

.page-help .search .input input {
    width: 100%;
    text-indent: 20px;
    border-radius: 30px;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.page-help .search .input input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
}

.page-help .search .go {
    width: 100px;
    min-width: 100px;
    height: 100%;
    line-height: 46px;
    background-image: -moz-linear-gradient(0deg, #8a6ffa 0%, #5c41f2 100%);
    background-image: -webkit-linear-gradient(0deg, #8a6ffa 0%, #5c41f2 100%);
    background-image: -ms-linear-gradient(0deg, #8a6ffa 0%, #5c41f2 100%);
    border-radius: 30px;
    color: #fff;
    position: relative;
    right: -5px;
    cursor: pointer;
    text-align: center;
}

.page-help .search .keywords {
    font-size: 12px;
    margin: auto;
    margin-top: 15px;
    padding: 0 10px;
    width: 510px;
    margin-bottom: 50px;
}

.page-help .search .keywords a {
    margin-right: 10px;
    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-bottom: 20px;
}

.page-help .hot-ask .inner .title {
    font-size: 24px;
    font-weight: lighter;
    letter-spacing: 2px;
    color: #666;
}

.page-help .hot-ask .inner .ask-list {
    margin-top: 35px;
    margin-bottom: 70px
}

.page-help .hot-ask .inner .list {
    margin-top: 30px;
}

.page-help .hot-ask .inner .list .item {
    float: left;
    text-align: center;
    margin-right: 60px;
}

.page-help .hot-ask .inner .list .item:last-child {
    margin-right: 0;
}

    .page-help .hot-ask .inner .list .item i {
        font-size: 30px;
        color: #308fff;
    }

   

.page-help .hot-ask .inner .list .item p {
    line-height: 30px;
    color: #999;
    font-size: 12px;
    margin-top: 5px;
}

.page-help .document .inner {
    padding-bottom: 30px;
}



.page-help .document .item ul {
    padding: 10px 0;
}

.page-help .document .item li {
    line-height: 40px;
    text-indent: 30px;
}

.page-help .document .item li a {
    font-size: 14px;
    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-weapp .slider {
    height: 400px;
}

.page-weapp .slider .inner {
    height: 400px;
}

.page-weapp .dividend {
    background-color: #fff;
}

.page-weapp .dividend .title {
    text-align: center;
    padding-top: 60px;
    font-size: 32px;
    font-weight: lighter;
    color: #333;
    letter-spacing: 2px;
}

.page-weapp .dividend .intro {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    color: #999;
    letter-spacing: 2px;
}

.page-weapp .dividend .item {
    text-align: center;
    float: left;
    margin-right: 120px;
}

.page-weapp .dividend .item:last-child {
    margin-right: 0;
}

.page-weapp .dividend .item {
    margin-bottom: 80px;
    margin-top: 80px;
    line-height: 30px;
    font-size: 18px;
    font-weight: lighter;
    color: #666;
    text-align: center;
}

.page-weapp .dividend .item h4 {
    font-weight: lighter;
    margin-top: 20px;
}

.page-weapp .dividend .item i {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0px 2px 5px 0px rgba(4, 0, 0, 0.08);
    font-size: 28px;
    line-height: 80px;
}

.page-weapp .dividend .item:nth-child(1) i {
    color: #3c77e8;
}

.page-weapp .dividend .item:nth-child(2) i {
    color: #FF436F;
}

.page-weapp .dividend .item:nth-child(3) i {
    color: #4DDEB5;
}

.page-weapp .dividend .item:nth-child(4) i {
    color: #B649FF;
}

.page-weapp .dividend .item:nth-child(5) i {
    color: #FCCD4E;
}

.page-weapp .dividend .item:nth-child(6) i {
    color: #35B712;
}

.page-weapp .tools .title {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 32px;
    font-weight: lighter;
    color: #333;
    letter-spacing: 2px;
}

.page-weapp .tools {
    background-color: #F5F7FA;
}

.page-weapp .tools .inner {
    height: 500px;
}

.page-weapp .tools .inner .item {
    float: left;
    width: 280px;
    height: 260px;
    margin-right: 26px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 2px 5px 0px rgba(4, 0, 0, 0.08);
    position: relative;
    top: 0;
    transition: all .5s;
}

.page-weapp .tools .inner .item:hover {
    top: -8px;
    transition: all .5s;
}

.page-weapp .tools .inner .item i {
    font-size: 48px;
    color: #fff;
    position: absolute;
    z-index: 9;
    width: 280px;
    height: 170px;
    line-height: 170px;
    text-align: center;
    opacity: .8;
}

.page-weapp .tools .inner .item .mask {
    background-color: rgb(69, 79, 255);
    opacity: 0.9;
    position: absolute;
    left: 0;
    top: 0;
    width: 280px;
    height: 170px;
    z-index: 5;
}

.page-weapp .tools .inner .item .mask {}

.page-weapp .tools .inner .item:last-child {
    margin-right: 0;
}

.page-weapp .tools .inner .item .info {
    padding: 20px;
}

.page-weapp .tools .inner .item .info h4 {
    font-size: 18px;
    font-weight: lighter;
    color: #333;
    letter-spacing: 1px;
}

.page-weapp .tools .inner .item .info p {
    margin-top: 5px;
    font-size: 14px;
    color: #999;
    letter-spacing: 1px;
}

.page-weapp .characteristic {
    background: #f8fcff;
}

.page-weapp .characteristic .title {
    text-align: center;
    padding-top: 40px;
    font-size: 32px;
    font-weight: lighter;
    color: #333;
    letter-spacing: 2px;
}

.page-weapp .characteristic .intro {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    color: #999;
    letter-spacing: 2px;
}

.page-weapp .characteristic .list {
    padding-top: 60px;
}

.page-weapp .characteristic .item {
    width: 200px;
    height: 86px;
    padding-left: 60px;
    margin-right: 50px;
    position: relative;
    float: left;
    margin-bottom: 60px;
    margin-top: 10px;
}

.page-weapp .characteristic .item:nth-child(4n+0) {
    margin-right: 0;
}

.page-weapp .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-weapp .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-weapp .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-weapp .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-weapp .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-weapp .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-weapp .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-weapp .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-weapp .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-weapp .characteristic .item i::before {
    opacity: 0.8;
}

.page-weapp .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-weapp .characteristic .item .info h4 {
    font-size: 14px;
    margin-top: 13px;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.page-weapp .characteristic .item .info p {
    color: #999;
    letter-spacing: 1px;
}

.page-weapp .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-weapp .characteristic .create-shop-btn:hover {
    opacity: .9;
}

.page-weapp .technology {
    background-color: #fff
}

.page-weapp .technology .inner {
    height: 500px;
}

.page-weapp .technology .title {
    text-align: center;
    padding-top: 60px;
    font-size: 32px;
    font-weight: lighter;
    color: #333;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.page-weapp .technology .intro {
    font-size: 20px;
    font-weight: lighter;
    text-align: center;
    margin-bottom: 80px;
    margin-top: 20px;
    color: #666;
    letter-spacing: 2px;
}

.page-weapp .technology .item {
    width: 120px;
    float: left;
    margin-right: 140px;
    text-align: center;
}

.page-weapp .technology .item:last-child {
    margin-right: 0;
}

.page-weapp .technology .item h4 {
    font-size: 16px;
    font-weight: normal;
    margin-top: 25px;
    color: #666;
    letter-spacing: 1px;
}

.page-weapp .technology .item .icon {
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    background-color: #f8fcff;
    border-radius: 100px;
}

.page-weapp .technology .item .icon img {
    display: inline;
    margin-top: 38px;
}

.page-weapp .theme {}

.page-weapp .theme .title {
    text-align: center;
    padding-top: 40px;
    font-size: 32px;
    font-weight: lighter;
    color: #333;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.page-weapp .theme .intro {
    font-size: 20px;
    font-weight: lighter;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 30px;
    color: #666;
    letter-spacing: 2px;
}

.page-weapp .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-weapp .theme .inner .item .preview {
    width: 100%;
}

.page-weapp .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-weapp .theme .inner .item .mask:hover {
    opacity: .8;
    transition: .8s;
}

.page-weapp .theme .inner .item .mask img {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-top: 60%;
    border-radius: 3px;
}

.page-weapp .theme .inner .item .mask p {
    color: #fff;
    margin-top: 30px;
    font-size: 14px;
    letter-spacing: 2px;
}

/* shop */

.page-shop .slider {
    height: 400px;
}

.page-shop .slider .inner {
    height: 400px;
    position: relative;
}

.page-shop .advantage {
    background-color: #fff;
}

.page-shop .advantage .inner {
    height: 460px;
}

.page-shop .advantage .title {
    text-align: center;
    padding-top: 40px;
    font-size: 32px;
    font-weight: lighter;
    color: #333;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.page-shop .advantage .list {
    margin-top: 90px;
}

.page-shop .advantage .list .item {
    float: left;
    margin-right: 150px;
    text-align: center;
}

.page-shop .advantage .list .item h4 {
    font-weight: lighter;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.page-shop .advantage .list .item p {
    font-size: 14px;
    line-height: 24px;
    color: #999;
}

.page-shop .advantage .list .item:last-child {
    margin-right: 0;
}

.page-shop .channel {
    background-color: #f8fcff;
    margin: auto;
    text-align: center;
}

.page-shop .channel .inner {
    height: 480px;
}

.page-shop .channel .title {
    text-align: center;
    padding-top: 40px;
    font-size: 32px;
    font-weight: lighter;
    color: #333;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.page-shop .channel .intro {
    font-size: 20px;
    font-weight: lighter;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 30px;
    color: #666;
    letter-spacing: 2px;
}

.page-shop .channel {}

.page-shop .tools {
    background: url('../../../img/shop-block-4-bg.jpg') center no-repeat;
}

.page-shop .tools .title {
    text-align: center;
    padding-top: 70px;
    font-size: 32px;
    font-weight: lighter;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 70px;
}

.page-shop .tools .intro {
    font-size: 20px;
    font-weight: lighter;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 30px;
    color: #666;
    letter-spacing: 2px;
}

.page-shop .tools .con {
    margin-bottom: 70px;
}

.page-shop .tools .con .item {
    float: left;
}

.page-shop .tools .con .item i {
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    color: #fff;
    background-color: rgba(107, 115, 250, 0.05);
    border-radius: 6px;
    font-size: 32px;
}

.page-shop .tools .con .item:nth-child(1) i {
    color: #64eaff
}

.page-shop .tools .con .item:nth-child(2) i {
    color: #f4734e
}

.page-shop .tools .con .item:nth-child(3) i {
    color: #6c8dff
}

.page-shop .tools .con .item:nth-child(4) i {
    color: #f56a94
}

.page-shop .tools .con .item:nth-child(5) i {
    color: #87e777
}

.page-shop .tools .con .item:nth-child(6) i {
    color: #ffed83
}

.page-shop .tools .con .item:nth-child(7) i {
    color: #bc8eff
}

.page-shop .tools .con .item:nth-child(8) i {
    color: #6c8dff
}

.page-shop .tools .con .item:nth-child(9) i {
    color: #f0ff71
}

.page-shop .tools .con .item:nth-child(10) i {
    color: #ff764d
}

.page-shop .tools .con .item:nth-child(11) i {
    color: #eb7cff
}

.page-shop .tools .con .item:nth-child(12) i {
    color: #ff8d76
}

.page-shop .tools .con .item:nth-child(13) i {
    color: #88e778
}

.page-shop .tools .con .item:nth-child(14) i {
    color: #6c8dff
}

.page-shop .tools .con .item:nth-child(15) i {
    color: #ff8d76
}

.page-shop .tools .con .item:nth-child(16) i {
    color: #f0ff71
}

.page-shop .tools .con .item:nth-child(17) i {
    color: #bc8eff
}

.page-shop .tools .con .item:nth-child(18) i {
    color: #64e9fe
}

.page-shop .tools .con .item:nth-child(19) i {
    color: #88e778
}

.page-shop .tools .con .item:nth-child(20) i {
    color: #ca73e6
}

.page-shop .tools .con .item:nth-child(21) i {
    color: #6c8dff
}

.page-shop .tools .con .item {
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    letter-spacing: 2px;
    color: #fff;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-shop {
    background-color: #fff;
}

.page-shop .data .item {
    float: left;
    margin: 70px 86px;
}

.page-shop .data .item .number font {
    color: #08a0ff;
    font-size: 56px;
    font-weight: lighter;
    font-family: "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.page-shop .data .item p {
    font-size: 18px;
}

.search-result .search-info  {
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    text-indent: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
    box-shadow: 0px 2px 4px 0px rgba(4, 0, 0, 0.05);
}
.search-result .search-info b {
    font-weight: normal;
    color: #999;
}
.search-result .search-info font b {
    margin: 0 10px;
    color: #08a0ff;
}





/* .page-shop .slider .mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(26, 40, 131, 0.7);
    z-index: -10;
}
.page-shop .slider .video {
    top: -50%;
    position: absolute;
    width: 100%;
    z-index: -20;
} */
/* h5 */
.page-h5 .slider {
    height: 400px;
}

    .page-h5 .slider .inner { height: 400px; }

.page-h5 .visual { background-color: #f7fcff; background-image: url('../images/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: 8px; z-index: 9; }

    .page-h5 .visual .left-bubble { left: 0px; }

        .page-h5 .visual .left-bubble .item::after { right: -1px; }

    .page-h5 .visual .right-bubble { right: 0px; }

        .page-h5 .visual .right-bubble .item::after { left: -1px; }

.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; }



/* links-copy */

.links-copy {
    background-color: #001c19;
    height:140px;
}

.links-copy .inner {
    height: 60px;
    line-height: 60px;
}

.links-copy .links {
    float: left;
    color: #999;
}

.links-copy .links {
    float: left;
    color: #999;
}

.links-copy .links a {
    color: #666666;
    margin-right: 10px;
}

.links-copy .copy {
    float: right;
    color: #999;
}

.nodata { line-height: 50px; text-indent: 20px; font-size: 14px; height: 70px; color: #9b9ea8; }
.inner .table .thead .MoKuai .MoKuaiFont {
    font-weight: 700;
    letter-spacing: 1px;
    color: #333;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.inner .table .thead .GongNeng .MoKuaiFont {
    font-weight: normal;
    letter-spacing: 1px;
    color: #333;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.con .item  .AnLi {
    width: 160px;
    height: auto;
}
.GongNeng2 {
    height: 85px;
    min-width: 188px;
    text-align: center;
    border-left: 1px solid #f8f8f8;
}
    .GongNeng2 .MoKuaiFont {
        font-weight: 700;
        letter-spacing: 1px;
        color: #333;
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
.wrap .inner .table .thead .GongNengBan {
    height: 85px;
    width: 180px;
}
.log_user {
 
}
.userPlane {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 70px;
    padding: 0 25px;
}
        .userPlane img {
            width: 56px;
            height: 56px;
            border-radius: 5px;
        }
.user_name {
    font-size: 16px;
    color: #404040;
    margin-left: 10px;
}
.user_position {
    font-size: 12px;
    color: #308fff;
    margin-left: 10px;
}
.product {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 70px;
    border-bottom: 1px solid #e4e4e4;
}
.product_img_weixin {
    float: left;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-left: 25px;
    margin-bottom: 8px;
}
.product_img {
    float: left;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-left: 40px;
    margin-bottom: 8px;
}

.sbsss {
    padding: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 50px;
    color:#333
}
    .sbsss .item {
        width: 50%;
        float: left;
    }
.tbtns {
    padding: 0px 25px 25px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
    .tbtns .guanzhu {
        width: 50%;
        float: left;
    }
        .tbtns .guanzhu button {
            width: 70px;
            height: 30px;
            border-radius: 20px;
            background: #308fff;
            color: #fff;
            font-size: 14px;
        }
    .tbtns .sixin {
        width: 50%;
        float: left;
    }
        .tbtns .sixin button {
            width: 70px;
            height: 30px;
            border-radius: 20px;
            font-size: 14px;
            background: #fff;
            border: 1px solid #308fff;
            color: #308fff;
        }
.disabled {
    cursor: pointer !important
}

#nb_icon_wrap {
    display: none !important;
}
.article-detail .Date {
    height: 30px;
    margin: 0px 35px;
    color: #999;
    font-size: 14px;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden
}
    .Date  .tag {
        margin-left: 10px;
    }
.vote {
    text-align: center;
}
    .vote button {
        padding: 5px 15px;
        margin: 0px 15px;
    }
.comment {
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(4, 0, 0, 0.05);
    padding: 35px;
}
    .comment .logContent {
        padding-bottom: 10px;
        border-bottom: 1px solid #e4e4e4;
    }
.logComment {
margin-top:10px;
}
.logComment textarea {
    display: block;
    resize: vertical;
    padding: 5px 15px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: inherit;
    color: #606266;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}
.floatMar {
    padding-top: 10px;
}
.CommentContent {
    padding-top: 30px;
}
.comment .floatMar .Submission {
    border-radius: 20px;
    background: #999999;
    color: #f4f5f9;
    padding: 6px 18px;
    float:right;
}
    .comment .floatMar .Submission:hover {
        background: #308fff;
        color: #fff;
    }
.Comment-first .Comment-head img{
    width: 70px;
    border-radius: 50%;
}
.CommentContent .UserName {
    margin-left: 10px;
}
.CommentContent .user_content {
    margin-top: 5px;
    padding-bottom: 15px;
    margin-left: 85px;
}
.Comment-first .UserName {
    font-size: 16px;
    color: rgb(36, 38, 41);
    font-weight: 700;
}
.Comment-first .userdate {
    color: #999;
    font-size: 14px;
}
.ViewBox {
    max-width: 1200px;
    margin: auto;
}
.View_item {

}
.View_left {
    float: left;
    width: 580px;
    background: #fff;
    padding: 20px 5px 10px 10px;
    margin-bottom: 10px;
    text-align: center;
}
.View_right {
    float: right;
    width: 580px;
    padding: 20px 5px 10px 10px;
    margin-bottom: 10px;
    background: #fff;
    text-align: center;
}
.View_item:before,
.View_item:after {
    content: "";
    display: table;
}

.View_item:after {
    clear: both;
}

.View_item {
    *zoom: 1;
}
.ViewBox .View_item .download {
    display: block;
    width: 140px;
    height: 35px;
    line-height: 35px;
    margin-top:20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    border-radius: 30px;
    margin: auto;
    background-image: linear-gradient(to right,#8510FF,#D025C2,#FF8B2D,#F64E2C);
}
.ViewBox .View_item h3 {
margin-top:20px;
}
.download_box {
    margin-top: 20px;
    padding-bottom: 20px;
}
.View_right .Wap_admin_img {
    height: 355px
}
.inner .menu .Member {
    float: left;
    margin-top: 30px;
    font-size: 16px;
    padding-left: 25px;
}
footer .menu .item span {
    font-size: 15px;
    color: #bbb;
}

