@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1;
    overflow-x: hidden;
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.header {
    position: absolute;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 61px;
    color: #fff
}

.header .header-content {
    margin: 0 auto;
    width: 1240px
}

@media screen and (max-width:1400px) {
    .header .header-content {
        margin: 0 auto;
        max-width: 1240px
    }
}

.header .logo {
    float: left;
    margin-top: 7px;
    width: 170px;
    height: 50px;
    background-image: url(../images/logo.png?v=1);
}

.header .header-tools {
    float: right;
    height: 61px;
    line-height: 61px
}

.header .header-tools>li {
    float: left;
    margin-right: 36px
}

.header .header-tools>li:first-child {
    margin-right: 20px
}

.header .header-tools>li:last-child {
    margin-right: 0
}

.header .header-tools .hotline{position:absolute;width:200px;line-height: 65px;text-align: right;right: 25px;top: 0px;}
.header .header-tools .hotline img{vertical-align: middle;}
.header .header-tools .hotline span{vertical-align: middle;font-size: 18px;color: #fff;}

.header .drop-down {
    position: relative
}

.header .drop-down .drop-down-content {
    display: none
}

.header .drop-down .drop-down-content {
    position: absolute;
    z-index: 99;
    top: 55px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transform: translate(0, 0)\0;
    -moz-transform: translate(0, 0)\0;
    -ms-transform: translate(0, 0)\0;
    -o-transform: translate(0, 0)\0;
    transform: translate(0, 0)\0;
    margin-left: -86px\0;
    padding: 5px 20px;
    line-height: 1;
    font-size: 16px;
    border: 1px solid #e9eef4;
    background: #fff;
    color: #959ea9;
    white-space: nowrap;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 8px rgba(60, 60, 60, .1);
    -moz-box-shadow: 0 4px 8px rgba(60, 60, 60, .1);
    box-shadow: 0 4px 8px rgba(60, 60, 60, .1);
    text-align: center
}

.header .drop-down .drop-down-content::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
    -moz-transform: translate(-50%, 0) rotate(45deg);
    -ms-transform: translate(-50%, 0) rotate(45deg);
    -o-transform: translate(-50%, 0) rotate(45deg);
    transform: translate(-50%, 0) rotate(45deg);
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: #e9eef4 transparent transparent #e9eef4;
    background: #fff
}

.header .drop-down .drop-down-content>li {
    border-bottom: 1px solid #e9eef4
}

.header .drop-down .drop-down-content>li:last-child {
    border-bottom: none
}

.header .drop-down .drop-down-content>li.active,
.header .drop-down .drop-down-content>li:hover {
    color: #1f75ed
}

.header .drop-down .drop-down-content>li>a {
    display: block;
    padding: 16px 0
}

.header .drop-down.unfold .drop-down-content,
.header .drop-down:hover .drop-down-content {
    display: block
}

.header .main-nav {
    float: left;
    margin: 0 0 0 100px;
    list-style: none;
    font-size: 16px
}

.header .main-nav>li {
    float: left;
    margin-right: 50px;
    height: 61px;
    line-height: 61px;
    position: relative
}

.header .main-nav>li.active {
    color: #fff;
    border-bottom: 4px solid #fff
}

.header .main-nav>li:not(.active):hover {
    color: #1f75ed
}

.header .main-nav>li:not(.active):hover::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    height: 4px;
    background: #1f75ed;
    -webkit-animation: spread-horizontal .25s;
    -moz-animation: spread-horizontal .25s;
    -o-animation: spread-horizontal .25s;
    animation: spread-horizontal .25s
}

.header .main-nav>li a {
    display: block;
    height: 100%
}

.header.header-light {
    color: #fff
}

.header.header-light .logo {
    background-image: url(../images/logo.png?v=1);
    width: 170px;
    height: 50px
}

.header.header-light .header-tools .icon-download {
    background-image: url(../images/spr.png?v=1);
    background-position: -293px -258px;
    width: 20px;
    height: 17px
}

.header.header-light .main-nav>li.active {
    color: #fff;
    border-bottom: 4px solid #fff
}

.header.header-light .main-nav>li:not(.active):hover {
    color: #fff
}

.header.header-light .main-nav>li:not(.active):hover::before {
    background: #fff
}

.main-footer {
    overflow: hidden;
    padding: 20px 0 0px;
    background: #313a54;
}
.main-footer .footer-content{
    width: 1200px;
    margin: 0 12.5%;
    overflow: hidden;
}
.main-footer .footer-content dl{
    float: left;
    margin-left: 20px;
    width: 155px;
}
.main-footer .footer-content dl dt a{
    display: block;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}
.main-footer .footer-content dl dd a{
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.main-footer .footer-content dl:nth-of-type(1){
    margin-left: 0;
    width: 400px;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    border-right: 1px #ccc solid;
}
.main-footer .footer-content dl:nth-of-type(2){
    margin-left: 100px;
}
.main-footer .copyright{
    margin-top: 10px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #202a45;
}
.main-footer .copyright *{
    color: #fff;
}
.main-footer .disclaimer{
    width: 1200px;
    margin: 0 12.5%;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}

body {
    margin: 0;
    min-width: 1260px;
    font-family: 微软雅黑, 宋体, tahoma
}

body.home {
    position: relative
}

div,
li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    color: inherit
}

