@charset "UTF-8";
.hidden-desktop {
  display: none;
}

.hidden-tablet {
  display: block;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 102rem;
  background-color: #000;
  z-index: 11;
  transition: width padding 0.2s linear;
}
header div {
  height: 100%;
  width: 42em;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
header div .logo {
  margin: 36rem 0;
}
header div .logo img {
  width: 150rem;
  height: 30rem;
}
header div .head-menu {
  color: #FFF;
  width: 532rem;
  height: 100%;
}
header div .head-menu ul {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
header div .head-menu ul li {
  height: 100%;
}
header div .head-menu ul li a {
  /* font-size: 19rem; */
  font-size: 24rem;
  line-height: 1;
  /* margin: 23rem 0 20rem; */
  margin: 42rem 0 36rem;
  display: block;
}

:root {
  --mobile-ration: 7.82;
  --desktop-ratio: 19.2;
  --stand-margin: 60rem;
  --stand-font-size: calc(8px + 8rem);
  --stand-line-height: calc(15px + 15rem);
  --stand-font-color: #575757;
  --stand-gap: calc(10px + 10rem);
  --big-font-size: 60rem;
  --desktop-width: 1280px;
  --color-blue: #005DE5;
  --color-purple: #8E00FF;
  --color-gray: #898A8D;
  --swiper-pagination-color: white;
  --swiper-pagination-bottom: 20rem;
  --swiper-navigation-color: white;
  --swiper-navigation-sides-offset: calc(10px + 10rem);
}

* {
  margin: 0;
  padding: 0;
  color: inherit;
  list-style: none;
  text-decoration: none;
  font-feature-settings: "halt";
  gap: unset;
  font-style: normal;
  font-family: "Montserrat", "SourceHanSansCN-Regular";
  margin-block-start: 0;
  margin-block-end: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: block;
  width: 100%;
}

main {
  border-top: 102rem solid black;
  margin: 0 auto;
}
main > * {
  width: 42em;
  overflow: hidden;
  margin: 0 auto;
}
main p > span {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}
main p#breadcrumbs {
  padding-top: 2em;
  padding-bottom: 0.6em;
  display: flex;
}
main p#breadcrumbs a {
  transition: color 0.3s ease-out 0s;
}
main p#breadcrumbs a:hover {
  color: var(--color-purple);
}

div.wp-block-column {
  margin: 0 auto;
}

.swiper.index-kv {
  width: 100%;
  z-index: 3;
}
.swiper.index-kv figure img {
  width: 100%;
}

.index-about {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  margin: 1.5em auto;
  width: 100%;
  max-width: 1200px;
}
.index-about h1 {
  font-size: calc(18px + 18rem);
  line-height: 1.5;
  font-family: "SourceHanSansCN-Medium";
  font-weight: unset;
  margin-bottom: calc(18px + 18rem);
  text-align: center;
}
.index-about p {
  font-size: calc(9px + 9rem);
  line-height: 2;
  font-feature-settings: "halt";
  text-align: center;
}
.index-about p:nth-of-type(1) {
  margin-bottom: calc(16px + 16rem);
}

.index-case {
  width: 100%;
  padding: 0 107rem;
  box-sizing: border-box;
}
.index-case h2 {
  font-size: calc(12px + 12rem);
  line-height: 1;
  text-align: center;
  position: relative;
  padding-bottom: 50rem;
}
.index-case h2::after {
  content: "next";
  font-family: "swiper-icons";
  position: absolute;
  top: calc(16px + 16rem);
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
.index-case .case-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.index-case .case-list ul li figure {
  position: relative;
}
.index-case .case-list ul li figure img {
  width: 100%;
}
.index-case .case-list ul li figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  opacity: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  line-height: 1.5;
  box-sizing: border-box;
  padding: 25rem;
}
.index-case .case-list ul li figure figcaption h3 {
  font-size: calc(12px + 12rem);
  line-height: calc(16px + 16rem);
  letter-spacing: 2px;
  width: 100%;
  margin-bottom: calc(5px + 5rem);
}
.index-case .case-list ul li figure figcaption small {
  font-size: calc(8px + 8rem);
  letter-spacing: 1px;
  height: calc(16px + 16rem);
}
.index-case .case-list ul li figure:hover figcaption {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}
.index-case .case-link {
  font-size: 0.9em;
  padding: 1em 0 2em;
  text-align: center;
}
.index-case .case-link a {
  display: inline-block;
  position: relative;
  line-height: 1;
  padding: 0 0.9em;
  transition: color 0.3s ease-out 0s;
}
.index-case .case-link a:hover {
  color: var(--color-purple);
}
.index-case .case-link a img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0.6em;
}

.index-customer {
  margin: 2em auto 1.5em;
}
.index-customer h2 {
  font-size: 1em;
  line-height: 1.5;
  font-family: "SourceHanSansCN-Medium";
  font-weight: unset;
  margin-bottom: 0.5em;
}
.index-customer ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(7em, 1fr));
  margin: 0 -1.5em;
  position: relative;
}
.index-customer ul img {
  filter: grayscale(100%);
  transition: filter 0.3s;
}
.index-customer ul img:hover {
  filter: grayscale(0);
}

.index-info {
  margin: 2em auto 1.5em;
}
.index-info h2 {
  font-size: 1em;
  line-height: 1.5;
  font-family: "SourceHanSansCN-Medium";
  font-weight: unset;
  margin-bottom: 0.5em;
}
.index-info div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.index-info div figure {
  grid-row: span 2;
}

