@charset "UTF-8";
body {
  padding: 20px;
}

.swiper {
  position: relative;
  overflow: hidden;
}

.swiper .swiperCon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.swiper .swiperCon.active {
  z-index: 1;
  opacity: 1;
}

.swiper .swiperCon img {
  width: 100%;
  max-height: 43.75rem;
}

.server {
  background-color: #f5f7fa;
  padding: 2.5rem 0;
}

.server .serverCon {
  display: flex;
  gap: 1.25rem;
  align-items: start;
  width: 75rem;
  margin: 0 auto;
}

.server .serverCon .serverLink {
  width: 12.5rem;
  flex-shrink: 0;
  background-color: #cc1939;
  border-radius: 0.625rem;
  padding: 2.5rem;
  color: white;
}

.server .serverCon .serverLink .title {
  font-size: 1.3125rem;
  font-weight: bold;
  margin-bottom: 0.9375rem;
}

.server .serverCon .serverLink a {
  display: block;
  color: white;
  padding: 0.5rem 0;
  margin-top: 0.625rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.15);
}

.server .serverCon .serverLink a:hover {
  text-decoration: underline;
}

.server .serverCon .serverLink a:last-child {
  border-bottom: none;
}

.server .serverCon .serverList {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.server .serverCon .serverList .listCon {
  width: 11.25rem;
}

.server .serverCon .serverList .listCon .imgCon {
  margin: 0 auto;
  width: 100%;
  height: 11.25rem;
  border-radius: 0.625rem;
  overflow: hidden;
}

.server .serverCon .serverList .listCon .imgCon img {
  display: block;
  width: 100%;
}

.server .serverCon .serverList .listCon p {
  text-align: center;
  font-weight: bold;
  color: #333333;
  margin-top: 0.625rem;
  font-size: var(0.9375rem, 1.125rem);
  line-height: 1.375rem;
}

.block2 {
  background-color: var(--primary-color);
  padding: 5rem 0;
  color: white;
}

.block2 .title,
.block2 .subtitle {
  text-align: center;
  font-weight: bold;
}

.block2 .title {
  font-size: 3.1875rem;
}

.block2 .subtitle {
  font-size: 1.25rem;
  margin-top: 1.25rem;
}

.block2 .block2Con {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
}

.block2 .block2Con > div {
  margin-top: 1.875rem;
  width: 23.75rem;
  text-align: center;
}

.block2 .block2Con > div img {
  width: 13rem;
  height: 13rem;
}

.block2 .block2Con > div .p1 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1.25rem 0 0.625rem;
}

