.product-taste .product-taste-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.product-taste .product-taste-wrap .block {
  display: flex;
  margin-top: 80px;
}

.product-taste .product-taste-wrap .block:nth-of-type(2n) {
  margin-left: 100px;
}

.product-taste .product-taste-wrap .block:nth-of-type(1),
.product-taste .product-taste-wrap .block:nth-of-type(2) {
  margin-top: 0;
}

.product-taste .product-taste-wrap .block img {
  width: 52px;
  height: 52px;
  margin-right: 20px;
}

.product-taste .product-taste-wrap .block .content {
  width: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-taste .product-taste-wrap .block .content .title-taste {
  height: fit-content;
  width: fit-content;
  align-self: flex-start;
  margin: unset;
  font-size: 18px;
  font-weight: 500;
  color: #222;
  line-height: 25px;
}

.product-taste .product-taste-wrap .block .content .desc {
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 20px;
}

.product-taste .m-product-taste-wrap {
  display: none;
}

@keyframes slide-arrow {
  0% {
    left: 4px;
  }

  50% {
    left: 9px;
  }

  100% {
    left: 4px;
  }
}

.now-regsite-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.now-regsite {
  display: block;
  width: 124px;
  height: 45px;
  line-height: 45px;
  padding-left: 0px;
  font-size: 16px;
  background: linear-gradient(131deg, #2192dd 0%, #004d9e 100%);
  box-shadow: 0px 6px 18px 0px rgba(0, 66, 123, 0.18);
  border-radius: 3px;
  border: unset;
  display: flex;
  font-weight: 500;
  color: #fff;
  position: relative;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 60px 0px 60px 0px;
}

.now-regsite .now-regsite-goto-btn {
  display: block;
  align-self: center;
  left: 4px;
  position: relative;
  width: 12px;
  height: 12px;
  animation: slide-arrow 0.7s infinite ease-in-out;
  background: url(../img/product/icons_arrow_2x.png) no-repeat center;
  background-size: 100%;
}

.now-regsite:hover {
  opacity: 0.85;
}

@media screen and (max-width: 1200px) {
  .product-taste {
    width: calc(100% - 100px);
    max-width: 800px !important;
  }

  .product-taste .product-taste-wrap {
    width: 100%;
  }

  .product-taste .product-taste-wrap .block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .product-taste .product-taste-wrap .block>img {
    width: 52px;
    height: 52px;
    margin: 0px 0px 20px;
  }

  .product-taste .product-taste-wrap .block .content {
    width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .product-taste .product-taste-wrap .block .content .title-taste {
    align-self: center;
    margin-bottom: 10px;
  }

  .product-taste .product-taste-wrap .block .content .desc {
    margin-top: 10px;
    align-self: center;
    text-align: center;
  }

  .product-taste .product-taste-wrap .block:nth-of-type(1),
  .product-taste .product-taste-wrap .block:nth-of-type(3) {
    margin-right: auto;
  }

  .product-taste .product-taste-wrap .block:nth-of-type(2),
  .product-taste .product-taste-wrap .block:nth-of-type(4) {
    margin-left: auto;
  }

  .product-taste.en .product-taste-wrap .block {
    justify-content: unset;
  }

  .product-taste.en .product-taste-wrap .block .content .title-taste {
    text-align: center;
  }
}

@media screen and (max-width: 750px) {
  .now-regsite {
    display: block;
    width: 1.92rem;
    height: 0.68rem;
    line-height: 0.68rem;
    padding-left: 0px;
    font-size: 0.24rem;
    background: linear-gradient(131deg, #2192dd 0%, #004d9e 100%);
    box-shadow: 0px 0.06rem 0.18rem 0px rgba(0, 66, 123, 0.18);
    border-radius: 0.03px;
    border: unset;
    display: flex;
    font-weight: 500;
    color: #fff;
    position: relative;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 0.8rem 0;
  }

  .now-regsite .now-regsite-goto-btn {
    display: none;
  }

  .now-regsite:hover {
    opacity: 0.85;
  }

  .product-taste {
    width: calc(100vw - 0.64rem);
  }

  .product-taste .product-taste-wrap {
    display: none;
  }

  .product-taste .m-product-taste-wrap {
    display: flex;
    flex-direction: column;
  }

  .product-taste .m-product-taste-wrap .block {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    margin-bottom: 0.6rem;
  }

  .product-taste .m-product-taste-wrap .block>img {
    width: 0.84rem;
    height: 0.84rem;
    margin-right: 0.3rem;
  }

  .product-taste .m-product-taste-wrap .block .content {
    width: 5.72rem;
    display: flex;
    flex-direction: column;
  }

  .product-taste .m-product-taste-wrap .block .content .title-taste {
    font-size: 0.3rem;
    font-weight: 500;
    color: #222;
    line-height: 0.46rem;
    text-align: left;
    margin-bottom: 0.12rem;
  }

  .product-taste .m-product-taste-wrap .block .content .desc {
    -webkit-box-flex: 1;
    flex: 1;
    text-align: left;
    font-size: 0.24rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.4rem;
  }

  .product-taste .m-product-taste-wrap .block:last-of-type {
    margin-bottom: 0;
  }

  .product-taste .m-product-taste-wrap .showMore {
    width: 6.86rem;
    height: 1.02rem;
    margin: 0 auto;
    border-radius: 0.02rem;
    border: 0.02rem solid #085ea9;
    margin-top: 0.6rem;
    line-height: 1.02rem;
    font-size: 0.3rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #085ea9;
    text-align: center;
  }
}

/*# sourceMappingURL=product.css.map */

.palette-info[data-v-b7b98b36] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 92px
}
.palette-info .palette-info-wrap[data-v-b7b98b36] {
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center
}
.palette-info .palette-info-wrap .flow-imgs[data-v-b7b98b36] {
    background: url(../img/product/6f6e009.png);
    background-size: 100% 100%;
    width: 877px;
    height: 70px;
    padding: 8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}
.palette-info .palette-info-wrap .flow-imgs .img[data-v-b7b98b36] {
    width: 54px;
    height: 54px;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center
}
.palette-info .palette-info-wrap .flow-imgs .img img[data-v-b7b98b36] {
    width: 54px;
    height: 54px
}
.palette-info .palette-info-wrap .flow-imgs .img[data-v-b7b98b36]:after {
    position: absolute;
    content: attr(data-name);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    word-break: keep-all;
    bottom: -50px;
    display: -webkit-inline-box;
    display: inline-flex;
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 22px
}
.palette-info .m-palette-info-wrap[data-v-b7b98b36] {
    display: none
}

@media screen and (max-width:1200px) {
.palette-info[data-v-b7b98b36] {
    max-width: 700px;
    margin-bottom: 60px
}
.palette-info .palette-info-wrap .flow-imgs[data-v-b7b98b36] {
    background: url(../img/product/6f6e009.png);
    background-size: 100% 100%;
    width: 700px;
    height: 55px;
    padding: 6px
}
.palette-info .palette-info-wrap .flow-imgs .img img[data-v-b7b98b36], .palette-info .palette-info-wrap .flow-imgs .img[data-v-b7b98b36] {
    width: 43px;
    height: 43px
}
.palette-info .palette-info-wrap .flow-imgs .img[data-v-b7b98b36]:after {
    bottom: -40px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 20px
}
}

@media screen and (max-width:750px) {
.palette-info[data-v-b7b98b36] {
    width: 100%;
    max-width: 6.23rem;
    margin: 0 auto 1.3rem
}
.palette-info .palette-info-wrap[data-v-b7b98b36] {
    display: none
}
.palette-info .m-palette-info-wrap[data-v-b7b98b36] {
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    width: 100%
}
.palette-info .m-palette-info-wrap .flow-imgs[data-v-b7b98b36] {
    background: url(../img/product/6f6e009.png);
    background-size: 100% 100%;
    width: 100%;
    height: .7rem;
    padding: .08rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}
.palette-info .m-palette-info-wrap .flow-imgs .img[data-v-b7b98b36] {
    width: .54rem;
    height: .54rem;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center
}
.palette-info .m-palette-info-wrap .flow-imgs .img img[data-v-b7b98b36] {
    width: .54rem;
    height: .54rem
}
.palette-info .m-palette-info-wrap .flow-imgs .img .desc[data-v-b7b98b36] {
    position: absolute;
    content: attr(data-name);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    word-break: break-all;
    bottom: -.58rem;
    display: -webkit-inline-box;
    display: inline-flex;
    height: .3rem;
    font-size: .2rem;
    font-weight: 400;
    color: #333;
    line-height: .3rem
}