<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

:root {
  --color: #ff6400;
  --vh: 100vh;
}

/*字体*/
@font-face {
  font-family: "outfit-r";
  src: url("../font/Outfit-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "outfit-b";
  src: url("../font/Outfit-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "outfit-l";
  src: url("../font/Outfit-Light.ttf") format("truetype");
}

.font-r {
  font-family: 'outfit-r', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}

.font-b {
  font-family: 'outfit-b', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}

.font-l {
  font-family: 'outfit-l', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}

.font100 {
  font-size: 1rem;
}

.font80 {
  font-size: 0.8rem;
}

.font72 {
  font-size: 0.72rem;
}

.font60 {
  font-size: 0.6rem;
}

.font58 {
  font-size: 0.58rem;
}

.font56 {
  font-size: 0.56rem;
}

.font54 {
  font-size: 0.54rem;
}

.font52 {
  font-size: 0.52rem;
}

.font50 {
  font-size: 0.5rem;
}

.font48 {
  font-size: 0.48rem;
}

.font46 {
  font-size: 0.46rem;
}

.font44 {
  font-size: 0.44rem;
}

.font42 {
  font-size: 0.42rem;
}

.font40 {
  font-size: 0.4rem;
}

@media (max-width: 991px) {
  .font40 {
    font-size: 0.4rem;
  }
}

.font38 {
  font-size: 0.38rem;
}

@media (max-width: 991px) {
  .font38 {
    font-size: 0.4rem;
  }
}

.font36 {
  font-size: 0.36rem;
}

@media (max-width: 991px) {
  .font36 {
    font-size: 0.4rem;
  }
}

.font34 {
  font-size: 0.34rem;
}

@media (max-width: 991px) {
  .font34 {
    font-size: 0.4rem;
  }
}

.font32 {
  font-size: 0.32rem;
}

@media (max-width: 991px) {
  .font32 {
    font-size: 0.4rem;
  }
}

.font30 {
  font-size: 0.3rem;
}

@media (max-width: 991px) {
  .font30 {
    font-size: 0.4rem;
  }
}

.font28 {
  font-size: 0.28rem;
}

@media (max-width: 991px) {
  .font28 {
    font-size: 0.32rem;
  }
}

.font26 {
  font-size: 26px;
}

@media (max-width: 1580px) {
  .font26 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .font26 {
    font-size: 0.3rem;
  }
}

.font24 {
  font-size: 24px;
}

@media (max-width: 1580px) {
  .font24 {
    font-size: 22px;
  }
}

@media (max-width: 1260px) {
  .font24 {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .font24 {
    font-size: 0.36rem;
  }
}

.font22 {
  font-size: 22px;
  line-height: 1.5em;
}

@media (max-width: 1580px) {
  .font22 {
    font-size: 18px;
  }
}

@media (max-width: 1260px) {
  .font22 {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .font22 {
    font-size: 0.3rem;
  }
}

.font20 {
  font-size: 20px;
  line-height: 1.5em;
}

@media (max-width: 1580px) {
  .font20 {
    font-size: 18px;
  }
}

@media (max-width: 1260px) {
  .font20 {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .font20 {
    font-size: 0.32rem;
  }
}

.font18 {
  line-height: 1.5em;
  font-size: 18px;
}

@media (max-width: 1580px) {
  .font18 {
    font-size: 16px;
  }
}

@media (max-width: 1260px) {
  .font18 {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .font18 {
    font-size: 0.32rem;
  }
}

.font16 {
  font-size: 16px;
}

@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .font16 {
    font-size: 0.28rem;
  }
}

.font14 {
  font-size: 14px;
}

@media (max-width: 1580px) {
  .font14 {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .font14 {
    font-size: 0.24rem;
  }
}

.font12 {
  font-size: 12px;
}

.product {
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.product .p-box1 {
  width: 100%;
  position: relative;
}

.product .p-box1 .bg {
  width: 100%;
}

.product .p-box1 .bg img {
  width: 100%;
}

@media (max-width: 991px) {
  .product .p-box1 .bg img.pc {
    display: none;
  }
}

.product .p-box1 .bg img.mb {
  display: none;
}

@media (max-width: 991px) {
  .product .p-box1 .bg img.mb {
    display: block;
  }
}

@media (max-width: 767px) {
  .product .p-box1 .bg {
    height: 12rem;
  }

  .product .p-box1 .bg img {
    height: 100%;
    object-fit: cover;
  }
}

.product .p-box1 .container {
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.product .p-box1 .container .box {
  display: flex;
  position: absolute;
  left: 0;
  top: 0.96rem;
}

.product .p-box1 .container .box .public-nav {
  background: rgba(255, 255, 255, 0.6);
}

.product .p-box1 .container .tbox {
  width: 60%;
  position: absolute;
  left: 0;
  top: 2.2rem;
}

.product .p-box1 .container .tbox .icon {
  width: 3rem;
  margin-bottom: .32rem;
  display: flex;
  justify-content: flex-start;
}

.product .p-box1 .container .tbox .c2 {
  width: 1.2rem;
  column-gap: .4rem;
}

.product .p-box1 .container .tbox .icon svg {
  height: 100%;
}

.product .p-box1 .container .tbox .title {
  text-align: left;
  color: #000;
  line-height: 1;
  margin-top: .1rem;
  margin-bottom: 2rem;
}

.product .p-box1 .container .tbox .list {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.44rem;
}

.product .p-box1 .container .tbox .list ul {
  width: 960px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.product .p-box1 .container .tbox .list ul li {
  width: 25%;
  text-align: center;
}

@media (max-width: 767px) {
  .product .p-box1 .container .tbox{
    top: .6rem;
  }
  .product .p-box1 .container .tbox .list ul li {
    width: 50%;
    margin-bottom: 0.36rem;
  }
}

.product .p-box1 .container .tbox .list ul li .t1 {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: baseline;
  line-height: 1;
}

.product .p-box1 .container .tbox .list ul li .t1 i {
  font-style: initial;
  margin-left: 3px;
}

.product .p-box1 .container .tbox .list ul li .t2 {
  color: #fff;
}

.product .p-box2 {
  width: 100%;
  padding: 1.6rem 0;
  position: relative;
  z-index: 1;
}

.product .p-box2 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product .p-box3 {
  width: 100%;
  position: relative;
  z-index: 1;
}

.product .p-box3 .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fecd57;
  z-index: 3;
  opacity: 1;
  transition: all .5s;
}

.product .p-box3 .bg {
  width: 100%;
  height: 100%;
}

.product .p-box3 .bg img {
  width: 100%;
  object-fit: cover;
}

.product .p-box2 .container {
  width: 86%;
}

.product .p-box2 .sales {
  display: flex;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: 0 auto;
}

.product .p-box2 .sales .top {
  display: flex;
  width: 50%;
  overflow: hidden;
  border-radius: 0.4rem;
}

.p-box2.p7 .sales .top {
  background: url('../images/product/p7.jpg') no-repeat center;
  background-size: cover;
}

.sales .top img {
  width: 100%;
  border-radius: 0.4rem;
  transition: all .3s;
  cursor: pointer;
}

.sales .top h3 {
  display: flex;
  align-items: center;
  width: 40%;
  margin-left: 2%;
  padding-left: 0.4rem;
  background-color: #ff6400;
  color: #000;
  border-radius: 0.4rem;
  line-height: 1;
}

.sales .bot {
  display: flex;
  width: 47%;
  margin-left: 3%;
  overflow: hidden;
  flex-wrap: wrap;
  align-items: flex-start;
  border-radius: 0.4rem;
}

.sales .bot .txt {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  height: 50%;
  padding: 0.8rem 0;
}

.sales.s3 .bot .txt {
  padding: 0.1rem 0;
}

.sales .bot img {
  width: 100%;
  height: 50%;
  border-radius: 0.4rem;
  transition: all .3s;
  cursor: pointer;
}

.sales .bot h3 {
  color: #000;
  line-height: 1.1;
  color: #ff6400;
  margin-bottom: .24rem;
}

.sales .bot p {
  width: 75%;
}

.sales.s2 {
  flex-direction: row-reverse;
}

.sales.s2 .bot {
  width: 50%;
  margin-left: 0;
}

.sales.s2 .top {
  width: 47% !important;
  margin-left: 3%;
}

.sales.s3 .bot p {
  width: 90%;
}

.sales.s3 .bot img {
  width: 80%;
  height: auto;
}

.sales.s3 .top:hover img {
  transform: scale(1);
}

.sales.s3 .bot:hover img {
  transform: scale(1);
}

@media (max-width: 991px) {
  .product .p-box3 .bg img.pc {
    display: none;
  }

  .product .p-box2 .sales .top {
    flex-wrap: wrap;
    width: 100% !important;
    margin-left: 0 !important;
  }

  .sales .bot .txt {
    width: 100%;
    height: auto;
    padding: 0.6rem 0 !important;
    justify-content: flex-start !important;
    text-align: left;
  }

  .sales .bot h3 {
    margin-bottom: 0.3rem;
  }

  .sales .top img,
  .sales .bot p {
    width: 100%;
  }

  .product .p-box2 {
    padding: 1.2rem 0;
  }

  .sales .top h3 {
    width: 100%;
    margin-left: 0;
    margin-top: 0.28rem;
    padding: 0.4rem;
  }

  .sales .bot {
    flex-wrap: wrap;
    width: 100% !important;
  }

  .sales .bot img {
    width: 100%;
  }

  .sales .bot img {
    width: 100%;
    height: auto;
  }

  .product .p-box3 {
    height: 12rem;
  }

  .product .p-box3 .bg img {
    height: 100%;
  }

  .product .p-box1 .container .tbox {
    width: 100%;
  }

  .product .p-box1 .container .tbox .title {
    margin-top: 0.2rem;
    margin-bottom: 8rem;
  }

  .product .p-box1{
    height: 15rem;
  }

  .s-hide {
    display: none !important;
  }

  .product .p-box1 .container .tbox .icon {
    width: 3.2rem;
  }

  .product .p-box1 .container .tbox .icon.c2{
    width: 1.8rem;
  }

  .product .p-box3 .container {
    top: 0.8rem !important;
    left: .7rem !important;
  }

  .product .p-box6 .container .txt {
    width: 100% !important;
    text-align: left !important;
  }

  .product .p-box6 .container .title{
    text-align: left !important;
  }

  .product .p-box6 .container .img {
    height: 12rem !important;
    flex-wrap: wrap !important;
  }

  .product .p-box6 .container .img h2 {
    opacity: 1 !important;
  }

  .product .p-box6 .container .img img {
    margin: 0 !important;
  }

  .product .p-box6 .down {
    opacity: 1 !important;
  }

  .product .p-box9 .container {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0 0.4rem;
  }

  .product .p-box9 {
    background-color: #000;
  }

  .product .p-box10 .lt .info .card {
    width: 100% !important;
  }

  .product .p-box10 .gt .item .s {
    margin-bottom: 1.8rem !important;
  }

  .product .p-box10 .gt .item .s.new::before {
    bottom: -0.8rem !important;
  }

  .sales.s3 .bot img {
    width: 100% !important;
  }

  .product .p-box11 .container {
    top: 0 !important;
  }

  .product .p-box11 .container {
    position: relative !important;
    width: 100% !important;
    padding: 0 .7rem !important;
    left: 0 !important;
  }
  .product .p-box11 .container .lt .f_jut{
    flex-wrap: wrap;
  }
}

img.mb {
  display: none;
}

@media (max-width: 991px) {
  img.mb {
    display: block;
  }
}

.product .p-box3 .container {
  position: absolute;
  top: 35%;
  left: 2.6rem;
  z-index: 2;
}

.product .p-box3 .container .title {
  color: #000;
  line-height: 1;
}

.product .p-box3 .container .txt {
  width: 100%;
  max-width: 6rem;
  margin-top: .32rem;
  color: #000;
  line-height: calc(24/20);
}

.product .p-box4 {
  width: 100%;
  padding: 1.53rem 0 0.7rem;
  background: #fefbf1;
}

.product .p-box4 .container .title {
  line-height: 1;
  text-align: center;
  color: #000;
}

.product .p-box4 .container .img {
  width: 100%;
  margin-top: 0.68rem;
  display: flex;
  justify-content: center;
}

.product .p-box4 .container .img img {
  max-width: 100%;
}

img.pc {
  display: block;
}

@media (max-width: 991px) {
  img.pc {
    display: none;
  }
}

.product .p-box4 .container .img img.mb {
  display: none;
}

@media (max-width: 991px) {
  .product .p-box4 .container .img img.mb {
    display: block;
  }
}

.product .p-box5 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}

.product .p-box5 .bg {
  width: 100%;
  height: 100%;
}

.product .p-box5 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .product .p-box5 .bg img.pc {
    display: none;
  }
}

.product .p-box5 .bg img.mb {
  display: none;
}

@media (max-width: 991px) {
  .product .p-box5 .bg img.mb {
    display: block;
  }
}

.product .p-box5 .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding: 3.14rem 15px 0;
}

.product .p-box5 .container .title {
  line-height: 1;
  color: #000;
}

.product .p-box5 .container .title sup {
  text-transform: uppercase;
}

.product .p-box5 .container .txt {
  max-width: 700px;
  color: 000;
  line-height: calc(24/20);
  margin-top: 0.46rem;
}

.product .p-box5 .container .tips {
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.3);
  margin-top: 1.1rem;
}

.product .p-box6 {
  width: 100%;
  padding: 2rem 0 0 0;
}

@media (max-width: 767px) {
  .product .p-box6 {
    padding: 1.2rem 0 1.2rem 0;
    height: auto;
  }
}

.product .p-box6 .container {
  position: sticky;
  position: -webkit-sticky;
  top: 1.3rem;
}

@media (max-width: 767px) {
  .product .p-box6 .container {
    width: 80%;
  }
}

.product .p-box6 .container .title {
  color: #ff6400;
  text-align: center;
  line-height: 1;
}

.product .p-box6 .container .txt {
  width: 66%;
  margin: 0 auto;
  text-align: center;
  color: #000;
  line-height: calc(24/20);
  margin-top: 0.3rem;
}

.product .p-box6 .down {
  width: 100%;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  opacity: 0;
  transition: all .5s;
}

.product .p-box6 .down h3 {
  position: relative;
  width: 100%;
  text-align: center;
  color: #ff6400;
}

.product .p-box6 .down h3 img {
  display: inline-block;
  width: 0.4rem;
  margin-top: 0.22rem;
  height: 0.6rem;
}

.product .p-box6 .container .img {
  position: relative;
  width: 100%;
  height: 4.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.3rem;
  column-gap: .2rem;
  z-index: 1;
}

.product .p-box6 .container .img .item {
  background-color: #f2f2f2;
  border-radius: .3rem;
  text-align: center;
  padding: .6rem .8rem;
}

.product .p-box6.xros .container .img {
  margin-top: .6rem;
  height: auto;
}

.product .p-box6 .container .img .item img {
  display: block;
  height: auto;
  margin: 0 auto;
}

.product .p-box6 .container .img p {
  margin-top: .32rem;
}

.product .p-box6 .container .img h2 {
  font-size: 1.4rem;
  color: #ff6400;
  opacity: 0;
  transition: all 1s;
}

.product .p-box6 .container .img img {
  width: auto;
  height: 4.4rem;
  transition: all 1s;
}

.product .p-box6 .container .img img:first-child {
  margin-right: 2%;
}

.product .p-box6 .container .img img:last-child {
  margin-left: 2%;
}

.product .p-box6 .container .tips {
  color: #c6c6c6;
  text-align: center;
}

.product .p-box7 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}

.product .p-box7 .bg {
  width: 100%;
  height: 100%;
}

.product .p-box7 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .product .p-box7 .bg img.pc {
    display: none;
  }
}

.product .p-box7 .bg img.mb {
  display: none;
}

@media (max-width: 991px) {
  .product .p-box7 .bg img.mb {
    display: block;
  }
}

.product .p-box7 .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding-left: calc(640/1600*100%);
  padding-top: 4rem;
}

@media (max-width: 767px) {
  .product .p-box7 .container {
    padding-left: 0;
  }
}

.product .p-box7 .container .title {
  color: #000;
  line-height: 1;
}

.product .p-box7 .container .txt {
  max-width: 720px;
  line-height: calc(24/20);
  color: #000;
  margin-top: 0.4rem;
}

.product .p-box8 {
  width: 100%;
  padding-top: 0.98rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}

@media (max-width: 767px) {
  .product .p-box8 {
    padding: 1.2rem 0;
  }
}

.product .p-box8 .container .title {
  color: #000;
  text-align: center;
  line-height: 1;
}

.product .p-box8 .container .txt {
  color: #666666;
  line-height: calc(24/20);
  text-align: center;
  margin-top: 0.18rem;
}

.product .p-box8 .container .f_cont {
  position: relative;
  margin-top: 0.5rem;
}

.product .p-box8 .container .f_cont .por8_cont {
  width: 26.44444444%;
}

@media (max-width: 991px) {
  .product .p-box8 .container .f_cont .por8_cont {
    width: 36%;
  }
}

@media (max-width: 767px) {
  .product .p-box8 .container .f_cont .por8_cont {
    width: 60%;
  }
}

.product .p-box8 .container .f_cont .por8_cont .item {
  display: block;
  width: 100%;
  padding-top: 12%;
}

.product .p-box8 .container .f_cont .por8_cont .item .f_tu {
  padding-top: 100%;
  position: relative;
  margin-bottom: 0.26rem;
}

.product .p-box8 .container .f_cont .por8_cont .item .f_tu .f_bag,
.product .p-box8 .container .f_cont .por8_cont .item .f_tu .f_img2 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
}

