* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Poppins, "PingFang SC", Verdana, "Helvetica Neue", "Microsoft Yahei", "Hiragino Sans GB", "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans-serif;
  scrollbar-color: #222c3d;
  scrollbar-width: 6px;
  line-height: 1.5;
}
*::-webkit-scrollbar-thumb {
  background-color: #222c3d;
  width: 6px;
  height: 6px;
}

a {
  text-decoration: none;
  color: inherit;
}

ol,
ul,
li {
  list-style: none;
}

.toast {
  display: none;
  position: fixed;
  left: 50%;
  top: 30%;
  transform: translateX(-50%);
  background-color: rgba(37, 37, 37, 0.9);
  border-radius: 2px;
  padding: 12px 40px;
  color: #d1d5db;
  font-size: 18px;
  line-height: 28px;
}

.back-top {
  opacity: 0;
  position: fixed;
  right: 57px;
  bottom: 57px;
  width: 57px;
  height: 57px;
  background-color: transparent;
  transition: all ease 0.3s;
  z-index: 999;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
}
.back-top:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
}
.back-top:active {
  background-color: #fff;
  color: #000;
}

@media screen and (min-width: 2560px) {
  .back-top {
    width: 85.5px;
    height: 85.5px;
    right: 85.5px;
    bottom: 85.5px;
  }
  .toast {
    border-radius: 3px;
    padding: 18px 60px;
    color: #d1d5db;
    font-size: 27px;
    line-height: 42px;
  }
}
@media screen and (min-width: 2880px) {
  .back-top {
    width: 114px;
    height: 114px;
    right: 114px;
    bottom: 114px;
  }
  .toast {
    border-radius: 4px;
    padding: 24px 80px;
    color: #d1d5db;
    font-size: 36px;
    line-height: 56px;
  }
}
@media screen and (min-width: 3840px) {
  .back-top {
    width: 142.5px;
    height: 142.5px;
    right: 142.5px;
    bottom: 142.5px;
  }
  .toast {
    border-radius: 5px;
    padding: 30px 100px;
    color: #d1d5db;
    font-size: 45px;
    line-height: 70px;
  }
}
@media screen and (min-width: 5760px) {
  .back-top {
    width: 171px;
    height: 171px;
    right: 171px;
    bottom: 171px;
  }
  .toast {
    border-radius: 6px;
    padding: 36px 120px;
    color: #d1d5db;
    font-size: 54px;
    line-height: 84px;
  }
}
@media screen and (max-width: 500px) {
  .back-top {
    width: 15vw;
    height: 15vw;
    right: 1vw;
    bottom: 15vw;
  }
}
body {
  min-height: 100vh;
  background-color: #030e21;
  min-width: 1200px;
}
body > * {
  position: relative;
  z-index: 1;
}
body .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  height: 5000px;
  z-index: 0;
}
body .bg .bg1 {
  position: absolute;
  right: -87px;
  top: -89px;
  background-image: url(../imgs/personal/bg-1.png);
  width: 1087px;
  height: 626px;
}
body .bg .bg2 {
  position: absolute;
  right: -133px;
  top: 2021px;
  background-image: url(../imgs/personal/bg-2.png);
  width: 1019px;
  height: 1617px;
}
body .bg .bg3 {
  position: absolute;
  left: -62px;
  top: 3500px;
  background-image: url(../imgs/personal/bg-3.png);
  width: 585px;
  height: 1160px;
}

.nav-dialog {
  display: none;
}

.header {
  display: flex;
  padding-top: 50px;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 999;
  align-items: start;
}
.header .logo {
  width: 61px;
  height: 26px;
}
.header .logo img {
  width: 100%;
  height: 100%;
}
.header .nav {
  display: flex;
}
.header .nav .nav-item {
  padding: 0 20px;
  color: #fff;
  font-size: 18px;
  opacity: 0.7;
}
.header .nav .nav-item.nav-item--active, .header .nav .nav-item:hover {
  opacity: 1;
}
.header .nav-icon {
  display: none;
}

.back {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 33px auto 73px;
  justify-content: start;
}
.back a {
  color: #f8e7a1;
  font-size: 16px;
  height: 24px;
}
.back a span {
  vertical-align: top;
}
.back a img {
  margin-right: 10px;
  vertical-align: top;
  width: 24px;
}