.block2 .block2Con > div .p2 {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.block2 .block2Con > div .p2 span {
  display: block;
}

.block2 .block2Con > div .p2 .checkIcon {
  position: relative;
  top: 0.25rem;
  flex-shrink: 0;
  width: 1.125rem;
  color: white;
}

.block3 {
  margin-top: 0.625rem;
  height: 15.4375rem;
  background: url(/static/img/pc/home/block3.jpg) no-repeat center;
  background-size: auto 100%;
  position: relative;
  right: 100%;
  transition: right 0.3s ease-in-out;
}

.block3.active {
  right: 0%;
}

.block3 .block3Con {
  position: absolute;
  width: 55.375rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 5rem;
}

.block3 .block3Con p {
  display: flex;
  align-items: center;
  line-height: 1.5rem;
  font-weight: 400;
}

.block3 .block3Con p span {
  background-color: #333333;
  margin-right: 0.375rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block3 .block3Con p .arrow {
  width: 0.5rem;
  fill: white;
  transform: rotate(-90deg);
  color: white;
}

.lines {
  height: 0.3125rem;
  background-color: var(--primary-color);
}

.block4 {
  margin-top: 0.9375rem;
  height: 63.125rem;
  background: url(/static/img/pc/home/block4bg.jpg) repeat top center;
  background-size: auto 100%;
}

.block4 .block4Con {
  width: 75rem;
  margin: 0 auto;
  padding: 0.625rem 0;
}

.block4 .title,
.block4 .subtitle {
  text-align: center;
}

.block4 .title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ff6602;
}

.block4 .subtitle {
  font-size: 1.625rem;
  color: #0f172a;
  margin-top: 0.625rem;
}

.block4 .infoText {
  margin-top: 12.5rem;
}

.block4 .infoText .infoTitle {
  display: flex;
  align-items: center;
  color: var(--primary-color);
  margin-bottom: 3rem;
}

.block4 .infoText .infoTitle .infoNum {
  font-size: 5rem;
  font-weight: 800;
}

.block4 .infoText .infoTitle .infoCon {
  font-size: 1.875rem;
  font-weight: 600;
}

.block4 .infoText .infoDes p {
  display: flex;
  align-items: center;
  line-height: 1.5rem;
  font-weight: 400;
  font-size: 0.9375rem;
}

.block4 .infoText .infoDes p span {
  background-color: #333333;
  margin-right: 0.375rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.block4 .infoText .infoDes p .arrow {
  width: 0.5rem;
  fill: white;
  transform: rotate(-90deg);
  color: white;
}

.block4 .infoText2 {
  width: 25rem;
  margin-left: auto;
}

.block4 .infoText3 {
  margin-top: 6.25rem;
}

.block4 .infoText4 {
  width: 30rem;
  margin-top: 3.125rem;
}

.block4 .infoText4 .infoDes {
  width: 25rem;
  margin-left: auto;
}

.block5 {
  height: 43.625rem;
  background: url(/static/img/pc/home/block5bg.jpg) top center;
  background-size: auto 100%;
}

.block6 {
  margin-top: 3.125rem;
}

.block6 .block6Con {
  max-width: 75rem;
  margin: 0 auto;
}

.block6 .block6Con .title {
  display: flex;
  padding-bottom: 1.25rem;
  font-size: 2.5rem;
  font-weight: bold;
  justify-content: space-between;
  border-bottom: 0.125rem solid var(--primary-color);
}

.block6 .block6Con .title a {
  background-color: var(--primary-color);
  width: 8.125rem;
  height: 2.8125rem;
  font-size: 0.9375rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block6 .block6Con .title a span {
  display: flex;
  align-items: center;
}

.block6 .block6Con .title a .arrow {
  width: 0.9375rem;
  color: white;
  fill: white;
  transform: rotate(-90deg);
}

.block6 .block6Con .block6Info {
  display: flex;
  margin-top: 1.875rem;
  gap: 1.25rem;
}

.block6 .block6Con .block6Info img {
  width: 36.25rem;
}

.block6 .block6Con .block6Info .text p {
  margin-bottom: 0.875rem;
  line-height: 1.5rem;
}

.block7 {
  display: flex;
  /* width: 75rem; */
  max-width: 75rem;
  margin: 1.875rem auto;
  gap: 1.25rem;
}

.block7 .block7Left {
  flex-grow: 1;
}

.block7 .block7Left .title {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0.9375rem;
  border-bottom: 0.0625rem solid var(--primary-color);
  font-size: 1.25rem;
  font-weight: bold;
}

.block7 .block7Left .title a {
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  color: #3a3a3a;
}

.block7 .block7Left .title a .arrow {
  transform: rotate(-90deg);
  width: 0.875rem;
}

.block7 .block7Left .con {
  display: flex;
  gap: 1.25rem;
  margin-top: 3.75rem;
}

.block7 .block7Left .con img {
  width: 13.75rem;
}

.block7 .block7Left .con .info {
  flex-grow: 1;
  background-color: white;
}

.block7 .block7Left .con .info div {
  display: flex;
  padding: 0.625rem 0.9375rem;
  border-bottom: 0.0625rem solid #f0f3f7;
  align-items: center;
}

.block7 .block7Left .con .info div:last-child {
  border-bottom: none;
}

.block7 .block7Left .con .info div::before {
  content: "•";
  flex-shrink: 0;
  color: var(--primary-color);
  font-size: 1rem;
}

.block7 .block7Left .con .info div a {
  margin: 0 0.625rem;
  font-size: 0.875rem;
  color: black;
}

.block7 .block7Left .con .info div a:hover {
  color: var(--primary-color);
}

.block7 .block7Left .con .info div span {
  margin-left: auto;
  flex-shrink: 0;
  font-size: 0.75rem;
  color: #999;
}

.block7 .block7Right {
  flex-shrink: 0;
  width: 26.75rem;
}

.block7 .block7Right .title {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.75rem 0.9375rem;
  position: relative;
  border-bottom: 0.125rem solid var(--primary-color);
}

.block7 .block7Right .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.25rem;
  height: 1.125rem;
  background-color: var(--primary-color);
}

.block7 .block7Right .title a {
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  color: #3a3a3a;
}

.block7 .block7Right .title a .arrow {
  transform: rotate(-90deg);
  width: 0.6875rem;
}

.block7 .block7Right .con {
  width: 100%;
  height: 31.25rem;
  background-color: white;
  overflow: hidden;
}

.block7 .block7Right .con .info {
  position: relative;
  animation: scrollInf 10s linear infinite;
}

.block7 .block7Right .con .info:hover {
  animation-play-state: paused;
}

.block7 .block7Right .con .info div {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 0.75rem 0.9375rem;
  border-bottom: 0.0625rem solid #f0f3f7;
  border-left: 0.125rem solid transparent;
}

.block7 .block7Right .con .info div:hover {
  background-color: #f0f3f7;
  border-left-color: var(--primary-color);
}

.block7 .block7Right .con .info div:last-child {
  border-bottom: none;
}

.block7 .block7Right .con .info div::before {
  content: "•";
  font-size: 0.875rem;
  color: var(--primary-color);
}

.block7 .block7Right .con .info div a {
  font-size: 0.875rem;
  color: black;
}

.block7 .block7Right .con .info div a:hover {
  color: var(--primary-color);
}

.block7 .block7Right .con .info div span {
  text-align: right;
  font-size: 0.75rem;
  color: #999;
}

@keyframes scrollInf {
  0% {
    top: 0%;
  }
  100% {
    top: -100%;
  }
}

@media (max-width: 770px) {
  .swiper .swiperCon img {
    object-fit: cover;
  }
  .serverCon {
    width: auto !important;
    flex-direction: column;
    align-items: initial !important;
  }
  .serverCon .serverLink {
    width: auto !important;
    flex-grow: 1;
  }
  .serverCon .serverList {
    flex-wrap: wrap;
    gap: 6% !important;
  }
  .serverCon .serverList .listCon {
    width: 47% !important;
  }
  .serverCon .serverList .listCon .imgCon {
    height: auto !important;
  }
  .serverCon .serverList .listCon p {
    font-size: 1.375rem;
    line-height: 1.5rem !important;
  }
  .block2,
  .block3,
  .lines,
  .block4 {
    display: none;
  }
  .block6 .block6Con {
    width: 100%;
  }
  .block6 .block6Con .block6Info {
    flex-direction: column;
  }
  .block6 .block6Con .block6Info img {
    width: 100%;
  }
  .block6 .block6Con .block6Info .text {
    font-size: 1.125rem;
  }
  .block6 .block6Con .block6Info .text p {
    line-height: 1.5rem !important;
  }
  .block7 {
    width: auto;
  }
  .block7 .block7Left .con {
    flex-wrap: wrap;
  }
  .block7 .block7Left .con img {
    width: 13.75rem;
  }
  .block7 .block7Left .con .info div {
    padding: 0.875rem;
  }
  .block7 .block7Left .con .info div a {
    font-size: 0.875rem !important;
  }
  .block7 .block7Right {
    display: none;
  }
}

@media (max-width: 524px) {
  .serverCon {
    width: auto !important;
    flex-direction: column;
    align-items: initial !important;
  }
  .serverCon .serverLink {
    width: auto !important;
    flex-grow: 1;
  }
  .serverCon .serverList {
    flex-wrap: wrap;
    gap: 0% !important;
  }
  .serverCon .serverList .listCon {
    width: 100% !important;
    margin-bottom: 0.625rem;
  }
  .serverCon .serverList .listCon .imgCon {
    height: auto !important;
  }
  .serverCon .serverList .listCon p {
    font-size: 1.375rem;
    line-height: 1.875rem !important;
  }
}