.index-banner {
  width: 100%;
  height: 40vw;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-banner h2 {
  font-size: calc(30px + 30rem);
  line-height: 1;
  color: white;
  position: relative;
}
.index-banner h2 span {
  position: absolute;
}

.info-single > div:nth-of-type(2) {
  display: grid;
  grid-template-columns: 29em 11em;
  justify-content: space-between;
}
.info-single > div:nth-of-type(2) article:nth-of-type(1) {
  grid-row: span 4;
}
.info-single > div:nth-of-type(2) article:nth-of-type(1) h2 {
  font-size: calc(16px + 16rem);
  line-height: calc(30px + 30rem);
  font-weight: 400;
  text-align: center;
}
.info-single > div:nth-of-type(2) article:nth-of-type(1) section:nth-of-type(1) time {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin: 14rem 0;
  color: #949494;
}
.info-single > div:nth-of-type(2) article:nth-of-type(1) section:nth-of-type(1) .dashed-line {
  margin: 30rem 0 50rem;
}
.info-single > div:nth-of-type(2) article:nth-of-type(1) section:nth-of-type(2) h4 {
  font-size: calc(12px + 12rem);
  line-height: 1.5;
  margin-top: calc(24px + 24rem);
  margin-bottom: var(--stand-gap);
  letter-spacing: 1px;
}
.info-single > div:nth-of-type(2) article:nth-of-type(1) section:nth-of-type(2) h5 {
  font-size: calc(10px + 10rem);
  line-height: calc(14px + 14rem);
  margin-top: calc(21px + 21rem);
  margin-bottom: var(--stand-gap);
  letter-spacing: 1px;
}
.info-single > div:nth-of-type(2) article:nth-of-type(1) section:nth-of-type(2) p {
  font-size: var(--stand-font-size);
  line-height: var(--stand-line-height);
  margin-bottom: var(--stand-gap);
  text-align: justify;
  font-feature-settings: normal;
}
.info-single > div:nth-of-type(2) article:nth-of-type(1) section:nth-of-type(2) p strong {
  font-feature-settings: normal;
}
.info-single > div:nth-of-type(2) article:nth-of-type(1) section:nth-of-type(2) ul {
  font-size: var(--stand-font-size);
  line-height: var(--stand-line-height);
  padding-left: 2.5em;
}
.info-single > div:nth-of-type(2) article:nth-of-type(1) section:nth-of-type(2) ul li {
  margin-bottom: var(--stand-gap);
  text-align: justify;
  list-style-type: square;
  font-feature-settings: normal;
}
.info-single > div:nth-of-type(2) article:nth-of-type(1) section:nth-of-type(2) ol {
  font-size: var(--stand-font-size);
  line-height: var(--stand-line-height);
  padding-left: 2.5em;
}
.info-single > div:nth-of-type(2) article:nth-of-type(1) section:nth-of-type(2) ol li {
  margin-bottom: var(--stand-gap);
  text-align: justify;
  list-style-type: decimal;
  font-feature-settings: normal;
}
.info-single > div:nth-of-type(2) article:nth-of-type(1) section:nth-of-type(2) table {
  font-size: var(--stand-font-size);
  line-height: var(--stand-line-height);
  margin-bottom: var(--stand-gap);
}

footer {
  background-color: #000;
  color: white;
  position: relative;
}
footer > div {
  width: 42em;
  margin: 1.5em auto 0;
  padding: calc(15px + 15rem) 0 calc(80rem + 12px);
  display: flex;
  gap: 128rem;
}
footer > div div:nth-of-type(1) {
  min-width: calc(210px + 210rem);
  max-width: 30%;
  position: relative;
}
footer > div div:nth-of-type(1) h4 {
  font-size: calc(14px + 14rem);
  line-height: 1.3;
  font-weight: unset;
}
footer > div div:nth-of-type(1) .wpcf7 {
  width: 100%;
}
footer > div div:nth-of-type(1) .wpcf7 form p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer > div div:nth-of-type(1) .wpcf7 form p > span {
  width: calc(92px + 92rem);
  box-sizing: border-box;
  margin-top: 8rem;
}
footer > div div:nth-of-type(1) .wpcf7 form p > span > input {
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
  border-bottom: 1px solid #707070;
  font-size: calc(12px + 12rem);
  line-height: 1;
  padding-bottom: 6rem;
}
footer > div div:nth-of-type(1) .wpcf7 form p > span > input::-moz-placeholder {
  font-size: 12px;
}
footer > div div:nth-of-type(1) .wpcf7 form p > span > input::placeholder {
  font-size: 12px;
}
footer > div div:nth-of-type(1) .wpcf7 form p span:last-of-type {
  width: 100%;
}
footer > div div:nth-of-type(1) .wpcf7 form p > input {
  margin-top: 32rem;
  width: 128rem;
  height: calc(15px + 15rem);
  background-color: #707070;
  border: none;
  font-size: calc(8px + 8rem);
  line-height: calc(16px + 16rem);
  outline: none;
}
footer > div div:nth-of-type(1) > p {
  position: absolute;
  bottom: calc(-32rem - 6px);
  transform: translateY(6px);
  font-size: 12px;
  line-height: 1;
  width: -moz-max-content;
  width: max-content;
  color: #707070;
}
footer > div div:nth-of-type(1) > a {
  position: absolute;
  bottom: calc(-58rem - 6px);
  transform: translateY(6px);
  font-size: 12px;
  line-height: 1;
  width: -moz-max-content;
  width: max-content;
  color: #707070;
}
footer > div div:nth-of-type(2) {
  min-width: calc(320px + 320rem);
  max-width: 42%;
}
footer > div div:nth-of-type(2) > ul {
  display: flex;
  justify-content: space-between;
}
footer > div div:nth-of-type(2) > ul > li p {
  font-size: calc(7px + 7rem);
  line-height: calc(18px + 18rem);
}
footer > div div:nth-of-type(2) > ul > li ul li {
  font-size: calc(10px + 10rem);
  line-height: 1.8;
}
footer > div div:nth-of-type(2) > p {
  font-size: 12px;
  line-height: 20px;
  color: #707070;
  margin-top: 15rem;
  text-align: justify;
}
footer .sns {
  position: absolute;
  display: flex;
  justify-content: space-between;
  right: 107rem;
  bottom: calc(48rem - 20px);
  color: white;
  width: calc(50% - 107rem - 21em);
  min-width: 184px;
}
footer .sns li {
  font-size: 40px;
  line-height: 1;
}
footer .sns li a {
  transition: all 0.3s ease-out 0s;
}
footer .sns li a:hover {
  color: var(--color-purple);
}
footer .sns li:nth-of-type(1) a {
  position: relative;
}
footer .sns li:nth-of-type(1) a figure {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  white-space: nowrap;
  padding: 20rem 20rem 10rem;
  background-color: white;
  bottom: 40px;
  left: 20px;
  transform: translateX(-50%);
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(165, 165, 165, 0.3);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
footer .sns li:nth-of-type(1) a figure figcaption {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
  margin-top: 10px;
  color: black;
}
footer .sns li:nth-of-type(1) a figure::after {
  position: absolute;
  content: "";
  right: calc(50% - 10rem);
  bottom: -6px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
  border-radius: 3px;
  background: #fff;
}
footer .sns li:nth-of-type(1) a:hover figure {
  transform: translate(-50%, -20px);
  opacity: 1;
}

.case-archive {
  position: relative;
}
.case-archive p#breadcrumbs {
  width: 100%;
  padding-right: 107rem;
  padding-left: 107rem;
  box-sizing: border-box;
}
.case-archive .index-case {
  margin: 0;
}
.case-archive .index-case .case-cates {
  position: absolute;
  width: 45%;
  top: 2em;
  right: 107rem;
}
.case-archive .index-case .case-cates ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  justify-self: right;
}
.case-archive .index-case .case-cates ul li {
  font-size: var(--stand-font-size);
  line-height: var(--stand-line-height);
  font-weight: unset;
  color: #909090;
}
.case-archive .index-case .case-cates ul li.current {
  color: black;
}
.case-archive .index-case .case-cates ul li.current h1 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.case-archive .index-case .case-cates ul li:not(.current) a {
  transition: color 0.3s ease-out 0s;
}
.case-archive .index-case .case-cates ul li:not(.current):hover {
  color: var(--color-purple);
}

