.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
section {
  overflow: hidden;
}
:root {
  --fs12: 0.12rem;
  --fs14: 0.14rem;
  --fs16: 0.16rem;
  --fs18: 0.18rem;
  --fs20: 0.2rem;
  --fs22: 0.22rem;
  --fs24: 0.24rem;
  --fs26: 0.26rem;
  --fs28: 0.28rem;
  --fs30: 0.3rem;
  --fs32: 0.32rem;
  --fs34: 0.34rem;
  --fs36: 0.36rem;
  --fs38: 0.38rem;
  --fs40: 0.4rem;
  --fs42: 0.42rem;
  --fs44: 0.44rem;
  --fs46: 0.46rem;
  --fs48: 0.48rem;
  --fs50: 0.5rem;
  --fs52: 0.52rem;
  --fs54: 0.54rem;
  --fs56: 0.56rem;
}
::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background: #f7f8f9;
}
::-webkit-scrollbar-thumb {
  background: #ca3526;
}
.pupop-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pupop-box .box-mask {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}
.pupop-box .box-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9rem;
  height: 7.5rem;
  padding: 0.15rem;
  margin: -3.75rem 0 0 -4.5rem;
  background: #fff;
}
.pupop-box .box-cont .cont-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.pupop-box .box-cont .cont-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.pupop-box .box-cont .cont-swiper .swiper-slide .slide-box {
  width: 100%;
  height: auto;
}
.pupop-box .box-cont .cont-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 6rem;
  overflow: hidden;
}
.pupop-box .box-cont .cont-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pupop-box .box-cont .cont-swiper .swiper-slide .slide-box .box-title {
  margin-top: 0.3rem;
  font-size: 0.2rem;
  text-align: center;
  color: #333;
}
.pupop-box .box-cont .cont-hiden {
  position: absolute;
  bottom: -0.4rem;
  left: 50%;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0 0 -0.4rem;
  padding-top: 0.1rem;
  text-align: center;
  background: #ca3526;
  cursor: pointer;
}
.pupop-box .box-cont .cont-hiden img {
  width: 0.24rem;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pupop-box .box-cont .cont-hiden .hide-title {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.2rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.pupop-box .box-cont .pupop-swiper-button-prev,
.pupop-box .box-cont .pupop-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.6rem;
  height: 0.6rem;
  margin-top: -0.3rem;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pupop-box .box-cont .pupop-swiper-button-prev img,
.pupop-box .box-cont .pupop-swiper-button-next img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pupop-box .box-cont .pupop-swiper-button-prev .img2,
.pupop-box .box-cont .pupop-swiper-button-next .img2 {
  opacity: 1;
}
.pupop-box .box-cont .pupop-swiper-button-prev .img1,
.pupop-box .box-cont .pupop-swiper-button-next .img1 {
  opacity: 0;
}
.pupop-box .box-cont .pupop-swiper-button-prev:hover .img1,
.pupop-box .box-cont .pupop-swiper-button-next:hover .img1 {
  opacity: 0;
}
.pupop-box .box-cont .pupop-swiper-button-prev:hover .img2,
.pupop-box .box-cont .pupop-swiper-button-next:hover .img2 {
  opacity: 1;
}
.pupop-box .box-cont .pupop-swiper-button-prev {
  left: -1rem;
}
.pupop-box .box-cont .pupop-swiper-button-next {
  right: -1rem;
}
.pupop-box-active {
  opacity: 1;
  visibility: visible;
}
.video-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 13.72rem;
  height: auto;
  background: #000;
  z-index: 199;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video-popup .popup-icon {
  position: absolute;
  top: -50px;
  right: -10px;
  width: 20px;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video-popup .popup-icon:hover {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.video-popup video {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video-popup .video-container {
  position: relative;
  height: 0;
  padding-top: 20px;
  padding-bottom: 56%;
  overflow: hidden;
}
.video-popup .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-number {
  display: flex;
  justify-content: center;
  width: 100%;
}
.page-number .page-item {
  position: relative;
  width: 0.48rem;
  height: 0.48rem;
  margin: 0 0.1rem;
  font-family: Arial;
  font-size: var(--fs14);
  text-align: center;
  line-height: 0.48rem;
  color: #4d4d4d;
  border-radius: 50%;
  background: #f2f2f2;
}
.page-number .page-item:first-of-type,
.page-number .page-item:last-of-type {
  font-family: '宋体';
}
.page-number .page-item:hover {
  color: #fff !important;
  background: linear-gradient(90deg, #ca3526, #f03625) !important;
}
.page-number .page-item-arrow {
  width: 0.48rem !important;
  height: 0.48rem !important;
  background: #f8fafb url(../images/icon/icon-number-arrow.png) no-repeat center center;
  background-size: 7px;
}
.page-number .page-item-arrow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(90deg, #1eaae8, #54cd5c) !important;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-number .page-item-arrow:hover {
  background: transparent url(../images/icon/icon-number-arrow-on.png) no-repeat center center !important;
  background-size: 7px;
}
.page-number .page-item-arrow:hover::after {
  opacity: 1;
}
.page-number .page-item-active {
  color: #fff !important;
  background: linear-gradient(90deg, #ca3526, #f03625) !important;
}
.page-number .page-arrow {
  width: 48px;
  height: 40px;
  margin: 0 10px;
  font-family: '宋体';
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  color: #4d4d4d;
  border: solid 1px #eeeeee;
}
.page-number .page-arrow:hover {
  color: #fff;
  border: solid 1px #ca3526;
  background: #ca3526;
}
.Wpage-number {
  display: none;
}
.page-right {
  display: none;
  position: fixed;
  bottom: 15%;
  right: 0.55rem;
  width: 0.6rem;
  height: 0.6rem;
  background: rgba(0, 0, 0, 0.3) url(../images/icon/icon-arrow2.png) no-repeat center center;
  background-size: 14px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-right:hover {
  background: #ca3526 url(../images/icon/icon-arrow2.png) no-repeat center center;
  background-size: 14px;
}
.bd_weixin_popup {
  height: 330px !important;
}
.transition_none,
.transition_none * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.nobg {
  background: none !important;
}
@media screen and (max-width: 1004px) {
  .pupop-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .pupop-box .box-mask {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
  }
  .pupop-box .box-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96%;
    height: 8rem;
    padding: 0.15rem;
    margin: -3.75rem 0 0 -48%;
    background: #fff;
  }
  .pupop-box .box-cont .cont-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .pupop-box .box-cont .cont-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .pupop-box .box-cont .cont-swiper .swiper-slide .slide-box {
    width: 100%;
    height: auto;
  }
  .pupop-box .box-cont .cont-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 6rem;
    overflow: hidden;
  }
  .pupop-box .box-cont .cont-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .pupop-box .box-cont .cont-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    text-align: center;
    color: #333;
  }
  .pupop-box .box-cont .cont-hiden {
    position: absolute;
    bottom: -0.6rem;
    left: 50%;
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 0 0 -0.6rem;
    padding-top: 0.2rem;
    text-align: center;
    background: #ca3526;
    cursor: pointer;
  }
  .pupop-box .box-cont .cont-hiden img {
    width: 0.3rem;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .pupop-box .box-cont .cont-hiden .hide-title {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.2rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev,
  .pupop-box .box-cont .pupop-swiper-button-next {
    position: absolute;
    top: 100%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    border-radius: 50%;
    background: #ca3526;
    box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
    outline: none;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev .img1,
  .pupop-box .box-cont .pupop-swiper-button-next .img1 {
    opacity: 0;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev .img2,
  .pupop-box .box-cont .pupop-swiper-button-next .img2 {
    opacity: 1;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev:hover .img1,
  .pupop-box .box-cont .pupop-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev:hover .img2,
  .pupop-box .box-cont .pupop-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev {
    left: 20%;
  }
  .pupop-box .box-cont .pupop-swiper-button-next {
    right: 20%;
  }
  .pupop-box-active {
    opacity: 1;
    visibility: visible;
  }
  .video-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 96%;
    height: auto;
    background: #000;
    z-index: 199;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video-popup .popup-icon {
    position: absolute;
    top: -0.5rem;
    right: 0.1rem;
    width: 0.4rem;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video-popup .popup-icon:hover {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .video-popup video {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-number {
    display: none;
  }
  .Wpage-number {
    display: block;
    width: 100%;
    height: 0.8rem;
    margin: 0.6rem auto 0;
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: #ca3526;
  }
  .page-right {
    display: none;
    position: fixed;
    bottom: 15%;
    right: 0.25rem;
    width: 0.8rem;
    height: 0.8rem;
    background: rgba(0, 0, 0, 0.3) url(../images/icon/icon-arrow2.png) no-repeat center center;
    background-size: 14px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-right:hover {
    background: #ca3526 url(../images/icon/icon-arrow2.png) no-repeat center center;
    background-size: 14px;
  }
}
@keyframes moveBackground {
  0% {
    background-position: 0 bottom;
  }
  100% {
    background-position: -19.2rem bottom;
  }
}
@keyframes moveBackground2 {
  0% {
    background-position: 0 bottom;
  }
  100% {
    background-position: 19.2rem bottom;
  }
}
@keyframes mapAddress {
  0% {
    opacity: 1;
    transform: scale(0.8, 0.8) translateZ(0);
    -o-transform: scale(0.8, 0.8) translateZ(0);
    -moz-transform: scale(0.8, 0.8) translateZ(0);
    -webkit-transform: scale(0.8, 0.8) translateZ(0);
  }
  100% {
    opacity: 0;
    transform: scale(1.5, 1.5) translateZ(0);
    -o-transform: scale(1.5, 1.5) translateZ(0);
    -moz-transform: scale(1.5, 1.5) translateZ(0);
    -webkit-transform: scale(1.5, 1.5) translateZ(0);
  }
}
@keyframes mapAddress2 {
  0% {
    width: 0;
    height: 0;
    opacity: 0.8;
  }
  100% {
    width: 0.6rem;
    height: 0.3rem;
    opacity: 0;
  }
}
@keyframes mapAddress3 {
  0% {
    opacity: 1;
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1) translateZ(0);
  }
  100% {
    opacity: 0;
    transform: scale(2.5, 2.5) translateZ(0);
    -o-transform: scale(2.5, 2.5) translateZ(0);
    -moz-transform: scale(2.5, 2.5) translateZ(0);
    -webkit-transform: scale(2.5, 2.5) translateZ(0);
  }
}
@keyframes remove {
  0% {
    height: 2.85rem;
  }
  50% {
    height: 3.15rem;
  }
  100% {
    height: 2.85rem;
  }
}
@keyframes remove2 {
  0% {
    height: 2.85rem;
  }
  50% {
    height: 2.5rem;
  }
  100% {
    height: 2.85rem;
  }
}
@keyframes navInUp50 {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translatey(-30px);
    -o-transform: translatey(-30px);
    -moz-transform: translatey(-30px);
    -webkit-transform: translatey(-30px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
}
@keyframes bgSvale {
  0% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes position {
  0% {
    left: -2.05rem;
  }
  100% {
    left: 100%;
  }
}
@keyframes moveTop {
  0% {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
    opacity: 1;
  }
  100% {
    transform: translatey(0.2rem);
    -o-transform: translatey(0.2rem);
    -moz-transform: translatey(0.2rem);
    -webkit-transform: translatey(0.2rem);
    opacity: 0;
  }
}
@keyframes translateY50 {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translatey(0.3rem);
    -o-transform: translatey(0.3rem);
    -moz-transform: translatey(0.3rem);
    -webkit-transform: translatey(0.3rem);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translatey(-0.3rem);
    -o-transform: translatey(-0.3rem);
    -moz-transform: translatey(-0.3rem);
    -webkit-transform: translatey(-0.3rem);
  }
}
@keyframes load {
  0% {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes mainBlock {
  0% {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  50% {
    transform: translatey(-0.2rem);
    -o-transform: translatey(-0.2rem);
    -moz-transform: translatey(-0.2rem);
    -webkit-transform: translatey(-0.2rem);
  }
  100% {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
}
@keyframes mainFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes secBlock {
  0% {
    width: 0%;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes secFadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes onTop {
  0% {
    margin-top: 0.8rem;
  }
  50% {
    margin-top: 0;
  }
  100% {
    margin-top: 0.8rem;
  }
}
@keyframes onTop2 {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 0.8rem;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes mouse {
  0% {
    opacity: 1;
    top: 0.1rem;
  }
  100% {
    top: 0.25rem;
    opacity: 0;
  }
}
@keyframes scale_b3 {
  0% {
    background-position: left top;
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1) translateZ(0);
  }
  50% {
    background-position: -25px top;
    transform: scale(1.025, 1.025) translateZ(0);
    -o-transform: scale(1.025, 1.025) translateZ(0);
    -moz-transform: scale(1.025, 1.025) translateZ(0);
    -webkit-transform: scale(1.025, 1.025) translateZ(0);
  }
  100% {
    background-position: -50px top;
    transform: scale(1.05, 1.05) translateZ(0);
    -o-transform: scale(1.05, 1.05) translateZ(0);
    -moz-transform: scale(1.05, 1.05) translateZ(0);
    -webkit-transform: scale(1.05, 1.05) translateZ(0);
  }
}
@keyframes scale_b {
  0% {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1) translateZ(0);
  }
  50% {
    transform: scale(1.05, 1.05) translateZ(0);
    -o-transform: scale(1.05, 1.05) translateZ(0);
    -moz-transform: scale(1.05, 1.05) translateZ(0);
    -webkit-transform: scale(1.05, 1.05) translateZ(0);
  }
  100% {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
}
@keyframes wid {
  0% {
    width: 0.42rem;
    height: 0.42rem;
    opacity: 0.8;
  }
  100% {
    width: 0.8rem;
    height: 0.8rem;
    opacity: 0;
  }
}
@keyframes history {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}
@keyframes history2 {
  0% {
    left: -1.5rem;
    opacity: 1;
  }
  50% {
    left: 95%;
    opacity: 1;
  }
  100% {
    left: -1.5rem;
    opacity: 1;
  }
}
@keyframes yuan {
  0% {
    width: 13px;
    height: 13px;
    opacity: 1;
  }
  100% {
    width: 60px;
    height: 60px;
    opacity: 0;
  }
}
@keyframes line1 {
  0% {
    height: 0;
  }
  75% {
    height: 1.36rem;
  }
  100% {
    height: 1.36rem;
  }
}
@keyframes line2 {
  0% {
    height: 0;
  }
  75% {
    height: 2.2rem;
  }
  100% {
    height: 2.2rem;
  }
}
@keyframes line3 {
  0% {
    height: 0;
  }
  75% {
    height: 1.68rem;
  }
  100% {
    height: 1.68rem;
  }
}
@keyframes line4 {
  0% {
    height: 0;
  }
  75% {
    height: 1.13rem;
  }
  100% {
    height: 1.13rem;
  }
}
@keyframes bannerIn {
  0% {
    transform: translate3d(100%, 0%, 0) scale3d(0.7, 0.7, 0.7);
  }
  50% {
    transform: translate3d(0, 0%, 0) scale3d(0.7, 0.7, 0.7);
  }
  100% {
    transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
  }
}
@keyframes banner_in {
  0% {
    transform: translate3d(100%, 0%, 0);
    clip-path: inset(10vw 10vw 10vw 10vw round 10px);
  }
  50% {
    transform: translate3d(0, 0%, 0);
    clip-path: inset(10vw 10vw 10vw 10vw round 10px);
  }
  100% {
    transform: translate3d(0, 0%, 0);
    clip-path: inset(0 0 0 0 round 0px);
  }
}
@keyframes banner_out {
  0% {
    transform: translate3d(0, 0%, 0) scale3d(1, 1, 1);
  }
  50% {
    transform: translate3d(0, 0%, 0) scale3d(0.7, 0.7, 0.7);
  }
  100% {
    transform: translate3d(-100%, 0, 0) scale3d(0.7, 0.7, 0.7);
  }
}
@keyframes banner_in_1 {
  0% {
    transform: translate3d(0, 0%, 0);
    clip-path: inset(0 0 0 0 round 10px);
  }
  50% {
    transform: translate3d(0, 0%, 0);
    clip-path: inset(10vw 10vw 10vw 10vw round 10px);
  }
  100% {
    transform: translate3d(-100%, 0%, 0);
    clip-path: inset(10vw 10vw 10vw 10vw round 10px);
  }
}
@keyframes banner_out_1 {
  0% {
    transform: translate3d(0, 0%, 0);
    clip-path: inset(0 0 0 0 round 10px);
  }
  50% {
    transform: translate3d(0, 0%, 0);
    clip-path: inset(10vw 10vw 10vw 10vw round 10px);
  }
  100% {
    transform: translate3d(-100%, 0%, 0);
    clip-path: inset(10vw 10vw 10vw 10vw round 10px);
  }
}
@keyframes instaImage3 {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes instaImage4 {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  to {
    -webkit-clip-path: inset(0 0 80% 0);
    clip-path: inset(0 0 80% 0);
    opacity: 0;
  }
}
@keyframes circlechart {
  0% {
    stroke-dashoffset: 1720;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes drop {
  0% {
    background: #eef2f4;
  }
  50% {
    background: #0073bc;
  }
  100% {
    background: #eef2f4;
  }
}
@keyframes inRotateY {
  0% {
    transform: rotateY(25deg);
    -o-transform: rotateY(25deg);
    -moz-transform: rotateY(25deg);
    -webkit-transform: rotateY(25deg);
  }
  50% {
    transform: rotateY(0);
    -o-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -webkit-transform: rotateY(0);
  }
  100% {
    transform: rotateY(-25deg);
    -o-transform: rotateY(-25deg);
    -moz-transform: rotateY(-25deg);
    -webkit-transform: rotateY(-25deg);
  }
}
