.page-pc .transition {
  transition-duration: 1s;
  transition-property: all;
  transition-timing-function: ease;
}
.page-pc .ease {
  transition: all 0.3s ease;
}
.page-pc .anime-to-top {
  transition-duration: 1s;
  transition-property: all;
  transition-timing-function: ease;
  opacity: 0;
  transform: translateY(30px);
}
.page-pc .active .anime-to-top {
  opacity: 1;
  transform: translateY(0px);
}
.page-pc .border-box {
  box-sizing: border-box;
}
.page-pc * {
  padding: 0;
  margin: 0;
}
.page-pc body {
  font-size: 14px;
  color: #333333;
}
.page-pc #header {
  height: 1rem;
}
.page-pc .main-ei5 {
  margin: 0 auto;
  margin-top: 71px;
}
.page-pc .main-ei5 img {
  display: block;
  width: 100%;
}
.page-pc .main-ei5 .view-nav {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
  z-index: 98;
  width: 100%;
  position: absolute;
  top: 0px;
}
.page-pc .main-ei5 .view-nav .cell-nav-box {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.page-pc .main-ei5 .view-nav .cell-nav-box ul {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-pc .main-ei5 .view-nav .cell-nav-box li {
  min-width: 205px;
  width: 14.28571429%;
  text-align: center;
  position: relative;
}
.page-pc .main-ei5 .view-nav .cell-nav-box li a {
  display: block;
  padding: 10px 0;
  color: #fff;
}
.page-pc .main-ei5 .view-nav .cell-nav-box li.active a {
  color: #00c8c8;
  font-weight: 400;
}
.page-pc .main-ei5 .scroll-body {
  position: relative;
  background: #e7e9ea;
}
.page-pc .main-ei5 .scroll-body .view-nav.fixed {
  position: fixed;
  top: 71px;
}
.page-pc .main-ei5 .scroll-body .material {
  position: relative;
}
.page-pc .main-ei5 .scroll-body .meta-intro {
  position: absolute;
  width: 100%;
  bottom: 5%;
  text-align: center;
}
.page-pc .main-ei5 .scroll-body .meta-intro .t1 {
  font-size: 0.28rem;
  margin-bottom: 20px;
}
.page-pc .main-ei5 .scroll-body .meta-intro .t1 span {
  display: inline-block;
  border: 1px solid #00C7C7;
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.2);
}
.page-pc .main-ei5 .scroll-body .meta-intro .t2 {
  font-size: 0.2rem;
  text-shadow: 1px 1px 2px #333;
}
.page-pc .main-ei5 .view-sku-item {
  position: relative;
}
.page-pc .main-ei5 .view-sku-item .sku-swiper {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.page-pc .main-ei5 .view-sku-item .sku-swiper .swiper-pagination {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 20px;
}
.page-pc .main-ei5 .view-sku-item .sku-swiper .swiper-container {
  padding: 0.8rem 0;
}
.page-pc .main-ei5 .view-sku-item .sku-swiper .swiper-pagination-bullet {
  height: 2px;
  width: 10px;
  border-radius: 0;
  margin: 0 1px;
}
.page-pc .main-ei5 .view-sku-item .sku-swiper .swiper-pagination-bullet-active {
  width: 20px;
  background-color: #00C7C7;
}
.page-pc .main-ei5 .view-sku-item .sku-swiper .swiper-button-next,
.page-pc .main-ei5 .view-sku-item .sku-swiper .swiper-button-prev {
  width: 0.4667rem;
  height: 0.8533rem;
  background-size: cover;
  top: 50%;
  outline: none;
}
.page-pc .main-ei5 .view-sku-item .sku-swiper .swiper-button-prev {
  background-image: url('../images/home/206.png');
  left: -50px;
  margin-top: -0.44rem;
}
.page-pc .main-ei5 .view-sku-item .sku-swiper .swiper-button-next {
  background-image: url('../images/home/205.png');
  right: -50px;
  margin-top: -0.44rem;
}
.page-pc .main-ei5 .view-sku-item .sku-swiper .swiper-slide {
  cursor: pointer;
}
.page-pc .main-ei5 .view-sku-item .sku-swiper .swiper-slide img {
  margin-bottom: 10px;
}
.page-pc .main-ei5 .view-sku-item .sku-swiper .swiper-slide .t1 {
  color: #00c8c8;
  font-size: 16px;
  position: relative;
  padding-bottom: 2px;
  padding-left: 7px;
}
.page-pc .main-ei5 .view-sku-item .sku-swiper .swiper-slide .t1::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 16px;
  left: 0;
  background: #00c8c8;
  top: 50%;
  margin-top: -8px;
}
.page-pc .main-ei5 .view-sku-item .sku-swiper .swiper-slide .t2 {
  color: #727171;
  font-size: 14px;
  position: relative;
  padding-top: 2px;
  padding-left: 7px;
}
.page-pc .main-ei5 .view-sku-item .sku-swiper .swiper-slide .t2::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 16px;
  left: 0;
  background: #00c8c8;
  top: 50%;
  margin-top: -8px;
}
.page-pc .main-ei5 .view-design {
  position: relative;
}
.page-pc .main-ei5 .view-design .meta-icons {
  position: absolute;
  width: 100%;
  bottom: 5%;
}
.page-pc .main-ei5 .view-design .meta-icons ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-pc .main-ei5 .view-design .meta-icons li {
  width: 20%;
  padding: 0 5px;
}
.page-pc .main-ei5 .view-design .meta-icons li:nth-child(1) {
  transition-delay: 0.2s;
}
.page-pc .main-ei5 .view-design .meta-icons li:nth-child(2) {
  transition-delay: 0.4s;
}
.page-pc .main-ei5 .view-design .meta-icons li:nth-child(3) {
  transition-delay: 0.6s;
}
.page-pc .main-ei5 .view-design .meta-icons li:nth-child(4) {
  transition-delay: 0.8s;
}
.page-pc .view-sku-item.offset-l .swiper-slide .sku-text {
  left: 6%;
}
.page-pc .view-sku-item.offset-l .swiper-container-horizontal > .swiper-pagination-bullets {
  left: 1%;
  right: auto;
}
.page-pc .view-box {
  position: absolute;
  width: 80%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.page-pc .view-box .view-title {
  text-align: center;
  padding: 40px 0;
}
.page-pc .view-box .view-title span {
  font-size: 0.3rem;
  padding: 0.2em 1em;
  border: 1px solid #00C7C7;
  background: #fff;
  color: #727171;
}
.page-pc .series-body-head {
  background: #fff;
  padding: 0px;
  color: #a0a0a0;
}
.page-pc .series-body-head table {
  width: 100%;
  table-layout: fixed;
  font-size: 13px;
  background-color: #eee;
  border-top: 1px solid #E0E0E0;
}
.page-pc .series-body-head table th {
  border-left: 1px solid #E0E0E0;
  padding: 6px 0;
  text-align: left;
  font-weight: normal;
}
.page-pc .series-body-head table th span {
  padding: 0 10px 0 20px;
  display: block;
}
.page-pc .series-body-head table tr {
  border-bottom: 1px solid #E0E0E0;
}
.page-pc .series-body-head table td {
  border-left: 1px solid #E0E0E0;
  padding: 6px 0;
  text-align: center;
}
.page-pc .series-body-head table td:last-child {
  border-right: 1px solid #E0E0E0;
}
.page-pc .fixed-nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.page-pc .fixed-nav span {
  height: 36px;
  line-height: 36px;
  color: #fff;
  flex: auto;
  text-align: center;
  background-color: #a4a5a6;
  cursor: pointer;
}
.page-pc .fixed-nav span.active {
  background: #5e5f5f;
}
.page-pc .view-configuration {
  position: relative;
}
.page-pc .view-configuration .view-box {
  position: relative;
}
.page-pc .view-configuration .view-title {
  position: relative;
}
.page-pc .view-configuration .view-title .icon-title {
  position: absolute;
  left: 0;
  width: auto;
  height: 40px;
  bottom: 0;
}
.page-pc .view-configuration .view-intro {
  padding-top: 1em;
  font-size: 12px;
}
.page-pc .view-configuration .view-body {
  height: 400px;
  overflow-y: hidden;
  color: #a0a0a0;
  background: #fff;
  padding: 0px;
}
.page-pc .view-configuration .view-body .series-body-title {
  background-color: #eee;
  padding: 7px 0;
  font-size: 16px;
  color: #333;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
}
.page-pc .view-configuration .view-body .series-body-table {
  position: relative;
}
.page-pc .view-configuration .view-body table {
  width: 100%;
  table-layout: fixed;
  font-size: 13px;
}
.page-pc .view-configuration .view-body table th {
  border-left: 1px solid #E0E0E0;
  padding: 4px 0;
  text-align: left;
  font-weight: normal;
}
.page-pc .view-configuration .view-body table th span {
  padding: 0 10px 0 20px;
  display: block;
}
.page-pc .view-configuration .view-body table tr {
  border-bottom: 1px solid #E0E0E0;
}
.page-pc .view-configuration .view-body table td {
  border-left: 1px solid #E0E0E0;
  padding: 4px 0;
  text-align: center;
}
.page-pc .view-configuration .view-body table td:last-child {
  border-right: 1px solid #E0E0E0;
}
.page-pc .view-configuration .view-body .mCSB_scrollTools {
  width: 4px;
  background-color: #E0E0E0;
  right: 0px;
}
.page-pc .view-configuration .view-body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
}
.page-pc .view-configuration .view-body .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #008E8E;
  border-radius: 0;
}
.page-pc .view-configuration ul {
  padding-top: 10px;
}
.page-pc .view-configuration ul li {
  padding: 2px 0;
}
.page-pc .view-configuration ul a {
  color: #727171;
  font-size: 14px;
}
.page-pc .view-configuration ul a:hover {
  border-bottom: 1px solid #727171;
}
.page-pc .view-photo {
  position: relative;
  /* background: url(../images/home/113.jpg) no-repeat 50% 0; */
  background-size: 100% auto;
}
.page-pc .series-menu-full ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.page-pc .series-menu-full li {
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
.page-pc .series-menu-full li span {
  position: relative;
  padding-left: 25px;
}
.page-pc .series-menu-full li span::after {
  content: '';
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  top: 50%;
  margin-top: -9px;
  border: 1px solid #fff;
}
.page-pc .series-menu-full li.active span::after {
  background-color: #8dffff;
}
.page-pc .series-menu-select {
  border: 1px solid #fff;
  box-sizing: border-box;
}
.page-pc .series-menu-select dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  background-color: #01689c;
  font-size: 20px;
}
.page-pc .series-menu-select dt {
  padding: 20px 30px;
  width: 250px;
}
.page-pc .series-menu-select dd {
  flex: 1;
  padding: 20px 0;
  border-left: 1px solid #fff;
}
.page-pc #mscroll {
  height: 300px;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.page-pc #mscroll .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
}
.page-pc .series-body {
  font-size: 12px;
}
.page-pc .series-body .series-body-title {
  cursor: pointer;
  background: rgba(3, 83, 128, 0.5);
  padding: 10px 0;
  border-bottom: 1px solid rgba(3, 83, 128, 0.8);
}
.page-pc .series-body .series-body-title span {
  padding-left: 20px;
  font-weight: bold;
  font-size: 1.2em;
}
.page-pc .series-body .series-body-table {
  display: none;
}
.page-pc .series-body .series-body-table table {
  width: 100%;
  table-layout: fixed;
}
.page-pc .series-body .series-body-table table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.page-pc .series-body .series-body-table table tr:last-child {
  border: none;
}
.page-pc .series-body .series-body-table table th {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding: 8px 0;
  width: 250px;
  text-align: left;
  font-weight: normal;
}
.page-pc .series-body .series-body-table table th span {
  padding: 0 10px 0 20px;
  display: block;
}
.page-pc .series-body .series-body-table table th:first-child {
  border: none;
}
.page-pc .series-body .series-body-table table td {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding: 8px 0;
  text-align: center;
}
.page-pc .series-body .series-body-table table td:first-child {
  border: none;
}
.page-pc .series-body .series-body-table.active {
  display: block;
}
.page-pc .thumb-item-box {
  position: relative;
  height: 420px;
}
.page-pc .thumb-item-box .thumb-item {
  position: absolute;
  background: #f1f1f1;
  box-sizing: border-box;
  cursor: pointer;
}
.page-pc .thumb-item-box .thumb-item::after {
  transition: all 0.3s ease;
  opacity: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-pc .thumb-item-box .thumb-item-video::before {
  transition: all 0.3s ease;
  opacity: 1;
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  margin-top: -30px;
  z-index: 1;
  background: url('../images/home/icon_play_1.png') no-repeat;
  background-size: cover;
}
.page-pc .thumb-item-box .thumb-item-video::after {
  opacity: 0.2;
}
.page-pc .thumb-item-box .thumb-item-01 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  height: 420px;
  width: 59.5%;
  left: 0;
}
.page-pc .thumb-item-box .thumb-item-02 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  height: 210px;
  width: 40%;
  right: 0;
  top: 0;
}
.page-pc .thumb-item-box .thumb-item-03 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  height: 202px;
  width: 40%;
  right: 0;
  bottom: 0;
}
.page-pc .rx-order-float {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
  display: table;
  table-layout: fixed;
  background-color: #edeef1;
  opacity: 1;
  z-index: 1000;
  box-shadow: 0 0 2px #a0a0a0;
}
.page-pc .rx-order-float .order-float-title {
  display: table-cell;
  text-align: right;
  padding-right: 18px;
  line-height: 36px;
}
.page-pc .rx-order-float .order-float-title img {
  width: 36px;
  margin-bottom: -7px;
}
.page-pc .rx-order-float .order-float-item {
  text-align: center;
  display: table-cell;
  padding-left: 0.18rem;
}
.page-pc .rx-order-float .order-float-item input,
.page-pc .rx-order-float .order-float-item select {
  width: 180px;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  border: 1px solid #a0a0a0;
  background-color: white;
}
.page-pc .rx-order-float .float-submit {
  display: inline-block;
  width: 184px;
  height: 36px;
  line-height: 36px;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  background-color: #A09B84;
  color: black;
  cursor: pointer;
  transition: all 0.3s ease;
}
.page-pc .rx-order-float .float-submit:hover {
  cursor: pointer;
  background-color: #A09B84;
}
.page-pc .rx-order-float .float-submit > span {
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
  display: inline-block;
  color: #fff;
}
.page-pc .rx-order-float.rx-hide {
  bottom: -50px;
  opacity: 0;
}
@media screen and (min-width: 1921px) {
  .page-pc .main-ei5 {
    margin-top: 9vh;
  }
  .page-pc .main-ei5 .scroll-body .view-nav.fixed {
    top: 9vh;
  }
}
.layui-layer.media-modal .modal-close {
  width: 30px;
  height: 30px;
  background: url('../images/home/btn_close_1.png') no-repeat 50% 50% / cover;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}
