.desktop .container {
  width: 100%;
}
.desktop .container #g-header {
  width: 1200px;
  height: 211px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #EAEAEA;
}
.desktop .container #g-header .navbar-logo {
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 0;
}
.desktop .container #g-header .navbar-logo .navbar-logo-img {
  width: 247px;
  vertical-align: middle;
}
.desktop .container #g-header .header-img {
  width: 100%;
}
.desktop .container #g-body {
  width: 1200px;
  margin: 0 auto;
}
.desktop .container #g-body .mid-banner {
  width: 100%;
}
.desktop .container #g-body .mid-banner .mid-banner-img {
  width: 100%;
}
.desktop .container #g-body .lab-introduce {
  width: 1128px;
  margin: 0 auto;
}
.desktop .container #g-body .lab-introduce .lab-introduce-item {
  width: 100%;
  margin-top: 20px;
}
.desktop .container #g-body .lab-introduce .lab-introduce-item .item-title {
  font-size: 30px;
  line-height: 36px;
  font-family: PingFang SC;
  font-weight: 400;
  padding-bottom: 18px;
  margin-bottom: 5px;
  color: #222222;
}
.desktop .container #g-body .lab-introduce .lab-introduce-item .item-content {
  width: 100%;
  overflow: hidden;
  border-left: 1px solid #ddd;
  background-color: #1d6896;
  padding: 32px;
  position: relative;
  box-sizing: border-box;
}
.desktop .container #g-body .lab-introduce .lab-introduce-item .item-content::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  top: 5%;
  height: 90%;
  right: -10px;
  border-radius: 5px / 100px;
  box-shadow: 0 0 13px #000000;
}
.desktop .container #g-body .lab-introduce .lab-introduce-item .item-content p {
  font-size: 18px;
  font-family: PingFang SC;
  line-height: 26px;
  margin-bottom: 0;
  color: white;
  font-weight: 400;
}
.desktop .container #g-body .lab-introduce .banner {
  width: 100%;
  height: 229px;
  margin-top: 40px;
}
.desktop .container #g-body .lab-introduce .banner img {
  width: 100%;
  height: 229px;
}
.desktop .container #g-body .lab-member {
  width: 1128px;
  margin: 40px auto 0;
}
.desktop .container #g-body .lab-member .lab-member-title {
  font-size: 30px;
  line-height: 36px;
  font-family: PingFang SC;
  font-weight: 400;
  padding-bottom: 18px;
  margin-bottom: 5px;
  color: #222222;
}
.desktop .container #g-body .lab-member .lab-member-list .lab-member-item {
  width: 100%;
  margin-bottom: 10px;
}
.desktop .container #g-body .lab-member .lab-member-list .lab-member-item .member-item-tit {
  background: linear-gradient(45deg, #fff 40%, #c10037 60%);
  background-color: transparent;
  background-image: linear-gradient(45deg, #ffffff 70%, #cc3302 30%);
  background-repeat: repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto auto;
  box-sizing: border-box;
  font-size: 27px;
  line-height: 1.5;
  color: #222;
  border-bottom: 1px solid #e4dede;
}
.desktop .container #g-body .lab-member .lab-member-list .lab-member-item .member-item-con {
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
.desktop .container #g-body .lab-member .lab-member-list .lab-member-item .member-item-con .member-image {
  display: block;
  width: 143px;
  height: 203px;
  border-radius: 6px ;
  float: left;
  margin: 0 15px 7.5px 0;
}
.desktop .container #g-body .lab-member .lab-member-list .lab-member-item .member-item-con p {
  display: block;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-size: 16px;
  line-height: 1.4;
  color: #222;
}
.desktop .container #g-body .lab-member .lab-member-list .lab-member-item .member-item-con::before {
  content: "";
  display: table;
}
.desktop .container #g-body .lab-achievements {
  width: 1128px;
  margin: 50px auto 0;
}
.desktop .container #g-body .lab-achievements .lab-achievements-title {
  font-size: 30px;
  line-height: 36px;
  font-family: PingFang SC;
  font-weight: 400;
  padding-bottom: 18px;
  margin-bottom: 5px;
  color: #222222;
}
.desktop .container #g-body .lab-achievements .lab-achievements-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.desktop .container #g-body .lab-achievements .lab-achievements-list .lab-achievements-item {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 0;
}
.desktop .container #g-body .lab-achievements .lab-achievements-list .lab-achievements-item .item-int {
  border: 1px solid #d8d8d8;
  padding: 16px;
  width: 60%;
}
.desktop .container #g-body .lab-achievements .lab-achievements-list .lab-achievements-item .item-int .item-int-title {
  font-family: PingFang SC;
  padding-bottom: 14px;
  font-size: 24px;
  line-height: 30px;
}
.desktop .container #g-body .lab-achievements .lab-achievements-list .lab-achievements-item .item-int .item-int-title a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 24px;
  line-height: 30px;
}
.desktop .container #g-body .lab-achievements .lab-achievements-list .lab-achievements-item .item-int .achievements-item-img {
  display: block;
  width: 450px;
  margin-bottom: 14px;
}
.desktop .container #g-body .lab-achievements .lab-achievements-list .lab-achievements-item .item-int .achievements-item-img .img-pc {
  display: block;
  width: 100%;
}
.desktop .container #g-body .lab-achievements .lab-achievements-list .lab-achievements-item .item-int .achievements-item-img .img-mobile {
  display: none;
}
.desktop .container #g-body .lab-achievements .lab-achievements-list .lab-achievements-item .item-int .item-int-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.desktop .container #g-body .lab-achievements .lab-achievements-list .lab-achievements-item .item-int .item-int-con .author {
  max-width: 50%;
  display: inline-block;
  font: 16px 'Lato', sans-serif;
  line-height: 20px;
  word-wrap: break-word;
}
.desktop .container #g-body .lab-achievements .lab-achievements-list .lab-achievements-item .item-int .item-int-con .details {
  cursor: pointer;
  color: #FFFFFF;
  display: inline-block;
  padding: 5px 25px;
  appearance: none;
  background-color: #cc3302;
  border: 0;
  border-radius: 3px;
  font-size: 16px;
}
.desktop .container #g-body .lab-achievements .lab-achievements-list .lab-achievements-item .item-int .item-int-con .details a {
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.3s ease;
}
.desktop .container #g-body .lab-achievements .lab-achievements-list .lab-achievements-item .item-con {
  position: relative;
  overflow: hidden;
  width: 40%;
  min-height: 150px;
  background-color: #f7f7f7;
  align-self: center;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.desktop .container #g-body .lab-achievements .lab-achievements-list .lab-achievements-item .item-con p {
  padding: 20px;
  line-height: 24px;
  color: #666666;
  font-weight: 400;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.desktop .container #g-body .lab-achievements .lab-achievements-list .lab-achievements-item .desktop-order-1 {
  order: 1;
}
.desktop .container #g-body .lab-achievements .lab-achievements-list .lab-achievements-item .desktop-order-2 {
  order: 2;
  border-left: 1px solid #ddd;
}
.desktop .container #g-body .lab-achievements .lab-achievements-list .lab-achievements-item .desktop-order-2::before {
  left: -10px;
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  top: 5%;
  height: 90%;
  border-radius: 5px / 100px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
}
.desktop .container #g-body .lab-achievements .lab-achievements-list .lab-achievements-item .desktop-order-0 {
  order: 0;
  border-right: 1px solid #ddd;
}
.desktop .container #g-body .lab-achievements .lab-achievements-list .lab-achievements-item .desktop-order-0::before {
  right: -10px;
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  top: 5%;
  height: 90%;
  border-radius: 5px / 100px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
}
.desktop .container #g-body .lab-implementation {
  width: 1128px;
  margin: 50px auto 0;
}
.desktop .container #g-body .lab-implementation .lab-implementation-title {
  font-size: 30px;
  line-height: 36px;
  font-family: PingFang SC;
  font-weight: 400;
  padding-bottom: 18px;
  margin-bottom: 5px;
  color: #222222;
}
.desktop .container #g-body .lab-implementation .lab-implementation-list {
  width: 100%;
}
.desktop .container #g-body .lab-implementation .lab-implementation-list .lab-implementation-int {
  box-sizing: border-box;
  margin: 0;
  padding: 20px;
  background-color: #f7f7f7;
  color: #666666;
  border-radius: 4px;
}
.desktop .container #g-body .lab-implementation .lab-implementation-list .lab-implementation-int p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 400;
}
.desktop .container #g-body .lab-implementation .lab-implementation-list .implementation-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  box-sizing: border-box;
  margin: 10px 0 0;
  padding: 0;
}
.desktop .container #g-body .lab-implementation .lab-implementation-list .implementation-box img {
  width: 550px;
}
.desktop .container #g-body .news-box {
  width: 1128px;
  margin: 50px auto 30px;
}
.desktop .container #g-body .news-box .box-title {
  font-size: 30px;
  line-height: 36px;
  font-family: PingFang SC;
  font-weight: 400;
  padding-bottom: 18px;
  margin-bottom: 5px;
  color: #222222;
}
.desktop .container #g-body .news-box .box-content {
  box-sizing: border-box;
  margin: 0;
  padding: 20px;
  background-color: #f7f7f7;
  color: #666666;
}
.desktop .container #g-body .news-box .box-content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 400;
}
.mobile .container {
  width: 100%;
}
.mobile .container #g-header {
  width: 94%;
  height: 90px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #EAEAEA;
}
.mobile .container #g-header .navbar-logo {
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 0;
}
.mobile .container #g-header .navbar-logo .navbar-logo-img {
  width: 120px;
  vertical-align: middle;
}
.mobile .container #g-header .header-img {
  width: 100%;
}
.mobile .container #g-body {
  width: 100%;
}
.mobile .container #g-body .mid-banner {
  width: 100%;
}
.mobile .container #g-body .mid-banner .mid-banner-img {
  width: 100%;
}
.mobile .container #g-body .lab-introduce {
  width: 90%;
  margin: 0 auto;
}
.mobile .container #g-body .lab-introduce .lab-introduce-item {
  width: 100%;
  margin-top: 0.4rem;
}
.mobile .container #g-body .lab-introduce .lab-introduce-item .item-title {
  font-size: 0.5rem;
  line-height: 0.72rem;
  font-family: PingFang SC;
  font-weight: 400;
  padding-bottom: 0.36rem;
  margin-bottom: 0.1rem;
  color: #222222;
}
.mobile .container #g-body .lab-introduce .lab-introduce-item .item-content {
  width: 100%;
  overflow: hidden;
  border-left: 1px solid #ddd;
  background-color: #1d6896;
  padding: 0.6rem;
  position: relative;
  box-sizing: border-box;
  border-radius: 4px;
}
.mobile .container #g-body .lab-introduce .lab-introduce-item .item-content::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  top: 5%;
  height: 90%;
  right: -10px;
  border-radius: 5px / 100px;
  box-shadow: 0 0 13px #000000;
}
.mobile .container #g-body .lab-introduce .lab-introduce-item .item-content p {
  font-size: 0.36rem;
  font-family: PingFang SC;
  line-height: 0.52rem;
  margin-bottom: 0;
  color: white;
  font-weight: 400;
}
.mobile .container #g-body .lab-introduce .banner {
  width: 100%;
  height: 1.4rem;
  margin-top: 0.77rem;
  margin-bottom: 0.77rem;
}
.mobile .container #g-body .lab-introduce .banner img {
  width: 100%;
  height: 1.4rem;
}
.mobile .container #g-body .lab-member {
  width: 90%;
  margin: 0.4rem auto 0;
}
.mobile .container #g-body .lab-member .lab-member-title {
  font-size: 0.5rem;
  line-height: 0.72rem;
  font-family: PingFang SC;
  font-weight: 400;
  padding-bottom: 0.36rem;
  margin-bottom: 0.1rem;
  color: #222222;
}
.mobile .container #g-body .lab-member .lab-member-list .lab-member-item {
  width: 100%;
  margin-bottom: 10px;
}
.mobile .container #g-body .lab-member .lab-member-list .lab-member-item .member-item-tit {
  background: linear-gradient(45deg, #fff 40%, #c10037 60%);
  background-color: transparent;
  background-image: linear-gradient(45deg, #ffffff 70%, #cc3302 30%);
  background-repeat: repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto auto;
  box-sizing: border-box;
  font-size: 0.55rem;
  line-height: 1.5;
  color: #222;
  border-bottom: 1px solid #e4dede;
}
.mobile .container #g-body .lab-member .lab-member-list .lab-member-item .member-item-con {
  margin-top: 20px;
  overflow: hidden;
}
.mobile .container #g-body .lab-member .lab-member-list .lab-member-item .member-item-con .member-image {
  display: block;
  width: 143px;
  height: 203px;
  border-radius: 6px ;
  float: left;
  margin: 0 0.3rem 0.15rem 0;
}
.mobile .container #g-body .lab-member .lab-member-list .lab-member-item .member-item-con p {
  display: block;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-size: 0.35rem;
  line-height: 1.4;
  color: #222;
}
.mobile .container #g-body .lab-member .lab-member-list .lab-member-item .member-item-con::before {
  content: "";
  display: table;
}
.mobile .container #g-body .lab-achievements {
  width: 90%;
  margin: 0.6rem auto 0;
}
.mobile .container #g-body .lab-achievements .lab-achievements-title {
  font-size: 0.5rem;
  line-height: 0.72rem;
  font-family: PingFang SC;
  font-weight: 400;
  padding-bottom: 0.36rem;
  margin-bottom: 0.1rem;
  color: #222222;
}
.mobile .container #g-body .lab-achievements .lab-achievements-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.mobile .container #g-body .lab-achievements .lab-achievements-list .lab-achievements-item {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.mobile .container #g-body .lab-achievements .lab-achievements-list .lab-achievements-item .item-int {
  border: 1px solid #d8d8d8;
  padding: 0.3rem;
}
.mobile .container #g-body .lab-achievements .lab-achievements-list .lab-achievements-item .item-int .item-int-title {
  font-family: PingFang SC;
  padding-bottom: 0.26rem;
  font-size: 0.48rem;
  line-height: 0.6rem;
}
.mobile .container #g-body .lab-achievements .lab-achievements-list .lab-achievements-item .item-int .item-int-title a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.48rem;
  line-height: 0.6rem;
}
.mobile .container #g-body .lab-achievements .lab-achievements-list .lab-achievements-item .item-int .achievements-item-img {
  width: 95%;
  margin-bottom: 0.3rem;
}
.mobile .container #g-body .lab-achievements .lab-achievements-list .lab-achievements-item .item-int .achievements-item-img .img-pc {
  display: none;
}
.mobile .container #g-body .lab-achievements .lab-achievements-list .lab-achievements-item .item-int .achievements-item-img .img-mobile {
  display: block;
  width: 100%;
}
.mobile .container #g-body .lab-achievements .lab-achievements-list .lab-achievements-item .item-int .item-int-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile .container #g-body .lab-achievements .lab-achievements-list .lab-achievements-item .item-int .item-int-con .author {
  max-width: 50%;
  display: inline-block;
  font: 0.32rem 'Lato', sans-serif;
  line-height: 0.4rem;
  word-wrap: break-word;
}
.mobile .container #g-body .lab-achievements .lab-achievements-list .lab-achievements-item .item-int .item-int-con .details {
  cursor: pointer;
  color: #FFFFFF;
  display: inline-block;
  padding: 5px 25px;
  appearance: none;
  background-color: #cc3302;
  border: 0;
  border-radius: 3px;
  font-size: 0.32rem;
}
.mobile .container #g-body .lab-achievements .lab-achievements-list .lab-achievements-item .item-int .item-int-con .details a {
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.3s ease;
}
.mobile .container #g-body .lab-achievements .lab-achievements-list .lab-achievements-item .item-con {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 150px;
  background-color: #f7f7f7;
  align-self: center;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.mobile .container #g-body .lab-achievements .lab-achievements-list .lab-achievements-item .item-con p {
  padding: 0.4rem;
  line-height: 0.48rem;
  color: #666666;
  font-weight: 400;
  font-size: 0.32rem;
  margin-top: 0;
  margin-bottom: 0.2rem;
  word-wrap: break-word;
}
.mobile .container #g-body .lab-achievements .lab-achievements-list .lab-achievements-item .mobile-order-1 {
  border-left: 1px solid #ddd;
  order: 1;
}
.mobile .container #g-body .lab-achievements .lab-achievements-list .lab-achievements-item .mobile-order-1::before {
  left: -10px;
  content: "";
  position: absolute;
  z-index: 1;
  width: 0.2rem;
  top: 5%;
  height: 90%;
  border-radius: 5px / 100px;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
}
.mobile .container #g-body .lab-achievements .lab-achievements-list .lab-achievements-item .mobile-order-0 {
  border-right: 1px solid #ddd;
  order: 0;
}
.mobile .container #g-body .lab-achievements .lab-achievements-list .lab-achievements-item .mobile-order-0::before {
  right: -10px;
  content: "";
  position: absolute;
  z-index: 1;
  width: 0.2rem;
  top: 5%;
  height: 90%;
  border-radius: 5px / 100px;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
}
.mobile .container #g-body .lab-implementation {
  width: 90%;
  margin: 0.6rem auto 0;
}
.mobile .container #g-body .lab-implementation .lab-implementation-title {
  font-size: 0.5rem;
  line-height: 0.72rem;
  font-family: PingFang SC;
  font-weight: 400;
  padding-bottom: 0.36rem;
  margin-bottom: 0.1rem;
  color: #222222;
}
.mobile .container #g-body .lab-implementation .lab-implementation-list {
  width: 100%;
}
.mobile .container #g-body .lab-implementation .lab-implementation-list .lab-implementation-int {
  box-sizing: border-box;
  margin: 0;
  padding: 0.4rem;
  background-color: #f7f7f7;
  color: #666666;
  border-radius: 4px;
}
.mobile .container #g-body .lab-implementation .lab-implementation-list .lab-implementation-int p {
  font-size: 0.32rem;
  line-height: 0.48rem;
  margin-bottom: 0.2rem;
  font-weight: 400;
}
.mobile .container #g-body .lab-implementation .lab-implementation-list .implementation-box {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  box-sizing: border-box;
  margin: 0.5rem 0 0;
  padding: 0;
}
.mobile .container #g-body .news-box {
  width: 90%;
  margin: 0.6rem auto 10px;
}
.mobile .container #g-body .news-box .box-title {
  font-size: 0.5rem;
  line-height: 0.72rem;
  font-family: PingFang SC;
  font-weight: 400;
  padding-bottom: 0.36rem;
  margin-bottom: 0.1rem;
  color: #222222;
}
.mobile .container #g-body .news-box .box-content {
  box-sizing: border-box;
  margin: 0;
  padding: 0.4rem;
  background-color: #f7f7f7;
  color: #666666;
  border-radius: 4px;
}
.mobile .container #g-body .news-box .box-content p {
  font-size: 0.32rem;
  line-height: 0.48rem;
  margin-bottom: 0.2rem;
  font-weight: 400;
}