.product .p-box8 .container .f_cont .por8_cont .item .f_tu .f_bag {
  padding: 0.2rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #b14b78;
}

.product .p-box8 .container .f_cont .por8_cont .item .f_tu .f_bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.product .p-box8 .container .f_cont .por8_cont .item .f_tu .f_img2 {
  text-align: center;
  height: 111.34453782%;
}

.product .p-box8 .container .f_cont .por8_cont .item .f_tu .f_img2 img {
  height: 100%;
}

.product .p-box8 .container .f_cont .por8_cont .item .f_tit {
  text-align: center;
  color: #000000;
}

.product .p-box8 .container .f_cont .f_pagin {
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
  perspective: 5000px;
  transform-style: preserve-3d;
}

@media (max-width: 767px) {
  .product .p-box8 .container .f_cont .f_pagin {
    display: none;
  }
}

.product .p-box8 .container .f_cont .f_pagin .pro8_pagin {
  position: relative;
  margin: 0;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0.5rem;
  border-radius: 0.5rem;
  min-width: 5.6rem;
}

.product .p-box8 .container .f_cont .f_pagin .pro8_pagin span {
  display: block;
  opacity: 1;
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0 0.16rem;
}

@media (max-width: 1580px) {
  .product .p-box8 .container .f_cont .f_pagin .pro8_pagin span {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 767px) {
  .product .p-box8 .container .f_cont .f_pagin .pro8_pagin span {
    margin: 0 0.24rem;
  }
}

.product .p-box8 .container .f_cont .f_pagin .pro8_pagin span i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 240%;
  height: 240%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: 0;
  border-radius: 50%;
}

