* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}
body {
  display: flex;
  flex-direction: column;
}
body img {
  width: 100%;
}
.body {
  background-color: #fff;
}
.body .header-banner {
  width: 100%;
  position: relative;
}
.body .header-banner img {
  width: 100%;
}
.body .header-banner p {
  position: absolute;
  top: 2.7rem;
  width: 100%;
  text-align: center;
  font-size: 0.48rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 0.24rem;
  color: #FFFFFF;
}
.body .top-product {
  width: 11.84rem;
  margin: 0 auto;
  display: flex;
  padding-top: 2.8rem;
  position: relative;
  padding-bottom: 1.6rem;
}
.body .top-product {
  transform-origin: center;
  transform: scale(1.3);
}
.body .top-product svg {
  width: 11.93rem;
  height: 4.13rem;
  margin-left: -0.1rem;
}
.body .top-product .row {
  width: 100%;
  position: absolute;
  left: 0;
  display: flex;
  justify-content: space-evenly;
}
.body .top-product .row .pruduct_first,
.body .top-product .row .pruduct_second,
.body .top-product .row .pruduct_third {
  width: 2.72rem;
  height: 2.72rem;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.body .top-product .row .pruduct_first img,
.body .top-product .row .pruduct_second img,
.body .top-product .row .pruduct_third img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.body .top-product .row .pruduct_first {
  top: 0.6rem;
  right: 0.1rem;
}
.body .top-product .row .pruduct_second {
  top: 0.6rem;
  left: 0.1rem;
}
.body .top-product .row .pruduct_third {
  top: 0.6rem;
  left: 0.34rem;
}
.body .top-product .same_item {
  display: flex;
}
.body .top-product .same_item .right_content {
  display: flex;
  flex-direction: column;
  margin-left: 0.4rem;
}
.body .top-product .same_item .legend-index {
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
  flex-shrink: 0;
  background: #1CB0F7;
  font-style: normal;
  font-weight: 700;
  font-size: 0.16rem;
  line-height: 0.24re;
  text-align: right;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.body .top-product .same_item .legen-title {
  text-align: left;
  margin-left: 0.3rem;
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 0.24rem;
  color: #666666;
  margin-bottom: 0.3rem;
}
.body .top-product .same_item .legend-text {
  text-align: left;
  margin-left: 0.3rem;
  color: #999999;
  width: 3.6rem;
  font-size: 0.12rem;
}
.body .top-product .item_1 {
  position: relative;
  top: 1.04rem;
  left: 1.2rem;
}
.body .top-product .item_1 .legend-index::before {
  content: "";
  display: block;
  width: 0.03rem;
  height: 0.5rem;
  background: #1CB0F7;
  position: absolute;
  border-radius: 1.5px;
  top: 0;
  transform: translateY(-100%);
}
.body .top-product .item_1 .legend-index::after {
  content: "";
  width: 0.5rem;
  height: 0.03rem;
  background: #1CB0F7;
  border-radius: 1.5px;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  position: absolute;
}
.body .top-product .item_2 {
  position: relative;
  top: -4.24rem;
  left: 1.1rem;
}
.body .top-product .item_2 .right_content {
  position: relative;
  top: -0.6rem;
}
.body .top-product .item_2 .legend-index::after {
  content: "";
  display: block;
  width: 0.03rem;
  height: 0.5rem;
  background: #1CB0F7;
  position: absolute;
  border-radius: 1.5px;
  top: 100%;
}
.body .top-product .item_3 {
  position: relative;
  /* right: 2.4rem; */
  right: 3.1rem;
  top: 1.04rem;
}
.body .top-product .item_3 .legend-index::before {
  content: "";
  display: block;
  width: 0.03rem;
  height: 0.5rem;
  background: #1CB0F7;
  position: absolute;
  border-radius: 1.5px;
  top: 0;
  transform: translateY(-100%);
}
.body .top-product .item_3 .legend-index::after {
  content: "";
  width: 0.5rem;
  height: 0.03rem;
  background: #1CB0F7;
  border-radius: 1.5px;
  top: 50%;
  left: 0;
  transform: translateX(-100%) translateY(-50%);
  position: absolute;
}
.body .top-product .bottom_decribe {
  position: absolute;
  bottom: -0.46rem;
  padding: 0 1.97rem;
  width: calc(100% - 3.94rem);
  display: flex;
}
.body .top-product .bottom_decribe .same_item {
  display: flex;
}
.body .top-product .bottom_decribe .same_item .right_content {
  display: flex;
  flex-direction: column;
}
.body .top-product .bottom_decribe .item_1 .legend-index::after {
  content: "";
  width: 0.5rem;
  height: 0.03rem;
  background: #69dedc;
  border-radius: 1.5px;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  position: absolute;
}
.body .top-product .bottom_decribe .item_3 .legend-index::after {
  content: "";
  width: 0.5rem;
  height: 0.03rem;
  background: #69dedc;
  border-radius: 1.5px;
  top: 50%;
  left: 0;
  transform: translateX(-100%) translateY(-50%);
  position: absolute;
}
.body .top-product .bottom_decribe .legend-index {
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
  flex-shrink: 0;
  background: #1CB0F7;
  font-style: normal;
  font-weight: 700;
  font-size: 0.16rem;
  line-height: 0.24rem;
  text-align: right;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.body .top-product .bottom_decribe .legend-index::before {
  content: "";
  display: block;
  width: 0.03rem;
  height: 0.5rem;
  background: #1CB0F7;
  position: absolute;
  border-radius: 1.5px;
  top: 0;
  transform: translateY(-100%);
}
.body .top-product .bottom_decribe .legen-title {
  text-align: left;
  margin-left: 0.8rem;
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 0.24rem;
  color: #666666;
  margin-bottom: 0.3rem;
}
.body .top-product .bottom_decribe .legend-text {
  text-align: left;
  margin-left: 0.8rem;
  color: #999999;
  width: 3rem;
}
.product_series {
  width: 83.3%;
  margin: 1.84rem auto 0 auto;
  position: relative;
}
.product_series .product_series_title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  font-size: 0.42rem;
}
.product_series .product_series_title .mask_txt{
  font-size: 0.60rem;
  font-weight: bold;
  /*color: #fff;*/
   color: #1CB0F7; 
}
.product_series .product_series_title span{
  width: 0.41rem;
  height: 0.07rem;
  background: #1CB0F7;
  display: block;
  margin: 0 auto;
  margin-top: 0.3rem;
}
.product_series img {
  width: 100%;
  height: 100%;
  font-size: 0;
}
.sup{
  font-size: 0.14rem;
}
.product_series .mask_txt {
  /* position: absolute; */
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 0.58rem;
  font-weight: bold;
  /* display: flex; */
  /* justify-content: center;
  align-items: center; */
  letter-spacing: 0.16rem;
}
.navigation {
  display: flex;
  justify-content: center;
  margin: 0.82rem 0 0.49rem;
}
.navigation .navigation_box {
  display: flex;
  align-items: center;
}
.navigation .navigation_box:last-child span {
  display: none !important;
}
.navigation .navigation_box a {
  font-size: 0.18rem;
  color: #999999;
}
.navigation .navigation_box a:hover {
  color: #1CB0F7;
}
.navigation .navigation_box .active {
  color: #1CB0F7 !important;
}
.navigation .navigation_box span {
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  background: #DCDCDC;
  border-radius: 50%;
  margin: 0 0.45rem;
}
.products {
  width: 82.8%;
  margin: 0 auto;
}
.products .products_box {
  font-size: 0;
  display: block;
  /* border: 1px solid #D9D9D9; */
  margin-bottom: 0.3rem;
  box-sizing: border-box;
}
.products .products_box .products_item {
  cursor: pointer;
  width: calc(100% / 3);
  /* height: 6rem; */
  /* border-right: 1px solid #D9D9D9; */
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 23;
  box-sizing: border-box;
  padding: 0.8rem 0;
  vertical-align: top;
}

.products .products_box .products_item:hover {
  transition: all 0.3s ease-in-out;
  box-shadow: 10px 10px 20px rgba(61, 135, 185, 0.28);
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 1rem;
}
.products .products_box .products_item .bean {
  position: absolute;
  left: 0rem;
  width: 4rem;
  height: 3.68rem;
  z-index: 21;
  top: 0rem;
  display: none;
}
.products .products_box .products_item img {
  width: 80%;
  margin: 0 auto;
  /* width: 4rem; */
  z-index: 23;
}
.products .products_box .products_item:last-child {
  border-right: 0;
}
.products .products_box .products_item:hover .btn {
  opacity: 1;
  transition: all 0.6s;
}
.products .products_box .products_item .title {
  font-size: 0.18rem;
  font-weight: bold;
  color: #7B7B7B;
  text-align: center;
  margin-top: 0.25rem;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  text-align: left;
  box-sizing: border-box;
}
.products .products_box .products_item .txt {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #CFCFCF;
  width: 3.35rem;
  text-align: center;
  margin: 0.18rem auto 0.33rem;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  text-align: left;
  box-sizing: border-box;
}
.products .products_box .products_item .btn {
  opacity: 0;
  width: 1.35rem;
  height: 0.44rem;
  margin: 0 auto;
  border-radius: 0.6rem;
  background: linear-gradient(276deg, #7BCFEB 0%, #5DBEFF 100%);
  transition: all 0.6s;
  cursor: pointer;
}
.products .products_box .products_item .btn a {
  font-size: 0.16rem;
  width: 100%;
  height: 0.44rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products .products_box .products_item .btn a i {
  width: 0.1rem;
  position: relative;
  margin-left: .08rem;
}
.page-number {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.65rem;
  padding-bottom: 1.45rem;
}
.page-number .left,
.page-number .right {
  cursor: pointer;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  border: 1px solid #221E1E;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-number .left img,
.page-number .right img {
  cursor: pointer;
  width: 0.2rem;
  height: 0.2rem;
}
.page-number .number {
  padding: 0 0.32rem;
}
.page-number .number a {
  cursor: pointer;
  color: #000000;
  font-size: 0.14rem;
  padding-right: 0.2rem;
}
.page-number .number a:last-child {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .header .logo {
    width: 2.57rem;
  }
  .body .top-product {
    display: block;
    width: 100%;
    padding: 0 0.25rem;
    box-sizing: border-box;
    transform: scale(1);
  }
  .body .top-product svg{
    display: none;
  }
  .body .top-product .row{
    position: relative;
    display: block;
    padding-top: 0.4rem;
    padding-bottom: 0.25rem;
  }
  .body .top-product .row .change_line{
    width: 100%;
    height: auto;
    position: static;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0.15rem 0;
  }
  .body .top-product .row .change_line img {
    width: 1.2rem;
  }
  .body .top-product .same_item{
    position: static;
    text-align: left;
  }
  .body .top-product .same_item .right_content{
    margin: 0;
    box-sizing: border-box;
    padding-left: 0.2rem;
    top: 0;
  }
  .body .top-product .same_item .legend-index{
    display: none;
  }
  .body .top-product .same_item .legen-title{
    font-size: 0.18rem;
    margin: 0;
    padding-bottom: 0.05rem;
  }
  .body .top-product .same_item .legend-text{
    margin: 0;
    width: auto;
    font-size: 0.14rem;
  }
  .body .product_series {
    padding: 0.25rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
  }
  .product_series_title {
    width: 100% !important;
  }
  .product_series .mask_txt {
    font-size: 0.24rem !important;
    text-align: center;
  }
  .body .navigation {
    padding: 0 0.25rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    padding-bottom: 0.05rem;
  }
  .body .navigation .navigation_box {
    padding: 0.05rem 0;
  }
  .body .navigation .navigation_box span {
    margin: 0 0.1rem !important;
  }
  .body .products {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.25rem;
  }
  .body .products .products_box {
    border: none;
    display: block;
  }
  .body .products .products_box .products_item {
    width: 100%;
    height: auto !important;
    justify-content: center;
    border: none;
    box-sizing: border-box;
    margin-bottom: 0.3rem;
    padding: 0;
  }
  .body .products .products_box .products_item img {
    width: 100% !important;
    margin-bottom: 0.2rem;
  }
  .products .products_box .products_item .title{
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
  }
  .body .products .products_box .products_item .txt {
    width: auto !important;
    margin-bottom: 0.18rem;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
  }
  .body .products .products_box .products_item .btn {
    opacity: 1;
  }
  .products .products_box .products_item:hover{
    box-shadow: none;
    border-radius: 0;
  }
  .same_item{
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    visibility: visible !important;
  }
  .navigation .navigation_box a {
    font-size: 0.14rem;
  }
  .product_series_title p {
    font-size: 0.28rem !important;
  }
}