.main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 80px;
}
.main .main-left {
  color: #fff;
  flex: 0 0 488px;
}
.main .main-left h1 {
  font-size: 80px;
  position: relative;
  margin-bottom: 36px;
}
.main .main-left h1::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 0;
  height: 8px;
  width: 158px;
  background-color: #f8e7a1;
}
.main .main-left .photo {
  margin-bottom: 14px;
  width: 301px;
}
.main .main-left .pdf {
  font-size: 20px;
  display: flex;
  align-items: center;
  padding-left: 49px;
}
.main .main-left .pdf img {
  width: 22px;
  margin-right: 11px;
}
.main .main-left .pdf a {
  text-decoration: underline;
}
.main .main-info {
  width: 711px;
  color: #fff;
}
.main .main-info .info-box:not(:last-child) {
  margin-bottom: 64px;
}
.main .main-info .info-box h3 {
  font-size: 26px;
  color: #f8e7a1;
  margin-bottom: 40px;
}
.main .main-info .info-box .info-detail {
  position: relative;
  padding-left: 28px;
}
.main .main-info .info-box .info-detail::before {
  position: absolute;
  left: 5px;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  transform: scaleX(0.5);
}
.main .main-info .info-box .info-detail .info-row:not(:last-child) {
  margin-bottom: 32px;
}
.main .main-info .info-box .info-detail .info-row .info-title {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .main-info .info-box .info-detail .info-row .info-title span {
  vertical-align: middle;
}
.main .main-info .info-box .info-detail .info-row .info-title span img {
  vertical-align: middle;
  margin-left: 10px;
  cursor: pointer;
}
.main .main-info .info-box .info-detail .info-row .info-title time {
  text-align: right;
  min-width: 80px;
}
.main .main-info .info-box .info-detail .info-row p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.6);
  padding-left: 22px;
  font-size: 14px;
}
.main .main-info .info-box .info-detail .info-row p.li {
  padding-left: 43px;
  position: relative;
}
.main .main-info .info-box .info-detail .info-row p.li::before {
  content: "";
  position: absolute;
  left: 31px;
  top: 9px;
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}
.main .main-info .info-box .info-detail .info-img {
  width: 405px;
  margin-bottom: 44px;
}

.publication {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 73px;
}
.publication h3 {
  font-size: 26px;
  color: #f8e7a1;
  text-align: right;
  margin-bottom: 46px;
}
.publication .publication-list .publication-item {
  padding: 22px 24px 16px 28px;
  background-color: rgba(9, 20, 39, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
}
.publication .publication-list .publication-item:not(:last-child) {
  margin-bottom: 16px;
}
.publication .publication-list .publication-item .publication-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
}
.publication .publication-list .publication-item .publication-box .publication-title {
  margin-bottom: 12px;
  display: block;
  text-decoration: underline;
}
.publication .publication-list .publication-item .publication-box p {
  opacity: 0.6;
}
.publication .publication-list .publication-item .publication-box .publication-icon {
  margin-left: 10px;
  flex: 0 0 24px;
}
.publication .publication-list .publication-item > img {
  margin: 16px 0 12px;
}

.introduction {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 145px;
}
.introduction h3 {
  font-size: 26px;
  color: #f8e7a1;
  margin-bottom: 25px;
}
.introduction .introduction-box {
  display: flex;
}
.introduction .introduction-box .introduction-img {
  flex: 0 0 406px;
  margin-right: 54px;
  position: relative;
}
.introduction .introduction-box .introduction-img > img:first-child {
  width: 100%;
}
.introduction .introduction-box .introduction-img > img:nth-child(2) {
  position: absolute;
  left: 16px;
  top: 32px;
  width: 40px;
}
.introduction .introduction-box .introduction-img > img:nth-child(3) {
  position: absolute;
  width: 337.5px;
  left: 36px;
  top: 88px;
}
.introduction .introduction-box p {
  width: 704px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 30px;
}

.contact-box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding-bottom: 180px;
}
.contact-box h2 {
  font-size: 80px;
  margin-bottom: 24px;
}
.contact-box p {
  font-size: 14px;
  margin-bottom: 28px;
}
.contact-box .contact-email {
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-style: normal;
}
.contact-box .contact-email span {
  margin: 0 20px;
}

