html,
body {
  height: 100%;
  margin: 0;
  background-color: #fff;
  color: #333;
  font-family: PingFang SC, Verdana, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
}

html,
body {
  min-width: 1200px;
}

@media (max-width:1440px) {

  html,
  body {
    min-width: 1260px;
  }
}

ul,
li {
  list-style: none;
}

a {
  cursor: pointer;
  text-decoration: none;
}

*:focus {
  outline: none;
}

input,
img {
  border: none;
}

.ban-top {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 997;
  color: #4F4F4F;
  width: 1200px;
  background-color: #FFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.header-wrap {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  /* justify-content: space-between; */
}

.logo {
  z-index: 1;
  margin-top: 4px;
  text-align: center;
  display: flex;
  align-items: center;
  margin-right: 19px;
}

.ban-middle {
  margin-top: 30px;
  cursor: pointer;
}

.ban-txts {
  margin-top: 30px;
  font-size: 12px;
  opacity: 0.6;
}

.ban-right {
  flex: 1;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.nav-info {
  margin-top: 18px;
  font-size: 12px;
  text-align: right;
  position: relative;
  margin-left: 68px;
  display: flex;
}
.header-wrap .nav-info {
  flex-direction: column;
  align-items: center;
}


.nav-info span {
  position: relative;
  float: left;
  padding-left: 18px;
  height: 53px;
  color: rgba(255, 255, 255, 0.6);
}
.nav-info .server-line {
  display: flex;
  align-items: center;
}

.nav-info .server-line i {
  color: #666666;
  font-size: 14px;
  font-style: normal;
  margin-left: 6px;
}

.nav-info .apply-con {
  font-size: 12px;
  text-align: right;
  display: flex;
  margin-top: 8px;
}

.info {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.headerFreeApply {
  cursor: pointer;
  width: 117px;
  height: 26px;
  background: #186CEA;
  border: 1px solid #186CEA;
  border-radius: 17px;
  line-height: 26px;
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  margin-right: 13px;
}
.headerSoftDownload {
  cursor: pointer;
  width: 117px;
  height: 26px;
  border: 1px solid #186CEA;
  opacity: 1;
  border-radius: 17px;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  color: #186CEA;
  text-align: center;
}
.headerFreeApply:hover {
  background-color: #0556cf;
  transition: all 0.4s;
}
.headerSoftDownload:hover {
  background-color: rgba(235, 246, 255, 1);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}


.nav-info span:hover .info,
.nav-info span div:hover .info {
  visibility: visible;
  animation: show-nav 0.5s forwards;
  -webkit-animation: show-nav 0.5s forwards;
  -moz-animation: show-nav 0.5s forwards;
}

.nav-icon {
  width: 20px;
}

/*导航相关*/
.mav-wrap {
  position: relative;
  text-align: right;
  margin-top: 35px;
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 1px;
  letter-spacing: 1px;

}

.mav-wrap>div {
  height: 50px;
  position: relative;
  float: left;
}

.mav-wrap ul {
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
  text-align: left;
  position: absolute;
  left: -27px;
  width: 217px;
  background: #fff;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.16);
  padding: 7px 0px 12px 26px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  text-align: left;
  line-height: 32px;
  letter-spacing: 1px;
  top: 50px;
  margin-top: 0px !important;
}

.mav-wrap ul li a {
  cursor: pointer;
  color: #4F4F4F;
  text-decoration: none;
}

.mav-wrap ul li:hover a {
  color: #004097;
}

.mav-wrap div:hover ul,
.mav-wrap div a:hover ul {
  visibility: visible;
  animation: slide-nav 0.5s forwards;
  -webkit-animation: slide-nav 0.5s forwards;
  -moz-animation: slide-nav 0.5s forwards;
}

@keyframes slide-nav {
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

@-o-keyframes slide-nav {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes show-nav {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

@-o-keyframes show-nav {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.newDynamic ul {
  width: 113px;
  left: 24px;
}

.aboutUs ul {
  width: 113px;
  left: 24px;
}

.serviceNav ul {
  width: 126px;
  left: 24px;
}

.mav-item {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 15px;
  margin-left: 30px;
  cursor: pointer;
  text-decoration: none;
  color: #4F4F4F;
  font-weight: bold;
  border-bottom: 3px solid transparent;
}

.mav-item :last-child {
  padding-right: 0;
}

.box-active {
  position: fixed;
  top: 0;
}

.ban-top {
  width: 100%;
  -moz-transition: background-color 1s;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition: background-color 1s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition: background-color 1s;
  -o-transition-timing-function: ease-in-out;

}

.bg-top {
  background: #4B82DB;
  opacity: 0.95;

}

.ban-right {
  flex: none;
}

.ban-middle {
  margin-top: 35px;
}

.ban-txts {
  margin-top: 40px;
}

.navItem-bottom {
  border-bottom: 3px solid #004097;
  color: #004097;
}

.navItem-bottom-main {
  border-bottom: 3px solid#004097;
  color: #004097;
}

/* 导航相关结束*/

.d3 {
  width: 0;
  height: 0;
  display: inline-block;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to
/* .fade-leave-active below version 2.1.8 */

  {
  opacity: 0;
}

.public-info {
  visibility: hidden;
  opacity: 0;
  width: 180px;
  height: 198px;
  right: -135px;
  top: 52px;
  z-index: 1;
}

.weibo-info {
  right: -30px;
  top: 52px;
  z-index: 1;
  width: 201px;
  height: 316px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
}

.weibo-info p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #F2461D;
  margin: 10px;
}

.weibo-info img {
  width: 147px;
  height: 185px;
}

.weibo-info a {
  color: #fff;
  background-color: #F2461D;
  display: inline-block;
  width: 141px;
  height: 36px;
  border-radius: 36px;
  line-height: 34px;
  cursor: pointer;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  font-weight: 500;
  font-size: 16px;
}

.toutiao-info {
  width: 180px;
  height: 198px;
  right: -97px;
  top: 36px;
  z-index: 1;
}

.douyin-info {
  width: 180px;
  height: 198px;
  right: -59px;
  top: 36px;
  z-index: 1;
}

.video-win {
  margin-top: 500px;
}


@media (max-width: 1000px) {
  .header-wrap {
    width: 900px;
  }

  .mav-item {
    margin-left: 15px;
  }

  .nav-info {
    margin-left: 26px;
  }

  .mav-wrap ul {
    left: -60px;
  }

  .newDynamic ul {
    left: -10px;
  }

  .aboutUs ul {
    left: -10px;
  }

  .serviceNav ul {
    left: -10px
  }
}

@media (max-width: 1440px) {
  .header-wrap {
    width: 1200px;
  }

  .mav-item {
    margin-left: 40px;
  }

  .nav-info {
    margin-left: 40px;
  }

  .mav-wrap ul {
    left: -35px;
  }

  .newDynamic ul {
    left: 13px;
  }

  .aboutUs ul {
    left: 13px;
  }

  .serviceNav ul {
    left: 13px
  }
}

@media (max-width: 900px) {
  .header-wrap {
    width: 900px;
  }

  .mav-item {
    margin-left: 15px;
  }

  .nav-info {
    margin-left: 26px;
  }

  .mav-wrap ul {
    left: -60px;
  }

  .newDynamic ul {
    left: -10px;
  }

  .aboutUs ul {
    left: -10px;
  }

  .serviceNav ul {
    left: -10px
  }
}

/* QQ悬浮样式 */
.littleJ {
  width: 72px;
  height: 95px;
  position: fixed;
  right: 0px;
  top: 205px;
  z-index: 9999;
  display: none;
}

.sideTip {
  margin: 0;
  padding: 0;
  z-index: 9999;
  position: fixed;
  right: 0px;
  top: 300px;
  box-shadow: 0px 0px 6px rgba(72, 72, 72, 0.16);
  border-radius: 8px 0px 0px 8px;
  background: #fff;
}

.sideTip>li>a {
  width: 72px;
  height: 70px;
  text-align: center;
  transition: all 0.3s;
  border-bottom: 1px solid #F0F0F0;
  -webkit-transition: all 0.3s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.sideTip>li>a>div {
  width: 25px;
  height: 25px;
  opacity: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  margin: 10px auto 6px;
  background-size: 100% 100%;
}

.sideTip>li>a>span {
  font-size: 14px;
  color: #186CEA;
}


.sideTip>li:hover a {
  background: #186CEA;
}

.sideTip>li:hover span {
  color: #fff;
}
#online {
  background-image: url("../images/7422@2x.png");
}

#qq {
  background-image: url("../images/7314@2x.png");
}

#weixin {
  background-image: url("../images/wechat.png");
}

#wang {
  background-image: url("../images/7315@2x.png");
}

#telphone {
  background-image: url("../images/7316@2x.png");
}

#backup {
  width: 16px;
  height: 8px;
  background-image: url("../images/7321@2x.png");
}

#write {
  background-image: url("../images/7394@2x.png");
}
.sideTip>li:hover #online {
  background-image: url("../images/7418@2x.png");
}
.sideTip>li:hover #qq {
  background-image: url("../images/7323@2x.png");
}

