
@charset "utf-8";
.xslide_box {
  height: 100%;
  width: 100%;
  background: #bedaff url(/pages/static/images/index1/active/bg.png) no-repeat 0 0/ 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.xslide_wrapper {
  margin-top: 10%;
  position: relative;
  width: 1920px;
  height: 1080px;
}
.xslide_wrapper_round{
  z-index: -1 !important;
  position: absolute;
  top: -83px;
  left: 50%;
  transform: translateX(-50%);
  width: 1100px;
  height: 1100px;
}
.xslide_wrapper_round .xround_1 {
  position: absolute;
  left: 0;
  top: 0;
}
.xslide_wrapper_round .xround_2{
  position: absolute;
  left: 110px;
  top: 110px;
  transform: rotate(45deg);
  transition: all 1s linear;
}
.xslide_wrapper_round .xround_3{
  position: absolute;
  left: 220px;
  top: 220px;
  transform: rotate(-45deg);
  transition: all 1s linear;
}
.rotateShow {
  transform: rotate(0deg) !important;
}
.xslide_wrapper_bgBottom{
  z-index: 2;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.xslide_wrapper_bgBottom .xmask.left{
  position:absolute;
  left:0;
  bottom: 0;
  width:100px;
  height: 300px;
  background:linear-gradient(-90deg,rgba(255,255,255,0) 0,#bdd9ff 100%);
}
.xslide_wrapper_bgBottom .xmask.right{
  position:absolute;
  right:0;
  bottom: 0;
  width:100px;
  height: 300px;
  background:linear-gradient(90deg,rgba(255,255,255,0) 0,#bdd9ff 100%);
}
.xslide_wrapper_bgBottom .xmask.bottom{
  position:absolute;
  right:0;
  bottom: 0;
  width:100%;
  height: 100px;
  background:linear-gradient(180deg,rgba(255,255,255,0) 0,#bdd9ff 100%);
}
.xslide_wrapper_money{
  position: absolute;
  left: 50%;
  top: 315px;
  transform: translateX(-50%);
  transition: all 0.6s linear;
}
.bottomShow {
  top: 215px !important;
}
.xslide_wrapper_content{
  z-index: 3;
  position: relative;
  width: 1061px;
  margin: 215px auto 0;
  text-align: center;
}
.xslide_wrapper_content .xtitle{
  margin-left: -35px;
}
.xslide_wrapper_content .xbutton{
  margin: 40px 0 0 25px;
  display: inline-block;
  width: 220px;
  height: 53px;
  line-height: 50px;
  border-radius: 100px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(180deg, #7BB0FF 0%, #4D88FF 100%);
  box-shadow: 0px 12px 24px 0px rgba(43, 89, 255, 0.20);
  color: #FFF;
  text-shadow: 0px 1px 1px rgba(0, 48, 212, 0.10);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-align: center;
  animation: scale 2s ease-in-out infinite;
}
.xslide_wrapper_content .xarrowLeft{
  z-index: 3;
  position: absolute;
  top: 245px;
  left: 310px;
  animation: slideLeft 1s ease-in-out infinite;
}
.xslide_wrapper_content .xarrowRight{
  z-index: 3;
  position: absolute;
  top: 245px;
  right: 285px;
  animation: slideRight 1s ease-in-out infinite;
}
@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-20px);
  }

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

  50% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(0);
  }
}
.swiper-slide {
  overflow: hidden;
}