#copyBtn {
  cursor: pointer;
}

.footer {
  display: flex;
  justify-content: center;
  padding: 72px 0 77px;
  background-color: #fff;
}
.footer img {
  width: 393px;
}

.back-top {
  opacity: 1;
  display: none;
}

#dialog {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: transparent;
  overflow: auto;
  opacity: 0;
  transition: opacity ease 0.3s;
}
#dialog .mask {
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  overflow: auto;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
}
#dialog .mask .dialog-box {
  position: relative;
}
#dialog .mask .dialog-box .dialog-close {
  position: absolute;
  right: -30px;
  top: -42px;
  width: 26px;
  height: 26px;
  background-image: url("../imgs/personal/close-icon.svg");
  background-size: 26px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#dialog .mask .dialog-box img {
  max-width: calc(100vw - 80px);
}

@media screen and (min-width: 2560px) {
  .bg {
    height: 7500px;
  }
  .header {
    padding-top: 75px;
    max-width: 1800px;
  }
  .header .logo {
    width: 91.5px;
    height: 39px;
  }
  .header .nav .nav-item {
    padding: 0 30px;
    font-size: 27px;
  }
  .back {
    font-size: 24px;
    height: 36px;
    max-width: 1800px;
    margin: 49.5px auto 109.5px;
  }
  .back img {
    margin-right: 15px;
    width: 36px;
  }
  .main {
    max-width: 1800px;
  }
  .main .main-left {
    transform: scale(1.5);
    transform-origin: left top;
  }
  .main .main-info {
    width: 1066.5px;
  }
  .main .main-info .info-box:not(:last-child) {
    margin-bottom: 96px;
  }
  .main .main-info .info-box h3 {
    font-size: 39px;
    margin-bottom: 60px;
  }
  .main .main-info .info-box .info-detail {
    padding-left: 42px;
  }
  .main .main-info .info-box .info-detail::before {
    left: 7.5px;
    width: 1.5px;
  }
  .main .main-info .info-box .info-detail .info-row:not(:last-child) {
    margin-bottom: 48px;
  }
  .main .main-info .info-box .info-detail .info-row .info-title {
    font-size: 21px;
  }
  .main .main-info .info-box .info-detail .info-row .info-title span img {
    margin-left: 15px;
    width: 40.5px;
  }
  .main .main-info .info-box .info-detail .info-row .info-title time {
    min-width: 120px;
  }
  .main .main-info .info-box .info-detail .info-row p {
    margin-top: 18px;
    padding-left: 33px;
    font-size: 21px;
  }
  .main .main-info .info-box .info-detail .info-row p.li {
    padding-left: 64.5px;
  }
  .main .main-info .info-box .info-detail .info-row p.li::before {
    left: 46.5px;
    top: 13.5px;
    width: 4.5px;
    height: 4.5px;
  }
  .main .main-info .info-box .info-detail .info-img {
    width: 607.5px;
    margin-bottom: 66px;
  }
  .publication {
    max-width: 1800px;
    margin: 0 auto 109.5px;
  }
  .publication h3 {
    font-size: 39px;
    margin-bottom: 69px;
  }
  .publication .publication-list .publication-item {
    padding: 33px 36px 24px 42px;
    border-radius: 9px;
  }
  .publication .publication-list .publication-item:not(:last-child) {
    margin-bottom: 24px;
  }
  .publication .publication-list .publication-item .publication-box {
    font-size: 21px;
  }
  .publication .publication-list .publication-item .publication-box .publication-title {
    margin-bottom: 18px;
  }
  .publication .publication-list .publication-item .publication-box .publication-icon {
    margin-left: 15px;
    flex: 0 0 36px;
  }
  .publication .publication-list .publication-item .publication-box .publication-icon img {
    width: 36px;
  }
  .publication .publication-list .publication-item > img {
    margin: 24px 0 18px;
    width: 450px;
  }
  .introduction {
    max-width: 1800px;
    margin: 0 auto 217.5px;
  }
  .introduction h3 {
    font-size: 39px;
    margin-bottom: 37.5px;
  }
  .introduction .introduction-box .introduction-img {
    flex: 0 0 609px;
    margin-right: 81px;
  }
  .introduction .introduction-box .introduction-img > img:nth-child(2) {
    left: 24px;
    top: 48px;
    width: 60px;
  }
  .introduction .introduction-box .introduction-img > img:nth-child(3) {
    width: 506.25px;
    left: 54px;
    top: 132px;
  }
  .introduction .introduction-box p {
    width: 1056px;
    font-size: 21px;
    line-height: 45px;
  }
  .contact-box {
    max-width: 1800px;
    padding-bottom: 270px;
  }
  .contact-box h2 {
    font-size: 120px;
    margin-bottom: 36px;
  }
  .contact-box p {
    font-size: 21px;
    margin-bottom: 42px;
  }
  .contact-box .contact-email {
    font-size: 42px;
    line-height: 60px;
  }
  .contact-box .contact-email span {
    margin: 0 30px;
  }
  .contact-box .contact-email img {
    width: 48px;
  }
  .footer {
    padding: 108px 0 115.5px;
  }
  .footer img {
    width: 589.5px;
  }
  #dialog .mask .dialog-box {
    transform: scale(1.5);
  }
}
@media screen and (min-width: 2880px) {
  .bg {
    height: 10000px;
  }
  .header {
    padding-top: 100px;
    max-width: 2400px;
  }
  .header .logo {
    width: 122px;
    height: 52px;
  }
  .header .nav .nav-item {
    padding: 0 40px;
    font-size: 36px;
  }
  .back {
    font-size: 32px;
    height: 48px;
    max-width: 2400px;
    margin: 66px auto 146px;
  }
  .back img {
    margin-right: 20px;
    width: 48px;
  }
  .main {
    max-width: 2400px;
  }
  .main .main-left {
    transform: scale(2);
    transform-origin: left top;
  }
  .main .main-info {
    width: 1422px;
  }
  .main .main-info .info-box:not(:last-child) {
    margin-bottom: 128px;
  }
  .main .main-info .info-box h3 {
    font-size: 52px;
    margin-bottom: 80px;
  }
  .main .main-info .info-box .info-detail {
    padding-left: 56px;
  }
  .main .main-info .info-box .info-detail::before {
    left: 10px;
    width: 2px;
  }
  .main .main-info .info-box .info-detail .info-row:not(:last-child) {
    margin-bottom: 64px;
  }
  .main .main-info .info-box .info-detail .info-row .info-title {
    font-size: 28px;
  }
  .main .main-info .info-box .info-detail .info-row .info-title span img {
    margin-left: 20px;
    width: 54px;
  }
  .main .main-info .info-box .info-detail .info-row .info-title time {
    min-width: 160px;
  }
  .main .main-info .info-box .info-detail .info-row p {
    margin-top: 24px;
    padding-left: 44px;
    font-size: 28px;
  }
  .main .main-info .info-box .info-detail .info-row p.li {
    padding-left: 86px;
  }
  .main .main-info .info-box .info-detail .info-row p.li::before {
    left: 62px;
    top: 18px;
    width: 6px;
    height: 6px;
  }
  .main .main-info .info-box .info-detail .info-img {
    width: 810px;
    margin-bottom: 88px;
  }
  .publication {
    max-width: 2400px;
    margin: 0 auto 146px;
  }
  .publication h3 {
    font-size: 52px;
    margin-bottom: 92px;
  }
  .publication .publication-list .publication-item {
    padding: 44px 48px 32px 56px;
    border-radius: 12px;
  }
  .publication .publication-list .publication-item:not(:last-child) {
    margin-bottom: 32px;
  }
  .publication .publication-list .publication-item .publication-box {
    font-size: 28px;
  }
  .publication .publication-list .publication-item .publication-box .publication-title {
    margin-bottom: 24px;
  }
  .publication .publication-list .publication-item .publication-box .publication-icon {
    margin-left: 20px;
    flex: 0 0 48px;
  }
  .publication .publication-list .publication-item .publication-box .publication-icon img {
    width: 48px;
  }
  .publication .publication-list .publication-item > img {
    margin: 32px 0 24px;
    width: 600px;
  }
  .introduction {
    max-width: 2400px;
    margin: 0 auto 290px;
  }
  .introduction h3 {
    font-size: 52px;
    margin-bottom: 50px;
  }
  .introduction .introduction-box .introduction-img {
    flex: 0 0 812px;
    margin-right: 108px;
  }
  .introduction .introduction-box .introduction-img > img:nth-child(2) {
    left: 32px;
    top: 64px;
    width: 80px;
  }
  .introduction .introduction-box .introduction-img > img:nth-child(3) {
    width: 675px;
    left: 72px;
    top: 176px;
  }
  .introduction .introduction-box p {
    width: 1408px;
    font-size: 28px;
    line-height: 60px;
  }
  .contact-box {
    max-width: 2400px;
    padding-bottom: 360px;
  }
  .contact-box h2 {
    font-size: 160px;
    margin-bottom: 48px;
  }
  .contact-box p {
    font-size: 28px;
    margin-bottom: 56px;
  }
  .contact-box .contact-email {
    font-size: 56px;
    line-height: 80px;
  }
  .contact-box .contact-email span {
    margin: 0 40px;
  }
  .contact-box .contact-email img {
    width: 64px;
  }
  .footer {
    padding: 144px 0 154px;
  }
  .footer img {
    width: 786px;
  }
  #dialog .mask .dialog-box {
    transform: scale(2);
  }
}
@media screen and (min-width: 3840px) {
  .bg {
    height: 12500px;
  }
  .header {
    padding-top: 125px;
    max-width: 3000px;
  }
  .header .logo {
    width: 152.5px;
    height: 65px;
  }
  .header .nav .nav-item {
    padding: 0 50px;
    font-size: 45px;
  }
  .back {
    font-size: 40px;
    height: 60px;
    max-width: 3000px;
    margin: 82.5px auto 182.5px;
  }
  .back img {
    margin-right: 25px;
    width: 60px;
  }
  .main {
    max-width: 3000px;
  }
  .main .main-left {
    transform: scale(2.5);
    transform-origin: left top;
  }
  .main .main-info {
    width: 1777.5px;
  }
  .main .main-info .info-box:not(:last-child) {
    margin-bottom: 160px;
  }
  .main .main-info .info-box h3 {
    font-size: 65px;
    margin-bottom: 100px;
  }
  .main .main-info .info-box .info-detail {
    padding-left: 70px;
  }
  .main .main-info .info-box .info-detail::before {
    left: 12.5px;
    width: 2.5px;
  }
  .main .main-info .info-box .info-detail .info-row:not(:last-child) {
    margin-bottom: 80px;
  }
  .main .main-info .info-box .info-detail .info-row .info-title {
    font-size: 35px;
  }
  .main .main-info .info-box .info-detail .info-row .info-title span img {
    margin-left: 25px;
    width: 67.5px;
  }
  .main .main-info .info-box .info-detail .info-row .info-title time {
    min-width: 200px;
  }
  .main .main-info .info-box .info-detail .info-row p {
    margin-top: 30px;
    padding-left: 55px;
    font-size: 35px;
  }
  .main .main-info .info-box .info-detail .info-row p.li {
    padding-left: 107.5px;
  }
  .main .main-info .info-box .info-detail .info-row p.li::before {
    left: 77.5px;
    top: 22.5px;
    width: 7.5px;
    height: 7.5px;
  }
  .main .main-info .info-box .info-detail .info-img {
    width: 1012.5px;
    margin-bottom: 110px;
  }
  .publication {
    max-width: 3000px;
    margin: 0 auto 182.5px;
  }
  .publication h3 {
    font-size: 65px;
    margin-bottom: 115px;
  }
  .publication .publication-list .publication-item {
    padding: 55px 60px 40px 70px;
    border-radius: 15px;
  }
  .publication .publication-list .publication-item:not(:last-child) {
    margin-bottom: 40px;
  }
  .publication .publication-list .publication-item .publication-box {
    font-size: 35px;
  }
  .publication .publication-list .publication-item .publication-box .publication-title {
    margin-bottom: 30px;
  }
  .publication .publication-list .publication-item .publication-box .publication-icon {
    margin-left: 25px;
    flex: 0 0 60px;
  }
  .publication .publication-list .publication-item .publication-box .publication-icon img {
    width: 60px;
  }
  .publication .publication-list .publication-item > img {
    margin: 40px 0 30px;
    width: 750px;
  }
  .introduction {
    max-width: 3000px;
    margin: 0 auto 362.5px;
  }
  .introduction h3 {
    font-size: 65px;
    margin-bottom: 62.5px;
  }
  .introduction .introduction-box .introduction-img {
    flex: 0 0 1015px;
    margin-right: 135px;
  }
  .introduction .introduction-box .introduction-img > img:nth-child(2) {
    left: 40px;
    top: 80px;
    width: 100px;
  }
  .introduction .introduction-box .introduction-img > img:nth-child(3) {
    width: 843.75px;
    left: 90px;
    top: 220px;
  }
  .introduction .introduction-box p {
    width: 1760px;
    font-size: 35px;
    line-height: 75px;
  }
  .contact-box {
    max-width: 3000px;
    padding-bottom: 450px;
  }
  .contact-box h2 {
    font-size: 200px;
    margin-bottom: 60px;
  }
  .contact-box p {
    font-size: 35px;
    margin-bottom: 70px;
  }
  .contact-box .contact-email {
    font-size: 70px;
    line-height: 100px;
  }
  .contact-box .contact-email span {
    margin: 0 50px;
  }
  .contact-box .contact-email img {
    width: 80px;
  }
  .footer {
    padding: 180px 0 192.5px;
  }
  .footer img {
    width: 982.5px;
  }
  #dialog .mask .dialog-box {
    transform: scale(2.5);
  }
}
@media screen and (min-width: 5760px) {
  .bg {
    height: 15000px;
  }
  .header {
    padding-top: 150px;
    max-width: 3600px;
  }
  .header .logo {
    width: 183px;
    height: 78px;
  }
  .header .nav .nav-item {
    padding: 0 60px;
    font-size: 54px;
  }
  .back {
    font-size: 48px;
    height: 72px;
    max-width: 3600px;
    margin: 99px auto 219px;
  }
  .back img {
    margin-right: 30px;
    width: 72px;
  }
  .main {
    max-width: 3600px;
  }
  .main .main-left {
    transform: scale(3);
    transform-origin: left top;
  }
  .main .main-info {
    width: 2133px;
  }
  .main .main-info .info-box:not(:last-child) {
    margin-bottom: 192px;
  }
  .main .main-info .info-box h3 {
    font-size: 78px;
    margin-bottom: 120px;
  }
  .main .main-info .info-box .info-detail {
    padding-left: 84px;
  }
  .main .main-info .info-box .info-detail::before {
    left: 15px;
    width: 3px;
  }
  .main .main-info .info-box .info-detail .info-row:not(:last-child) {
    margin-bottom: 96px;
  }
  .main .main-info .info-box .info-detail .info-row .info-title {
    font-size: 42px;
  }
  .main .main-info .info-box .info-detail .info-row .info-title span img {
    margin-left: 30px;
    width: 81px;
  }
  .main .main-info .info-box .info-detail .info-row .info-title time {
    min-width: 240px;
  }
  .main .main-info .info-box .info-detail .info-row p {
    margin-top: 36px;
    padding-left: 66px;
    font-size: 42px;
  }
  .main .main-info .info-box .info-detail .info-row p.li {
    padding-left: 129px;
  }
  .main .main-info .info-box .info-detail .info-row p.li::before {
    left: 93px;
    top: 27px;
    width: 9px;
    height: 9px;
  }
  .main .main-info .info-box .info-detail .info-img {
    width: 1215px;
    margin-bottom: 132px;
  }
  .publication {
    max-width: 3600px;
    margin: 0 auto 219px;
  }
  .publication h3 {
    font-size: 78px;
    margin-bottom: 138px;
  }
  .publication .publication-list .publication-item {
    padding: 66px 72px 48px 84px;
    border-radius: 18px;
  }
  .publication .publication-list .publication-item:not(:last-child) {
    margin-bottom: 48px;
  }
  .publication .publication-list .publication-item .publication-box {
    font-size: 42px;
  }
  .publication .publication-list .publication-item .publication-box .publication-title {
    margin-bottom: 36px;
  }
  .publication .publication-list .publication-item .publication-box .publication-icon {
    margin-left: 30px;
    flex: 0 0 72px;
  }
  .publication .publication-list .publication-item .publication-box .publication-icon img {
    width: 72px;
  }
  .publication .publication-list .publication-item > img {
    margin: 48px 0 36px;
    width: 900px;
  }
  .introduction {
    max-width: 3600px;
    margin: 0 auto 435px;
  }
  .introduction h3 {
    font-size: 78px;
    margin-bottom: 75px;
  }
  .introduction .introduction-box .introduction-img {
    flex: 0 0 1218px;
    margin-right: 162px;
  }
  .introduction .introduction-box .introduction-img > img:nth-child(2) {
    left: 48px;
    top: 96px;
    width: 120px;
  }
  .introduction .introduction-box .introduction-img > img:nth-child(3) {
    width: 1012.5px;
    left: 108px;
    top: 264px;
  }
  .introduction .introduction-box p {
    width: 2112px;
    font-size: 42px;
    line-height: 90px;
  }
  .contact-box {
    max-width: 3600px;
    padding-bottom: 540px;
  }
  .contact-box h2 {
    font-size: 240px;
    margin-bottom: 72px;
  }
  .contact-box p {
    font-size: 42px;
    margin-bottom: 84px;
  }
  .contact-box .contact-email {
    font-size: 84px;
    line-height: 120px;
  }
  .contact-box .contact-email span {
    margin: 0 60px;
  }
  .contact-box .contact-email img {
    width: 96px;
  }
  .footer {
    padding: 216px 0 231px;
  }
  .footer img {
    width: 1179px;
  }
  #dialog .mask .dialog-box {
    transform: scale(3);
  }
}
@media screen and (max-width: 1200px) {
  .header,
  .back,
  .main,
  .publication,
  .introduction {
    max-width: 1160px;
  }
}
@media screen and (max-width: 500px) {
  body {
    width: 100vw;
    min-width: 100vw;
  }
  .nav-dialog {
    display: block;
    position: fixed;
    right: -50vw;
    top: 0;
    height: 100vh;
    width: 50vw;
    transition: right ease 0.3s;
    z-index: 9999;
    background-color: rgba(10, 10, 10, 0.8);
    box-sizing: border-box;
    padding-top: 26.8vw;
    padding-left: 5.2vw;
  }
  .nav-dialog.show {
    right: 0;
  }
  .nav-dialog .nav-dialog-close {
    width: 4.8vw;
    height: 4.8vw;
    position: absolute;
    left: 5.2vw;
    top: 5.2vw;
  }
  .nav-dialog .nav-dialog-item {
    color: #fff;
    font-size: 4.3vw;
    opacity: 0.7;
  }
  .nav-dialog .nav-dialog-item:not(:last-child) {
    margin-bottom: 11.6vw;
  }
  .nav-dialog .nav-dialog-item.nav-item--active {
    opacity: 1;
  }
  .header {
    padding: 5.2vw 4.8vw 0;
    width: 100%;
    align-items: center;
    height: 11.2vw;
  }
  .header.header--hidden {
    transform: translate(0, -100%);
  }
  .header .logo {
    font-size: 7vw;
    flex: 0 0 14.2vw;
    width: 14.2vw;
    height: 6vw;
    text-align: center;
  }
  .header .logo img {
    vertical-align: top;
  }
  .header .nav {
    display: none;
  }
  .header .nav-icon {
    display: block;
    width: 5.4vw;
    transition: all ease 0.1s 0.2s;
  }
  .header .nav-icon.hidden {
    display: none;
    opacity: 0;
  }
  .back {
    font-size: 4vw;
    height: 1.5em;
    padding: 8vw 4vw 18vw;
    margin: 0;
    width: 100vw;
  }
  .back img {
    margin-right: 2.5vw;
    width: 6vw;
  }
  .main {
    width: 100vw;
    margin-bottom: 20vw;
    flex-direction: column;
  }
  .main .main-left {
    flex-basis: auto;
    width: 100%;
    margin-bottom: 10vw;
  }
  .main .main-left h1 {
    font-size: 20vw;
    margin-bottom: 9vw;
  }
  .main .main-left h1::after {
    bottom: -5.5vw;
    left: 1vw;
    height: 2vw;
    width: 40vw;
  }
  .main .main-left .photo {
    margin: 0 auto 3.5vw;
    display: block;
  }
  .main .main-left .pdf {
    font-size: 5vw;
    padding-left: 0;
    width: 100%;
    justify-content: center;
  }
  .main .main-left .pdf img {
    width: 22px;
    margin-right: 11px;
  }
  .main .main-info {
    width: 100vw;
  }
  .main .main-info .info-box:not(:last-child) {
    margin-bottom: 16vw;
  }
  .main .main-info .info-box h3 {
    font-size: 6.5vw;
    margin-bottom: 10vw;
    padding: 0 7vw;
  }
  .main .main-info .info-box .info-detail {
    padding: 0 7vw;
  }
  .main .main-info .info-box .info-detail::before {
    display: none;
  }
  .main .main-info .info-box .info-detail .info-row:not(:last-child) {
    margin-bottom: 8vw;
  }
  .main .main-info .info-box .info-detail .info-row .info-title {
    font-size: 3.5vw;
  }
  .main .main-info .info-box .info-detail .info-row .info-title span img {
    margin-left: 2.5vw;
  }
  .main .main-info .info-box .info-detail .info-row .info-title time {
    min-width: 20vw;
  }
  .main .main-info .info-box .info-detail .info-row p {
    margin-top: 3vw;
    padding-left: 5.5vw;
    font-size: 3.5vw;
  }
  .main .main-info .info-box .info-detail .info-row p.li {
    padding-left: 11vw;
  }
  .main .main-info .info-box .info-detail .info-row p.li::before {
    left: 7.75vw;
    top: 2.25vw;
    width: 0.75vw;
    height: 0.75vw;
  }
  .main .main-info .info-box .info-detail .info-img {
    max-width: 100%;
    width: auto;
    margin-bottom: 11vw;
  }
  .publication {
    width: 100vw;
    margin: 0 auto 18vw;
  }
  .publication h3 {
    font-size: 6.5vw;
    text-align: center;
  }
  .publication .publication-list {
    padding: 0 7vw;
  }
  .publication .publication-list .publication-item {
    padding: 5.5vw 6vw 4vw 7vw;
    border-radius: 1.5vw;
  }
  .publication .publication-list .publication-item:not(:last-child) {
    margin-bottom: 4vw;
  }
  .publication .publication-list .publication-item .publication-box {
    font-size: 3.5vw;
  }
  .publication .publication-list .publication-item .publication-box .publication-title {
    margin-bottom: 3vw;
  }
  .publication .publication-list .publication-item .publication-box .publication-icon {
    margin-left: 2.5vw;
    flex: 0 0 6vw;
  }
  .publication .publication-list .publication-item > img {
    margin: 4vw 0 3vw;
    max-width: 100%;
  }
  .introduction {
    width: 100vw;
    margin: 0 auto 36.25vw;
  }
  .introduction h3 {
    font-size: 6.5vw;
    margin-bottom: 6.25vw;
    padding: 0 7vw;
  }
  .introduction .introduction-box {
    display: flex;
    flex-wrap: wrap;
  }
  .introduction .introduction-box .introduction-img {
    flex-basis: auto;
    margin-right: 0;
    width: 100vw;
  }
  .introduction .introduction-box .introduction-img > img:first-child {
    width: 100%;
  }
  .introduction .introduction-box .introduction-img > img:nth-child(2) {
    left: 4vw;
    top: 8vw;
    width: 10vw;
  }
  .introduction .introduction-box .introduction-img > img:nth-child(3) {
    width: 84vw;
    left: 9vw;
    top: 22vw;
  }
  .introduction .introduction-box p {
    width: 100vw;
    font-size: 3.5vw;
    line-height: 7.5vw;
    padding: 0 7vw;
  }
  .contact-box {
    width: 100vw;
    padding-bottom: 45vw;
  }
  .contact-box h2 {
    font-size: 20vw;
    margin-bottom: 6vw;
  }
  .contact-box p {
    font-size: 3.5vw;
    margin-bottom: 7vw;
  }
  .contact-box .contact-email {
    font-size: 5vw;
    line-height: 2;
    justify-content: center;
  }
  .contact-box .contact-email span {
    margin: 0 5vw;
  }
  .footer {
    padding: 12vw 0;
    width: 100%;
  }
  .footer img {
    width: 80vw;
  }
}