.info-archive .top-banner figure {
  overflow: hidden;
}
.info-archive .top-banner figure img {
  transition: all 0.5s ease-out 0s;
}
.info-archive .top-banner figure img:hover {
  scale: 1.05;
}
.info-archive .info-cates {
  position: absolute;
  width: 45%;
  top: calc(-1.8em - 30px);
  right: 0;
}
.info-archive .info-cates ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  justify-self: right;
}
.info-archive .info-cates ul li {
  font-size: var(--stand-font-size);
  line-height: var(--stand-line-height);
  font-weight: unset;
  color: var(--color-gray);
}
.info-archive .info-cates ul li.current {
  color: black;
}
.info-archive .info-cates ul li.current h1 {
  font-size: inherit;
  line-height: initial;
  font-weight: inherit;
}
.info-archive .info-cates ul li:not(.current) a {
  transition: color 0.3s ease-out 0s;
}
.info-archive .info-cates ul li:not(.current):hover {
  color: var(--color-purple);
}
.info-archive > div:nth-of-type(3) {
  display: grid;
  grid-template-columns: 29em 11em;
  justify-content: space-between;
  margin-top: 1.2em;
  position: relative;
  overflow: unset;
}
.info-archive > div:nth-of-type(3) article:nth-of-type(1) {
  grid-row: span 4;
}
.info-archive > div:nth-of-type(3) article:nth-of-type(1) section:nth-of-type(2) ul li {
  margin-bottom: 60rem;
}
.info-archive > div:nth-of-type(3) article:nth-of-type(1) section:nth-of-type(2) ul li a {
  display: grid;
  grid-template-columns: 300rem calc(100% - 300rem);
}
.info-archive > div:nth-of-type(3) article:nth-of-type(1) section:nth-of-type(2) ul li a figure {
  grid-row: span 4;
}
.info-archive > div:nth-of-type(3) article:nth-of-type(1) section:nth-of-type(2) ul li a figure img {
  width: auto;
  height: 232rem;
}
.info-archive > div:nth-of-type(3) article:nth-of-type(1) section:nth-of-type(2) ul li a h4 {
  font-size: calc(9px + 9rem);
  line-height: 1.5;
  font-weight: unset;
  text-align: justify;
  margin-left: 10rem;
  height: calc(27px + 27rem);
}
.info-archive > div:nth-of-type(3) article:nth-of-type(1) section:nth-of-type(2) ul li a time {
  font-size: calc(8px + 8rem);
  line-height: 1;
  display: block;
  margin-left: 10rem;
}
.info-archive > div:nth-of-type(3) article:nth-of-type(1) section:nth-of-type(2) ul li a p {
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 显示 3 行 */
  line-clamp: 3;
  height: 63px;
  overflow: hidden;
  margin: 10rem 10rem 20rem;
}
.info-archive > div:nth-of-type(3) article:nth-of-type(1) section:nth-of-type(2) ul li a .dashed-line {
  align-self: flex-end;
  width: calc(100% - 20rem);
  margin: 0 auto;
}
.info-archive > div:nth-of-type(3) article:nth-of-type(1) .posts-pagination {
  margin-right: calc(100% - 42em);
}

.info-tag > div:nth-of-type(2) {
  display: grid;
  grid-template-columns: 29em 11em;
  justify-content: space-between;
  margin-top: 1.2em;
  position: relative;
  overflow: unset;
}
.info-tag > div:nth-of-type(2) article:nth-of-type(1) {
  grid-row: span 4;
}
.info-tag > div:nth-of-type(2) article:nth-of-type(1) section:nth-of-type(1) ul li {
  margin-bottom: 60rem;
}
.info-tag > div:nth-of-type(2) article:nth-of-type(1) section:nth-of-type(1) ul li a {
  display: grid;
  grid-template-columns: 300rem calc(100% - 300rem);
}
.info-tag > div:nth-of-type(2) article:nth-of-type(1) section:nth-of-type(1) ul li a figure {
  grid-row: span 4;
}
.info-tag > div:nth-of-type(2) article:nth-of-type(1) section:nth-of-type(1) ul li a figure img {
  width: auto;
  height: 232rem;
}
.info-tag > div:nth-of-type(2) article:nth-of-type(1) section:nth-of-type(1) ul li a h4 {
  font-size: calc(9px + 9rem);
  line-height: 1.5;
  font-weight: unset;
  text-align: justify;
  margin-left: 10rem;
  height: calc(27px + 27rem);
}
.info-tag > div:nth-of-type(2) article:nth-of-type(1) section:nth-of-type(1) ul li a time {
  font-size: calc(8px + 8rem);
  line-height: 1;
  display: block;
  margin-left: 10rem;
}
.info-tag > div:nth-of-type(2) article:nth-of-type(1) section:nth-of-type(1) ul li a p {
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 显示 3 行 */
  line-clamp: 3;
  height: 63px;
  overflow: hidden;
  margin: 10rem 10rem 20rem;
}
.info-tag > div:nth-of-type(2) article:nth-of-type(1) section:nth-of-type(1) ul li a .dashed-line {
  align-self: flex-end;
  width: calc(100% - 20rem);
  margin: 0 auto;
}
.info-tag > div:nth-of-type(2) article:nth-of-type(1) .posts-pagination {
  margin-right: calc(100% - 42em);
}