.product .p-box8 .container .f_cont .f_pagin .pro8_pagin span:nth-child(1),
.product .p-box8 .container .f_cont .f_pagin .pro8_pagin span:nth-last-child(1) {
  transform: translateY(-0.46rem);
}

.product .p-box8 .container .f_cont .f_pagin .pro8_pagin span:nth-child(2),
.product .p-box8 .container .f_cont .f_pagin .pro8_pagin span:nth-last-child(2) {
  transform: translateY(-0.34rem);
}

.product .p-box8 .container .f_cont .f_pagin .pro8_pagin span:nth-child(3),
.product .p-box8 .container .f_cont .f_pagin .pro8_pagin span:nth-last-child(3) {
  transform: translateY(-0.24rem);
}

.product .p-box8 .container .f_cont .f_pagin .pro8_pagin span:nth-child(4),
.product .p-box8 .container .f_cont .f_pagin .pro8_pagin span:nth-last-child(4) {
  transform: translateY(-0.14rem);
}

.product .p-box8 .container .f_cont .f_pagin .pro8_pagin span:nth-child(5),
.product .p-box8 .container .f_cont .f_pagin .pro8_pagin span:nth-last-child(5) {
  transform: translateY(-0.04rem);
}

.product .p-box8 .container .f_cont .f_pagin .pro8_pagin span:nth-child(6),
.product .p-box8 .container .f_cont .f_pagin .pro8_pagin span:nth-last-child(6) {
  transform: translateY(0rem);
}

