.product-banner {
  overflow: hidden;
  padding: 100px 0;
  background-color: transparent;
  background-image: linear-gradient(190deg, #2B82C0 0%, #32CAD9 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: 40px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 15px;
}
.product-banner .banner-title-min {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
}
.product-banner .banner-note {
  font-size: 14;
  font-weight: 500;
  color: #FFD53C;
  line-height: 1.2;
  margin: 20px 0 30px;
}
.product-banner .banner-stars {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 20px 0;
}
.product-banner .banner-stars-left {
  display: flex;
  gap: 5px;
  align-items: center;
}
.product-banner .banner-stars-left .iconfont {
  font-size: 20px;
  color: #f9dd76;
}
.product-banner .banner-stars-right {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
}
.product-banner .banner-ul-desc {
  padding-left: 20px;
  padding-left: 0;
  margin-top: 20px;
}
.product-banner .banner-ul-desc_item {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  line-height: 2;
  list-style: disc;
}
.product-banner .banner-ul-desc_item {
  position: relative;
  list-style: unset;
  padding-left: 20px;
  margin-top: 5px;
}
.product-banner .banner-ul-desc_item::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  left: 0;
  top: 12px;
  background-color: #34fbe1;
}
.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;
}
.product-banner .single-button {
  border: 3px solid #fff;
}
.product-banner .banner-product {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  background-image: url('/img/blu-ray-player/buddle-bg.png');
  background-position: center center;
  background-size: cover;
  padding: 30px 25px 30px 30px;
  border-radius: 14px;
  margin-top: 30px;
}
.product-banner .banner-product-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 25px;
}
.product-banner .banner-product-title {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 2;
}
.product-banner .banner-product-link {
  font-size: 16px;
  font-weight: 500;
  color: #6ee9d4;
}
@media screen and (max-width: 1140px) {
  .product-banner .banner-main {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .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;
  }
  .product-banner .banner-product {
    flex-wrap: wrap;
    padding: 20px 15px 20px 20px;
  }
}
.wrap1 {
  margin-top: 90px;
  text-align: center;
}
.wrap1 .exhibition-box {
  justify-content: space-around;
  margin-bottom: 40px;
}
.wrap1 .exhibition_item {
  padding: 0;
  background: #fff;
  border-radius: 15px;
  transition: all 0.5s;
  margin-top: 50px;
  flex: 0 0 416px;
  align-items: flex-start;
  box-shadow: 0px 8px 41px 0px rgba(19, 58, 95, 0.19);
}
.wrap1 .exhibition_item .exhibition_img {
  max-width: 100%;
  border-radius: 15px 15px 0 0;
  transition: all 0.5s;
}
.wrap1 .exhibition_item .exhibition_title {
  font-size: 22px;
  color: #3d3d3d;
  margin-top: 20px;
}
.wrap1 .exhibition_item .exhibition_text {
  padding: 10px 30px 30px;
  font-size: 16px;
  font-weight: normal;
  color: #535353;
  line-height: 2;
  text-align: center;
  margin: 0;
}
.wrap1 .exhibition_item .exhibition_text a {
  font-size: 16px;
  font-weight: 500;
}
.wrap1 .exhibition_item:hover {
  border-radius: 30px;
}
.wrap1 .exhibition_item:hover .exhibition_img {
  border-radius: 30px 30px 0 0;
}
.wrap1 .single-button {
  border-radius: 50px;
  font-size: 16px;
  padding: 8px 20px;
}
.wrap1 .single-button .iconfont {
  font-size: 32px;
}
.wrap2 {
  text-align: center;
  margin-top: 80px;
  padding: 80px 0;
  background-color: #FFFCF8;
}
.wrap2 a:not(.single-button) {
  font-size: 16px;
  font-weight: 600;
  color: #12AB8D;
}
.wrap2 .button-group {
  margin: 20px auto;
}
.wrap2 .wrap-img {
  margin: 30px auto 0;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .wrap2 .wrap-img {
    margin: 40px auto 0;
  }
  .wrap1 .exhibition_item {
    flex: none;
    width: 100%;
  }
}
.wrap3 {
  margin-top: 80px;
}
.wrap3 .introduce-box {
  padding: 64px 15px;
  justify-content: center;
}
.wrap3 .introduce-box:nth-child(even) {
  flex-direction: row-reverse;
  background-color: #F1FDFF;
}
.wrap3 .introduce-box .introduce_left {
  flex: 0 0 525px;
}
@media screen and (max-width: 1140px) {
  .wrap3 .introduce-box {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
  .wrap3 .introduce-box .introduce_left {
    flex: 0 0 80%;
  }
  .wrap3 .introduce-box:nth-child(even) {
    flex-direction: row;
    row-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .wrap3 .introduce-box:nth-child(even) {
    flex-direction: column-reverse;
  }
  .wrap3 .button-group {
    display: none;
  }
}
.wrap4 {
  background: #fff;
  margin-top: 80px;
  text-align: center;
}
.wrap4 .exhibition-box {
  justify-content: space-between;
}
.wrap4 .exhibition_item {
  padding: 0;
  background: #fff;
  flex: 0 0 341px;
  border-radius: 15px;
  box-shadow: 0px 36px 45px -17px rgba(128, 152, 174, 0.28);
  margin-top: 50px;
}
.wrap4 .exhibition_item .exhibition_title {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  transition: all 0.5s;
  width: 100%;
  border-radius: 15px 15px 0 0;
  margin: 0;
  padding: 30px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-image: url(/img/blu-ray-player/wrap4-title-bg.png);
  background-size: cover;
}
.wrap4 .exhibition_item .exhibition_title .iconfont {
  font-size: 45px;
  color: #fff;
}
.wrap4 .exhibition_item .exhibition_text {
  padding: 30px 30px 40px;
  font-size: 16px;
  font-weight: normal;
  color: #535353;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}
.wrap4 .exhibition_item:hover {
  border-radius: 30px;
}
.wrap4 .exhibition_item:hover .exhibition_title {
  border-radius: 30px 30px 0 0;
}
.wrap4 .button-group {
  margin-top: 50px;
}
@media screen and (max-width: 1140px) {
  .wrap4 .exhibition-box {
    justify-content: center;
  }
}
.wrap5 {
  text-align: center;
  margin-top: 80px;
}
.wrap5 .wrap-info {
  font-size: 16px;
  font-weight: 500;
  color: #535353;
  line-height: 1.5;
  margin: 20px 0;
}
.wrap5 .button-group {
  margin-top: 25px;
}
.wrap5 .single-button.video-play {
  border-radius: 50px;
  margin: 20px 0 0;
}
.wrap6 {
  margin-top: 80px;
  padding: 80px 0;
  background-color: #FFFCF8;
}
.wrap6 .wrap-flex-wrapper {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 80px;
}
.wrap6 .wrap-ul {
  flex: 1;
}
.wrap6 .wrap-li {
  padding-left: 23px;
  position: relative;
  line-height: 2;
  margin: 5px 0;
}
.wrap6 .wrap-li::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #328974;
  border-radius: 14px;
  left: 0;
  top: 10px;
}
.wrap6 .wrap-li a {
  color: #328974;
  text-decoration: underline;
}
.wrap6 .wrap-li a:hover {
  color: #336;
}
.wrap7 {
  padding: 80px 0;
  background-color: #F7FCF8;
}
.wrap7 .exhibition-box {
  justify-content: space-between;
}
.wrap7 .exhibition_item {
  margin-top: 50px;
  padding: 40px 40px 35px 40px;
  background: #fff;
  flex: 0 0 330px;
  border-color: rgba(216, 218, 220, 0);
  box-shadow: -6px 8px 0px 0px rgba(216, 218, 220, 0.26);
}
.wrap7 .exhibition_item .exhibition_text {
  font-size: 15px;
  font-weight: normal;
  color: #727982;
  line-height: 1.8;
  text-align: left;
  margin: 0 0 20px;
}
.wrap7 .exhibition_item .exhibition_users {
  display: flex;
  align-items: center;
  gap: 15px;
}
.wrap7 .exhibition_item .exhibition_users-name {
  font-size: 20px;
  font-weight: 500;
  color: #16202f;
  line-height: 1.5;
  margin-top: 8px;
  display: inline-block;
}
.wrap7 .exhibition_item .exhibition_users-form {
  font-size: 12px;
  font-weight: 500;
  color: rgba(99, 115, 129, 0.5);
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
@media screen and (max-width: 1140px) {
  .wrap7 .exhibition-box {
    justify-content: center;
  }
}
.wrap8 {
  margin-top: 80px;
}
.wrap8 .exhibition-box {
  column-gap: 40px;
}
.wrap8 .exhibition-box .exhibition_item {
  margin-top: 50px;
  padding-top: 0;
  flex: 1;
  border-radius: 15px;
  border: 3px solid #12AB8D;
  text-align: center;
}
.wrap8 .exhibition-box .exhibition_header {
  background-color: #12AB8D;
  border-radius: 11px 11px 0 0;
  padding: 30px;
}
.wrap8 .exhibition-box .exhibition_white {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
.wrap8 .exhibition-box .exhibition_text {
  margin: 25px 10px 0;
  display: block;
  line-height: 2;
}
.wrap8 .exhibition-box .exhibition_img {
  max-width: 100%;
  margin-bottom: 0;
  height: 100%;
}
.wrap8 .exhibition-box a {
  color: #12ab8d;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  margin: 30px 0 20px;
}
@media screen and (max-width: 768px) {
  .wrap8 .exhibition-box {
    flex-direction: row;
  }
  .wrap8 .exhibition-box .exhibition_item {
    flex: 0 0 100%;
  }
  .wrap8 .exhibition-box .exhibition_img {
    max-width: fit-content;
  }
  .wrap8 .exhibition-box .exhibition_header {
    padding: 10px;
  }
  .wrap8 .exhibition-box .exhibition_white {
    padding: 20px;
    height: unset;
  }
}
.common-achievements {
  background-image: url(/img/blu-ray-player/achievements-bg.png);
}
