@charset "UTF-8";
html {
  font-size: 50px; /* 兼容不支持vw的系统 */
  font-size: 9.259259259vh; /* 7.5rem === 100vw */
}

html, body, div, p, ul, li, dl, dt, dd, em, i, span, a, img, input, h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

a, img, input {
  border: none;
}

body, dl, dd, ul, ol, h1, h2, h3, h4, h5, h6, p, form, header, section, article, footer {
  margin: 0;
}

body, button, input, select, textarea {
  font: 12px/1.5 tahoma, "微软雅黑", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

em, b {
  font-style: normal;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-filter: brightness(1.1);
  -o-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  filter: brightness(1.1);
}

img {
  border: 0;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

body {
  padding-top: 0;
  background: #000;
}

button, input, select, textarea {
  font-size: 100%;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th, ul, ol {
  padding: 0;
}

ul, li {
  list-style: none;
}

body {
  font: 14px/1.5 -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
}

ul, li {
  list-style: none;
}

a, img {
  -webkit-touch-callout: none; /* 禁止长按链接与图片弹出菜单，根据需要选择是否删除 */
}

html, body {
  -webkit-user-select: none; /* 禁止选中文本（如无文本选中需求，此为必选项 */
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

/* reset end */
.ost {
  display: none;
}

@font-face {
  font-family: "fzr";
  src: url("../ossweb-img/font/fzr.ttf");
}
@font-face {
  font-family: "din-r";
  src: url("../ossweb-img/font/din-r.ttf");
}
html, body, .wrapper {
  position: static;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #306b9b;
  font-family: "din-r";
}

.t-bold,
.a-bold {
  font-weight: bold;
}

/* foot */
#afooter {
  display: none;
  position: relative;
  padding: 0.3rem 0;
  text-align: center;
  font: normal 0.12rem/0.19rem Tahoma;
  z-index: 10;
  background-color: #191219;
}

#afooter, #afooter a {
  color: #c0c0c0;
  text-decoration: none;
}

/* 通用滚动 */
.base-scroll {
  overflow-x: hidden !important;
  overflow-y: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch; /* iOS平滑滚动 */
  border-radius: 0.03rem;
}

.base-scroll::-webkit-scrollbar-track {
  background: #9bc5e0;
  border-radius: 0.03rem;
}

.base-scroll::-webkit-scrollbar {
  width: 0.06rem;
  background: #9bc5e0;
  border-radius: 0.03rem;
}

.base-scroll::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 0.03rem;
}

.nav-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 0.18rem;
  z-index: 99999999;
}

.nav-list {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 1.1rem;
  pointer-events: auto;
  border-top: 0.01rem solid rgba(255, 255, 255, 0.2);
  background: rgba(52, 82, 105, 0.3);
  font-family: "din-r";
  z-index: 999;
}
.nav-list.pc-nav-list {
  display: none;
}
.nav-list .nav-menu {
  position: relative;
  width: 25%;
  height: 100%;
  font-size: 0.22rem;
  cursor: pointer;
}
.nav-list .nav-menu.active .act-pic {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(../ossweb-img/icon-nav.png) no-repeat center center/1.44rem auto, -webkit-gradient(linear, left bottom, left top, from(rgba(52, 114, 157, 0.5)), to(rgba(52, 114, 157, 0)));
  background: url(../ossweb-img/icon-nav.png) no-repeat center center/1.44rem auto, linear-gradient(to top, rgba(52, 114, 157, 0.5), rgba(52, 114, 157, 0));
}
.nav-list .nav-menu.active .menu-text {
  color: #fff;
  font-weight: bold;
}
.nav-list .menu-text {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #a3aabe;
  z-index: 2;
  text-transform: uppercase;
}

.top-nav {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99;
  pointer-events: none;
}
@-webkit-keyframes rotateAni {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateAni {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.top-nav .btn-music {
  position: absolute;
  right: 0.3rem;
  top: 0.6rem;
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  width: 0.45rem;
  height: 0.45rem;
  background: url(../ossweb-img/music-close.png) no-repeat center center/100% auto;
  pointer-events: auto;
}
.top-nav .btn-music .icon-border {
  width: 100%;
  height: 100%;
  background: url(../ossweb-img/music-border.png) no-repeat center center/100% auto;
}
.top-nav .btn-music.active {
  background: url(../ossweb-img/music-play.png) no-repeat center center/100% auto;
}
.top-nav .btn-music.active .icon-border {
  -webkit-animation: 5s linear 0s infinite normal none running rotateAni;
          animation: 5s linear 0s infinite normal none running rotateAni;
}
.top-nav .logo1 {
  position: absolute;
  top: 0.17rem;
  left: 0.1rem;
  width: 2.15rem;
  height: 1.14rem;
  background: url(../ossweb-img/logo.png) no-repeat center center/100% auto;
  pointer-events: auto;
}
.top-nav .login-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  height: 0.56rem;
  font-size: 0.18rem;
  color: #878d9d;
  pointer-events: auto;
}
.top-nav .login-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.top-nav .login-box img {
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.08rem;
}

.bottom-nav {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 7.5rem;
  height: 0.81rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99;
}
.bottom-nav .logo-box {
  position: absolute;
  top: 0.6rem;
  left: 2.3rem;
  height: 0.45rem;
  margin-bottom: 0.14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bottom-nav .logo-box .i-logo {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.8rem;
}
.bottom-nav .logo-box .i-logo a {
  display: block;
  width: 0.33rem;
  height: 0.33rem;
}
.bottom-nav .logo-box .i-logo a:hover {
  background: #26abff;
}
.bottom-nav .logo-box .i-logo a:hover + .code-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bottom-nav .logo-box .i-logo::after {
  content: "";
  position: absolute;
  top: 0.04rem;
  left: -0.01rem;
  width: 0.01rem;
  height: 0.25rem;
  background: #fff;
}
.bottom-nav .logo-box .i-logo1 a {
  background: #fff;
  -webkit-mask: url(../ossweb-img/i-logo1.png) no-repeat center center/cover;
          mask: url(../ossweb-img/i-logo1.png) no-repeat center center/cover;
}
.bottom-nav .logo-box .i-logo1::after {
  display: none;
}
.bottom-nav .logo-box .i-logo2 a {
  background: #fff;
  -webkit-mask: url(../ossweb-img/i-logo2.png) no-repeat center center/cover;
          mask: url(../ossweb-img/i-logo2.png) no-repeat center center/cover;
}
.bottom-nav .logo-box .i-logo2::after {
  display: none;
}
.bottom-nav .logo-box .i-logo3 a {
  background: #fff;
  -webkit-mask: url(../ossweb-img/i-logo3.png) no-repeat center center/cover;
          mask: url(../ossweb-img/i-logo3.png) no-repeat center center/cover;
}
.bottom-nav .logo-box .i-logo3::after {
  display: none;
}
.bottom-nav .logo-box .i-logo4 a {
  background: #fff;
  -webkit-mask: url(../ossweb-img/i-logo4.png) no-repeat center center/cover;
          mask: url(../ossweb-img/i-logo4.png) no-repeat center center/cover;
}
.bottom-nav .logo-box .i-logo5 a {
  background: #fff;
  -webkit-mask: url(../ossweb-img/i-logo5.png) no-repeat center center/cover;
          mask: url(../ossweb-img/i-logo5.png) no-repeat center center/cover;
}
.bottom-nav .logo-box .i-logo5::after {
  display: none;
}
.bottom-nav .logo-box .i-logo6 a {
  background: #fff;
  -webkit-mask: url(../ossweb-img/i-logo6.png) no-repeat center center/cover;
          mask: url(../ossweb-img/i-logo6.png) no-repeat center center/cover;
}
.bottom-nav .logo-box .i-logo6 a::after {
  display: none;
}
.bottom-nav .logo-box .i-logo6::after {
  display: none;
}
.bottom-nav .logo-box .i-logo7 a {
  background: #fff;
  -webkit-mask: url(../ossweb-img/i-logo7.png) no-repeat center center/cover;
          mask: url(../ossweb-img/i-logo7.png) no-repeat center center/cover;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0.03rem);
            transform: translateY(0.03rem);
  }
  50% {
    -webkit-transform: translateY(-0.05rem);
            transform: translateY(-0.05rem);
  }
  100% {
    -webkit-transform: translateY(0.03rem);
            transform: translateY(0.03rem);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0.03rem);
            transform: translateY(0.03rem);
  }
  50% {
    -webkit-transform: translateY(-0.05rem);
            transform: translateY(-0.05rem);
  }
  100% {
    -webkit-transform: translateY(0.03rem);
            transform: translateY(0.03rem);
  }
}
.float-animation {
  -webkit-animation: float 1.5s ease-in-out infinite;
          animation: float 1.5s ease-in-out infinite;
}

.footer-swiper {
  width: 100%;
  height: 100%;
}
.footer-swiper .footer-swiper-slide1 {
  height: 2.4rem !important;
}