.product .p-box8 .container .f_cont .f_pagin .pro8_pagin .swiper-pagination-bullet-active i {
  animation: sacale1 2s linear infinite;
}

.product .p-box9 {
  width: 100%;
  position: relative;
  z-index: 1;
}

.product .p-box9 .bg {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .product .p-box9 .bg {
    height: 60vh;
  }
}

.product .p-box9 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

@media (max-width: 991px) {
  .product .p-box9 .bg img.pc {
    display: none;
  }
}

.product .p-box9 .bg img.mb {
  display: none;
}

@media (max-width: 991px) {
  .product .p-box9 .bg img.mb {
    display: block;
  }
}

.product .p-box9 .container {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  width: 80%;
}

.product .p-box9 .container .title {
  width: 100%;
  color: #fff;
  line-height: 1;
}

.product .p-box9 .container .txt {
  text-align: left;
  width: 100%;
  max-width: 600px;
  color: #fff;
  line-height: 1.5;
  margin-top: 0.3rem;
}

.product .p-box10 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1920px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .product .p-box10 {
    padding: 1.2rem 10%;
  }
}

.product .p-box10 .lt {
  position: relative;
  width: 100%;
  border-right: none;
}

@media (min-width: 768px) {
  .product .p-box10 .lt {
    border-right: 1px solid #eeeeee;
    width: 42%;
  }
}

@media (min-width: 768px) {
  .product .p-box10 .lt .info {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    padding: 1.4rem 1.2rem;
  }
}

.product .p-box10 .lt .info h3 {
  color: #ff6400;
  line-height: 1.1;
  margin-bottom: 0.3rem;
}

.product .p-box10 .lt .info .card {
  width: 74%;
  margin-top: 0.68rem;
}

.product .p-box10 .gt {
  display: flex;
  width: 52%;
  padding: 1rem 0;
  padding-bottom: 3rem;
  padding-left: 1rem;
}

@media (max-width: 767px) {
  .product .p-box10 .gt {
    padding: 0.8rem 0 0;
    width: 100%;
  }
}

.product .p-box10 .gt .item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: 0.6rem;
}

.product .p-box10 .gt .item.t2 {
  transform: translateY(2rem);
}

.product .p-box10 .gt .item .s {
  position: relative;
  width: 100%;
  height: fit-content;
  margin-bottom: 1.4rem;
  cursor: pointer;
}