.wrap {
    width: 1240px;
    margin: 0 auto
}

@media (max-width:1400px) {
    .wrap {
        overflow: hidden
    }
}

.clearfix,
.header,
.header .header-content,
.header .header-tools,
.header .main-nav,
.main-footer .copy-right .links,
.scheme-page .case-section .case-cards {
    zoom: 1
}

.clearfix:after,
.clearfix:before,
.header .header-content:after,
.header .header-content:before,
.header .header-tools:after,
.header .header-tools:before,
.header .main-nav:after,
.header .main-nav:before,
.header:after,
.header:before,
.main-footer .copy-right .links:after,
.main-footer .copy-right .links:before,
.scheme-page .case-section .case-cards:after,
.scheme-page .case-section .case-cards:before {
    display: table;
    line-height: 0;
    content: ""
}

.clearfix:after,
.header .header-content:after,
.header .header-tools:after,
.header .main-nav:after,
.header:after,
.main-footer .copy-right .links:after,
.scheme-page .case-section .case-cards:after {
    clear: both
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-o-keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fade-up-in {
    from {
        opacity: 0;
        -webkit-transform: translate(0, 30px);
        transform: translate(0, 30px)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-moz-keyframes fade-up-in {
    from {
        opacity: 0;
        -moz-transform: translate(0, 30px);
        transform: translate(0, 30px)
    }

    to {
        opacity: 1;
        -moz-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-o-keyframes fade-up-in {
    from {
        opacity: 0;
        -o-transform: translate(0, 30px);
        transform: translate(0, 30px)
    }

    to {
        opacity: 1;
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes fade-up-in {
    from {
        opacity: 0;
        -webkit-transform: translate(0, 30px);
        -moz-transform: translate(0, 30px);
        -o-transform: translate(0, 30px);
        transform: translate(0, 30px)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes spread-horizontal {
    from {
        opacity: 0;
        width: 0
    }

    to {
        opacity: 1;
        width: 100%
    }
}

@-moz-keyframes spread-horizontal {
    from {
        opacity: 0;
        width: 0
    }

    to {
        opacity: 1;
        width: 100%
    }
}

@-o-keyframes spread-horizontal {
    from {
        opacity: 0;
        width: 0
    }

    to {
        opacity: 1;
        width: 100%
    }
}

@keyframes spread-horizontal {
    from {
        opacity: 0;
        width: 0
    }

    to {
        opacity: 1;
        width: 100%
    }
}

@-webkit-keyframes zoom-in {
    from {
        opacity: 0;
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-moz-keyframes zoom-in {
    from {
        opacity: 0;
        -moz-transform: scale(0, 0);
        transform: scale(0, 0)
    }

    to {
        opacity: 1;
        -moz-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-o-keyframes zoom-in {
    from {
        opacity: 0;
        -o-transform: scale(0, 0);
        transform: scale(0, 0)
    }

    to {
        opacity: 1;
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes zoom-in {
    from {
        opacity: 0;
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        transform: scale(0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

.btn {
    display: inline-block;
    line-height: 1;
    background: 0 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.btn-primary {
    background: #1f75ed;
    color: #fff
}

.btn-primary:hover {
    background: #2f69b9
}

.btn-hollow-primary,
.header .header-tools .btn-register {
    padding: 6px 17px;
    border: 1px solid #1f75ed;
    color: #1f75ed
}

.btn-hollow-primary:hover,
.header .header-tools .btn-register:hover {
    color: #fff;
    background: #1f75ed
}

.btn-hollow-white,
.header.header-light .header-tools .btn-register {
    padding: 6px 17px;
    border: 1px solid #fff;
    color: #fff
}

.btn-hollow-white:hover,
.header.header-light .header-tools .btn-register:hover {
    color: #666;
    background: #fff
}

.text-primary {
    color: #1f75ed
}

.icon {
    display: inline-block;
    vertical-align: middle
}

.icon-triangle {
    border: 4px solid transparent;
    border-top-color: inherit
}

.icon-app {
    background-image: url(../images/pc2.png?v=1);
    width: 48px;
    height: 48px
}

.icon-website {
    background-image: url(../images/pc1.png?v=1);
    width: 48px;
    height: 48px
}

.icon-tech {
    background-image: url(../images/pc4.png?v=1);
    width: 48px;
    height: 48px
}
.icon-brand {
    background-image: url(../images/pc5.png?v=1);
    width: 48px;
    height: 48px
}
.icon-wechat {
    background-image: url(../images/pc3.png?v=1);
    width: 48px;
    height: 48px
}

.icon-iot {
    background-image: url(../images/iot.png?v=1);
    width: 48px;
    height: 48px
}

.icon-saas {
    background-image: url(../images/saas.png?v=1);
    width: 48px;
    height: 48px
}

.icon-customize {
    background-image: url(../images/slogan-2.png?v=1);
    width: 48px;
    height: 48px
}


.icon-qrcode-app {
    background-image: url(../images/spr.png?v=1);
    background-position: -105px 0;
    width: 100px;
    height: 100px
}

.icon-qrcode-wechat {
    background-image: url(../images/code.jpg);
    background-position: 0 0;
    width: 118px;
    height: 118px
}

.icon-arrow {
    background-image: url(../images/spr.png?v=1);
    background-position: -293px -232px;
    width: 29px;
    height: 21px
}

.main-content {
    padding-bottom: 90px
}

.home .banner {
    background-image: url(../images/banner-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #131f3e;
}


.home .banner .banner-content {
    position: relative;
    -webkit-animation: fade-up-in 1s;
    -moz-animation: fade-up-in 1s;
    -o-animation: fade-up-in 1s;
    animation: fade-up-in 1s;
    margin: 0 auto;
    padding-top: 317px;
    width: 1240px;
    line-height: 1;
    text-align: center
}

.home .banner .banner-content .sub-title {
    margin: 0;
    text-align: center;
    font-size: 24px;
    color: #3e8fff;
    letter-spacing: 4px
}

.home .banner .banner-content .btn-join {
    margin: 34px auto 0;
    padding: 22px 75px;
    font-size: 24px;
    letter-spacing: 4px;
    color: #fff;
}

.home .section .section-title {
    line-height: 1;
    font-size: 30px;
    text-align: center;
    letter-spacing: 5px;
    color: #0d0e10
}

.home .section .section-sub-title {
    margin-top: 12px;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    color: #848b99
}

.home .section .section-content {
    margin-top: 55px
}

.home .section .section-content .row{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.home .service-section {
    padding: 70px 0 26px;
    background:  linear-gradient(0deg, #ebedff 0%, #ffffff 100%);
}
.home .service-section .zixun-btn{
    display: block;
    border-radius: 28px;
    border: 1px solid #0064FF;
    color: #0064FF;
    background-color: transparent;
    font-size: 14px;
    padding: 8px 20px;
    font-weight: 400;
    cursor: pointer;
    margin: 20px auto;
    width: 60px;
}


.home .solution-section {
    padding: 70px 0 26px;
    background:  linear-gradient(0deg, #ebedff 0%, #ffffff 100%);
}

.solution-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 48px 0;
  }
  .solution-item-pic {
    flex: 1;
  }
  .solution-item-info {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 16px;
  }
  .solution-item-info-index {
    border-radius: 48px;
    /**background-color: #3e7fff;**/
    width: 40px;
    height: 40px;
    margin-right: 24px;
  }
  .solution-item-info-index span {
    color: #cbeaff;
    margin-top: 16px;
    margin-left: 10px;
    font-size: 36px;
    font-weight: bold;
  }
  .solution-item-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .solution-item-content h3 {
    font-size: 28px;
    margin: 0;
    margin-bottom: 8px;
  }
  .solution-item-content-line {
    width: 60px;
    height: 4px;
    background: #3e7fff;
  }
  .solution-item-content p {
    color: #848b99;
    margin-bottom: 48px;
    line-height: 2em;
    padding-top:10px;
  }
  .solution-item-content .btn {
    border-radius: 28px;
    border: 1px solid #0064FF;
    color: #0064FF;
    background-color: transparent;
    font-size: 14px;
    padding: 8px 24px;
    font-weight: 400;
    cursor: pointer;
  }



.home .wp{
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.contact-section {
    min-width: 1200px;
    padding: 45px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
    position: relative;    
	background: url(../images/ggdb.png);
    margin-bottom: -90px;
}
 .contact-section .s{
    position: relative;
    padding: 0 120px;
    z-index: 100;
}


 .contact-section .cover{
    position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    height: 160px;
	z-index: 1;
}

 .contact-section h6 {
	font-size: 30px;
	color: #fff;
	line-height: 40px;
}
 .contact-section p {
	line-height: 50px;
	font-size: 18px;
	color: #fff;
}

 .contact-section .btn {
    position: absolute;
	top: 50%;
	right: 120px;
	display: block;
	width: 145px;
    height: 40px;
	margin-top: -25px;
	border: 1px #fff solid;
	text-align: center;
	border-radius: 20px;
}
.contact-section .btn:hover {
    background-color: #ffffff;
    color: #1B8DF6;
}
 .contact-section .btn a {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
}

.contact-section .btn a:hover {
    color: #1B8DF6;
}


.home .card-area {
    margin: 20px auto 0;
    width: 1200px;
    overflow: hidden
}

.home .card-area .card-item {
    box-shadow: 0 0 5px 2px rgba(48, 151, 230, 0.1);
    overflow: hidden;
    position: relative;
    float: left;
    margin: 10px 0 0 10px;
    padding: 10px 0 0;
    width: 24%;
    height: 260px;
    text-align: center;
    border: 1px solid #e9eef4;
    background: #fff;
    border-radius: 10px;
}

.home .card-area .card-item .icon-container {
    height: 64px;
    line-height: 64px;
    text-align: center
}

.home .card-area .card-item .icon {
    margin: 0 auto
}

.home .card-area .card-item .title {
    margin: 27px 0 0;
    font-size: 20px;
    color: #0d0e10
}

.home .card-area .card-item .note {
    margin-top: 25px;
    font-size: 14px;
    line-height: 25px;
    color: #848b99;
    padding: 5px;
    text-align: left;
}

.home .card-area .card-item .btn-view {
    margin-top: 10px;
    padding: 11px 26px
}

.home .card-area .card-item:hover {
    padding: 10px 0 0;
    border-radius: 4px;
    transition: all 0.2s;
    transform: scale(1.01);
    background: -moz-linear-gradient(#504CFF, #5686FF);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#504CFF, endColorstr=#5686FF);
    background: linear-gradient(#504CFF, #5686FF);
}

.home .card-area .card-item:hover .note,
.home .card-area .card-item:hover .title {
    color: #fff
}

.home .card-area .card-item:hover .title {
    margin: 17px 0 0;
    font-size: 24px
}

.home .capability-section {
    padding-top: 52px;
    height: 520px;
    background: rgb(247, 249, 255);
}

.home .capability-section .section-content {
    position: relative;
    margin: 40px auto 0;    
    height: 496px;
}

.home .capability-section .s {
	padding: 40px 40px 0;
	position: relative;
	z-index: 2;
}
.home .capability-section .data {
    float: left;
    width: 32%;
    background: #fff;
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 12px;
}

.home .capability-section .icon-box {
    display: flex;
    align-items: center;
    line-height: 1em;
    height: 160px;
    padding: 20px;
}

.home .capability-section .box-icon {
    flex: 1;
    display: inline-block;
}
.home .capability-section .box-icon img {
	height: 59px;
}

.home .capability-section .box-content {
	font-size: 18px;
    flex: 3;
}

.home .capability-section .box-content h6 {
    font-size: 1.2em;
    margin-bottom: 10px;
}
.home .capability-section .box-content p {
	font-size: 14px;
	color: #848b99;
	overflow: hidden;
	line-height: 22px;
	letter-spacing: 1px;
    margin-top: 20px;
}

.home .statistic-section {
    height: 883px;
    background: #f9f9f9
}

.home .statistic-section .section-sub-title,
.home .statistic-section .section-title {
    text-align: left
}

.home .statistic-section .section-title {
    margin-top: 310px;
    line-height: 66px
}

.home .statistic-section .note {
    margin-top: 27px;
    line-height: 22px;
    font-size: 16px;
    color: #848b99
}

.home .statistic-section .section-content {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    height: 883px;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: 320px 85px
}

.home .statistic-section.animate .section-content {
    opacity: 1;
    -webkit-animation: fade-up-in 1s;
    -moz-animation: fade-up-in 1s;
    -o-animation: fade-up-in 1s;
    animation: fade-up-in 1s
}

.scheme-page .icon-crown {
    background-image: url(../images/spr-group.png);
    background-position: -91px -171px;
    width: 24px;
    height: 20px
}

.scheme-page .icon-heart-plus {
    background-image: url(../images/spr-group.png);
    background-position: -62px -171px;
    width: 24px;
    height: 22px
}

.scheme-page .icon-circle {
    background-image: url(../images/spr-group.png);
    background-position: 0 -171px;
    width: 28px;
    height: 27px
}

.scheme-page .icon-badge {
    background-image: url(../images/spr-group.png);
    background-position: -29px -203px;
    width: 24px;
    height: 29px
}

.scheme-page .icon-circle-rmb {
    background-image: url(../images/spr-group.png);
    background-position: -33px -171px;
    width: 24px;
    height: 24px
}

.scheme-page .icon-security {
    background-image: url(../images/spr-group.png);
    background-position: 0 -203px;
    width: 24px;
    height: 29px
}

.scheme-page .icon-yhjk {
    background-image: url(../images/spr-case.png);
    background-position: 0 -258px;
    width: 100px;
    height: 100px
}

.scheme-page .icon-yhjk-qrcode {
    background-image: url(../images/spr-case.png);
    background-position: 0 -129px;
    width: 124px;
    height: 124px
}

.scheme-page .icon-zqys {
    background-image: url(../images/spr-case.png);
    background-position: -105px -258px;
    width: 100px;
    height: 100px
}

.scheme-page .icon-zqys-qrcode {
    background-image: url(../images/spr-case.png);
    background-position: -129px -129px;
    width: 124px;
    height: 124px
}

.scheme-page .icon-dlnk {
    background-image: url(../images/spr-case.png);
    background-position: -258px 0;
    width: 100px;
    height: 100px
}

.scheme-page .icon-dlnk-qrcode {
    background-image: url(../images/spr-case.png);
    background-position: 0 0;
    width: 124px;
    height: 124px
}

.scheme-page .icon-fxz {
    background-image: url(../images/spr-case.png);
    background-position: -258px -105px;
    width: 100px;
    height: 100px
}

.scheme-page .icon-fxz-qrcode {
    background-image: url(../images/spr-case.png);
    background-position: -129px 0;
    width: 124px;
    height: 124px
}

.scheme-page .icon-wechat {
    background-image: url(../images/spr-group.png);
    background-position: -95px 0;
    width: 85px;
    height: 73px
}

.scheme-page .icon-website {
    background-image: url(../images/spr-group.png);
    background-position: 0 -82px;
    width: 77px;
    height: 84px
}

.scheme-page .icon-page {
    background-image: url(../images/spr-group.png);
    background-position: -185px -71px;
    width: 60px;
    height: 74px
}

.scheme-page .icon-smart {
    background-image: url(../images/spr-group.png);
    background-position: 0 0;
    width: 90px;
    height: 77px
}

.scheme-page .icon-msg {
    background-image: url(../images/spr-group.png);
    background-position: -185px 0;
    width: 70px;
    height: 66px
}

.scheme-page .icon-flower {
    background-image: url(../images/spr-group.png);
    background-position: -95px -78px;
    width: 76px;
    height: 76px
}

.scheme-page .banner-content {
    position: relative;
    padding-top: 186px;
    height: 511px;
    -webkit-animation: fade-up-in 1s;
    -moz-animation: fade-up-in 1s;
    -o-animation: fade-up-in 1s;
    animation: fade-up-in 1s
}

.scheme-page .banner-content .title {
    letter-spacing: 6px;
    font-size: 45px;
    color: #fff;
    padding-left: 20px;
}

.scheme-page .banner-content .sub-title {
    margin-top: 23px;
    text-indent: 3px;
    letter-spacing: 2px;
    font-size: 24px;
    color: #fff;
    padding-left: 20px;
}

.scheme-page .banner-content .desc {
    margin-top: 18px;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    padding-left: 20px;
}

.scheme-page .banner-content .btn-join {
    margin-top: 20px;
    padding: 8px 24px 8px;
    font-size: 16px;
    margin-left: 20px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 24px;
}

.scheme-page .banner-content .banner-play {
    position: absolute
}

.scheme-page .question-section {
    height: 166px
}

.scheme-page .question-cards {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    margin-top: 55px;
}

.scheme-page .question-cards .question-card {
    float: left;
    width: 24%;
    padding: 10px 15px 10px 15px;
    background: #5686FF;
    line-height: 28px;
    font-size: 14px;
    margin-left: 2px;
}

.scheme-page .question-cards .question-card:first-child {
    background: #5686FF
}

.scheme-page .question-cards .question-card:last-child {
    background: #5686FF
}

.scheme-page .question-cards .question-card .title {
    font-size: 24px
}

.scheme-page .question-cards .question-card .card-content {
    margin-top: 23px
}

.scheme-page .section {
    padding-top: 70px
}

.scheme-page .section .section-title {
    line-height: 1;
    font-size: 30px;
    text-align: center;
    letter-spacing: 5px;
    color: #0d0e10;
}


.scheme-page .section .section-title .section-title-side {
    position: absolute;
    right: 0;
    line-height: 40px;
    font-size: 16px;
    color: #1f75ed
}

.scheme-page .section .section-sub-title {
    margin-top: 12px;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    color: #848b99
}

.scheme-page .overview-section {
    margin-top: 132px;
    padding: 85px 0 52px;
    background-position: center
}

.scheme-page .overview-section .overview-cards {
    overflow: hidden;
    margin-top: 57px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.scheme-page .overview-section .overview-cards .card-item {
    float: left;
    width: 50%;
    height: 273px;
    padding: 53px 0 0 91px;
    border-bottom: 1px solid #eaeaea
}

.scheme-page .overview-section .overview-cards .card-item:nth-child(even) {
    border-left: 1px solid #eaeaea
}

.scheme-page .overview-section .overview-cards .card-item .title {
    position: relative;
    font-size: 22px;
    color: #1f75ed
}

.scheme-page .overview-section .overview-cards .card-item .title .icon {
    position: absolute;
    left: -40px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.scheme-page .overview-section .overview-cards .card-item .desc {
    margin-top: 22px;
    line-height: 32px;
    font-size: 16px;
    color: #5c7087
}

.scheme-page .case-section {
    height: 636px;
    background: #f9f9f9
}

.scheme-page .case-section .case-cards {
    margin-top: 57px;
    height: 297px
}

.scheme-page .case-section .case-cards .card-item {
    position: relative;
    float: left;
    top: 0;
    margin-left: 36px;
    padding: 36px 20px 0;
    width: 283px;
    height: 297px;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.scheme-page .case-section .case-cards .card-item:first-child {
    margin-left: 0
}

.scheme-page .case-section .case-cards .card-item .title {
    font-size: 20px;
    color: #17191d
}

.scheme-page .case-section .case-cards .card-item .sep {
    height: 1px;
    width: 63px;
    background: #c9c9c9
}

.scheme-page .case-section .case-cards .card-item .desc {
    overflow: hidden;
    height: 52px;
    line-height: 26px;
    font-size: 16px;
    color: #5c7087
}

.scheme-page .case-section .case-cards .card-item .normal-content .title {
    margin-top: 15px
}

.scheme-page .case-section .case-cards .card-item .normal-content .sep {
    margin: 27px auto 28px
}

.scheme-page .case-section .case-cards .card-item .active-content {
    display: none
}

.scheme-page .case-section .case-cards .card-item .active-content .sep {
    margin: 25px auto 42px
}

.scheme-page .case-section .case-cards .card-item:hover {
    top: -14px;
    -webkit-box-shadow: 0 3px 3px #f2f2f2;
    -moz-box-shadow: 0 3px 3px #f2f2f2;
    box-shadow: 0 3px 3px #f2f2f2
}

.scheme-page .case-section .case-cards .card-item:hover .normal-content {
    display: none
}

.scheme-page .case-section .case-cards .card-item:hover .active-content {
    display: block;
    -webkit-animation: fade-in .5s;
    -moz-animation: fade-in .5s;
    -o-animation: fade-in .5s;
    animation: fade-in .5s
}

.scheme-page .access-section {
    min-height: 336px
}

.scheme-page .access-section .access-steps {
    overflow: hidden;
    margin: 30px 0 0 0
}
.scheme-page .access-section .access-steps ul.lc{ margin: 20px 0; position: relative;}
.scheme-page .access-section .access-steps ul.lc:before{ content: ""; display:block; position: absolute; top:52px; left:10%; right:10%; border-bottom: 2px solid #5686FF;}
.scheme-page .access-section .access-steps ul.lc li{ float: left; width: 20%; padding:30px 0; cursor:default; border-radius:10px;}
.scheme-page .access-section .access-steps ul.lc span{ display: block; width: 46px; height: 46px; text-align:center; line-height: 46px; color: #5686FF; box-shadow: 0 0 0 2px #5686FF; background: #fff; border-radius: 50%; margin: 0 auto; position: relative; z-index: 1; font-size: 22px;}
.scheme-page .access-section .access-steps ul.lc h3{ margin: 15px 0; text-align: center;}
.scheme-page .access-section .access-steps ul.lc p{ font-size: 14px; opacity: 0.7; padding: 0 15px; text-align: center;line-height: 20px;}
.scheme-page .access-section .access-steps ul.lc li:hover span{ background: #5686FF; color: #fff; transform: scale(1.3);}
.scheme-page .access-section .access-steps ul.lc li:hover h3{ color: #5686FF;}
.scheme-page .access-section .access-steps ul.lc li:hover p{ opacity: 1;}
.scheme-page .access-section .access-steps ol a{ line-height:36px;}


.clearfix:before, .clearfix:after {
    content: "";
    display: table;
  }
  
  .clearfix:after {
    clear: both;
  }
  
  .clearfix {
    zoom: 1;
  }

.scheme-page.data-scheme .banner-play {
    right: 10px;
    top: 84px
}

.scheme-page.data-scheme .timeline .timeline-points {
    margin-left: 40px
}

.scheme-page.data-scheme .timeline .timeline-points li.point-1 {
    margin-left: 0
}

.scheme-page.data-scheme .timeline .timeline-points li.point-2 {
    margin-left: 212px
}

.scheme-page.data-scheme .timeline .timeline-points li.point-3 {
    margin-left: 217px
}

.scheme-page.data-scheme .timeline .timeline-points li.point-4 {
    margin-left: 217px
}

.scheme-page.data-scheme .timeline .timeline-points li.point-5 {
    margin-left: 226px
}

.scheme-page.data-scheme .timeline .line {
    margin-left: 72px;
    width: 1099px
}

.scheme-page.data-scheme .access-steps .access-step {
    margin-left: 139px
}

.scheme-page.data-scheme .access-steps .access-step.access-step-1 {
    margin-left: 0
}

.scheme-page.data-scheme .access-steps .access-step.access-step-5 {
    float: right
}

.scheme-page.data-scheme .access-steps .icon-container {
    height: 86px;
    line-height: 86px
}

.scheme-page.data-scheme .access-steps .icon-container .icon {
    vertical-align: middle
}

.faq-page {
    background: #f5f5f5
}

.faq-page .header {
    height: 70px;
    background: #fff
}

.faq-page .faq-container {
    overflow: hidden;
    margin-top: 90px;
    min-height: 571px
}

.faq-page .content,
.faq-page .side-menu {
    min-height: 690px;
    background: #fff;
    color: #333
}

.faq-page .content .title,
.faq-page .side-menu .title {
    font-size: 22px;
    color: #333
}

.faq-page .side-menu {
    float: left;
    width: 260px;
    padding: 32px 0 0
}

.faq-page .side-menu .title {
    padding: 0 0 27px 28px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 27px
}

.faq-page .side-menu .sub-title {
    margin: 17px 0;
    padding: 0 0 0 28px;
    font-size: 16px;
    color: #000
}

.faq-page .side-menu .questions {
    padding: 0;
    font-size: 14px;
    line-height: 20px
}

.faq-page .side-menu .questions>li {
    position: relative;
    margin: 17px 0;
    text-indent: 32px
}

.faq-page .side-menu .questions>li.active,
.faq-page .side-menu .questions>li:hover {
    color: #1f75ed
}

.faq-page .side-menu .questions>li.active::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 5px;
    background: #1f75ed
}

.faq-page .side-menu .questions>li>a {
    display: block;
    padding: 0 28px
}

.faq-page .content {
    float: right;
    width: 961px;
    padding: 32px 39px
}

.faq-page .content .title {
    -webkit-animation: fade-in 1s;
    -moz-animation: fade-in 1s;
    -o-animation: fade-in 1s;
    animation: fade-in 1s
}

.faq-page .content .answer {
    margin-top: 28px;
    line-height: 2;
    font-size: 14px;
    color: #666;
    -webkit-animation: fade-in 1s;
    -moz-animation: fade-in 1s;
    -o-animation: fade-in 1s;
    animation: fade-in 1s
}

.faq-page .content .answer .sub-title {
    font-size: 16px;
    color: #333
}

.faq-page .content .answer>p {
    margin: 10px 0
}

.faq-page .content .answer a {
    display: inline-block;
    text-decoration: underline;
    color: #1f75ed
}


.swiper-container {
	height: 520px;
	overflow: visible;
}

.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	margin-bottom: 85px;
	width: 100%;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 32px;
	height: 20px;
	font-size: 0;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	transition: width .8s;
}

.swiper-pagination-switch:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 4px;
	border-radius: 2px;
	background: rgba(102, 102, 102, .5);
	vertical-align: middle;
	transition: width .8s, background-color .8s;
	box-shadow: 0 3px 6px 0 rgba(33, 39, 81, 0.20);
}

.swiper-active-switch:before {
	background: #fa6f66;
	box-shadow: 0 3px 6px 0 rgba(250, 111, 102, .5);
}

.swiper-slide {
	position: relative;
	opacity: 0;
	transition: opacity 0.7s ease-in-out;
	overflow: hidden;
}

.swiper-slide-active {
	opacity: 1;
}

.swiper-slide .img {
	position: absolute;
}

.swiper-pagination-bullet{width:40px;height:5px;border-radius:0;bottom: 90px;}
.swiper-pagination-bullet-active{width:40px;background:#fff;bottom: 90px;}

.inner {
	position: relative;
	display: block;
	width: 1180px;
	height: 500px;
	margin: 0 auto;
}

.scheme-page-inner{
	display: block;
	width: 1180px;
	height: 500px;
	margin: 0 auto;
}
.banner-text {
	position: absolute;
	left: 0;
	bottom: 150px;
	z-index: 999;
}

.banner-text h3 {
	margin-bottom: 10px;
	font-size: 24px;
	color: #fff;
	line-height: 36px;
}

.banner-text em {
	font-style: normal;
	color: #fff;
}

.banner-text h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 48px;
	color: #fff;
	line-height: 60px;
}

.banner-text p {
	margin-top: 10px;
	font-size: 18px;
	color: #fff;
	line-height: 22px;
}

.banner-text .btn-primary {
	margin-top: 30px;
    border: 2px solid #fff;
	color: #fff;
	display: inline-block;
    background-color: transparent;
    border-radius: 26px;
    font-size: 14px;
    padding: 8px 24px;
    font-weight: 400;
}


/*波浪遮罩*/
.cover{
	background: url(../images/banner-cover.png) no-repeat center center;
	position: absolute;
    z-index: 9;
    bottom: 0;
    left: -1280px;
    right: -1280px;
    width: 2560px;
    height: 60px;
    margin: 0 auto;
}
/*底下四个导航*/
.home-banner-bar {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: 0;
	margin-bottom: -38px;
}

.home-banner-bar-box {
	max-width: 1210px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
    background: rgba(255, 255, 255, 1);
	border-radius: 10px;
	box-shadow: 0 5px 10px 0 rgba(48, 151, 230, 0.1);
}

.home-banner-bar-box-wrapper {
	width: 100%;
}

.home-banner-bar-box-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.home-banner-bar-box-item {
	position: relative;
	float: left;
	width: 25%;
	height: 110px;
	background: rgba(255, 255, 255, 1);
	padding: 20px 0;
    
}

.home-banner-bar-box-item .m {
	float: left;
    width: 50px;
    padding: 11px 2px;
    margin-right: 12px;
}
.home-banner-bar-box-item .m img {
    vertical-align: middle;
}
.home-banner-bar-box-item .title-sub {
    line-height: 36px;
    font-size: 18px;
    font-weight: bold;
    color: #3e3e3e;
}
.home-banner-bar-box-item .des {
    font-size: 14px;
    color: #848b99;
    line-height: 22px;
    overflow: hidden;
}

/*客服*/
.footer-side {
	position: fixed;
	top: 50%;
	margin-top: -120px;
	right: 0;
	width: 55px;
	z-index: 9999;
}
.footer-side li {
	width: 55px;
	height: 55px;
	line-height: 55px;
	float: right;
	position: relative;
	margin: 1px 0;
	background: #5686FF;
	transition: .3s;
	cursor: pointer;
	border-radius: 3px;
	zoom: 1;
	transition: 0.5s;
}
.footer-side li:hover {
	background: #5686FF;
}
.footer-side li em {
	float: left;
	display: block;
	width: 55px;
	height: 55px;
	overflow: hidden;
}
.footer-side li a {
	display: block;
	height: 55px;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
}
.footer-side .wx .code {
	display: none;
	right: 47px;
	position: absolute;
	top: -135px;
	width: 150px;
	padding: 5px;
	border: 1px #ddd solid;
	background: #fff;
}
.footer-side .wx .code img {
	width: 100%;
}
.footer-side .wx .code p {
	line-height: 20px;
	text-align: center;
	font-size: 14px;
}
.footer-side .qq em {
	background: url(../images/side-qq.png) no-repeat center;
}
.footer-side .qq a {
	font-size: 16px;
}
.footer-side .wx em {
	background: url(../images/side-weixin.png) no-repeat center;
}
.footer-side .tel em {
	background: url(../images/side-tel.png) no-repeat center;
}
.footer-side .tel a {
	font-size: 16px;
}
.footer-side .top em {
	background: url(../images/side-top.png) no-repeat center;
}
.w-full {
    width: 100%;
}

.bg-blue-right {
    background:linear-gradient(0deg, #ebedff 0%, #ffffff 100%);
}

/** 案例-case **/
.home .case-section {
    padding: 70px 0 26px;
}
.homepage-case{ padding-top: 62px; height: 746px; background: url("../images/v2/case-bg-1.jpg") no-repeat center top;overflow: hidden; width: 1200px;margin: 0 auto;}
.homepage-case .list,
.homepage-case .nav-left{ height: 540px;  }
.homepage-case .list{ background: #fff;border-radius: 10px;overflow: hidden; }
.homepage-case .nav-left{ float: left; width: 225px;background: #3a77f2;padding-top: 56px; }
.homepage-case .nav-left ul li{ position: relative; font-size: 15px; height: 59px;line-height: 59px;color: #fff;text-indent: 20px;cursor: pointer;z-index: 6; }
.homepage-case .nav-left ul li:after{ position: absolute;bottom: 0;left: 20px; display: block;width: 145px;height: 1px;background: #62a3ff;content: ""; z-index: 2; }
.homepage-case .nav-left ul li span{ opacity: 0; position: absolute;top: 17px;right: 20px; display: block;width: 23px;height: 23px;
    background: url("../images/case-icon-lr.png") no-repeat;z-index: 68; }
.homepage-case .nav-left a{ display: block;width: 120px;height: 30px;line-height: 30px; text-align: center; background: #fff;
    border-radius: 65px;color: #428af1;margin: 60px 0 0 20px; }
.homepage-case .nav-left ul li.active{ background:#6397ff; }
.homepage-case .nav-left ul li.active span{ opacity: 1; }
.homepage-case .slide-right{ float: right; width: calc(100% - 225px); }

/** 产品介绍-case **/
.scheme-page .overview-section .overview-product {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.product-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 48px 0;
    margin: 40px 0;
  }
  .product-item-pic {
    /**flex: 1;**/
    width: 55%;
  }
  .product-item-info {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 16px;
  }
  .product-item-info-index {
    font-size: 64px;
    color: #f7f7f7;
    position: absolute;
    margin-top: -44px;
    margin-left: -20px;
  }
  .product-item-info-index span {
    font-size: 64px;
  }
  .product-item-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .product-item-content h3 {
    font-size: 28px;
    margin: 0;
    margin-bottom: 8px;
    position: relative;
  }
  .product-item-content-line {
    width: 60px;
    height: 4px;
    background: #3e7fff;
  }
  .product-item-content p {
    color: #848b99;
    margin-bottom: 48px;
    line-height: 2em;
    padding-top:10px;
  }
  .product-item-content button {
    border-radius: 48px;
    border: none;
    color: #ffffff;
    background: #3e7fff;
    font-size: 20px;
    padding: 8px 24px;
    font-weight: 600;
  }

  .product-item-right {
    margin-left: 80px;
  }

  /** 服务流程-case **/
.scheme-page .process-section {
	min-width: 1200px;
	padding: 30px 0;
}
.scheme-page .process-section ul {
	padding: 40px 40px 0;
}
.scheme-page .process-section .process-wrapper {
    width: 1300px;
    min-width: 1300px;
    margin: 0 auto;
}

.scheme-page .process-section .process-wrapper ul {
    height: 360px;
    margin: 0 -5px;
}

.scheme-page .process-section .process-wrapper ul li {
    cursor: pointer;
    width: 150px;
    float: left;
    text-align: center;
    border-right: 1px #ddd dotted;
    font-weight: 500
}

.scheme-page .process-section .process-wrapper ul li p {
    font-size: 18px;
    line-height: 40px;
    color: #333;
    margin-bottom: 8px;
    font-weight: 500
}

.scheme-page .process-section .process-wrapper ul li h5 {
    font-size: 15px;
    line-height: 36px;
    color: #666;
    font-weight: 500
}

.scheme-page .process-section .process-wrapper ul li:nth-last-child(1) {
    border-right: none;
}

.scheme-page .process-section .process-wrapper .wrapper_ul3 li {
    border-bottom: none;
}

.scheme-page .process-section .process-wrapper li:hover img {
    animation: flipInY 1s;
}


.scheme-page .about-section {
	min-width: 1200px;
	padding: 30px 0;
}

.scheme-page .about-section .about-wrapper {
    width: 1300px;
    min-width: 1300px;
    margin: 0 auto;
    display: flex;
    padding-top: 30px;
}

.scheme-page .about-section .about-wrapper .about-pic{
    width: 50%;
    float: left;
}

.scheme-page .about-section .about-wrapper .about-desc{
    width: 50%;
   float: left;
}
.scheme-page .about-section .about-wrapper .about-desc p {
    line-height: 28px;
    color: #777777;
}

.scheme-page .about-section .about-wrapper .about-desc ul{
	float:left;
	width:100%;
}
.scheme-page .about-section .about-wrapper .about-desc li{
	width:100%;
	position:relative;
	padding:6px 0 6px 30px;
	color:#777777;
    font-size: 15px;
}
.scheme-page .about-section .about-wrapper .about-desc ul li img{
	position:absolute;
	top:6px;
	left:0px;
	width:auto;
	height:auto;	
}


.scheme-page .banner-bg {
    width: 100%;
    background-image: url(../images/banner004.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #131f3e;
}

.scheme-page .banner-bg-about {
    width: 100%;
    background-image: url(../images/banner-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #131f3e;
}

.banner-title {
    letter-spacing: 6px;
    font-size: 45px;
    color: #fff;
    text-align: center;
}

.banner-sub-title{
    margin-top: 23px;
    text-indent: 3px;
    letter-spacing: 2px;
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.white-color{
    color: #fff;;
}

video::-webkit-media-controls-enclosure{
    display: none;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
  }
  
  /*定义滚动条轨道 内阴影+圆角*/
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }
  
  /*定义滑块 内阴影+圆角*/
  ::-webkit-scrollbar-thumb{
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #ccc;
  }