html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button { margin: 0; padding: 0; border: 0; vertical-align: baseline; } h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; word-break: break-all; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; } table { border-collapse: collapse; border-spacing: 0; } a { text-decoration: none; color: inherit; } input, textarea, button, select { border: none; } button { cursor: pointer; background: none; } input:focus, textarea:focus, button:focus, select:focus { outline: none; outline-offset: 0; } input { display: block; } .clearfix::after { content: ""; display: block; clear: both; }
html,body{
  width: 100%;
}
body {
  font-size: 16px;
  font-family: "Microsoft YaHei", Arial;
  -webkit-text-size-adjust: 100%;
  font-size-adjust: none;
}

.left {
  float: left;
}

.right {
  float: right;
}
.clearfix::after{
  content: '';
  display: block;
  clear: both;
}
.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 32px;
}
.f36 {
  font-size: 36px;
}
.f42 {
  font-size: 42px;
}
.f45 {
  font-size: 45px;
}
.f70 {
  font-size: 70px;
}
.f90 {
  font-size: 90px;
}
.colfff {
  color: #fff;
}
.col333 {
  color: #333;
}
.colccc{
  color: #767676;
}
.homecol{
  color: #009FFF;
}
.xcxcol{
  color: #FF7612;
}
.appcol{
  color: #00CAB5;
}
.gchcol{
  color: #A557F4;
}
.zqcol{
  color: #1CA1FE;
}
.solucol{
  color: #FF4E00;
}
.glrjcol{
  color: #3BB4F9;
  
}
.xtbgcol{
  color: #04DFD4;
  
}
.casecol{
  color: #1AABFF;
}
.aboutcol{
  color: #5391ff;
}
.articlecol{
  color: #38B3FC;
}
.ycol{
  color: #FEB000;
}
.coopercol{
  color: #FFC13B;
  
}
.col59{
   color: #595961;
  
}
.col7d{
   color: #7D7D88;
  
}
.col999{
   color: #999;
  
}
.fbold{
  font-weight: bold;
}
.top30{
  margin-top: 30px;
}
.top50{
  margin-top: 50px;
}
.top100{
  margin-top: 100px;
}
.hidden {
  display: none;
}
.spe-block {
  display: block;
  width: 100%;
  height: 100%;
}
.object-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mshow {
  display: none;
}
.mhide {
  display: block;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.comrow2 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.comrow3 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.comrow7 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}

.mcomrow5 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.transition{
  transition: all .3s;
}
/* same-title */
.same-title{
  text-align: center;
}
.same-title h3{
  color: #333;
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 18px;
}

.watch-more{
  width: 160px;
  height: 44px;
  background: #5391ff;
  border-radius: 22px;
  line-height: 44px;
  text-align: center;
}
.watch-more a{
  display: block;
  width: 100%;
  height: 100%;
}
.watch-more a:hover{
  opacity: .8;
}
.spe-watch{
  background: none;
  border: 1px solid #5D62E7;
  color: #5D62E7;
}
.text-right{
  text-align: right;
}
/* header */
.top{
  height: 51px;
  background-color: #fff;
  border: 1px solid #EEEEEE;
  line-height: 51px;
}
.top .tel{
  float: right;
  
}
header {
  height: 70px;
  width: 100%;
  color: #595961;
  background-color: #fff;
  position: relative;
  z-index: 1000;
}
.head-active {
  position: fixed;
  top: 0;
}
header .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  height: 100%;
  display: flex;
  align-items: center;
}
.logo-pic {
  display: block;
  width: 115px;
}

.nav > ul {
  display: flex;
  height: 70px;
  line-height: 70px;
}
.nav ul .item {
  height: 100%;
  margin-left: 40px;
  position: relative;
}

.nav ul .item::before{
  content: '';
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  width:0%;
  height: 1px;
  background: #595961;
  border-radius: 1px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition:all .5s ease-out;
  -webkit-transition:all .5s ease-out;
  -moz-transition:all .5s ease-out;
  overflow:hidden;
  z-index: 99;
}