.sideTip>li:hover #weixin {
  background-image: url("../images/wechat-hover.png");
}

.sideTip>li:hover #wang {
  background-image: url("../images/7324@2x.png");
}

.sideTip>li:hover #telphone {
  background-image: url("../images/7325@2x.png");
}

.sideTip>li:hover #write {
  background-image: url("../images/7400@2x.png");
}

.sideTip>li:hover #backup {
  background-image: url("../images/7326@2x.png");
}

.pos,
.wei {
  position: relative;
}

.weixinCode {
  background-color: #fff;
  position: absolute;
  display: none;
  top: -30px;
  right: 72px;
  width: 119px;
  height: 119px;
  animation: show-nav 0.7s forwards;
  -webkit-animation: show-nav 0.7s forwards;
  -moz-animation: show-nav 0.7s forwards;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
}

.weixinCode img {
  width: 100%;
  height: 100%;
}

.tel {
  position: absolute;
  text-align: center;
  top: 0px;
  right: 72px;
  width: 250px;
  height: 70px;
  line-height: 70px;
  background: #186CEA;
  color: #fff;
  font-size: 14px;
  display: none;
  animation: bounceInLeft 1s cubic-bezier(0.215, 0.610, 0.355, 1.000)
}

/**右侧qq,tel动画 */

