.product__nav {
  width: 100%;
  height: 160px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  background: url(../img/product/header.png) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 45px;
}
.product__nav.nav_2 {
  background: url(../img/product/header_2.png) no-repeat center;
  background-size: cover;
}
.product__nav .product_btn {
  font-size: 14px;
  margin-top: 17px;
}
.product__nav .product_btn span {
  display: inline-block;
  color: #ccc;
  cursor: pointer;
}
.product__nav .product_btn span:first-child {
  margin-right: 24px;
}
.product__nav .product_btn span:last-child {
  margin-left: 24px;
}
.product__nav .product_btn span.active {
  color: #ffffff;
  font-weight: bold;
}

.mobile_nav {
  display: none;
}

.pro_wrap .market {
  text-align: center;
  padding: 0;
  overflow: hidden;
}
.pro_wrap .market .product-info {
  padding: 0;
  width: 145px;
  background: #fafafa;
}
.pro_wrap .market .product-info h3 {
  font-size: 14px;
  margin: 20px auto 0;
  font-weight: normal;
}
.pro_wrap .market .product-info strong {
  display: block;
  margin: 10px 0 5px;
  font-size: 18px;
  text-align: center;
}
.pro_wrap .market .product-info span {
  font-size: 14px;
  display: block;
  text-align: center;
}
.pro_wrap .produ_intro {
  margin-top: 40px;
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.pro_wrap .produ_intro h3 {
  margin-top: 0;
}
.pro_wrap .produ_intro:before {
  content: "";
  display: block;
  width: 430px;
  height: 180px;
  flex-shrink: 0;
  margin-right: 30px;
}
.pro_wrap .produ_intro.intro_gold:before {
  background: url(../img/product/gold.png);
  background-size: contain;
}
.pro_wrap .produ_intro.intro_silver:before {
  background: url(../img/product/silver.png);
  background-size: contain;
}
.pro_wrap .produ_intro.intro_copper:before {
  background: url(../img/product/copper.png);
  background-size: contain;
}
.pro_wrap .contract-img {
  width: 100%;
  margin: 100px 0;
}
.pro_wrap h3 {
  margin: 40px 0 20px;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.pro_wrap p {
  font-size: 14px;
  color: #666666;
  text-align: justify;
  margin-bottom: 20px;
  line-height: 25px;
  position: relative;
}
.pro_wrap .sele {
  display: flex;
  flex-wrap: wrap;
}
.pro_wrap .sele p {
  padding-left: 17px;
  width: 180px;
  margin: 0 295px 20px 20px;
}
.pro_wrap .sele p:nth-child(2n) {
  margin-right: 0;
}
.pro_wrap .sele p span {
  font-size: 34px;
  position: absolute;
  top: 1px;
  left: 0;
}
.pro_wrap .influ p {
  margin-left: 20px;
}
.pro_wrap h4 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  border: 1px solid #dddddd;
  margin: 30px 0 50px;
}
.pro_wrap h4 a {
  display: inline-block;
  margin-left: 7px;
  color: #3659B6;
}
.pro_wrap table {
  width: 100% !important;
  margin-top: 30px;
}
.pro_wrap table tr td {
  border: 1px solid #eeeeee !important;
  text-align: center !important;
  color: #333333 !important;
  padding: 19px 0;
  font-weight: normal !important;
}
.pro_wrap table tr.firstRow td {
  white-space: nowrap;
}
.pro_wrap table tr:nth-child(odd) {
  background: #fafafa;
}

@media (max-width: 1080px) {
  .product__nav {
    display: none;
  }
  .mobile_nav {
    display: flex;
    height: 11.733vw;
    font-size: 4.267vw;
    color: #999;
    width: 100%;
    border-bottom: 1px #eee solid;
    justify-content: center;
    align-items: center;
  }
  .mobile_nav h3:nth-child(1) {
    margin-right: 4vw;
  }
  .mobile_nav h3.active {
    color: #333;
    font-weight: bold;
    position: relative;
  }
  .mobile_nav h3.active:after {
    display: block;
    content: "";
    width: 5.333vw;
    height: 1.067vw;
    background: #3659B6;
    border-radius: 0.533vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2.667vw;
  }
  .pro_wrap .produ_intro {
    margin-top: 5.333vw;
    display: block;
  }
  .pro_wrap .produ_intro:before {
    width: 100%;
    height: 38.4vw;
    margin: 0 0 5.333vw;
  }
  .pro_wrap h3 {
    font-size: 4.267vw;
    margin: 5.333vw 0 4vw;
  }
  .pro_wrap p {
    font-size: 3.733vw;
    line-height: 6.667vw;
    margin: 0 0 2.667vw 0 !important;
  }
  .pro_wrap .sele p {
    width: 100% !important;
  }
  .pro_wrap h4 {
    width: 100%;
    height: 16vw;
    line-height: unset;
    font-size: 3.733vw;
    padding: 2.4vw 4vw;
    box-sizing: border-box;
    text-align: left;
    margin: 8vw 0 8vw;
  }
  .pro_wrap h4 span {
    display: block;
  }
  .pro_wrap table {
    margin-top: -4vw;
    font-size: 3.733vw;
  }
}
.bar {
  min-height: 78px;
}
.bar .product-info {
  width: 200px;
  background: #fff;
  margin-right: 0;
}
.bar .product-info h3 {
  font-weight: bold;
}
.bar .swiper-pagination {
  display: none;
}

@media (max-width: 1080px) {
  .bar .product-info {
    text-align: center;
  }
  .bar .product-info span:last-child {
    display: block;
  }
  .swiper_bar .swiper-pagination {
    text-align: center;
    margin-top: 1.333vw;
  }
  .swiper_bar .swiper-pagination-bullet {
    background: #eeeeee;
    outline: none;
  }
  .swiper_bar .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff6201;
  }
}/*# sourceMappingURL=product.css.map */