.product-fangan-container .top-title {
  line-height: 42px;
  font-size: 30px;
  letter-spacing: 1.5px;
  color: #000;
  font-weight: normal;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.product-fangan-container .tab-content {
  background-color: rgb(242, 246, 255);
  border: 1px solid rgb(231, 235, 242);
}
.product-fangan-container .tab-content .tab-content-main {
  border: 1px solid rgb(231, 235, 242);
  box-shadow: 2px 2px 4px rgba(176, 198, 255, 0.29);
  margin: 20px 0;
}
.product-fangan-container .tab-content .tab-content-main .tab-content-header {
  position: relative;
  padding: 24px 36px;
  background-size: cover;
  background-position: center;
}
.product-fangan-container .tab-content .tab-content-main .tab-content-header .title {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 34.75px;
  color: rgb(0, 0, 0);
}
.product-fangan-container .tab-content .tab-content-main .tab-content-header .desc {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 17.38px;
  color: rgb(61, 71, 89);
  margin-bottom: 20px;
  margin-top: 10px;
}
.product-fangan-container .tab-content .tab-content-main .tab-content-header .checklist {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.product-fangan-container .tab-content .tab-content-main .tab-content-header .checklist .checklist-item {
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 20.27px;
  color: rgb(32, 97, 255);
  margin-right: 40px;
}
.product-fangan-container .tab-content .tab-content-main .tab-content-header .checklist .checklist-item .icon {
  width: 18px;
  margin-right: 10px;
}
.product-fangan-container .tab-content .tab-content-main .tab-content-header .option {
  margin-bottom: 20px;
}
.product-fangan-container .tab-content .tab-content-main .tab-content-body {
  padding: 30px;
  border-top: 1px solid rgb(231, 235, 242);
  margin-bottom: -25px;
}
.product-fangan-container .tab-content .life {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.product-detail .banner {
  position: relative;
}
.product-detail .banner img {
  width: 100%;
  height: 100%;
}
.product-detail .banner .banner-contont {
  width: 70%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-detail .banner .banner-contont .title {
  color: #1966ff;
  font-weight: bold;
  font-size: 34px;
  line-height: 51px;
}
.product-detail .banner .banner-contont .label {
  color: #1966ff;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
}
.product-detail .banner .banner-contont .line {
  margin-top: 21px;
  width: 44px;
  height: 2px;
  background: #1966ff;
}
.product-detail .banner .banner-contont .intro {
  color: #0c2243;
  font-weight: normal;
  margin-top: 15px;
  font-size: 14px;
  line-height: 26px;
  width: 580px;
}
.product-detail .tab-row {
  width: 100%;
  height: 50px;
  background-color: rgb(239, 245, 254);
}
.product-detail .tab-row .action-tab {
  background-color: rgba(255, 255, 255, 0.75);
}
.product-detail .tab-row .tab-contont {
  width: 70%;
  margin: 0 auto;
  height: 50px;
  display: flex;
  align-items: center;
}
.product-detail .tab-row .tab-item {
  padding: 10px 70px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  height: 50px;
}
.product-detail .tab-row .tab-item.current {
  border-bottom: 3px solid #fff;
}
.product-detail .tab-row ::-webkit-scrollbar {
  display: none;
}
.product-detail .row-content {
  width: 80%;
  margin: 0 auto;
}
.product-detail .row-content .top-title {
  line-height: 42px;
  font-size: 30px;
  letter-spacing: 1.5px;
  color: #000;
  font-weight: normal;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.product-detail .row-content .product_contents {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin-top: 20px;
}
.product-detail .row-content .product_contents .product_item {
  padding: 30px 45px 50px;
  background-color: var(--whiteColor);
  border: solid 1px #d5dce6;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin: 0 11px 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 300px;
  flex-shrink: 0;
}
.product-detail .row-content .product_contents .product_item img {
  width: 235px;
  height: 130px;
}
.product-detail .row-content .product_contents .product_item .title {
  margin-top: 25px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.product-detail .row-content .product_contents .product_item .line {
  margin: 20px auto 25px;
  width: 40px;
  height: 3px;
  background-image: linear-gradient(-90deg, #5670fb, #02adff);
}
.product-detail .row-content .product_contents .product_item .detail_info {
  font-size: 14px;
  color: #666;
  line-height: 2;
  text-align: justify;
}
.product-detail .row-content .product_contents .scene_item {
  padding: 34px 35px 54px;
  overflow: hidden;
  width: 15%;
  border: 1px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(180deg, #ecf1fd, #f7fbfe), linear-gradient(180deg, #bcc5ff, #e4efff);
  background-color: #ecf1fd;
  border-radius: 4px;
  position: relative;
  margin: 0 11px 20px 11px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
}
.product-detail .row-content .product_contents .scene_item .item_title {
  line-height: 26px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  position: relative;
  z-index: 2;
  margin-top: 12px;
}
.product-detail .row-content .product_contents .scene_item .item_title::after {
  content: "";
  position: absolute;
  left: 33%;
  bottom: -10px;
  width: 34%;
  height: 6px;
  background-image: linear-gradient(-90deg, #5670fb, #02adff);
}
.product-detail .row-content .product_contents .scene_item .item_content {
  line-height: 26px;
  font-size: 14px;
  color: #666;
  margin-top: 18px;
}
.product-detail .row-content .case-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
.product-detail .row-content .case-tab .tab-item {
  padding: 0 15px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  margin: 0 49px;
  white-space: nowrap;
  cursor: pointer;
}
.product-detail .row-content .case-tab .tab-item.current {
  border-bottom: 3px solid #fff;
}
.product-detail .row-content .case-content {
  margin-top: 50px;
  background-color: rgba(255, 255, 255, 0.85);
  position: relative;
  box-shadow: 0 1px 20px rgba(194, 215, 236, 0.5);
  margin: 44px auto 25px;
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  width: 100%;
  padding: 50px;
  justify-content: space-between;
}
.product-detail .row-content .case-content .left .title {
  margin-bottom: 36px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.product-detail .row-content .case-content .left .row {
  display: flex;
  max-width: 450px;
}
.product-detail .row-content .case-content .left .row .label {
  float: left;
  line-height: 26px;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
}
.product-detail .row-content .case-content .left .row .cont {
  font-size: 14px;
  color: #5b6068;
}
.product-detail .row-content .case-content .right {
  width: 50%;
}
.product-detail .row-content .related_product {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
}
.product-detail .row-content .related_product .related_item {
  margin-left: 8px;
  margin-right: 8px;
  width: 27%;
  background-image: linear-gradient(0, #fff, #f4f8ff);
  border: 1px solid #fff;
  border-radius: 2px;
  box-shadow: 0 5px 20px 0 rgba(196, 214, 242, 0.35);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  padding: 20px 32px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.product-detail .row-content .related_product .related_item .left {
  display: flex;
  align-items: center;
}
.product-detail .row-content .related_product .related_item .left img {
  width: 45px;
  height: 45px;
}
.product-detail .row-content .related_product .related_item .left .title {
  line-height: 32px;
  font-size: 18px;
  color: #333;
}
.product-detail .row-content .related_product .related_item .left .label {
  line-height: 24px;
  font-size: 14px;
  color: gray;
}
.product-detail .row-content ::-webkit-scrollbar {
  display: none;
}
.product-detail .row-content .see_cont {
  display: flex;
  overflow-y: auto;
  margin-top: 20px;
  justify-content: space-around;
}
.product-detail .row-content .see_cont .see_item {
  max-width: 250px;
  padding: 30px;
  background-color: #fff;
  border-radius: 2px;
  border-top: 1px solid rgba(133, 217, 255, 0.17);
  box-shadow: 0 7px 15px 2px rgba(133, 217, 255, 0.17);
  position: relative;
  transition: all 0.3s ease-in-out;
  margin: 0 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-detail .row-content .see_cont .see_item .title {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 10px;
}
.product-detail .row-content .see_cont .see_item .info {
  margin: 10px 0 20px 0;
  font-size: 14px;
  line-height: 26px;
  color: gray;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-detail .row-content .left_right_layout {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  flex-direction: row;
}
.product-detail .row-content .left_right_layout.reverse {
  flex-direction: row-reverse;
}
.product-detail .row-content .left_right_layout.reverse .right {
  text-align: left;
}
.product-detail .row-content .left_right_layout.reverse .left {
  text-align: right;
}
.product-detail .row-content .left_right_layout .right {
  text-align: right;
}
.product-detail .row-content .left_right_layout .right img {
  width: 80%;
}
.product-detail .row-content .left_right_layout > .left {
  flex: 0.7;
}
.product-detail .row-content .left_right_layout > .right {
  flex: 1.3;
}
.product-detail .row-content .left_right_layout .title {
  line-height: 54px;
  color: #343434;
  font-size: 24px;
}
.product-detail .row-content .left_right_layout .label_info {
  line-height: 30px;
  color: #666;
  font-size: 14px;
  letter-spacing: 1px;
}
.product-detail .row-content .tabs_list_cont {
  display: flex;
  width: 100%;
  background: #e6efff;
  border-radius: 12px;
  box-shadow: 0 3px 28px rgba(194, 215, 236, 0.27);
  margin-top: 15px;
}
.product-detail .row-content .tabs_list_cont .tab_list {
  width: 214px;
  padding: 20px 0 10px;
  background: rgba(255, 255, 255, 0.5);
}
.product-detail .row-content .tabs_list_cont .tab_list .tab_item {
  width: 190px;
  height: 64px;
  padding-left: 24px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  text-align: left;
  margin: 0;
}
.product-detail .row-content .tabs_list_cont .tab_list .tab_item img {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
.product-detail .row-content .tabs_list_cont .tab_list .tab_item .hot {
  width: auto;
  height: 18px;
  padding: 0 5px;
  line-height: 18px;
  font-size: 12px;
  color: #f36564;
  letter-spacing: -0.5px;
  text-align: center;
  background: #ffe7e4;
  border-radius: 2px;
  margin-left: 5px;
}
.product-detail .row-content .tabs_list_cont .tab_list .action_tab {
  color: #596efb;
  background-color: #fff;
  width: 185px;
  box-sizing: content-box;
  border-left: 5px solid #596efb;
}
.product-detail .row-content .tabs_list_cont .tab_content {
  width: calc(100% - 314px);
  padding: 38px 48px 50px 52px;
  height: auto;
  overflow: hidden;
  background-color: #fff;
}
.product-detail .row-content .tabs_list_cont .tab_content .title {
  line-height: 32px;
  font-size: 22px;
  color: #000;
  margin-bottom: 16px;
}
.product-detail .row-content .tabs_list_cont .tab_content .intro {
  line-height: 24px;
  font-size: 14px;
  color: #666;
  letter-spacing: 0.5px;
}
.product-detail .row-content .tabs_list_cont .tab_content .texts {
  display: flex;
  align-items: center;
  margin-top: 12px;
  flex-wrap: wrap;
}
.product-detail .row-content .tabs_list_cont .tab_content .text_item {
  text-align: left;
  line-height: 22px;
  font-size: 14px;
  color: #495770;
  position: relative;
  padding-left: 24px;
  margin: 0 30px 8px 0;
}
.product-detail .row-content .tabs_list_cont .tab_content .text_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background-image: url(/static/product/images/icon-tep1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
.product-detail .row-content .tabs_list_cont .tab_content .images {
  margin-top: 10px;
}
.product-detail .row-content .tabs_list_cont .tab_content .images img {
  width: 100%;
}
.product-detail .row-content .overview {
  padding: 15px;
}
.product-detail .row-content .overview .label_intro {
  line-height: 28px;
  font-size: 16px;
  color: #666;
  letter-spacing: 0.75px;
  margin: 15px auto 0;
}
.product-detail .row-content .overview .images {
  max-width: 80%;
  margin: 0 auto;
  margin-top: 20px;
}
.product-detail .row-content .overview .images img {
  width: 100%;
}
.product-detail .row-content .adv_cont {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.product-detail .row-content .adv_cont .image_show {
  width: 345px;
  height: 287px;
  position: absolute;
  top: 138px;
  left: 50%;
  background-image: url(/static/product/images/abiys.png);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: -172.5px;
}
.product-detail .row-content .adv_cont .left {
  float: left;
}
.product-detail .row-content .adv_cont .left .item {
  margin-bottom: 24px;
  width: 335px;
  display: flex;
  align-items: end;
  flex-direction: column;
}
.product-detail .row-content .adv_cont .left .item .images {
  width: 52px;
  height: 52px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 6px 22px rgba(72, 134, 255, 0.1);
  margin: 22px;
}
.product-detail .row-content .adv_cont .left .item .images .img {
  width: 39px;
  height: 39px;
}
.product-detail .row-content .adv_cont .left .item .title {
  line-height: 26px;
  font-size: 18px;
  color: #333;
  margin: 0 0 9px 22px;
}
.product-detail .row-content .adv_cont .left .item .intro {
  line-height: 26px;
  font-size: 14px;
  color: #666;
  text-align: right;
  margin-left: 22px;
}
.product-detail .row-content .adv_cont .right {
  float: right;
}
.product-detail .row-content .adv_cont .right .item {
  margin-bottom: 24px;
  width: 335px;
  display: flex;
  align-items: start;
  flex-direction: column;
}
.product-detail .row-content .adv_cont .right .item .images {
  width: 52px;
  height: 52px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 6px 22px rgba(72, 134, 255, 0.1);
  margin: 22px;
}
.product-detail .row-content .adv_cont .right .item .images .img {
  width: 39px;
  height: 39px;
}
.product-detail .row-content .adv_cont .right .item .title {
  line-height: 26px;
  font-size: 18px;
  color: #333;
  margin: 0 0 9px 22px;
}
.product-detail .row-content .adv_cont .right .item .intro {
  line-height: 26px;
  font-size: 14px;
  color: #666;
  text-align: left;
  margin-left: 22px;
}
.product-detail .product_footer {
  width: 100%;
  height: 185px;
  background-image: url(/static/product/images/product_yban.jpg);
  background-size: 100% 100%;
  position: relative;
}
.product-detail .product_footer .footer-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-detail .product_footer .footer-content .title {
  line-height: 44px;
  font-size: 26px;
  color: #333;
  letter-spacing: 1px;
  white-space: nowrap;
}
.product-detail .product_footer .footer-content .option {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.product-detail .line_x {
  width: 0;
  height: 2px;
  display: block;
  background: linear-gradient(90deg, rgb(4, 171, 255) 0%, rgb(86, 112, 251) 100%);
  position: absolute;
}
.product-detail .line_y {
  width: 2px;
  height: 0;
  display: block;
  background: linear-gradient(90deg, rgb(4, 171, 255) 0%, rgb(86, 112, 251) 100%);
  position: absolute;
}
.product-detail .top {
  right: 0;
  top: 0;
}
.product-detail .left {
  left: 0;
  top: 0;
}
.product-detail .right {
  right: 0;
  bottom: 0;
}
.product-detail .bottom {
  left: 0;
  bottom: 0;
}
.product-detail .product_item:hover .line_x {
  width: 100%;
  animation: move 0.5s ease;
}
.product-detail .product_item:hover .line_y {
  height: 100%;
  animation: moveheight 0.5s ease;
}
@keyframes move {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes moveheight {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}

@media screen and (max-width: 767.98px) {
  .product-detail .banner {
    height: 300px;
  }
  .product-detail .banner .banner-contont {
    margin: 0 auto;
    padding: 10px 0;
    position: absolute;
    bottom: 0px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .product-detail .tab-row .tab-contont {
    width: 100%;
    display: flex;
    overflow-y: auto;
  }
  .product-detail .tab-row .tab-contont .tab-item {
    padding: 5px 10px;
  }
  .product-detail .tab-row .tab-contont .tab-item.current {
    border-bottom: 3px solid #fff;
  }
  .product-detail .row-content {
    width: 100%;
  }
  .product-detail .row-content .tabs_list_cont {
    width: 90%;
    margin: 0 auto;
  }
  .product-detail .row-content .product_contents {
    flex-wrap: nowrap !important;
    overflow-y: auto;
    justify-content: unset;
  }
  .product-detail .row-content .product_contents .scene_item {
    max-width: 300px;
    flex-basis: content;
  }
  .product-detail .row-content .case-content {
    width: 90%;
    padding: 20px;
  }
  .product-detail .row-content .case-content .left .row {
    max-width: 100%;
  }
  .product-detail .row-content .case-content .right {
    margin-top: 10px;
    width: 100%;
  }
  .product-detail .row-content .related_product .related_item {
    width: 100%;
  }
  .product-detail .row-content .see_cont .see_item {
    max-width: 300px;
  }
  .product-detail .row-content .top-title {
    padding: 10px;
  }
  .product-detail .row-content .left_right_layout {
    padding: 20px;
    flex-direction: column !important;
  }
  .product-detail .row-content .left_right_layout .right {
    width: 100%;
  }
  .product-detail .row-content .left_right_layout .right img {
    width: 100%;
    margin-top: 10px;
  }
  .product-detail .row-content .adv_cont {
    display: flex;
    padding: 10px;
    box-sizing: border-box;
  }
  .product-detail .row-content .adv_cont .left .item {
    width: 98%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .product-detail .row-content .adv_cont .left .item .intro {
    text-align: center;
  }
  .product-detail .row-content .adv_cont .left .item .title {
    margin-bottom: 9px;
  }
  .product-detail .row-content .adv_cont .right .item {
    width: 98%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .product-detail .row-content .adv_cont .right .item .intro {
    text-align: center;
    margin-left: 0;
  }
  .product-detail .row-content .adv_cont .right .item .title {
    margin-bottom: 9px;
  }
  .product-detail .row-content .tabs_list_cont .tab_list {
    width: 100%;
  }
  .product-detail .row-content .tabs_list_cont .tab_list .action_tab {
    padding-left: 10px;
    margin-left: 20px;
  }
  .product-detail .row-content .tabs_list_cont .tab_content {
    width: 95%;
    padding: 20px;
    box-sizing: border-box;
  }
}