#content .product_box {
  width: 100%;
}
.product_box {
  height: calc(100vh - 1.4rem);
  width: 100%;
}
.product_box .left {
  width: 20%;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.product_box .left .scrllbar {
  position: absolute;
  height: 100%;
  width: calc(100% + 17px);
  overflow-x: hidden;
  overflow-y: scroll;
  right: -17px;
}
.product_box .left ul {
  padding-right: 17px;
  width: 100%;
}
.product_box .left ul li {
  display: flex;
  height: 1.3rem;
  align-items: center;
  box-sizing: border-box;
  border-bottom: 1px solid #EEEEEE;
  cursor: pointer;
  width: 100%;
}
.product_box .left ul li a {
  width: 100%;
  padding: 0 0.6rem 0;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: left;
}
.product_box .left ul li span {
  position: absolute;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  color: #DDDDDD;
}
.product_box .left ul li.uk-active {
  background: #007BC6;
}
.product_box .left ul li.uk-active h3 {
  color: #fff;
}
.product_box .left ul li.uk-active p {
  color: #fff;
}
.product_box .left ul li.uk-active span {
  color: #fff;
}
.product_box .left ul li h3 {
  margin-bottom: 10px;
  font-weight: 600;
  width: 100%;
  font-size: 24px;
}
@media only screen and (max-width: 1440px) {
  .product_box .left ul li h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .product_box .left ul li h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .product_box .left ul li h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .product_box .left ul li h3 {
    font-size: 16px;
  }
}
.product_box .left ul li p {
  text-transform: uppercase;
  color: #CCCCCC;
  margin: 0;
  width: 100%;
}
.product_box .left ul li:last-child {
  border: none;
}
.product_box .right {
  width: 80%;
}
.product_box .right ul {
  width: 100%;
  height: 100%;
}
.product_box .right ul li {
  background-size: 100% 100%;
  background-position: top center;
  width: 100%;
  height: 100%;
}
.product_box .right ul li .uk-overlay {
  background: linear-gradient(90deg, rgba(0, 123, 198, 0.9) 0%, rgba(0, 123, 198, 0) 100%);
  padding: 0.65rem 0.8rem 0.3rem;
}
.product_box .right ul li .uk-overlay h3 {
  font-weight: 600;
  color: #fff;
  font-size: 24px;
}
@media only screen and (max-width: 1440px) {
  .product_box .right ul li .uk-overlay h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .product_box .right ul li .uk-overlay h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .product_box .right ul li .uk-overlay h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .product_box .right ul li .uk-overlay h3 {
    font-size: 16px;
  }
}
.product_box .right ul li .uk-overlay p {
  color: #fff;
  line-height: 1.875;
  font-size: 16px;
}
@media only screen and (max-width: 1440px) {
  .product_box .right ul li .uk-overlay p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .product_box .right ul li .uk-overlay p {
    font-size: 12px;
  }
}
.product_box .right ul li .uk-overlay span {
  display: block;
  color: #fff;
  margin-top: 20px;
  transition: all 0.3s ease-out;
}
.product_box .right ul li a.uk-hover:hover span {
  margin-left: 20px;
}
@media all and (max-width: 960px) {
  .product_box {
    height: calc(100vh - 1rem);
  }
  .product_box .left {
    width: 100%;
    height: 10%;
    overflow-x: auto;
  }
  .product_box .left ul li {
    width: 20%;
    height: 100%;
    border-bottom: none;
    border-right: 1px solid #EEEEEE;
  }
  .product_box .left ul li span {
    display: none;
  }
  .product_box .left ul li h3 {
    margin: 0;
  }
  .product_box .left ul li p {
    display: none;
  }
  .product_box .right {
    width: 100%;
    height: 100%;
  }
  .product_box .right ul li > div {
    background-size: cover;
    background-position: center center;
  }
}
.product_tab {
  background: #E6EDF2;
  width: 100% !important;
  height: auto;
  overflow: hidden;
  min-height: 50px;
}
.product_tab ul {
  margin: 0;
  width: 100%;
}
.product_tab ul li {
  height: 1rem;
  display: flex;
  align-items: center;
  text-align: center;
  cursor: pointer;
  color: #666666;
  font-size: 18px;
  min-height: 50px;
  position: relative;
  justify-content: center;
}
@media only screen and (max-width: 1440px) {
  .product_tab ul li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .product_tab ul li {
    font-size: 14px;
  }
}
.product_tab ul li:before {
  content: '';
  width: 16%;
  height: 3px;
  border-radius: 2px;
  background: #007BC6;
  position: absolute;
  bottom: 0;
  display: none;
  left: 50%;
  transform: translateX(-50%);
}
.product_tab ul li.uk-active {
  color: #007BC6;
}
.product_tab ul li.uk-active:before {
  display: block;
}
.product_list {
  padding-top: 0.6rem;
}
.product_list .tit {
  margin-bottom: 0.4rem;
}
.product_list .tit h1 {
  overflow-wrap: break-word;
  color: #007bc6;
  font-size: 48px;
  line-height: 1;
  margin: 0;
}
@media only screen and (max-width: 1440px) {
  .product_list .tit h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .product_list .tit h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .product_list .tit h1 {
    font-size: 26px;
  }
}
.product_list .tit span {
  overflow-wrap: break-word;
  font-size: 16px;
  line-height: 1;
  color: #999;
  font-family: PingFangSC-Regular, PingFang SC;
  letter-spacing: 3px;
  margin-top: 0.1rem !important;
  margin-bottom: 0.3rem;
}
@media only screen and (max-width: 1440px) {
  .product_list .tit span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .product_list .tit span {
    font-size: 12px;
  }
}
.product_list .list_box .box {
  margin: 0;
}
.product_list .list_box .box a {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 0.4rem;
}
.product_list .list_box .box a .uk-overflow-hidden {
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s ease-out;
}
.product_list .list_box .box a .uk-overflow-hidden:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #007BC6;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  opacity: 0;
  z-index: 4;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
}
.product_list .list_box .box a .uk-overflow-hidden img {
  width: 100%;
}
.product_list .list_box .box a p {
  margin-top: 0.1rem;
  font-size: 16px;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1440px) {
  .product_list .list_box .box a p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .product_list .list_box .box a p {
    font-size: 12px;
  }
}
.product_list .list_box .box a:hover .uk-overflow-hidden::before {
  opacity: 1;
}
.product_list .list_box .box a:hover p {
  color: #007BC6 !important;
}
.product_list_page {
  margin-bottom: 0.65rem;
  margin-top: 0.4rem;
}
.product_details .details_tit {
  background: #F5F5F5;
  padding-top: 0.3rem;
}
.product_details .details_tit .breadcrumb-nav .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: '>';
  margin: 0 5px 0 calc(5px - 4px);
}
.product_details .details_tit .breadcrumb-nav .uk-breadcrumb > :nth-child(2):before {
  display: none;
}
.product_details .details_tit .tit {
  margin-bottom: 0.4rem;
  margin-top: 0.6rem;
}
.product_details .details_tit .tit h1 {
  overflow-wrap: break-word;
  color: #007bc6;
  font-size: 48px;
  line-height: 1;
  margin: 0;
}
@media only screen and (max-width: 1440px) {
  .product_details .details_tit .tit h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .product_details .details_tit .tit h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .product_details .details_tit .tit h1 {
    font-size: 26px;
  }
}
.product_details .details_tit .tit span {
  overflow-wrap: break-word;
  color: #999;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  letter-spacing: 3px;
  line-height: 1;
  margin-top: 0.1rem !important;
  margin-bottom: 0.3rem;
}
@media only screen and (max-width: 1440px) {
  .product_details .details_tit .tit span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .product_details .details_tit .tit span {
    font-size: 12px;
  }
}
.product_details .details_tit .details_img {
  position: relative;
}
.product_details .details_tit .details_img .swiper-container {
  padding-top: 1rem;
}
@media all and (max-width: 768px) {
  .product_details .details_tit .details_img .swiper-container {
    padding-top: 0;
  }
}
.product_details .details_tit .details_img .swiper-container .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  transition: 300ms;
  z-index: 1;
  position: relative;
  bottom: 0;
}
.product_details .details_tit .details_img .swiper-container .swiper-slide img {
  transform: scale(0.9);
  transform-origin: 50% 100%;
}
@media all and (max-width: 768px) {
  .product_details .details_tit .details_img .swiper-container .swiper-slide {
    transform: none;
  }
  .product_details .details_tit .details_img .swiper-container .swiper-slide img {
    transform: none;
  }
}
.product_details .details_tit .details_img .swiper-container .swiper-slide-active {
  z-index: 3;
}
.product_details .details_tit .details_img .swiper-container .swiper-slide-active img {
  transform: scale(1.1);
}
@media all and (max-width: 768px) {
  .product_details .details_tit .details_img .swiper-container .swiper-slide-active {
    transform: none;
  }
  .product_details .details_tit .details_img .swiper-container .swiper-slide-active img {
    transform: none;
  }
}
.product_details .details_tit .details_img .swiper-container .swiper-slide-active img {
  width: 100%;
  height: 100%;
}
.product_details .details_tit .details_nav {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.product_details .details_tit .details_nav a {
  display: flex;
  max-width: 220px;
  min-width: 100px;
  margin-bottom: 0.1rem;
  padding: 0 0.1rem;
  height: 0.7rem;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid #EAEAEA;
  border-radius: 35px;
  font-size: 18px;
  color: #666;
  background: #fff;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1440px) {
  .product_details .details_tit .details_nav a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .product_details .details_tit .details_nav a {
    font-size: 14px;
  }
}
.product_details .details_tit .details_nav a:hover {
  background: #007BC6;
  color: #fff;
  border: 1px solid #007BC6;
}
@media all and (max-width: 960px) {
  .product_details .details_tit .details_nav div:nth-child(4),
  .product_details .details_tit .details_nav div:nth-child(5) {
    margin-top: 0.2rem;
  }
}
.product_details .details_con {
  padding-top: 0.2rem;
}
.product_details .details_con .details {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #EAEAEA;
}
.product_details .details_con .details h2 {
  font-size: 24px;
  color: #333;
  font-weight: 600;
}
@media only screen and (max-width: 1440px) {
  .product_details .details_con .details h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .product_details .details_con .details h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .product_details .details_con .details h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .product_details .details_con .details h2 {
    font-size: 16px;
  }
}
.product_details .details_con .details .reset_style p {
  font-size: 14px !important;
  color: #666 !important;
  line-height: 1.7 !important;
}
.product_details .details_con .details .uk-dotnav {
  margin: 0;
  bottom: 5%;
  left: 0;
  right: 0;
}
.product_details .details_con .details .uk-dotnav li a {
  width: 0.15rem;
  border-radius: 0.15rem;
  background: #fff;
  height: 0.15rem;
  border: none;
}
.product_details .details_con .details .uk-dotnav li.uk-active a {
  background: #007BC6;
}
.product_details .details_con .details .uk-card h3 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 1440px) {
  .product_details .details_con .details .uk-card h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .product_details .details_con .details .uk-card h3 {
    font-size: 14px;
  }
}
.product_details .details_con .details .uk-card ul li {
  font-size: 14px;
  color: #666;
  margin-bottom: 0.2rem;
}
.product_details .details_con .details .uk-panel .uk-overflow-hidden {
  max-height: 2rem;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s ease-out;
}
.product_details .details_con .details .uk-panel .uk-overflow-hidden:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #007BC6;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 4;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
}
.product_details .details_con .details .uk-panel .uk-overflow-hidden img {
  width: 100%;
}
.product_details .details_con .details .uk-panel .uk-text-center {
  margin-top: 0.1rem;
  font-size: 18px;
  color: #737373;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1440px) {
  .product_details .details_con .details .uk-panel .uk-text-center {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .product_details .details_con .details .uk-panel .uk-text-center {
    font-size: 14px;
  }
}
.product_details .details_con .details .uk-panel:hover .uk-overflow-hidden::before {
  display: block;
}
.product_details .details_con .details .uk-panel:hover .uk-text-center {
  color: #007BC6 !important;
}
.product_details .details_con #details5 {
  border-bottom: none;
}
.product_details .details_con #details5 .uk-position-small {
  color: transparent;
  background: none;
  width: 30px;
  height: 30px;
  padding: 0;
}
.product_details .details_con #details5 .uk-position-small .icon {
  color: #D8D8D8;
  width: 30px;
  height: 30px;
}
.product_details .details_con #details5 .uk-position-small:hover .icon {
  color: #007BC6;
}
.product_details .details_list {
  margin-bottom: 1rem;
}
.product_details .details_list .tit {
  margin-bottom: 0.4rem;
  margin-top: 0.6rem;
}
.product_details .details_list .tit h1 {
  overflow-wrap: break-word;
  color: #007bc6;
  font-size: 48px;
  line-height: 1;
  margin: 0;
}
@media only screen and (max-width: 1440px) {
  .product_details .details_list .tit h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .product_details .details_list .tit h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .product_details .details_list .tit h1 {
    font-size: 26px;
  }
}
.product_details .details_list .tit span {
  overflow-wrap: break-word;
  color: #999;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  letter-spacing: 3px;
  line-height: 1;
  margin-top: 0.1rem !important;
  margin-bottom: 0.3rem;
}
@media only screen and (max-width: 1440px) {
  .product_details .details_list .tit span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .product_details .details_list .tit span {
    font-size: 12px;
  }
}
.product_details .details_list .uk-panel {
  height: 100%;
  background: #f7f7f7;
}
.product_details .details_list .uk-slider-items .uk-overflow-hidden img {
  width: 100%;
  max-height: 266px;
}
.product_details .details_list .uk-slider-items a:hover {
  text-decoration: none;
}
.product_details .details_list .uk-slider-items .slider-items-box {
  background: #f7f7f7;
  padding: 0.25rem 0.3rem;
}
.product_details .details_list .uk-slider-items .slider-items-box div {
  font-size: 16px;
  color: #007BC6;
  transition: all 0.3s ease-out;
}
.product_details .details_list .uk-slider-items .slider-items-box p {
  font-size: 12px;
  color: #808080;
  margin-top: 10px;
  transition: all 0.3s ease-out;
}
.product_details .details_list .uk-slider-items li:hover .slider-items-box div {
  color: #003eff;
}
.product_details .details_list .uk-slider-items li:hover .slider-items-box p {
  font-size: 12px;
  color: #666;
  margin-top: 10px;
}
.product_details .details_list .uk-position-small {
  color: transparent;
  background: none;
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  margin: 0;
}
.product_details .details_list .uk-position-small .icon {
  color: #FFFFFF;
  width: 0.5rem;
  height: 0.5rem;
}
.product_details .details_list .uk-position-small:hover .icon {
  color: #007BC6;
}
.uk-slideshow-items {
  max-height: 500px;
}
@media all and (max-width: 1200px) {
  .uk-slideshow-items {
    max-height: initial;
  }
}
.uk-slideshow-items img {
  display: block;
  width: 100% !important;
  height: auto !important;
}
/*# sourceMappingURL=product.css.map */