* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: HarmonyOS, serif;
}
body {
  line-height: 1;
}
:focus {
  outline: 1;
}
body::-webkit-scrollbar {
  width: 0 !important;
}
body,
html {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #ffffff;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
html,
body {
  height: 100%;
  width: 100%;
}
input,
textarea {
  border: none;
}
.flex {
  display: flex;
  align-items: center;
}
.flex_jc {
  justify-content: center;
}
.flex_ja {
  justify-content: space-around;
}
.flex_jb {
  justify-content: space-between;
}
@font-face {
  font-family: "HarmonyOS";
  src: url("../font/HarmonyOS_Sans_SC_Regular.ttf");
}
@font-face {
  font-family: "HarmonyOS_black";
  src: url("../font/HarmonyOS_Sans_SC_Black.ttf");
}
@font-face {
  font-family: "HarmonyOS_bold";
  src: url("../font/HarmonyOS_Sans_SC_Bold.ttf");
}
@font-face {
  font-family: "HarmonyOS_light";
  src: url("../font/HarmonyOS_Sans_SC_Light.ttf");
}
@font-face {
  font-family: "HarmonyOS_medium";
  src: url("../font/HarmonyOS_Sans_SC_Medium.ttf");
}
@font-face {
  font-family: "HarmonyOS_thin";
  src: url("../font/HarmonyOS_Sans_SC_Thin.ttf");
}
.font_black {
  font-family: HarmonyOS_black !important;
}
.font_bold {
  font-family: HarmonyOS_bold !important;
}
.font_light {
  font-family: HarmonyOS_light !important;
}
.font_medium {
  font-family: HarmonyOS_medium !important;
}
.font_thin {
  font-family: HarmonyOS_thin !important;
}
.font_300 {
  font-weight: 300 !important;
}
.font_400 {
  font-weight: 400 !important;
}
.font_500 {
  font-weight: 500 !important;
}
.font_600 {
  font-weight: 600 !important;
}
.display_none {
  display: none !important;
}
.button_m {
  /* margin-top: 50px; */
  line-height: 50px;
  text-align: center;
  width: 200px;
  height: 50px;
  background: #af100c;
  border-radius: 25px;
  background: #af100c;
  color: #ffffff;
}

.button_m:hover {
  animation: button_m 0.5s;
  animation-fill-mode: forwards;
}
.button_b:hover {
  animation: button_b 0.5s;
  animation-fill-mode: forwards;
}
@keyframes button_b {
  0% {
    background: unset;
  }
  100% {
    background: #ffffff;
  }
}
.button_m:hover a {
  color: #ffffff;
}
.base_header2 .flex .flex .button_b:hover a {
  color: #000000;
}
.button_m a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  cursor: pointer;
}
.button_w a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  cursor: pointer;
}
.button_w {
  border-radius: 25px;
  line-height: 46px;
  text-align: center;
  width: 196px;
  height: 46px;
  border: 2px solid #ffffff;
}
.button_w:hover {
  animation: button_w 0.5s;
  animation-fill-mode: forwards;
}
.button_a:hover {
  /*animation: button_a 0.5s;*/
  /*animation-fill-mode: forwards;*/
}
.button_w:hover a {
  color: #333333;
}
.base_header2 .flex .flex .button_a:hover a {
  color: #ffffff;
}
.full_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.partner_box {
  background: #0f1112;
}
.pos_rel {
  position: relative;
}
.pos_abs {
  position: absolute;
}
.banner_s {
  width: 100%;
}
.banner_s_content {
  width: 1200px;
  margin: 0 auto 0;
}
.banner_s_content h3 {
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
}
.banner_s_content h3 span {
  margin-left: 30px;
}
.banner_s_content h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 60px;
  color: #ffffff;
}
.banner_s_content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff;
}
.banner_s_content p:first-of-type {
  margin-top: 20px;
}
.banner_s_content .img,
.banner_s_content img {
  margin: 47px 0;
  width: 72px;
  height: 6px;
  background: linear-gradient(to right, #af100c, #ff1e18);
}
.contact2 {
  /* background: url("../image/contact1.png"); */
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 790px;
}
.contact2_box {
  width: 1200px;
  margin: 0 auto;
}
.contact2_title {
  padding-top: 110px;
}
.contact2_title_1 h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 63px;
  color: #ffffff;
}
.contact2_title_1 p {
  font-size: 60px;
  font-weight: bold;
  color: #ffffff;
}
.contact2_title_2 p {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  /* line-height: 40px; */
  margin: 15px 0;
  display: flex;
  align-items: center;
}
.contact2_title_2 p span {
  font-size: 38px;
  height: 80px;
  font-weight: bold;
  display: inline-block;
}
.contact2_title_2 p span img {
  width: 80px;
  height: 80px;
  padding: 5px;
  background-color: #fff;
  box-sizing: border-box;
}
.contact2_1 {
  margin-top: 100px;
}
.contact2_1 input {
  width: 575px;
  border-bottom: 1px solid #ffffff;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  font-weight: 400;
  color: #ffffff;
}
.contact2_1 input::placeholder,
.contact2_2::placeholder,
.contact2_3_1 input::placeholder {
  color: #ffffff;
}