.case-single article:nth-of-type(1) {
  width: 100%;
}
.case-single article:nth-of-type(1) .case-content > div:nth-of-type(1) h1, .case-single article:nth-of-type(1) .case-content > div:nth-of-type(1) h3, .case-single article:nth-of-type(1) .case-content > div:nth-of-type(1) p {
  font-family: "SourceHanSansCN-Medium";
}
.case-single article:nth-of-type(1) .case-content h3 {
  font-size: calc(16px + 16rem);
  line-height: calc(20px + 20rem);
  font-weight: unset;
  margin-bottom: calc(16px + 16rem);
}
.case-single article:nth-of-type(1) .case-content h3:last-child {
  margin-bottom: 0;
}
.case-single article:nth-of-type(1) .case-content h4 {
  font-size: calc(10px + 10rem);
  line-height: 1.5;
  font-weight: unset;
  margin-bottom: calc(15px + 15rem);
  font-family: "SourceHanSansCN-Medium";
}
.case-single article:nth-of-type(1) .case-content h4:last-child {
  margin-bottom: 0;
}
.case-single article:nth-of-type(1) .case-content h1, .case-single article:nth-of-type(1) .case-content p {
  font-size: calc(9px + 9rem);
  line-height: 1.8;
  text-align: justify;
}
.case-single article:nth-of-type(1) .case-content h1 {
  font-weight: unset;
  margin-bottom: calc(12px + 12rem);
}
.case-single article:nth-of-type(1) .case-content img {
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-single article:nth-of-type(1) .case-content .wp-block-column > p:not(:last-of-type) {
  margin-bottom: calc(12px + 12rem);
}
.case-single article:nth-of-type(1) .case-content .aspect-square img {
  aspect-ratio: 1;
}
.case-single article:nth-of-type(1) .case-goback {
  width: 42em;
  margin: 50px auto;
  line-height: 0;
}
.case-single article:nth-of-type(1) .case-goback a {
  display: inline-block;
  font-size: calc(8px + 8rem);
  line-height: calc(10px + 10rem);
}
.case-single article:nth-of-type(1) .case-goback a::after {
  content: "next";
  font-family: "swiper-icons";
  margin-left: 10rem;
}

.dashed-line {
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, var(--color-gray), var(--color-gray) 3px, transparent 3px, transparent 6px);
}

.posts-pagination {
  display: flex;
  justify-content: center;
  margin-top: 30rem;
}
.posts-pagination .prev, .posts-pagination .next {
  font-size: 12px;
  line-height: 42px;
  font-family: "swiper-icons";
  padding: 0 20px;
}
.posts-pagination .prev::before {
  content: "prev";
}
.posts-pagination div {
  display: flex;
  align-items: center;
  margin: 0 12px;
}
.posts-pagination div input {
  border: 1px solid #909090;
  border-radius: 4px;
  font-size: 14px;
  height: 24px;
  padding: 0 5px;
  text-align: center;
  width: 18px;
  outline: none;
}
.posts-pagination div input[type=number]::-webkit-outer-spin-button, .posts-pagination div input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.posts-pagination div .divide {
  font-size: 14px;
  margin: 0 4px;
}
.posts-pagination div .total {
  font-size: 14px;
}
.posts-pagination .next::before {
  content: "next";
}
.posts-pagination .disabled {
  cursor: not-allowed;
}

.page-contact article {
  display: grid;
  grid-template-columns: 50% 50%;
  margin-top: 70rem;
}
.page-contact article h2 {
  font-size: calc(18px + 18rem);
  line-height: calc(22px + 22rem);
  color: var(--color-purple);
  grid-row: span 4;
}
.page-contact article section:nth-of-type(1) p {
  font-size: var(--stand-font-size);
  line-height: calc(12px + 12rem);
  margin-bottom: calc(12px + 12rem);
  font-family: "SourceHanSansCN-Medium";
  color: #909090;
}
.page-contact article section:nth-of-type(2) {
  margin-top: 20rem;
  color: #464646;
}
.page-contact article section:nth-of-type(2) h5 {
  font-size: calc(12px + 12rem);
  line-height: 1.5;
  font-family: "SourceHanSansCN-Medium";
  font-weight: unset;
}
.page-contact article section:nth-of-type(2) h6 {
  font-size: calc(10px + 10rem);
  line-height: calc(12px + 12rem);
  font-weight: unset;
}
.page-contact article section:nth-of-type(3) {
  margin-top: calc(32rem + 12px);
}
.page-contact article section:nth-of-type(3) ul * {
  font-size: var(--stand-font-size);
  line-height: 1.5;
  font-family: "SourceHanSansCN-Medium";
  color: #909090;
}
.page-contact article section:nth-of-type(3) ul address {
  display: inline-block;
}
.page-contact article section:nth-of-type(4) {
  margin-top: calc(14px + 14rem);
}
.page-contact article section:nth-of-type(4) ul {
  display: flex;
  justify-content: space-between;
}
.page-contact article section:nth-of-type(4) ul li {
  width: 22%;
  max-width: 147px;
}

.top-banner {
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
}