.product .p-box10 .gt .item .s.active::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 25%;
  z-index: -1;
  border-radius: 1rem;
  background-color: rgba(255, 100, 0, 0.75);
  box-shadow: rgba(255, 100, 0, 0.48) 6px 2px 16px 0px, rgba(255, 100, 0, 0.8) -6px -2px 16px 0px;
}

.product .p-box10 .gt .item .s.new::before {
  position: absolute;
  content: 'Exclusive Innovative Flavor';
  width: 100%;
  padding: 0.08rem 0.06rem;
  bottom: -0.4rem;
  left: 15%;
  z-index: 1;
  border-radius: .16rem;
  background-color: #ff6400;
  color: #000;
  font-family: 'outfit-b';
  font-size: 0.12rem;
  text-align: center;
}

.product .p-box10 .gt .item .s img {
  transition: all .5s;
}

.product .p-box10 .gt .item .s:hover img {
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .product .p-box10 .gt .item {
    margin-bottom: 0.6rem;
    margin-right: 0.24rem;
  }
}

.product .p-box10 .gt .item:last-child {
  margin-bottom: 0;
}

.product .p-box10 .gt .item .f_tit {
  color: #000000;
  line-height: 1;
}

.product .p-box10 .gt .item .f_text {
  color: #666666;
  line-height: 1.2;
  margin-top: 0.1rem;
}

