* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  background: #F5F6F7;
  color: #333;
  overflow-y: scroll;
}

.scorll-body {
  height: 150vh;
}

.main {
  opacity: 1;
  min-height: calc(100vh - 3rem);
  display: none;
}

.main-active {
  display: block;
  opacity: 0;
}

.main-content {
  max-width: 12rem;
  padding: 0 0.2rem;
  width: calc(100% - 0.4rem);
  margin: 0 auto;
  min-width: 300px;
}

.website-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 0.6rem;
  background: rgba(255, 255, 255, 0);
  z-index: 100;
  font-size: 0;
  color: rgba(255, 255, 255, 0.8);
  transition: color, background 0.8s;
}

.website-header-fixed {
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  color: #333;
}

.website-header-alpha {
  display: inline-block;
  padding: .15rem 0 0 .4rem;
  width: 1.6rem;
  font-size: 0;
}

.website-header-alpha .logo {
  width: 100%;
  height: calc(100% * 32 / 192);
}

.website-header-beta {
  float: right;
  padding: 0.09rem 0.2rem 0 0;
  font-size: 0;
  position: relative;
}

.website-header-beta .line-box {
  position: absolute;
  width: 0.72rem;
  height: 4px;
  padding: 0 0.2rem;
  left: 0;
  bottom: 0.15rem;
  z-index: -1;


}

.website-header-beta .line-animate {
  transition-property: transform;
  transition-duration: 0.5s;
}


.website-header-beta .line-move {
  width: 0.2rem;
  height: 4px;
  background: #fff;
  margin: 0 auto;
  transition-property: background;
  transition-duration: 0.5s;
}

.website-header-fixed .line-move {
  background: #0080E6;
}

.website-header-beta .menu-item {
  position: relative;
  display: inline-block;
  width: .72rem;
  height: 0.38rem;
  padding: 0.1rem 0.2rem 0.15rem;
  text-align: center;
  font-size: 0.18rem;
}

/* .website-header-beta .second-menu {
    cursor: default;
}
.website-header-beta .third-menu {
    cursor: default;
} */
.website-header-beta .menu-item .menu-dialog {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 4;
  opacity: 0;
  transform: translate(-50%, 0);
  /* transform-origin: top center; */

}

.menu-dialog-content {
  padding: 0.2rem 0.2rem 0.1rem;
  margin: 0.05rem 0 0;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  cursor: default;
}

.menu-dialog-content .cateogry-item .theme {
  font-size: .16rem;
  color: #0080E6;
  padding: 0 0 0.1rem;
}

.programme-dialog-content {
  width: 2.22rem;
}

.programme-dialog-content .cateogry-item:nth-child(1) {
  padding: 0 0 0.1rem;
}

.programme-dialog-content .cateogry-item .menu-item-second {
  display: inline-block;
}

.website-header-beta .menu-item .menu-dialog .menu-item-second {
  width: 1.06rem;
  height: .4rem;
  line-height: .4rem;
  background: #F6F8FA;
  font-size: 0.16rem;
  color: #666;
  margin: 0 0 0.1rem;
  cursor: pointer;
  transition: all 0.5s;
}

.website-header-beta .menu-item .menu-dialog .menu-item-second:hover {
  color: #0080E6;
  background: rgba(0, 128, 230, 0.1);
}

.website-header-beta .menu-item .menu-dialog .menu-item-second.menu-item-second-active {
  color: #FFF;
  background: #0080E6;
}

.programme-dialog-content .cateogry-item .odd-item {
  margin-right: 0.1rem !important;
}

.programme-dialog-content .finance-item {
  display: block !important;
  width: 2.22rem !important;
}

.website-header-beta .menu-item .theme {
  white-space: nowrap;
}

.website-header-beta .line {
  width: 0.2rem;
  height: 4px;
  background: #fff;
  margin: 10px auto 0;
  display: none;
}

/* 点击选中 加粗 显示横线 */
.website-header-beta .active .theme {
  font-weight: bold;
}

.website-header-beta .active .line {
  display: block;
}

.website-header-fixed .active .line {
  background: #0080E6;
}

.website-header-beta .menu-item:hover>.theme {
  cursor: pointer;
  color: #fff;
  transition: all 0.5s;
}

.website-header-fixed .menu-item:hover>.theme {
  cursor: pointer;
  color: #0080E6;
  transition: all 0.5s;
}

.website-header-fixed .menu-item:hover {
  color: #0080E6;
}

/* .website-header-beta .menu-item:nth-child(2):hover > .menu-dialog {
    display: block;
    opacity: 1;
    animation: fadeIn 0.5s linear;
} */

/* .website-header-beta .menu-item:nth-child(3):hover > .menu-dialog {
    display: block;
    opacity: 1;
    animation: fadeIn 0.5s linear;
} */
.website-header-beta .second-menu:hover {
  cursor: default !important;
}

.website-header-beta .-menu:hover {
  cursor: default !important;
}

.website-header-beta .second-menu:hover .theme {
  cursor: default !important;
}

.website-header-beta .third-menu:hover .theme {
  cursor: default !important;
}

