.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: -webkit-transform;
    -moz-transition-property: transform,-moz-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform,-moz-transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform;
    -webkit-transition-property: height,-webkit-transform;
    transition-property: height,-webkit-transform;
    -moz-transition-property: transform,height,-moz-transform;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform,-moz-transform
}

body {
    margin: 0
}

.weapp-page li,.weapp-page ul {
    list-style: none
}

.weapp-page dd,.weapp-page dt,.weapp-page h1,.weapp-page h2,.weapp-page h3,.weapp-page li,.weapp-page p,.weapp-page ul {
    padding: 0;
    margin: 0
}

body p,body span {
    font-family: Pingfang SC,Helvetica,Microsoft YaHei,STHeiti,Verdana,Arial,Tahoma,sans-serif
}

.web-only {
    display: block
}

.wap-only {
    display: none!important
}

.clue-button-wrapper {
    text-align: center
}

.clue-button {
    display: inline-block;
    background-color: #409eff;
    color: #fff;
    padding: 12px 64px;
    text-decoration: none;
    font-size: 20px;
    border-radius: 2px;
    border: 1px solid #409eff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(15,66,153,.2);
    box-shadow: 0 4px 8px 0 rgba(15,66,153,.2)
}

.clue-button:hover {
    color: #fff!important;
    background-color: #54a8ff
}

.clue-button:active {
    background-color: #54a8ff
}

.clue-button.button-plain {
    margin-left: 16px;
    color: #409eff;
    background-color: #fff
}

.clue-button.button-plain:hover {
    color: #409eff!important;
    -webkit-box-shadow: 0 4px 8px 0 rgba(87,189,106,.2);
    box-shadow: 0 4px 8px 0 #409eff4f
}

.clue-button-extra {
    display: inline-block;
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
    color: #969799
}