.layui-layer.media-modal .swiper-container {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.layui-layer.media-modal .swiper-container .swiper-slide .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #000000;
}
.layui-layer.media-modal .swiper-container .swiper-slide video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: fill;
  outline: none;
}
.layui-layer.media-modal .swiper-button-next,
.layui-layer.media-modal .swiper-button-prev {
  width: 35px;
  height: 53px;
  background-size: cover;
  z-index: 10;
}
.layui-layer.media-modal .swiper-button-prev {
  background-image: url('../images/home/114.png');
}
.layui-layer.media-modal .swiper-button-prev:hover {
  background-image: url('../images/home/114a.png');
}
.layui-layer.media-modal .swiper-button-next {
  background-image: url('../images/home/115.png');
}
.layui-layer.media-modal .swiper-button-next:hover {
  background-image: url('../images/home/115a.png');
}
@keyframes bounce_circularG {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.3);
  }
}
@-webkit-keyframes bounce_circularG {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.3);
  }
}
@media screen and (min-width: 1600px) {
  .thumb-item-box {
    height: 520px;
  }
  .thumb-item-box .thumb-item-01 {
    height: 520px;
  }
  .thumb-item-box .thumb-item-02 {
    height: 253.65853659px;
  }
  .thumb-item-box .thumb-item-03 {
    height: 253.65853659px;
  }
}
@media screen and (min-width: 1200px) {
  .series-menu-select dl {
    font-size: 16px;
  }
  .main-imax8 .view-nav li {
    min-width: 185px;
  }
}
.media-modal-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.layui-layer-setwin .layui-layer-close2 {
  margin-left: 0;
  width: 30px;
  height: 30px;
  background: url('../images/home/btn_close_1.png') no-repeat 50% 50% / cover;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}
