.about-content {
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 100rem 160rem 0 160rem;
  background: #000;
}
.about-content .left {
  width: 780rem;
}
.about-content .question__title {
  font-size: 30rem;
}
.about-content .question__info {
  margin-top: 58rem;
}
.about-content .question__strong {
  font-weight: bold;
  margin-top: 15rem;
  font-size: 48rem;
}
.about-content .quest__content {
  margin-top: 90rem;
  font-size: 20rem;
  max-height: 170rem;
}
.about-content .question__img {
  margin-top: 22rem;
  width: 635rem;
}
.about-content .data-list {
  margin-top: 94rem;
  font-size: 20rem;
}
.about-content .data-list p {
  margin-top: 15rem;
}
.about-content .data-list b {
  font-weight: bold;
}

.customize-section {
  padding-top: 70rem;
  background: #000;
  color: #fff;
  position: relative;
  padding-bottom: 255rem;
}
.customize-section .customize__title {
  display: flex;
  justify-content: center;
  font-size: 80rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40rem;
}
.customize-section .customize__title > p:last-child {
  margin-top: 30rem;
}
.customize-section .customize__title * {
  text-align: center;
}
.customize-section .customize__banner-wrapper {
  position: absolute;
  top: 0;
}
.customize-section .customize__content {
  display: flex;
  justify-content: center;
  background-image: url("/images/about/content_bg.png");
  position: relative;
  padding-top: 336rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.customize-section .customize__content .customize__banner {
  width: 1400rem;
  margin-left: auto;
  margin-right: auto;
}
.customize-section .customize__content .customize__banner img {
  width: 100%;
}
.customize-section .customize__content .swiper-button-prev {
  background: url("/images/about/arrow_left.png");
  background-size: contain;
  width: 60rem;
  height: 60rem;
  top: 135rem;
  left: 400rem;
}
.customize-section .customize__content .swiper-button-prev:after {
  content: "";
}
.customize-section .customize__content .swiper-button-next {
  background: url("/images/about/arrow_right.png");
  background-size: contain;
  width: 60rem;
  height: 60rem;
  top: 135rem;
  left: 950rem;
}
.customize-section .customize__content .swiper-button-next:after {
  content: "";
}
.customize-section .customize__project {
  margin-top: 90rem;
}
.customize-section .customize__project .project__title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60rem;
  width: 220rem;
  color: #fff;
  border-radius: 30rem;
  border: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
}
.customize-section .customize__project .project__content {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 20rem;
}
.customize-section .customize__project .project__content p {
  margin-top: 10rem;
}

.download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30rem;
  border: 1px solid #000;
  height: 60rem;
  width: fit-content;
  padding: 0 15rem;
  font-size: 30rem;
}

.conference-materials-download {
  background: #d8d8d8;
  padding-top: 50rem;
  padding-left: 115rem;
}

.conference-materials-download__header {
  padding-bottom: 85rem;
  background: #d8d8d8;
}
.conference-materials-download__header .header__day {
  margin-top: 25rem;
  font-size: 60rem;
  font-weight: bold;
}
.conference-materials-download__header .header__sub-title {
  margin-top: 15rem;
  font-size: 45rem;
}
.conference-materials-download .download-item {
  color: #fff;
  height: 180rem;
  font-size: 20rem;
}
.conference-materials-download .download-item .wrapper {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 120rem;
  padding-right: 120rem;
}
.conference-materials-download .download-item .wrapper .file__guest {
  width: 250rem;
  display: inline-block;
  word-break: keep-all;
}
.conference-materials-download .download-item:nth-child(2n) {
  background: #2421bb;
}
.conference-materials-download .download-item:nth-child(2n+1) .front {
  background: #246fd7;
}
.conference-materials-download .download-item .download-icon {
  width: 32rem;
}

.file__name {
  margin-left: 150rem;
}

/*# sourceMappingURL=about.css.map */