.nav ul .item:hover::before,.nav ul .item.active::before{
  width: 100%;
}
.two-menu {
    width: 120px;
    position: absolute;
    top: 148px;
    left: 50%;
    background-color: #fff;
    z-index: 10;
    opacity: 0;
    margin-left: -60px;
    visibility: hidden;
    transition: all .5s ease-out ;
    -webkit-transition: all .5s ease-out ;
    -webkit-transition: all .5s ease-out ;
    -moz-transition: all .5s ease-out ;
    -ms-transition: all .5s ease-out ;
    -o-transition: all .5s ease-out ;
    padding: 10px 0;
}
/* .nav .item.active  .two-menu */
.nav .item:hover  .two-menu{
  top: 64px;
  opacity: 1;
  visibility: visible;
}
.two-menu li{
  width: 100%;
  text-align: center;
  line-height: 40px;
  color: #3a3a3a;
}
.two-menu li a:hover,.two-menu li a.active{
  color:#009FFF ;
}
/* header */
/* banner */
.banner-swiper{
  width: 100%;
}
.banner-swiper .swiper-wrapper .swiper-slide{
  width: 100%;
  height: 600px;
  background-image: url(../image/4c5bc89524395c52813c02d0273e40e6.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 90px;
}
.banner-swiper .swiper-wrapper .swiper-slide .container{
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.banner-swiper .swiper-wrapper .swiper-slide .container .text{
  position: absolute;
  left: 0;
  top: 23%;
  
  
}
.banner-swiper .swiper-wrapper .swiper-slide .container .text h3{
  margin-bottom: 37px;
}
.banner-swiper .swiper-pagination-bullet{
  background: #fff;
  
}
/* footer */
footer {
  width: 100%;
  color: #fff;
  height: 373px;
  background: #282828;
}

footer .container {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
footer .container .footer-info .title{
  font-size: 24px;
  font-weight: bold;

}
footer .container .footer-info .tel{
  margin: 30px 0 28px;
  font-size: 30px;
}
footer .nav-menu{
  margin-top: 58px;
}
footer .nav-menu  ul{
  margin-top: 20px;
  display: flex;
}
footer .nav-menu  ul li{
  margin-right: 24px;
}
footer .nav-menu  ul li a:hover,
.foot-bottom  .links .link a:hover,
.foot-bottom .icp-info a:hover{
  opacity: .8;
}
footer .last-menu{
  display: flex;
}
.foot-bottom {
  height: 98px;
  color: #fff;
  background: #191919;
}
.foot-bottom  .links{
  display: flex;
  height: 58px;
  line-height: 58px;
}
.foot-bottom  .links .link a{
  margin-right: 8px;
}
.foot-bottom  .links .link a:last-child{
  margin-right: 0;
}
.foot-bottom  .icp-info{
  display: flex;
  justify-content: space-between;
  height: 40px;
  line-height: 40px;
}
.last-menu {
  margin-top:86px;
}
.last-menu .row{
  text-align: center;
}
.last-menu .row:first-child{
  margin-right: 37px;
}
.last-menu .row img{
  width: 168px;
  height: 168px;
  display: block;
}
.last-menu .row .menu-title{
  margin-top: 10px;
}
/* footer */

.middle-panel .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.middle-panel .container .item{
  width: 27%;
  margin-top: 100px;
  display: flex;
  align-items: center;
}
.middle-panel .container .item .icon-box{
  margin-right: 30px;
}
.middle-panel .container .item .name{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}

/* 案例 */

.same-case .tab-box{
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
  color: #7D7D88;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.same-case .hd ul{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.same-case .tab-box .tab{
  position: relative;
  cursor: pointer;
}
.same-case .tab-box .tab.active{
  color: #5391ff;
}
.same-case .tab-box .tab.on{
  color: #5391ff;
}
.same-case .tab-box .tab.active::after{
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  background: #5391ff;
  width: 100%;
  height: 1px;
}
.same-case .tab-box .tab.on::after{
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  background: #5391ff;
  width: 100%;
  height: 1px;
}
.same-case .case-items{
  margin: 50px 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.same-case .case-item{
  width: 277px;
  height: 282px;
  background: #FFFFFF;
  box-shadow: 0px 4px 46px 11px rgba(180, 179, 179, 0.1);
  border-radius: 5px;
  margin-right: 29px;
  margin-bottom: 30px;
  position: relative;
}
.same-case .case-item::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: #5D62E7;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.same-case .case-item:nth-of-type(4n){
  margin-right: 0;
}
.same-case .case-item .pic-box{
  width: 277px;
  height: 130px;
  
}
.same-case .case-item .pic-box img{
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
}
.same-case .case-item .case-desc{
  padding: 29px 20px 0;
  position: relative;
  
}
.same-case .case-item  .logo{
  width: 72px;
  height: 72px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 4px 46px 11px rgba(180, 179, 179, 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.same-case .case-item  .logo img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.same-case .case-item .case-desc .name{
  font-size: 18px;
  font-weight: bold;
  color: #595961;
  margin-bottom: 20px;
  text-align: center;
}
.same-case .case-item .case-desc p{
  color: #7D7D88;
  font-size: 14px;
}
.same-case .case-item:hover .pic-box img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.same-case .watch-more{
  margin: 0 auto;
}

.same-partner{
  margin-top: 106px;
}
.same-partner .content{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.same-partner .content a{
  width: 13%;
  margin-bottom: 20px;
}


.page{
  display: flex;
  justify-content: center;
  margin: 20px auto 50px;
  color: #A3A3A3;
}
.page ul{
  display: flex;
}
.prev,.next{
  text-align: center;
}
.prev-icon,.next-icon{
  width: 20px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prev-icon img,.next-icon img{
  width: 6px;
  height: 11px;
}
.prev,.next,.prev-icon,.next-icon,.page ul li{
  min-width: 53px; height: 50px; line-height: 50px; overflow: hidden; margin: 0 5px; border-radius: 5px; background: #fff; cursor: pointer; text-align: center; font-size: 14px; color: #333;border: 1px solid #eee;
}
.page ul li a{
  display: block;
}
.page ul li.active{
  font-size: 14px;
  color: #fff;
  background: #1AABFF;
}
.pic-box{
  overflow: hidden;
}
.pic-box img{
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.ccCase .same-title{
  -webkit-animation: c4 1s forwards;
  -o-animation: c4 1s forwards;
  animation: c4 1s forwards;
}
.ccCase .tab-box{
-webkit-animation:  c4 1s  0.4s forwards;
  -o-animation:  c4 1s  0.4s forwards;
  animation:  c4 1s  0.4s forwards;
}
.ccCase .content {
  -webkit-animation:  c4 1s  0.8s forwards;
  -o-animation:  c4 1s  0.8s forwards;
  animation:  c4 1s  0.8s forwards;
}
.animateCase .same-title{
  opacity: 0;
}
.animateCase .tab-box{
  opacity: 0;
}
.animateCase .content{
  opacity: 0;
}

.ccPartner .same-title{
  -webkit-animation: c4 1s forwards;
  -o-animation: c4 1s forwards;
  animation: c4 1s forwards;
}
.ccPartner .content a {
  -webkit-animation: c2 1s  0.4s forwards;
  -o-animation: c2 1s  0.4s forwards;
  animation: c2 1s  0.4s forwards;
}
.partner .same-title{
opacity: 0;
}
.partner .content a{
opacity: 0;
}

/* 在线联系  侧边栏 */
.slide-nav{
  position: fixed;
  right: 30px;
  top: 50%;
  width: 60px;
  height: 328px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 9.4px 0.6px rgba(163, 164, 164, 0.54);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  z-index: 999;
}
.slide-nav ul{
  height: 100%;
}
.slide-nav ul .item{
  position: relative;
  height: 33.34%;
}
.slide-nav ul .item>a{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgb(238, 238, 238);
  cursor: pointer;
}
.slide-nav ul .item:last-child>a{
  border-bottom: none;
}

.slide-nav ul .item i{
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../image/icon_service.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.slide-nav ul .item .name{
  width: 70%;
  margin: 8px auto 0;
  font-size: 16px;
  color: #333;
  text-align: center;
  letter-spacing: 2px;
}
.slide-nav ul .item:nth-of-type(2) i{
 
  width: 24px;
  height: 24px;
  background-image: url(../image/icon_weixin.png);
  
}
.slide-nav ul .item:nth-of-type(3) i{
 
  width: 24px;
  height: 24px;
  background-image: url(../image/icon_qq.png);
  
}

.slide-nav ul .item .show-connect{
  display: none;
  position: absolute;
  left: -200px;
  top: 0;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 9.4px 0.6px rgba(163, 164, 164, 0.54);
  width: 157px;
  height: 197px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.slide-nav ul .item .show-connect .pic-box{
  border-radius: 20px 20px 0 0;
  background-image: -moz-linear-gradient( -12deg, rgb(61,127,255) 0%, rgb(95,70,247) 100%);
  background-image: -webkit-linear-gradient( -12deg, rgb(61,127,255) 0%, rgb(95,70,247) 100%);
  background-image: -ms-linear-gradient( -12deg, rgb(61,127,255) 0%, rgb(95,70,247) 100%);
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  display: flex;
  justify-content: center;
  
}

.slide-nav ul .item .show-connect>p {
  text-align: center;
  font-size: 16px;
  color: #5593ff;
  margin-top: 6px;
}
.slide-nav ul .item.tel-connect .show-connect .pic-box{

  height: 138px;
  position: relative;
}
.slide-nav ul .item.tel-wx .show-connect .pic-box{
  align-items: center;
  height: 163px;
}
.slide-nav ul .item.tel-connect .show-connect .pic-box img{
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.slide-nav ul .item.tel-wx .show-connect .pic-box img{
  width: 120px;
  height: 120px;
}
.slide-nav ul .item.tel-connect .show-connect>p {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-nav ul .item.tel-connect .show-connect>p img{
  margin-right: 2px ;
}
.slide-nav ul .item .show-connect .hour-icon{
  position:absolute;
  top: 95px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.slide-nav ul .item:hover a{
  background-image: -moz-linear-gradient( -12deg, rgb(61,127,255) 0%, rgb(104,163,255) 100%);
  background-image: -webkit-linear-gradient( -12deg, rgb(61,127,255) 0%, rgb(104,163,255) 100%);
  background-image: -ms-linear-gradient( -12deg, rgb(61,127,255) 0%, rgb(104,163,255) 100%);
}
.slide-nav ul .item:hover .name{
  color: #fff;
}
.slide-nav ul .item:hover i{
  background-image: url(../image/icon_serviceg.png);
  
}

.slide-nav ul .item:hover:nth-of-type(2) i{

  background-image: url(../image/icon_weixing.png);
  
}
.slide-nav ul .item:hover:nth-of-type(3) i{
 
  background-image: url(../image/icon_qqg.png);
  
}
.slide-nav ul .item:hover .show-connect{
  display: block;
}

.slide-nav ul .item:first-child a{
  border-radius: 30px 30px 0 0;
  -webkit-border-radius: 30px 30px 0 0;
  -moz-border-radius: 30px 30px 0 0;
  -ms-border-radius: 30px 30px 0 0;
  -o-border-radius: 30px 30px 0 0;
}
.slide-nav ul .item:last-child a{
  border-radius: 0 0 30px 30px;
  -webkit-border-radius: 0 0 30px 30px;
  -moz-border-radius: 0 0 30px 30px;
  -ms-border-radius: 0 0 30px 30px;
  -o-border-radius: 0 0 30px 30px;
}

.bottom-nav{
  position: fixed;
  left: 0px;
  bottom: 0;
  height: 100px;
  width: 100%;
  background-color: rgba(0, 0, 0,0.741);
  z-index: 999;
}
.bottom-nav .container{
  display: flex;
  
  align-items: center;
  height: 100%;
}
.bottom-nav .name{
  font-size: 36px;
  color: #fff;
  letter-spacing: 4px;
  position: relative;
  padding-right: 44px;
}
.bottom-nav .name::after{
  content: '';
  position: absolute;
  right:0 ;
  top: 50%;
  width: 1px;
  height: 60px;
  background-color: rgba(255, 255, 255,0.322);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.bottom-nav .fill-box{
  height: 100%;
  display: flex;
  align-items: center;
}
.bottom-nav .fill-box .tel-box {
  background-color: rgb(255, 255, 255);
  width: 354px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  margin: 0 30px 0 40px;
}
.bottom-nav .fill-box .tel-box input{
  flex: 1;
  height: 54px;
  padding: 7px 15px;
  line-height: 40px;
  font-size: 18px;
  color: #333;
}
.bottom-nav .fill-box .code-box{
  display: flex;
}
.bottom-nav .fill-box .code-box input{

  height: 54px;
  padding: 7px 28px;
  line-height: 40px;
  font-size: 18px;
  color: #333;
  width: 140px;
  margin-right: 20px;
  border-radius: 28px;
}
.bottom-nav .fill-box .code-box .code-icon{
  width: 100px;
  height: 54px;
  margin-right: 20px;
}
.bottom-nav .fill-box .tel-box input::placeholder{
  color: #ccc;
  font-size: 18px;
}
.bottom-nav .fill-box button{
  width: 160px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 28px;
  font-size: 18px;
  color: #5d62e7;
  background-color: rgb(255, 255, 255);
}

.close-icon{
  position: absolute;
  top: 10px;
  right: 16px;
  cursor: pointer;
}
.error-box{
  width: 100%;
  height: 100%;
  display: none;
}
.error-box .mask{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc( 100% - 100px );
  background-color: rgba(0, 0, 0,0.4);
  z-index: 9999;
}
.error-box .mask .error-tips{
  position: absolute;
  top: 50%;
  left: 50%;
  padding:6px 10px;
  border-radius: 10px;
  color: #333;
  background-color: rgb(255, 255, 255);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  z-index: 10000;
}
/* 抖动效果 */

.same-shake .item:hover{
   animation: itemShake 1s linear;
   -webkit-animation: itemShake 1s linear;
}

@keyframes itemShake { /* 垂直抖动，核心代码 */
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-8px);
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -o-transform: translateY(-8px);
}
    50% {
        transform: translateY(0px);
    }
    75% {
        transform: translateY(8px);
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -o-transform: translateY(8px);
}
    to {
        transform: translateY(0);
    }
}


.animateLeft{

    -webkit-animation: commonLeft 1s forwards;
    -o-animation: commonLeft 1s forwards;
    animation: commonLeft 1s forwards;
}
@keyframes commonLeft {
  0% {
    transform: translateX(-700px);
    opacity: 0;
    -webkit-transform: translateX(-700px);
    -moz-transform: translateX(-700px);
    -ms-transform: translateX(-700px);
    -o-transform: translateX(-700px);
}
  100% {
    transform: translateX(0);
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
}

.animateRight{

    -webkit-animation: commonRight 1s forwards;
    -o-animation: commonRight 1s forwards;
    animation: commonRight 1s forwards;
}
@keyframes commonRight {
  0% {
    transform: translateX(700px);
    opacity: 0;
    -webkit-transform: translateX(700px);
    -moz-transform: translateX(700px);
    -ms-transform: translateX(700px);
    -o-transform: translateX(700px);
}
  100% {
    transform: translateX(0);
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
}