#product .container1 .banner .tabs {
  display: none;
}
#product .content {
  display: flex;
  justify-content: space-between;
  padding: 80px 0 120px;
}
#product .content .left {
  width: 20%;
}
#product .content .left .title {
  background: #25ABC1;
  padding: 1.2vw 1vw;
  color: #ffff;
  border-bottom: 1px solid #F5F5F5;
}
#product .content .left ul {
  background: #F5F5F5;
}
#product .content .left ul li {
  border-bottom: 1px solid #EEEEEE;
  transition: all ease 0.3s;
}
#product .content .left ul li:last-child {
  border-bottom: none;
}
#product .content .left ul li a {
  color: #434343;
  display: block;
  padding: 0.9vw 1vw;
  transition: all ease 0.5s;
}
#product .content .left ul li.active,
#product .content .left ul li:hover {
  background: #25ABC1;
}
#product .content .left ul li.active a,
#product .content .left ul li:hover a {
  color: #fff;
}
#product .content .right {
  width: 77.76%;
}
#product .content .right .color2 {
  padding-left: 20px;
  margin-bottom: 20px;
  border-left: 4px solid #30C0D8;
}
#product .content .right .list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #D7DBDF;
}
#product .content .right .list .item {
  width: 48.8%;
  flex: none;
  margin-right: 2.39%;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F6F6F6;
}
#product .content .right .list .item:hover .img img {
  transform: scale(1.12);
}
#product .content .right .list .item:hover .type {
  color: #30C0D8;
}
#product .content .right .list .item:nth-child(even) {
  margin-right: 0;
}
#product .content .right .list .item .img {
  width: 41.24%;
  overflow: hidden;
}
#product .content .right .list .item .img img {
  width: 100%;
  transition: all 0.5s;
}
#product .content .right .list .item .detail {
  width: 56%;
  box-sizing: border-box;
  padding-right: 5%;
}
#product .content .right .list .item .detail .font20 {
  margin-bottom: 8px;
  transition: all ease 0.5s;
}
#product .content .right .list .item .detail .font16 {
  color: #747474;
  margin: 10px 0 25px;
}
#product .content .right .list .item .detail .bts {
  display: flex;
  width: 80%;
  justify-content: space-between;
}
#product .content .right .list .item .detail .bts a {
  display: inline-block;
  width: 48%;
  padding: 6px 0;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  color: #222222;
  border: 1px solid #CCCCCC;
  transition: all ease 0.5s;
}
#product .content .right .list .item .detail .bts a:hover {
  color: #fff;
  background-color: #30C0D8;
  border-color: #30C0D8;
}
#product_detail .info {
  background: #F6F6F6;
}
#product_detail .info .info_div {
  margin: auto;
  display: flex;
  align-items: center;
}
#product_detail .info .info_div .img_box {
  flex: none;
  width: 50%;
  text-align: center;
}
#product_detail .info .info_div .img_box > img {
  max-width: 80%;
}
#product_detail .info .info_div .right {
  flex: none;
  width: 50%;
}
#product_detail .info .info_div .font66 {
  font-size: 66px;
}
#product_detail .info .info_div .bts {
  margin: 42px 0 60px;
}
#product_detail .info .info_div .bts a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 143px;
  height: 52px;
  font-size: 16px;
  color: #fff;
  margin-right: 19px;
}
#product_detail .info .info_div .bts a:first-child {
  background-color: #30C0D8;
}
#product_detail .info .info_div .bts a:last-child {
  background: #617081;
}
#product_detail .info .info_div .bts a img {
  margin-right: 7px;
}
#product_detail .info .right .font30 {
  color: #000;
}
#product_detail .video {
  padding: 40px 0;
}
#product_detail .video .max-width {
  position: relative;
}
#product_detail .video .max-width video {
  width: 100%;
  object-fit: fill;
}
#product_detail .video .layout-play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 79px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  text-align: center;
  background-image: url(../images/index/play.png);
  background-size: 100% 100%;
  cursor: pointer;
}
#product_detail .video .layout-play::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: #FFF9F9;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s, transform 0.5s;
}
#product_detail .video .layout-play::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.31);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s, transform 0.5s;
}
#product_detail .video .layout-play:hover::after {
  opacity: 1;
  transform: scale(1.25);
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  -ms-transform: scale(1.25);
}
#product_detail .video .layout-play:hover::before {
  opacity: 1;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
}
#product_detail .desc {
  font-size: 16px;
  line-height: 35px;
  padding-bottom: 60px;
}
#product_detail .xq_con3 {
  width: 100%;
  background: #F8F8F8;
  padding: 60px 0;
}
#product_detail .xq_con3 .unpack .unpack_head {
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 44px;
  color: #000;
  line-height: 44px;
  margin-bottom: 16px;
  font-weight: 400;
}
#product_detail .xq_con3 .unpack .unpack_head img {
  display: inline-block;
  width: 39px;
  height: auto;
  margin-left: 20px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
#product_detail .xq_con3 .unpack .unpack_con {
  width: 100%;
  height: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