@keyframes bounceInLeft {
  0% {
    transform: translate3d(500px, 0, 0);
  }

  60% {
    /*  opacity: 1;*/
    transform: translate3d(0px, 0, 0);
  }

  75% {
    transform: translate3d(0px, 0, 0);
  }

  90% {
    transform: translate3d(0px, 0, 0);
  }

  100% {
    transform: translate3d(0px, 0, 0);
  }
}

.headerCon {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 999;
}

.name-video {
  display: none;
}

.video-why {
  display: none;
}

.video-close {
  position: absolute;
  right: 1px;
  top: 2px;
  width: 40px;
  height: 41px;
  z-index: 999;
  cursor: pointer;
  display: none;
}

.video-close::before,
.video-close::after {
  position: absolute;
  content: " ";
  background-color: #999;
  left: 20px;
  top: 5px;
  width: 2px;
  height: 25px;
}

.video-close::before {
  transform: rotate(45deg);
}

.video-close::after {
  transform: rotate(-45deg);
}

.video-close:hover:before,
.video-close:hover:after {
  background-color: #5485e8;
}

.video-wraps {
  position: relative;
  display: none;
  width: 70%;
  position: fixed;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
}

.title-bar {
  position: absolute;
  bottom: -6%;
  width: 100%;
  height: 7%;
  background: linear-gradient(180deg, #464646 0%, #313131 100%);
}

#video-title {
  position: absolute;
  bottom: -24%;
  height: 100%;
  margin: auto 0 auto 2%;
  padding: 0;
  font-size: 20px;
  transition: font-size 0.2s ease-out;
  -webkit-transition: font-size 0.2s ease-out;
  font-weight: 500;
  line-height: 100%;
  color: #FFFFFF;
}

.img-item {
  display: flex;
  cursor: pointer;
  float: right;
  width: 6%;
  height: 100%;
}

#sharingImg {
  width: 30%;
  height: 45%;
  margin: auto 3px auto;
  background: url("../images/share@2x.png");
  background-size: 100% 100%;
}

.img-item:hover #sharingImg {
  background: url("../images/share-hover@2x.png");
  background-size: 100% 100%;
}

.img-item span {
  color: #fff;
  font-size: 14px;
  line-height: 100%;
  margin: auto 0;
  transition: font-size 0.2s ease-out;
  -webkit-transition: font-size 0.2s ease-out;
}

.img-item:hover span {
  color: #1CA7FC;
}


@media only screen and (max-width: 1400px) {
  #video-title {
    font-size: 19px;
    bottom: -18%;
  }

  .img-item span {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1200px) {
  #video-title {
    font-size: 19px;
    bottom: -16%;
  }

  .img-item {
    width: 8%;
  }

}

@media only screen and (max-width: 1100px) {
  #video-title {
    font-size: 18px;
    bottom: -14%;
  }
}

@media only screen and (max-width: 1000px) {
  #video-title {
    font-size: 17px;
    bottom: -12%;
  }
}

@media only screen and (max-width: 900px) {
  #video-title {
    font-size: 16px;
    bottom: -10%;
  }

  .img-item {
    width: 10%;
  }

  #sharingImg {
    width: 15px;
    height: 15px;
  }
}

@media only screen and (max-width: 800px) {
  #video-title {
    font-size: 15px;
    bottom: -8%;
  }
}

@media only screen and (max-width: 700px) {
  #video-title {
    font-size: 14px;
    bottom: -6%;
  }

  .img-item {
    width: 12%;
  }
}

