﻿
/*********** 内容 ***************/

section .content-top-title {
    color: #15233a;
    text-align: center;
    /* padding: 10% auto 10% 25%; */
    padding-bottom: 52px;
}
section .content-top-title .caption{
    margin-bottom: 22px;
    font-size: 28px;
    font-weight: bolder;
    
}
.content-4 .caption{
    color: #15233a;
}
section .content-top-title hr {
    /* margin: 0px auto 4.56% 48%; */
    margin-left: 48%;
}
section .content-top-title .margin-bottom-20 {
    margin-bottom: 20px;
}

section .content-center-vh {
    /* padding: 7.5% 15% 7.5% 14%; */
    color: #ffffff;
    text-align: center;
    line-height: 0.24rem;
}
section .content-center {
    /* padding: 16.5% 15% 12.5% 14%; */
    padding: 1.6746rem 1.5223rem 1.2687rem 1.4208rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.24rem;
}
section .content-center-product {
    padding: 11.5% 15% 7.6% 14%;
    color: #ffffff;
    text-align: center;
    line-height: 0.24rem;
}
section .content-center-sports {
    padding: 18.2% 15% 8.8% 14%;
    color: #ffffff;
    text-align: center;
    line-height: 0.24rem;
}
section .content-center-gym {
    padding: 2.1947rem 1.5221rem 1.4853rem 1.5221rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.24rem;
}

section .content-title {
    font-size: 0.3093rem;
    font-weight: bolder;
    margin-bottom: 45px;
}
section .content-description {
    font-size: 0.128rem;
    margin-bottom: 45px;
}
section .active {
    color: #E94609;
}
.content-center a {
    font-size: 0.0853rem;
}
section .content-detail {
    text-align:center;
    line-height: 45px;
    color: #666666;
}
section .content-detail-title {
    font-size: 24px;
    font-weight: bolder;
    color: #15233a;
}
section .content-icon {
    padding-left: 40%;
    padding-top: 20%;
    padding-bottom: 4.65%;
}


.img-box {
    padding-bottom: 11%;
}
.img-box-bg {
    width: 100%;
    position: relative;
    z-index: 1;
}
.img-box-no-padding{
    padding-bottom: 0%;
}
.img-box-no-padding img {
    position: inherit;
    /* width: 3.04rem; */
    width: 100%;
    margin: auto;
}
.img-box img {
    position: inherit;
    width: 100%;
    margin: auto;
}
.img-box-bg img{
    position: absolute;
    width: 100%;
    margin:auto;
    z-index: -1;
    *zoom: 1;
}
.img-box-bg::before {
    content: "";
    display: inline-block;
    padding-bottom: 10%;
    width: 0.1px;
    vertical-align: middle;
}
/* 多图切换*/
.customer-evaluate .arrowbtn-left, .customer-evaluate .arrowbtn-right {
  position: absolute;
  top: 200px;
  width: 16px;
  height: 20px;
  cursor: pointer;
}
.customer-evaluate .arrowbtn-left {
  left: 1px;
  background: url(../images/modal-gray_1.png) no-repeat;
}
.customer-evaluate .arrowbtn-right {
  right: 5px;
  background: url(../images/modal-gray_1.png) no-repeat;
}
.evaluate-list {
  width: 1140px;
  height: 400px;
  overflow: hidden;
  margin: 0 auto;
}
.evaluate-list-ul { width: 999%;}
.evaluate-list-ul li {
  width: 270px;
  height: 270px;
  float: left;
  position: relative;
}
/*********** 尾部 ***************/
.footer {
    background-size: 100%, 100%;
    background-color: #202732;
    color: #ffffff;
}
.footer .footer-content {
    /* padding-top: 0.5653rem; */
    padding-top: 0.42rem;
    padding-bottom: 0.2667rem;
    padding-left: 0rem;
    padding-right: 0rem;
}
.footer .footer-title {
    font-size: 20px;
    font-weight: bolder;
    padding-bottom: 0.1333rem;
}
.footer .footer-content div ul {
    padding-top: 0.16rem;
}
.QRcode-part {
    padding-left: 0.4373rem;
    text-align: center;
}
.QRcode-part p {
    margin-bottom: 12px;
}

.footer .footer-content ul li, .copyright{
    padding-bottom: 28px;
    color: #8392ab;
}
.copyright {
  padding-top: 20px;
}
.copyright a {
    color: #8392ab;
    text-decoration: none;
}
.footer .flex-vertical-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 120px;
}
/* 回到顶部 */
.back-to-top {
    border: 1px solid #ffffff;
    display: block;
    position: fixed;
}