.layui-layer.sku-modal {
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
}
.layui-layer.sku-modal .layui-layer-content {
  overflow: visible;
}
.layui-layer.sku-modal .sku-swiper {
  position: relative;
}
.layui-layer.sku-modal .sku-swiper .sku-modal-close {
  display: none;
  width: 40px;
  height: 40px;
  background: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}
.layui-layer.sku-modal .sku-swiper .swiper-container {
  width: 100%;
  height: 100%;
}
.layui-layer.sku-modal .sku-swiper .swiper-container .swiper-slide {
  background-size: cover;
  padding: 15px;
}
.layui-layer.sku-modal .sku-swiper .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.layui-layer.sku-modal .sku-swiper .swiper-container .swiper-slide .desc-sku36 li {
  margin-bottom: 5px;
}
.layui-layer.sku-modal .sku-swiper .swiper-container .swiper-slide .scrollbar {
  height: 116px;
  overflow-y: hidden;
  position: relative;
  padding-top: 5px;
}
.layui-layer.sku-modal .sku-swiper .swiper-container .swiper-slide .scrollbar::before {
  position: absolute;
  content: '';
  width: 80px;
  height: 2px;
  left: 0;
  background: #00c8c8;
  top: 0%;
}
.layui-layer.sku-modal .sku-swiper .swiper-container .swiper-slide .t1 {
  color: #00CCCC;
  font-size: 18px;
  padding-top: 6px;
  position: relative;
  padding-left: 7px;
  font-weight: bold;
}
.layui-layer.sku-modal .sku-swiper .swiper-container .swiper-slide .t1::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 16px;
  left: 0;
  background: #00c8c8;
  top: 50%;
  margin-top: -3px;
}
.layui-layer.sku-modal .sku-swiper .swiper-container .swiper-slide .t2 {
  font-size: 12px;
  color: #828282;
  padding-left: 7px;
  padding-top: 2px;
  line-height: 1.6;
}
.layui-layer.sku-modal .sku-swiper .swiper-container .swiper-slide .t3 {
  font-size: 16px;
  color: #545454;
  padding-left: 7px;
  padding-top: 6px;
  position: relative;
}
.layui-layer.sku-modal .sku-swiper .swiper-container .swiper-slide .t3::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 16px;
  left: 0;
  background: #00c8c8;
  top: 50%;
  margin-top: -5px;
}
.layui-layer.sku-modal .sku-swiper .swiper-container .swiper-slide .tips {
  font-size: 12px;
  padding-top: 0.5em;
  color: #A0A0A0;
}
.layui-layer.sku-modal .sku-swiper .swiper-container .swiper-slide .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #00C8C8;
}
.layui-layer.sku-modal .sku-swiper .swiper-button-next,
.layui-layer.sku-modal .sku-swiper .swiper-button-prev {
  width: 0.4667rem;
  height: 0.8533rem;
  background-size: cover;
  outline: none;
}
.layui-layer.sku-modal .sku-swiper .swiper-button-prev,
.layui-layer.sku-modal .sku-swiper .swiper-container-rtl .swiper-button-next {
  background-image: url("../images/home/206.png");
  left: -80px;
}
.layui-layer.sku-modal .sku-swiper .swiper-button-next,
.layui-layer.sku-modal .sku-swiper .swiper-container-rtl .swiper-button-prev {
  background-image: url("../images/home/205.png");
  right: -80px;
}