.article-list {
  padding: 0.6em 0.5em;
  margin-bottom: 0.7em;
  border: 1px solid #e4e4e4;
}
.article-list h3 {
  font-size: calc(10px + 10rem);
  line-height: 1;
}
.article-list ol {
  margin-top: 0.5em;
}
.article-list ol li {
  margin: 10rem 0;
  font-size: calc(8px + 8rem);
  line-height: 1.5;
  position: relative;
  padding-left: calc(15px + 15rem);
  counter-increment: item;
}
.article-list ol li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s ease-out 0s;
}
.article-list ol li::before {
  content: counter(item);
  position: absolute;
  top: 0;
  left: 0;
  width: calc(11px + 11rem);
  height: calc(12px + 12rem);
  background-color: var(--color-purple);
  color: white;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.article-list ol li:nth-of-type(n+4)::before {
  background-color: var(--color-gray);
}
.article-list ol li:hover {
  color: var(--color-purple);
}
.article-list ul {
  margin-top: 0.5em;
}
.article-list ul li {
  margin: 10rem 0;
  font-size: calc(8px + 8rem);
  line-height: 1.5;
  position: relative;
  padding-left: calc(15px + 15rem);
  /* list-style-type: square; 在移动端不显示 改为伪类写法 */
}
.article-list ul li::before {
  position: absolute;
  content: "■";
  color: black;
  display: inline-block;
  width: 9px;
  height: 24px;
  left: 6px;
}
.article-list ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s ease-out 0s;
}
.article-list ul li a:hover {
  color: var(--color-purple);
}

.article-tag h3 {
  font-size: calc(10px + 10rem);
  line-height: 1;
  padding: 0.6em 0.5em;
  background-color: #e4e4e4;
}
.article-tag ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}
.article-tag ul li {
  font-size: calc(8px + 8rem);
  line-height: calc(27px + 27rem);
  text-align: center;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.article-tag ul li a {
  display: block;
}
.article-tag ul li a:hover {
  background-color: var(--color-purple);
  color: white;
}

.case-single .index-case, .info-single .index-case {
  margin-top: 80rem;
}
.case-single .index-case .case-link, .info-single .index-case .case-link {
  padding: 60rem 0 0;
}
.case-single .index-case .case-link a, .info-single .index-case .case-link a {
  font-size: calc(9px + 9rem);
  line-height: 1;
  padding: 8rem 12rem;
  border: 1px solid #909090;
  transition: color 0.3s ease-out 0s;
}
.case-single .index-case .case-link a:hover, .info-single .index-case .case-link a:hover {
  color: var(--color-purple);
  border-color: var(--color-purple);
}

.page-about .about-kv {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: black;
  color: white;
  padding: 42rem 0;
}
.page-about .about-kv section:nth-of-type(1) {
  overflow-x: hidden;
}
.page-about .about-kv section:nth-of-type(1) figure {
  position: relative;
  left: 55.2%;
  transform: translateX(-50%);
}
.page-about .about-kv section:nth-of-type(2) {
  margin: 3.2vw 0;
  display: grid;
  align-content: space-between;
}
.page-about .about-kv section:nth-of-type(2) h1 {
  font-size: 1.4em;
  line-height: 1.4;
  font-weight: unset;
}
.page-about .about-kv section:nth-of-type(2) p {
  font-size: 0.5em;
  line-height: 1.6;
}
.page-about .about-ability h2 {
  font-size: 1em;
  line-height: 1.5;
  font-family: "SourceHanSansCN-Medium";
  font-weight: unset;
  padding: 1.5em 0;
}
.page-about .about-ability section:nth-of-type(odd) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0.9em;
  cursor: pointer;
}
.page-about .about-ability section:nth-of-type(odd) h3 {
  font-size: 0.9em;
  line-height: 1;
  font-weight: unset;
  grid-column: 2 span;
}
.page-about .about-ability section:nth-of-type(odd) > img {
  position: relative;
  top: 0.5em;
  transform: translateY(-50%);
  width: 0.6em;
  transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
}
.page-about .about-ability section:nth-of-type(even) > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0.9em;
}
.page-about .about-ability section:nth-of-type(even) > div h3 {
  font-size: 0.9em;
  line-height: 1;
  font-weight: unset;
  grid-column: 2 span;
}
.page-about .about-ability section:nth-of-type(even) > div > p {
  font-size: 0.8em;
  line-height: 1.8;
  font-family: "SourceHanSansCN";
  grid-column: 2 span;
}
.page-about .about-ability section:nth-of-type(even) > div > ul {
  margin: 0 0 2em 28px;
}
.page-about .about-ability section:nth-of-type(even) > div > ul li {
  font-size: 0.8em;
  line-height: 1.8;
  font-family: "SourceHanSansCN";
  list-style-type: disc;
}
.page-about .about-ability section:nth-of-type(even) > div > a:nth-of-type(1) {
  display: block;
  grid-column: 3 span;
  margin-bottom: 1em;
}
.page-about .about-ability section:nth-of-type(even) > div .swiper {
  width: 100%;
  grid-column: 3 span;
}
.page-about .about-ability section:nth-of-type(even) > div .swiper .swiper-wrapper {
  justify-content: space-between;
}
.page-about .about-ability section:nth-of-type(even) > div .swiper .swiper-wrapper figure {
  width: 32%;
}
.page-about .about-ability section:nth-of-type(even) > div .swiper .swiper-wrapper figure figcaption {
  font-size: 0.7em;
  line-height: 2;
}
.page-about .about-ability section:nth-of-type(4), .page-about .about-ability section:nth-of-type(6) {
  display: none;
}
.page-about .about-ability .dashed-line {
  margin-top: 1em;
}
.page-about .about-ability section.ability-active img {
  transform: translateY(-50%) rotate(90deg);
}
.page-about .about-honor h2 {
  font-size: 1em;
  line-height: 1.5;
  font-family: "SourceHanSansCN-Medium";
  font-weight: unset;
  margin-bottom: 1em;
}

aside {
  position: fixed;
  top: 50%;
  right: 26rem;
  transform: translateY(-50%);
  width: 48rem;
  height: 216rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
  opacity: 0;
}
aside a:nth-of-type(1) {
  position: relative;
}
aside a:nth-of-type(1) figure {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  white-space: nowrap;
  padding: 20rem 20rem 10rem;
  right: 48rem;
  background-color: white;
  top: 24rem;
  transform: translate(0, -50%);
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(165, 165, 165, 0.3);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
aside a:nth-of-type(1) figure figcaption {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
  margin-top: 10px;
}
aside a:nth-of-type(1) figure::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -6px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
  border-radius: 3px;
  background: #fff;
}
aside a:nth-of-type(1):hover figure {
  transform: translate(-23px, -50%);
  opacity: 1;
}