@media only screen and (max-width: 600px) {
  #video-title {
    font-size: 13px;
    bottom: -4%;
  }

  .img-item {
    width: 55px;
  }
}

@media only screen and (max-width: 500px) {
  #video-title {
    font-size: 12px;
    bottom: -2%;
  }
}



#understand,
#jackunWhy {
  width: 100%;
  height: 100%;
  max-height: 800px;

}

.footer-wrap {
  width: 100%;
  background: #000;
  background-size: 100% 100%;
}

.tableContainer {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  /* display: inline-block;
    text-align: center; */
}

.footer-item {
  width: 210px;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.footer-name {
  font-size: 14px;
  line-height: 40px;
  color: rgba(255, 255, 255, 1);
}

.footer-address {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 1);
  opacity: 0.7;
  margin: 10px 0 13px 0;
}

.footer-bottom {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.bottom-line {
  background-color: #414141;
}

.friend-link p {
  margin: 13px 0 18px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  opacity: 0.8;
}

.friend-link p a {
  color: rgba(255, 255, 255, 0.7);
}

.friend-link p a:hover {
  color: #5485E8;
}


.bottom-right {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 20px;
  padding: 17px 0;
  display: flex;
  justify-content: center;
}

.bottom-right a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  line-height: 20px;
}

.bottom-right img {
  width: 20px;
  height: 20px;
  margin: 0 7px 0 15px;
}

hr {
  width: 99%;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 1);
  opacity: 0.15;
}

.footer-txt {
  display: flex;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-top: 20px;
}

.footer-txt img {
  width: 15px;
  height: 17px;
  margin: 2px;
}

.footer-txt a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.footer-ul {
  display: flex;
  color: #fff;
  font-size: 18px;
  justify-content: center;
  padding: 40px 0;
  margin: 0;
}

.footer-ul li {
  line-height: 15px;
  padding: 0 10px;
  border-right: 1px solid #fff;
}

.footer-ul li a {
  color: #fff;
}

.footer-ul li:hover {
  color: #5485E8 !important;
}

.footer-ul li a:hover {
  color: #5485E8 !important;
}

.footer-ul li:last-child {
  border-right: 0;
}

.pda-wrap {
  width: 280px;
  position: absolute;
  bottom: 23px;
  right: -87px;
  transform-origin: center bottom;
  z-index: 2001;
  margin-bottom: 12px;
  position: absolute;
  background: #FFF;
  min-width: 150px;
  border-radius: 4px;
  border: 1px solid #EBEEF5;
  padding: 12px;
  z-index: 2000;
  color: #606266;
  line-height: 1.4;
  text-align: justify;
  font-size: 14px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  word-break: break-all;
  display: none;
}

.pda-soft {
  display: flex;
  justify-content: center;
}

.pda-item {
  padding: 8px 12px 0 12px;
  border-right: 1px solid #e9eaeb;
  display: flex;
  flex-direction: column;
}

.pda-box {
  cursor: pointer;
  width: 111px;
  height: 111px;
  background-color: #5485E8;
  display: flex;
}

.pda-box img {
  width: 41px;
  height: auto;
  margin: auto;
}

.pda-img {
  width: 115px;
  height: auto;
}

.pda-txt {
  margin-top: 5px;
  font-size: 14px;
  color: #999;
  text-align: center;
}

.pda-item:last-child {
  border-right: 0;
  padding-left: 26px;
}

.arrow_down {
  position: absolute;
  left: 48%;
  bottom: -7px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
}

.displayBlock {
  display: block;
}

.displayNone {
  display: none;
}

@-webkit-keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-slow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-0.1px);
    transform: translateY(-0.1px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.slide-left {
  -webkit-animation: slide-left 1s forwards;
  -moz-animation: slide-left 1s forwards;
  animation: slide-left 1s forwards;
}

.slide-right {
  -webkit-animation: slide-right 1s forwards;
  -moz-animation: slide-right 1s forwards;
  animation: slide-right 1s forwards;
}

.slide-top {
  -webkit-animation: slide-top 0.6s forwards;
  animation: slide-top 0.6s forwards;
}

.slide-bottom {
  -webkit-animation: slide-bottom 0.6s forwards;
  animation: slide-bottom 0.6s forwards;
}

.show-slow {
  -webkit-animation: slide-slow 0.6s forwards;
  animation: slide-slow 0.6s forwards;
}

.layui-layer {
  box-shadow: none !important;
}

/* FIXED ME 排查 */
/* .layui-layer-nobg{
  min-width: 1332px !important;
  min-height: 750px !important;
} */