.module-footer .module-inner {
  width: 100%;
  height: 100%;
}
.module-footer .foot {
  min-height: 0.75rem;
  color: #999;
  font-size: 0.135rem;
  background-color: #000;
  width: 100%;
}
.module-footer .footer-main {
  height: 100%;
  min-width: 7.5rem;
}
.module-footer .footer-main {
  background: #1e5c8f;
  position: relative;
  z-index: 9;
  color: rgba(230, 239, 250, 0.6);
  font-size: 0.16rem;
}
.module-footer .footer-main {
  text-align: center;
  font-size: 0.16rem;
  line-height: 0.2rem;
  min-width: 7.5rem;
  color: rgba(230, 239, 250, 0.6);
  background-color: #306b9b;
}
.module-footer .wrap_ieg {
  margin: 0 auto;
  padding: 0.4rem 0rem;
  width: 7.5rem;
}
.module-footer .wrap_ieg a {
  color: rgba(230, 239, 250, 0.6);
  line-height: 2;
}
.module-footer .wrap_ieg .ot-sdk-show-settings {
  background: none !important;
  border: none !important;
  width: 100%;
  padding: 0 !important;
  font-size: 0.16rem !important;
  line-height: 0.2rem !important;
  color: rgba(230, 239, 250, 0.6) !important;
}
.module-footer #afooter a {
  color: rgba(230, 239, 250, 0.6);
}

