/* 顶部导航 */
.bannerTop{
    /* width: 100%; */
    height: 75px;
    display: flex;
    justify-content: center;
}
.bannerTop a{
    width: 100%;
}
.bannerTop img {
    height: 75px;
    width: 100%;
    object-fit: scale-down;
}
.shopbadge {
    margin-top: 30px;
    display: none;
    overflow: hidden;
}
.bannerList{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    border-bottom: 2px solid #eee;
}
.bannerList .bannerLi{
    /* margin:0px 105px; */
    margin-right: 94px;
    cursor: pointer;
    text-align: center;
    position: relative;
}
.bannerList .bannerLi p{
    width: 95px;
}
.bannerList .bannerLi:hover span{
    background-color: var(--commonColor,'#3863A3');
}
.bannerLi:first-child{
    margin-left: 94px;
}
.bannerList .bannerLi div{
    height: 95px;
    width: 95px;
    /* width: 100px; */
}
.bannerList .bannerLi img{
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}
.bannerLi span{
    width: 30px;
    height: 4px;
    display: inline-block;
    /* background: transparent; */
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    margin-left: -15px;
    transition: background-color 1s;
    -moz-transition: background-color 1s;	/* Firefox 4 */
    -webkit-transition: background-color 1s;	/* Safari 和 Chrome */
    -o-transition: background-color 1s;
}
.bannerLi div {
    height: 95px;
}
.bannerLi div img {
    height: 95px;
}
.bannerList .bannerLi p{
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #000000;
    height: 21px;
}
.shopTeam{
    margin-top: 30px;
    display: block;
}
.shopTeam h3{
    text-align: center;
    font-size: 18px;
    font-family: Arial;
    color: #000000;
    margin-bottom: 27px;
    height: 21px;
}
.moreList{
    line-height: 40px;
    text-align: center;
}
.moreList i{
    font-size: 26px;
    cursor: pointer;
}
.teamList{
    display: flex;
    flex-wrap: wrap;
    max-height: 186px;
    overflow: hidden;
    margin-top: 15px;
}
.teamList a{
    width: 58px;
    height: 54px;
    margin-right: 40px;
    margin-bottom: 27px;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    transition: border-bottom 1s;
    -moz-transition: border-bottom 1s;	/* Firefox 4 */
    -webkit-transition: border-bottom 1s;	/* Safari 和 Chrome */
    -o-transition: border-bottom 1s;
}
.teamList a img {
    width: 58px;
    height: 58px;
}
.teamList a span{
    display: inline-block;
    width: 58px;
}
/* .teamList a:hover{
    border-bottom: 2px solid var(--commonColor,'#3863A3');
}
.teamList a.activeLi{
    border-bottom: 2px solid var(--commonColor,'#3863A3');
} */
.teamList a:nth-child(15n+0){
    /* margin-right: 0; */
}
/* .teamList a:nth-child(30){
    margin-right: 0;
} */
.player h3{
    text-align: center;
    font-size: 18px;
    font-family: Arial;
    color: #000000;
    margin-bottom: 27px;
}
.playerImg{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.playerImg a{
    margin-right: 10px;
    position: relative;
    display: block;
    width: 100%;
    height: 134px
}
.playerImg a:nth-child(10){
    margin-right: 0;
}
.playerImg img {
    /* width: 134px!important;
    height: 134px!important; */
    width: 100%;
    max-height:134px;
}
.playerImg8 img{
    width: 180px!important;
    height: 180px!important;
    border-radius: 50%;
}
.playerImg a p{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 24px;
    background: #000000;
    opacity: 0.8;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    line-height: 24px;
}

.swiper-button-next{
    right: 245px;
    width: 40px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.1);
}
.swiper-button-prev{
    left: 245px;
    width: 40px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.1);
}