#product_detail .xq_con3 .unpack .unpack_con .sc_modal {
  width: 100%;
  padding: 38px 0;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
#product_detail .xq_con3 .unpack .unpack_con .sc_modal:last-child {
  border: none;
}
#product_detail .xq_con3 .unpack .unpack_con .sc_modal .sc_left {
  display: inline-block;
  width: 160px;
  font-size: 24px;
  color: #000;
  line-height: 36px;
}
#product_detail .xq_con3 .unpack .unpack_con .sc_modal .sc_right {
  width: calc(100% - 170px);
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
#product_detail .xq_con3 .unpack .unpack_con .sc_modal .sc_right p {
  width: 100%;
  font-size: 16px;
  color: #000;
  line-height: 36px;
  display: inline-block;
  margin-bottom: 6px;
}
#product_detail .xq_con3 .unpack .unpack_con .sc_modal .sc_right .down_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
  text-decoration: none;
}
#product_detail .xq_con3 .unpack .unpack_con .sc_modal .sc_right .down_item:hover .down_l {
  color: #1268AD;
  text-decoration: underline;
}
#product_detail .xq_con3 .unpack .unpack_con .sc_modal .sc_right .down_item .down_l {
  display: inline-block;
  width: 70%;
  font-size: 16px;
  color: #000;
  line-height: 36px;
}
#product_detail .xq_con3 .unpack .unpack_con .sc_modal .sc_right .down_item span {
  line-height: 36px;
  font-size: 16px;
  color: #4CA6EE;
}
#product_detail .xq_con3 .unpack .unpack_con .sc_modal .sc_right .down_item span img {
  display: inline-block;
  width: 20px;
  height: auto;
  margin-right: 6px;
}
#product_detail .xq_con3 .unpack.box_hide .unpack_head img {
  transform: rotate(180deg);
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
#product_detail .xq_con3 .unpack.box_hide .unpack_con {
  height: 0;
  overflow: hidden;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
#product_detail .xq_con5 {
  width: 100%;
  padding: 80px 0;
  background: #fff;
}
#product_detail .xq_con5 .d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#product_detail .xq_con5 .d-flex .font14 {
  color: #000;
}
#product_detail .xq_con5 .prod_swiper_div {
  position: relative;
  padding: 0 70px;
}
#product_detail .xq_con5 .prod_swiper {
  width: 100%;
  margin-top: 50px;
  box-sizing: border-box;
}
#product_detail .xq_con5 .prod_swiper .swiper-wrapper {
  height: max-content;
}
#product_detail .xq_con5 .prod_swiper .prod_item {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  border: 1px solid #D9D9D9;
  padding: 18px;
  box-sizing: border-box;
}
#product_detail .xq_con5 .prod_swiper .prod_item .prod_text {
  width: 100%;
}
#product_detail .xq_con5 .prod_swiper .prod_item .prod_text h5 {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #000000;
  line-height: 20px;
}
#product_detail .xq_con5 .prod_swiper .prod_item .prod_text p {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  color: #686868;
  margin: 8px 0 6px 0;
}
#product_detail .xq_con5 .prod_swiper .prod_item .prod_text .xq_btn {
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 16px;
  color: #494949;
  width: 112px;
  height: 32px;
  line-height: 32px;
  position: relative;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
#product_detail .xq_con5 .prod_swiper .prod_item .prod_text .xq_btn::before {
  content: '';
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: rgba(37, 171, 193, 0.47);
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#product_detail .xq_con5 .prod_swiper .prod_item .prod_text .xq_btn i {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  font-style: normal;
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 32px;
  font-size: 18px;
  margin-right: 10px;
}
#product_detail .xq_con5 .prod_swiper .prod_item .prod_img {
  width: 100%;
  padding-top: 10px;
  overflow: hidden;
}
#product_detail .xq_con5 .prod_swiper .prod_item .prod_img img {
  display: inline-block;
  width: 100%;
  height: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
#product_detail .xq_con5 .prod_swiper .prod_item:hover .prod_text .xq_btn {
  justify-content: center;
  color: #fff;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
#product_detail .xq_con5 .prod_swiper .prod_item:hover .prod_text .xq_btn::before {
  width: 100%;
  background: #25ABC1;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
