:root {
  --main-color: #c7000b;
  --border-color: #e5e5e5;
  --text-color-primary: #333;
  --max-content-width: 90rem;
  --nav-height: 3.125rem;
  --swiper-pagination-progressbar-size: 2px;
  --swiper-pagination-color: #c7000b;
  --swiper-pagination-bottom: 15px;
}

@font-face {
  font-family: "font";
  src: url("https://vicutu-mall.obs.cn-north1.ctyun.cn/images/AlibabaPuHuiTi-3-55-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "font";
  src: url("https://vicutu-mall.obs.cn-north1.ctyun.cn/images/AlibabaPuHuiTi-3-85-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  font-family: "font" !important;
}

body {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

* {
  outline: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

p {
  margin: 0;
}

ol,
ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #333333;
  cursor: pointer;
}

img {
  height: auto;
  display: block;
}

button,
input,
select,
textarea {
  background: transparent;
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

button {
  cursor: pointer;
}

textarea {
  resize: none;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

.swiper,
.swiper .swiper-wrapper {
  width: 100%;
}

.swiper .swiper-slide {
  overflow: hidden;
}

.main-button {
  display: block;
  width: max-content;
  padding: 0 1rem;
  border-radius: 5px;
  color: #fff;
  background: #c7000b;
  line-height: 36px;
}

.sub-nav-container {
  width: 100%;
  height: var(--nav-height);
  font-size: 1rem;
}

.sub-nav-container .subbar {
  width: 100%;
  background: #fff;
  line-height: var(--nav-height);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 110;
  position: fixed;
  left: 0;
  transition: all 0.5s;
  border-bottom: 1px solid var(--border-color);
}

.sub-nav-container .subbar .subbar-title {
  display: none;
}

.sub-nav-container .subbar .sub-nav-list {
  height: 100%;
  display: flex;
  gap: 1.25rem;
}

.sub-nav-container .subbar .sub-nav-list a {
  cursor: pointer;
}

.sub-nav-container .fixed-sub-nav {
  top: 0;
}

.sub-nav-container .fixed-sub-nav-docked {
  top: 6rem;
}

.image-banner {
  position: relative;
}

.image-banner .bg {
  display: block;
  height: auto;
  width: 100%;
}

.image-banner .banner-mask {
  background: url("/assets/images/mask05.png");
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.image-banner .content-box {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.image-banner .vertical-middle-sm {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  box-sizing: border-box;
}

.image-banner .content-box .vertical-middle-sm > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.image-banner h1 {
  color: #fff;
  font-size: 2.3rem;
  text-align: center;
  font-weight: 700;
}

.image-banner .subtitle {
  color: #fff;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  overflow: hidden;
}

.image-banner .subtitle.p1 {
  font-size: 1rem;
  line-height: 1.95rem;
}

.content {
  max-width: var(--max-content-width);
  margin: 4.375rem auto;
  padding: 0 0.9375rem;
}

.content-1 {
  max-width: var(--max-content-width);
  margin-left: auto;
  margin-right: auto;
}

.bg-gray {
  background-color: #f5f5f5;
  padding: 2rem 0.9375rem;
  margin-bottom: 2.5rem;
}

.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  overflow: hidden;
}

.pager a,
.pager span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 1rem;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  box-sizing: border-box;
}

.pager .current {
  border: 1px solid #c7000b;
  color: #fff;
  background: #c7000b;
  cursor: not-allowed;
  pointer-events: none;
}

.pager .disabled {
  background: #f8f9fa;
  color: #d1d1d1;
  cursor: not-allowed;
  pointer-events: none;
}

.editor-container ul {
  display: inline-block;
}

.editor-container ul li {
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.editor-container ul li::before {
  content: "•";
  color: var(--main-color);
  font-weight: bold;
  display: block;
  width: 1em;
  margin-left: -1em;
  float: left;
}

.editor-container ul li p {
  display: inline-block;
  vertical-align: top;
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-group label {
  display: flex;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #444;
  position: relative;
}

.form-group label .required {
  color: #c7000b;
  position: absolute;
  top: 2px;
  left: -10px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  height: 3rem;
  padding: 0.75rem 0.9375rem;
  border: 1px solid #eee;
  border-radius: 0.5rem;
  box-sizing: border-box;
  background: #f9f9f9;
  font-family: inherit;
}

.form-group textarea {
  height: auto;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #c7000b;
  outline: none;
  box-shadow: 0 0 0 2px rgba(199, 0, 11, 0.1);
}

.submit-btn {
  width: 100%;
  padding: 0.9375rem;
  background: var(--main-color);
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

@media screen and (max-width: 380px) {
  html {
    font-size: 14px;
  }
}

@media screen and (max-width: 1025px) {
  .sub-nav-container .subbar {
    display: block;
    padding: 0 0.9375rem;
  }

  .sub-nav-container .subbar .subbar-title {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    cursor: pointer;
  }

  .sub-nav-container .subbar .subbar-title .icon-arrow {
    transition: transform 0.3s ease;
    transform: rotate(0deg);
    display: inline-block;
  }

  .sub-nav-container .subbar .sub-nav-list {
    max-height: 0;
    float: left;
    width: 100%;
    transition: max-height 0.5s ease-in-out;
    overflow: hidden;
    display: block;
  }

  .sub-nav-container .subbar .sub-nav-list .nav-item.active::before {
    content: "\e840";
    font-family: "iconfont";
    color: var(--main-color);
    margin-right: 0.3125rem;
  }

  .sub-nav-container .subbar .sub-nav-list-is-active {
    max-height: 31.25rem;
  }

  .sub-nav-container .subbar .sub-nav-list .nav-item.active a {
    color: var(--main-color);
  }

  .sub-nav-container .subbar .subbar-title .icon-arrow-active {
    transform: rotate(180deg);
  }
}

@media screen and (min-width: 1025px) {
  .sub-nav-container .subbar .sub-nav-list .active {
    border-bottom: 3px solid var(--main-color) !important;
  }
}