.product .p-box10 .gt .item .jut {
  margin-top: 0.26rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product .p-box10 .gt .item .jut .f_li {
  background-color: #ffffff;
  border-radius: 0.3rem;
  border: solid 1px #f3f3f3;
  display: flex;
  width: 100%;
  align-items: center;
}

.product .p-box10 .gt .item .jut .f_li .f_title {
  width: 50.794%;
  padding: 0.3rem 0.86rem;
  padding-right: 0.3rem;
  color: #333333;
}

.product .p-box10 .gt .item .jut .f_li .f_img {
  width: 49.206%;
}

.product .p-box10 .gt .item .jut .f_li .f_img:before {
  padding-top: 65.625%;
}

.product .p-box10 .gt .item .jut .f_li:hover .f_img img {
  transform: scale(1.04);
}

.product .p-box10 .gt .item .jut .li {
  margin-top: 0.3rem;
  width: calc(50% - 0.15rem);
}

.product .p-box10 .gt .item .jut .li .f_img {
  background-color: #ffffff;
  border-radius: 0.3rem;
  border: solid 1px #f3f3f3;
  margin-bottom: 0.12rem;
}

.product .p-box10 .gt .item .jut .li .f_img:before {
  padding-top: 70.66666667%;
}

.product .p-box10 .gt .item .jut .li .f_title {
  width: 100%;
  text-align: center;
  color: #333333;
}

.product .p-box10 .gt .item .jut .li:hover .f_img img {
  transform: scale(1.04);
}

.product .p-box11 {
  position: relative;
  padding-top: 6rem;
}

.product .p-box11 .bg img {
  object-fit: cover;
  margin: 0 auto;
}

.product .p-box11 .f_title {
  margin-bottom: 0.5rem;
  width: 100%;
}

.product .p-box11 .container {
  position: absolute;
  top: 2.4rem;
  left: 2.4rem;
  z-index: 2;
}

.product .p-box11 .bg{
  margin: 0 auto;
  max-width: 1680px;
}

.product .p-box11 .container .lt {
  width: 70%;
}

.product .p-box11 .container .lt h2 {
  color: #ff6400;
}

@media (max-width: 767px) {
  .product .p-box11 .container .lt {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}

.product .p-box11 .container .lt .f_jut {
  border-top: 2px solid #000;
  display: flex;
}

.product .p-box11 .container .lt .f_jut .li {
  display: flex;
  flex-wrap: wrap;
  padding: 0.16rem 0.22rem;
}

.product .p-box11 .container .lt .f_jut .li:last-child {
  border-bottom: none;
}

.product .p-box11 .container .lt .f_jut .li .name {
  padding-right: 0.2rem;
  margin-bottom: .24rem;
}

@media (max-width: 767px) {
  .product .p-box11 .container .lt .f_jut .li .name {
    width: 100%;
    margin-bottom: 0.1rem;
  }
}

@media (max-width: 767px) {
  .product .p-box11 .container .lt .f_jut .li .f_text {
    width: 100%;
  }
}

.product .p-box11 .container .gt {
  width: 37.1%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .product .p-box11 .container .gt {
    width: 100%;
  }
}

.product .p-box11 .container .gt img {
  width: 100%;
  float: left;
}

.product .p-box12 {
  padding: 1rem 0 1rem;
}

.product .p-box12 .f_tit {
  color: #000;
  text-align: center;
  margin-bottom: 0.5rem;
}

.product .p-box12 .f_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -0.14rem;
}

@media (max-width: 767px) {
  .product .p-box12 .f_cont {
    margin: 0;
  }
}

.product .p-box12 .f_cont .li {
  width: 25%;
  padding: 0 0.14rem;
}

@media (max-width: 767px) {
  .product .p-box12 .f_cont .li {
    padding: 0;
    width: 70%;
  }
}

.product .p-box12 .f_cont .li .item {
  position: relative;
  background-color: #fff9fc;
}

@media (max-width: 991px) {
  .product .p-box12 .f_cont .li .item {
    padding: 1px;
  }
}

.product .p-box12 .f_cont .li .item:nth-child(even) {
  background-color: #fefff6;
}

.product .p-box12 .f_cont .li .item .img {
  transition: all 0.4s;
  border: solid 1px #eeeeee;
}

.banner-spec {
  padding-top: 80px;
}

.banner-spec .section-pro {
  max-width: 980px;
  padding-bottom: 40px;
  border-bottom: 1px solid #EAEAEA;
}

.banner-spec .info {
  display: flex;
  align-items: center;
  column-gap: 108px;
  margin-bottom: 40px;
}

.banner-spec .info h4 {
  line-height: 32px;
  margin-bottom: 0;
}

.banner-spec .view {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 63px 175px 62px 175px;
  background: #F5F5F7;
  column-gap: 39px;
}

.banner-spec .view p {
  margin-top: 15px;
}

.banner-spec.s2 .view {
  flex-wrap: wrap;
  padding: 54px 0 39px 0;
  column-gap: 0;
}

.banner-spec.s2 .flavours {
  width: 100%;
}

.banner-spec.s2 .flavours .name {
  display: flex;
  width: 100%;
  margin-top: 12px;
  column-gap: 13px;
  padding-left: 110px;
}

.banner-spec.s2 .flavours .name:nth-of-type(1) {
  margin-bottom: 30px;
  padding-left: 62px;
}

.banner-spec.s2 .flavours .name li {
  line-height: 15px;
  min-width: 100px;
  text-align: center;
}

.banner-spec.pack {
  padding-bottom: 160px;
}

.banner-spec.pack .info {
  align-items: flex-start;
}

.banner-spec.pack .view {
  padding: 0;
}

.banner-spec.pack .list h5 {
  line-height: 24px;
  margin-bottom: 10px;
}

.banner-spec.pack .list h5:nth-of-type(2) {
  margin-top: 24px;
}

@media (max-width: 991px) {
  .banner-spec .info h4 {
    font-size: .48rem !important;
    line-height: .64rem;
    margin-bottom: .32rem;
  }

  .banner-spec .info {
    flex-wrap: wrap;
    column-gap: 0;
    margin-bottom: .48rem;
  }

  .banner-spec .view {
    flex-wrap: wrap;
    padding: .8rem .8rem;
    column-gap: .58rem;
    row-gap: .8rem;
    margin: 0 .3rem;
    width: auto;
  }

  .banner-spec .view .images {
    width: 1.26rem;
    height: auto;
  }

  .banner-spec .view p {
    margin-top: .3rem;
    line-height: .3rem;
  }

  .banner-spec {
    padding-top: 1.6rem;
  }

  .banner-spec .section-pro {
    padding-bottom: 0;
    max-width: 100%;
    border: none;
  }

  .banner-spec.s2 .flavours .name:nth-of-type(1) {
    padding-left: 0;
    padding: 0 .2rem;
  }

  .banner-spec.s2 .flavours .name {
    margin-top: .24rem;
    margin-bottom: .36rem;
    column-gap: .22rem;
    padding-left: 0;
    padding: 0 .2rem;
  }

  .banner-spec.s2 .flavours .name li {
    font-size: .26rem !important;
    line-height: .28rem;
    min-width: 1.5rem;
  }

  .banner-spec.pack .info {
    padding-left: .86rem;
    margin-bottom: .8rem;
  }

  .banner-spec.pack .list h5 {
    font-size: .34rem !important;
    line-height: .46rem;
  }

  .banner-spec.pack {
    padding-bottom: 1.6rem;
  }

  .product .p-box12 .f_cont .li .item .img {
    border: 0.02rem solid #eee;
  }
}

.product .p-box12 .f_cont .li .item .img::before {
  padding-top: 119.26605505%;
}

.product .p-box12 .f_cont .li .item .img .default {
  transform: scale(1);
}

.product .p-box12 .f_cont .li .item .img .bg {
  opacity: 1;
  transform: scale(1);
}

.product .p-box12 .f_cont .li .item .textbox {
  z-index: 6;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product .p-box12 .f_cont .li .item .textbox h3 {
  color: #000;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  white-space: nowrap;
}

.product .p-box12 .f_cont .li .item .textbox h3 span:nth-child(1) {
  position: relative;
  left: 0;
  top: 0;
  opacity: 1;
  transition: all 0.4s;
  visibility: visible;
}

.product .p-box12 .f_cont .li .item .textbox h3 span:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0.3rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.product .p-box12 .f_cont .li .item:hover .img {
  border: 1px solid transparent;
}

.product .p-box12 .f_cont .li .item:hover .img .default {
  opacity: 0;
  transform: scale(0.5);
}

.product .p-box12 .f_cont .li .item:hover .img .bg {
  opacity: 1;
  transform: scale(1);
}

.product .p-box12 .f_cont .li .item:hover .textbox h3 span:nth-child(1) {
  opacity: 0;
  top: -0.3rem;
  visibility: hidden;
}

.product .p-box12 .f_cont .li .item:hover .textbox h3 span:nth-child(2) {
  opacity: 1;
  top: 0;
  visibility: visible;
}

.product .p-box12 .f_cont .li .item:hover .textbox .public-btnsm {
  transform: scale(2.5);
  background-color: #ff6400;
}

@media (max-width: 991px) {
  .product .p-box12 .f_cont .li .item:hover .textbox .public-btnsm {
    transform: scale(1.5);
  }
}

.product .p-box12 .f_cont .li .item:hover .textbox .public-btnsm svg {
  width: 20%;
}

.product .p-box12 .f_cont .li .item:hover .textbox .public-btnsm svg path {
  fill: #000;
}

.product .p-box12 .f_cont .li .item {
  border: 0 !important;
  background-color: #ffff !important;
  width: calc(25% - 0.2rem);
  margin: 0.6rem 0.1rem 0;
}

@media (max-width: 991px) {
  .product .p-box12 .f_cont .li .item {
    width: calc(50% - 0.2rem);
  }
}

.product .p-box12 .f_cont .li .item.tuijian {
  width: calc(50% - 0.2rem);
}

@media (max-width: 991px) {
  .product .p-box12 .f_cont .li .item.tuijian {
    width: 100%;
  }
}

.product .p-box12 .f_cont .li .item.tuijian .img::before {
  padding-top: 58.13953488%;
}

.product .p-box12 .f_cont .li .item video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.product .p-box12 .f_cont .li .item .img {
  background-color: #f7f7f7;
}

.product .p-box12 .f_cont .li .item .textbox2 .cn9 {
  margin-top: 0.25rem;
  color: #000;
  line-height: 1.5em;
}

.product .p-box12 .f_cont .li .item .textbox2 .cn3 {
  display: flex;
  align-items: center;
  color: #060000;
  line-height: 1.625em;
  margin-top: 0.15rem;
}

.product .p-box12 .f_cont .li .item .textbox2 .cn3 svg {
  width: 0.06rem;
  height: 0.08rem;
  margin-left: 0.1rem;
  transition: all 0.4s;
}

@media (max-width: 991px) {
  .product .p-box12 .f_cont .li .item .textbox2 .cn3 svg {
    width: 0.12rem;
    height: 0.16rem;
  }
}

.product .p-box12 .f_cont .li .item .textbox2 .cn3 svg path {
  transition: all 0.4s;
  fill: #000;
  opacity: 1;
  stroke: none;
}

.product .p-box12 .f_cont .li .item:hover .textbox2 .cn3 svg {
  transform: translateX(0.05rem);
}

@keyframes sacale1 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.4);
    -webkit-transform: translate(-50%, -50%) scale(0.4);
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
  }
}

