.html-class,.body-class,div,span,h1,h2,h3,h4,h5,h6,p,a,img,video,span{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.mxcontainer {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.carousel {
  position: relative;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.carousel .item {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  display: none;
  height: auto;
  cursor: pointer;
  max-height: 820px;
}

.item>img {
  width: 100%;
  height: 100%;
}


.carousel .unactive {
  /* animation: fadeOut 1s; */
  display: inline-block;

}

.top-notice {
  background: #fff4d1;
  color: #777;
  height: 30px;
  line-height: 30px;
  position: relative;
  z-index: 100;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 100px;
}

.top-notice .top-img {
  display: flex;
  align-items: center;
  margin-right: 4px;
}

.top-notice .top-img img {
  width: 18px;
  height: 18px;
}

.top-notice .top-marquee {
  width: 960px;
  text-align: left;
  color: #4d3308;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;

}

.carousel .active {
  /* animation: fadeUp 1s; */
  display: inline-block;
  z-index: 10;
}

#MX_notice {
  display: flex;
  align-items: center;
  padding-left: 100px;

}

#MX_notice .img-notice {
  display: flex;
  align-items: center;
  width: 90px;
  flex-shrink: 0;
  
}

#MX_notice .img-notice>span {
  margin-right: 4px
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    display: inline-block;
  }

  25% {
    opacity: 0.75;
  }

  50% {
    opacity: 0.5;
  }

  75% {
    opacity: 0.25;
  }

  100% {
    opacity: 0;
    display: none;
  }
}


@keyframes fadeUp {
  0% {
    opacity: 0;
    display: none;
  }

  25% {
    opacity: 0.25;
    display: inline-block;
  }

  50% {
    opacity: 0.5;
  }

  75% {
    opacity: 0.75;
  }

  100% {
    opacity: 1;
    display: inline-block;
  }
}

.indicator {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}



.arrow {
  position: absolute;
  width: 45px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.4);
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 20;
}

.arrow-left {
  left: 0;
}

.arrow-right {
  right: 0;
}

.notice {
  padding-left: 100px;
  display: flex;
}

@keyframes marqueeAnim {
  0% {
    transform: translateX(100vw);
  }

  100% {
    transform: translateX(-100%);
  }
}

.marquee-wrap {
  width: 100%;
  height: 32px;
  line-height: 32px;
  background: #fff;
  box-sizing: border-box;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}

.marquee-wrap2 {
  background: none;
}


.notice .img-notice {
  display: flex;
  width: 110px;
  justify-content: space-between;
  align-items: center;
  margin-right: 10px;
}

.img-notice span {
  color: #5d5d5d;
  font-size: 18px;
}

.img-notice img {
  width: 20px;
  height: 20px;
}

.marquee-content {
  white-space: nowrap;
  display: inline-block;
  color: #686868;
  cursor: pointer;
  display: inline-block;
  animation-name: marqueeTransform;
  animation-timing-function: linear;
  animation-iteration-count: infinite
}


@keyframes marqueeTransform {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}

.more-notice {
  display: inline-block;
  cursor: pointer;
}

.bg-dialog-notice {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9998;
  background: #0e0e0e;
  opacity: 0.8;
  top: 0;
  left: 0;
}

.bg-dialog-content-notice {
  position: absolute;
  z-index: 9999;
  width: 950px;
  height: 550px;
  background: url("https://file-new.rkvcviwf.com/bg.png") center no-repeat;
  background-size: cover;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.bg-dialog-content-notice .notice-close {
  position: absolute;
  right: 30px;
  top: 0;
  cursor: pointer;
}

.cont-notice__left {
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.app-download {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;

}

.cont-notice__left p {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: 130px;
  text-align: center;
}

.cont-notice__right {
  position: absolute;
  left: 420px;
  top: 110px;
  right: 25px;
  font-size: 22px;
  color: #6D7278;
  font-weight: 500;
  font-family: PingFangMedium;
}


.cont-notice__right h2 {
  font-family: YouSheBiaoTiHei;
  font-size: 36px;
  color: #333333;
  letter-spacing: 0.88px;
  text-align: center;
}


.cont-notice__right .btn-login {
  width: 221px;
  height: 54px;
  background: url("https://file-new.rkvcviwf.com/btn.png") center no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  line-height: 114px;
  justify-content: center;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  padding-left: 35px;
  cursor: pointer;
}