.website-header-beta .second-menu:hover>.menu-dialog {
  display: block;
  opacity: 1;
  animation: fadeIn 0.5s linear;
}

.website-header-beta .third-menu:hover>.menu-dialog {
  display: block;
  opacity: 1;
  animation: fadeIn 0.5s linear;
}

.website-header-beta .menu-active .theme {
  font-weight: bold;
  color: #fff;
  transition: all 0.5s;
}

.website-header-beta .menu-active .line {
  display: block;
  transition: all 0.5s;
}

.website-header-fixed .menu-active .theme {
  color: #0080E6;
}

.website-header-fixed .menu-active .line {
  background: #0080E6;
}

.page-fade-out {
  opacity: 0;
  animation: page-fade-out 1s;
}

.page-fade-in {
  opacity: 1;
  animation: page-fade-in 1s;
}

.blank {
  width: 100%;
}

.scroll-banner {
  position: fixed !important;
  left: 0;
  width: 100%;
  z-index: 1;
  top: 0.6rem;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  transition: transform 0.7s cubic-bezier(0.05, .2, .1, 1);
}

.scroll-body {
  position: fixed !important;
  left: 0;
  width: 100%;
  z-index: 3;
  top: 4.56rem;
  transform: translate3d(0, 0, 0);
  background: #F5F6F7;
  will-change: transform;
  transition: all 0.7s cubic-bezier(0.05, .2, .1, 1);
}

/* .elastic-effect {
    transition: all 0.7s cubic-bezier(0.05, .2, .1, 1);
} */
.scroll-footer {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  top: 0;
}

/* 业务咨询悬浮模块 */
.consultation-float {
  display: none;
  position: fixed;
  right: 0.6rem;
  bottom: calc(3.6rem + 0.6rem + 20px);
  z-index: 100;
  width: 156px;
  height: 230px;
  overflow: hidden;
  box-shadow: 0px 2px 20px 1px rgba(14, 43, 78, 0.2);
  transform-origin: bottom right;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1), height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.consultation-float.consultation-float--mini {
  width: 0.6rem;
  height: 0.6rem;
}

.consultation-float__full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 156px;
  height: 230px;
  background: #FFFFFF;
  box-shadow: 0px 2px 20px 1px rgba(14, 43, 78, 0.2);
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  box-sizing: border-box;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: bottom right;
}

.consultation-float.consultation-float--mini .consultation-float__full {
  opacity: 0;
  transform: scale(0.92);
  pointer-events: none;
}

.consultation-float__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.consultation-float__close img {
  width: 10px;
  height: 10px;
  display: block;
}

.consultation-float__video {
  position: relative;
  z-index: 99;
  width: 100px;
  height: 100px;
  object-fit: contain;
  flex-shrink: 0;
}

.consultation-float__btn {
  position: relative;
  z-index: 1;
  top: -11px;
  width: 116px;
  height: 36px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(180deg, #0080E6 0%, #00AAFF 100%);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-shrink: 0;
}

.consultation-float__btn:hover {
  color: #fff;
  opacity: 0.95;
}

.consultation-float__label {
  margin-top: 8px;
  line-height: 20px;
  font-size: 14px;
  color: #A5A5A5;
}

.consultation-float__phone {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  margin-top: 2px;
}

.consultation-float__mini {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: rgba(0, 0, 0, 0.1); */
  border-radius: 2px;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.9);
  pointer-events: none;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: bottom right;
}

.consultation-float.consultation-float--mini .consultation-float__mini {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.consultation-float__video-mini {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.goTop {
  display: none;
  position: fixed;
  right: 0.6rem;
  bottom: 3.6rem;
  width: 0.6rem;
  height: 0.6rem;
  z-index: 101;
  background: rgba(0, 0, 0, 0.2);
  transition: background 0.5s;
}

.goTop:hover {
  background: #0080E6;
}

.goTop .arrow-top {
  width: 0.16rem;
  margin: 0.16rem auto 0;
  display: block;
  opacity: 0.6;
  transform: rotate(-90deg);
  transition: opacity 0.5s;
}

.goTop:hover .arrow-top {
  opacity: 1;
}

.flag-video-banner .scroll-body {
  top: 5.6rem;
}

.flag-video-banner .product-banner {
  display: flex;
  align-items: center;
}

.flag-video-banner .product-banner .poster {
  width: 100vw;
  height: calc(100vw * 500 / 1920) !important;
}

.flag-video-banner .product-banner .content {
  position: absolute !important;
  top: auto !important;
  left: 19% !important;
  z-index: 1 !important;
  color: #fff !important;
  animation: rise 1.5s !important;
}

.flag-video-banner .product-banner .theme {
  color: #1A1A1A !important;
  font-size: 0.5rem;
  padding: 0 0 0.2rem;
}

.flag-video-banner .product-banner .text {
  color: #666666 !important;
  font-size: 0.18rem;
  line-height: 0.32rem;
}

@keyframes page-fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes page-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    display: block;
    opacity: 0;
  }

  100% {
    opacity: 1;
    display: block;
  }
}