.weapp-page .banner {
    width: 100%;
    height: 480px;
    overflow: hidden;
    background: -webkit-gradient(linear,left top,left bottom,from(#f2f7ff),to(#fff));
    background: -webkit-linear-gradient(top,#f2f7ff,#fff);
    background: -moz-linear-gradient(top,#f2f7ff,#fff);
    background: linear-gradient(180deg,#f2f7ff,#fff)
}

.weapp-page .banner-inner {
    position: relative;
    margin: 0 auto;
    width: 1100px
}

.weapp-page .banner-title {
    padding-top: 102px;
    font-size: 44px;
    font-weight: 500;
    line-height: 66px;
    color: #333333
}

.weapp-page .banner-sub-title {
    padding-top: 16px;
    font-size: 20px;
    line-height: 28px;
    color: #646566
}

.weapp-page .banner-note {
    padding: 16px 0 72px
}

.weapp-page .banner-note li {
    display: inline-block;
    width: 112px;
    font-size: 20px;
    line-height: 28px;
    color: #646566;
    padding-left: 32px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: 0
}

.weapp-page .banner-image {
    position: absolute;
    width: 457px;
    right: 0;
    top: 45px
}

.weapp-page .banner .clue-button-wrapper {
    text-align: left
}

.weapp-page .banner .clue-button-wrapper .clue-button {
    padding: 10px 46px
}

.weapp-page .section {
    padding-top: 48px;
	padding-bottom: 48px;
}

.weapp-page .section .container {
    width: 1200px;
    margin: 0 auto
}

.weapp-page .section .container h2 {
    font-size: 30px;
    line-height: 44px;
    font-weight: 500;
    color: #333333;
    text-align: center
}

.weapp-page .section-1 .container {
    width: 1136px
}

.weapp-page .section-1 .container .shop-wrap {
    padding: 48px 0 0 24px
}

.weapp-page .section-1 .container .shop-title {
    margin: 10px 0 30px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #333333
}

.weapp-page .section-1 .container .shop-catagory {
    margin-bottom: 44px
}

.weapp-page .section-1 .container .shop-type-title {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    color: #333333
}

.weapp-page .section-1 .container .shop-list {
    width: 710px;
    font-size: 0;
    margin-bottom: 12px
}

.weapp-page .section-1 .container .shop-item {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 130px;
    height: 40px;
    margin-right: 12px;
    margin-bottom: 12px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #dcdee0;
    border-radius: 2px;
    font-size: 16px;
    color: #333333;
    cursor: pointer
}

.weapp-page .section-1 .container .shop-item:hover {
    color: #409eff;
    border-color: #2c94ff;
    font-weight: 500;
    opacity: .8
}

.weapp-page .section-1 .container .shop-item.active {
    color: #409eff;
    border-color: #2c94ff;
    font-weight: 500
}

.weapp-page .section-1 .container .shop-image-wrap {
    float: right;
    width: 324px
}

.weapp-page .section-1 .container .shop-image-wrap .shop-image {
    position: relative;
    border-radius: 16px;
    border: 4px solid #b5d9ff;
    overflow: hidden
}

.weapp-page .section-1 .container .shop-image-wrap .shop-image .type-image {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.weapp-page .section-1 .container .shop-image-wrap .shop-image .code-wrap {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.4)
}

.weapp-page .section-1 .container .shop-image-wrap .shop-image .code-wrap img {
    position: absolute;
    width: 160px;
    height: 160px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.weapp-page .section-1 .container .shop-image-wrap .shop-image:hover .code-wrap {
    display: block
}

.weapp-page .section-1 .container .shop-image-wrap p {
    margin-top: 24px;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    text-align: center
}

.weapp-page .section-2 .container {
    width: 988px
}

.weapp-page .section-2 .container .reason-wrap {
    margin: 48px 0 44px 32px;
    overflow: hidden
}

.weapp-page .section-2 .container .reason-left {
    float: left;
    width: 240px;
    text-align: right
}

.weapp-page .section-2 .container .reason-center {
    float: left;
    width: 386px;
    margin: 0 28px
}

.weapp-page .section-2 .container .reason-right {
    float: left;
    width: 272px
}

.weapp-page .section-2 .container .reason-item {
    margin-bottom: 60px
}

.weapp-page .section-2 .container .reason-item:last-child {
    margin-bottom: 0
}

.weapp-page .section-2 .container .reason-item dt {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 4px
}

.weapp-page .section-2 .container .reason-item dt span {
    font-weight: 500
}

.weapp-page .section-2 .container .reason-item dd {
    font-size: 16px;
    line-height: 24px;
    color: #646566
}

.weapp-page .section-3 .tab-list {
    margin-top: 64px;
    font-size: 0;
}
.weapp-page .section-3 .swiper {
	box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .08);
	margin-bottom: 48px;
}
.weapp-page .section-3 .tab-item {
    display: inline-block;
    width: 20%;
    height: 72px;
    text-align: center;
    line-height: 72px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
	background: #f0f0f0;
    cursor: pointer;
}

.weapp-page .section-3 .tab-item.active {
    background: #fff;
}

.weapp-page .section-3 .tab-content-list {
    height: 516px;
}

.weapp-page .section-3 .tab-content-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-color: #ffffff;
    padding-top: 90px;
    padding-left: 120px;
    background-size: 602px 420px;
    background-position: 480px 48px;
    height: 100%
}

.weapp-page .section-3 .tab-content-item h3 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 32px
}

.weapp-page .section-3 .tab-content-item p {
    font-size: 20px;
    line-height: 44px;
    color: #646566
}

.weapp-page .section-4 .shop-list {
    margin: 48px 0 24px;
    font-size: 0
}

.weapp-page .section-4 .shop-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc((100% - 96px)/3);
    width: -moz-calc((100% - 96px)/3);
    width: calc((100% - 96px) / 3);
    height: 190px;
    margin-right: 48px;
    margin-bottom: 24px;
    padding: 70px 24px 24px;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    text-align: justify;
    -webkit-box-shadow: 0 8px 30px 0 rgba(0,0,0,.08);
    box-shadow: 0 8px 30px 0 rgba(0,0,0,.08);
    background-repeat: no-repeat;
    background-size: auto 30px;
	background-color: #fff;
    background-position: 24px 24px
}

.weapp-page .section-4 .shop-item:nth-child(3n) {
    margin-right: 0
}

.weapp-page .section-5 .function-list {
    margin: 48px 0 44px;
    font-size: 0
}

.weapp-page .section-5 .function-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc((100% - 64px)/5);
    width: -moz-calc((100% - 64px)/5);
    width: calc((100% - 64px) / 5);
    margin-right: 16px;
    padding: 192px 16px 32px;
    -webkit-box-shadow: 0 8px 30px 0 rgba(0,0,0,.08);
    box-shadow: 0 8px 30px 0 rgba(0,0,0,.08);
    background-repeat: no-repeat;
    background-size: 100% auto
}

.weapp-page .section-5 .function-item:last-child {
    margin-right: 0
}

.weapp-page .section-5 .function-item dt {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 16px;
    color: #333333
}

.weapp-page .section-5 .function-item dd {
    font-size: 16px;
    line-height: 24px;
    color: #969799;
    text-align: justify
}

.weapp-page .section-6 .question-list {
    margin: 48px 0 -16px;
    font-size: 0
}

.weapp-page .section-6 .question-item {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc((100% - 32px)/3);
    width: -moz-calc((100% - 32px)/3);
    width: calc((100% - 32px) / 3);
    height: 80px;
    text-align: center;
    line-height: 80px;
    margin-right: 16px;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 500;
    background-color: #f7f8fa
}

.weapp-page .section-6 .question-item a {
    font-weight: 500;
    display: block;
    color: #333333
}

.weapp-page .section-6 .question-item:nth-child(3n) {
    margin-right: 0
}

.weapp-page .section-7 {
	margin-top: 20px;
    padding-top: 90px;
    height: 240px;
    background-image: url('../image/background1.png');
    background-size: cover;
    overflow: hidden
}

.weapp-page .section-7 .container h2 {
    font-size: 40px;
    line-height: 56px;
    color: #fff;
    font-weight: 500
}

.weapp-page .section-7 .container p {
    margin: 8px 0 40px;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #fff
}

.weapp-page .section-7 .container .clue-button-wrapper .js-free-trial {
    padding: 14px 74px;
    color: #409eff;
    background-color:#fff;
    border: 1px solid #fff;
}
.weapp-page .section-7 .container .clue-button-wrapper .js-free-trial:hover {
   background-color: #f9f9f9; 
   color: #409eff !important;
}

.weapp-page .section-7 .container .clue-button-wrapper .clue-button-extra {
    color: #fff
}

@media only screen and (max-width: 700px) {
    .web-only {
        display:none
    }

    .wap-only {
        display: block!important
    }

    .weapp-page {
        background-color: #fff
    }

    .weapp-page .banner {
        height: 370px
    }

    .weapp-page .banner-inner {
        position: relative;
        width: 100%
    }

    .weapp-page .banner-title {
        text-align: center;
        padding-top: 24px;
        font-size: 26px;
        line-height: 32px
    }

    .weapp-page .banner-sub-title {
        text-align: center;
        padding-top: 12px;
        margin-bottom: 26px;
        font-size: 16px;
        line-height: 22px;
        color: #333333
    }

    .weapp-page .banner-sub-title span {
        display: none
    }

    .weapp-page .banner-note {
        padding: 0 0 20px 64px
    }

    .weapp-page .banner-note li {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding-left: 22px;
        background-size: 16px;
        margin-bottom: 12px
    }

    .weapp-page .banner-image {
        position: absolute;
        width: 160px;
        right: 40px;
        top: 138px
    }

    .weapp-page .banner .clue-button-wrapper {
        text-align: center
    }

    .weapp-page .banner .clue-button-wrapper .clue-button {
        font-size: 16px;
        padding: 10px 46px
    }

    .weapp-page .section {
        padding-top: 40px
    }

    .weapp-page .section .container {
        width: 100%;
        background-color: #fff
    }

    .weapp-page .section .container h2 {
        font-size: 26px;
        line-height: 34px
    }

    .weapp-page .section .container h2 span {
        display: none
    }

    .weapp-page .section-1 .container {
        text-align: center;
        width: 100%
    }

    .weapp-page .section-1 .container .swiper-container {
        margin-bottom: 24px;
        padding-bottom: 24px
    }

    .weapp-page .section-1 .container .swiper-container .swiper-slide {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }

    .weapp-page .section-1 .container .swiper-container .swiper-slide-active {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .weapp-page .section-1 .container .shop-swiper-list {
        height: 398px;
        margin-top: 24px;
        margin-left: -webkit-calc((100vw - 608px)/2);
        margin-left: -moz-calc((100vw - 608px)/2);
        margin-left: calc((100vw - 608px) / 2)
    }

    .weapp-page .section-1 .container .shop-swiper-item {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-size: 100%
    }

    .weapp-page .section-1 .container .shop-swiper-item img {
        width: 100%;
        border-radius: 10px;
        border: 2px solid #fecf69
    }

    .weapp-page .section-1 .container .clue-button {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        width: 184px;
        margin: 0 auto;
        padding: 10px 46px
    }

    .weapp-page .section-2 .container {
        width: 100%
    }

    .weapp-page .section-2 .container .reason-wrap {
        margin: 24px 16px 0
    }

    .weapp-page .section-2 .container .reason-left {
        margin-right: 16px;
        text-align: left
    }

    .weapp-page .section-2 .container .reason-left,.weapp-page .section-2 .container .reason-right {
        width: -webkit-calc((100% - 16px)/2);
        width: -moz-calc((100% - 16px)/2);
        width: calc((100% - 16px) / 2)
    }

    .weapp-page .section-2 .container .reason-item {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 120px;
        border: 1px solid #57bd6b;
        border-radius: 4px;
        margin-bottom: 16px;
        padding: 16px
    }

    .weapp-page .section-2 .container .reason-item dt {
        position: relative;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 8px
    }

    .weapp-page .section-2 .container .reason-item dt span {
        background-image: url("");
        background-repeat: repeat-x;
        background-size: 1px 4px;
        background-position: left 16px
    }

    .weapp-page .section-2 .container .reason-item dd {
        font-size: 12px;
        line-height: 18px
    }

    .weapp-page .section-3 .tab-list {
        margin-top: 24px;
        border: none;
        border-bottom: 1px solid #dcdee0
    }

    .weapp-page .section-3 .tab-item {
        height: 44px;
        line-height: 44px;
        border-right: none;
        font-size: 14px;
        color: #969799
    }

    .weapp-page .section-3 .tab-item.active {
        position: relative;
        color: #57bd6b;
        background-color: transparent
    }

    .weapp-page .section-3 .tab-item.active:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 32px;
        height: 2px;
        background-color: #57bd6b
    }

    .weapp-page .section-3 .tab-content-list {
        height: 308px;
        margin: 24px 0 44px 16px
    }

    .weapp-page .section-3 .tab-content-item {
        background-color: #f7f8fa;
        padding: 0 16px;
        background-size: 230px 160px;
        background-position: 16px 24px;
        height: 100%;
        font-size: 0
    }

    .weapp-page .section-3 .tab-content-item h3 {
        text-align: center;
        font-size: 16px;
        line-height: 22px;
        margin-top: 196px;
        margin-bottom: 12px
    }

    .weapp-page .section-3 .tab-content-item p {
        display: inline-block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: -webkit-calc((100% - 26px)/2);
        width: -moz-calc((100% - 26px)/2);
        width: calc((100% - 26px) / 2);
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 16px;
        padding-left: 24px;
        background-image: url("");
        background-repeat: no-repeat;
        background-size: 16px 16px;
        background-position: 0
    }

    .weapp-page .section-3 .tab-content-item p:nth-child(2n) {
        margin-right: 26px
    }

    .weapp-page .section-4 .shop-list {
        margin: 0;
        padding: 24px 0 40px 24px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: scroll
    }

    .weapp-page .section-4 .shop-list::-webkit-scrollbar {
        display: none
    }

    .weapp-page .section-4 .shop-item {
        width: 260px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: auto;
        margin-right: 16px;
        margin-bottom: 0;
        padding: 70px 16px 24px;
        font-size: 14px;
        line-height: 20px;
        background-position: 16px 24px
    }

    .weapp-page .section-4 .shop-item:nth-child(3n) {
        margin-right: 16px
    }

    .weapp-page .section-5,.weapp-page .section-5 .container {
        background-color: #f7f8fa
    }

    .weapp-page .section-5 .function-list {
        margin: 0;
        padding: 24px 16px;
        font-size: 0
    }

    .weapp-page .section-5 .function-item {
        display: block;
        margin-right: 0;
        background-color: #fff;
        margin-bottom: 16px;
        padding: 16px 138px 16px 16px;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-repeat: no-repeat;
        background-size: auto 105px;
        background-position: 100%
    }

    .weapp-page .section-5 .function-item:last-child {
        margin-right: 0;
        margin-bottom: 0
    }

    .weapp-page .section-5 .function-item dt {
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        margin-bottom: 8px
    }

    .weapp-page .section-5 .function-item dd {
        font-size: 12px;
        line-height: 18px
    }

    .weapp-page .section-6 .question-list {
        margin: 0;
        padding: 24px 16px;
        font-size: 0
    }

    .weapp-page .section-6 .question-item {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: -webkit-calc((100% - 16px)/2);
        width: -moz-calc((100% - 16px)/2);
        width: calc((100% - 16px) / 2);
        height: 76px;
        padding: 16px 18px;
        line-height: 22px;
        margin-right: 16px;
        margin-bottom: 16px;
        font-size: 16px
    }

    .weapp-page .section-6 .question-item:nth-child(3n) {
        margin-right: 16px
    }

    .weapp-page .section-6 .question-item:nth-child(2n) {
        margin-right: 0
    }

    .weapp-page .section-7 {
        margin-top: 40px;
        height: 128px
    }

    .weapp-page .section-7 .container {
        background-color: transparent
    }

    .weapp-page .section-7 .container p {
        margin: 0 0 20px;
        font-size: 20px;
        line-height: 28px;
        font-weight: 500
    }

    .weapp-page .section-7 .container .clue-button-wrapper .clue-button {
        padding: 10px 60px
    }

    .weapp-page .section-7 .container .clue-button-wrapper .clue-button-extra {
        display: none
    }
}