@media screen and (max-width: 782px) {
  :root {
    --swiper-navigation-size: 24px !important;
  }
  .hidden-desktop {
    display: block;
  }
  .hidden-tablet {
    display: block;
  }
  .hidden-phone {
    display: none;
  }
  header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 13vw;
    z-index: 11;
  }
  header div {
    width: 100%;
    flex-wrap: wrap;
  }
  header div .logo {
    float: left;
    margin: 4vw 0 4vw 107rem;
  }
  header div .logo img {
    width: unset;
    height: 5vw;
  }
  header div .hamburger {
    width: 4vw;
    height: 4vw;
    position: relative;
    top: 5vw;
    right: 107rem;
  }
  header div .hamburger .hamburger-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-1px);
    width: 5vw;
    height: 2px;
    background-color: white;
    transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
  }
  header div .hamburger .hamburger-btn::before {
    content: "";
    position: absolute;
    top: calc(2vw + 1px);
    right: 0;
    width: 5vw;
    height: 2px;
    background-color: white;
    transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
  }
  header div .hamburger .hamburger-btn::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: calc(2vw + 1px);
    width: 5vw;
    height: 2px;
    background-color: white;
    transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
  }
  header div .head-menu {
    display: none;
    width: 100%;
  }
  body.mobile-menu {
    overflow-y: hidden;
  }
  body.mobile-menu header {
    top: 0;
    position: fixed;
    height: 100vh;
  }
  body.mobile-menu header .hamburger .hamburger-btn {
    width: 0;
  }
  body.mobile-menu header .hamburger .hamburger-btn::before {
    top: 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  body.mobile-menu header .hamburger .hamburger-btn::after {
    top: 0;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  body.mobile-menu header nav {
    display: block;
  }
  body.mobile-menu header nav ul {
    height: unset;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  body.mobile-menu header nav ul li {
    width: 100%;
    height: unset;
  }
  body.mobile-menu header nav ul li a {
    font-size: calc(18px + 18rem);
    line-height: 3;
    margin: 0;
    text-align: center;
  }
  .index-about {
    padding: 0 107rem;
    width: 100%;
    box-sizing: border-box;
  }
  .index-case h2 {
    font-size: 18px;
    padding: 20px 0 30px;
  }
  .index-case h2::after {
    top: 42px;
  }
  .index-case .case-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .case-single .index-case .case-link a, .info-single .index-case .case-link a {
    font-size: 16px;
    line-height: 44px;
    padding: unset;
    width: 100%;
  }
  .index-banner h2 {
    font-size: 4vw;
  }
  .index-customer {
    width: 100%;
  }
  .index-customer ul {
    margin: unset;
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
  }
  main {
    border-top: 13vw solid black;
  }
  main > * {
    width: 100%;
    padding: 0 107rem;
    box-sizing: border-box;
  }
  main .index-info div {
    grid-template-columns: 100%;
  }
  main .index-info div figure figcaption a {
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    justify-content: space-between;
    padding: 10px 0 16px;
  }
  main .index-info div figure figcaption a span:nth-of-type(1) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  main .index-info div figure figcaption a span:nth-of-type(2) {
    position: relative;
    padding-right: 12px;
    flex-shrink: 0;
  }
  main .index-info div figure figcaption a span:nth-of-type(2) img {
    position: absolute;
    width: 10px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  main .index-info div section {
    margin-bottom: 16px;
  }
  main .index-info div section h3 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  main .index-info div section ul a {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 24px;
  }
  main .index-info div section ul a span {
    width: 88%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  main .index-info div section ul a time {
    font-family: "SourceHanSansCN-Regular";
  }
  footer > div {
    width: 100%;
    padding-right: 107rem;
    padding-left: 107rem;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-bottom: 170px;
  }
  footer > div div:nth-of-type(1) {
    position: unset;
    min-width: unset;
    max-width: unset;
    width: 100%;
  }
  footer > div div:nth-of-type(1) h4 {
    font-size: 4.99vw;
  }
  footer > div div:nth-of-type(1) .wpcf7 {
    margin-top: 0.5em;
  }
  footer > div div:nth-of-type(1) .wpcf7 form p > span {
    width: 45%;
  }
  footer > div div:nth-of-type(1) .wpcf7 form p > input {
    width: 100%;
    height: 44px;
    font-size: 16px;
    line-height: 44px;
  }
  footer > div div:nth-of-type(1) > p {
    width: 100%;
    bottom: 22px;
    left: 0;
    padding: 0 107rem;
    box-sizing: border-box;
    line-height: 20px;
    transform: unset;
  }
  footer > div div:nth-of-type(1) > a {
    width: 100%;
    text-align: center;
    bottom: 2px;
    left: 0;
    padding: 0 107rem;
    box-sizing: border-box;
    line-height: 20px;
    transform: unset;
  }
  footer > div div:nth-of-type(2) {
    min-width: unset;
    max-width: unset;
    width: 100%;
  }
  footer > div div:nth-of-type(2) > ul {
    margin-bottom: 0.5em;
  }
  footer > div div:nth-of-type(2) > ul > li ul li {
    font-size: 3.44vw;
  }
  footer .sns {
    line-height: 48px;
    bottom: 102px;
  }
  .info-archive .top-banner {
    padding: unset;
  }
  .info-archive > div:nth-of-type(3) {
    grid-template-columns: 100%;
  }
  .info-archive > div:nth-of-type(3) article:nth-of-type(1) .info-cates {
    top: calc(-1.8em - 30px);
    right: 107rem;
    width: 10em;
    text-align: center;
    border-bottom: 1px solid var(--color-purple);
  }
  .info-archive > div:nth-of-type(3) article:nth-of-type(1) .info-cates::before {
    font-size: 16px;
    line-height: 30px;
    content: "最新资讯";
  }
  .info-archive > div:nth-of-type(3) article:nth-of-type(1) .info-cates::after {
    content: "next";
    font-family: "swiper-icons";
    position: absolute;
    transform: translate(-50%, -50%) rotate(90deg);
    font-size: 12px;
    line-height: 1;
    top: 50%;
    right: 0;
    color: var(--color-purple);
  }
  .info-archive > div:nth-of-type(3) article:nth-of-type(1) .info-cates ul {
    display: none;
    position: absolute;
    width: 10em;
    background-color: white;
  }
  .info-archive > div:nth-of-type(3) article:nth-of-type(1) .info-cates ul li {
    font-size: 16px;
    line-height: 30px;
  }
  .info-archive > div:nth-of-type(3) article:nth-of-type(1) section:nth-of-type(2) ul li a {
    grid-template-columns: 100%;
  }
  .info-archive > div:nth-of-type(3) article:nth-of-type(1) section:nth-of-type(2) ul li a figure {
    margin-bottom: 10px;
  }
  .info-archive > div:nth-of-type(3) article:nth-of-type(1) section:nth-of-type(2) ul li a figure img {
    width: 100%;
    height: auto;
  }
  .info-archive > div:nth-of-type(3) article:nth-of-type(1) section:nth-of-type(2) ul li a h4 {
    font-size: 16px;
    height: unset;
    margin-bottom: 10px;
  }
  .info-archive > div:nth-of-type(3) article:nth-of-type(1) section:nth-of-type(2) ul li a time {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .info-archive > div:nth-of-type(3) article:nth-of-type(1) section:nth-of-type(2) ul li a p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .info-archive > div:nth-of-type(3) article:nth-of-type(1) .posts-pagination {
    margin-right: unset;
  }
  .info-tag > div:nth-of-type(2) {
    grid-template-columns: 100%;
  }
  .info-tag > div:nth-of-type(2) article:nth-of-type(1) section:nth-of-type(1) ul li a {
    grid-template-columns: 100%;
  }
  .info-tag > div:nth-of-type(2) article:nth-of-type(1) section:nth-of-type(1) ul li a figure {
    margin-bottom: 10px;
  }
  .info-tag > div:nth-of-type(2) article:nth-of-type(1) section:nth-of-type(1) ul li a figure img {
    width: 100%;
    height: auto;
  }
  .info-tag > div:nth-of-type(2) article:nth-of-type(1) section:nth-of-type(1) ul li a h4 {
    font-size: 16px;
    height: unset;
    margin-bottom: 10px;
  }
  .info-tag > div:nth-of-type(2) article:nth-of-type(1) section:nth-of-type(1) ul li a time {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .info-tag > div:nth-of-type(2) article:nth-of-type(1) section:nth-of-type(1) ul li a p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .info-tag > div:nth-of-type(2) article:nth-of-type(1) .posts-pagination {
    margin-right: unset;
  }
  .info-single #breadcrumbs .breadcrumb_last {
    display: none;
  }
  .info-single > div:nth-of-type(2) {
    grid-template-columns: 100%;
  }
  .info-single > div:nth-of-type(2) article:nth-of-type(1) {
    grid-row: unset;
  }
  .info-single > div:nth-of-type(2) article:nth-of-type(1) section:nth-of-type(2) h4 {
    font-size: 18px;
  }
  .info-single > div:nth-of-type(2) article:nth-of-type(1) section:nth-of-type(2) h5 {
    font-size: 16px;
    line-height: 1.5;
  }
  .info-single > div:nth-of-type(2) article:nth-of-type(1) section:nth-of-type(2) p {
    font-size: 14px;
    line-height: 1.5;
  }
  .info-single > div:nth-of-type(2) article:nth-of-type(1) section:nth-of-type(2) li {
    font-size: 14px;
    line-height: 1.5;
  }
  .info-single > div:nth-of-type(2) article:nth-of-type(1) section:nth-of-type(2) table {
    font-size: 14px;
    line-height: 1.5;
  }
  .article-list {
    padding: 20px;
    margin-bottom: 30px;
  }
  .article-list h3 {
    font-size: 18px;
  }
  .article-list ol {
    margin-top: 20px;
  }
  .article-list ol li {
    font-size: 16px;
    padding-left: 30px;
    margin: 10px 0;
  }
  .article-list ol li::before {
    width: 22px;
    height: 24px;
  }
  .article-list ul {
    margin-top: 20px;
  }
  .article-list ul li {
    font-size: 16px;
    padding-left: 30px;
    margin: 10px 0;
  }
  .article-tag h3 {
    font-size: 18px;
    padding: 20px;
  }
  .article-tag ul li {
    font-size: 14px;
    line-height: 45px;
  }
  .page-contact article {
    grid-template-columns: 100%;
  }
  .page-contact article h2 {
    margin-bottom: 1.5em;
  }
  .page-contact article section:nth-of-type(1) p {
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
  }
  .page-contact article section:nth-of-type(2) h5 {
    font-size: 18px;
  }
  .page-contact article section:nth-of-type(2) h6 {
    font-size: 16px;
    line-height: 1.2;
  }
  .page-contact article section:nth-of-type(3) ul * {
    font-size: 14px;
  }
  .page-contact article section:nth-of-type(3) ul address:nth-of-type(2)::before {
    content: "地址： ";
    opacity: 0;
  }
  .case-archive #breadcrumbs > span > span:nth-of-type(3) {
    display: none;
  }
  .case-archive .index-case .case-cates {
    top: 2em;
    right: 107rem;
    width: calc(50vw - 107rem);
    text-align: center;
    border-bottom: 1px solid var(--color-purple);
  }
  .case-archive .index-case .case-cates::before {
    font-size: 16px;
    line-height: 30px;
    content: attr(data-category);
  }
  .case-archive .index-case .case-cates ul {
    display: none;
    position: absolute;
    width: 100%;
    background-color: white;
    z-index: 1;
  }
  .case-archive .index-case .case-cates ul li {
    font-size: 16px;
    line-height: 30px;
  }
  .case-archive .index-case .case-cates::after {
    content: "next";
    font-family: "swiper-icons";
    position: absolute;
    transform: translate(-50%, -50%) rotate(90deg);
    font-size: 12px;
    line-height: 1;
    top: 50%;
    right: 0;
    color: var(--color-purple);
  }
  .case-single article:nth-of-type(1) {
    padding: unset;
    width: 100%;
  }
  .case-single article:nth-of-type(1) .case-content h3 {
    margin-bottom: calc(20px + 20rem);
  }
  .case-single article:nth-of-type(1) .case-content h4 {
    font-size: 18px;
  }
  .case-single article:nth-of-type(1) .case-content p {
    font-size: 16px;
  }
  .case-single article:nth-of-type(1) .case-content > .has-background {
    padding: 0 107rem;
  }
  .case-single article:nth-of-type(1) .case-content > *:nth-child(n+2) {
    margin: 0 107rem;
  }
  .case-single article:nth-of-type(1) .case-goback a {
    font-size: 14px;
    margin: 0 107rem;
  }
  .page-about .about-kv {
    padding: unset;
    grid-template-columns: unset;
  }
  .page-about .about-kv section:nth-of-type(1) figure {
    left: 0;
    transform: unset;
  }
  .page-about .about-kv section:nth-of-type(2) {
    padding: 0 107rem;
  }
  .page-about .about-kv section:nth-of-type(2) h1 {
    font-size: 6vw;
  }
  .page-about .about-kv section:nth-of-type(2) p {
    font-size: 13px;
    text-align: justify;
    margin-top: 13px;
  }
  .page-about .about-ability section:nth-of-type(odd) {
    display: flex;
    justify-content: space-between;
  }
  .page-about .about-ability section:nth-of-type(even) > div {
    display: block;
  }
  .page-about .about-ability section:nth-of-type(even) > div > p {
    font-size: 14px;
    text-align: justify;
  }
  .page-about .about-ability section:nth-of-type(even) > div > ul {
    margin: 14px;
  }
  .page-about .about-ability section:nth-of-type(even) > div > ul li {
    font-size: 14px;
  }
  .page-about .about-ability section:nth-of-type(even) > div .swiper .swiper-wrapper a {
    width: 100%;
  }
  .page-about .about-ability section:nth-of-type(even) > div .swiper .swiper-button-next, .page-about .about-ability section:nth-of-type(even) > div .swiper .swiper-button-prev {
    color: var(--color-purple);
  }
  aside {
    display: none;
  }
  .index-about h1 {
    font-size: 5.5vw;
  }
  .index-about p {
    font-size: 13px;
    text-align: justify;
  }
  .swiper.index-kv {
    z-index: unset;
  }
}
@media screen and (min-width: 2033px) {
  .info-archive > div:nth-of-type(3) article:nth-of-type(1) section:nth-of-type(2) ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, 32%);
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .info-archive > div:nth-of-type(3) article:nth-of-type(1) section:nth-of-type(2) ul li a {
    display: unset;
    grid-template-columns: unset;
  }
  .info-archive > div:nth-of-type(3) article:nth-of-type(1) section:nth-of-type(2) ul li a figure {
    grid-row: unset;
  }
  .info-archive > div:nth-of-type(3) article:nth-of-type(1) section:nth-of-type(2) ul li a figure img {
    width: 100%;
    height: unset;
  }
  .info-archive > div:nth-of-type(3) article:nth-of-type(1) section:nth-of-type(2) ul li a h4 {
    font-size: calc(9px + 9rem);
    line-height: 1.5;
    text-align: justify;
    margin: 20rem 10rem;
    height: calc(27px + 27rem);
  }
  .info-archive > div:nth-of-type(3) article:nth-of-type(1) section:nth-of-type(2) ul li a time {
    font-size: calc(8px + 8rem);
    line-height: 1;
    display: block;
    margin-left: 10rem;
  }
  .info-archive > div:nth-of-type(3) article:nth-of-type(1) section:nth-of-type(2) ul li a p {
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 显示 3 行 */
    line-clamp: 3;
    overflow: hidden;
    text-align: justify;
  }
  .info-archive > div:nth-of-type(3) article:nth-of-type(1) section:nth-of-type(2) ul li a .dashed-line {
    display: none;
  }
}
@media screen and (min-width: 1360px) {
  .index-info div {
    display: grid;
    grid-template-columns: minmax(calc(270px + 270rem), 36%) minmax(calc(195px + 195rem), 26%) minmax(calc(195px + 195rem), 26%);
    justify-content: space-between;
  }
  .index-info div figure figcaption {
    margin-top: 12rem;
  }
  .index-info div figure figcaption a {
    font-size: calc(8px + 8rem);
    line-height: 1.6;
    display: flex;
    justify-content: space-between;
    transition: color 0.3s ease-out 0s;
  }
  .index-info div figure figcaption a span:nth-of-type(2) {
    position: relative;
    padding-right: calc(9px + 9rem);
  }
  .index-info div figure figcaption a span:nth-of-type(2) img {
    width: calc(6px + 6rem);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .index-info div figure figcaption a:hover {
    color: var(--color-purple);
  }
  .index-info div section h3 {
    font-size: calc(10px + 10rem);
    line-height: calc(12px + 12rem);
    margin-bottom: 12rem;
    font-family: "SourceHanSansCN-Medium";
    font-weight: unset;
  }
  .index-info div section h3 a {
    transition: color 0.3s ease-out 0s;
  }
  .index-info div section h3 a:hover {
    color: var(--color-purple);
  }
  .index-info div section ul a {
    font-size: calc(8px + 8rem);
    line-height: 1.6;
    display: flex;
    justify-content: space-between;
    gap: calc(4px + 4rem);
    transition: color 0.3s ease-out 0s;
  }
  .index-info div section ul a span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .index-info div section ul a time {
    flex-shrink: 0;
    font-family: "SourceHanSansCN-Regular";
  }
  .index-info div section ul a:hover {
    color: var(--color-purple);
  }
  .index-info div section:nth-of-type(n+3) {
    align-self: flex-end;
  }
}
.bg-transition {
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.4s ease-in-out;
}

.transition {
  transition: all 0.5s ease-out 0s;
}

.transition-1s {
  transition: all 1s ease-out 0s;
}

.transition-2s {
  transition: all 2s ease-out 0s;
}

.transition-3s {
  transition: all 3s ease-out 0s;
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-douban:before {
  content: "\e64d";
}

.icon-google:before {
  content: "\e602";
}

.icon-weibo:before {
  content: "\e601";
}

.icon-linkedin:before {
  content: "\e666";
}

.icon-wechat:before {
  content: "\e63f";
}

.icon-twitter:before {
  content: "\e8b2";
}

.icon-facebook:before {
  content: "\e621";
}

.icon-qzone:before {
  content: "\e780";
}

.icon-instagram:before {
  content: "\e87f";
}

.icon-qq:before {
  content: "\e882";
}/*# sourceMappingURL=common.css.map */