.slide .swiper-button-next{
    right: 0px;
    width: 40px;
    height: 80px;
    top: 45%;
    background-color: rgba(0, 0, 0, 0.1);
}
.slide .swiper-button-prev{
    left: 0px;
    width: 40px;
    height: 80px;
    top: 45%;
    background-color: rgba(0, 0, 0, 0.1);
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    pointer-events: auto!important;
}
.mimgLeft{
    height: 300px;
    width: 225px;
    position: relative;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    transition: all .6s ease-out;
}
.mimgLeft img:first-child{
    height: 300px;
    width: 225px;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    transition: all .6s ease-out;
}
.hoverTrans img:first-child{
    width: 530px;
}
.hoverTrans .mingHead{
    display: block;
    width: 100%;
}
.hoverTrans {
    width: 530px;
    height: 300px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.hoverTrans .topimg{
    width: 188px;
    height: 300px;
    right: 55px;
    bottom: 30px;
}
/* .mimgRight{
    height: 300px;
    display: flex;
}
.mimgRight img{
    height: 300px;
    width: 225px;
    margin: 0;
    padding: 0px;
} */
.contFlex{
    display: flex;
}
.mingHead{
    height: 42px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(250,250,250, .9);
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    transition: all .6s ease-out;
}
.mingHead div{
    padding: 0px 15px 15px 15px;
    font-size: 14px;
    font-family: Alibaba PuHuiTi;
    color: #666666;
}
.mingHead p{
    padding: 10px 15px 0px 15px;
    font-size: 18px;
    font-family: Arial;
    color: #000000;
    line-height: 22px;
}
.topimg{
    position: absolute;
    right: 15px;
    bottom: 0px;
    width: 162px;
    height: 266px;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    transition: all 0.9s;
}
.swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    border-radius: 50%;
}
.swiper-pagination-bullet-active {
    background: var(--commonColor,'#3863A3')!important;
}
.dispal {
    display: none;
}
.playerImg8 .swiper-container{
    width: 100%;
}
.playerImg8 .swiper-container .swiper-slide{
    width: 180px!important;
    height: 180px!important;
}
.playerImg .swiper-container{
    width: 100%;
}
.playerImg .swiper-container .swiper-slide{
    width: 134px;
    height: 134px;
}
.swiper-slide img {
    /* width: 100%; */
    /* height: 420px; */
    width: 100%;
    height: auto;
}
.pc7-swiper-con .swiper-slide{
    height: auto;
}
.pc7-swiper-con .swiper-slide img{
    /* max-height: 680px!important; */
    max-height: 650px!important;
    min-width: 400px!important;
    /* object-fit: contain; */
    object-fit: cover;
}
.pc7-swiper-con .swiper-button-next{
    right: 30px!important;
    top: calc(50% - 40px);
}
.pc7-swiper-con .swiper-button-prev{
    left: 30px;
    top: calc(50% - 40px);
}
.productLi{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.product h3{
    text-align: center;
    font-size: 26px;
    font-family: Arial;
    color: #000000;
    margin-bottom: 27px;
}
.productLi a{
    /* width: 344px; */
    width: calc(25% - 21px);
    height: auto;
    max-height: 334px;
    /* margin-left: 18px; */
    margin-bottom: 18px;
    overflow: hidden;
}
.productLi a img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}
.productLi a.col-3{
    padding-right: 0;
    padding-left: 18px;
    /* padding-left: 0; */
    /* margin-right: 18px; */
}
.productLi a.col-3:first-child{
    padding-left: 15px;
}
.productLi a.col-3:nth-child(4n){
    /* padding-right: 15px;
    margin-right: 0; */
}
.productLi a.col-3:nth-child(5n){
    padding-left: 15px;
}
.productLi a:first-child img{
    margin-left: 0;
}
.productLi a:nth-child(5) img{
    margin-left: 0;
}
.sport{
    height: auto;
    overflow-y: auto;
    font-size: 14px;
    color: #666666 ;
    line-height: 22px;
}
.swiper-container21 {
    /* width: 1430px;
    margin: 0 auto; */
    overflow: hidden;
}
.swiper-container21 .swiper-slide {
    /* height: 500px; */
    height: auto;
}
.swiper-container21 .swiper-slide img {
    max-height: 500px;
    /* width: 100%; */
    object-fit: cover;
    /* min-height: 290px; */
}

/* 滑动轮播 */
.slide {
    /* width: 1430px; */
    /* height: 390px; */
    margin: 40px auto;
    overflow: hidden;
    /* background-color: #f4f4f4; */
    position: relative;
}
.slide .swiper-container22 {
    /* width: 1410px; */
    /* height: 365px; */
    margin: 18px auto;
}
.swiper-container22 .swiper-button-prev:after {
    font-size: 20px;
}
.swiper-container22 .swiper-button-next:after{
    font-size: 20px;
}
.swiper-container22 .swiper-button-next{
    width: 40px;
    height: 55px;
}
.swiper-container22 .swiper-button-prev{
    width: 40px;
    height: 55px;
}
.slide .swiper-slide {
    width: 226px;
    /* height: 350px; */
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.slide .slide-link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.slide .slide-link-img {
    width: 100%;
    overflow: hidden;
    display: block;
    text-align: center;
    padding-bottom: 100%;
    margin-bottom: 10px;
    position: relative;
}
.slide .slide-link-img img {
    display: block;
    width: 100%!important;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.slide .slide-link p {
    font-size: 20px;
    font-family: Arial;
    font-weight: bold;
    color: #333;
}
.price-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
}
.slide .slide-link span {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #999999;
    /* margin-top: 8px; */
    text-decoration: line-through;
    margin-left: 5px;
}

#persons {
    position: relative;
    /* width: 1430px;
    margin: 50px auto */
}

#persons .swiper-container {
    padding-bottom: 60px;
}

#persons .swiper-slide {
    width: 800px;
    max-height: 300px;
    min-height: 220px;
}

#persons .swiper-slide img{
    width: 800px;
    height: 300px;
    object-fit: scale-down;
}

#persons .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#persons .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#persons .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#persons .swiper-button-prev {
    left: -30px;
    top: 50%;
    width: 45px;
    height: 45px;
}

#persons .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#persons .swiper-button-next {
    right: -30px;
    top: 50%;
    width: 45px;
    height: 45px;
}

.swiper-pagination-bullet{
    border-radius: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(51, 51, 51, 0.1);
}
.swiper-pagination-bullet-active{
    background-color: #333!important;
}