#product_detail .xq_con5 .prod_swiper .prod_item:hover .prod_text .xq_btn i {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  width: auto;
}
#product_detail .xq_con5 .prod_swiper .prod_item:hover .prod_img img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
}
#product_detail .xq_con5 .prod_swiper .swiper-button-prev {
  display: none;
}
#product_detail .xq_con5 .prod_swiper .swiper-button-next {
  display: none;
}
#product_detail .unpack .swiper-button-next,
#product_detail .unpack .swiper-button-prev {
  width: 50px;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 50%;
}
#product_detail .unpack .swiper-button-next:hover,
#product_detail .unpack .swiper-button-prev:hover {
  border-color: #30C0D8;
  box-shadow: 0 0 15px rgba(48, 192, 216, 0.3);
}
#product_detail .unpack .swiper-button-next {
  right: 0;
  background: url(../images/m2ry_ar3.png) no-repeat center center;
}
#product_detail .unpack .swiper-button-next:hover {
  background: #30C0D8 url(../images/m2ry_ar4.png) no-repeat center center;
}
#product_detail .unpack .swiper-button-prev {
  left: 0;
  background: url(../images/m2ry_ar1.png) no-repeat center center;
}
#product_detail .unpack .swiper-button-prev:hover {
  background: #30C0D8 url(../images/m2ry_ar2.png) no-repeat center center;
}
@media screen and (max-width: 1366px) {
  #product .content .right .list .item .detail .font20 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #product .content .right .list .item .detail .font16 {
    font-size: 14px;
    margin: 8px 0;
  }
  #product_detail .info .info_div .font66 {
    font-size: 48px;
  }
  #product_detail .info .info_div .font40 {
    font-size: 30px;
  }
  #product_detail .info .info_div .bts {
    margin: 30px 0 45px;
  }
  #product_detail .info .info_div .bts a {
    width: 123px;
    height: 46px;
    font-size: 14px;
  }
  #product_detail .info .info_div .bts a img {
    width: 20px;
  }
  #product_detail .info .right .font30 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1024px) {
  #product .container1 .banner .tabs {
    display: flex;
  }
  #product .content {
    padding: 0;
  }
  #product .content .left {
    display: none;
  }
  #product .content .right {
    width: 100%;
    padding-bottom: 65px;
  }
  #product .content .right .color2 {
    font-size: 27px;
    padding: 34px 0 10px;
    border-left: none;
    margin-bottom: 0;
  }
  #product .content .right .list {
    border-top: none;
  }
  #product .content .right .list .item {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
    padding: 10px 0;
  }
  #product .content .right .list .item .detail .bold {
    color: #222;
    font-size: 17px;
    margin-bottom: 4px;
  }
  #product .content .right .list .item .detail .font16 {
    font-size: 12px;
    margin: 6px 0 10px;
  }
  #product .content .right .list .item .detail .bts {
    width: 100%;
  }
  #product .content .right .list .item .detail .bts a {
    font-size: 12px;
    color: #222222;
  }
  #product .content .right .list .item .detail .bts a:first-child {
    background: #30C0D8;
    color: #fff;
    border-color: #30C0D8;
  }
  #product_detail .info .info_div {
    flex-direction: column;
  }
  #product_detail .info .info_div .font66 {
    font-size: 35px;
  }
  #product_detail .info .info_div .font40 {
    font-size: 20px;
  }
  #product_detail .info .info_div .img_box {
    width: 100%;
    padding: 30px 20px 42px;
    box-sizing: border-box;
  }
  #product_detail .info .info_div .right {
    width: 100%;
    padding-bottom: 40px;
  }
  #product_detail .info .info_div .right .font30 {
    font-size: 20px;
    font-weight: bold;
  }
  #product_detail .info .info_div .bts {
    display: flex;
    justify-content: space-between;
    margin: 17px 0 20px;
  }
  #product_detail .info .info_div .bts a {
    flex: none;
    width: 46.9%;
    height: 59px;
    line-height: 59px;
    margin-right: 0;
    font-size: 18px;
  }
  #product_detail .video {
    padding: 21px 0 30px;
  }
  #product_detail .video .max-width {
    width: 100%;
  }
  #product_detail .video .layout-play {
    width: 56px;
    height: 56px;
  }
  #product_detail .desc {
    font-size: 14px;
    line-height: 28px;
  }
  #product_detail .xq_con3 {
    padding: 36px 0;
  }
  #product_detail .xq_con3 .unpack .unpack_head {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0;
  }
  #product_detail .xq_con3 .unpack .unpack_head img {
    width: 22px;
    margin-left: 10px;
  }
  #product_detail .xq_con3 .unpack .unpack_con .sc_modal {
    flex-direction: column;
    padding: 26px 0 30px;
  }
  #product_detail .xq_con3 .unpack .unpack_con .sc_modal .sc_left {
    margin-left: 12px;
  }
  #product_detail .xq_con3 .unpack .unpack_con .sc_modal .sc_right {
    width: 100%;
    box-sizing: border-box;
    padding-left: 12px;
  }
  #product_detail .xq_con3 .unpack .unpack_con .sc_modal .sc_right p {
    font-size: 14px;
    line-height: 30px;
  }
  #product_detail .xq_con5 .prod_swiper_div {
    padding: 0 0 50px;
  }
  #product_detail .xq_con5 .prod_swiper {
    margin-top: 25px;
  }
  #product_detail .unpack .swiper-button-prev,
  #product_detail .unpack .swiper-button-next {
    width: 35px;
    height: 35px;
    top: auto;
    bottom: 0;
  }
  #product_detail .unpack .swiper-button-prev {
    left: calc(47% - 35px);
  }
  #product_detail .unpack .swiper-button-next {
    right: calc(47% - 35px);
  }
}