/* End */
/* testers */
.testersbox {
  background: url(../images/bagimffaz1.png) no-repeat left top / 100% auto;
}

.testersbox-sec1 {
  text-align: center;
  padding: 1.2rem 0 1.2rem;
}

@media (max-width: 767px) {
  .testersbox-sec1 {
    padding: 1.6rem 0 1.4rem;
  }
}

.testersbox-sec1 .f_tit {
  margin-bottom: 0.22rem;
  color: #000000;
}

.testersbox-sec1 .f_tit img {
  margin-top: 0.12rem;
  height: 0.48rem;
}

.testersbox-sec1 .f_text {
  max-width: 9rem;
  margin: 0 auto;
  line-height: 1.25;
  color: #333333;
}

.testersbox-sec2 {
  height: 0.46rem;
  line-height: 0.46rem;
}

@media (max-width: 767px) {
  .testersbox-sec2 {
    display: none;
  }
}

.testersbox-sec2 .cont {
  width: 100%;
  transition: all 0.4s linear;
}

.testersbox-sec2 .cont .container {
  max-width: 1600px;
}

.testersbox-sec2 .cont .container .testersbox2_cont .swiper-slide {
  width: auto;
  margin-right: 0.8rem;
}

.testersbox-sec2 .cont .container .testersbox2_cont .swiper-slide .item {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  border-radius: 0.24rem;
  color: #000000;
  font-family: 'outfit-r', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  transition: all 0.4s;
  padding: 0 0.2rem;
}

.testersbox-sec2 .cont .container .testersbox2_cont .swiper-slide:hover .item,
.testersbox-sec2 .cont .container .testersbox2_cont .swiper-slide.on .item {
  background-color: #ff6400;
  font-family: 'outfit-b', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}

.testersbox-sec3 {
  padding: 1.2rem 0 1rem;
}

.testersbox-sec3 .container {
  max-width: 1600px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.testersbox-sec3 .container .lt {
  width: 57.375%;
}

@media (max-width: 767px) {
  .testersbox-sec3 .container .lt {
    width: 100%;
  }
}

.testersbox-sec3 .container .lt .f_tit {
  color: #000000;
  font-weight: bold;
  margin-bottom: 0.48rem;
}

.testersbox-sec3 .container .lt .f_jut {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}

@media (max-width: 991px) {
  .testersbox-sec3 .container .lt .f_jut {
    margin: 0 -0.16rem;
  }
}

@media (max-width: 767px) {
  .testersbox-sec3 .container .lt .f_jut {
    margin: 0 -0.1rem;
  }
}

.testersbox-sec3 .container .lt .f_jut .item {
  width: 33.333%;
  padding: 0 0.2rem;
  margin-bottom: 0.36rem;
}

@media (max-width: 991px) {
  .testersbox-sec3 .container .lt .f_jut .item {
    padding: 0 0.16rem;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .testersbox-sec3 .container .lt .f_jut .item {
    width: 100%;
    padding: 0 0.1rem;
  }
}

.testersbox-sec3 .container .lt .f_jut .item .li {
  background-color: #f5f5f5;
  box-shadow: 1px 1px 0.18rem 0px rgba(61, 61, 61, 0.15);
  border-radius: 0.3rem;
  height: 100%;
  padding: 0.4rem 0.26rem 0.36rem;
  border: solid 8px #ffffff;
}

@media (max-width: 1580px) {
  .testersbox-sec3 .container .lt .f_jut .item .li {
    border-width: 6px;
  }
}

@media (max-width: 767px) {
  .testersbox-sec3 .container .lt .f_jut .item .li {
    border-width: 4px;
  }
}

.testersbox-sec3 .container .lt .f_jut .item .li .name {
  position: relative;
}

.testersbox-sec3 .container .lt .f_jut .item .li .name span {
  position: relative;
  z-index: 2;
  display: block;
}

.testersbox-sec3 .container .lt .f_jut .item .li .name:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.8em;
  top: -0.1em;
  width: 0.16rem;
  height: 0.16rem;
  background-color: #ff6400;
  border-radius: 50%;
}

.testersbox-sec3 .container .lt .f_jut .item .li .f_title {
  margin-top: 0.4rem;
  line-height: 1;
  margin-bottom: 0.22rem;
}

.testersbox-sec3 .container .lt .f_jut .item .li .f_text {
  color: #000000;
  line-height: 1.5;
}

.testersbox-sec3 .container .lt .f_tag {
  color: #666666;
}

.testersbox-sec3 .container .gt {
  width: 42.625%;
  padding-left: 9.875%;
}

@media (max-width: 767px) {
  .testersbox-sec3 .container .gt {
    width: 100%;
    padding-left: 0;
  }
}

.testersbox-sec3 .container .gt .f_tu {
  position: relative;
}

.testersbox-sec3 .container .gt .f_tu:before,
.testersbox-sec3 .container .gt .f_tu:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background-color: #ff6400;
  opacity: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  animation: sacale2 3s linear infinite;
}

