main {
  line-height: 1.5;
}
.wrap-text {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 20px 0;
}
.exhibition-box {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
  text-align: center;
  color: #545454;
  font-size: 16px;
}
.exhibition-box .exhibition_item {
  margin-top: 20px;
  padding-top: 30px;
  flex: 1;
}
.exhibition-box .exhibition_img {
  margin-bottom: 5px;
}
.exhibition-box .exhibition_title {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0;
}
.exhibition-box .exhibition_text {
  margin: 20px 0;
  display: block;
}
.exhibition-box a {
  color: #12ab8d;
  font-weight: 500;
  font-size: 12px;
}
@media screen and (max-width: 770px) {
  .exhibition-box {
    flex-direction: column;
  }
}
.wrap-flex {
  display: flex;
  column-gap: 80px;
  font-size: 15px;
  font-weight: 600;
  line-height: 2;
}
.wrap-flex .flex_text {
  margin: 25px 0 50px;
}
.wrap-flex .flex_right {
  flex: 0 0 555px;
}
.wrap-flex .flex_right img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1140px) {
  .wrap-flex {
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
@media screen and (max-width: 770px) {
  .wrap-flex {
    flex-direction: column;
    row-gap: 30px;
  }
  .wrap-flex .flex_right {
    flex: unset;
    width: 100%;
  }
}
.product-banner {
  overflow: hidden;
  padding: 100px 0;
  background: linear-gradient(180deg, #1d7eb2 0%, #26b6bf 100%);
}
.product-banner .banner-main {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 50px;
}
.product-banner .banner-main .banner-left {
  flex: 0 0 560px;
}
.product-banner .banner-main .banner-right {
  flex: 0 0 557px;
}
.product-banner .banner-main .banner-right_img {
  width: 100%;
  object-fit: cover;
}
.product-banner .banner-title {
  font-size: 38px;
  font-weight: bold;
  color: #F6F6F6;
  line-height: 1.2;
}
.product-banner .banner-info {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 1.8;
  margin: 30px 0;
}
.product-banner .banner-ul-desc {
  padding-left: 20px;
  padding-left: 0;
}
.product-banner .banner-ul-desc_item {
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  line-height: 2;
  list-style: disc;
}
.product-banner .banner-ul-desc_item {
  position: relative;
  list-style: unset;
  padding-left: 35px;
  margin-top: 15px;
}
.product-banner .banner-ul-desc_item::before {
  content: '';
  position: absolute;
  border: 2px solid #34fbe1;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  left: 0;
  top: 6px;
}
.product-banner .banner-ul-desc_item::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  left: 6.5px;
  border-radius: 6px;
  background-color: #34fbe1;
  top: 12px;
}
.product-banner .banner-switch-box {
  width: 160px;
  height: 30px;
  border-radius: 30px;
  background-color: #6f727d;
  justify-content: center;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin: 30px 0;
}
.product-banner .banner-switch-box .iconfont {
  font-size: 20px;
  vertical-align: center;
}
.product-banner .banner-switch-box_item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}
.product-banner .banner-switch-box_item.active {
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 1140px) {
  .product-banner .banner-main {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
  }
}
@media screen and (max-width: 770px) {
  .product-banner .banner-right {
    display: none;
  }
  .product-banner .banner-main .banner-left {
    flex: unset;
  }
  .product-banner .banner-title {
    text-align: center;
  }
  .product-banner .system-button-group {
    justify-content: flex-start;
  }
}
.system-button-group {
  display: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}
.single-button {
  font-size: 18px;
  border-radius: 6px;
  color: #fff;
  background-color: #21d2bd;
  font-weight: 600;
  padding: 15px 20px;
  transition: all 0.3s;
}
.single-button:hover {
  background-color: #13af9c;
}
.single-button.has-icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.single-button.has-icon .iconfont {
  font-size: 20px;
}
.single-button.has-icon:hover {
  transform: translateY(-8px);
}
.button-group {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}
.common-sticky-nav {
  background: #ffffff;
  padding: 30px 0;
  box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.13);
  position: sticky;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 9999;
}
.common-sticky-nav .flex-wrapper {
  justify-content: space-between;
}
.common-sticky-nav .sticky-nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 60%;
}
.common-sticky-nav .sticky-nav-item.active .sticky-nav-link {
  color: #1abc9c;
}
.common-sticky-nav .sticky-nav-link {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.common-sticky-nav .sticky-nav-link:hover {
  color: #1abc9c;
}
.common-sticky-nav .system-button-group {
  flex-grow: auto;
}
@media screen and (max-width: 1140px) {
  .common-sticky-nav {
    padding: 20px 0;
  }
  .common-sticky-nav .mobile-style {
    display: block;
  }
  .common-sticky-nav .pc-style {
    display: none;
  }
  .common-sticky-nav .system-button-group {
    display: none;
  }
  .common-sticky-nav .mobile-sticky-wrapper {
    text-align: right;
  }
  .common-sticky-nav .mobile-sticky-wrapper .iconfont {
    font-size: 24px;
  }
  .common-sticky-nav .sticky-nav-list {
    margin-top: 5px;
    flex-direction: column;
    flex: unset;
    display: none;
  }
  .common-sticky-nav .sticky-nav-item {
    text-align: center;
    padding: 10px 0;
  }
  .common-sticky-nav .sticky-nav-item:hover,
  .common-sticky-nav .sticky-nav-item.active {
    background-color: #55595c;
  }
  .common-sticky-nav .sticky-nav-item:hover .sticky-nav-link,
  .common-sticky-nav .sticky-nav-item.active .sticky-nav-link {
    color: #fff;
  }
  .common-sticky-nav .sticky-nav-link {
    color: #494c4f;
  }
  .common-sticky-nav .sticky-nav-link:hover {
    color: unset;
  }
}
.wrap1,
.wrap2,
.wrap3,
.wrap4,
.wrap5,
.wrap6,
.wrap7,
.wrap8,
.common-product-footer {
  margin-top: 80px;
}
.wrap1 .button-group,
.wrap2 .button-group,
.wrap3 .button-group {
  margin: 20px auto;
}
.wrap1 .wrap-img,
.wrap2 .wrap-img,
.wrap3 .wrap-img {
  margin: 20px auto 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 770px) {
  .wrap1 .wrap-img,
  .wrap2 .wrap-img,
  .wrap3 .wrap-img {
    margin: 40px auto 0;
  }
}
.wrap1 {
  text-align: right;
}
.wrap3 {
  text-align: center;
}
.wrap4 .exhibition_item {
  background-color: #f9f8f8;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.23);
  padding: 0;
}
.wrap4 .exhibition_item .exhibition_img {
  width: 100%;
  height: auto;
}
.wrap4 .exhibition_item .exhibition_title,
.wrap4 .exhibition_item .exhibition_text {
  padding: 0 10px;
}
.wrap5 {
  color: #fcfcfc;
  background: linear-gradient(180deg, #1d7eb2 0%, #26b6bf 100%);
  padding: 50px 0;
}
.wrap5 .wrap-h2 {
  color: #fcfcfc;
  text-align: left;
  margin-bottom: 25px;
}
.common-swiper {
  margin-top: 40px;
}
.common-swiper .swiper-wrapper {
  padding-bottom: 55px;
}
.common-swiper .swiper-slide-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.common-swiper .swiper-slide-info {
  text-align: center;
  font-style: italic;
  font-size: 20px;
  font-weight: normal;
  color: #333;
}
.common-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}
.common-swiper .swiper-button-next,
.common-swiper .swiper-button-prev {
  color: #000;
}
.common-swiper .swiper-button-next .iconfont,
.common-swiper .swiper-button-prev .iconfont {
  font-size: 50px;
}
.common-swiper .swiper-button-next::after,
.common-swiper .swiper-button-prev::after {
  display: none;
}
.common-swiper .swiper-button-prev {
  left: 0px;
}
.common-swiper .swiper-button-next {
  right: 0px;
}
@media screen and (max-width: 770px) {
  .common-swiper {
    width: 100%;
  }
  .common-swiper .swiper-wrapper {
    width: 100%;
    padding-bottom: 35rem;
  }
  .common-swiper .swiper-slide-item {
    gap: 15rem;
  }
  .common-swiper .swiper-slide-item img {
    width: 100%;
    height: auto;
  }
  .common-swiper .swiper-slide-info {
    font-size: 12rem;
  }
  .common-swiper .swiper-button-next,
  .common-swiper .swiper-button-prev {
    display: none;
  }
}
.wrap6 {
  text-align: center;
}
.wrap6 .wrap_jump {
  font-weight: 600;
}
.wrap7 .wrap-h2 {
  padding-bottom: 10px;
  position: relative;
}
.wrap7 .wrap-h2::after {
  content: '';
  position: absolute;
  width: 6%;
  height: 2px;
  background: #1abc9c;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.wrap7 .exhibition-box {
  color: #fff;
  column-gap: 3px;
}
.wrap7 .exhibition-box .exhibition_item {
  margin-top: 50px;
  padding: 50px 20px 20px 20px;
  background-color: #1a224e;
}
.wrap7 .exhibition-box .exhibition_text {
  font-style: italic;
  line-height: 2;
}
.wrap7 .exhibition-box strong.exhibition_text {
  font-style: normal;
  margin: 10px 0 0;
}
.wrap7 .exhibition-box .exhibition_img {
  width: 93px;
  height: auto;
}
.wrap7 .exhibition-box .exhibition_name {
  font-size: 12px;
}
@media screen and (max-width: 770px) {
  .wrap7 .wrap-h2::after {
    width: 20%;
    height: 3px;
  }
  .wrap7 .exhibition-box {
    margin-top: 50px;
  }
  .wrap7 .exhibition-box .exhibition_item {
    margin-top: 0;
    border: none;
  }
}
.common-product-footer {
  background-image: url(../../img/common/product-footer.png);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0;
  text-align: center;
}
.common-product-footer .flex-wrapper {
  gap: 20px;
  flex-direction: column;
}
.common-product-footer .product-footer-title {
  font-size: 32;
  font-weight: bold;
  color: #fff;
}
.common-product-footer .product-footer-info {
  font-size: 16;
  font-weight: normal;
  color: #fff;
  line-height: 1.5;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.common-product-footer .button-group {
  margin-top: 20px;
}
