@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
/* body::-webkit-scrollbar {
    display: none
} */
body {
  font-size: 12px;
  font-family: 'Comfortaa', 'Source Han Sans', Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
}
div,
li {
  box-sizing: border-box;
}
html {
  font-size: 100px;
}
@font-face {
  font-family: "Comfortaa-Bold-2";
  src: url("/static/fonts/Comfortaa/Comfortaa-Regular-1.ttf") format("woff2");
}
@font-face {
  font-family: "SweiMarkerSansCJKtc";
  src: url("/static/fonts/SweiMarkerSansCJKsc-Thin.ttf");
}
li {
  list-style: none;
}
a {
  text-decoration: none !important;
}
.product {
  width: 100%;
  height: 100%;
}
.product .tip-box {
  display: none;
}
.product .product-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.product .product-box .swiper-product {
  width: 100%;
  height: 100%;
}
.product .product-box .swiper-product .swiper-wrapper .swiper-slide {
  position: relative;
}
.product .product-box .swiper-product .swiper-wrapper .swiper-slide .ismobilebgc {
  display: none;
}
.product .product-box .swiper-product .swiper-wrapper .swiper-slide .ispcbgc {
  display: block;
}
.product .product-box .swiper-product .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.product .product-box .swiper-product .swiper-wrapper .swiper-slide .banner-msg {
  position: absolute;
  top: 44%;
  left: 1.8rem;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}
.product .product-box .swiper-product .swiper-wrapper .swiper-slide .banner-msg .banner-msg-top {
  font-size: 0.92rem;
  font-family: Comfortaa-Bold-2;
  font-weight: 400;
  color: #2A3F91;
}
.product .product-box .swiper-product .swiper-wrapper .swiper-slide .banner-msg .banner-msg-tp {
  font-size: 0.62rem;
  font-family: SweiMarkerSansCJKtc;
  font-weight: 100;
  color: #2A3F91;
  margin-top: 0.12rem;
}
.product .product-box .swiper-product .swiper-wrapper .swiper-slide .banner-msg .banner-msg-btn {
  width: 1.88rem;
  height: 0.6rem;
  border: 1px solid #2A3F91;
  border-radius: 0.3rem;
  font-size: 0.18rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #2A3F91;
  line-height: 0.6rem;
  text-align: center;
  cursor: pointer;
  margin-top: 0.42rem;
}
.product .product-box .swiper-product .swiper-wrapper .swiper-slide .banner-msg .banner-msg-btn a{
  color: #2A3F91;
}
.product .product-box .swiper-product .swiper-wrapper .swiper-slide .banner-msg .banner-msg-btn:hover {
  background-color: #2A3F91;
}
.product .product-box .swiper-product .swiper-wrapper .swiper-slide .banner-msg .banner-msg-btn:hover a{
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
}
.product .product-box .header-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  height: 1rem;
  width: 100%;
  background: #2A3F91;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}