.main-swiper {
  width: 100%;
  height: 100%;
}
.main-swiper .ani-txt {
  position: absolute;
  left: 50%;
  bottom: 1.35rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  font-size: 0.18rem;
  color: #fff;
  z-index: 99;
}
.main-swiper .ani-txt i {
  display: block;
  width: 0.21rem;
  height: 0.23rem;
  margin: 0 auto;
  -webkit-mask: url(../ossweb-img/icon1.png) no-repeat center 0rem/100% auto;
          mask: url(../ossweb-img/icon1.png) no-repeat center 0rem/100% auto;
  background: #fff;
}
.main-swiper .module {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-swiper .module .module-bg {
  width: 100%;
  height: 100%;
}
.main-swiper .module .module-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(var(--zoomNum3));
      -ms-transform: translate(-50%, -50%) scale(var(--zoomNum3));
          transform: translate(-50%, -50%) scale(var(--zoomNum3));
  -webkit-transform-origin: center 35%;
      -ms-transform-origin: center 35%;
          transform-origin: center 35%;
  width: 19.2rem;
  height: 14.5rem;
}
.main-swiper .module .tit-box {
  text-align: center;
  z-index: 3;
}
.main-swiper .module .module-subtit {
  line-height: 1.2;
  font-size: 0.24rem;
  color: #e4ffff;
}
.main-swiper .module .module-subtit span {
  position: relative;
  z-index: 2;
}
.main-swiper .module .module-subtit::after {
  content: "";
  position: absolute;
  bottom: -0.04rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 110%;
  height: 0.08rem;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(50, 104, 230, 0.7)), to(transparent));
  background: linear-gradient(to right, transparent, rgba(50, 104, 230, 0.7), transparent);
}
.main-swiper .module .tp {
  font-size: 0.25rem;
  color: #fff;
}
.main-swiper .module0 .module-bg {
  background: url(../ossweb-img/bg0.jpg) no-repeat center center/cover;
  pointer-events: none;
}
.main-swiper .module0 .module-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2.5rem;
  background: url(../ossweb-img/bg0_3.png) no-repeat center top/100% 10.8rem;
}
.main-swiper .module0 .module-bg::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6rem;
  background: url(../ossweb-img/bg0_3.png) no-repeat center bottom/100% 10.8rem;
}
.main-swiper .module0 .module-bg video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-swiper .module0 .slogan {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 7.5rem;
  height: 1.32rem;
  margin-top: calc((100% - 2.88rem) / 6);
  background: url(../ossweb-img/m/slogan.png) no-repeat center center/100% auto;
  -webkit-filter: drop-shadow(0 0 0.8rem rgb(23, 29, 46)) drop-shadow(0 0 0.8rem rgb(23, 29, 46)) drop-shadow(0 0 0.8rem rgb(23, 29, 46));
          filter: drop-shadow(0 0 0.8rem rgb(23, 29, 46)) drop-shadow(0 0 0.8rem rgb(23, 29, 46)) drop-shadow(0 0 0.8rem rgb(23, 29, 46));
}
.main-swiper .module0 .btn-apply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 2.67rem;
  height: 0.9rem;
  padding-bottom: 0.05rem;
  font-size: 0.28rem;
  color: #fff;
  font-family: "din-r";
  text-transform: uppercase;
  background: url(../ossweb-img/m/btn-apply.png) no-repeat center center/cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-swiper .module1 .module-bg {
  background: url(../ossweb-img/bg1.jpg) no-repeat center center/cover;
}
.main-swiper .module1 .btn-apply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -1.4rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 2.67rem;
  height: 0.9rem;
  padding-bottom: 0.05rem;
  font-size: 0.28rem;
  color: #fff;
  font-family: "din-r";
  text-transform: uppercase;
  background: url(../ossweb-img/m/btn-apply.png) no-repeat center center/cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-swiper .module1 .alpha-info {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6.75rem;
  height: 9.06rem;
  margin-top: -0.6rem;
  background: url(../ossweb-img/m/alpha-info.png) no-repeat center center/100% 100%;
}
.main-swiper .module1 .alpha-info .title {
  font-weight: bold;
  position: relative;
  margin-top: 0.5rem;
  text-align: center;
  font-size: 0.42rem;
  line-height: 1.1;
  padding: 0 0.2rem;
  font-family: "din-r";
  color: #28557e;
}
.main-swiper .module1 .alpha-info .title::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 1.1rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6.01rem;
  height: 0.2rem;
  background: url(../ossweb-img/m/tit-line1.png) no-repeat center bottom/100% auto;
}
.main-swiper .module1 .alpha-info .info-list {
  width: 6.1rem;
  height: 6.3rem;
  padding-left: 0rem;
  margin: 0.7rem 0 0 0.35rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-swiper .module1 .alpha-info .info-list .info-item {
  position: relative;
  padding-bottom: 0.18rem;
  padding-left: 0rem;
  margin-top: 0.22rem;
}
.main-swiper .module1 .alpha-info .info-list .info-item:first-child {
  margin-top: 0;
}
.main-swiper .module1 .alpha-info .info-list .info-item::after {
  content: "";
  position: absolute;
  bottom: -0.03rem;
  left: 0%;
  width: 5.8rem;
  height: 1px;
  background-color: #a8d1f1;
}
.main-swiper .module1 .alpha-info .info-list .info-item .item-tit {
  position: relative;
  display: inline-block;
  margin-bottom: 0.2rem;
  color: #3bb0ed;
  font-size: 0.24rem;
  font-family: "din-r";
  font-weight: bold;
}
.main-swiper .module1 .alpha-info .info-list .info-item .item-tit span {
  padding-right: 0.1rem;
}
.main-swiper .module1 .alpha-info .info-list .info-item .item-tit::after {
  content: "";
  position: absolute;
  right: -1.7rem;
  bottom: 0rem;
  width: 1.64rem;
  height: 0.26rem;
  background: url(../ossweb-img/tit-line3_2.png) no-repeat center center/100% 100%;
}
.main-swiper .module1 .alpha-info .info-list .info-item .item-tit::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0rem;
  width: calc(100% + 0.06rem);
  height: 0.26rem;
  background: url(../ossweb-img/tit-line2.png) no-repeat center center/100% 100%;
}
.main-swiper .module1 .alpha-info .info-list .info-item .item-tit i {
  position: absolute;
  left: -0.15rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.05rem;
  height: 0.05rem;
  background: #81cdff;
  border-radius: 50%;
}
.main-swiper .module1 .alpha-info .info-list .info-item p {
  padding-right: 0.25rem;
  line-height: 1.5;
  font-size: 0.18rem;
  color: #28557e;
  font-family: "din-r";
  margin-bottom: 0.05rem;
}
.main-swiper .module1 .tit-box {
  position: absolute;
  left: 5.78rem;
  top: 1.12rem;
}
.main-swiper .module1 .tit-box .module-tit {
  position: relative;
  width: 11.35rem;
  height: 1.58rem;
  background: url(../ossweb-img/tit1.png) no-repeat center center/100% auto;
  z-index: 2;
}
.main-swiper .module1 .tit-box .module-subtit {
  padding-right: 1.5rem;
}
.main-swiper .module1 .tit-box .module-subtit::after {
  width: 60%;
  margin-left: -0.75rem;
}
.main-swiper .module1 .award-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 3.9rem;
  top: 3.4rem;
  width: 13.66rem;
  height: 5.05rem;
  background: url(../ossweb-img/m1-award.png) no-repeat center center/100% auto;
  z-index: 2;
}
.main-swiper .module1 .award-box .award-item {
  position: relative;
  width: 6.71rem;
  height: 5.05rem;
}
.main-swiper .module1 .award-box .btn-get {
  position: absolute;
  left: 50%;
  bottom: -0.85rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.7rem;
  height: 0.56rem;
  font-family: "din-r";
  text-transform: uppercase;
  line-height: 0.56rem;
  text-align: center;
  font-size: 0.24rem;
  color: #fff;
  background: url(../ossweb-img/btn1-2.png) no-repeat center center/100% auto;
  pointer-events: none;
}
.main-swiper .module1 .award-box .btn-get.on {
  background: url(../ossweb-img/btn1.png) no-repeat center center/100% auto;
  pointer-events: auto;
}
.main-swiper .module1 .pic-box {
  position: absolute;
  left: -1.2rem;
  top: 1.1rem;
  width: 6.56rem;
  height: 11.75rem;
  background: url(../ossweb-img/m1-pic.png) no-repeat center center/100% auto;
}
.main-swiper .module2 .module-bg {
  background: url(../ossweb-img/bg1.jpg) no-repeat center center/cover;
}
.main-swiper .module2 .btn-apply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -1.4rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 2.67rem;
  height: 0.9rem;
  padding-bottom: 0.05rem;
  font-size: 0.28rem;
  color: #fff;
  font-family: "din-r";
  text-transform: uppercase;
  background: url(../ossweb-img/m/btn-apply.png) no-repeat center center/cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-swiper .module2 .alpha-info {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6.75rem;
  height: 9.06rem;
  margin-top: -0.6rem;
  background: url(../ossweb-img/m/alpha-info.png) no-repeat center center/100% 100%;
}
.main-swiper .module2 .alpha-info .title {
  font-weight: bold;
  position: relative;
  margin-top: 0.5rem;
  text-align: center;
  font-size: 0.42rem;
  line-height: 1.1;
  font-family: "din-r";
  color: #28557e;
}
.main-swiper .module2 .alpha-info .title::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0.6rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6.01rem;
  height: 0.2rem;
  background: url(../ossweb-img/m/tit-line1.png) no-repeat center bottom/100% auto;
}
.main-swiper .module2 .alpha-info .info-list {
  width: 6.1rem;
  height: 6.9rem;
  padding-left: 0rem;
  margin: 0.6rem 0 0 0.35rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-swiper .module2 .alpha-info .info-list .info-item {
  position: relative;
  padding-bottom: 0.18rem;
  padding-left: 0rem;
  margin-top: 0.22rem;
}
.main-swiper .module2 .alpha-info .info-list .info-item:first-child {
  margin-top: 0;
}
.main-swiper .module2 .alpha-info .info-list .info-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 5.8rem;
  height: 1px;
  background-color: #a8d1f1;
}
.main-swiper .module2 .alpha-info .info-list .info-item .item-tit {
  position: relative;
  display: inline-block;
  margin-bottom: 0.05rem;
  color: #3bb0ed;
  font-size: 0.24rem;
  font-family: "din-r";
  font-weight: bold;
}
.main-swiper .module2 .alpha-info .info-list .info-item .item-tit::after {
  display: none;
  content: "";
  position: absolute;
  right: -1.7rem;
  bottom: 0rem;
  width: 1.64rem;
  height: 0.26rem;
  background: url(../ossweb-img/tit-line3.png) no-repeat center center/100% 100%;
}
.main-swiper .module2 .alpha-info .info-list .info-item .item-tit::before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0rem;
  width: calc(100% + 0.06rem);
  height: 0.26rem;
  background: url(../ossweb-img/tit-line2.png) no-repeat center center/100% 100%;
}
.main-swiper .module2 .alpha-info .info-list .info-item .item-tit i {
  position: absolute;
  left: -0.15rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.05rem;
  height: 0.05rem;
  background: #81cdff;
  border-radius: 50%;
}
.main-swiper .module2 .alpha-info .info-list .info-item p {
  padding-right: 0.25rem;
  line-height: 1.5;
  font-size: 0.18rem;
  color: #28557e;
  font-family: "din-r";
  margin-bottom: 0.05rem;
}
.main-swiper .module2 .alpha-info .info-list .info-item p a {
  text-decoration: underline;
  color: #28557e;
}
.main-swiper .module2 .tit-box {
  position: absolute;
  left: 5.78rem;
  top: 1.12rem;
}
.main-swiper .module2 .tit-box .module-tit {
  position: relative;
  width: 11.35rem;
  height: 1.58rem;
  background: url(../ossweb-img/tit1.png) no-repeat center center/100% auto;
  z-index: 2;
}
.main-swiper .module2 .tit-box .module-subtit {
  padding-right: 1.5rem;
}
.main-swiper .module2 .tit-box .module-subtit::after {
  width: 60%;
  margin-left: -0.75rem;
}
.main-swiper .module2 .award-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 3.9rem;
  top: 3.4rem;
  width: 13.66rem;
  height: 5.05rem;
  background: url(../ossweb-img/m1-award.png) no-repeat center center/100% auto;
  z-index: 2;
}
.main-swiper .module2 .award-box .award-item {
  position: relative;
  width: 6.71rem;
  height: 5.05rem;
}
.main-swiper .module2 .award-box .btn-get {
  position: absolute;
  left: 50%;
  bottom: -0.85rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.7rem;
  height: 0.56rem;
  font-family: "din-r";
  text-transform: uppercase;
  line-height: 0.56rem;
  text-align: center;
  font-size: 0.24rem;
  color: #fff;
  background: url(../ossweb-img/btn1-2.png) no-repeat center center/100% auto;
  pointer-events: none;
}
.main-swiper .module2 .award-box .btn-get.on {
  background: url(../ossweb-img/btn1.png) no-repeat center center/100% auto;
  pointer-events: auto;
}
.main-swiper .module2 .pic-box {
  position: absolute;
  left: -1.2rem;
  top: 1.1rem;
  width: 6.56rem;
  height: 11.75rem;
  background: url(../ossweb-img/m1-pic.png) no-repeat center center/100% auto;
}
.main-swiper .module3 .module-bg {
  background: url(../ossweb-img/bg3.jpg) no-repeat center center/cover;
}
.main-swiper .module3 .module-bg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.main-swiper .module3 .module-bg {
  pointer-events: none;
}
.main-swiper .module3 .module-inner {
  z-index: 2;
}
.main-swiper .module3 .tit-box {
  position: absolute;
  left: 4.65rem;
  top: 1.1rem;
}
.main-swiper .module3 .tit-box .module-tit {
  position: relative;
  width: 10.65rem;
  height: 1.83rem;
  background: url(../ossweb-img/tit3.png) no-repeat center center/100% auto;
  z-index: 2;
}
.main-swiper .module3 .tit-box .module-subtit {
  margin-top: -0.3rem;
  padding-right: 0.8rem;
}
.main-swiper .module3 .tit-box .module-subtit::after {
  width: 100%;
  margin-left: -0.4rem;
}
.main-swiper .module3 .pic-swiper {
  width: 100%;
  height: 100%;
}
.main-swiper .module3 .swiper-slide {
  position: relative;
}
.main-swiper .module3 .pic-swiper-slide {
  background: #2d1d17;
}
.main-swiper .module3 .pic-swiper-slide .txt {
  position: absolute;
  left: 0.2rem;
  bottom: 2.65rem;
  width: 7.15rem;
  height: 1.55rem;
}
.main-swiper .module3 .pic-swiper-slide1 {
  background: url(../ossweb-img/m/morecase1.jpg) no-repeat center bottom/cover;
}
.main-swiper .module3 .pic-swiper-slide1 .txt {
  background: url(../ossweb-img/m/moreWord1.png) no-repeat center bottom/100% auto;
}
.main-swiper .module3 .pic-swiper-slide2 {
  background: url(../ossweb-img/m/morecase2.jpg) no-repeat center bottom/cover;
}
.main-swiper .module3 .pic-swiper-slide2 .txt {
  background: url(../ossweb-img/m/moreWord2.png) no-repeat center bottom/100% auto;
}
.main-swiper .module3 .pic-swiper-slide3 {
  background: url(../ossweb-img/m/morecase3.jpg) no-repeat center bottom/cover;
}
.main-swiper .module3 .pic-swiper-slide3 .txt {
  background: url(../ossweb-img/m/moreWord3.png) no-repeat center bottom/100% auto;
}
.main-swiper .module3 .pic-swiper-slide4 {
  background: url(../ossweb-img/m/morecase4.jpg) no-repeat center bottom/cover;
}
.main-swiper .module3 .pic-swiper-slide4 .txt {
  background: url(../ossweb-img/m/moreWord4.png) no-repeat center bottom/100% auto;
}
.main-swiper .module3 .pic-swiper-slide5 {
  background: url(../ossweb-img/m/morecase5.jpg) no-repeat center bottom/cover;
}
.main-swiper .module3 .pic-swiper-slide5 .txt {
  background: url(../ossweb-img/m/moreWord5.png) no-repeat center bottom/100% auto;
}
.main-swiper .module3 .pic-swiper-next,
.main-swiper .module3 .pic-swiper-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.4rem;
  width: 1.85rem;
  height: 0.7rem;
  line-height: 0.65rem;
  font-size: 0.3rem;
  color: #fff;
  z-index: 9;
  pointer-events: auto;
}
.main-swiper .module3 .pic-swiper-next span,
.main-swiper .module3 .pic-swiper-prev span {
  display: none;
}
.main-swiper .module3 .pic-swiper-prev {
  text-align: right;
}
.main-swiper .module3 .pic-swiper-prev::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.7rem;
  height: 0.7rem;
  background: url(../ossweb-img/arrow1.png) no-repeat center bottom/100% auto;
}
.main-swiper .module3 .pic-swiper-next {
  left: auto;
  right: 0.4rem;
  height: 0.6rem;
  text-align: left;
}
.main-swiper .module3 .pic-swiper-next::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.7rem;
  height: 0.7rem;
  background: url(../ossweb-img/arrow2.png) no-repeat center bottom/100% auto;
}
.main-swiper .module4 {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.main-swiper .module4 .module-bg {
  background: url(../ossweb-img/bg1.jpg) no-repeat center center/cover;
}
.main-swiper .module4 .module-bg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.main-swiper .module4 .module-tit {
  margin-top: 1.9rem;
  font-size: 0.46rem;
  font-family: "din-r";
  color: #fed595;
  text-align: center;
}
.main-swiper .module4 .module-tit span {
  width: 3.5rem;
  display: inline-block;
  line-height: 1.4;
}
.main-swiper .module4 .module-tit .icon-tit-left,
.main-swiper .module4 .module-tit .icon-tit-right {
  position: relative;
  -webkit-transform: translateY(-0.68rem);
      -ms-transform: translateY(-0.68rem);
          transform: translateY(-0.68rem);
  display: inline-block;
  width: 1.17rem;
  height: 0.19rem;
  margin-right: 0.3rem;
  background: url(../ossweb-img/m/tit-line8-l.png) no-repeat center center/100% auto;
}
.main-swiper .module4 .module-tit .icon-tit-right {
  margin-left: 0.3rem;
  margin-right: 0rem;
  background: url(../ossweb-img/m/tit-line8-r.png) no-repeat center center/100% auto;
}
.main-swiper .module4 .btn-back {
  position: absolute;
  left: calc((100% - 6.8rem) / 2);
  top: calc((100% - 12.4rem) / 2);
  width: 1.59rem;
  height: 0.63rem;
  font-size: 0.18rem;
  line-height: 0.67rem;
  font-family: "din-r";
  text-align: center;
  text-transform: uppercase;
  color: #334655;
  background: url(../ossweb-img/btn-back.png) no-repeat center center/100% auto;
}
.main-swiper .module4 .questions-box {
  position: relative;
  width: 6.75rem;
  height: 8.36rem;
  margin: 0.17rem auto 0;
  background: url(../ossweb-img/m/question-bg.png) no-repeat center center/100% auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-swiper .module4 .questions-box .progress-bar {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 9.8rem;
  width: 80%;
  height: 0.04rem;
  border-radius: 0.02rem;
  background: #bcd8ff;
}
.main-swiper .module4 .questions-box .progress-bar .progress {
  width: 0;
  height: 100%;
  background: #00c9ff;
}
.main-swiper .module4 .questions-box .progress-bar .progress-num {
  position: absolute;
  right: -0.8rem;
  top: -0.15rem;
  width: 3em;
  font-size: 0.24rem;
  color: #90918f;
}
.main-swiper .module4 .questions-box .questions-box-scroll {
  width: 5.8rem;
  height: 95%;
  margin: 0 auto;
  padding-top: 0.75rem;
  color: #49434b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-swiper .module4 .questions-box .questions-box-scroll li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.main-swiper .module4 .questions-box .questions-box-scroll .answer-panel {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
.main-swiper .module4 .questions-box .questions-box-scroll .answer-panel::-webkit-scrollbar {
  height: 100%;
  width: 0.06rem;
  border-radius: 0.03rem;
}
.main-swiper .module4 .questions-box .questions-box-scroll .answer-panel::-webkit-scrollbar-thumb {
  width: 0.06rem;
  border-radius: 0.03rem;
  background: #00c9ff;
}
.main-swiper .module4 .questions-box .questions-box-scroll .answer-panel::-webkit-scrollbar-track {
  height: 100%;
  width: 0.06rem;
  border-radius: 0.03rem;
  background: #bcd8ff;
}
.main-swiper .module4 .questions-box .questions-box-scroll .question {
  position: relative;
  font-size: 0.26rem;
  margin-bottom: 0.55rem;
  color: #28557e;
  padding-left: 0.5rem;
}
.main-swiper .module4 .questions-box .questions-box-scroll .question::after {
  content: "";
  position: absolute;
  bottom: -0.24rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5.5rem;
  height: 0.02rem;
  background: #6db9ee;
}
.main-swiper .module4 .questions-box .questions-box-scroll .question i {
  position: absolute;
  width: 0.36rem;
  height: 0.36rem;
  left: 0.05rem;
  top: 0.05rem;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 0.36rem;
  font-style: normal;
  font-size: 0.18rem;
  background: #81cdff;
}
.main-swiper .module4 .questions-box .questions-box-scroll .question .q-tips {
  display: none;
  margin-top: 0.15rem;
  color: #a09fa2;
  font-size: 0.24rem;
}
.main-swiper .module4 .questions-box .questions-box-scroll .question .q-tips.ishow {
  display: block;
}
.main-swiper .module4 .questions-box .questions-box-scroll .answer.answer-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  height: 100%;
}
.main-swiper .module4 .questions-box .questions-box-scroll .answer.answer-1 .answer-item {
  width: 33.3%;
  margin-bottom: 0.25rem;
}
.main-swiper .module4 .questions-box .questions-box-scroll .answer.answer-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  height: 100%;
}
.main-swiper .module4 .questions-box .questions-box-scroll .answer.answer-3 .answer-item {
  margin-bottom: 0.35rem;
}
.main-swiper .module4 .questions-box .questions-box-scroll .answer.linkage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-swiper .module4 .questions-box .questions-box-scroll .answer.linkage .answer-item {
  position: relative;
  width: 3.29rem;
  height: 0.56rem;
  margin-bottom: 0;
  padding-left: 0.22rem;
  line-height: 0.56rem;
  border-radius: 0.08rem;
  border: 0.02rem solid #6995bd;
  background: #e6f5ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-swiper .module4 .questions-box .questions-box-scroll .answer.linkage .answer-item i {
  position: absolute;
  right: 0.22rem;
  top: 0.14rem;
  width: 0.22rem;
  height: 0.22rem;
  background: #83ceff;
}
.main-swiper .module4 .questions-box .questions-box-scroll .answer.linkage .answer-item:nth-child(2) {
  margin: 0 0.3rem;
}
.main-swiper .module4 .questions-box .questions-box-scroll .answer.linkage .answer-item::after {
  display: none;
}
.main-swiper .module4 .questions-box .questions-box-scroll .answer.linkage .answer-item.disable {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.main-swiper .module4 .questions-box .questions-box-scroll .answer.linkage .answer-item span {
  display: block;
  height: 100%;
}
.main-swiper .module4 .questions-box .questions-box-scroll .answer.linkage .answer-item ul {
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: absolute;
  left: 50%;
  top: 0.52rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.29rem;
  height: 2.5rem;
  border: 0.02rem solid #6995bd;
  border-radius: 0rem 0rem 0.08rem 0.08rem;
  background: #e6f5ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-swiper .module4 .questions-box .questions-box-scroll .answer.linkage .answer-item ul li {
  position: relative;
  padding-left: 0.22rem;
  height: 0.56rem;
  line-height: 0.56rem;
  color: #28557e;
}
.main-swiper .module4 .questions-box .questions-box-scroll .answer.linkage .answer-item ul li:hover {
  background: #f5f9fc;
}
.main-swiper .module4 .questions-box .questions-box-scroll .answer {
  padding-left: 0.5rem;
  font-size: 0.22rem;
  color: #28557e;
}
.main-swiper .module4 .questions-box .questions-box-scroll .answer .answer-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.27rem;
  cursor: pointer;
}
.main-swiper .module4 .questions-box .questions-box-scroll .answer .answer-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 130%;
}
.main-swiper .module4 .questions-box .questions-box-scroll .answer .answer-item:last-child {
  margin-bottom: 0rem;
}
.main-swiper .module4 .questions-box .questions-box-scroll .answer .answer-item .icon-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  border: 0.03rem solid #81cdff;
}
.main-swiper .module4 .questions-box .questions-box-scroll .answer .answer-item.active .icon-check::after {
  content: "";
  width: 0.11rem;
  height: 0.11rem;
  border-radius: 50%;
  background: #81cdff;
}
.main-swiper .module4 .questions-box .questions-box-scroll .answer .answer-item .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.2rem;
}
.main-swiper .module4 .questions-box .questions-box-scroll .textarea textarea {
  display: block;
  height: 1.5em;
  width: 2rem;
  margin-left: 0.1rem;
  margin-top: 0.1rem;
  line-height: 1.2;
  font-size: 0.22rem;
  outline: none;
  border: none;
  border-bottom: 1px solid #28557e;
  background: none;
  resize: none;
}
.main-swiper .module4 .questions-box .wrap-select {
  position: absolute;
  bottom: -1.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main-swiper .module4 .questions-box .wrap-select .btn-agree {
  display: block;
  position: relative;
  height: 0.7rem;
  padding: 0 0 0 0.5rem;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-swiper .module4 .questions-box .wrap-select .btn-agree::before {
  content: "";
  position: absolute;
  left: 0.15rem;
  top: 0.05rem;
  width: 0.2rem;
  height: 0.2rem;
  border: 0.02rem solid #49434b;
  border-radius: 50%;
}
.main-swiper .module4 .questions-box .wrap-select .btn-agree.active::after {
  content: "";
  position: absolute;
  left: 0.21rem;
  top: 0.11rem;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background: #6b6bff;
}
.main-swiper .module4 .questions-box .wrap-select .select-item1 {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  margin-bottom: 0.2rem;
  font-size: 0.24rem;
}
.main-swiper .module4 .questions-box .wrap-select .select-item2 a,
.main-swiper .module4 .questions-box .wrap-select .select-item3 a {
  display: block;
  margin: 0 auto;
  width: 2.67rem;
  height: 0.9rem;
  padding-bottom: 0.15rem;
  font-family: "din-r";
  text-align: center;
  color: #fff;
  line-height: 0.78rem;
  font-size: 0.36rem;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  background: url(../ossweb-img/btn1.png) no-repeat center center/100% auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}
.main-swiper .module4 .questions-box .wrap-select .select-item2 a.active,
.main-swiper .module4 .questions-box .wrap-select .select-item3 a.active {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  pointer-events: auto;
}

.dialog {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4rem;
  height: 3rem;
  z-index: 9999;
  opacity: 0;
  text-align: center;
  pointer-events: none;
}
.dialog .dia-con {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.dialog .dia-title {
  position: relative;
  margin-top: 0.35rem;
  font-family: "din-r";
  font-size: 0.42rem;
  text-align: center;
}
.dialog .dia-title span {
  position: relative;
  display: inline-block;
  color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#3294d4), to(#3294d4));
  background: linear-gradient(to bottom, #3294d4, #3294d4);
  -webkit-background-clip: text;
          background-clip: text;
  font-weight: bold;
}
.dialog .dia-title span::after {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6.26rem;
  height: 0.2rem;
  background: url(../ossweb-img/tit-line5.png) no-repeat center center/100% auto;
}
.dialog .txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  height: 3.45rem;
  margin-top: 0.2rem;
  margin-bottom: 0.14rem;
  padding: 0 0.2rem;
  color: #28557e;
  font-size: 0.24rem;
  line-height: 1.5;
}
.dialog .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dialog .btn-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.67rem;
  height: 0.9rem;
  font-size: 0.3rem;
  line-height: 0.71rem;
  font-family: "din-r";
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 0.05rem;
  text-transform: uppercase;
  background: url(../ossweb-img/btn-apply.png) no-repeat center center/cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dialog .btn-cancel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.67rem;
  height: 0.9rem;
  font-size: 0.3rem;
  line-height: 0.71rem;
  font-family: "din-r";
  text-transform: uppercase;
  color: #6f3d03;
  padding-bottom: 0.1rem;
  background: url(../ossweb-img/btn1_2.png) no-repeat center center/cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dialog .dia-close {
  position: absolute;
  top: 0.25rem;
  right: 0.3rem;
  width: 0.34rem;
  height: 0.36rem;
  z-index: 2;
  -webkit-mask: url(../ossweb-img/btn-close.png) no-repeat center center/100% auto;
          mask: url(../ossweb-img/btn-close.png) no-repeat center center/100% auto;
  background-color: #28557e;
}
.dialog .color-txt {
  color: #b85e43;
}
.dialog .wrap-txt {
  width: 100%;
}

.dialog.show {
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  opacity: 1;
  pointer-events: auto;
}

.dialog-mask {
  content: "";
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
}

.dialog-mask.show {
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  opacity: 1;
  pointer-events: auto;
}

.dia-common {
  width: 7.26rem;
  height: 3.86rem;
  background: url(../ossweb-img/dia6.png) no-repeat center top/100% auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-common .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dia-common3 {
  width: 7.26rem;
  height: 3.86rem;
  background: url(../ossweb-img/dia6.png) no-repeat center top/100% auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-common3 .txt-box {
  height: 2.05rem;
  margin-top: 0.4rem;
}
.dia-common3 .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dia-bind-qq {
  width: 7.26rem;
  height: 6.46rem;
  background: url(../ossweb-img/dia5.png) no-repeat center center/100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-bind-qq .dia-con {
  text-align: center;
}
.dia-bind-qq .txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  height: 2.4rem;
  margin-top: 0.3rem;
  font-size: 0.25rem;
}
.dia-bind-qq .txt2 {
  margin-top: 0.3rem;
  font-size: 0.22rem;
  color: #aeebff;
}
.dia-bind-qq label {
  width: 1rem;
  height: 0.45rem;
  margin-right: 0.1rem;
  font-family: "din-r";
  line-height: 0.45rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.dia-bind-qq input {
  width: 4.6rem;
  line-height: 0.5rem;
  padding: 0 0.15rem 0 0.15rem;
  font-size: 0.2rem;
  color: #158fff;
  outline: none;
  border: none;
  background: #b6d5ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-bind-qq input::-webkit-input-placeholder {
  color: #68adff;
}
.dia-bind-qq input::-moz-placeholder {
  color: #68adff;
}
.dia-bind-qq input:-ms-input-placeholder {
  color: #68adff;
}
.dia-bind-qq input::-ms-input-placeholder {
  color: #68adff;
}
.dia-bind-qq input::placeholder {
  color: #68adff;
}
.dia-bind-qq .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dia-check {
  width: 6.93rem;
  height: 3.86rem;
  background: url(../ossweb-img/dia6.png) no-repeat center center/100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-check .dia-con {
  text-align: center;
}
.dia-check .txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  height: 2.4rem;
  margin-top: 0.1rem;
  font-size: 0.28rem;
  font-family: "din-r";
}
.dia-check .txt1 {
  font-family: "din-r";
  font-size: 0.42rem;
  color: #3294d4;
}
.dia-check .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #3294d4;
}
.dia-check .btn-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.67rem;
  height: 0.9rem;
  font-size: 0.3rem;
  line-height: 0.71rem;
  font-family: "din-r";
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 0.05rem;
  text-transform: uppercase;
  background: url(../ossweb-img/btn-apply.png) no-repeat center center/cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dia-invite {
  width: 6.93rem;
  height: 4rem;
  background: url(../ossweb-img/dia6.png) no-repeat center center/100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-invite .dia-title {
  font-size: 0.32rem;
}
.dia-invite .dia-title span::after {
  top: 1.03rem;
}
.dia-invite .dia-con {
  text-align: center;
}
.dia-invite .txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  height: 0.9rem;
  margin-top: 0.5rem;
  font-size: 0.28rem;
  font-family: "din-r";
}
.dia-invite .txt1 {
  font-family: "din-r";
  font-size: 0.42rem;
  color: #3294d4;
}
.dia-invite .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #3294d4;
}
.dia-invite .btn-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.67rem;
  height: 0.9rem;
  font-size: 0.3rem;
  line-height: 0.71rem;
  font-family: "din-r";
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 0.05rem;
  text-transform: uppercase;
  background: url(../ossweb-img/btn-apply.png) no-repeat center center/cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dia-copy {
  width: 6.93rem;
  height: 5.06rem;
  background: url(../ossweb-img/dia5.png) no-repeat center center/100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-copy .dia-con {
  text-align: center;
}
.dia-copy .txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  height: 2.4rem;
  margin-top: 0.3rem;
  font-size: 0.25rem;
}
.dia-copy .txt-box .link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 5.4rem;
  height: 0.65rem;
  line-height: 0.65rem;
  margin-top: 0.22rem;
  padding: 0 0.3rem;
  color: #8ae1ff;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #2149a7;
}
.dia-copy .txt-box .link::-webkit-scrollbar {
  height: 1px;
  opacity: 0;
}
.dia-copy .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dia-check,
.dia-email {
  width: 7.26rem;
  height: 5.07rem;
  background: url(../ossweb-img/dia8.png) no-repeat center center/100% 100%;
}
.dia-check .desc,
.dia-email .desc {
  width: 6.36rem;
  margin: 0.42rem auto 0;
  text-align: center;
  font-weight: bold;
  font-size: 0.28rem;
  color: #28557e;
}
.dia-check .email-form,
.dia-email .email-form {
  width: 6.36rem;
  margin: 0.3rem auto 0;
  color: #d8f5ff;
  font-size: 0.25rem;
}
.dia-check .email-form .email-item,
.dia-email .email-form .email-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0.65rem;
}
.dia-check .email-form .email-item3,
.dia-email .email-form .email-item3 {
  height: auto;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.dia-check .email-form label,
.dia-email .email-form label {
  width: 1rem;
  height: 0.6rem;
  margin-right: 0.1rem;
  font-family: "din-r";
  line-height: 0.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.dia-check .email-form input,
.dia-email .email-form input {
  width: 3.26rem;
  padding: 0 0.15rem 0 0.15rem;
  font-size: 0.2rem;
  color: #158fff;
  outline: none;
  border: none;
  background: #b6d5ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-check .email-form .email-item4,
.dia-email .email-form .email-item4 {
  border: 0.01rem solid #6995bd;
  border-radius: 0.08rem;
}
.dia-check .email-form .email-item4 input,
.dia-email .email-form .email-item4 input {
  width: 100%;
  height: 0.65rem;
  padding: 0rem 0.08rem;
  font-size: 0.2rem;
  color: #158fff;
  outline: none;
  border: none;
  background: #e8f6ff;
  border-radius: 0.08rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-check .email-form input::-webkit-input-placeholder, .dia-email .email-form input::-webkit-input-placeholder {
  color: #6995bd;
}
.dia-check .email-form input::-moz-placeholder, .dia-email .email-form input::-moz-placeholder {
  color: #6995bd;
}
.dia-check .email-form input:-ms-input-placeholder, .dia-email .email-form input:-ms-input-placeholder {
  color: #6995bd;
}
.dia-check .email-form input::-ms-input-placeholder, .dia-email .email-form input::-ms-input-placeholder {
  color: #6995bd;
}
.dia-check .email-form input::placeholder,
.dia-email .email-form input::placeholder {
  color: #6995bd;
}
.dia-check .email-form input:focus::-webkit-input-placeholder, .dia-email .email-form input:focus::-webkit-input-placeholder {
  color: transparent;
}
.dia-check .email-form input:focus::-moz-placeholder, .dia-email .email-form input:focus::-moz-placeholder {
  color: transparent;
}
.dia-check .email-form input:focus:-ms-input-placeholder, .dia-email .email-form input:focus:-ms-input-placeholder {
  color: transparent;
}
.dia-check .email-form input:focus::-ms-input-placeholder, .dia-email .email-form input:focus::-ms-input-placeholder {
  color: transparent;
}
.dia-check .email-form input:focus::placeholder,
.dia-email .email-form input:focus::placeholder {
  color: transparent;
}
.dia-check .btn-agree2,
.dia-email .btn-agree2 {
  position: relative;
  width: 6.36rem;
  padding-left: 0.49rem;
  margin: 0.32rem auto 0;
  color: #6995bd;
  font-size: 0.18rem;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-check .btn-agree2 a,
.dia-email .btn-agree2 a {
  color: #be892c;
}
.dia-check .btn-agree2 i,
.dia-email .btn-agree2 i {
  position: absolute;
  top: 0rem;
  left: 0.12rem;
  width: 0.27rem;
  height: 0.27rem;
  background: none;
  border: 0.01rem solid #81cdff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-check .btn-agree2.active i,
.dia-email .btn-agree2.active i {
  background: #81cdff url(../ossweb-img/icon2.png) no-repeat center center/0.16rem auto;
}
.dia-check .btn-box,
.dia-email .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0rem;
}
.dia-check .btn-common.disable,
.dia-email .btn-common.disable {
  pointer-events: none;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.dia-rule {
  width: 8.13rem;
  height: 6.16rem;
  background: url(../ossweb-img/dia2.png) no-repeat center center/100% auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-rule .rule-list {
  width: 7.75rem;
  height: 4.7rem;
  padding-left: 0.08rem;
  padding-right: 0.25rem;
  margin: 0.15rem auto 0;
  overflow-y: auto;
  overflow-x: hidden;
  color: #fff;
  font-size: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-rule .rule-list .rule-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  font-family: "SourceHanSerifCN-Heavy";
  margin-bottom: 0.1rem;
  line-height: 1.6;
}
.dia-rule .rule-list .rule-item.strong {
  margin: 0rem 0 0.15rem;
}

.dia-login {
  width: 7.26rem;
  height: 4.06rem;
  background: url(../ossweb-img/dia4.png) no-repeat center center/100% auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-login .dia-con {
  overflow: visible;
}
.dia-login .type-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 4.1rem;
  margin: 0.78rem auto 0;
  font-size: 0.24rem;
  color: #28557e;
}
.dia-login .type-item {
  position: relative;
  width: 1.44rem;
  height: 1.44rem;
  background: url(../ossweb-img/login-type-bg.png) no-repeat center center/100% auto;
  cursor: pointer;
}
.dia-login .type-item:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.dia-login .type-item img {
  display: block;
  width: 100%;
  height: 100%;
}
.dia-login .type-item .t-name {
  position: absolute;
  bottom: -0.45rem;
  left: 0rem;
  width: 100%;
  text-align: center;
}
.dia-login .type-item:hover .prop-desc {
  display: block;
}
.dia-login .type-item .prop-desc {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
  display: none;
  width: 7.04rem;
  height: auto;
  position: absolute;
  left: 0.13rem;
  bottom: -0.6rem;
  min-width: 1.5rem;
  max-width: 2.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.1rem 0.15rem;
  background: url(../ossweb-img/heros-select-dialog-mask.png) no-repeat center center/cover;
  border: 0.03rem solid #32e4ff;
  border-radius: 100% 0% 5% 0%/0% 50% 15% 0;
}
.dia-login .type-item .prop-desc::before {
  content: "";
  width: 0.28rem;
  height: 0.16rem;
  background: url(../ossweb-img/heros-select-dialog-icon.png) no-repeat center center/contain;
  position: absolute;
  top: -0.16rem;
  left: 0.64rem;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.dia-login .type-item .prop-desc .tit {
  font-size: 0.22rem;
  color: #253550;
  font-weight: bold;
}
.dia-login .type-item .prop-desc .txt {
  font-size: 0.18rem;
  color: #253550;
}
.dia-login .award-item {
  position: relative;
  width: 2.23rem;
  height: 2.37rem;
  margin: 0.6rem auto 0.3rem;
  padding-top: 0.01rem;
}
.dia-login .award-item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.7rem;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 3.8rem;
  height: 3.69rem;
  background: url(../ossweb-img/award-bg.png) no-repeat center center/100% auto;
  pointer-events: none;
}
.dia-login .award-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dia-login .award-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.dia-login .award-name {
  position: relative;
  margin-top: 2.4rem;
  font-family: "SourceHanSerifCN-SemiBold";
  font-size: 0.24rem;
  color: #fff;
  z-index: 2;
}
.dia-login .btn-box {
  margin-top: 1.04rem;
}

.dia-record {
  width: 8.13rem;
  height: 6.16rem;
  background: url(../ossweb-img/dia2.png) no-repeat center center/100% auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-record .record-list {
  width: 7.08rem;
  font-size: 0.2rem;
  color: #fff;
  margin: 0.1rem auto 0;
}
.dia-record .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dia-record .row a {
  color: #82fdc9;
  text-decoration: underline;
}
.dia-record .row.row-title {
  padding: 0.06rem 0;
  font-weight: bold;
  color: #79fff7;
  background: none !important;
}
.dia-record .row:nth-child(odd) {
  background: #3b49b7;
}
.dia-record .row:nth-child(even) {
  background: #496adc;
}
.dia-record .col {
  width: 2.5rem;
  padding: 0.04rem 0;
}
.dia-record .page-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.45rem;
  color: #fff;
}
.dia-record .page-btn .btn-prev {
  width: 0.17rem;
  height: 0.23rem;
  text-transform: uppercase;
  background: url(../ossweb-img/icon8.png) no-repeat center center/100% auto;
}
.dia-record .page-btn .btn-next {
  width: 0.17rem;
  height: 0.23rem;
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
  text-transform: uppercase;
  background: url(../ossweb-img/icon8.png) no-repeat center center/100% auto;
}
.dia-record .page-btn span {
  margin: 0 0.4rem;
  font-size: 0.22rem;
}

.dia-res1 {
  width: 7.26rem;
  height: 3.23rem;
  background: url(../ossweb-img/dia7.png) no-repeat center center/100% 100%;
}
.dia-res1 .desc {
  width: 6.36rem;
  margin: 0.35rem auto 0;
  text-align: center;
  font-weight: bold;
  font-size: 0.18rem;
  color: #6995bd;
}
.dia-res1 .email-form {
  width: 6.36rem;
  margin: 0.65rem auto 0;
  color: #d8f5ff;
  font-size: 0.25rem;
}
.dia-res1 .email-form .email-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0.65rem;
}
.dia-res1 .email-form .email-item3 {
  height: auto;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.dia-res1 .email-form label {
  width: 1rem;
  height: 0.6rem;
  margin-right: 0.1rem;
  font-family: "din-r";
  line-height: 0.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.dia-res1 .email-form input {
  width: 3.26rem;
  padding: 0 0.15rem 0 0.15rem;
  font-size: 0.2rem;
  color: #6b96be;
  outline: none;
  border: none;
  background: #b6d5ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-res1 .email-form .email-item4 {
  border: 0.01rem solid #6995bd;
  border-radius: 0.08rem;
}
.dia-res1 .email-form .email-item4 input {
  width: 100%;
  height: 0.65rem;
  padding: 0rem 0.2rem;
  font-size: 0.2rem;
  color: #6b96be;
  outline: none;
  border: none;
  background: #e8f6ff;
  border-radius: 0.08rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-res1 .email-form input::-webkit-input-placeholder {
  color: #6995bd;
}
.dia-res1 .email-form input::-moz-placeholder {
  color: #6995bd;
}
.dia-res1 .email-form input:-ms-input-placeholder {
  color: #6995bd;
}
.dia-res1 .email-form input::-ms-input-placeholder {
  color: #6995bd;
}
.dia-res1 .email-form input::placeholder {
  color: #6995bd;
}
.dia-res1 .email-form input:focus::-webkit-input-placeholder {
  color: transparent;
}
.dia-res1 .email-form input:focus::-moz-placeholder {
  color: transparent;
}
.dia-res1 .email-form input:focus:-ms-input-placeholder {
  color: transparent;
}
.dia-res1 .email-form input:focus::-ms-input-placeholder {
  color: transparent;
}
.dia-res1 .email-form input:focus::placeholder {
  color: transparent;
}

.dia-res2 {
  width: 7.26rem;
  height: 6.05rem;
  background: url(../ossweb-img/dia5.png) no-repeat center center/100% 100%;
}
.dia-res2 .txt1,
.dia-res2 .txt2 {
  width: 5.95rem;
  margin: 0rem auto 0;
  text-align: left;
  font-size: 0.18rem;
  color: #28557e;
  font-family: "din-r";
  letter-spacing: 0.003rem;
}
.dia-res2 .txt1 {
  margin-bottom: 0.15rem;
  letter-spacing: 0.003rem;
}
.dia-res2 .desc2 {
  width: 5.95rem;
  margin: 0 auto 0;
  font-size: 0.18rem;
  color: #6995bd;
  text-align: left;
  font-family: "din-r";
  letter-spacing: 0.003rem;
}
.dia-res2 .desc2 a {
  font-weight: bold;
  color: #3294d4;
  text-decoration: underline;
}
.dia-res2 .desc2 .icon-dc {
  display: inline-block;
  width: 0.35rem;
  height: 0.2rem;
  vertical-align: middle;
  -webkit-mask: url(../ossweb-img/i-logo4.png) no-repeat center center/100% auto;
          mask: url(../ossweb-img/i-logo4.png) no-repeat center center/100% auto;
  background-color: #a4c8e4;
}
.dia-res2 .desc {
  width: 5.95rem;
  margin: 0.4rem auto 0.2rem;
  text-align: left;
  font-weight: bold;
  font-size: 0.28rem;
  color: #28557e;
  letter-spacing: 0.003rem;
}
.dia-res2 .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 5.5rem;
  margin: 0.35rem auto 0.22rem;
}

.dia-common2 {
  width: 7.26rem;
  height: 3.86rem;
  background: url(../ossweb-img/dia6.png) no-repeat center center/100% 100%;
}
.dia-common2 .msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6.36rem;
  height: 0.7rem;
  margin: 0.55rem auto 0.2rem;
  text-align: center;
  font-weight: normal;
  font-family: "Microsoft YaHei";
  font-size: 0.28rem;
  line-height: 1.4;
  color: #28557e;
}
.dia-common2 .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 5.5rem;
  margin: 0.35rem auto 0.22rem;
}

.agreement-checkbox {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  border: 0.02rem solid #81cdff;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  margin-top: -0.06rem;
  cursor: pointer;
}
.agreement-checkbox.checked {
  background: #81cdff url(../ossweb-img/icon2.png) no-repeat center center/0.16rem auto;
}

.agreement-list {
  margin-top: 0.95rem;
}

.btn-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.67rem;
  height: 0.9rem;
  padding-bottom: 0.05rem;
  margin: 0.5rem auto 0;
  font-family: "din-r";
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 0.36rem;
  background: url(../ossweb-img/btn1.png) no-repeat center center/100% auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn-start.disabled {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  pointer-events: none;
}

.agreement-list .agreement-container label {
  cursor: pointer;
}

.agreement-list .agreement-container {
  margin-bottom: 0.15rem;
}
.agreement-list .agreement-container a {
  color: #58a9de;
  text-decoration: underline;
}

.before-question {
  padding-top: 0.01rem;
  position: relative;
  width: 6.15rem;
  height: 100%;
  margin: 0rem auto;
  font-size: 0.2rem;
  color: #28557e;
  font-family: "din-r";
  font-weight: bold;
}
.before-question .sub-tit {
  margin-top: 0.6rem;
  margin-bottom: 0.8rem;
  text-align: center;
  font-size: 0.32rem;
}
.before-question .sub-tit::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 1.4rem;
  width: 5.98rem;
  height: 0.2rem;
  background: url(../ossweb-img/m/tit-line8.png) no-repeat center/100% auto;
}
.before-question .txt {
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0rem;
  text-align: justify;
}

.questionnaire {
  display: none;
  position: relative;
  width: 6.75rem;
  height: 100%;
  margin: 0rem auto;
  color: #28557e;
}

.questionnaire .name-input,
.questionnaire .email-input {
  margin: 0 auto;
  padding-left: 0.15rem;
}

.questionnaire #agreement-container {
  width: 5.05rem;
  margin: 0 auto;
}

.question-container {
  padding: 0.5rem 0 0 0;
  height: 100%;
  width: 6.15rem;
  margin: 0 auto;
  font-size: 0.22rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.progress-bar {
  width: 100%;
  height: 0.1rem;
  background: #f0f0f0;
  margin-bottom: 0.2rem;
  border-radius: 0.05rem;
  overflow: hidden;
}

.progress {
  height: 100%;
  width: 0;
  background: #4caf50;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.question-description {
  font-size: 0.18rem;
  color: #6995bd;
  text-align: left;
  padding-left: 0.2rem;
}

.question-tips {
  font-size: 0.18rem;
  color: #6995bd;
  text-align: left;
  padding-left: 0rem;
  margin-top: 0rem;
  margin-bottom: 0.1rem;
  line-height: 1.5;
}

.question-description.question-description11_1,
.question-description.question-description11_2 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 3.8rem;
  width: 5.25rem;
  padding: 0;
}

.question-description.question-description7 {
  margin-bottom: 0.25rem;
  padding-left: 0.4rem;
  text-align: left;
}

.question-description.question-description6 {
  margin-bottom: 0.25rem;
  padding-left: 0.4rem;
  text-align: left;
}

.question-description.question-description8 {
  text-align: left;
  padding-left: 0.4rem;
  margin-bottom: 0.25rem;
}

.question-title {
  position: relative;
  text-align: left;
  font-size: 0.27rem;
  margin-bottom: 0.5rem;
  padding-left: 0.4rem;
  letter-spacing: -0.005rem;
}

.question-title span {
  color: #bb4e4e;
}

.question-title.question-title12 {
  text-align: left;
}

.question-title.question-title8 {
  margin-bottom: 0.35rem;
  text-align: left;
}

.question-title.question-title7,
.question-title.question-title6 {
  margin-bottom: 0.35rem;
}

.question-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.15rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5.7rem;
  height: 0.05rem;
  background: url("../ossweb-img/m/tit-line7.png") no-repeat center center/100% 100%;
}

.question-title i {
  position: absolute;
  left: -0.05rem;
  top: -0.02rem;
  width: 0.36rem;
  height: 0.36rem;
  text-align: center;
  font-size: 0.18rem;
  -moz-text-align-last: center;
       text-align-last: center;
  line-height: 0.4rem;
  font-style: normal;
  border-radius: 50%;
  background: #81cdff;
  color: #fff;
}

.question-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  height: 6.55rem;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-column-gap: 0.3rem;
     -moz-column-gap: 0.3rem;
          column-gap: 0.3rem;
  row-gap: 0.12rem;
  padding: 0 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.question-options.question-options10 .option:last-child span,
.question-options.question-options4_1 .option:last-child span,
.question-options.question-options4_2 .option:last-child span,
.question-options.question-options5 .option:last-child span {
  text-transform: none;
}

.question-options.question-options3 .icon-check,
.question-options.question-options5 .icon-check,
.question-options.question-options4_1 .icon-check,
.question-options.question-options4_2 .icon-check {
  border-radius: 0;
}
.question-options.question-options3 .icon-check:after,
.question-options.question-options5 .icon-check:after,
.question-options.question-options4_1 .icon-check:after,
.question-options.question-options4_2 .icon-check:after {
  border-radius: 0 !important;
}

.question-options.question-options5,
.question-options.question-options4_1,
.question-options.question-options4_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  overflow-y: auto;
  overflow-x: hidden;
  height: 5.25rem;
}
.question-options.question-options5::-webkit-scrollbar,
.question-options.question-options4_1::-webkit-scrollbar,
.question-options.question-options4_2::-webkit-scrollbar {
  width: 0.1rem;
  height: 0.1rem;
}
.question-options.question-options5::-webkit-scrollbar-thumb,
.question-options.question-options4_1::-webkit-scrollbar-thumb,
.question-options.question-options4_2::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 0.05rem;
}
.question-options.question-options5::-webkit-scrollbar-track,
.question-options.question-options4_1::-webkit-scrollbar-track,
.question-options.question-options4_2::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 0.05rem;
}

.question-options.question-options12,
.question-options.question-options11_1,
.question-options.question-options11_2 {
  display: none;
}

.question-options label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.question-options.question-options4_1 label,
.question-options.question-options4_2 label,
.question-options.question-options5 label {
  width: 100%;
  width: 100%;
  padding-right: 0.3rem;
  cursor: pointer;
}

.question-options6 label,
.question-options7 label {
  display: none;
}

.question-options .icon-check {
  position: relative;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  border: 0.03rem solid #81cdff;
  margin-right: 0.1rem;
  margin-top: -0.06rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.question-options .selected .icon-check::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.11rem;
  height: 0.11rem;
  border-radius: 50%;
  background: #81cdff;
}

.question-options ul {
  list-style: none;
  padding: 0;
}

.question-options li {
  cursor: pointer;
  height: 0.56rem;
  line-height: 0.56rem;
  padding: 0 0 0 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.question-options li:hover {
  background: #f0f0f0;
}

.navigation {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5.8rem;
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navigation button {
  width: 2.67rem;
  height: 0.9rem;
  padding-bottom: 0.05rem;
  font-size: 0.36rem;
  font-family: "din-r";
  color: #fff;
  text-transform: uppercase;
  background: url("../ossweb-img/btn1.png") no-repeat center center/100% auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 多级联动选择器样式 */
.cascade-dropdown {
  position: relative;
  width: 100%;
}
.cascade-dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.15rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.19rem;
  height: 0.12rem;
  background: url(../ossweb-img/icon3.png) no-repeat center center/contain;
}

.cascade-dropdown-button {
  width: 100%;
  padding: 0rem 0rem 0rem 0.25rem;
  background-color: #fff;
  border: 0.01rem solid #ddd;
  border-radius: 0.04rem;
  cursor: pointer;
  text-align: center;
  font-size: 0.22rem;
  color: #28557e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cascade-dropdown-button:hover {
  border-color: #999;
}

.cascade-dropdown-button:disabled {
  background-color: #f5f5f5;
  color: #999;
  cursor: not-allowed;
  border-color: #ddd;
}

.cascade-dropdown-button:disabled:hover {
  border-color: #ddd;
}

.cascade-dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  list-style: none;
  padding: 0;
  background-color: #e8f6ff;
  border: 0.01rem solid #6995bd;
  border-radius: 0 0 0.06rem 0.06rem;
  max-height: 2.45rem;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10;
  display: none; /* 默认隐藏 */
}

.cascade-dropdown-list[style*="display: block"] {
  display: block !important;
}

.cascade-dropdown-item {
  padding: 0.1rem 0.12rem;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.cascade-dropdown-item:hover {
  background-color: #f0f0f0;
}

.cascade-dropdown-item.selected {
  background-color: #4caf50;
  color: white;
  font-weight: bold;
}

/* 问卷样式 */
/* 选项相关样式 */
.option {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 2rem;
  min-height: 0.45rem;
  margin-bottom: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.08rem;
}

.question-options.question-options4_1 i,
.question-options.question-options4_2 i {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 0.05rem;
}

.question-options.question-options4_1 .option-center i,
.question-options.question-options4_2 .option-center i {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 0.02rem;
}

.question-options.question-options5 .option,
.question-options.question-options4_1 .option,
.question-options.question-options4_2 .option {
  min-height: none;
}

.question-options.question-options1 .option-input {
  width: 1.5rem;
}

.option.selected .option-label i {
  color: #1890ff;
}

.option-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.option-label span {
  margin-left: 0.08rem;
}

.option-label i {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
}

/* 选项输入框容器 - 与选项并排 */
.option-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.option-input {
  width: 2rem;
  padding: 0.05rem;
  border: none;
  border-bottom: 0.01rem solid #28557e;
  background: none;
  outline: none;
}
.option-input::-webkit-input-placeholder {
  color: #28557e;
}
.option-input::-moz-placeholder {
  color: #28557e;
}
.option-input:-ms-input-placeholder {
  color: #28557e;
}
.option-input::-ms-input-placeholder {
  color: #28557e;
}
.option-input::placeholder {
  color: #28557e;
}

/* 级联选择样式 */
.cascade-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3rem;
}

.cascade-level {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.cascade-label {
  display: block;
  margin-bottom: 0.08rem;
  font-weight: 500;
}

.cascade-dropdown {
  position: relative;
  display: inline-block;
}

.cascade-dropdown-button {
  height: 0.56rem;
  line-height: 0.56rem;
  border: 0.01rem solid #6995bd;
  border-radius: 0.06rem;
  background-color: #ecf7ff;
  cursor: pointer;
  width: 5.15rem;
  text-align: left;
}

.cascade-dropdown-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.cascade-dropdown-button:hover:not(:disabled) {
  border-color: #999;
}

.cascade-dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #e6f5ff;
  border: 0.01rem solid #6995bd;
  border-radius: 0.06rem;
  min-width: 1.5rem;
  z-index: 1000;
  list-style: none;
  padding: 0.05rem 0;
}

.cascade-dropdown-item {
  padding: 0.08rem 0.12rem;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.cascade-dropdown-item:hover {
  background-color: #f5f5f5;
}

.cascade-dropdown-item.selected {
  background-color: #e6f2ff;
  color: #1890ff;
  font-weight: 500;
}

/* 警告信息 */
.warning-message {
  color: red;
  margin-top: 0.1rem;
}

/* 进度条 */
.progress {
  height: 0.04rem;
  background-color: #1890ff;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

/* 邮箱输入 */
.name-input,
.email-input {
  width: 5.05rem;
  height: 0.6rem;
  border: 0.01rem solid #6995bd;
  border-radius: 0.06rem;
  font-size: 0.26rem;
  background: #e6f5ff;
}

/* 按钮组 */
button {
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 0.14rem;
}

button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* 文本输入框样式 */
.text-input {
  width: 3rem;
  padding: 0.1rem;
  border: 0.01rem solid #ddd;
  border-radius: 0.04rem;
  font-size: 0.14rem;
}

#onetrust-pc-sdk button {
  margin-bottom: 0.9rem !important;
}

#ot-sdk-btn-floating {
  display: none !important;
}

.lang-en .navigation button {
  font-size: 0.21rem;
  padding-bottom: 0.05rem;
}
.lang-en .cascade-dropdown-button {
  font-size: 0.22rem;
}
.lang-en .dia-invite .txt1 {
  font-size: 0.32rem;
}
.lang-en .dia-res1 .dia-title {
  font-size: 0.35rem;
}
.lang-en .main-swiper .module3 .pic-swiper-slide .txt {
  position: absolute;
  width: 6.64rem;
  height: 0.97rem;
}
.lang-en .main-swiper .module3 .pic-swiper-slide1 .txt {
  background: url(../ossweb-img/en/m/feature4_text.png) no-repeat center center/100% auto;
}
.lang-en .main-swiper .module3 .pic-swiper-slide2 .txt {
  background: url(../ossweb-img/en/m/feature5_text.png) no-repeat center center/100% auto;
}
.lang-en .main-swiper .module3 .pic-swiper-slide3 .txt {
  background: url(../ossweb-img/en/m/feature1_text.png) no-repeat center center/100% auto;
}
.lang-en .main-swiper .module3 .pic-swiper-slide4 .txt {
  background: url(../ossweb-img/en/m/feature2_text.png) no-repeat center center/100% auto;
}
.lang-en .main-swiper .module3 .pic-swiper-slide5 .txt {
  background: url(../ossweb-img/en/m/feature3_text.png) no-repeat center center/100% auto;
}