.contact2_2 {
  width: 1180px;
  height: 120px;
  border: 1px solid #ffffff;
  opacity: 1;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #ffffff;
  padding-top: 20px;
  padding-left: 20px;
  margin-top: 50px;
}
.contact2_3 {
  align-items: flex-end;
}
.contact2_3_1 {
  margin-top: 50px;
}
.contact2_3_1 input {
  width: 160px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ffffff;
  margin-right: 25px;
  color: #ffffff;
}
.contact2_3_2 {
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 2px solid #af100c;
  opacity: 1;
  border-radius: 25px;
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  transition: all 0.5s;
  background-color: #af100c;
  cursor: pointer;
}
.contact2_3_2:hover {
  border: 2px solid #303030;
  background-color: #303030;
  /*animation: contact2_3_2 0.6s forwards;*/
}
@keyframes contact2_3_2 {
  0% {
    background: unset;
    border: 2px solid #ffffff;
    color: #ffffff;
  }
  100% {
    background: #ffffff;
    color: #303030;
    border: 2px solid #ffffff;
  }
}
.process_title {
  margin: 100px auto 110px;
  width: 1200px;
}
.process_title h2 {
  font-size: 48px;
  font-weight: bold;
  color: #000000;
  line-height: 60px;
  opacity: 1;
}
.process_title p {
  margin-top: 15px;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  opacity: 1;
}
.process_content {
  background: url("../image/process.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 1140px;
  margin: 0 auto;
}
.process_content_box {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.process_content_1,
.process_content_2 {
  height: 380px;
  width: 100%;
  position: relative;
}
.process_content_1_1 {
  width: 455px;
  position: absolute;
  left: -500px;
}
.process_content_2_1 {
  width: 560px;
  position: absolute;
  right: -600px;
}
.process_content_1_1 h1,
.process_content_2_1 h1 {
  font-size: 72px;
  font-weight: bold;
  line-height: 85px;
  color: #000000;
}
.process_content_1_1 h2,
.process_content_2_1 h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 55px;
  color: #000000;
}
.process_content_1_1 p,
.process_content_2_1 p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
}
.process_content_1 img,
.process_content_2 img {
  margin-top: 25px;
  position: absolute;
}
.process_content_1 img {
  right: 0;
}
.process_content_2 img {
  left: 0;
}
.tips {
  width: 1200px;
  margin: 30px auto 100px;
}
.banner_m_content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 263px;
}
.banner_m_content h2 {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
}
.banner_m_content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff;
}
.banner_m_content .button_m {
  margin-top: 50px;
}
@keyframes left_entry_s {
  0% {
    left: -600px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes right_entry_s {
  0% {
    right: -600px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@keyframes button_m {
  0% {
    background: #af100c;
    color: #ffffff;
  }
  100% {
    background: #303030;
    color: #ffffff;
  }
}
@keyframes button_w {
  0% {
    background: unset;
    color: #ffffff;
  }
  100% {
    background: #ffffff;
    color: #000000;
  }
}
@keyframes button_a {
  0% {
    background: #ffffff;
  }
  100% {
    background: #303030;
  }
}

.running .process_content_2_1 {
  opacity: 0;
  animation: right_entry_s 0.6s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
.running .process_content_1_1 {
  opacity: 0;
  animation: left_entry_s 0.6s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
.opacity_none {
  opacity: 0;
}
.qa {
  width: 100%;
}
.qabox {
  width: 1200px;
  margin: 0 auto;
  flex-direction: column;
  display: flex;
}
.qabox h2 {
  font-weight: 400;
  color: #ffffff;
  font-size: 60px;
}
.qabox .question {
  width: 100%;
  margin: 50px 0 40px;
  justify-content: space-between;
}
.qabox .question h2 {
  font-size: 30px;
  line-height: 45px;
  color: #000000;
  font-weight: bold;
}
.qabox .question .show {
  color: #616161;
  font-size: 50px;
  font-weight: 400;
}
.answer {
  width: 100%;
  font-weight: 400;
  line-height: 40px;
  color: #666666;
  margin-bottom: 50px;
  display: none;
}
.qabox .active {
  display: block;
}
.open {
  animation: open 0.5s;
  animation-fill-mode: forwards;
}
.off {
  animation: off 0.5s;
  animation-fill-mode: forwards;
}
@-webkit-keyframes open {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
}
@-webkit-keyframes off {
  from {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  to {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
@keyframes header_off {
  from {
    top: 0;
  }
  to {
    top: -90px;
  }
}
@keyframes header_open {
  from {
    top: -90px;
  }
  to {
    top: 0;
  }
}
.go_top {
  position: fixed;
  bottom: 80px;
  right: 100px;
  width: 48px;
  height: 48px;
  background: linear-gradient(180deg, #2de880 0%, #66d0fc 100%);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  z-index: 12;
  cursor: pointer;
  display: flex;
}
.service {
  /*display: none;*/
  position: fixed;
  top: calc(50vh - 80px);
  left: 0;
  /*background: url("../image/vrcode.png");*/
  background-color: #eee;
  height: 240px;
  width: 160px;
  text-align: center;
  color: #000000;
  z-index: 12;
  border-radius: 10px;
  /*overflow: hidden;*/
}
.service::after {
    border-radius: 10px 10px 0 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 35px;
  z-index: -1;
  background: linear-gradient(90deg, #af100c 0%, #af100c 100%);
}
.service img {
    max-width: 110px;
    max-height: 110px;
}
.service h2 {
  font-size: 14px;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 45px;
}
.service .service1 {
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
}
.service .service2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
.service div {
  width: 20px;
  height: 2px;
  background: linear-gradient(90deg, #af100c 0%, #af100c 100%);
  opacity: 1;
  border-radius: 2px;
  margin: 15px auto;
}
.service .service3 {
  font-size: 10px;
  font-weight: 400;
  color: #000000;
  opacity: 0.5;
  margin-top: 5px;
}
.services {
  position: fixed;
  top: calc(50vh - 80px);
  left: 0;
  background: url("../image/vrcode.png");
  height: 240px;
  width: 160px;
  text-align: center;
  color: #000000;
  z-index: 12;
}
.services h2 {
  font-size: 14px;
  font-weight: 500;
  margin-top: 11px;
}
.services .service1 {
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
}
.services .service2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
.services div {
  width: 20px;
  height: 2px;
  background: linear-gradient(90deg, #2de880 0%, #66d0fc 100%);
  opacity: 1;
  border-radius: 2px;
  margin: 10px auto;
}
.services .service3 {
  font-size: 10px;
  font-weight: 400;
  color: #000000;
  opacity: 0.5;
  margin-top: 5px;
}
.left_img {
  position: absolute;
  top: 100px;
  right: 0;
  cursor: pointer;
}
.right_img {
  position: absolute;
  top: 100px;
  right: -20px;
  cursor: pointer;
  display: none;
}
@keyframes img_off {
  0% {
    left: 0;
  }
  100% {
    left: -160px;
  }
}
@keyframes img_on {
  0% {
    left: -160px;
  }
  100% {
    left: 0;
  }
}
.header_left {
  cursor: pointer;
}
@keyframes opacity_0 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity_1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.img_box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  z-index: 15;
  display: none;
  align-items: center;
  justify-content: center;
}
.img_box video {
  width: 60%;
}
.tool1,
.tool2,
.tool3,
.tool4 {
  cursor: pointer;
}
.close_img {
  position: absolute;
  top: 66px;
  right: 100px;
  cursor: pointer;
}
.base_header2 {
  width: 100%;
  height: 90px;
  background: #1d1d1d;
  position: fixed;
  display: none;
  top: 0;
  opacity: 1;
  z-index: 15;
}
@keyframes base_header2 {
  0% {
    top: 90px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes base_header3 {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 90px;
    opacity: 1;
  }
}
@keyframes base_header2s {
  0% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 90px;
    opacity: 1;
  }
}
.base_header2 .flex {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  align-items: center;
}
.base_header2 .flex h2 {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.base_header2 .flex .flex {
  width: 320px;
  margin: 0;
}
.base_header2 .flex .flex .button_a {
  width: 152px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #af100c;
  border-radius: 25px;
  cursor: pointer;
}
.base_header2 .flex .flex .button_a a {
  font-size: 14px;
  width: 100%;
  height: 100%;
  display: block;
  font-weight: 500;
  color: #fff;
}
.base_header2 .flex .flex .button_b {
  width: 150px;
  height: 36px;
  line-height: 36px;
  border: 2px solid #ffffff;
  border-radius: 25px;
  margin-left: 20px;
  text-align: center;
  cursor: pointer;
}
.base_header2 .flex .flex .button_b a {
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
}
.code_img {
  border-radius: 15px;
}
.account_box {
  width: 515px;
  height: 230px;
  background: #ffffff;
  opacity: 1;
  border-radius: 20px;
  padding: 70px 0 70px 85px;
}
.account_box h3 {
  height: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #666666;
}
.account_box p {
  width: 430px;
  height: 37px;
  font-size: 24px;
  font-weight: 400;
  line-height: 37px;
  color: #000000;
  margin-top: 10px;
  border-bottom: 1px solid #d2d2d7;
}
.account_box h2 {
  width: 430px;
  height: 60px;
  font-size: 34px;
  border-bottom: 1px solid #d2d2d7;
  font-weight: bold;
  line-height: 60px;
  color: #000000;
  margin-bottom: 50px;
}
.serve_cover {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  opacity: 0;
  animation: opacity_0 0.6s forwards;
}
@media screen and (max-width: 1024px) {
  .button_box {
    width: 100%;
    flex-wrap: wrap;
    bottom: 75px;
  }
  .service {
    display: none;
  }
  .button_m {
    width: 80%;
    margin: 0 auto;
    line-height: 44px;
    height: 44px;
    /*background: #ffffff;*/
    border-radius: 25px;
  }
  .button_w {
    width: 80%;
    margin: 20px auto 0;
    height: 44px;
    line-height: 44px;
    border: 1px solid #ffffff;
    border-radius: 25px;
  }
  .button_boxes div {
    margin: 20px 0 0 !important;
  }
  .button_m a,
  .button_w a {
    font-size: 14px;
  }
  .img_boxes0 img {
    width: 80%;
  }
  .img_boxes0 .close_img {
    display: none;
  }
  .account_box_m {
    text-align: center;
  }
  .banner_s_content h3 {
    font-size: 14px;
  }
  .banner_s_content h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .banner_s_content p {
    font-size: 16px;
    line-height: 30px;
  }
  .banner_s_content img {
    margin: 30px 0;
  }
  .banner_s_content p:first-of-type {
    margin-top: 10px;
  }
  .banner_s_content {
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
  .banner_s_content h3 span {
    margin-left: 10px;
  }
  .process {
    width: 90%;
    margin: 0 auto;
  }
  .process_content_1 img,
  .process_content_2 img {
    width: 40%;
  }
  .process_title h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .process_title {
    width: 100%;
    margin: 70px auto 0;
    padding-bottom: 50px;
    border-bottom: 1px solid #d2d2d7;
  }
  .process_content {
    width: 100%;
    background: unset;
    height: unset;
  }
  .process_content_box {
    width: 100%;
  }
  .process_content_1_1 h1,
  .process_content_2_1 h1 {
    font-size: 37px;
    line-height: unset;
  }
  .process_content_1_1 h2,
  .process_content_2_1 h2 {
    font-size: 22px;
  }
  .process_content_1_1 p,
  .process_content_2_1 p {
    font-size: 12px;
  }
  .process_content_2_1,
  .process_content_1_1 {
    width: 60%;
  }
  .process_content_2_1 {
    text-align: right;
  }
  .process_content_2_1 p {
    text-align: left;
  }
  .process_content_1,
  .process_content_2 {
    height: 240px;
    border-bottom: 1px solid #d2d2d7;
    margin-top: 20px;
  }
  .tips {
    display: none;
  }
  .process_title p {
    font-size: 17px;
  }
  .contact2 {
    background: url("../image/content_2.png");
    background-size: cover;
    width: 100%;
    height: unset;
  }
  .contact2_box {
    width: 90%;
    margin: 0 auto;
  }
  .contact2_title {
    flex-wrap: wrap;
  }
  .contact2_title_1 h2 {
    font-size: 24px;
  }
  .contact2_title_1 p {
    font-size: 37px;
  }
  .contact2_title_2 p {
    font-size: 14px;
  }
  .contact2_title_2 p span {
    display: block;
    font-size: 24px;
  }
  .contact2 form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .img_box video {
    width: 100%;
  }
  .contact2_1 {
    margin-top: 30px;
  }
  .contact2_1,
  .contact2_3 {
    flex-wrap: wrap;
    width: 100%;
  }
  .contact2_1 input,
  .contact2_2 {
    width: 100%;
    font-size: 14px;
  }
  .contact2_1 input {
    border: 1px solid #ffffff;
    margin-bottom: 25px;
    border-radius: 6px;
    padding-left: 20px;
  }
  .contact2_2 {
    margin-top: 0;
  }
  .contact2_3_1 {
    width: 100%;
    justify-content: space-between;
    margin-top: 25px;
  }
  .contact2_3_1 input {
    border: 1px solid #ffffff;
    border-radius: 6px;
    font-size: 14px;
    padding-left: 20px;
  }
  .code_img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
  }
  .contact2_3_2 {
    width: 100%;
    height: 50px;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 6px;
    color: #000000;
    margin: 25px 0 70px;
  }
  .banner_m_content {
    width: 90%;
    margin: 0 auto;
    padding-top: 165px;
  }
  .banner_m_content h2 {
    font-size: 22px;
  }
  .banner_m_content p {
    width: 249px;
    height: 36px;
    font-size: 12px;
    line-height: 15px;
  }
  .banner_m_content .button_m {
    display: none;
  }
  .go_top {
    display: none;
  }
}
