/* 整体布局调整 */
a,a:hover,a:focus {text-decoration: none;}

@media (min-width: 1450px){.container {width: 1440px;}}
.skin-white {padding-top: 60px;}
@media (max-width: 767px) {.skin-white {padding-top: 50px;}}
#floatbtn {top:60%;right:20px;margin-right:0;}
#floatbtn a,#floatbtn .floatbtn-item{color:#aaa;}
.main-content {padding-bottom: 0;}

/* LOGO样式调整 */
@media (min-width: 992px) {.navbar-menu {float:right;margin-right: 80px;}}
.subtitle {float: left;margin-top: 10px;height: 40px;padding-left: 12px;border-left: 1px solid #A7A8B8;margin-right: 60px;}
.subtitle .subtitle1{font-size: 16px;font-weight: bold;font-family: '黑体';margin: 0;}
.subtitle .subtitle2{font-size: 12px;color: #A7A8B8;margin: 0;}
@media (max-width: 1200px) and (min-width: 768px) {.subtitle {display: none !important;}}
@media (max-width: 350px) {.subtitle {display: none !important;}}
@media (max-width: 768px) {.subtitle {margin-top: 5px;}}

/* 导航栏样式调整 */
.navbar-white {box-shadow: rgb(0 0 0 / 38%) 2px 2px 14px 5px;}
.navbar-white .navbar-nav > li > a:hover,
.navbar-white .navbar-nav > li > a:focus {background-color: #F5F5F5;}
.navbar-white .navbar-nav > .active > a:hover,
.navbar-white .navbar-nav > .active > a:focus {background-color: #F5F5F5;}

/* 侧边栏样式 */
#sidebar {width: max-content;height: 100vh;position: fixed;right: 0;top: 0;z-index: 99;}
#sidebar .spread-top {position: relative;box-sizing: border-box;width: 80px;height: 80px;margin-right: 30px;}
#sidebar .border-spread {width: 68px;height: 68px;background:linear-gradient(0deg,rgba(0,110,255,1) 0%,rgba(191,239,255,1) 100%);border-radius: 50%;text-align: center;line-height: 68px;margin-right: 24px;}
#sidebar .border-spread img {max-height: 46px;}
#sidebar .border-spread:hover ,#sidebar .contacts .before {animation: border_spread 1s 0s linear infinite;}
#sidebar .toTop {position: absolute;bottom: 5%;right: 50%;}
#sidebar .contacts {position: absolute;bottom: 520px;right: 0;}
#sidebar .contacts .before {position: relative;}
#sidebar .contacts .before-top {position: absolute;right: 0px;top: 0px;cursor:pointer;}
#sidebar ul {padding: 0;margin: 0;}
@keyframes border_spread {0% {  box-shadow: 0 0 0 0 rgba(255,71,67,.1), 0 0 0 10px rgba(255,181,44,.1), 0 0 0 30px rgba(255,181,44,.1);}100% {	box-shadow: 0 0 0 10px rgba(255,181,44,.1), 0 0 0 30px rgba(255,181,44,.1), 0 0 0 60px transparent;}}
#sidebar .contacts .after {position: absolute;top: 0;right: 10px;width: 152px;height: 350px;background-color: #fff;z-index: 99;box-shadow: 0 0 6px 2px rgba(0,0,0,.1);text-align: center;color: #999;background: url(https://file.wessyun.com/sites/index/common-bg.png);background-size: 100% 100%;border-radius: 5px;}
.sidebar_top_bg {position: absolute;bottom: -40px;left: 50%;transform: translate(-50%, 0);width: 28px;height: 28px;padding: 8px;border-radius: 14px;background: rgba(0,0,0,0.1);cursor:pointer;}	
#sidebar .contacts .after li {border-bottom: 1px solid #eee;list-style: none;}
#sidebar .contacts .after li:last-child {border: none;}
#sidebar .contacts .after .after_top h4 {height: 64px;font-size: 18px;color: #fff;line-height: 64px;}
#sidebar .contacts .after .after_top a {display: block;width: 100%;height: 50px;line-height:50px;font-size: 16px;color: #655858;}
#sidebar .contacts .after .after_center {height: 74px;font-size: 14px;color: #999;}
#sidebar .contacts .after .after_center h6 {font-size: 18px;color: #f44;font-weight: bold;padding-top: 10px;}
#sidebar .contacts .after .after_bottom {box-sizing: border-box;padding-top: 10px;font-size: 14px;color: #999;letter-spacing: 1px;line-height: 30px;position: relative;}
#sidebar .contacts .after .after_bottom img {width: 40px;height: 40px;}
#kf_ewm > a:hover .kf_ewm-wrapper{display: block;}
.kf_ewm-wrapper {position: absolute;right: 150px;top: -110px;z-index: 120;display: none;width: 190px;height: 190px;background-color: #fff;border: 1px solid #eee;}
.kf_ewm-wrapper:before {content: "";position: absolute;right: -12px;top: 0;height: 200px;width: 12px;background: transparent;}
.kf_ewm-wrapper:after {content: "";position: absolute;right: -6px;top: 73px;display: block;width: 0;height: 0;border-left: 6px solid #d5d5d5;border-top: 6px solid transparent;border-bottom: 6px solid transparent;}
.kf_ewm-wrapper > .qrcode {margin-top: 20px;line-height: 1;}
#sidebar .contacts .after .after_bottom .kf_ewm-wrapper .qrcode img {width: 140px;height: 140px;}
.kf_ewm-wrapper p {font-size: 14px;line-height: 20px;color: #999;}
@media (max-width: 1200px) {#sidebar .contacts {display: none !important;}#sidebar .toTop{bottom: 18%;}}

/*底部公共*/
.footer {font-size: 14px;line-height: 1.8;color: #a8aaba;background: #32333b;}
@media (max-width: 767px) {.footer_flex,.about_bbs {display: none !important;} .footer{margin-bottom: 72px;}}
.footer_flex {width: 100%;display: flex;justify-content: space-between;padding:30px 0 20px;}
.footerList_tit h3{margin-bottom: 15px;font-size: 18px;font-weight: normal;color: #d7d8d9;}
.footerList_tit p {width: 100%;font-size: 14px;margin-bottom: 8px;color: #9b9ea0;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.footerList_tit p a {color: #9b9ea0;}
.footerList_tit a:hover{color: #2a7efb;}
.product_show {display: flex;justify-content: space-between;width: 170px;}
.product_show a {display: block;margin-bottom: 8px;}
.focus_nengyu {width: 110px;height: 110px;overflow: hidden;}
.focus_nengyu img{display: inline-block;width: 100%;}
.websiete_place {display: block;width: 100%;padding:  10px 0;}
.link {padding: 10px 0;width: 100%;border-top: 1px solid #41424c;border-bottom: 1px solid #41424c;}
.linkText {display: inline-block;color: #a8aaba;font-size: 14px;line-height: 16px;}
.fLink {display: inline-block;}
.fLink a {display: inline-block;float: left;color: #a8aaba;padding: 0 10px;font-size: 12px;border-right: 1px solid;	line-height: 12px;}
.websiete_place b {display: inline-block;font-size: 15px;}
.websiete_place a {display: inline-block;color: #a8aaba;padding: 0 7px;font-size: 14px;line-height: 12px;}
.fLink a:hover,
.websiete_place a:hover{color: #2a7efb;}
.fLink a:last-child {border-right: none;}
.copyright {color: #a8aaba;padding: 20px 0;font-size: 14px;text-align: center;}
.copyright a {color: #a8aaba;}
.copyright a:hover {color: #2a7efb;border-bottom: 1px solid #2a7efb;}
.webInfo-ga-icon{display: inline-block;width: 12px;margin-right: 0px;}

/* 移动端底部 */
@media (min-width: 767px) {.foot_mobile {display: none;}}
.foot_mobile {width: 100%;height: 72px;background: #fff;position: fixed;z-index: 9999;bottom: 0;}
.foot_mobile a {width: 33%;display: block;float: left;text-align: center;color: #666;}
.mnavfont {display: inline-block;width: 36px;height: 36px;margin-top: 10px;background-repeat: no-repeat;background-size: contain;background-position: center center;}
.foot_mobile span {display: inline-block;width: 100%;font-size: 16px;line-height: 18px;}
.m-iconfontshouye {background-image: url('https://qiniu.wessyun.com/new_yali/wap/home.png');}
.m-zixun1 {background-image: url('https://qiniu.wessyun.com/new_yali/wap/zixun.png');}
.m-dianhua {background-image: url('https://qiniu.wessyun.com/new_yali/wap/telphone.png');}

/* 电商云菜单样式 */
@media (min-width: 767px) {.nav .show-xs {display: none!important;}}
.nav li:hover .shop-list {max-height:500px;border-bottom:1px solid #E2E4EE}
.nav .shop-list a {text-decoration:none;}
.nav .shop-list {max-height: 0;font-weight:400;-webkit-transition: max-height .3s ease-in-out;transition: max-height .3s ease-in-out;z-index:200;overflow:hidden;}
.nav .shop-list {display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:fixed;left:0;top:60px;width:100%;min-width:1200px;height:377px;background:#fff;cursor:default}
.nav .shop-list .shop-item {width:280px;margin:32px 0 0;padding:0 0 0 39px;-webkit-box-sizing:border-box;box-sizing:border-box}
.nav .shop-list .shop-item__sp {padding:0 20px 0 68px;height:281px;border-right:1px solid #E2E4EE}
.nav .shop-list .shop-item__title {line-height:17px;font-size:12px;color:#415070;padding:0 0 0 12px;margin:0 0 12px}
.nav .shop-list .shop-item__func {display:block;overflow:hidden;padding:0 0 0 12px}
.nav .shop-list .shop-item__func:hover {background:#f4f6f9}
.nav .shop-list .shop-item__func.shop-item__func-sp:hover {background:#fff}
.nav .shop-list .shop-item__name {line-height:20px;font-size:14px;color:#081E42;margin:12px 0 5px}
.nav .shop-list .shop-item__tip {line-height:17px;font-size:12px;color:#9196A0;margin:0 0 12px}
.nav .shop-list .shop-item__yunying {display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:48px;font-size:0;padding:12px 0 12px 12px}
.nav .shop-list .shop-item__yunying-img {display:inline-block;width:24px;height:24px;margin:0 16px 0 0;background-position:center;background-repeat:no-repeat;background-size:20px}
.nav .shop-list .shop-item__yunying-img1 {background-image:url('https://file.wessyun.com/sites/index/icon-daohang-1.svg')}
.nav .shop-list .shop-item__yunying-img2 {background-image:url('https://file.wessyun.com/sites/index/icon-daohang-2.svg')}
.nav .shop-list .shop-item__yunying-img3 {background-image:url('https://file.wessyun.com/sites/index/icon-daohang-3.svg')}
.nav .shop-list .shop-item__yunying-img4 {background-image:url('https://file.wessyun.com/sites/index/icon-daohang-4.svg')}
.nav .shop-list .shop-item__yunying-img5 {background-image:url('https://file.wessyun.com/sites/index/icon-daohang-5.svg')}
.nav .shop-list .shop-item__yunying-text {color:#081E42;font-size:14px}


/* 轮播图底部菜单 */
.banner-menu {position: absolute;bottom: 88px;display: flex;flex-direction: row;background: rgba(255,255,255,0);border: 1px solid rgba(255,255,255,.1);box-shadow: 0 4px 40px rgba(0,110,255,.1);-webkit-backdrop-filter: blur(80px);backdrop-filter: blur(80px);border-radius: 8px;left: 50%;transform: translateX(-50%);width: calc(100% - 48px);max-width: 1440px;}
@media (max-width: 1440px)and (min-width:768px) {.banner-menu {width:calc(100% - 96px)}}
.banner-menu .list{ overflow: hidden; width: 100%;}
.banner-menu .list li{ float: left; width: 25%; padding-top: 15px; padding-bottom: 15px; list-style: none;}
.banner-menu .list li a{ overflow: visible; display: block; outline:none;}
.banner-menu .list li .img{ float: left; transition: all .2s; width: 51px; height: 59px; margin-left: 40px; background: url(https://qiniu.wessyun.com/new_yali/images/01-icon.png) no-repeat;}
.banner-menu .list li.item-1 .img{ background-position: left top; }
.banner-menu .list li.item-2 .img{ background-position: -60px top; }
.banner-menu .list li.item-3 .img{ background-position: -120px top; }
.banner-menu .list li.item-4 .img{ background-position: -180px top; }
.banner-menu .list li.item-1 a:hover .img{ background-position: left bottom; }
.banner-menu .list li.item-2 a:hover .img{ background-position: -60px bottom; }
.banner-menu .list li.item-3 a:hover .img{ background-position: -120px bottom; }
.banner-menu .list li.item-4 a:hover .img{ background-position: -180px bottom; }
.banner-menu .list li .text{ float: left; width: 170px; margin-left: 20px;}
.banner-menu .list li h3{ font-size: 18px; margin-bottom: 7px; color: #fff; }
.banner-menu .list li p{ font-size: 14px; color: #ccc; white-space: nowrap;}

/* 电商云主页 */
.wrapper {width: 1200px;min-width: 1200px;margin: 0 auto;}
.wrapper ul{padding: 0;}
@media (max-width: 767px) {.wrapper{width:100%;min-width: 0;}}
.clearfix {clear: both;}
.fullSlide {width: 100%;min-width: 1200px;height: calc(60vh);position: relative;}
.fullSlide a {display: block;width: 100%;height: 100%;background-size: 100% auto!important;}
.fullSlide .title {position: absolute;top: calc(15vh);left: 15%;color: #fff;font-size: 38px;font-weight: bold;}
.fullSlide .content {position: absolute;top: calc(15vh + 80px);left: 15%;color: #fff;font-size: 18px;width: 40%;}

.freeSystem {background: #fff;width: 100%; padding-bottom: 1px;}
.freeSystem .title {width: 1200px;margin: 0 auto;text-align: center;font-size: 16px;color: #868686;padding: 20px 0 50px 0; }
.freeSystem .title .name {font-size: 36px;color:#071D43;;margin-bottom: 12px;}
.freeSystem ul {width: 1200px;margin: 0 auto;}
.freeSystem ul li {list-style: none;float: left;cursor: pointer;margin-top: 33px;}
.freeSystem ul li .item1 {border: 1px solid #eee;width: 209px;height: 471px;text-align: center;padding: 0 40px;font-size: 14px;color: #999;}
.freeSystem ul li .item2 {width: 363px;margin-top: -31px;overflow: hidden;display: none;}
.freeSystem ul li .item1 .iconfont {font-size: 50px;margin: 38px auto 35px auto;color: #2e80fb;}
.freeSystem ul li .item1 .name {font-size: 18px;color: #282828;margin-bottom: 10px;}
.freeSystem ul li .item1 .list {margin-top: 50px;}
.freeSystem ul li .item1 .list .item {font-size: 16px;color: #282828;margin-top: 25px;}
.freeSystem ul li .item2 .bgcolor {width: 100%;height: 100px;background: -moz-linear-gradient(to right, #2a7efb, #5498fe);background: -ms-linear-gradient(to right, #2a7efb, #5498fe);background: -webkit-linear-gradient(to right, #2a7efb, #5498fe);background: linear-gradient(to right, #2a7efb, #5498fe);filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="#2a7efb", endColorstr="#5498fe", gradientType="1");font-size: 14px;color: #fff;padding: 25px 37px;}
.freeSystem ul li .item2 .list {width: 100%;height: 448px;border: 1px solid #2a7efb;padding: 0 20px 0 32px;padding-top: 10px;}
.freeSystem ul li .item2 .bgcolor .name {font-size: 18px;margin-bottom: 10px;}
.freeSystem ul li .item2 .list .item .iconfont {font-size: 60px;color: #2a7efb;margin-right: 12px;}
.freeSystem ul li .item2 .list .item .dis {display: inline-block;vertical-align: middle;}
.freeSystem ul li .item2 .list .item .dis .name {margin-bottom: 2px;}
.freeSystem ul li .item2 .list .item .dis .explanation {color: #999;font-size: 14px;width: 230px;overflow: hidden;}
.freeSystem ul li .item1.on {display: none;}
.freeSystem ul li .item2.on {display: block;}
.freeSystem ul li .item2.on {display: block;}
.freeSystem ul li .item2 .more {text-align: center;margin-top: 37px;}
.freeSystem ul li .item2 .more a{color: #2a7efb;font-size: 16px;}
@-webkit-keyframes bounceInLeft {from,60%,75%,90%,to {  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}
0% {  opacity: 0;  -webkit-transform: translate3d(-3000px, 0, 0);  transform: translate3d(-3000px, 0, 0);}
60% {  opacity: 1;  -webkit-transform: translate3d(25px, 0, 0);  transform: translate3d(25px, 0, 0);}
75% {  -webkit-transform: translate3d(-10px, 0, 0);  transform: translate3d(-10px, 0, 0);}
90% {  -webkit-transform: translate3d(5px, 0, 0);  transform: translate3d(5px, 0, 0);}
to {  -webkit-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0);}}
@keyframes bounceInLeft {from,60%,75%,90%,to {  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}
0% {  opacity: 0;  -webkit-transform: translate3d(-3000px, 0, 0);  transform: translate3d(-3000px, 0, 0);}
60% {  opacity: 1;  -webkit-transform: translate3d(25px, 0, 0);  transform: translate3d(25px, 0, 0);}
75% {  -webkit-transform: translate3d(-10px, 0, 0);  transform: translate3d(-10px, 0, 0);}
90% {  -webkit-transform: translate3d(5px, 0, 0);  transform: translate3d(5px, 0, 0);}
to {  -webkit-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0);}}
.bounceInLeft {  -webkit-animation-duration: 0.75s;animation-duration: 0.75s;-webkit-animation-name: bounceInLeft;animation-name: bounceInLeft;}
@-webkit-keyframes bounceInRight {from,60%,75%,90%,to {  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}
from {  opacity: 0;  -webkit-transform: translate3d(3000px, 0, 0);  transform: translate3d(3000px, 0, 0);}
60% {  opacity: 1;  -webkit-transform: translate3d(-25px, 0, 0);  transform: translate3d(-25px, 0, 0);}
75% {  -webkit-transform: translate3d(10px, 0, 0);  transform: translate3d(10px, 0, 0);}
90% {  -webkit-transform: translate3d(-5px, 0, 0);  transform: translate3d(-5px, 0, 0);}
to {  -webkit-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0);}}
@keyframes bounceInRight {from,60%,75%,90%,to {  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}
from {  opacity: 0;  -webkit-transform: translate3d(3000px, 0, 0);  transform: translate3d(3000px, 0, 0);}
60% {  opacity: 1;  -webkit-transform: translate3d(-25px, 0, 0);  transform: translate3d(-25px, 0, 0);}
75% {  -webkit-transform: translate3d(10px, 0, 0);  transform: translate3d(10px, 0, 0);}
90% {  -webkit-transform: translate3d(-5px, 0, 0);  transform: translate3d(-5px, 0, 0);}
to {  -webkit-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0);}}
  
.bounceInRight {  -webkit-animation-duration: 0.75s;animation-duration: 0.75s;-webkit-animation-name: bounceInRight;animation-name: bounceInRight;}
.freeSystem .freeBnt {  display: block;  font-size: 16px;  color: #fff;  width: 190px;  height: 56px;  background-color: #2a7efb;  border: 5px solid #e9f2ff;  text-align: center;  line-height: 46px;  margin: 57px auto 62px auto;  cursor: pointer;}
.set_2_button {  position: relative;  transition: all 1s;  overflow: hidden;}
.set_2_button:before {  content: "→";  position: absolute;  left: -100%;  transition: all 0.5s;}
.set_2_button span {  display: inline-block;  transition: all 0.5s;}
.set_2_button:hover:before {  left: 48%;  transition: all 1s;}
.set_2_button:hover > span {  transform: translateX(300%);  transition: all 1s;}


.operate {width: 100%;overflow: hidden;background: rgba(247,247,252,1);padding-bottom: 68px;}
.operate .container {width: 1200px;padding: 0;margin: 0 auto;}	
.operate .section-title {text-align: center;padding-top: 0px;margin-bottom: 0px;}
.operate .section-title h2 {font-size: 36px;font-weight: 400;color:#071D43;margin-bottom: 25px;}
.section-title p {font-size: 16px;color: #95989d;width: 930px;margin: 0 auto;}
.operate .list1 ul{padding: 0;}
.operate .list1 ul li {float: left;width: 380px;margin-right: 30px;text-align: center;background: #fff;padding-bottom: 38px;list-style: none;}
.operate .list1 ul li a {text-decoration:none;}
.operate .list1 ul li p:nth-child(2) {font-size: 20px;font-weight: bold;color: rgba(51,51,51,1);line-height: 48px;}
.operate .list1 ul li p:nth-child(3) {font-size: 14px;color: #888888;line-height: 24px;padding: 0 10px;}
.operate .list1 ul li:last-child {margin-right: 0;}
.operate .list1 ul li a {display: block;width: 180px;height: 44px;background: #3da1f9;background: -moz-linear-gradient(45deg, #3da1f9 0%, #476dfd 100%);background: -webkit-gradient(left bottom, right top, color-stop(0%, #3da1f9), color-stop(100%, #476dfd));background: -webkit-linear-gradient(45deg, #3da1f9 0%, #476dfd 100%);background: -o-linear-gradient(45deg, #3da1f9 0%, #476dfd 100%);background: -ms-linear-gradient(45deg, #3da1f9 0%, #476dfd 100%);background: linear-gradient(45deg, #3da1f9 0%, #476dfd 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3da1f9', endColorstr='#ff6c55', GradientType=1 );box-shadow: 0 3px 10px 0 #3da1f9;border-radius: 22px;font-size: 18px;font-weight: 400;color: rgba(243,243,248,1);line-height: 44px;text-align: center;margin: 24px auto 0;}


.TiTle {margin-top: 60px;color: #282828;text-align: center;}
.TiTle .name {font-size: 36px;color:#071D43;}
.TiTle .infor {font-size: 16px;margin-top: 14px;color: #999;}
.function_list  {margin-bottom: 68px;}
.function_list li {list-style: none;float: left;width: 240px;text-align: center;margin-top: 60px;cursor: pointer;}
.function_list li .pictrue {background: url(https://qiniu.wessyun.com/new_yali/images/functionBg.png) no-repeat 100% 100%;width: 83px;height: 93px;text-align: center;line-height: 93px;font-size: 44px;color: #2a7efb;margin: 0 auto;}
.function_list li .name {font-size: 18px;color: #282828;margin-top: 15px;}
.function_list li .infor {font-size: 14px;color: #999;padding: 0 30px;line-height: 1.7;margin-top: 10px;}

.bounceIn {-webkit-animation-duration: 0.75s;animation-duration: 0.75s;-webkit-animation-name: bounceIn;animation-name: bounceIn;}
@-webkit-keyframes bounceIn {from,20%,40%,60%,80%,to {  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}
0% {  opacity: 0;  -webkit-transform: scale3d(0.3, 0.3, 0.3);  transform: scale3d(0.3, 0.3, 0.3);}
20% {  -webkit-transform: scale3d(1.1, 1.1, 1.1);  transform: scale3d(1.1, 1.1, 1.1);}
40% {  -webkit-transform: scale3d(0.9, 0.9, 0.9);  transform: scale3d(0.9, 0.9, 0.9);}
60% {  opacity: 1;  -webkit-transform: scale3d(1.03, 1.03, 1.03);  transform: scale3d(1.03, 1.03, 1.03);}
80% {  -webkit-transform: scale3d(0.97, 0.97, 0.97);  transform: scale3d(0.97, 0.97, 0.97);}
to {  opacity: 1;  -webkit-transform: scale3d(1, 1, 1);  transform: scale3d(1, 1, 1);}}

.crmeb {margin-top: 70px;background: url(https://qiniu.wessyun.com/new_yali/images/crmeb.jpg) center 0 no-repeat;background-size: cover;width: 100%;min-width: 1200px;height: 685px;padding: 85px 0;}
.crmeb a{text-decoration: none;}
.crmebPhone {position: relative;}
.dis1 {position: relative;display: inline-block;vertical-align: middle;z-index: 0;height: 514px;width: 257px;margin-left: 165px;}
.dis2 {display: inline-block;vertical-align: middle;width: 586px;margin-left: 184px;color: #fff;}
.crmeb .prev {left: 65px;position: absolute;top: 50%;color: #fff;font-size: 45px;margin-top: -50px;}
.crmeb .next {left: 475px;position: absolute;top: 50%;color: #fff;font-size: 45px;margin-top: -50px;}
.crmebPhone .dis2 > .name {font-size: 32px;}
.crmebPhone .dis2 ul {width: 487px;overflow: hidden;margin: 43px 0 20px 0;}
.crmebPhone .dis2 ul li.on {background-color: #fff;border-radius: 10px;color: #2a7efb;}
.crmebPhone .dis2 ul li {float: left;margin: 0 20px 25px 0;width: 100px;height: 100px;display: table;cursor: pointer;}
.crmebPhone .dis2 ul li .name {font-size: 14px;margin-top: 10px;text-align: center;}
.crmebPhone .dis2 ul li .item {display: table-cell;vertical-align: middle;}
.crmebPhone .dis2 ul li.on .pictrue {background-image: url(https://qiniu.wessyun.com/new_yali/images/model2.png)}
.crmebPhone .dis2 ul li .pictrue {background: url(https://qiniu.wessyun.com/new_yali/images/model.png) no-repeat 100% 100%;width: 36px;height: 41px;text-align: center;line-height: 49px;color: #fff;font-size: 14px;margin: 0 auto;}
.marketing .list {width: 1200px;margin: 0 auto;}
.marketing .list li {list-style: none;height: 500px;}
.marketing .list li .text {width: 580px;height: 500px;display: table;}
.marketing .list li .text .tableCell {display: table-cell;vertical-align: middle;}
.marketing .list li .text .num {width: 68px;height: 46px;}
.marketing .list li .text .num img {width: 100%;height: 100%;}
.marketing .list li .text .name {font-size: 28px;color: #282828;margin-top: 22px;}
.marketing .list li .text .infor {font-size: 16px;color: #999;margin-top: 28px;line-height: 1.7;}
.marketing .list li .pictrue {width: 533px;height: 500px;display: table;}
.product-introduction .marketing .list li .pictrue .img {display: table-cell;vertical-align: middle;}
.marketing .list li .pictrue .img img {width: 100%;height: 100%;}
.marketing .list li.bgColor {background-color: #f5f9ff;}
.crmebPhone .dis2 .dis {display: inline-block;vertical-align: middle;margin-top: 25px;}
.crmebPhone .dis2 .ewm {width: 120px;height: 120px;border: 1px dashed #fff;display: table-cell;vertical-align: middle;}
.crmebPhone .dis2 .dis .name {text-align: center;font-size: 14px;height: 40px;line-height: 40px;}
.crmebPhone .dis2 .ewm img {width: 100px;display: block;height: 100px;margin: 0 auto;}

.safe-sass {background-image: url(https://file.wessyun.com/sites/index/2280.png);background-repeat: no-repeat;padding: 70px 0;background-size: cover;background-position: 50%;}
.safe-sass>h1 {font-weight: 400;font-size: 36px;color:#071D43;line-height: 40px;margin-bottom: 10px;}
.safe-sass>h1, .safe-sass>p {color: #333;text-align: center;}
.safe-sass>p {font-size: 20px;line-height: 24px;margin-bottom: 72px;}
.safe-sass .features {margin-top: 56px;margin-bottom: 48px;text-align: center;}
.safe-sass .features .item {display: inline-block;text-align: left;}
.safe-sass .features .item+.item {margin-left: 72px;}
.safe-sass .features .item img {width: 48px;margin-right: 16px;}
.safe-sass .features .item .text, .safe-sass .features .item img {display: inline-block;vertical-align: middle;}
.safe-sass .features .item .text h1 {font-weight: bold;font-size: 16px;line-height: 22px;color: #323233;margin-bottom: 8px;}
.safe-sass .features .item .text p {font-size: 14px;line-height: 20px;color: #969799;}
.safe-sass .primary {width: 140px;padding: 10px 0;line-height: 20px;border-radius: 2px;text-align: center;display: block;margin: 72px auto 0;background: #38f;color: #fff;text-decoration: none;}
.marketing {text-align: center;padding-top: 30px;}
.school {background-color: #f8f8f8;padding-bottom: 60px;}
.marketing .title {padding-top: 40px;font-size: 36px;color:#071D43;}
.marketing .main {color: #888;margin: 19px 0 50px;font-size: 16px;}
.marketing .list_three {display: flex;flex-direction: row;justify-content: space-between;height: 512px;}
.marketing .list_three .list {height: 512px;border-bottom: 5px solid #ec4343;transition: all 0.2s;border: 1px solid #e5e5e5;padding-top: 83px;padding-left: 31px;padding-bottom: 20px;box-sizing: border-box;text-align: left;position: relative;width: 284px;float: left;background-color: #fff;margin-right: 20px;list-style: none;}
.marketing .list_three .sprites_one {width: 86px;height: 93px;background: url(https://qiniu.wessyun.com/new_yali/images/03-icon.png) no-repeat;background-position: 0 0;position: absolute;left: 35px;top: -34px;z-index: 5;}
.marketing .list_three .top {margin-bottom: 32px;font-size: 24px;font-weight: 600;color: #333333;}
.marketing .list_three .list .bottom {text-align: center;margin-left: -31px;}
.marketing .list_three .top_list li img {vertical-align: middle;margin-right: 10px;}
.marketing .list_three .top_list li .one {font-size: 16px;font-weight: 400;color: #333333;}
.marketing .list_three .top_list li .two {margin-left: 31px;font-size: 14px;font-weight: 400;color: #888888;margin-bottom: 26px;margin-top: 2px;}
.marketing .list_three .list .bottom {text-align: center;margin-left: -31px;}
.marketing .list_three .bottom a {font-size: 16px;font-weight: 400;color: #ffffff;line-height: 44px;display: inline-block;width: 180px;height: 44px;background: linear-gradient(45deg, #3da1f9, #476dfd );background: -moz-linear-gradient(45deg, #3da1f9, #ff6c55);background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3da1f9), color-stop(100%,#476dfd ));background: -webkit-linear-gradient(45deg, #3da1f9 0%, #476dfd 100%);background: -o-linear-gradient(left, #3da1f9 0%,#476dfd  100%);background: -ms-linear-gradient(left, #3da1f9 0%,#476dfd  100%);background: linear-gradient(to right, #3da1f9 0%,#476dfd  100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3da1f9', endColorstr='#476dfd ',GradientType=1 );box-shadow: 0 3px 10px 0 #3da1f9;border-radius: 22px;}
.marketing .list_three .list_three_four .sprites_one {background-position: -263px 0;}
.marketing .list_three .list_three_three .sprites_one {background-position: -174px 0;}
.marketing .list_three .list_three_two .sprites_one {background-position: -86px 0;}
.marketing .list li {height: auto;}

.data {background-repeat:no-repeat;background-position:center;background-image:url(https://qiniu.wessyun.com/new_yali/data.png);background-size:cover}
.data .data-content {width:1200px;height:465px;margin:0 auto;overflow:hidden}
.data .data-title {line-height:50px;text-align:center;margin:80px 0 70px;font-size:36px;color:#fff}
.data .data-list {display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.data .data-item {-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;color:#fff}
.data .data-item__icon {display:inline-block;height:56px;line-height:48px;font-size:48px;vertical-align:top;margin-top:6px}
.data .data-item_header {line-height:90px;font-size:64px;font-weight:500}
.data .data-item_content {line-height:25px;font-size:18px}
.gain {background:#fff}
.gain .gain-content {width:1200px;margin:0 auto;overflow:hidden;text-align:center}
.gain .gain-header {display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 227px;margin:100px 0 40px}
.gain .gain-header__item {width:56px}
.gain .gain-header__img {width:56px;height:56px;background-position:center;background-repeat:no-repeat;background-size:56px;margin:0 0 10px}
.gain .gain-header__img-zmedia {background-image:url(../fonts/shop/zmedia.svg)}
.gain .gain-header__img-media {background-image:url(../fonts/shop/media.svg)}
.gain .gain-header__img-edu {background-image:url(../fonts/shop/edu.svg)}
.gain .gain-header__img-px {background-image:url(../fonts/shop/px.svg)}
.gain .gain-header__img-publish {background-image:url(../fonts/shop/publish.svg)}
.gain .gain-header__img-v {background-image:url(../fonts/shop/v.svg)}
.gain .gain-header__text {color:#081E42}
.gain .gain-tips {height:17px;line-height:17px;font-size:12px;margin:40px 0;color:#42516E}
.gain .gain-customer {width:1200px;margin:0 0 100px}
.gain .gain-btn {display:block;width:185px;height:50px;line-height:50px;color:#42516E;margin:40px auto 100px;border:1px solid #42516e;border-radius:2px}
.gain .gain-btn:hover {color:#2A75ED}
.gain .gain-more {height:24px;line-height:24px;font-size:14px;margin:60px 0 100px}
.gain .gain-more a {color:#888}
.gain .gain-more_icon {display:inline-block;width:24px;height:24px;font-size:22px;vertical-align:top;margin:1px 0 0 10px}
.gain .gain-item, .gain .gain-qrcode {width:183px;height:150px;background-position:center;background-repeat:no-repeat}
.gain .gain-list {display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 0 100px;padding:0 50px}
.gain .gain-item {position:relative;overflow:hidden;background-size:cover}
.gain .gain-item:hover {z-index:10;-webkit-box-shadow:0 8px 22px 0 rgba(42, 117, 237, .16);box-shadow:0 8px 22px 0 rgba(42, 117, 237, .16)}
.gain .gain-item:hover .gain-qrcode {-webkit-transform:translateY(-120px);transform:translateY(-120px)}
.gain .gain-item1 {background-image:url(https://qiniu.wessyun.com/new_yali/img/1.png)}
.gain .gain-item2 {background-image:url(https://qiniu.wessyun.com/new_yali/img/2.png)}
.gain .gain-item3 {background-image:url(https://qiniu.wessyun.com/new_yali/img/3.png)}
.gain .gain-item4 {background-image:url(https://qiniu.wessyun.com/new_yali/img/4.png)}
.gain .gain-item5 {background-image:url(https://qiniu.wessyun.com/new_yali/img/5.png)}
.gain .gain-item6 {background-image:url(https://qiniu.wessyun.com/new_yali/img/6.png)}
.gain .gain-item7 {background-image:url(https://qiniu.wessyun.com/new_yali/img/7.png)}
.gain .gain-item8 {background-image:url(https://qiniu.wessyun.com/new_yali/img/8.png)}
.gain .gain-item9 {background-image:url(https://qiniu.wessyun.com/new_yali/img/9.png)}
.gain .gain-item10 {background-image:url(https://qiniu.wessyun.com/new_yali/img/10.png)}
.gain .gain-item11 {background-image:url(https://qiniu.wessyun.com/new_yali/img/11.png)}
.gain .gain-item12 {background-image:url(https://qiniu.wessyun.com/new_yali/img/12.png)}
.gain .gain-item13 {background-image:url(https://qiniu.wessyun.com/new_yali/img/13.png)}
.gain .gain-item14 {background-image:url(https://qiniu.wessyun.com/new_yali/img/14.png)}
.gain .gain-item15 {background-image:url(https://qiniu.wessyun.com/new_yali/img/15.png)}
.gain .gain-item16 {background-image:url(https://qiniu.wessyun.com/new_yali/img/16.png)}
.gain .gain-item17 {background-image:url(https://qiniu.wessyun.com/new_yali/img/17.png)}
.gain .gain-item18 {background-image:url(https://qiniu.wessyun.com/new_yali/img/18.png)}
.gain .gain-item19 {background-image:url(https://qiniu.wessyun.com/new_yali/img/19.png)}
.gain .gain-item20 {background-image:url(https://qiniu.wessyun.com/new_yali/img/20.png)}
.gain .gain-item21 {background-image:url(https://qiniu.wessyun.com/new_yali/img/21.png)}
.gain .gain-item22 {background-image:url(https://qiniu.wessyun.com/new_yali/img/22.png)}
.gain .gain-item23 {background-image:url(https://qiniu.wessyun.com/new_yali/img/23.png)}
.gain .gain-item24 {background-image:url(https://qiniu.wessyun.com/new_yali/img/24.png)}
.gain .gain-name {line-height:22px;margin:98px 0 0;font-size:16px;text-align:center}
.gain .gain-qrcode {position:absolute;-webkit-transform:translateY(150px);transform:translateY(150px);background-color:#fff;background-size:110px;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out}
.gain .gain-qrcode1 {background-image:url(https://qiniu.wessyun.com/new_yali/img/wx25.png)}
.gain .gain-qrcode2 {background-image:url(https://qiniu.wessyun.com/new_yali/img/wx26.png)}
.gain .gain-qrcode3 {background-image:url(https://qiniu.wessyun.com/new_yali/img/wx27.png)}
.gain .gain-qrcode4 {background-image:url(https://qiniu.wessyun.com/new_yali/img/wx28.png)}
.gain .gain-qrcode5 {background-image:url(https://qiniu.wessyun.com/new_yali/img/wx29.png)}
.gain .gain-qrcode6 {background-image:url(https://qiniu.wessyun.com/new_yali/img/wx30.png)}
.gain .gain-qrcode7 {background-image:url(https://qiniu.wessyun.com/new_yali/img/wx31.png)}
.gain .gain-qrcode8 {background-image:url(https://qiniu.wessyun.com/new_yali/img/wx32.png)}
.gain .gain-qrcode9 {background-image:url(https://qiniu.wessyun.com/new_yali/img/wx33.png)}
.gain .gain-qrcode10 {background-image:url(https://qiniu.wessyun.com/new_yali/img/wx34.png)}
.gain .gain-qrcode11 {background-image:url(https://qiniu.wessyun.com/new_yali/img/wx35.png)}
.gain .gain-qrcode12 {background-image:url(https://qiniu.wessyun.com/new_yali/img/wx36.png)}
.gain .gain-qrcode13 {background-image:url(https://qiniu.wessyun.com/new_yali/img/wx37.png)}
.gain .gain-qrcode14 {background-image:url(https://qiniu.wessyun.com/new_yali/img/wx38.png)}
.gain .gain-qrcode15 {background-image:url(https://qiniu.wessyun.com/new_yali/img/wx39.png)}
.gain .gain-qrcode16 {background-image:url(https://qiniu.wessyun.com/new_yali/img/wx40.png)}
.gain .gain-qrcode17 {background-image:url(https://qiniu.wessyun.com/new_yali/img/wx41.png)}
.gain .gain-qrcode18 {background-image:url(https://qiniu.wessyun.com/new_yali/img/wx42.png)}
.gain .gain-qrcode19 {background-image:url(https://qiniu.wessyun.com/new_yali/img/wx43.png)}
.gain .gain-qrcode20 {background-image:url(https://qiniu.wessyun.com/new_yali/img/wx44.png)}
.gain .gain-qrcode21 {background-image:url(https://qiniu.wessyun.com/new_yali/img/wx45.png)}
.gain .gain-qrcode22 {background-image:url(https://qiniu.wessyun.com/new_yali/img/wx46.png)}
.gain .gain-qrcode23 {background-image:url(https://qiniu.wessyun.com/new_yali/img/wx47.png)}
.gain .gain-qrcode24 {background-image:url(https://qiniu.wessyun.com/new_yali/img/wx48.png)}
.safe {background:#F4F6F9}
.safe .safe-content {width:1200px;margin:0 auto;overflow:hidden;text-align:center}
.safe .safe-title {line-height:50px;font-size:36px;color:#071D43;margin:0px 0 50px}
.safe .safe-list {display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 22px;margin:0 0 100px}
.safe .safe-item {width:164px}
.safe .safe-img {width:160px;height:160px;border-radius:50%;background-position:center;background-repeat:no-repeat;background-size:130px}
.safe .safe-img__skill {background-image:url(https://qiniu.wessyun.com/new_yali/img/skill.png)}
.safe .safe-img__safe {background-image:url(https://qiniu.wessyun.com/new_yali/img/safe.png);background-size:110px}
.safe .safe-img__service {background-image:url(https://qiniu.wessyun.com/new_yali/img/service.png);background-size:110px}
.safe .safe-img__good {background-image:url(https://qiniu.wessyun.com/new_yali/img/good.png)}
.safe .safe-img__convenient {background-image:url(https://qiniu.wessyun.com/new_yali/img/convenient.png)}
.safe .safe-name {line-height:25px;color:#081E42;font-size:18px;margin:10px 0 4px}
.safe .safe-tip {line-height:20px;color:#081E42}

/*留言*/
.about_bbs {position: relative;width: 100%;height: 100px;margin-top: 0;background: url(https://qiniu.wessyun.com/new_yali/img/copy/icon-33.png) no-repeat center top;background-size: 100% 100%;background-color: rgba(0,0,0,.6);}
.footer-submit form {display: block;width: 100%;height: 100%;}
.footer-submit {position: relative;height: 100%;}
.footer-submit .footer-body {display: block;height: 100%;}
.footer-submit .footer-body>p {display: block;float: left;width: 320px;margin-left: 180px;padding-top: 15px;padding-bottom: 0;}
.footer-submit .footer-body>p span {font-size: 32px;line-height: 35px;font-weight: bold;display: block;height: 35px;color: #ffea00;}
.footer-submit .footer-body>.submit-item {width: 350px;height: 100%;padding: 10px 0;float: right;display: flex;justify-content: space-around;flex-wrap: wrap;}
.submit-item span {display: block;height: 40px;}
.submit-item img {display: block;width: 170px;height: 36px;}
.close {width: 20px;height: 20px;display: block;line-height: 20px;text-align: center;color: #fff;font-size: 20px;position: absolute;right: 0;top: 5px;}
.username,.mobile{border: 1px solid #e9e9e9;height: 36px;line-height: 36px;padding: 13px 10px 13px;font-size: 14px;width: 170px;display: inline-block;vertical-align: middle;clear: both;float: none;color: #aaa;background-color: #fff;outline: none ;}
.about_submit {float: right;}
.about_submit button{width: 100px;margin: 10px 20px 0 10px;height: 76px;border: none;font-weight: bold;color: #333;background: #ffea00;font-size: 18px;font-family: '微软雅黑';}
.about_bbs .footer-body>i.woman {background: url(https://qiniu.wessyun.com/new_yali/img/copy/icon-32.png) no-repeat center;background-size: contain;width: 165px;height: 151px;display: block;position: absolute;left: 0;bottom: 0;}

/* 分销商城样式 */
.flex {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
.marginauto {margin: 0 auto;width: 1200px;}
.relation {background: #f5fbff;height: 656px;}
.relation img {margin: 0 auto;height: 420px;}
.tradition img {margin: 0 auto;margin-bottom: 50px;}
.store {background: url(https://qiniu.wessyun.com/new_yali/img/product/bg.png) no-repeat;padding-bottom: 50px;background-size: 100% 100%;}
.store-title {font-size: 26px;font-weight: 500;color: #fff;text-align: center;padding: 50px 0;}
.store-container {justify-content: center;}
.store-item {width: 290px;height: 360px;background: rgba(255,255,255,0.2);padding: 80px 30px 0 30px;color: #fff;text-align: center;margin: 0 38px;}
.store .iconfont {width: 70px;margin: 0 auto;font-size: 70px;font-weight: 500;color: transparent;background: linear-gradient(90deg,#70b5fa,#1576fb);-webkit-background-clip: text;display: block;}
.store-tit {font-size: 20px;padding: 44px 0 24px 0;}
.store-subtit {font-size: 14px;line-height: 34px;}
.member {align-items: center;padding-top: 50px;}
.member-left {padding-left: 40px;width: 440px;}
.member-right {padding-left: 160px;}
.member-tit {font-size: 26px;color: #3b426b;padding-bottom: 24px;}
.member-subtit {line-height: 30px;font-size: 18px;color: #5d6494;}
.commission {background:#4276ff;background-size: 100% 100%;height: 240px;text-align: center;padding-top: 50px;box-sizing: border-box;color: #fff;}
.commission a {display: block;color: #fff;}
.commission-tit {font-size: 28px;padding-bottom: 16px;}
.commission .free {width: 116px;height: 36px;line-height: 36px;box-sizing: border-box;border-radius: 4px;border: 1px solid #fff;margin: 0 auto;margin-top: 8px;}
/*社交电商解决方案*/
.relationship {background-color: #f5fbff;padding-bottom: 60px;}
.relationship .marginauto {padding: 76px 154px;display: flex;justify-content: space-between;background: url(https://qiniu.wessyun.com/new_yali/img/product/social-low.png) no-repeat;background-position: center;box-sizing: border-box;position: relative;}
.relationship .rela-item {width: 200px;font-size: 16px;color: #3B426B;line-height: 30px;position: relative;}
.relationship .rela-tit {font-size: 24px;padding-bottom: 4px;font-weight: 500;color: #3b426b;}
.relationship .rela-item:before {content: '';position: absolute;width: 10px;height: 10px;border-radius: 50%;background: #5a81ff;left: -20px;top: 10px;}
.rela-left {display: flex;flex-direction: column;justify-content: space-between;height: 318px;}
.relationship .rela-img {position: absolute;left: 363px;top: 160px;}
.social-main {justify-content: space-around;font-size: 22px;color: #3b426b;padding-bottom: 50px;}
.poster {background: #f5fbff;}
.poster-container {padding-bottom: 50px;justify-content: center;}
.poster-subtit {font-size: 14px;color: #5d6494;text-align: center;padding-top: 28px;}
.poster-item {margin: 0 30px;}
.social-mem {background: #f5fbff;padding-top: 0;}
.social-mem .marginauto {height: 460px;align-items: center;}
.commission-three {justify-content: center;}
.three-item {background: url(https://qiniu.wessyun.com/new_yali/img/product/threebg.png) right bottom no-repeat;width: 240px;height: 260px;padding: 0 22px;box-sizing: border-box;box-shadow: 0 0 16px rgba(148, 165, 198, .3);margin: 50px 25px;font-size: 14px;color: #5d6494;line-height: 28px;}
.three-item img {padding-top: 40px;}
.three-tit {font-size: 16px;font-weight: 500;padding: 30px 0 10px 0;color: #3b426b;}
.commission-money {height: 786px;background: #f8f9fd;}
.commission-money img {margin: 0 auto;}
.commission-special {background: url(https://qiniu.wessyun.com/new_yali/img/product/socialbg.png) no-repeat;background-size: 100% 100%;height: 600px;}
.commission-page {justify-content: center;font-size: 16px;color: #5D6494;text-align: center;padding-bottom: 20px;}
.commi-cerate {padding-top: 50px;padding-bottom: 10px;margin: 0 auto;}
.comm-case {margin: 20px auto;}
.commission {background: linear-gradient(180deg, #ff7027, #ff8527);background-size: 100% 100%;height: 240px;text-align: center;padding-top: 50px;box-sizing: border-box;color: #fff;}
.commission-tit {font-size: 28px;padding-bottom: 16px;}
.commission .free_btn {width: 100px;height: 30px;line-height: 30px;margin: 0 auto;background: #fff;border-radius: 2px;margin-top: 20px;}
.commission a {display: block;color: #498dff;}
.group-banner {background: linear-gradient(-45deg, #28a7ff, #345eff);}
.member {align-items: center;padding-top: 50px;}
.member-left {padding-left: 40px;}
.member-right {padding-left: 20px;}
.member-tit {font-size: 26px;color: #3b426b;padding-bottom: 24px;}
.member-subtit {line-height: 30px;font-size: 18px;color: #5d6494;}
.poster {background: #f5f8ff;}
.poster-container {padding-bottom: 50px;justify-content: center;}
.poster-subtit {font-size: 14px;color: #5d6494;text-align: center;padding-top: 28px;}
.poster-item {margin: 0 15px;}
.pain-item {margin: 0 19px;width: 320px;height: 358px;background: linear-gradient(360deg,#28a7ff,#4276ff);color: #FFFFFF;text-align: center;font-size: 20px;}
.pain-item img {padding: 64px 0 32px 0;margin: 0 auto;}
.pain-subtit {opacity: .9;font-size: 16px;line-height: 34px;padding-top: 16px;width: 256px;margin: 0 auto;text-align: left;}
.seckill-ban {background: linear-gradient(90deg,#ff5470,#ff5b5b);}
.agreement {background: #f5f8ff;padding-bottom: 50px;}
.agreement-container {justify-content: center;}
.agreement-item {background: #fff;border-radius: 4px;font-size: 16px;color: #5d6494;line-height: 28px;text-align: center;width: 258px;height: 288px;margin: 0 14px;padding: 0 14px;box-sizing: border-box;}
.agreement-item img {padding-top: 34px;margin: 0 auto;}
.agreement-item .agreement-tit {font-size: 20px;font-weight: 500;color: #3B426B;padding: 16px 0 10px 0;}
.seckill-set {width: 520px;height: 146px;box-sizing: border-box;padding: 0 52px;margin: 0 30px 30px 30px;box-shadow: 0 0 16px rgba(229,228,228, .5);align-items: center;}
.seckill-set img {margin-right: 28px;}
.secpage-tit {font-size: 20px;font-weight: 500;color: #3B426B;}
.secpage-subtit {font-size: 16px;color: #5D6494;padding-top: 18px;}
.seckill-page .poster-item {margin: 0 16px;}
.sec-spa-item {width: 270px;height: 340px;background: rgba(255,255,255,.8);border-radius: 4px;text-align: center;color: #5D6494;padding-top: 46px;box-sizing: border-box;margin: 0 8px;font-size: 16px;line-height: 32px;}
.sec-spa-item .special-img {width: 130px;height: 130px;border-radius: 50%;background: rgba(255,246,243,.3);margin: 0 auto;display: flex;justify-content: center;align-items: center;}
.sec-spa-item .special-img img {padding-top: 10px;}
.seckill-special {background: url(https://qiniu.wessyun.com/new_yali/images/product/seckill-spbg.png) no-repeat;background-size: 100% 100%;padding-bottom: 50px;}
.sec-spa-item .red-line {width: 96px;height: 4px;margin: 30px auto 20px auto;background: #ff546d;border-radius: 2px;}
.decoration-video {width: 1000px;height: 540px;margin: 50px auto 0 auto;border-radius: 10px;position: relative;}
.decoradion-spec {background: #fff;width: 1000px;height: 354px;border-radius: 4px;border-radius: 10px;justify-content: center;padding-top: 72px;box-sizing: border-box;text-align: center;margin: 0 auto;}
.deco-item {width: 300px;}
.deco-item img {margin: 0 auto;}
.deco-item p {width: 214px;margin: 0 auto;text-align: center;line-height: 26px;font-size: 14px;color: #5D6494;}
.deco-item .deco-tit {font-size: 18px;font-weight: 500;color: #3B426B;padding: 20px 0;}
.decoration-live {margin: 0 auto;padding-bottom: 50px;}
.template-container {justify-content: center;}
.template-container img {margin: 0 16px;padding-bottom: 50px;}

.decoration-video {display: flex;justify-content: center;align-items: center;position: relative;}
.decoration-video div {display: flex;justify-content: center;align-items: center;}
.decoration-video .iconfont {color: #fff;font-size: 40px;padding-left: 6px;line-height: 134px;}
.big-circle {width: 276px;height: 276px;border-radius: 50%;background: rgba(0, 917, 141, .2);position: absolute;}
.video-cover {background: rgba(0, 917, 141, .1);position: absolute;z-index: 6;left: -56px;top: 0;right: -56px;bottom: 0;}
/*服务下*/
.service-banner{background: url(https://qiniu.wessyun.com/new_yali/img/product/service-bg.png) no-repeat;background-size: cover;-webkit-background-size: cover;-o-background-size: cover;color: #fff;}
.service-banner h2{font-size: 30px;}
.service-banner p{font-size: 16px;}
.start-item{text-align: center;width: 400px;padding-right: 20px;}
.start-item img {margin: 0 auto;padding-bottom: 24px;}
.start-item .item_title{font-size: 18px;color: #3b426b;margin-bottom: 20px;}
.start-item p{font-size: 14px;margin-bottom: 14px;color: #7D88A2;}
.common .common_title{font-size: 26px;color: #3b426b;text-align: center;margin-top: 20px;}
.common ul li span{display: inline-block;background-color:  #354cf3;width: 8px;height: 8px;border-radius:4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;}
.common ul li p{display: inline-block;font-size: 18px;color: #5d6494;text-align: left;margin-left: 20px;margin-top: -24px;line-height: 32px;}
.common ul li{list-style:none;}
.gn_show{overflow: hidden;margin-bottom: 80px;}
.gn_show .gn-item{float: left;width: 340px;height: 260px;background: none;text-align: center;margin-left: 45px;margin-bottom: 36px;box-shadow: 0 3px 16px rgba(230,233,246,0.70);-moz-box-shadow: 0 3px 16px rgba(230,233,246,0.70);-webkit-box-shadow:0 3px 16px rgba(230,233,246,0.70);}
.gn_show .gn-item img{padding: 16px 0 20px 0;margin: 0 auto;}
.gn_show .gn-item  .item_title{margin-bottom: 20px;color: #3b426b;font-size: 18px;}
.gn_show .gn-item p{font-size: 14px;color: #7d88a2;margin-bottom: 10px;}
/*卡密*/
.cardScreat-banner{background: linear-gradient(90deg,#ff825c,#ff5d5c);background-size: cover;-webkit-background-size: cover;-o-background-size: cover;}
.icon{margin-bottom: 20px;}
.con{position: relative;}
.cardScreatTitle h3{font-size: 26px;color: #3b426b;text-align: center;font-weight: 500;}
.cardScreatTitle .underline{width: 100px;height: 12px;background-color: #ffd9d9;border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius: 2px;position: absolute;bottom:-1px;left: 50.1%;z-index: -1;}
.cardScreat-special{width: 100%;}
.cardConTitle h3{text-align: center;font-size: 26px;color: #3b426b;font-weight: 500;}
.cardScreat-special .special-con{background: url(../../images/product/cm_bg.png) no-repeat;background-position:center center;text-align: center;position: relative;padding-bottom: 92px;margin-bottom: 46px;}
.cardScreat-special .special-con .yuan{margin-left: 39%;}
.conitem{display: inline-block;background-color: white;height: 64px;line-height: 64px;padding:0 36px;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;box-shadow: 0 0 24px #e8e8f1;-moz-box-shadow: 0 0 24px #e8e8f1;-webkit-box-shadow:0 0 24px #e8e8f1;overflow: hidden;}
.conitem .itemImg{float: left;margin-top: 20px;}
.conitem span{float: left;margin-left: 12px;}
.conitem1{position: absolute;left: 27%;top: 21%;}
.conitem2{position: absolute;left: 26%;top: 45%;}
.conitem3{position: absolute;left: 30%;bottom:16%;}
.conitem4{position: absolute;right: 27%;top: 21%;}
.conitem5{position: absolute;right: 25%;top: 45%;}
.conitem6{position: absolute;right: 25%;bottom:16%;}
/*会员营销*/
.align {text-align: center;}
.market-title {padding: 70px 0 50px 0;}
.market-title h3 {line-height: 28px;font-size: 28px;font-weight: 600;color: #3b426b;}
.market-icon {padding: 0 41px 50px;display: flex;justify-content: space-between;}
.market-icon .item {flex: 0 0 260px;text-align: center;background: #fff;padding: 36px 0 0;height: 290px;box-sizing: border-box;}
.market-icon .item img {margin: 0 auto 28px;}
.market-icon .item h4 {font-size: 18px;line-height: 1;font-weight: 400;color: #3b426b;margin-bottom: 14px;}
.market-icon .item p {line-height: 1;font-size: 16px;color: #7d88a2;}
.sub-title {text-align: center;font-size: 28px;color: #3b426b;font-weight: 600;line-height: 1;}
.sub-title1 {padding-top: 60px;}
.sub-title2 {padding-top: 70px;padding-bottom: 30px;}
.market-member {margin-bottom: 60px;}
.market-member>div{flex: 0 0 600px;}
.market-member .item {flex: 0 0 600px;box-sizing: border-box;position: relative;background-image: url("../../images/product/market2_titlebg.png");background-repeat: no-repeat;background-position: 28px 0;padding-top: 70px;}
.market-member .item.right{background-position: 9px 0;}
.market-member .item h4 {padding: 0 0 24px 60px;line-height: 1;font-size: 24px;color: #5d6494;}
.market-member .item .info {padding-left: 60px;font-size: 18px;color: #7d88a2;line-height: 44px;}
.market-member .item2 {flex: 0 0 580px;box-sizing: border-box;position: relative;}
.market-member .item2.right h4{padding: 0 0 24px 54px;}
.market-member .item2.right h4:after{left: 36px;}
.market-member .item2 h4 {padding: 0 0 24px 44px;line-height: 1;font-size: 24px;color: #5d6494;font-weight: 600;position: relative;}
.market-member .item2 h4:after{display: block;content: '';width: 8px;height: 8px;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;background: #ff4e4c;position: absolute;top: 9px;left: 26px;}
.market-member .item2 .info {padding-left: 44px;font-size: 18px;color: #7d88a2;line-height: 44px;}
/*商家助手*/
.assiatant-title {padding: 80px 0 60px 0;}
.assiatant-title h3 {font-size: 26px;color: #3b426b;}
.assiatant-icon {padding-bottom: 80px;}
.assiatant-icon .item {width: 25%;text-align: center;}
.assiatant-icon .item img {margin: 0 auto;}
.assiatant-icon .item h4 {font-size: 22px;line-height: 1;font-weight: bold;color: #3b426b;}
.assiatant-icon .item p {margin-top: 14px;line-height: 1;font-size: 18px;color: #5b6494;}
.assiatant-member h3 {padding: 20px 0 0 0;line-height: 1;font-size: 26px;color: #3b426b;}
.assiatant-member .item {position: relative;margin-top: 24px;font-size: 22px;color: #5b6494;}
.assiatant-member .item .info {padding-left: 32px;}
.assiatant-member .item p {line-height: 32px;font-size: 18px;}
.assiatant-member .special {position: relative;}
.assiatant-member .special .itemimg {position: absolute;top: 0;left: 70px;}
.assistant-more {padding-bottom: 70px;}
.assiatant-Micon .item {width: 387px;height: 387px;padding-top: 56px;margin-left: 18px;background-color: #fff;line-height: 1;text-align: center;font-size: 18px;color: #5b6494;-webkit-border-radius: 7px;-moz-border-radius: 7px;border-radius: 7px;-webkit-box-shadow: 0px 0px 20px #d3d9e8;-moz-box-shadow: 0px 0px 20px #d3d9e8;box-shadow: 0px 0px 20px #d3d9e8;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.assiatant-Micon .item:first-child {margin-left: 0;}
.assiatant-Micon .item img {margin: 0 auto;}
.assiatant-Micon .item h4 {margin: 56px 0 18px 0;font-size: 22px;}

/*移动样式*/
@media (max-width: 767px) {
.navbar .navbar-collapse {top: auto;width:100%;margin-left:-15px;height:0;}
.navbar .navbar-collapse.active,.navbar .navbar-collapse.in {height:100vh;}
.fullSlide {min-width:0;height: calc(15vh);}
.fullSlide .title {display: none;}
.fullSlide .content {display: none;}
.freeSystem .title {width: 100%;padding: 20px;}
.freeSystem ul {width: 100%;}
.freeSystem ul li {width: 50%;margin-top:12px;}
.freeSystem ul li .item1 {padding:0;width: 100%;height: auto;}
.freeSystem ul li .item1.on {display: block;}
.freeSystem ul li .item2.on {display: none;}
.freeSystem ul li .item1 .iconfont {font-size:60px;margin: 10px auto 10px auto;}
.freeSystem ul li .item1 .list {margin-top: 10px;}
.freeSystem ul li .item1 .list .item {margin-top: 10px;}
.operate {padding-bottom: 0 ;}
.operate .container {width: 100% ;}
.operate .list1 ul li{width:100% ;margin-right:0 ;}
.function_list li {width: 50%;}
.function_list li .pictrue {font-size:60px;}
.section-title p {width: 100%;}
.safe-sass .features {display: flex;flex-wrap: wrap;}
.safe-sass .features .item {width: 50%;padding: 2px;text-align: center;}
.safe-sass .features .item+.item {margin-left:0;}
.safe-sass .features .item .text, .safe-sass .features .item img {display: inline;}
.crmeb,.marketing,.gain,.data {display: none;}
.marginauto {width: 100%;flex-wrap: wrap;}
.three-item {width:48%;height:280px; margin: 10px 0;text-align: center;}
.commission-money {height: auto;}
.commission-money img{width:100%;margin-bottom: 50px;}
.commission-special {height: auto;padding-bottom: 50px;}
.special-container,.commission-page,.market-icon {flex-wrap: wrap;}
.commi-cerate,.comm-case {width: 100%;}
.market-icon .item {width:45%;flex:0;margin:2%;}
.market-member {flex-wrap: wrap;}
.market-member .item{margin-top: 0!important;padding-right: 0!important;flex: auto;}
.market-member .item h4{padding:20px;}
.market-member .item .info{padding:20px;}
.market-member>div {flex:auto;}
.market-member>div img{width:100%;}
.market-member .item2 {margin-top: 0!important;padding-right: 0!important;flex: auto;}
.market-member .item2 .info{padding:20px;}
.member-tit {text-align: center;}
.member-left,.member-right {width: 100%!important;padding: 10px;}
}

.popover {max-width: 480px;}
.article-prevnext{display: flex;justify-content: space-between;}
.article-prevnext li{list-style:none; }