.banner {
  overflow: hidden;
}

.banner .sec-wrap,
.banner .sec-area {
  height: 100%;
  position: relative;
  z-index: 1;
}

.banner::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 800px;
  aspect-ratio: 2;
  transform: translate(50%, -50%);
  border-radius: 50%;
  background-color: #fff;
  filter: blur(60px);
  z-index: 1;
}

.banner .title {
  font-size: max(32px, 78 * var(--px));
  font-weight: bold;
  line-height: 1;
  gap: 10px;
}

.banner .title span.en {
  font-size: max(36px, 88 * var(--px));
}

.banner .intro {
  font-size: max(20px, 32 * var(--px));
  margin-top: var(--px-20-40);
  width: 19em;
}

.mark {
  background: radial-gradient(78.00% 78.00% at 50% 6%, rgba(0, 0, 0, 1) 71%, rgba(255, 0, 0, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.banner .sec-bg {
  width: 80%;
  position: absolute;
  top: 0;
  right: 0;
}

.sec1 {
  background-position: top;
  --sec1-area-h: calc(310 * var(--px));
}

.sec1 .sec-area {
  height: var(--sec1-area-h);
}

.sec1 .sec-area .title {
  font-size: max(22px, 38 * var(--px));
  font-weight: bold;
}

.sec1 .sec-area .icon {
  height: 100%;
}

.sec1 .hero {
  --hero: calc(473 * var(--px));
  margin-top: calc(var(--sec1-area-h) * -1 - (var(--hero) - var(--sec1-area-h)) / 2);
}

.sec1 .hero-wrap {
  position: relative;
}

.sec1 .hero-wrap::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #DA2027;
  transform: translateX(-50%);
  z-index: 3;
}

.sec1 .hero-wrap::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  height: calc(150 * var(--px));
  background: linear-gradient(to bottom, rgba(218, 32, 39, 1), rgba(218, 32, 39, 0));
  transform: translate(-50%, 15px);
  z-index: 3;
}

.sec1 .hero-wrap img {
  height: var(--hero);
  position: relative;
  z-index: 1;
}

.sec1 .hero-wrap .ani-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec1 .hero-wrap .ani-line svg {
  transform: scale(1.5);
}

svg .proto {
  visibility: hidden;
}

.sec-title {
  font-size: max(22px, 48 * var(--px));
  font-weight: bold;
}

.sec-top {
  text-align: center;
}

.sec1 .sec-top {
  margin-top: max(50px, 10%);
}

.sec1 .product-intro {
  margin-top: 5%;
  position: relative;
}

.sec1 .product-intro .left,
.sec1 .product-intro .right {
  width: 50%;
  position: relative;
  aspect-ratio: 78 / 68;
}

.sec1 .product-intro .left .title {
  position: absolute;
  top: 5%;
  left: 40%;
}

.sec1 .product-intro .title h1 {
  font-size: max(18px, 48 * var(--px));
  font-weight: bold;
}

.sec1 .product-intro .title p {
  font-size: max(14px, 24 * var(--px));
  font-weight: bold;
}


.sec1 .product-intro .product-img img {
  width: 100%;
}

.sec1 .product-intro .left .product-img {
  width: 50%;
  position: absolute;
  bottom: 25%;
  right: 22%;
  z-index: 2;
}

.sec1 .product-intro .right .title {
  position: absolute;
  top: 5%;
  right: 7%;
  color: #fff;
  text-align: right;
}

.sec1 .product-intro .right .intro {
  font-size: max(14px, 24 * var(--px));
  font-weight: bold;
}

.sec1 .product-intro .right .product-img {
  width: 50%;
  position: absolute;
  top: 7%;
  left: 7%;
  z-index: 2;
}

.sec1 .product-intro .middle {
  width: 20%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sec1 .product-intro .middle img {
  width: 100%;
}

.sec1 .product-para {
  gap: 10px;
  margin-top: -9%;
}

.sec1 .product-para .para-wrap {
  gap: 20px;
}

.sec1 .product-para .para-wrap img {
  width: max(80px, 140 * var(--px));
}

.sec1 .product-logo {
  width: calc(290 * var(--px));
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sec1 .sec-tips {
  margin-top: var(--px-20-40);
  text-align: right;
  font-size: 14px;
}

.product-info {
  padding: 0 10%;
  --gap: max(30px, 80 * var(--px))
}

.product-info .item .icon {
  height: max(40px, 80 * var(--px));
  margin-bottom: var(--px-20-40);
}

.product-info .item .icon img {
  object-position: left top;
}

.product-info .item .title {
  font-size: var(--font-24);
  font-weight: bold;
  margin-bottom: 10px;
}

.product-info .item .intro {
  font-size: max(16px, 20 * var(--px));
}

.sec2-cont {
  background-position: top;
}

.sec2 {
  --margin-top: max(20px, 55 * var(--px))
}

.sec2 .sec-wrap-thin {
  height: 100%;
  gap: max(30px, 260 * var(--px));
}

.sec2 .intro {
  font-size: max(18px, 32 * var(--px));
  margin-top: var(--px-10-20);
  width: 12em;
}

.sec2 .sec-area {
  justify-content: flex-end;
  align-items: flex-start;
}

.sec2 .item {
  position: relative;
  color: #fff;
  margin-left: min(-20px, -80 * var(--px));
}

.sec2 .item span {
  position: absolute;
  bottom: 10px;
  left: 10px;
  line-height: 1.2;
  font-weight: bold;
  font-size: max(12px, 20 * var(--px));
}

.sec2 .item:nth-child(2) {
  margin-top: var(--margin-top);
}

.sec2 .item:nth-child(3) {
  margin-top: calc(var(--margin-top) * 2);
}

.sec2 .item:nth-child(4) {
  margin-top: calc(var(--margin-top) * 3);
}

.sec2 .item:nth-child(5) {
  margin-top: calc(var(--margin-top) * 4);
}

.sec3 {
  padding-bottom: 3%;
}

.sec3 .container-thin {
  justify-content: space-between;
  gap: max(30px, 5%);
}

.sec3 .items {
  font-size: max(16px, 20 * var(--px));
  width: 20em;
  flex-shrink: .3;
}

.sec3 .items.left {
  order: -1;
}

.sec3 .items.right {
  order: 1;
}

.sec3 .item {
  gap: 10px;
  margin-bottom: max(30px, 5%);
}

.sec3 .item .icon {
  width: max(30px, 50 * var(--px));
  flex-shrink: 0;
}

.sec3 .items h1 {
  font-size: var(--font-24);
  font-weight: bold;
  margin-bottom: 10px;
}

.sec3 .bg-l {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.sec3 .bg-r {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.sec3 .para-intro {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(635 * var(--px));
  z-index: 2;
}

.sec3 .ani-line {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  clip-path: polygon(0px 0px, 100% 0px, 100% 40%, 0px 40%);
}

.sec3 .main {
  position: relative;
  z-index: 3;
}

.sec4-area {
  background-position: top;
}

.sec4 {
  padding: 0 10%;
}

.sec4 .sec-top {
  margin-top: -2%;
}

.sec4 .container-thin {
  gap: max(30px, 10%);
}

.sec4 .container-thin::after {
  content: '';
  position: absolute;
  bottom: 5%;
  left: 50%;
  width: 2px;
  height: 50%;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, .5), transparent);
}

.sec4 .item {
  width: 50%;
}

.sec4 .item:first-child {
  text-align: right;
  align-items: flex-end;
}

.sec4 .item .pic {
  width: max-content;
  height: max(140px, 340 * var(--px));
  margin-top: 5%;
}

.sec4 .item .txt h2 {
  font-size: max(18px, 28 * var(--px));
  margin-bottom: 5px;
}

.sec4 .item .txt p {
  font-size: max(12px, 18 * var(--px));
  line-height: 2;
}

.sec4 .sec-wrap-thin {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  position: relative;
}

.sec4 .sec-tips {
  position: absolute;
  bottom: calc(var(--padding) / 2);
  right: 0;
  font-size: 14px;
}

.sec4 .sec-table .title {
  font-size: var(--font-24);
  padding: var(--px-10-20) 0;
}

.sec4 .table-wrap {
  overflow-x: auto;
  padding-bottom: var(--px-10-20);
}

.sec4 table {
  width: 100%;
  border-collapse: collapse;
}

.sec4 td {
  background-color: #EFEFEF;
  border: 1px solid rgba(102, 102, 102, .3);
  padding: var(--px-10-20);
  text-align: center;
}

.sec4 tr:nth-child(even) td:nth-child(n+3) {
  background-color: rgba(243, 243, 243, 1);
}

.sec4 td span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.sec4 td span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f00;
}

.sec4 .lay1 {
  box-shadow: 0px 2px 6px 0px rgba(0, 18, 35, 0.2);
  background: linear-gradient(to right, rgba(102, 102, 102), rgba(102, 102, 102, .5));
  color: #fff;
  font-weight: bold;
  border-right: 0;
}

.sec4 .lay2 {
  color: #f00;
  font-weight: bold;
  border-left: 0;
  background: linear-gradient(to right, #E0EBF0, #fff);
}

.sec4 .ani-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0px 0px, 100% 0px, 100% 40%, 0px 40%);
}

.section-io-7 {
  padding: 0 10%;
  background-color: transparent;
  --io-theme-color: #f00;
  --theme-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.section-io-7 .main {
  position: relative;
  z-index: 1;
}

.contact-cont .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.section-io-7 .sec-wrap-thin {
  padding-bottom: 0;
}

.action--site-motor #page {
  margin-top: 0;
}

.privacy_radio .radio-wrap {
  font-size: 14px !important;
}

.page-video-cont .video-wrap {
  --theme-color: #f00;
}

.copyright.page-copyright .copyright-wrap p {
  margin-top: 0;
}

.banner .logo-l {
  opacity: 0;
}

.copyright.page-copyright {
  margin-top: max(30px, 20%);
}

.sec1 .sec-wrap {
  padding-bottom: 0;
}

.copyright.page-copyright .info .name {
  font-size: var(--px-20);
  font-weight: bold;
}