body,html,div,h1,h2,h3,h4,h5,h6,p,span,a,img,button,input,textarea,ul,li,i,button {
	border: 0;
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover,a:active {
	color: #000;
}
img {
	display: block;
}

.flex {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex;
}

@font-face {
	font-family: 'PingFang Regular';
	src:url('../fonts/pingfang regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	/*font-family: "微软雅黑";*/
	/*font-family: 'PingFangSC-Regular, sans-serif';*/
	font-family: 'PingFang SC','微软雅黑','Helvetica Neue',Helvetica,STHeitiSC-Light,WOL_SB,'Segoe UI Semibold','Segoe UI',Tahoma,Helvetica,sans-serif;
}
button {
	outline: none;
}
.rel {
	position: relative;
}
.abs {
	position: absolute;
}
.fix {
	position: fixed;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.align {
	text-align: center;
}
.top-banner .swiper-pagination-bullet {
	background: #fe9c7e;
	width: 12px;
	height: 4px;
	border-radius: 2px;
	margin: 0 8px;
	opacity: 1;
}
.top-banner .swiper-pagination-bullet-active {
	width: 18px;
	/*background: #fff;*/
}
/*公用title*/
.title {
	padding: 80px 0 50px 0;
	text-align: center;
}
.title h3 {
	font-size: 26px;
	color: #3b426b;
	padding-bottom: 20px;
	font-weight: 500;
}
.title p {
	font-size: 18px;
	color: #5d6494;
}
.title div {
	margin: 30px auto;
	background: linear-gradient(120deg,#2f6df7,#3bdae8);
	font-size: 16px;
	color: #fff;
	width: 126px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	cursor: pointer;
	border-radius: 23px;
	transition: all .2s;
}
.title div:hover {
	box-shadow: 0 10px 14px 0 rgba(23,57,126,.15), 0 4px 8px 0 rgba(30,62,124,.15);
	margin-top: 28px;
	margin-bottom: 32px;
}
.none {
	display: none!important;
}
/*头部脚部*/
.header li {
	color: #3b426b;
	padding: 0 22px;
	line-height: 32px;
	font-size: 14px;
}
.header .top-li {
	line-height: 80px;
	color: #3b426b;
}
.header .top-li.active {
	color: #9E01FE;
}
.marginauto {
	margin: 0 auto;
	width: 1200px;
}
.head-menu {
	position: relative;
}
.header {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 80px;
	align-items: center;
}
.header li:hover {
	color: #9E01FE;
}
.header li:hover .top-li {
	color: #9E01FE;
}
.header li:hover .submenu {
	display: flex;
	flex-wrap: wrap;
}
.header li .submenu {
	position: absolute;
	top: 80px;
	left: 0;
	width: 600px;
	background: #fff;
	font-size: 12px;
	padding: 34px 20px 14px 20px;
	z-index: 99;
	border-radius: 4px;
	box-shadow: 0 0 24px rgba(0,0,0,0.1);
	display: none;
}
.header li .submenu li {
	width: 200px;
	box-sizing: border-box;
	padding: 0 0 20px 0;
}
.header li .submenu .head-subtit {
	color: #7d88a2;
	font-size: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 180px;
}
.header li .submenu .head-tit {
	font-size: 14px;
	color: #3b426b;
	padding-bottom: 20px;
	position: relative;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 180px;
}
.header li .submenu .head-tit:after {
	content: '';
	position: absolute;
	bottom: 16px;
	left: 0;
	width: 36px;
	height: 2px;
	background: #9E01FE;
}
.loginBtn {
	align-items: center;
}
.loginBtn div {
	width: 76px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 4px;
	font-size: 14px;
	box-sizing: border-box;
	margin-left: 12px;
}
.login {
	background: #9E01FE;
	color: #fff;
}
.login:hover {
	background: #f0501f;
}
.register {
	color: #9E01FE;
	border: 1px solid #9E01FE;
}
.register:hover {
	background: #9E01FE;
	color: #fff;
}
.es-demo {
    width: 100%;
    height: 13vw;
    background: url(../images/es-demo.png) no-repeat;
    background-size: 100%;
    position: relative;
}
.es-demo-linked {
    position: absolute;
    left: 41%;
    top: 65%;
    width: 8%;
    height: 22%;
    cursor: pointer;
    opacity: 0;
}
.es-demo-experience {
    position: absolute;
    left: 50%;
    top: 65%;
    width: 9%;
    height: 22%;
    cursor: pointer;
    opacity: 0;
}
/*footer*/
.footer {
	background: #1c1c25;
	width: 100%;
}
.footer .marginauto {
	padding: 87px 78px 30px 40px;
	color: #fff;
	font-size: 14px;
    width: auto !important;
    display: flex;
    justify-content: center;
}
.footer .footer-tit {
	padding: 24px 0;
    font-weight: 500;
    font-size: 18px;
}
.footer a p {
	color: rgba(255, 255, 255, 0.6);
    line-height: 33px;
}
.footer-item {
	padding-right: 83px;
}
.footer-img img {
	width: 130px;
	height: 130px;
}
.footer-img {
	margin-left: 52px;
}
.fotter-logo-img {
    margin-right: 104px;
}
.fotter-logo-img > img {
    width: 240px;
    height: auto;
}
.footer-img-eweishop {
    margin-top: 49px;
}
.footer-img-eweishop img {
    border-radius: 10px;
    width: 100px;
    height: 100px;
    margin-bottom: 14px;
}
.footer-img-eweishop div {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}
.footer-image {
    width: 238px;
    display: flex;
    justify-content: space-between;
}
.footer-us-know-mobile {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 22px;
    line-height: 40px;
}
.footer-us-know-time {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
}

.footer-us-know-receive{ 
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
}
#fotter-wxworkerImg {
    width: 80.9px;
    height: 80.88px;
    border: 8px solid #fff;
    border-radius: 6px;
    margin: 13px 0 16px;
}
.fotter-wxworkerImg1 {
    width: 80.9px;
    height: 80.88px;
    border: 8px solid #fff;
    border-radius: 6px;
    margin: 13px 0 16px;
}
#chat {
	position: fixed;
	right: 10px;
	top: 60%;
	padding-left: 60px;
	z-index: 160;
    cursor: pointer;
}
/*#chat>img{
	display: none;
}*/
.chat-one {
	position: fixed;
	right: 10px;
	top: 50%;
	width: 200px;
	height: 464px;
	background: #fff;
	text-align: center;
	display: block;
	flex-direction: column;
	box-shadow: 0 0 24px rgba(218,217,231,.6);
	z-index: 160;
}
.chat-one .icon-close {
    position: absolute;
    font-size: 36px;
    color: #3b426b;
    right: -10px;
    top: -10px;
    cursor: pointer;
    z-index: 1;
}

.chat-one p,.chat-one a p {
	font-size: 14px;
	color: #3b426b;
}
.chat-one .bor-b {
	position: relative;
}
.chat-one .bor-b:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 16px;
	right: 16px;
	height: 1px;
	background: #f7f7f7;
	display: block;
}
.chat-one .chat-tit {
	line-height: 66px;
	font-size: 16px;
	color: #3b426b;
}
.chat-name {
	line-height: 54px;
}
.chat-one img {
	padding-bottom: 14px;
	width: 126px;
	height: 126px;
	margin: 0 auto;
}
.chat-one .chat-tel {
	padding: 20px 0 10px 0;
}
.chat-one .chat-mobile {
	color: #9E01FE;
	font-weight: 500;
	flex: 1;
	font-size: 16px;
}
.backtop {
	line-height: 56px;
}
.chat-name .iconfont {
	color: #9E01FE;
	vertical-align: middle;
}

.top-banner {
	/*background-color: #fd6b3e;*/
	color: #fff;
	width: 100%;
	height: 480px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.top-banner .swiper-container {
	height: 100%;
}
.bannerItem {
	align-items: center;
	height: 480px !important;
}
.bannerItem img {
	margin-left: 100px;
}
.top-banner .swiper-wrapper {
	margin-left: 40px;
}
.bannerItem h2 {
	font-size: 30px;
	margin: 50px 20px 28px 0;
	font-weight: 500;
}
.bannerItem p {
	font-size: 18px;
	width: 500px;
	line-height: 36px;
	margin-bottom: 30px;
}
.copyright {
    font-size: 12px;
    color: #5f5f5f!important;
    text-align: center;
    line-height: 80px;
    border-top: 1px solid #252525;
    padding: 0!important;
}
.copyright a{
    color: #5f5f5f!important;
}

.video-de {
	justify-content: center;
	text-align: center;
}
.video-de p {
	padding-top: 20px;
	color: #7D88A2;
	font-size: 14px;
}
.video-de video {
	width: 326px;
	margin: 0 40px;
	height: 580px;
	border-radius: 6px;
	box-shadow: 2px 0px 20px #eee;
}

/** 分页 Pager **/
.es-pager {
	position: relative;
	display: inline-block;
	margin: 0;
	margin-top: 10px;
	padding: 0; }
.es-pager li {
	float: left;
	margin-left: 6px;
	font-size: 12px;
	color: #7D88A2;
	list-style: none;
	line-height: 30px;
	height: 30px;
	border-radius: 4px;
	width: 30px;
	text-align: center;
	border: 1px solid #ccc;
}
.es-pager li a {
	display: inline-block;
	color: #7D88A2;
	text-decoration: none;
	width: 100%; }
.es-pager li a span {
	font-size: 14px;
	vertical-align: middle; }
.es-pager li:hover:not(.splitter):not(.active):not(.record-info):not(.page-info) {
	background: #9E01FE;
	border: 1px solid #9E01FE;
}
.es-pager li:hover:not(.splitter):not(.active):not(.record-info):not(.page-info) a {
	color: #fff; }
.es-pager li:active:not(.page-info):not(.record-info), .es-pager li.active {
	background: #9E01FE;
	border: 1px solid #9E01FE;
}
.es-pager li:active:not(.page-info):not(.record-info) a, .es-pager li.active a {
	color: #7D88A2; }
.es-pager li.active a {
	color: #fff; }
.es-pager.round li:first-child {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px; }
.es-pager.round li:last-child {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px; }
.es-pager .splitter, .es-pager .record-info, .es-pager .page-info {
	padding: 0 8px;
	line-height: 30px;
	border: none;
	width: auto; }
.es-pager .pager-info {
	height: 30px;
	line-height: 30px; }
.es-pager select, .es-pager input {
	outline: none; }
.es-pager .currentpage {
	width: 30px;
	height: 30px;
	margin: 1px;
	margin-left: 8px;
	padding: 0 5px;
	text-align: center;
	border: 1px solid #f2f2f2;
	border-radius: 4px;
	color: #7D88A2;
}
.es-pager .pagecount {
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 5px; }
.es-pager .pagesize {
	border: none; }
.es-pager.success li:active:not(.page-info):not(.record-info), .es-pager.success li.active {
	background-color: #54c952; }
.es-pager.warning li:active:not(.page-info):not(.record-info), .es-pager.warning li.active {
	background-color: #ff6e1e; }
.es-pager.danger li:active:not(.page-info):not(.record-info), .es-pager.danger li.active {
	background-color: #fc5768; }
.float-wrapper{
    position: fixed;
    right: 10px;
    top: 72%;
    /* padding-left: 60px; */
    z-index: 160;
    cursor: pointer;
}
.modal-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999;
}
.modal-mask .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    border-radius: 10px;
}
.modal-mask .modal-content .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 34px;
    color: #b7b7b7;
    z-index: 1;
    cursor: pointer;
}

.customer-service-content {
    width: 370px;
    padding: 40px 49px 52px;
    box-sizing: border-box;
}
.customer-service-content .modal-header {
    font-size: 22px;
    color: #f4353d;
    font-weight: 600;
    text-align: center;
    line-height: 22px;
    margin-bottom: 26px;
}
.customer-service-content .modal-body {
    text-align: center;
    font-size: 16px;
    color: #3d404d;
}
.customer-service-content .modal-body .customer-service-info1 {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    height: 54px;
    line-height: 54px;
    text-decoration: none;
    color: #3d404d;
    display: block;
}
.customer-service-content .modal-body .customer-service-info2 {
    height: 58px;
    line-height: 58px;
}
.customer-service-content .modal-body .qr-code {
    height: 128px;
    width: 128px;
    display: block;
    margin: 0 auto 20px;
}
.customer-service-content .modal-body .customer-service-info3 {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    height: 68px;
    line-height: 68px;
}
.customer-service-content .modal-body .tel {
    font-weight: 600;
    font-size: 22px;
    color: #f4353d;
    margin-left: 20px;
}
.customer-service-content .modal-body svg {
    margin-right: 5px;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}


.header {
        transition: all .2s ease;
        position: fixed;
        backdrop-filter: blur(5px);
        height: 90px;
        width: 100%;
        z-index: 1111;
        background: #fff;
    }
    .header .title {
        text-align: initial;
    }
    .header.active {
        background: #fff !important;
    }
    .header.nobackground {
        background: transparent;
        box-shadow: none;
    }
    .header-content {
        width: 1400px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: center;
    }
    .header .logo {
        height: 56px;
        width: 216px;
        margin-right: 30px;
    }
    #esHeader .menu .menu-item {
        float: left;
        position: relative;
        color: #191919;
        cursor: pointer;
        font-weight: 400;
        font-size: 16px;
        padding: 0 15px;
        height: 90px;
        box-sizing: border-box;
        padding-top: 35px;
    }
    #esHeader .menu .menu-item > a {
        height: 100%;
        display: inline-block;
    }
    #esHeader .menu .menu-item:hover {
        color: #B311FF !important;
        font-weight: 600 !important;
    }
    .slide {
        position: fixed;
        width: 1246px;
        height: 0;
        box-sizing: border-box;
        top: 90px;
        left: 50%;
        transform: translateX(-50%);
        overflow: hidden;
        transition: height .3s ease;
    }
    .slide-nav {
        background: #fff;
        box-shadow: 0px 0px 20px rgba(179, 178, 212, 0.2);
        backdrop-filter: blur(20px);
        width: 1206px;
        margin: 0 auto;
        height:500px;
        border-radius: 20px;
        overflow: hidden;
        box-sizing: border-box;
        padding: 39px 48px;
        margin-top: 10px;

    }
    .scheme .scheme-title {
        color: #7D8995;
        font-weight: 600;
        font-size: 18px;
        line-height: 18px;
        border-bottom: 1px solid #EEEEEE;
        padding-bottom: 20px;
        margin-bottom: 15px;
    }
    .scheme-item:hover {
        background: #EFF4FB;
        border-radius: 8px;
    }
    .scheme-item {
        display: flex !important;
        align-items: center;
        padding: 20px 18px;
        box-sizing: border-box;
        width: 33%;
    }
    .scheme-item .title{
        padding: 0;
        color: #191919;
        font-weight: 600;
        font-size: 18px;
        padding-bottom: 11px;
    }
    .scheme-item .subtitle{
        color: #7D8995;
        font-weight: 400;
        font-size: 14px;
    }
    .scheme-item img {
        width: 40px;
        height: 40px;
        margin-right: 20px;
    }
    .introduce {
        display: flex;
        justify-content: space-between;
    }
    .header-introduce-item {
        width: 220px;
    }
    .header-introduce-item .introduce-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 20px;
        border-bottom: 1px solid #EEEEEE;
        margin-bottom: 10px;
    }
    .header-introduce-item .introduce-title .left {
        color: #7D8995;
        font-weight: 500;
        font-size: 18px;
    }
    .header-introduce-item .introduce-title .right {
        font-weight: 400;
        font-size: 14px;
        color: #A1ABB5;
    }
    .introduce-list {
        overflow: hidden;
    }
    .introduce-list .list-item {
        width: 203px;
        height: 41px;
        background: #fff;
        border-radius: 8px;
        box-sizing: border-box;
        padding: 7px;
        margin-top: 10px;
        color: #191919;
        font-weight: 400;
        font-size: 16px;
        display: flex;
        align-items: center;
    }
    .introduce-list .list-item img {
        margin-right: 9px;
        height: 28px;
        width: 28px;
        background: #B311FF;
        border-radius: 5px;
    }
    .introduce-list .list-item:hover{
        background: #EFF4FB;

    }
    .menu-item:hover .menu-item-a{
        color: #B311FF !important;
        font-weight: 600 !important;
    }
    #esHeader .menu .menu-item:hover .slide {
        cursor: pointer;
        height: 540px;
    }
    #esHeader .menu .menu-item:hover .slide-help {
        /* height: 372px; */
    }
    .slide-help .slide-nav {
        height: 355px;
    }
    #esHeader .menu .menu-item:hover .menu-item:before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        top: 106px;
        left: 77px;
        border-right: solid 8px transparent;
        border-left: solid 8px transparent;
        border-bottom: solid 8px red;
    }
    #esHeader .menu .menu-item:hover .active-more::before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        top: 92px;
        left: 40px;
        border-right: solid 8px transparent;
        border-left: solid 8px transparent;
        border-bottom: solid 8px #fff;
    }
    .has-more {
        width: 6px; height: 6px; border-bottom: 2px solid #fff; border-right: 2px solid #fff; margin-left: 8px;
        transform: rotate(45deg); transform-origin: 6px 6px ;
        position: absolute;     
        top: 41px;
        right: 3px;
        transition: all .2s ease;
        border-color: #191919;
    }
    .menu-item .active {
        color: #B311FF !important;
        font-weight: 600 !important;
    }
    .menu-item:hover .has-more { 
        transform: rotate(-135deg); 
        border-color: #B311FF;
    }
    .active-more.active .has-more {
        border-color: #B311FF;
    }
    .header-demo, .header-link {
        width: 110px;
        height: 40px;
        background: #191919;
        border-radius: 33px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        float: left;    
        margin-top: 22px;
        border: 1px solid #191919;
        cursor: pointer;
    }
    .header-demo:hover {
        color: #fff;
        background: linear-gradient(96.09deg, #B311FF 9.34%, #8000FF 94.81%);
        border: 1px solid transparent;
    }
    .header-link:hover {
        color: #191919;
        background: linear-gradient(180deg, #E5D9FF 0%, rgba(226, 203, 255, 0) 100%);
        border: 1px solid #191919;
    }
    .header-link {
        margin-right: 16px;
        background: #fff;
        color: #191919;
        margin-left: 30px;
    }
    .slide-nav-help {
            display: flex;
        }
        .slide-nav .es-help {
            width: 167px;
            margin-right: 63px;
        }
        .slide-nav .es-help-title {
            padding-bottom: 20px;
            border-bottom: 1px solid #EEEEEE;
            color: #7D8995;
            font-weight: 500;
            font-size: 18px;
        }
        .slide-nav .es-help-content {
            padding-top: 16px;
        }
        .slide-nav .es-help-item {
            width: 189px;
            height: 57px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            padding: 0 12px;
            box-sizing: border-box;
        }
        .slide-nav .es-help-item:hover {
            background: #EFF4FB;
            border-radius: 8px;
        }
        .slide-nav .es-help-item img {
            width: 30px;
            height: 30px;
            margin-right: 12px;
        }
        .es-consult {
            flex: 1;
            margin-left: 16px;
        }
        .es-consult-title {
            display: flex;
            justify-content: space-between;
            color: #7D8995;
            font-weight: 500;
            font-size: 18px;
            align-items: center;
            margin-bottom: 21px;
        }
        .es-consult-title-more {
            font-weight: 400;
            font-size: 14px;
        }
        .es-consult-item {
            height: 112px;
            background: linear-gradient(217.73deg, #FFFFFF 1.85%, rgba(255, 255, 255, 0) 98.13%);
            filter: drop-shadow(0px 0px 20px rgba(226, 221, 230, 0.4));
            backdrop-filter: blur(5px);
            border-radius: 10px;
            padding: 10px;
            box-sizing: border-box;
            display: flex;
            align-items: center;
            margin-bottom: 13px;
            border: 2px solid #fff;
        }
        .es-consult-item:hover {
            background: #EFF4FB;
        }
        .es-consult-item-img {
            height: 100%;
            border-radius: 10px;
            width: 150.57px;
            margin-right: 19px;
        }
        .es-consult-item-title {
            color: #191919;
            font-weight: 600;
            font-size: 14px;
            margin-bottom: 37px;
        }
        .es-consult-item-more {
            color: #7D8995;
            font-weight: 400;
            font-size: 14px;
            display: flex;
            align-items: center;
        }
        .es-consult-item-more img {
            margin-left: 7px;
            width: 11px;
        }















		.header {
			transition: all .2s ease;
			position: fixed;
			backdrop-filter: blur(5px);
			height: 90px;
			width: 100%;
			z-index: 1111;
			background: #fff;
		}
		.header .title {
			text-align: initial;
		}
		.header.active {
			background: #fff !important;
		}
		.header.nobackground {
			background: transparent;
			box-shadow: none;
		}
		.header-content {
			width: 1400px;
			margin: 0 auto;
			display: flex;
			align-items: center;
			height: 100%;
			justify-content: center;
		}
		.header .logo {
			height: 56px;
			width: 216px;
			margin-right: 30px;
		}
		#esHeader .menu .menu-item {
			float: left;
			position: relative;
			color: #191919;
			cursor: pointer;
			font-weight: 400;
			font-size: 16px;
			padding: 0 15px;
			height: 90px;
			box-sizing: border-box;
			padding-top: 35px;
		}
		#esHeader .menu .menu-item > a {
			height: 100%;
			display: inline-block;
		}
		#esHeader .menu .menu-item:hover {
			color: #B311FF !important;
			font-weight: 600 !important;
		}
		.slide {
			position: fixed;
			width: 1246px;
			height: 0;
			box-sizing: border-box;
			top: 90px;
			left: 50%;
			transform: translateX(-50%);
			overflow: hidden;
			transition: height .3s ease;
		}
		.slide-nav {
			background: #fff;
			box-shadow: 0px 0px 20px rgba(179, 178, 212, 0.2);
			backdrop-filter: blur(20px);
			width: 1206px;
			margin: 0 auto;
			height:500px;
			border-radius: 20px;
			overflow: hidden;
			box-sizing: border-box;
			padding: 39px 48px;
			margin-top: 10px;
	
		}
		.scheme .scheme-title {
			color: #7D8995;
			font-weight: 600;
			font-size: 18px;
			line-height: 18px;
			border-bottom: 1px solid #EEEEEE;
			padding-bottom: 20px;
			margin-bottom: 15px;
		}
		.scheme-item:hover {
			background: #EFF4FB;
			border-radius: 8px;
		}
		.scheme-item {
			display: flex !important;
			align-items: center;
			padding: 20px 18px;
			box-sizing: border-box;
			width: 33%;
		}
		.scheme-item .title{
			padding: 0;
			color: #191919;
			font-weight: 600;
			font-size: 18px;
			padding-bottom: 11px;
		}
		.scheme-item .subtitle{
			color: #7D8995;
			font-weight: 400;
			font-size: 14px;
		}
		.scheme-item img {
			width: 40px;
			height: 40px;
			margin-right: 20px;
		}
		.introduce {
			display: flex;
			justify-content: space-between;
		}
		.header-introduce-item {
			width: 220px;
		}
		.header-introduce-item .introduce-title {
			display: flex;
			justify-content: space-between;
			align-items: center;
			padding-bottom: 20px;
			border-bottom: 1px solid #EEEEEE;
			margin-bottom: 10px;
		}
		.header-introduce-item .introduce-title .left {
			color: #7D8995;
			font-weight: 500;
			font-size: 18px;
		}
		.header-introduce-item .introduce-title .right {
			font-weight: 400;
			font-size: 14px;
			color: #A1ABB5;
		}
		.introduce-list {
			overflow: hidden;
		}
		.introduce-list .list-item {
			width: 203px;
			height: 41px;
			background: #fff;
			border-radius: 8px;
			box-sizing: border-box;
			padding: 7px;
			margin-top: 10px;
			color: #191919;
			font-weight: 400;
			font-size: 16px;
			display: flex;
			align-items: center;
		}
		.introduce-list .list-item img {
			margin-right: 9px;
			height: 28px;
			width: 28px;
			background: #B311FF;
			border-radius: 5px;
		}
		.introduce-list .list-item:hover{
			background: #EFF4FB;
	
		}
		.menu-item:hover .menu-item-a{
			color: #B311FF !important;
			font-weight: 600 !important;
		}
		#esHeader .menu .menu-item:hover .slide {
			cursor: pointer;
			height: 540px;
		}
		#esHeader .menu .menu-item:hover .slide-help {
			/* height: 372px; */
		}
		.slide-help .slide-nav {
			height: 355px;
		}
		#esHeader .menu .menu-item:hover .menu-item:before {
			position: absolute;
			content: "";
			width: 0;
			height: 0;
			top: 106px;
			left: 77px;
			border-right: solid 8px transparent;
			border-left: solid 8px transparent;
			border-bottom: solid 8px red;
		}
		#esHeader .menu .menu-item:hover .active-more::before {
			position: absolute;
			content: "";
			width: 0;
			height: 0;
			top: 92px;
			left: 40px;
			border-right: solid 8px transparent;
			border-left: solid 8px transparent;
			border-bottom: solid 8px #fff;
		}
		.has-more {
			width: 6px; height: 6px; border-bottom: 2px solid #fff; border-right: 2px solid #fff; margin-left: 8px;
			transform: rotate(45deg); transform-origin: 6px 6px ;
			position: absolute;     
			top: 41px;
			right: 3px;
			transition: all .2s ease;
			border-color: #191919;
		}
		.menu-item .active {
			color: #B311FF !important;
			font-weight: 600 !important;
		}
		.menu-item:hover .has-more { 
			transform: rotate(-135deg); 
			border-color: #B311FF;
		}
		.active-more.active .has-more {
			border-color: #B311FF;
		}
		.header-demo, .header-link {
			width: 110px;
			height: 40px;
			background: #191919;
			border-radius: 33px;
			line-height: 40px;
			text-align: center;
			color: #fff;
			float: left;    
			margin-top: 22px;
			border: 1px solid #191919;
			cursor: pointer;
		}
		.header-demo:hover {
			color: #fff;
			background: linear-gradient(96.09deg, #B311FF 9.34%, #8000FF 94.81%);
			border: 1px solid transparent;
		}
		.header-link:hover {
			color: #191919;
			background: linear-gradient(180deg, #E5D9FF 0%, rgba(226, 203, 255, 0) 100%);
			border: 1px solid #191919;
		}
		.header-link {
			margin-right: 16px;
			background: #fff;
			color: #191919;
			margin-left: 30px;
		}
		.slide-nav-help {
				display: flex;
			}
			.slide-nav .es-help {
				width: 167px;
				margin-right: 63px;
			}
			.slide-nav .es-help-title {
				padding-bottom: 20px;
				border-bottom: 1px solid #EEEEEE;
				color: #7D8995;
				font-weight: 500;
				font-size: 18px;
			}
			.slide-nav .es-help-content {
				padding-top: 16px;
			}
			.slide-nav .es-help-item {
				width: 189px;
				height: 57px;
				display: flex;
				justify-content: flex-start;
				align-items: center;
				padding: 0 12px;
				box-sizing: border-box;
			}
			.slide-nav .es-help-item:hover {
				background: #EFF4FB;
				border-radius: 8px;
			}
			.slide-nav .es-help-item img {
				width: 30px;
				height: 30px;
				margin-right: 12px;
			}
			.es-consult {
				flex: 1;
				margin-left: 16px;
			}
			.es-consult-title {
				display: flex;
				justify-content: space-between;
				color: #7D8995;
				font-weight: 500;
				font-size: 18px;
				align-items: center;
				margin-bottom: 21px;
			}
			.es-consult-title-more {
				font-weight: 400;
				font-size: 14px;
			}
			.es-consult-item {
				height: 112px;
				background: linear-gradient(217.73deg, #FFFFFF 1.85%, rgba(255, 255, 255, 0) 98.13%);
				filter: drop-shadow(0px 0px 20px rgba(226, 221, 230, 0.4));
				backdrop-filter: blur(5px);
				border-radius: 10px;
				padding: 10px;
				box-sizing: border-box;
				display: flex;
				align-items: center;
				margin-bottom: 13px;
				border: 2px solid #fff;
			}
			.es-consult-item:hover {
				background: #EFF4FB;
			}
			.es-consult-item-img {
				height: 100%;
				border-radius: 10px;
				width: 150.57px;
				margin-right: 19px;
			}
			.es-consult-item-title {
				color: #191919;
				font-weight: 600;
				font-size: 14px;
				margin-bottom: 37px;
			}
			.es-consult-item-more {
				color: #7D8995;
				font-weight: 400;
				font-size: 14px;
				display: flex;
				align-items: center;
			}
			.es-consult-item-more img {
				margin-left: 7px;
				width: 11px;
			}