.testersbox-sec3 .container .gt .f_tu:after {
  animation-delay: 1.5s;
}

.testersbox-sec3 .container .gt .f_tu i {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ff6400;
  width: 1.82rem;
  height: 1.82rem;
  z-index: 2;
}

.testersbox-sec3 .container .gt .f_tu .img {
  text-align: center;
  height: 5.2rem;
  position: relative;
  z-index: 2;
}

.testersbox-sec3 .container .gt .f_tu .img img {
  height: 100%;
  max-width: 100%;
}

.testersbox-sec4 {
  padding: 1rem 0 1rem;
}

.testersbox-sec4 .container {
  max-width: 1600px;
}

.testersbox-sec4 .f_title1 {
  text-align: center;
  margin-bottom: 0.48rem;
}

.testersbox-sec4 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.29rem;
}

@media (max-width: 991px) {
  .testersbox-sec4 .cont {
    margin: 0 -0.16rem;
  }
}

@media (max-width: 767px) {
  .testersbox-sec4 .cont {
    margin: 0;
  }
}

.testersbox-sec4 .cont .item {
  width: 33.33%;
  padding: 0 0.29rem;
  margin-bottom: 0.4rem;
}

@media (max-width: 991px) {
  .testersbox-sec4 .cont .item {
    padding: 0 0.16rem;
  }
}

@media (max-width: 767px) {
  .testersbox-sec4 .cont .item {
    padding: 0;
    width: 100%;
  }
}

.testersbox-sec4 .cont .item .li {
  display: block;
}

.testersbox-sec4 .cont .item .li .img {
  margin-bottom: 0.14rem;
  background-color: #ff6400;
  box-shadow: 1px 1px 0.18rem 0px rgba(61, 61, 61, 0.15);
  border-radius: 0.3rem;
  border: solid 8px #ffffff;
}

@media (max-width: 1580px) {
  .testersbox-sec4 .cont .item .li .img {
    border-width: 6px;
  }
}

@media (max-width: 767px) {
  .testersbox-sec4 .cont .item .li .img {
    border-width: 4px;
  }
}

.testersbox-sec4 .cont .item .li .img:before {
  padding-top: 68.97959184%;
}

.testersbox-sec4 .cont .item .li .f_tit {
  color: #000000;
  text-align: center;
  line-height: 1.2;
}

.testersbox-sec4 .cont .item .li:hover .img img {
  transform: scale(1.04);
}

.testersbox-sec5 {
  padding: 1.38rem 0 1rem;
  background-color: rgba(253, 208, 0, 0.05);
}

.testersbox-sec5 .f_tit {
  text-align: center;
  color: #000000;
  margin-bottom: 0.76rem;
}

.testersbox-sec5 .container {
  max-width: 1400px;
}

.testersbox-sec5 .cont {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.testersbox-sec5 .cont .item {
  width: calc(50% - 0.31rem);
  margin-bottom: 0.64rem;
  display: flex;
  align-items: center;
  position: relative;
}

@media (max-width: 991px) {
  .testersbox-sec5 .cont .item {
    width: calc(100% - 0.15rem);
  }
}

@media (max-width: 767px) {
  .testersbox-sec5 .cont .item {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}

.testersbox-sec5 .cont .item:before,
.testersbox-sec5 .cont .item:after {
  content: "";
  display: block;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 1rem);
}

.testersbox-sec5 .cont .item:before {
  height: 81.08108108%;
  border-radius: 0px 0.7rem 0.7rem 0px;
  border: solid 1px #fdb800;
  opacity: 0.3;
}

.testersbox-sec5 .cont .item:after {
  height: 60.81081081%;
  left: initial;
  right: 2.21893491%;
  border-radius: 0px 0.7rem 0.7rem 0px;
  background-image: linear-gradient(90deg, #ff6400 0%, #fdb800 100%);
  box-shadow: inset 0px 0px 8px 0px rgba(184, 134, 0, 0.32);
}

.testersbox-sec5 .cont .item .shu {
  width: 1.48rem;
  height: 1.48rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.testersbox-sec5 .cont .item .shu:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 104.05405405%;
  height: 104.05405405%;
  background: url(../images/progrimgfz1.png) no-repeat center / 100% 100%;
}

.testersbox-sec5 .cont .item .shu span {
  position: relative;
  z-index: 2;
  color: #ff6400;
  text-shadow: inset 0px 0px 4px 0px rgba(184, 134, 0, 0.32);
}

.testersbox-sec5 .cont .item .f_title1 {
  width: calc(100% - 1.48rem);
  padding: 0.26rem 0.36rem;
  color: #000000;
  position: relative;
  z-index: 2;
}

.testersbox-sec6 {
  padding: 1.4rem 0 1.6rem;
  text-align: center;
}

@media (max-width: 767px) {
  .testersbox-sec6 {
    padding: 1.4rem 0;
  }
}

.testersbox-sec6 .f_tit {
  line-height: 1.4;
}

.testersbox-sec6 .text {
  color: #000000;
  margin-bottom: 0.5rem;
}

.testersbox-sec6 .public-btn {
  margin: 0 auto;
  width: 100%;
  justify-content: center;
}

.testersbox-sec6 .public-btn a {
  color: #333333;
}

.testersbox-sec6 .public-btn .public-btnyellow:hover .pcn1 em:nth-child(2) {
  color: #ff6400;
}

@keyframes sacale2 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.1);
    -webkit-transform: translate(-50%, -50%) scale(0.1);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
  }
}

/* End */</pre></body></html>