* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 中文样式 */
.chinese-font {
  font-family: "Microsoft Yahei", sans-serif !important;
}

/* 英文样式 */
.english-font {
  font-family: "Apple", sans-serif !important;
}
.brand-logo {
  height: 40px;
  filter: drop-shadow(0 0 1px #E30000);
}
.brand-title {
  font-weight: 700;
  margin-left: 10px;
  letter-spacing: 2px;
  font-size: 26px;
  color: #ffffff;
  font-family: "Mona Sans", "MonaSansFallback", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/* 针对移动端的媒体查询 */
@media (max-width: 768px) {
.brand-logo {
    height: 30px; /* 减小 logo 大小 */
    filter: drop-shadow(0 0 0.5px #E30000); /* 调整阴影大小 */
}
.brand-title {
    font-size: 20px; /* 减小字体大小 */
    margin-left: 5px; /* 减小左边距 */
    letter-spacing: 1px; /* 减小字母间距 */
}
}
.gotous p:hover {
  color: #E30000 !important;
  font-weight: bold;
}
.button {
  border-radius: 20px;
  color: #333;
  font-weight: bold;
  padding: 10px 25px;
  text-decoration: none;
  transition: all 100ms ease-in-out;
}
.button:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}
.button:not(:first-of-type) {
  margin-left: 15px;
}
.button.bg-blue {
  background-color: #EF2125;
  color: #fff;
}
.button.bg-blue:hover {
  background-color: #f4696b;
}
.button-arrow .arrow-icon {
  overflow: visible;
  margin-left: 3px;
  width: 6px;
}
.button-arrow .arrow-head {
  transform: translateX(0);
  transition: transform 100ms ease-in-out;
}
.button-arrow .arrow-body {
  opacity: 0;
  transform: scaleX(1);
  transition: transform 100ms ease-in-out, opacity 100ms ease-in-out;
}
.button-arrow:hover .arrow-head {
  transform: translateX(3px);
}
.button-arrow:hover .arrow-body {
  opacity: 1;
  transform: scaleX(2);
}
.brand-item {
  text-transform: capitalize;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 中文样式 */
.chinese-font {
  font-family: "Microsoft Yahei", sans-serif !important;
}

/* 英文样式 */
.english-font {
  font-family: "Apple", sans-serif !important;
}
.brand-logo {
  height: 40px;
  filter: drop-shadow(0 0 1px #E30000);
}
.brand-title {
  font-weight: 700;
  margin-left: 10px;
  letter-spacing: 2px;
  font-size: 26px;
  color: #ffffff;
  font-family: "Mona Sans", "MonaSansFallback", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/* 针对移动端的媒体查询 */
@media (max-width: 768px) {
.brand-logo {
    height: 30px; /* 减小 logo 大小 */
    filter: drop-shadow(0 0 0.5px #E30000); /* 调整阴影大小 */
}
.brand-title {
    font-size: 20px; /* 减小字体大小 */
    margin-left: 5px; /* 减小左边距 */
    letter-spacing: 1px; /* 减小字母间距 */
}
}
.gotous p:hover {
  color: #E30000 !important;
  font-weight: bold;
}
.button {
  border-radius: 20px;
  color: #333;
  font-weight: bold;
  padding: 10px 25px;
  text-decoration: none;
  transition: all 100ms ease-in-out;
}
.button:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}
.button:not(:first-of-type) {
  margin-left: 15px;
}
.button.bg-blue {
  background-color: #EF2125;
  color: #fff;
}
.button.bg-blue:hover {
  background-color: #f4696b;
}
.button-arrow .arrow-icon {
  overflow: visible;
  margin-left: 3px;
  width: 6px;
}
.button-arrow .arrow-head {
  transform: translateX(0);
  transition: transform 100ms ease-in-out;
}
.button-arrow .arrow-body {
  opacity: 0;
  transform: scaleX(1);
  transition: transform 100ms ease-in-out, opacity 100ms ease-in-out;
}
.button-arrow:hover .arrow-head {
  transform: translateX(3px);
}
.button-arrow:hover .arrow-body {
  opacity: 1;
  transform: scaleX(2);
}
.brand-item {
  text-transform: capitalize;
}* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 中文样式 */
.chinese-font {
  font-family: "Microsoft Yahei", sans-serif !important;
}

/* 英文样式 */
.english-font {
  font-family: "Apple", sans-serif !important;
}
.brand-logo {
  height: 40px;
  filter: drop-shadow(0 0 1px #E30000);
}
.brand-title {
  font-weight: 700;
  margin-left: 10px;
  letter-spacing: 2px;
  font-size: 26px;
  color: #ffffff;
  font-family: "Mona Sans", "MonaSansFallback", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/* 针对移动端的媒体查询 */
@media (max-width: 768px) {
.brand-logo {
    height: 30px; /* 减小 logo 大小 */
    filter: drop-shadow(0 0 0.5px #E30000); /* 调整阴影大小 */
}
.brand-title {
    font-size: 20px; /* 减小字体大小 */
    margin-left: 5px; /* 减小左边距 */
    letter-spacing: 1px; /* 减小字母间距 */
}
}
.gotous p:hover {
  color: #E30000 !important;
  font-weight: bold;
}
.button {
  border-radius: 20px;
  color: #333;
  font-weight: bold;
  padding: 10px 25px;
  text-decoration: none;
  transition: all 100ms ease-in-out;
}
.button:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}
.button:not(:first-of-type) {
  margin-left: 15px;
}
.button.bg-blue {
  background-color: #EF2125;
  color: #fff;
}
.button.bg-blue:hover {
  background-color: #f4696b;
}
.button-arrow .arrow-icon {
  overflow: visible;
  margin-left: 3px;
  width: 6px;
}
.button-arrow .arrow-head {
  transform: translateX(0);
  transition: transform 100ms ease-in-out;
}
.button-arrow .arrow-body {
  opacity: 0;
  transform: scaleX(1);
  transition: transform 100ms ease-in-out, opacity 100ms ease-in-out;
}
.button-arrow:hover .arrow-head {
  transform: translateX(3px);
}
.button-arrow:hover .arrow-body {
  opacity: 1;
  transform: scaleX(2);
}
.brand-item {
  text-transform: capitalize;
}
.loading-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(102, 22, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.loading-container .loading-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100px;
  width: 100px;
}
.sk-circle {
  width: 200px;
  height: 200px;
  position: relative;
  display: flex;
  justify-content: center;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 10%;
  height: 10%;
  background-color: #FF0000;
  box-shadow: 0px 1px 10px 0px #FF0000;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-child::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 3px;
  height: 3px;
  background-color: #FF71AB;
  border-radius: 50%;
  position: relative;
  bottom: 6%;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
0% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
40% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
}
80% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
100% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes sk-circleBounceDelay {
100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
80% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
}
40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
0% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}[data-v-005450b6] {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 中文样式 */
.chinese-font[data-v-005450b6] {
  font-family: "Microsoft Yahei", sans-serif !important;
}

/* 英文样式 */
.english-font[data-v-005450b6] {
  font-family: "Apple", sans-serif !important;
}
.brand-logo[data-v-005450b6] {
  height: 40px;
  filter: drop-shadow(0 0 1px #E30000);
}
.brand-title[data-v-005450b6] {
  font-weight: 700;
  margin-left: 10px;
  letter-spacing: 2px;
  font-size: 26px;
  color: #ffffff;
  font-family: "Mona Sans", "MonaSansFallback", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/* 针对移动端的媒体查询 */
@media (max-width: 768px) {
.brand-logo[data-v-005450b6] {
    height: 30px; /* 减小 logo 大小 */
    filter: drop-shadow(0 0 0.5px #E30000); /* 调整阴影大小 */
}
.brand-title[data-v-005450b6] {
    font-size: 20px; /* 减小字体大小 */
    margin-left: 5px; /* 减小左边距 */
    letter-spacing: 1px; /* 减小字母间距 */
}
}
.gotous p[data-v-005450b6]:hover {
  color: #E30000 !important;
  font-weight: bold;
}
.button[data-v-005450b6] {
  border-radius: 20px;
  color: #333;
  font-weight: bold;
  padding: 10px 25px;
  text-decoration: none;
  transition: all 100ms ease-in-out;
}
.button[data-v-005450b6]:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}
.button[data-v-005450b6]:not(:first-of-type) {
  margin-left: 15px;
}
.button.bg-blue[data-v-005450b6] {
  background-color: #EF2125;
  color: #fff;
}
.button.bg-blue[data-v-005450b6]:hover {
  background-color: #f4696b;
}
.button-arrow .arrow-icon[data-v-005450b6] {
  overflow: visible;
  margin-left: 3px;
  width: 6px;
}
.button-arrow .arrow-head[data-v-005450b6] {
  transform: translateX(0);
  transition: transform 100ms ease-in-out;
}
.button-arrow .arrow-body[data-v-005450b6] {
  opacity: 0;
  transform: scaleX(1);
  transition: transform 100ms ease-in-out, opacity 100ms ease-in-out;
}
.button-arrow:hover .arrow-head[data-v-005450b6] {
  transform: translateX(3px);
}
.button-arrow:hover .arrow-body[data-v-005450b6] {
  opacity: 1;
  transform: scaleX(2);
}
.brand-item[data-v-005450b6] {
  text-transform: capitalize;
}
header[data-v-005450b6] {
  width: 100%;
  height: 70px;
  top: 0px;
  position: absolute;
  color: #ffffff;
  font-weight: 600;
  z-index: 900;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  padding: 0 18vw;
}
header nav[data-v-005450b6] {
  height: 100%;
  min-width: 35vw;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
header nav .header-center-item[data-v-005450b6] {
  font-size: 0.8333vw;
  color: #C6C6C6;
  font-weight: 400;
}
header nav .header-center-item[data-v-005450b6]:hover {
  cursor: pointer;
  color: #ffffff;
}
header nav .active[data-v-005450b6] {
  color: #ffffff;
  font-weight: 600;
}
.header-right-box[data-v-005450b6] {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
}
.header-right-box .common-border[data-v-005450b6] {
  line-height: 1.5625vw;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px 2px 2px 2px;
  padding: 4px 15px;
  margin-right: 10px;
}
.header-right-box .common-border[data-v-005450b6]:hover {
  cursor: pointer;
  background: #ef2125;
}
.options-item[data-v-005450b6] {
  width: 10.4167vw;
}
.options-item .options-item-box[data-v-005450b6] {
  width: 100%;
}
.options-item .options-item-box .parent-box[data-v-005450b6] {
  padding: 10px 5px;
  text-align: left;
}
.options-item .options-item-box .parent-box .options-item-text[data-v-005450b6] {
  color: #666666;
  font-size: 15px;
}
.options-item .options-item-box .parent-box .options-item-text[data-v-005450b6]:hover {
  cursor: pointer;
  color: #E50033;
}
.header-left[data-v-005450b6] {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.mobile-header-box[data-v-005450b6] {
  width: 100%;
  height: fit-content;
  justify-content: center;
  background: #ffffff;
  color: #333333;
  flex-direction: column;
  display: flex;
  align-items: left;
  font-weight: 400;
  padding-bottom: 10px;
  overflow-y: auto;
}
.mobile-header-box .menu-header[data-v-005450b6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px 15px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
}
.lang-box[data-v-005450b6] {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1000px) {
header[data-v-005450b6] {
    width: 100vw;
    height: auto;
    padding: 10px 20px;
    justify-content: space-between;
}
header nav[data-v-005450b6] {
    display: none;
}
.parent-item-name[data-v-005450b6] {
    display: flex;
    justify-content: space-between;
}
.auth-box[data-v-005450b6] {
    text-align: center;
}
.sun-btn[data-v-005450b6] {
    width: 100%;
    height: 13.3333vw;
    background: #FF3700;
    border-radius: 6px;
    margin-top: 12.2667vw;
}
.lang-box[data-v-005450b6] {
    height: 6vw;
}
}[data-v-bbff7b82] {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 中文样式 */
.chinese-font[data-v-bbff7b82] {
  font-family: "Microsoft Yahei", sans-serif !important;
}

/* 英文样式 */
.english-font[data-v-bbff7b82] {
  font-family: "Apple", sans-serif !important;
}
.brand-logo[data-v-bbff7b82] {
  height: 40px;
  filter: drop-shadow(0 0 1px #E30000);
}
.brand-title[data-v-bbff7b82] {
  font-weight: 700;
  margin-left: 10px;
  letter-spacing: 2px;
  font-size: 26px;
  color: #ffffff;
  font-family: "Mona Sans", "MonaSansFallback", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/* 针对移动端的媒体查询 */
@media (max-width: 768px) {
.brand-logo[data-v-bbff7b82] {
    height: 30px; /* 减小 logo 大小 */
    filter: drop-shadow(0 0 0.5px #E30000); /* 调整阴影大小 */
}
.brand-title[data-v-bbff7b82] {
    font-size: 20px; /* 减小字体大小 */
    margin-left: 5px; /* 减小左边距 */
    letter-spacing: 1px; /* 减小字母间距 */
}
}
.gotous p[data-v-bbff7b82]:hover {
  color: #E30000 !important;
  font-weight: bold;
}
.button[data-v-bbff7b82] {
  border-radius: 20px;
  color: #333;
  font-weight: bold;
  padding: 10px 25px;
  text-decoration: none;
  transition: all 100ms ease-in-out;
}
.button[data-v-bbff7b82]:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}
.button[data-v-bbff7b82]:not(:first-of-type) {
  margin-left: 15px;
}
.button.bg-blue[data-v-bbff7b82] {
  background-color: #EF2125;
  color: #fff;
}
.button.bg-blue[data-v-bbff7b82]:hover {
  background-color: #f4696b;
}
.button-arrow .arrow-icon[data-v-bbff7b82] {
  overflow: visible;
  margin-left: 3px;
  width: 6px;
}
.button-arrow .arrow-head[data-v-bbff7b82] {
  transform: translateX(0);
  transition: transform 100ms ease-in-out;
}
.button-arrow .arrow-body[data-v-bbff7b82] {
  opacity: 0;
  transform: scaleX(1);
  transition: transform 100ms ease-in-out, opacity 100ms ease-in-out;
}
.button-arrow:hover .arrow-head[data-v-bbff7b82] {
  transform: translateX(3px);
}
.button-arrow:hover .arrow-body[data-v-bbff7b82] {
  opacity: 1;
  transform: scaleX(2);
}
.brand-item[data-v-bbff7b82] {
  text-transform: capitalize;
}
.footer-box[data-v-bbff7b82] {
  background: #310001;
  padding: 0 18.75vw;
}
.footer-box .footer-logo-box[data-v-bbff7b82] {
  display: flex;
  padding-top: 40px;
  align-items: center;
}
.footer-box .footer-center-box[data-v-bbff7b82] {
  display: flex;
  justify-content: space-between;
}
.footer-content-left[data-v-bbff7b82] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px 30px;
  position: relative;
}
.footer-content-left .list-box[data-v-bbff7b82] {
  list-style: none;
  text-align: left;
  min-width: 11.4583vw;
  margin: 30px 0px;
}
.footer-content-left .list-box li[data-v-bbff7b82] {
  margin-bottom: 10px;
  cursor: pointer;
}
.footer-content-left .list-box li[data-v-bbff7b82]:nth-child(1) {
  font-weight: bold;
  font-size: 16px;
  cursor: default;
  color: #FFFFFF;
}
.footer-content-left .list-box li[data-v-bbff7b82]:not(:first-child) {
  color: #ffeae2;
  font-size: 14px;
}
.footer-content-left .list-box li[data-v-bbff7b82]:not(:first-child):hover {
  color: #fff;
}
.footer-content-left .list-box-nt[data-v-bbff7b82] {
  list-style: none;
  text-align: left;
  min-width: 11.4583vw;
  margin: 30px 0px;
}
.footer-content-left .list-box-nt li[data-v-bbff7b82] {
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 16px;
  cursor: default;
  color: #ffeae2;
}
.footer-content-left .list-box-nt .two-columns-nt[data-v-bbff7b82] {
  display: flex;
  flex-wrap: wrap;
  width: 170px;
}
.footer-content-left .list-box-nt .two-columns-nt li[data-v-bbff7b82] {
  width: 80px;
  color: #ffeae2;
  font-size: 14px;
  cursor: pointer;
}
.footer-content-left .list-box-nt .two-columns-nt li[data-v-bbff7b82]:hover {
  color: #fff;
}
.footer-content-right[data-v-bbff7b82] {
  text-align: left;
  margin-top: 1.5625vw;
}
.footer-content-right .email-title[data-v-bbff7b82] {
  font-size: 16px;
  color: #FFFFFF;
}
.footer-content-right .email-box[data-v-bbff7b82] {
  margin-top: 20px;
}
.footer-content-right .email-box .n-input[data-v-bbff7b82] {
  height: 55px;
  line-height: 55px;
  border-radius: 15px;
  font-size: 14px;
}
.footer-content-right .email-box .sub-btn[data-v-bbff7b82] {
  height: 55px;
  width: 140px;
  border-radius: 15px;
  font-size: 14px;
}
.checkbox-label[data-v-bbff7b82] {
  flex-wrap: nowrap !important;
  margin-top: 15px;
}
.checkbox-label p[data-v-bbff7b82] {
  font-size: 0.625vw;
  color: #DCDCDC;
  max-width: 21.0938vw;
  font-weight: 400;
}
.checkbox-label .privacy[data-v-bbff7b82] {
  color: #E50033;
}
.footer-tips[data-v-bbff7b82] {
  text-align: center;
  padding: 20px 0;
  font-size: 0.7292vw;
  color: #FFFFFF;
  font-weight: 400;
}
.border[data-v-bbff7b82] {
  background: #FFFFFF;
  height: 1px;
}
@media only screen and (max-width: 1000px) {
.footer-box[data-v-bbff7b82] {
    padding: 0;
}
.footer-box .footer-logo-box[data-v-bbff7b82] {
    margin: 0 5.3333vw;
    padding-top: 25px;
}
.footer-box .footer-center-box[data-v-bbff7b82] {
    flex-flow: column nowrap;
}
.footer-content-right[data-v-bbff7b82] {
    margin: 20px 20px;
}
.footer-content-right .email-title[data-v-bbff7b82] {
    font-size: 16px;
    color: #FFFFFF;
}
.footer-content-right .email-box[data-v-bbff7b82] {
    margin-top: 10px;
}
.footer-content-right .email-box .n-input[data-v-bbff7b82] {
    height: 9.3333vw;
    line-height: 9.3333vw;
    border-radius: 10px;
}
.footer-content-right .email-box .sub-btn[data-v-bbff7b82] {
    height: 9.3333vw;
    width: 18.6667vw;
    border-radius: 15px;
}
.footer-phone-box[data-v-bbff7b82] {
    padding: 5.3333vw;
    height: fit-content;
}
.footer-phone-box .footer-list[data-v-bbff7b82] {
    margin-bottom: 5.3333vw;
}
.footer-phone-box .footer-list .footer-list-item[data-v-bbff7b82] {
    width: 90.6667vw;
}
.footer-phone-box .footer-list .footer-list-item .list-phone-box[data-v-bbff7b82]:not(:first-child) {
    font-size: 3.7333vw;
}
.footer-phone-box .footer-list .footer-list-item .list-phone-box li[data-v-bbff7b82] {
    list-style: none;
    font-size: 3.7333vw;
    color: #ffeae2;
    padding-top: 2vw;
}
.footer-phone-box .footer-list .footer-list-item .list-phone-box li[data-v-bbff7b82]:nth-child(1) {
    font-size: 3.7333vw;
    font-weight: 500;
}
.footer-phone-box .footer-list .phone-title[data-v-bbff7b82] {
    font-size: 4vw;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
}
.footer-phone-box .footer-list .add-img[data-v-bbff7b82] {
    height: 4vw;
}
.footer-phone-box .footer-list .reduce-img[data-v-bbff7b82] {
    height: 0.5333vw;
}
.checkbox-label[data-v-bbff7b82] {
    flex-wrap: nowrap !important;
}
.checkbox-label p[data-v-bbff7b82] {
    max-width: 86.6667vw;
    font-size: 3.2vw;
}
.footer-tips[data-v-bbff7b82] {
    font-size: 3.7333vw;
    padding: 15px 0;
}
.border[data-v-bbff7b82] {
    background: #F5F5F5;
    margin: 0;
    height: 1px;
}
}[data-v-cc9b6976] {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 中文样式 */
.chinese-font[data-v-cc9b6976] {
  font-family: "Microsoft Yahei", sans-serif !important;
}

/* 英文样式 */
.english-font[data-v-cc9b6976] {
  font-family: "Apple", sans-serif !important;
}
.brand-logo[data-v-cc9b6976] {
  height: 40px;
  filter: drop-shadow(0 0 1px #E30000);
}
.brand-title[data-v-cc9b6976] {
  font-weight: 700;
  margin-left: 10px;
  letter-spacing: 2px;
  font-size: 26px;
  color: #ffffff;
  font-family: "Mona Sans", "MonaSansFallback", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/* 针对移动端的媒体查询 */
@media (max-width: 768px) {
.brand-logo[data-v-cc9b6976] {
    height: 30px; /* 减小 logo 大小 */
    filter: drop-shadow(0 0 0.5px #E30000); /* 调整阴影大小 */
}
.brand-title[data-v-cc9b6976] {
    font-size: 20px; /* 减小字体大小 */
    margin-left: 5px; /* 减小左边距 */
    letter-spacing: 1px; /* 减小字母间距 */
}
}
.gotous p[data-v-cc9b6976]:hover {
  color: #E30000 !important;
  font-weight: bold;
}
.button[data-v-cc9b6976] {
  border-radius: 20px;
  color: #333;
  font-weight: bold;
  padding: 10px 25px;
  text-decoration: none;
  transition: all 100ms ease-in-out;
}
.button[data-v-cc9b6976]:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}
.button[data-v-cc9b6976]:not(:first-of-type) {
  margin-left: 15px;
}
.button.bg-blue[data-v-cc9b6976] {
  background-color: #EF2125;
  color: #fff;
}
.button.bg-blue[data-v-cc9b6976]:hover {
  background-color: #f4696b;
}
.button-arrow .arrow-icon[data-v-cc9b6976] {
  overflow: visible;
  margin-left: 3px;
  width: 6px;
}
.button-arrow .arrow-head[data-v-cc9b6976] {
  transform: translateX(0);
  transition: transform 100ms ease-in-out;
}
.button-arrow .arrow-body[data-v-cc9b6976] {
  opacity: 0;
  transform: scaleX(1);
  transition: transform 100ms ease-in-out, opacity 100ms ease-in-out;
}
.button-arrow:hover .arrow-head[data-v-cc9b6976] {
  transform: translateX(3px);
}
.button-arrow:hover .arrow-body[data-v-cc9b6976] {
  opacity: 1;
  transform: scaleX(2);
}
.brand-item[data-v-cc9b6976] {
  text-transform: capitalize;
}
.gradient-title[data-v-cc9b6976] {
  font-weight: 600;
  line-height: 2.5vw;
  font-size: 2.0833vw;
  text-align: center;
  display: block;
  margin-bottom: 2.8646vw;
  background: linear-gradient(120deg, #9b052e 0%, #ef2114 100%);
  background-clip: text;
  white-space: wrap;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1000px) {
.gradient-title[data-v-cc9b6976] {
    font-size: 5.3333vw;
    line-height: 8vw;
    width: 80vw;
    margin-bottom: 6.6667vw;
}
}* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 中文样式 */
.chinese-font {
  font-family: "Microsoft Yahei", sans-serif !important;
}

/* 英文样式 */
.english-font {
  font-family: "Apple", sans-serif !important;
}
.brand-logo {
  height: 40px;
  filter: drop-shadow(0 0 1px #E30000);
}
.brand-title {
  font-weight: 700;
  margin-left: 10px;
  letter-spacing: 2px;
  font-size: 26px;
  color: #ffffff;
  font-family: "Mona Sans", "MonaSansFallback", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/* 针对移动端的媒体查询 */
@media (max-width: 768px) {
.brand-logo {
    height: 30px; /* 减小 logo 大小 */
    filter: drop-shadow(0 0 0.5px #E30000); /* 调整阴影大小 */
}
.brand-title {
    font-size: 20px; /* 减小字体大小 */
    margin-left: 5px; /* 减小左边距 */
    letter-spacing: 1px; /* 减小字母间距 */
}
}
.gotous p:hover {
  color: #E30000 !important;
  font-weight: bold;
}
.button {
  border-radius: 20px;
  color: #333;
  font-weight: bold;
  padding: 10px 25px;
  text-decoration: none;
  transition: all 100ms ease-in-out;
}
.button:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}
.button:not(:first-of-type) {
  margin-left: 15px;
}
.button.bg-blue {
  background-color: #EF2125;
  color: #fff;
}
.button.bg-blue:hover {
  background-color: #f4696b;
}
.button-arrow .arrow-icon {
  overflow: visible;
  margin-left: 3px;
  width: 6px;
}
.button-arrow .arrow-head {
  transform: translateX(0);
  transition: transform 100ms ease-in-out;
}
.button-arrow .arrow-body {
  opacity: 0;
  transform: scaleX(1);
  transition: transform 100ms ease-in-out, opacity 100ms ease-in-out;
}
.button-arrow:hover .arrow-head {
  transform: translateX(3px);
}
.button-arrow:hover .arrow-body {
  opacity: 1;
  transform: scaleX(2);
}
.brand-item {
  text-transform: capitalize;
}
.affix {
  position: fixed;
  right: 50px;
  bottom: 65px;
  z-index: 99;
}
.affix_container {
  width: 200px;
  height: 50px;
}
.affix_container_item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.affix_container_item span {
  text-decoration: underline;
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.affix_container_item span:hover {
  color: #000;
}
.affix_container_item img {
  height: 30px;
  width: 28px;
  margin-right: 5px;
}
.affix_button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  border: none;
  background: #ef2125;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0 0 0 0 rgba(255, 77, 77, 0.5);
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
0% {
    transform: scale(0.9);
}
70% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(0, 64, 255, 0);
}
100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(0, 64, 255, 0);
}
}
.affix_button:hover {
  animation: none;
}
@media only screen and (max-width: 1000px) {
.affix_container {
    width: 350px;
}
.affix {
    width: 350px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 20px;
}
}