.header-banner {
  height: 1.45rem;
}
.header-banner > .banner {
  align-items: flex-start;
}
.header-banner > .banner > .banner-logo {
  height: 100%;
  width: auto;
}
.header-banner > .banner > .banner-logo > .logo-img01 {
  width: 5.2rem;
  object-fit: fill;
  height: auto;
}
.header-banner > .banner > .banner-logo > .logo-img02 {
  width: 1.64rem;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 2.4rem;
  transform: translateY(-50%);
}
.menu-list {
  margin-top: 0.65rem;
}
.pro-title.title {
  margin-bottom: 0.61rem;
}
.pro-title.title > h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  line-height: 42px;
}
.pro-title.title > h2 span {
  font-weight: 500;
  color: var(--subColor);
}
.pro-title.title > .sub-title {
  line-height: 1;
  font-weight: 400;
  color: #666666;
  text-align: center;
}
.look-view.look-more {
  width: max-content;
  display: flex;
  justify-content: center;
  font-family: Inter, Inter;
  font-weight: 400;
  color: #ffffff;
  margin: 0 auto;
  padding: 0.19rem 0.51rem;
  border-radius: 0.05rem;
  background-color: var(--subColor);
  transition: var(--transition);
}
.look-view.look-more:hover {
  background-color: var(--hoverColor);
}
.swiper-contain {
  width: 100%;
  height: 100vh;
  position: relative;
}
.swiper-contain > .swiper-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiper-contain .item-swiper {
  position: relative;
  height: 100%;
}
.swiper-contain .item-swiper > img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  height: 100%;
}
.swiper-contain .item-swiper > .swiper-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.33rem;
  color: #fff;
  font-weight: 500;
}
.swiper-contain .item-swiper > .swiper-text > * {
  width: max-content;
  display: block;
}
.swiper-contain .item-swiper > .swiper-text > h3 {
  line-height: 0.75rem;
  margin-bottom: 0.08rem;
}
.swiper-contain .item-swiper > .swiper-text > .look-more {
  display: grid;
  gap: 0.3rem;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  padding: 0.15rem 0.47rem 0.15rem 0.26rem;
  background-color: #0a5bae;
  border-radius: 54px;
  color: #fff;
  box-shadow: 0 0.06rem 0.12rem 0 rgba(159, 219, 255, 0.15);
  margin-top: 0.23rem;
  transition: var(--transition);
}
.swiper-contain .item-swiper > .swiper-text > .look-more:hover {
  background-color: var(--subColor);
}
.swiper-contain .item-swiper > .swiper-text > .look-more > .icon-dot {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: block;
  position: relative;
}
.swiper-contain .item-swiper > .swiper-text > .look-more > .icon-dot::before,
.swiper-contain .item-swiper > .swiper-text > .look-more > .icon-dot::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
}
.swiper-contain .item-swiper > .swiper-text > .look-more > .icon-dot::before {
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation: zooming 1.3s linear infinite;
}
.swiper-contain .item-swiper > .swiper-text > .look-more > .icon-dot::after {
  width: 5px;
  height: 5px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-contain > .bottom {
  position: absolute;
  bottom: 0.8rem;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}
.swiper-contain > .bottom > .xian {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}
.swiper-contain > .bottom > .xian.xian1,
.swiper-contain > .bottom > .xian.xian3 {
  width: 3rem;
}
.swiper-contain > .bottom > .xian.xian2 {
  width: 69%;
}
.swiper-contain > .bottom > .swiper-pagination {
  padding: 0 0.31rem;
  display: flex;
  align-items: center;
  background-color: transparent;
  position: relative;
}
.swiper-contain > .bottom > .swiper-pagination span {
  width: 38px;
  height: 38px;
  border: 1px solid transparent;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: transparent;
  position: relative;
  margin-right: 0.1rem;
  opacity: 1;
}
.swiper-contain > .bottom > .swiper-pagination span:last-child {
  margin-right: 0;
}
.swiper-contain > .bottom > .swiper-pagination span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 0.28rem;
  transition: all 0.3s;
  background-color: #fff;
}
.swiper-contain > .bottom > .swiper-pagination span.swiper-pagination-bullet-active {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
}
.swiper-contain > .bottom > .swiper-pagination span.swiper-pagination-bullet-active::after {
  opacity: 0.6;
}
.swiper-contain > .bottom > .nav {
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  text-wrap: nowrap;
}
.swiper-contain > .bottom > .nav img,
.swiper-contain > .bottom > .nav .icon-play {
  width: 10px;
  height: 8px;
  line-height: 8px;
  cursor: pointer;
  display: block;
}
.swiper-contain > .bottom > .nav p {
  display: flex;
  color: #fff;
}
.swiper-contain > .bottom > .nav .icon-prev > p {
  margin-left: 0.1rem;
}
.swiper-contain > .bottom > .nav .icon-next > p,
.swiper-contain > .bottom > .nav .icon-play {
  margin-right: 0.1rem;
}
.swiper-contain > .bottom > .nav .icon-play {
  position: relative;
  background: url(../img/icon-play.png) no-repeat center top;
  background-size: 100% 100%;
  transition: var(--transition);
}
.swiper-contain > .bottom > .nav .icon-play.active {
  background-image: url(../img/icon-next.png);
}
.swiper-contain > .bottom > .nav a {
  display: flex;
  align-items: center;
}
.swiper-contain > .bottom > .nav .swiper-scrollbar {
  width: 1.17rem;
  height: 0.02rem;
  margin: 0 0.2rem;
}
.swiper-contain > .bottom > .nav .swiper-scrollbar .swiper-pagination-progressbar-fill {
  background-color: #fff;
}
.numYs {
  width: 100%;
  line-height: 1rem;
  background: url(../img/home-img01.png) no-repeat center top;
  background-size: 100% 100%;
  padding: 0.16rem 0;
  position: relative;
}
.numYs > .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.numYs > .mumping_mun {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: calc(100% - 5.68rem);
}
.numYs > .mumping_mun > li {
  line-height: 1.5;
  font-weight: 500;
  color: #ffffff;
}
.numYs > .mumping_mun > li > p,
.numYs > .mumping_mun > li > p span {
  font-family: DIN, DIN;
  font-weight: bold;
  color: #00f6f9;
  line-height: 0.56rem;
}
.product {
  width: 100%;
  padding: 1.47rem 0 0.96rem;
  background: url(../img/home-img02.png) no-repeat center top;
  background-size: 100% 100%;
}
.product > .content {
  max-width: calc(100% - 2.12rem);
}
.about {
  width: 100%;
  padding: 1rem 0 1.45rem;
  background: url(../img/home-img03.png) no-repeat center top;
  background-size: 100% 100%;
}
.about .container-view {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.29rem;
  align-items: center;
  margin-top: 1.06rem;
}
.about .container-view > .content-r > .title {
  font-family: Inter, Inter;
  font-weight: 500;
  color: var(--subColor);
  margin-bottom: 0;
  margin-top: 0.35rem;
}
.about .container-view > .content-r > .sub-title {
  width: 100%;
  line-height: 1;
  font-weight: bold;
  color: #000000;
  margin: 0.19rem 0;
  padding-bottom: 0.19rem;
  border-bottom: 1px solid #000;
}
.about .container-view > .content-r > .content-view {
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 0.34rem;
}
.about .container-view > .content-r > .look-view.look-more {
  margin-left: 0;
}
.contact {
  margin: 0.72rem auto 0.99rem;
}
.contact > .contact-view {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.16rem;
  align-items: center;
}
.contact > .contact-view > .contact-r {
  display: grid;
  gap: 0.24rem;
}
.contact > .contact-view > .contact-r > .title {
  margin-bottom: 0;
  font-weight: 400;
  color: var(--subColor);
}
.contact > .contact-view > .contact-r > p {
  font-weight: 400;
  color: #565656;
  line-height: 1;
}
.contact > .contact-view > .contact-r > .look-view.look-more {
  margin-left: 0;
  margin-top: 0.2rem;
}
.look-container {
  width: 100%;
  height: 8.52rem;
  overflow: hidden;
  position: relative;
  transition: var(--transition);
}
.look-container > .look-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.look-container > .look-img li {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
}
.look-container > .look-img li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.look-container > .look-img li img {
  object-fit: cover;
  height: 100%;
}
.look-container > .look-img li.img01 {
  left: 50%;
  transform: translateX(100%);
}
.look-container > .look-img li.img01::after {
  left: 0;
  background-color: rgba(40, 92, 167, 0.75);
}
.look-container > .look-img li.img02 {
  right: 50%;
  transform: translateX(-100%);
}
.look-container > .look-img li.img02::after {
  right: 0;
  background-color: rgba(0, 155, 99, 0.75);
}
.look-container > .look-tents {
  margin-top: 1rem;
}
.look-container > .look-tents > .title {
  margin-bottom: 1.01rem;
}
.look-container > .look-tents > .title h2 span,
.look-container > .look-tents > .title .sub-title {
  color: #fff;
}
.look-container > .look-tents > .title h2 .xian{
    background: #fff;
}
.look-container > .look-tents > .look-content {
  position: relative;
  z-index: 1;
  color: #fff;
  display: flex;

}
.look-container > .look-tents > .look-content .look-text {
  width: max-content;
  display: grid;
  gap: 19px;
  flex: 1;
}
.look-container > .look-tents > .look-content .look-text.look-l {
  justify-self: end;
  justify-items: end;
  padding-right: 0.5rem;
}
.look-container > .look-tents > .look-content .look-text.look-l p{
    text-align: right;
}
.look-container > .look-tents > .look-content .look-text.look-r{
    padding-left: 0.5rem;
}
.look-container > .look-tents > .look-content .look-text * {
  width: max-content;
  line-height: 1;
}
.look-container > .look-tents > .look-content .look-text > .title {
  font-weight: bold;
  line-height: 0.42rem;
  margin-bottom: 10px;
}
.look-container > .look-tents > .look-content .look-text > p {
  font-weight: bold;
width: 80%;
}
.look-container > .look-tents > .look-content .look-text > .look-more {
  font-family: Inter, Inter;
  font-weight: 400;
  padding: 0.19rem 0.51rem;
  margin-top: 16px;
  border: 1px solid #fff;
  border-radius: 0.05rem;
  transition: var(--transition);
}
.look-container > .look-tents > .look-content .look-text > .look-more:hover {
  background-color: #333;
}
@keyframes zooming {
  0% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (max-width: 650px) {
  .product-list-view > a {
    flex-basis: 100% !important;
    margin: 0 0 20px 0 !important;
  }
}
@media screen and (min-width: 651px) and (max-width: 1200px) {
  .product-list-view > a {
    flex-basis: calc((100% - 36px) / 2) !important;
    margin: 0 36px 36px 0 !important;
  }
  .product-list-view > a:nth-child(2n) {
    margin-right: 0 !important;
  }
  .product-list-view > a:nth-child(3n) {
    margin-right: 36px !important;
  }
}
@media screen and (max-width: 993px) {
  .container-view a.look-view.look-more {
    margin-left: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .look-container > .look-tents > .look-content .look-text {
    gap: 10px;
  }
  .look-container > .look-tents > .look-content .look-text > .fs-16 {
    font-size: 12px;
  }
  .look-container > .look-tents > .look-content .look-text > .look-more {
    line-height: 2;
  }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .contact .contact-view > .contact-r {
    grid-template-columns: repeat(3, 1fr);
  }
  .contact .contact-view > .contact-r > .title,
  .contact .contact-view > .contact-r > .look-view.look-more {
    grid-column: 1 / 4;
  }
}
@media screen and (min-width: 1201px) {
  .pro-title.title > h2 {
    margin-bottom: 0.1rem;
  }
  .pro-title.title > h2 span {
    font-size: 0.36rem;
    line-height: 0.42rem;
    margin: 0 0.12rem;
  }
  .pro-title.title > h2 > .xian {
     width: 0.66rem;
    height: 4px;
    background: var(--subColor);
  }
  .pro-title.title > .sub-title {
    line-height: 0.21rem;
  }
  .about .content-l {
    width: 6.99rem;
    height: 3.86rem;
    position: relative;
  }
  .about .content-l img {
    object-fit: cover;
    position: relative;
    z-index: 1;
  }
  .about .content-l::after {
    content: "";
    position: absolute;
    top: -0.45rem;
    left: -0.37rem;
    width: 5.24rem;
    height: 4.75rem;
    background-color: var(--subColor);
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .header-banner > .banner > .banner-logo > .logo-img {
    width: 3rem;
  }
  .header-banner > .banner > .banner-logo > .logo-img01 {
    position: absolute;
    left: 0;
    top: 0;
    width: 315px;
  }
  .header-banner > .banner > .banner-logo > .logo-img02 {
    width: 45%;
    position: relative;
    left: 147px;
  }
  .swiper-contain {
    height: 70vh;
  }
  .swiper-contain .item-swiper > .swiper-text *:not(h3) {
    line-height: 26px;
  }
  .swiper-contain .item-swiper > .swiper-text > h3 {
    line-height: 75px;
    margin-bottom: 0;
  }
  .swiper-contain .item-swiper > .swiper-text > .look-more {
    padding: 10px 25px 10px 20px;
  }
  .swiper-contain .bottom .swiper-pagination span {
    width: 30px;
    height: 30px;
  }
  .swiper-contain .bottom .swiper-pagination span::after {
    width: 4px;
    height: 4px;
  }
  .swiper-contain .bottom > .nav {
    padding: 0 20px;
  }
  .swiper-contain .bottom .xian1,
  .swiper-contain .bottom .xian3 {
    width: 3% !important;
  }
  .numYs > .mumping_mun > li {
    max-width: 7em;
  }
  .numYs > .mumping_mun > li > p {
    line-height: 56px;
  }
  .pro-title.title > h2 span {
    font-size: 20px;
    margin: 0 10px;
    font-weight: 700;
  }
  .pro-title.title > h2 > img {
    width: 66px;
  }
  .product > .content {
    max-width: 94%;
    padding: 0;
  }
  .about .container-view {
    margin-top: 0;
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .about .container-view > .content-r {
    grid-row-start: 1;
  }
  .about .container-view > .content-r > .title {
    margin-top: 0;
  }
  .about .container-view > .content-l::after {
    content: none;
  }
  .contact .contact-view {
    gap: 30px;
    grid-template-columns: 1fr;
  }
  .contact .contact-view > .contact-r {
    grid-row-start: 1;
    text-align: center;
    gap: 12px;
  }
  .contact .contact-view > .contact-r > .title {
    font-weight: 600;
  }
  .contact .contact-view > .contact-r > .look-view.look-more {
    margin-left: auto;
    margin-top: 20px;
  }
  .look-container {
    display: grid;
  }
}
