h2.title {
  font-size: 0.4rem;
  line-height: 0.4rem;
  color: #fefefe;
}
.news-list-page .news-list .my-container > .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 0.7rem;
  padding-bottom: 1.5rem;
}
.news-list-page .news-list .my-container > .list a {
  display: block;
  width: 5.74rem;
  margin-bottom: 0.35rem;
}
.news-list-page .news-list .my-container > .list a .product-use-list {
  width: 100%;
}
.news-list-page .news-list .my-container > .list a .product-use-list .img-box {
  position: relative;
  width: 100%;
  height: 3.2rem;
}
.news-list-page .news-list .my-container > .list a .product-use-list .img-box > img {
  width: 100%;
  height: 100%;
}
.news-list-page .news-list .my-container > .list a .product-use-list .img-box span {
  position: absolute;
  top: 0.3rem;
  left: 0.15rem;
  z-index: 2;
  display: none;
  width: 0.8rem;
  height: 0.5rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.5rem;
  text-align: center;
  background: #d20000;
}
.news-list-page .news-list .my-container > .list a .product-use-list .product-use-infor {
  padding: 0.38rem 0.26rem 0.7rem 0.3rem;
}
.news-list-page .news-list .my-container > .list a .product-use-list .product-use-infor h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.22rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #5e5e5e;
  line-height: 0.43rem;
}
.news-list-page .news-list .my-container > .list a .product-use-list .product-use-infor p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.18rem;
  font-family: SourceHanSansCN-Light;
  font-weight: 300;
  line-height: 1.5;
  color: #929292;
}
.news-list-page .news-list .my-container > .list a:hover .img-box {
  padding: 0.15rem;
  background-color: #d20000;
}
.news-list-page .news-list .my-container > .list a:hover .img-box span {
  display: block;
}
.news-list-page .news-list .my-container > .list a:hover .product-use-infor {
  position: relative;
  top: -0.23rem;
  background-color: #d20000;
}
.news-list-page .news-list .my-container > .list a:hover .product-use-infor h6 {
  color: #FFFFFF;
}
.news-list-page .news-list .my-container > .list a:hover .product-use-infor p {
  color: #FF858D;
}
.news-detail-page .detail-content {
  padding-bottom: 0.7rem;
}
.news-detail-page .detail-content .my-container {
  padding-top: 0.8rem;
}
.news-detail-page .detail-content .my-container img {
  display: inline !important;
  width: unset;
  max-width: 100%;
  height: auto;
}
.news-detail-page .detail-content .my-container p {
  line-height: 0.4rem !important;
}
.news-detail-page .detail-content .my-container .title {
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.news-detail-page .detail-content .my-container .title h2 {
  font-size: 0.28rem;
  line-height: 0.43rem;
  color: #5e5e5e;
}
.news-detail-page .detail-content .my-container .title h4 {
  margin: 0 auto;
  font-size: 0.2rem;
  line-height: 0.43rem;
  color: #999;
}
.news-detail-page .detail-content .my-container p {
  margin-top: 0.15rem;
  font-size: 0.18rem;
  line-height: 0.34rem;
  color: #929292;
}
.news-detail-page .detail-content .my-container p.section {
  margin-bottom: 0.34rem;
  margin-top: 0.3rem;
  font-size: 0.18rem;
  line-height: 0.34rem;
  color: #929292;
}
.news-detail-page .detail-content .my-container > img {
  margin-bottom: 0.5rem;
}
.news-detail-page .detail-content .my-container .sub-title {
  margin-top: 0.65rem;
  margin-bottom: 0.3rem;
  font-size: 0.24rem;
  line-height: 0.43rem;
  color: #5e5e5e;
}
.news-detail-page .bottom-btn-group .my-container {
  padding-top: 0.9rem;
  padding-bottom: 1.24rem;
}
.news-detail-page .bottom-btn-group .my-container .page-group {
  overflow: hidden;
}
.news-detail-page .bottom-btn-group .my-container .page-group > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding: 0.15rem 0.3rem;
  background-color: #F5F5F5;
}
.news-detail-page .bottom-btn-group .my-container .page-group > a.left {
  float: left;
}
.news-detail-page .bottom-btn-group .my-container .page-group > a.right {
  float: right;
}
.news-detail-page .bottom-btn-group .my-container .page-group > a .img {
  visibility: hidden;
  width: 1.6rem;
  height: 0.9rem;
}
.news-detail-page .bottom-btn-group .my-container .page-group > a > div {
  width: 3.5rem;
}
.news-detail-page .bottom-btn-group .my-container .page-group > a > div h2 {
  font-size: 0.2rem;
  line-height: 0.43rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
}
.news-detail-page .bottom-btn-group .my-container .page-group > a > div .arrow-left,
.news-detail-page .bottom-btn-group .my-container .page-group > a > div .arrow-right {
  margin-right: 0.16rem;
  width: 0.25rem;
  height: 0.15rem;
  background-image: url(/assets/static/pc/images/brand/arrow_left.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.08rem 0.15rem;
}
.news-detail-page .bottom-btn-group .my-container .page-group > a > div .arrow-left {
  margin-right: 0.16rem;
  background-image: url(/assets/static/pc/images/brand/arrow_left.png);
}
.news-detail-page .bottom-btn-group .my-container .page-group > a > div .arrow-right {
  margin-left: 0.16rem;
  background-image: url(/assets/static/pc/images/brand/arrow_right.png);
}
.news-detail-page .bottom-btn-group .my-container .page-group > a:hover {
  background-color: #d20000;
}
.news-detail-page .bottom-btn-group .my-container .page-group > a:hover .img {
  visibility: visible;
}
.news-detail-page .bottom-btn-group .my-container .page-group > a:hover > div h2 {
  color: #fff;
}
.news-detail-page .bottom-btn-group .my-container .page-group > a:hover > div .arrow-left {
  background-image: url(/assets/static/pc/images/brand/arrow_prev_a.png);
}
.news-detail-page .bottom-btn-group .my-container .page-group > a:hover > div .arrow-right {
  background-image: url(/assets/static/pc/images/brand/arrow_next_a.png);
}
.news-detail-page .bottom-btn-group .my-container .back-btn {
  display: block;
  margin: 0 auto;
  margin-top: 1rem;
  width: 1.4rem;
  height: 0.5rem;
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.5rem;
  color: #999;
  border: 0.01rem solid #e5e5e5;
  transition: background-color 0.2s, color 0.2s;
}
.news-detail-page .bottom-btn-group .my-container .back-btn:hover {
  color: #fff;
  background-color: #d20000;
}
.brand-culture-page .brand-story .my-container {
  padding-top: 0.9rem;
}
.brand-culture-page .brand-story .my-container .left {
  position: relative;
  width: 6.31rem;
  height: 4.25rem;
}
.brand-culture-page .brand-story .my-container .left > img {
  position: absolute;
  top: 0;
  right: 0;
  width: 6rem;
  height: 4rem;
  z-index: 2;
}
.brand-culture-page .brand-story .my-container .left .line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5.55rem;
  height: 3.75rem;
  border: 4px solid #f2f2f2;
  z-index: 0;
}
.brand-culture-page .brand-story .my-container .right {
  width: 4.4rem;
}
.brand-culture-page .brand-story .my-container .right .title {
  font-size: 0.46rem;
  line-height: 0.46rem;
  color: #333;
}
.brand-culture-page .brand-story .my-container .right .line-box {
  margin-top: 0.3rem;
}
.brand-culture-page .brand-story .my-container .right .line-box .line-1 {
  width: 0.46rem;
  height: 4px;
  background-color: #333;
}
.brand-culture-page .brand-story .my-container .right .line-box .line-3 {
  width: 3.94rem;
  height: 1px;
  background-color: #333;
}
.brand-culture-page .brand-story .my-container .right h3 {
  margin-top: 0.55rem;
  font-size: 0.32rem;
  line-height: 0.32rem;
  color: #666;
}
.brand-culture-page .brand-story .my-container .right h4 {
  margin-top: 0.17rem;
  font-size: 0.26rem;
  line-height: 0.26rem;
  color: #ccc;
}
.brand-culture-page .sales-volume {
  margin-top: 0.75rem;
  min-width: 12rem;
}
.brand-culture-page .sales-volume .sales-volume-image {
  display: block;
  width: 100%;
}
.brand-culture-page .personality .my-container {
  padding: 0.94rem 0;
}
.brand-culture-page .personality .my-container .content {
  margin-top: 0.58rem;
}
.brand-culture-page .personality .my-container .content > a {
  position: relative;
  width: 3.8rem;
  height: 5rem;
  background-color: #000;
}
.brand-culture-page .personality .my-container .content > a > img {
  opacity: 0.4;
  transition: opacity 0.2s;
}
.brand-culture-page .personality .my-container .content > a .text-group {
  position: absolute;
  top: 2rem;
  left: 0;
  width: 100%;
  transition: top 0.2s;
}
.brand-culture-page .personality .my-container .content > a .text-group h2 {
  font-size: 0.36rem;
  line-height: 0.36rem;
  color: #fff;
  transition: color 0.2s;
}
.brand-culture-page .personality .my-container .content > a .text-group h4 {
  margin-top: 0.13rem;
  font-size: 0.25rem;
  line-height: 0.25rem;
  color: #fff;
  transition: color 0.2s;
}
.brand-culture-page .personality .my-container .content > a .text-group .line {
  margin-top: 0.3rem;
  width: 0.51rem;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.2s;
}
.brand-culture-page .personality .my-container .content > a .text-group p {
  width: 2.84rem;
  margin-top: 0.3rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #fff;
  opacity: 0;
  transition: opacity 0.2s;
}
.brand-culture-page .personality .my-container .content > a:hover > img {
  opacity: 0.2;
}
.brand-culture-page .personality .my-container .content > a:hover .text-group {
  top: 1.4rem;
}
.brand-culture-page .personality .my-container .content > a:hover .text-group h2 {
  color: #d20000;
}
.brand-culture-page .personality .my-container .content > a:hover .text-group h4 {
  color: #d20000;
}
.brand-culture-page .personality .my-container .content > a:hover .text-group .line {
  opacity: 0.5;
}
.brand-culture-page .personality .my-container .content > a:hover .text-group p {
  opacity: 0.5;
}
.brand-culture-page .history {
  width: 100%;
  height: 7.23rem;
  background-image: url(/assets/static/pc/images/brand/history_bg.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.brand-culture-page .history .my-container {
  padding-top: 0.8rem;
}
.brand-culture-page .history .my-container .carousel {
  margin-top: 0.9rem;
}
.brand-culture-page .history .my-container .carousel .swiper-container .swiper-slide {
  position: relative;
  height: 4.4rem;
}
.brand-culture-page .history .my-container .carousel .swiper-container .swiper-slide .line {
  position: relative;
  margin-top: 2.19rem;
  width: 100%;
  height: 1px;
  background-color: #E5E5E5;
  z-index: 0;
}
.brand-culture-page .history .my-container .carousel .swiper-container .swiper-slide .content-box {
  position: absolute;
  bottom: 0;
  right: -1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 2.5rem;
  height: 2.2rem;
  border: 1px solid rgba(238, 238, 238, 0);
  border-top: 0px solid #eee;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.2s;
  z-index: 9000;
}
.brand-culture-page .history .my-container .carousel .swiper-container .swiper-slide .content-box h2 {
  margin-top: 0.45rem;
  font-size: 0.4rem;
  line-height: 0.4rem;
  color: #333;
}
.brand-culture-page .history .my-container .carousel .swiper-container .swiper-slide .content-box p {
  width: 2rem;
  margin-top: 0.19rem;
  text-align: center;
  font-size: 0.16rem;
  line-height: 0.24rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  color: #929292;
}
.brand-culture-page .history .my-container .carousel .swiper-container .swiper-slide .content-box .red-line {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.05rem;
  background-color: #d20000;
  opacity: 0;
  transition: opacity 0.2s;
}
.brand-culture-page .history .my-container .carousel .swiper-container .swiper-slide .content-box .point-box {
  position: absolute;
  top: -0.12rem;
  left: 1.13rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 160;
}
.brand-culture-page .history .my-container .carousel .swiper-container .swiper-slide .content-box .point-box .point {
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 100%;
  border: 1px solid #fff;
  background-color: #fff;
  transition: border 0.2s;
}
.brand-culture-page .history .my-container .carousel .swiper-container .swiper-slide .content-box .point-box .point::before {
  position: relative;
  top: 0.08rem;
  left: 0.08rem;
  display: block;
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 100%;
  background-color: #999;
  transition: background-color 0.2s;
}
.brand-culture-page .history .my-container .carousel .swiper-container .swiper-slide .content-box .point-box span {
  display: block;
  height: 0.2rem;
  width: 1px;
  border-right: 1px dashed #999;
}
.brand-culture-page .history .my-container .carousel .swiper-container .swiper-slide .content-box.top {
  top: -0.01rem;
}
.brand-culture-page .history .my-container .carousel .swiper-container .swiper-slide .content-box.top h2 {
  margin-top: 0.25rem;
}
.brand-culture-page .history .my-container .carousel .swiper-container .swiper-slide .content-box.top .red-line {
  top: 0;
}
.brand-culture-page .history .my-container .carousel .swiper-container .swiper-slide .content-box.top .point-box {
  top: auto;
  bottom: -0.12rem;
  flex-direction: column-reverse;
}
.brand-culture-page .history .my-container .carousel .swiper-container .swiper-slide .content-box:hover {
  background-color: #ffffff;
  border-top: 0px solid #eee;
}
.brand-culture-page .history .my-container .carousel .swiper-container .swiper-slide .content-box:hover .red-line {
  opacity: 1;
}
.brand-culture-page .history .my-container .carousel .swiper-container .swiper-slide .content-box:hover .point-box .point {
  border: 1px solid #d20000;
}
.brand-culture-page .history .my-container .carousel .swiper-container .swiper-slide .content-box:hover .point-box .point::before {
  background-color: #d20000;
}
.brand-culture-page .history .my-container .carousel .swiper-button-next,
.brand-culture-page .history .my-container .carousel .swiper-button-prev {
  top: 49.5%;
  width: 0.46rem;
  height: 0.46rem;
  background-color: #d20000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 0.18rem;
  border-radius: 100%;
  outline: 0;
}
.brand-culture-page .history .my-container .carousel .swiper-button-next {
  background-image: url(/assets/static/pc/images/brand/arrow_next_a.png);
  right: -5px;
}
.brand-culture-page .history .my-container .carousel .swiper-button-prev {
  background-image: url(/assets/static/pc/images/brand/arrow_prev_a.png);
  left: -5px;
}
.brand-culture-page .history .my-container .carousel .swiper-button-disabled {
  background-color: #eee;
  opacity: 1;
}
.brand-culture-page .history .my-container .carousel .swiper-button-disabled.swiper-button-prev {
  background-image: url(/assets/static/pc/images/brand/arrow_prev.png);
}
.brand-culture-page .history .my-container .carousel .swiper-button-disabled.swiper-button-next {
  background-image: url(/assets/static/pc/images/brand/arrow_next.png);
}
.brand-culture-page .bottom-text .my-container {
  padding: 0.5rem 0;
}
.brand-culture-page .bottom-text .my-container p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #666;
}
.brand-culture-page h2.part-title {
  text-align: center;
  font-size: 0.46rem;
  line-height: 0.46rem;
  color: #333;
}
.banner {
  position: relative;
}
.banner .title {
  position: absolute;
  top: calc(50% - 0.5rem);
  left: 0;
  width: 100%;
  text-align: center;
}
.banner .title h2 {
  font-size: 0.5rem;
  line-height: 0.5rem;
  color: #fff;
}
.banner .title h4 {
  margin-top: 0.17rem;
  font-size: 0.36rem;
  line-height: 0.36rem;
  color: #fff;
  opacity: 0.7;
}
.banner.bg-color {
  min-height: 7.8rem;
  background-color: #000;
}
.banner.bg-color video {
  display: block;
}
.sales-image {
  height: min-intrinsic;
}