.product .product-box .header-box .logo {
  margin-left: 0.82rem;
}
.product .product-box .header-box .logo img {
  width: 2.62rem;
  height: 0.7rem;
}
.product .product-box .header-box .tit {
  margin-right: 0.8rem;
}
.product .product-box .header-box .tit ul {
  display: flex;
}
.product .product-box .header-box .tit ul li {
  margin-right: 0.7rem;
}
.product .product-box .header-box .tit ul li a {
  font-size: 0.22rem;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.6;
}
.product .product-box .header-box .tit ul li a:hover {
  opacity: 1;
}
.product .product-box .header-box .tit ul .active a{
  opacity: 1;
  font-size: 0.22rem;
  font-weight: 400;
  color: #FFFFFF;
}
.product .product-box2 {
  width: 100%;
  height: 100%;
}
.product .product-box2 .box1 {
  height: 0.62rem;
  width: 100%;
  display: flex;
  align-items: center;
}
.product .product-box2 .box1 .jiantou {
  width: 0.08rem;
  height: 0.15rem;
  margin-left: 0.17rem;
}
.product .product-box2 .box1 img {
  width: 0.16rem;
  height: 0.16rem;
  margin-left: 2.17rem;
  margin-right: 0.16rem;
}
.product .product-box2 .box1 a {
  font-size: 0.16rem;
  font-weight: 400;
  color: #999999;
}
.product .product-box2 .box1 a:hover {
  color: #2A3F91;
}
.product .product-box2 .box1 span {
  margin: 0 0.16rem;
  width: 0.08rem;
  height: 0.15rem;
}
.product .product-box2 .box1 p {
  font-size: 0.16rem;
  font-weight: 400;
  color: #2A3F91;
  cursor: pointer;
}
.product .product-box2 .box2 {
  width: 100%;
  /* height: 7.3rem; */
  height: 100vh;
  position: relative;
}
.product .product-box2 .box2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product .product-box2 .box2 .box2-tit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  margin-top: -0.55rem;
      width: 100%;
    padding: 0 0.5rem;
}
.product .product-box2 .box2 .box2-tit .tit-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.product .product-box2 .box2 .box2-tit .tit-box .name {
  font-size: 0.56rem;
  font-weight: 400;
  color: #FFFFFF;
}
.product .product-box2 .box2 .box2-tit .tit-box .msg {
  margin-top: 0.3rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
.product .product-box2 .box2 .line {
  width: 1px;
  height: 2.5rem;
  background: #666666;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.product .product-box2 .box3 {
  width: 100%;
  font-size: 0.24rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.48rem;
  padding: 1.19rem 2.84rem 1.56rem 2.84rem;
  text-align: center;
}
.product .product-box2 .box4 {
  position: relative;
  height: 10.8rem;
  display: block;
}
.product .product-box2 .box4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: -webkit-baseline-middle;
}
.product .product-box2 .box4 .box4-bgc {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
}
.product .product-box2 .box4 .box4-info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product .product-box2 .box4 .box4-info .sports {
  font-size: 0.72rem;
  font-weight: bold;
  color: #FFFFFF;
}
.product .product-box2 .box4 .box4-info .line {
  width: 0.32rem;
  height: 0.03rem;
  background: #FFFFFF;
  margin: 0.4rem 0;
}
.product .product-box2 .box4 .box4-info .xilie {
  font-size: 0.48rem;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 0.45rem;
  transform-style: preserve-3d;
  transition: all 1s;
}
.product .product-box2 .box4 .box4-info .sub {
  width: 1.88rem;
  height: 0.5rem;
  border: 1px solid #FFFFFF;
  border-radius: 0.25rem;
  font-size: 0.18rem;
  font-weight: 300;
  line-height: 0.5rem;
  text-align: center;
  cursor: pointer;
  color: #fff;
}
.product .product-box2 .box4 .box4-info .sub:hover {
  box-shadow: 0px 0 0.16rem rgba(161, 161, 161, 0.5);
}
.product .product-box2 .box5 {
  width: 100%;
  padding: 1.24rem 1.6rem 2.6rem 1.6rem;
  display: none;
}
.product .product-box2 .box5 .box5-top {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.product .product-box2 .box5 .box5-top .tit {
  font-size: 0.48rem;
  font-weight: 400;
  color: #333333;
}
.product .product-box2 .box5 .box5-top .msg {
  margin-top: 0.19rem;
  font-size: 0.16rem;
  font-weight: 400;
  color: #999999;
  letter-spacing: 2px;
}
.product .product-box2 .box5 .box5-bootm {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.product .product-box2 .box5 .box5-bootm .top {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 1.36rem;
}
.product .product-box2 .box5 .box5-bootm .top .left .tit {
  font-size: 0.16rem;
  font-weight: 300;
  color: #333333;
}
.product .product-box2 .box5 .box5-bootm .top .left .line {
  width: 0.17rem;
  height: 0.04rem;
  background: #2A3F91;
  margin: 0.3rem 0;
}
.product .product-box2 .box5 .box5-bootm .top .left .brief {
  font-size: 0.32rem;
  font-weight: 400;
  color: #333333;
}
.product .product-box2 .box5 .box5-bootm .top .left .msg {
  width: 6.76rem;
  font-size: 0.14rem;
  font-weight: 300;
  color: #666666;
  margin-top: 0.42rem;
  line-height: 0.3rem;
}
.product .product-box2 .box5 .box5-bootm .top .right {
  width: 7.57rem;
  height: 4.78rem;
  margin-left: 1.7rem;
}
.product .product-box2 .box5 .box5-bootm .top .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product .product-box2 .box5 .box5-bootm .bootmBack {
  text-align: center;
  margin: 0 auto;
  margin-top: 0.8rem;
  width: 1.88rem;
  height: 0.5rem;
  border: 1px solid #2A3F91;
  border-radius: 0.25rem;
  font-size: 0.2rem;
  font-weight: 400;
  color: #2A3F91;
  line-height: 0.5rem;
  cursor: pointer;
}
.product .product-box2 .box6,
.product .product-box2 .box7 {
  position: relative;
  display: block;
  /* height: 10.8rem; */
}
.product .product-box2 .box6 img,
.product .product-box2 .box7 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: -webkit-baseline-middle;
}
.product .product-box2 .box6 .box6-bgc,
.product .product-box2 .box7 .box6-bgc {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
}
.product .product-box2 .box6 .box6-info,
.product .product-box2 .box7 .box6-info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product .product-box2 .box6 .box6-info .sports,
.product .product-box2 .box7 .box6-info .sports {
  font-size: 0.72rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.product .product-box2 .box6 .box6-info .line,
.product .product-box2 .box7 .box6-info .line {
  width: 0.32rem;
  height: 0.03rem;
  background: #FFFFFF;
  margin: 0.4rem 0;
}
.product .product-box2 .box6 .box6-info .xilie,
.product .product-box2 .box7 .box6-info .xilie {
  font-size: 0.48rem;
  font-weight: 400;
  transition: all 1s;
  color: #FFFFFF;
  margin-bottom: 0.45rem;
}
.product .product-box2 .box6 .box6-info .sub,
.product .product-box2 .box7 .box6-info .sub {
  width: 1.88rem;
  height: 0.5rem;
  border: 1px solid #FFFFFF;
  border-radius: 0.25rem;
  font-size: 0.18rem;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 0.5rem;
  text-align: center;
  cursor: pointer;
}
.product .product-box2 .box6 .box6-info .sub:hover,
.product .product-box2 .box7 .box6-info .sub:hover {
  box-shadow: 0px 0 0.16rem rgba(161, 161, 161, 0.5);
}
.product .product-box2 .footer {
  width: 100%;
  background: #2A3F91;
  position: relative;
}
.product .product-box2 .footer .ispc .footer-box {
  padding: 0.65rem 0 0 0;
  display: flex;
  justify-content: space-around;
}
.product .product-box2 .footer .ispc .footer-box .box-1 img {
  width: 3.38rem;
  height: 0.91rem;
  /* margin-left: 0.5rem; */
}
.product .product-box2 .footer .ispc .footer-box .box-2{
  /* width: 100%; */
}
.product .product-box2 .footer .ispc .footer-box .box-2 ul {
  display: flex;
}
.product .product-box2 .footer .ispc .footer-box .box-2 ul li {
  margin-left: 0.82rem;
}
.product .product-box2 .footer .ispc .footer-box .box-2 ul li .li-tit {
  font-size: 0.18rem;
  font-family: 'Source Han Sans';
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}
.product .product-box2 .footer .ispc .footer-box .box-2 ul li .li-tit a{
    font-size: 0.18rem;
  font-family: 'Source Han Sans';
  font-weight: 400;
  color: #FFFFFF;
}

.product .product-box2 .footer .ispc .footer-box .box-2 ul li .li-msg {
  display: flex;
  flex-direction: column;
}
.product .product-box2 .footer .ispc .footer-box .box-2 ul li .li-msg a:nth-child(3){
  display: none;
}
.product .product-box2 .footer .ispc .footer-box .box-2 ul li .li-msg a{
  margin-top: .2rem;
}
.product .product-box2 .footer .ispc .footer-box .box-2 ul li .li-msg span {
  font-size: 0.14rem;
  font-family: 'Source Han Sans';
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.4;
  margin-top: 0.2rem;
  cursor: pointer;
}
.product .product-box2 .footer .ispc .footer-box .box-3 {
  height: 1rem;
  display: flex;
  /* margin-left: 1.3rem; */
}
.product .product-box2 .footer .ispc .footer-box .box-3 .box-3-img {
  background-color: #fff;
}
.product .product-box2 .footer .ispc .footer-box .box-3 .box-3-img img {
  padding: 0.05rem;
  width: 0.9rem;
  height: 0.9rem;
}
.product .product-box2 .footer .ispc .footer-box .box-3 .box-3-msg {
  display: flex;
  flex-direction: column;
  margin-left: 0.2rem;
  justify-content: space-between;
}
.product .product-box2 .footer .ispc .footer-box .box-3 .box-3-msg .logo-tit {
  font-size: 0.16rem;
  font-family: 'Source Han Sans';
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}
.product .product-box2 .footer .ispc .footer-box .box-3 .box-3-msg .info {
  font-size: 0.14rem;
  font-family: 'Source Han Sans';
  font-weight: 400;
  color: #CCCCCC;
  cursor: pointer;
}
.product .product-box2 .footer .ispc .filing {
  width: 100%;
  margin-top: 0.3rem;
  text-align: center;
  padding: 0.19rem 0;
  background: #090d64;
  font-size: 0.14rem;
  font-family: 'Source Han Sans';
  font-weight: 400;
  color: #CCCCCC;
  opacity: 0.8;
}
.product .product-box2 .footer .footer-mobile {
  display: none;
}
@media (max-width: 750px) {
  a {
    color: #fff;
  }
  .product {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .product .tip-box {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 1rem;
    background: #fafafa;
  }
  .product .tip-box .area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1rem;
    padding: 0 0.3rem;
  }
  .product .tip-box .area .logo-box a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product .tip-box .area .logo-box a img {
    width: 2.6rem;
    height: 0.7rem;
  }
  .product .tip-box .area .nav-box {
    width: 0.5rem;
    min-height: 0.35rem;
  }
  .product .tip-box .area .nav-box .menu {
    display: block;
    width: 0.5rem;
    height: 0.35rem;
    background: center / 100% no-repeat url(../wapimg/wapnav.png);
  }
  .product .tip-box .area .nav-box .spread {
    width: 0.51rem;
    height: 0.51rem;
    background: center / 100% no-repeat url(../wapimg/close.png);
  }
  .product .tip-box .area .nav-box ul {
    left: 0;
    position: fixed;
    top: -200%;
    z-index: 10;
    background-color: #f9fafd;
    width: 100%;
    flex-direction: column;
    transition: all 0.35s;
    opacity: 0;
    justify-content: inherit;
    padding: 0 0.25rem;
    overflow: scroll;
  }
  .product .tip-box .area .nav-box ul li {
    position: relative;
    height: auto;
    border-bottom: 0.02rem solid #4e4e4e;
  }
  .product .tip-box .area .nav-box ul li a {
    display: block;
    padding: 0;
    line-height: 1rem;
    font-size: 0.3rem;
    color: #252526;
    border-left: 2px solid transparent;
    position: relative;
  }
  .product .tip-box .area .nav-box ul li .j-li a::before {
    content: "";
    display: block;
    width: 0.34rem;
    height: 0.03rem;
    background-color: #b9b9ba;
    position: absolute;
    top: 50%;
    margin-top: -0.02rem;
    right: 0;
  }
  .product .tip-box .area .nav-box ul li .j-li a::after {
    content: "";
    display: block;
    height: 0.34rem;
    width: 0.03rem;
    background-color: #b9b9ba;
    position: absolute;
    top: 50%;
    right: 0.16rem;
    margin-top: -0.16rem;
  }
  .product .tip-box .area .nav-box ul li .active a::after {
    content: "";
    display: none;
  }
  /* //修改字体 */
  .product .product-box2 .box6 .box6-info .sports, .product .product-box2 .box7 .box6-info .sports,.product .product-box2 .box4 .box4-info .sports{
        font-size: 0.3rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    margin-top: 1rem;
  }
    .product .product-box2 .box4 .box4-info .line,.product .product-box2 .box6 .box6-info .line, .product .product-box2 .box7 .box6-info .line{
    margin: 0.1rem 0;
  }

  .product .tip-box .area .nav-box .open {
    top: 1rem;
    opacity: 1;
    padding-bottom: 0.9rem;
    background: #FFF;
  }
  .product .product-box {
    margin-top: 1rem;
  }
  .product .product-box .header-box {
    display: none;
  }
  .product .product-box .swiper-product .swiper-wrapper .swiper-slide .ismobilebgc {
    display: block;
  }
  .product .product-box .swiper-product .swiper-wrapper .swiper-slide .ispcbgc {
    display: none;
  }
  .product .product-box .swiper-product .swiper-wrapper .swiper-slide .banner-msg {
    left: 50%;
    top: 0;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    transform: translateX(-50%);
    width: 100%;
  }
  .product .product-box .swiper-product .swiper-wrapper .swiper-slide .banner-msg .banner-msg-top {
    font-size: 0.77rem;
    margin-top: 1rem;
  }
  .product .product-box .swiper-product .swiper-wrapper .swiper-slide .banner-msg .banner-msg-tp {
    font-size: 0.52rem;
    text-align: center;
    font-weight: 100;
  }
  .product .product-box .swiper-product .swiper-wrapper .swiper-slide .banner-msg .banner-msg-btn {
    display: none;
  }
  .product .product-box2 .box1 {
    display: none;
  }
  .product .product-box2 .box3 {
    padding: 0.2rem;
    text-align: center;
        font-family: 宋体;
    font-size: 14px;
        text-align: left;
  }
  .product .product-box2 .box4 {
    /* height: 7rem; */
    height: 100%;
  }
  .product .product-box2 .box5 {
    padding: 0;
  }
  .product .product-box2 .box5 .box5-top .tit {
    margin-top: 0.2rem;
  }
  .product .product-box2 .box5 .box5-bootm {
    margin-top: 0;
    flex-direction: column;
  }
  .product .product-box2 .box5 .box5-bootm .top {
    margin-top: 0;
  }
  .product .product-box2 .box5 .box5-bootm .top .left {
    padding: 0 0.3rem;
  }
  .product .product-box2 .box5 .box5-bootm .top .left .brief {
    margin-top: 0.3rem;
  }
  .product .product-box2 .box5 .box5-bootm .top .left .line,
  .product .product-box2 .box5 .box5-bootm .top .left .tit {
    display: none;
  }
  .product .product-box2 .box5 .box5-bootm .top .left .msg {
    width: 100%;
  }
  .product .product-box2 .box5 .box5-bootm .top .left .msg p{
    font-family: 宋体;
    font-size: 14px;
  }
  .product .product-box2 .box5 .box5-bootm .top .right {
    margin-left: 0;
    margin-top: 0.1rem;
    display: none;
  }
  .product .product-box2 .box5 .box5-bootm .bootmBack {
    margin-bottom: 0.2rem;
  }
  .product .product-box2 .box6 img {
    vertical-align: -webkit-baseline-middle;
  }
  .product .product-box2 .footer {
    margin-top: 0;
  }
  .product .product-box2 .footer .ispc {
    display: none;
  }
  .product .product-box2 .footer .footer-mobile {
    display: block;
    width: 100%;
    background-color: #2A3F91;
    padding: 0.34rem 0.65rem 0.42rem 0.3rem;
  }
  .product .product-box2 .footer .footer-mobile .name {
    font-size: 0.3rem;
    font-weight: 400;
    color: #FFFFFF;
  }
  .product .product-box2 .footer .footer-mobile .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .product .product-box2 .footer .footer-mobile .info .info-box1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product .product-box2 .footer .footer-mobile .info .info-box2 {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-top: 0.3rem;
  }
  .product .product-box2 .footer .footer-mobile .info .info-box2 .li-box2 {
    display: flex;
    align-items: center;
  }
  .product .product-box2 .footer .footer-mobile .info .info-box2 .li-box2 .dianhua {
    width: 0.25rem;
    height: 0.27rem;
    background-color: #2A3F91;
  }
  .product .product-box2 .footer .footer-mobile .info .info-box2 .li-box2 .youxiang {
    width: 0.26rem;
    height: 0.22rem;
    background-color: #2A3F91;
    margin: 0.3rem 0;
  }
  .product .product-box2 .footer .footer-mobile .info .info-box2 .li-box2 .dizhi {
    width: 0.21rem;
    height: 0.28rem;
    background-color: #2A3F91;
  }
  .product .product-box2 .footer .footer-mobile .info .info-box2 .li-box2 span {
    font-size: 0.22rem;
    font-weight: 400;
    color: #CCCCCC;
    margin-left: 0.39rem;
  }
  .product .product-box2 .footer .footer-mobile .info img {
    width: 1.33rem;
    height: 1.34rem;
    padding: 0.05rem;
    background-color: #fff;
  }
  .product .product-box2 .footer .footer-mobile p {
    font-size: 0.18rem;
    font-weight: 400;
    color: #999999;
    margin-top: 0.5rem;
    padding-bottom: 0.2rem;
  }
}
