<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.submit button {
  border-radius: 4px;
  width: 100%;
  height: 50px;
  outline: 0;
  border: 0;
  background: #D00000;
  margin-top: 50px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  opacity: 1;
  cursor: pointer;
}

.swiper-contact {
  margin-top: 56px;
  margin-bottom: 64px;
  height: 543px;
  width: calc(338px * 3 + 49px * 2);
  margin-left: auto;
  margin-right: auto;
}

.swiper-contact .card {
  width: 338px;
  height: 433px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 9px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.swiper-contact .card .img {
  width: 338px;
  height: 277px;
  background: #E0FAFF;
}

.swiper-contact .card .img img {
  width: 100%;
  height: 100%;
}

.swiper-contact .card .content {
  height: calc(100% - 277px);
}

.swiper-contact .card .content .title {
  height: 44px;
  background: linear-gradient(270deg, rgba(255, 221, 68, 0.4) 0%, #FFDD44 50%, rgba(255, 221, 68, 0.4) 100%);
  font-size: 27px;
  font-weight: 500;
  color: #333333;
}

.swiper-contact .card .content .info {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding: 0 38px;
  align-items: center;
  height: calc(100% - 44px);
}

.swiper-contact .card .content .info-en {
  padding: 0 20px;
}

.swiper-contact .card .content .info .desc p {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  text-align: left;
  line-height: 30px;
}

.swiper-contact .card .content .info .thumbnail {
  width: 77px;
  height: 77px;
  background: #EBEBEB;
}

.swiper-button-container .swiper-button-prev:after {
  left: -50px!important;
}

.swiper-button-container .swiper-button-next:after {
  right: -50px!important;
}</pre></body></html>