@charset "UTF-8";
/* *{
    
    -webkit-tap-highlight-color:transparent;
 
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    user-select:none;
} */
body{
    position: relative;
    padding-top: 1.8rem;
    font-family: 'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', Arial, sans-serif;
    overflow-x: hidden;
}
/* bootstrap modal闪动问题 */
body.modal-open { 
    padding-right: 0 !important;
    overflow-y: scroll;
}
/* 重置bootstrap的样式 */
[class^="col-"]{
    padding: 0;
}
.row{
    margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
    margin-bottom: 0;
}
a:hover {
    text-decoration: none;
}
ul, dl, li{
    list-style: none;
    padding: 0;
}
input,textarea{      
    -webkit-user-select:auto;
    -ms-user-select:auto;
    -ms-user-select:auto;
    -o-user-select:auto;
    user-select:auto;
}  
.msgbt a {
  color: #fff;
  font-size: 18px;
  display: block;
  width: 150px;
  height: 38px;
  line-height: 32px;
  border: 2px solid #fff;
  float: right;
  border-radius: 20px;
  text-align: center;
}
@media (max-width: 992px) {
  .msgbt {
    display: none;
  }
}
/* 清除浮动 */
.clearfix:after{
    display:block;
    overflow:hidden; 
    clear:both; 
    height:0; 
    visibility:hidden; 
    content:".";
}
.clearfix{
    *zoom:1;
}
img{
    display: block;
   max-width: 100%; margin:auto;
}
/* 图片放大 */
.scale-img img{
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.scale-img:hover img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.modal-dialog {
    max-width: inherit !important;
}
/* .modal-dialog video{
    display: block;
    width: 100%;
} */
.modal-dialog img{
    display: block;
    max-width: 100%;
}
.modal-header{
    padding: 0;
}
.modal-header .close{
    padding: 0;
    margin: 0;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 9;
}
.modal-content{
    display: inline-block;
    width: auto;
    margin: 0 auto;
}
/* 公共样式 */
@media (max-width: 1200px){
    .modal-dialog {
        max-width: 94%;
    }
}
@media (max-width: 768px){
    .modal-header{
        padding: 0;
    }
    .modal-title{
        height: 40px;
        padding: 0 16px;
        line-height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .modal-header .close{
        top: 5px;
        right: 5px;
    }
    .modal-body {
        padding: 5px;
    }
}
.w1616 {
    width: 1616px;
    margin: 0 auto;
}
@media (max-width: 1616px){
    .w1616 {
        width: 100%;
        padding: 0 .6rem;
    }
}
.w1510 {
    width: 1510px;
    margin: 0 auto;
}
@media (max-width: 1510px){
    .w1510 {
        width: 100%;
        padding: 0 .6rem;
    }
}
.w1440 {
    width: 1440px;
    margin: 0 auto;
}
@media (max-width: 1440px){
    .w1440 {
        width: 100%;
        padding: 0 .6rem;
    }
}
.w1360 {
    width: 1360px;
    margin: 0 auto;
}
@media (max-width: 1360px){
    .w1360 {
        width: 100%;
        padding: 0 .6rem;
    }
}
.w1310 {
    width: 1310px;
    margin: 0 auto;
}
@media (max-width: 1310px){
    .w1310 {
        width: 100%;
        padding: 0 .6rem;
    }
}
.w1164 {
    width: 1164px;
    margin: 0 auto;
}
@media (max-width: 1164px){
    .w1164 {
        width: 100%;
        padding: 0 .6rem;
    }
}
.w1040 {
    width: 1040px;
    margin: 0 auto;
}
@media (max-width: 1040px){
    .w1040 {
        width: 100%;
        padding: 0 .6rem;
    }
}

.button {
    position: relative;
    display: block;
    width: 140px;
    height: 40px;
    background-color: transparent;
    border: none;
    border-radius: 40px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
}
.button-inner {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 22px;
    font-size: 14px;
    color: #010101;
    text-align: center;
    -webkit-transition: color 0.2s ease-in;
    -ms-transition: color 0.2s ease-in;
    -o-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
}
.button-mask {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #222021;
    -webkit-transition: top 0.2s ease-in;
    -ms-transition: top 0.2s ease-in;
    -o-transition: top 0.2s ease-in;
    transition: top 0.2s ease-in;
}
.button:hover .button-inner{
    color: #fff;
}
.button:hover .button-mask{
    top: 0;
}


/* 头部样式 */
.header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
}
.header-dark {
    background-color: #181818;
}
.header .navbar {
    position: inherit;
    width: 100%;
    padding: .6rem 0 0;
}
.header .navbar-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.header .navbar-brand {
    padding: 0;
    margin: 0 1.06rem 0 .04rem;
}
.navbar-toggler{
    position: absolute;
    right: .6rem;
    top: 50%;
    float: right;
    padding: 0 !important;
    border: none !important;
    outline: none !important;
    -webkit-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.navbar-toggler .line{
    display: block;
    height: 2px;
    width: 30px;
    margin-bottom: 5px;
    background-color: #fff;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    backface-visibility: hidden;
}
.navbar-toggler .line:last-child{
    margin-bottom: 0;
}
.navbar-toggler.on .line{
    background-color: #000;
}
.navbar-toggler.on .line1{
    -webkit-transform: rotate(45deg) translate(6px, 9px);
    -ms-transform: rotate(45deg) translate(6px, 9px);
    -o-transform: rotate(45deg) translate(6px, 9px);
    transform: rotate(45deg) translate(6px, 9px);
}
.navbar-toggler.on .line2{
    opacity: 0;
}
.navbar-toggler.on .line3{
    -webkit-transform: rotate(-45deg) translate(0, -5px);
    -ms-transform: rotate(-45deg) translate(0, -5px);
    -o-transform: rotate(-45deg) translate(0, -5px);
    transform: rotate(-45deg) translate(0, -5px);
}
.header .navbar-collapse {
    justify-content: center;
}
.header .nav-item {
    padding: 0 .48rem .48rem;;
}
.header .navbar-nav .nav-link {
    position: relative;
    padding: 0 !important;
    font-size: .32rem;
    line-height: .7rem;
    color: #fff;
    border-bottom: 1px solid transparent;
}
.header .nav-item .nav-link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    background-color: #fff;
    height: 1px;
    width: 0;
    -webkit-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}
.header .navbar-nav .nav-link-icon {
    display: none;
}
/* .header .nav-item:hover .nav-link, */
.header .navbar-nav .active .nav-link {
    color: #fff;
}
/* .header .nav-item:hover .nav-link:after, */
.header .navbar-nav .active .nav-link:after {
    width: 100%;
}

.header .tel {
    margin-top: .1rem;
    font-size: .5rem;
    line-height: .6rem;
    color: #fff;	font-weight:bold; 
}
.header .en {
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    margin: -0.08rem .8rem 0 0;
    font-size: 18px;
    line-height: 40px;
    color: #222;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;	font-weight:normal; 
}
.header .tel-icon {
    float: left;
    width: .38rem;
    height: .38rem;
    margin: .12rem .24rem 0 0;
    background: url(/images/tel.png) no-repeat left top;
}
.overlay {
    position: fixed;
    left: 0;
    top: 0; 
    display: none;
    z-index: 98;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
}
.subnav {
    position: absolute;
    left: 0;
    top: 100%; 
    display: none;
    width: 100%;
}
.subnav-container {
    width: 100%;
    padding: .2rem 0 .3rem;
    background-color: #2c2c2c;
}
.subnav-list {
    width: 996px;
    margin: 0 auto;
    max-width: 100%;
}
.subnav-item.subnav-frist-item {
    /* width: 37.95180722891566%; */
    width: 37.4%;
    margin-bottom: 0;
}
.subnav-item {
    position: relative;
    float: left;
    width: 18.0722891566265%;
    margin: 0 1.30522088353414% 1.30522088353414% 0;
    opacity: 0;
}
.mSlideLeft {
    -webkit-animation-name: mSlideLeft;
    animation-name: mSlideLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.subnav-item .subnav-image img {
    display: block;
    width: 100%;
}
.subnav-name {
    position: absolute;
    left: 0;
    /* bottom: .4rem; */
    bottom: .2rem;
    width: 100%;
    padding: 0 .3rem;
    font-size: 12px;
    line-height: 24px;
    color: #161616;
    text-align: center;
}
.subnav-item.subnav-frist-item .subnav-name {
    position: relative;
    left: inherit;
    bottom: inherit;
    padding: .1rem 0;
    font-weight: 600;
    color: #5c5c5c;
}
.subnav-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: .2rem 0 3.1rem;
}
.subnav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 310px;
    height: 46px;
    margin-bottom: .32rem;
    /* font-weight: 600; */
    font-size: 26px;
    color: #fff;
}
.subnav-link:hover {
    color: #fff;
    background-color: #1d1d1d;
}

@-webkit-keyframes mSlideLeft{
    0% {
        opacity:0;
        -webkit-transform:translateX(-5px);
        transform:translateX(-5px)
    }
    to {
        opacity:1;
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
@keyframes mSlideLeft{
    0% {
        opacity:0;
        -webkit-transform:translateX(-5px);
        transform:translateX(-5px)
    }
    to {
        opacity:1;
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}

@media (max-width: 1200px){
    .header .navbar-brand {
        padding: 0;
        margin: 0 .5rem 0 .04rem;
    }
    .header .nav-item {
        padding: 0 .1rem .48rem;
    }
    .header .en {
        margin: .08rem .3rem 0 0;
    }
    .subnav-container {
        padding-left: .6rem;
        padding-right: .6rem;
    }
}
@media (min-width: 993px){
    .mobile-menu {
        display: none !important;
    }
}
@media (max-width: 992px){
    body {
        padding-top: calc(32px + .96rem);
    }
    .open {
        overflow: hidden;
    }
    .open .header-dark {
        background-color: #fff;
    }
    .header .navbar-collapse,
    .header .tel {
        display: none!important;
    }
    .header .navbar {
        padding: .48rem 0;
    }


    .mobile-menu {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 98;
        display: none;
        width: 100%;
        height: 100%;
        padding-top: calc(32px + .96rem);
        background-color: #fff;
    }

    .mobile-menu-cont {
        /* position: absolute;
        left: 0;
        top: 100%; */
        width: 100%;
        height: 100%;
        padding: 1rem .8rem;
        overflow-y: auto;
    }
    .mobile-menu-nav {

    }
    .menu-nav-item {
        padding: 0 .2rem 0;
        border-bottom: 1px solid #eee;
    }
    .menu-nav-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 1.2rem;
        min-height: 45px;
        padding: 0 .3rem;
        font-size: .56rem;
        color: #333;
    }
    .menu-nav-link:focus, 
    .menu-nav-link:hover {
        color: #333;
    }
    .mobile-menu-nav .active .menu-nav-link {
        color: #333;
    }
    .mobile-menu-nav .active .menu-nav-icon{
        -webkit-transform: rotateZ(135deg);
        -ms-transform: rotateZ(135deg);
        -o-transform: rotateZ(135deg);
        transform: rotateZ(135deg);
    }
    .menu-nav-icon {
        display: block;
        width: 45px;
        height: 45px;
        font-size: 24px;
        line-height: 45px;
        text-align: center;
        -webkit-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .subnav {
        position: relative;
        left: inherit;
        top: inherit;
    }
    .subnav-container {
        padding: 0;
        background-color: transparent;
    }
    .subnav-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .subnav-item {
        width: 48%;
        opacity: 1;
    }
    .subnav-item.subnav-frist-item {
        display: none !important;
    }
    .subnav-name {
        font-size: .48rem;
        line-height: 1rem;
    }
    .subnav-nav {
        padding: 0 0 0 1rem;
    }
    .subnav-link {
        justify-content: flex-start;
        width: 100%;
        height: 1.2rem;
        min-height: 45px;
        padding: 0 .3rem;
        margin-bottom: 0;
        font-size: .48rem;
        color: #333;
        border-top: 1px solid #eee;
    }
    /* .subnav-link:last-child {
        border-bottom: none;
    } */
    .overlay {
        background-color: #fff;
    }
}


@media (max-width: 568px){
    
}

/* 侧边样式 */
.slide {
    position: fixed;
    right: 1.2%;
    bottom: 6.5%;
    z-index: 999;
}
.slide img {
    display: block;
    width: .92rem;
    min-width: 60px;
    cursor: pointer;
}
.tel-modal {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
}
.tel-modal-inner {
    position: absolute;
    left: 50%;
    top: 60%;
    width: 450px;
    max-width: 90%;
    padding: 0 .6rem .2rem;
    border-radius: .2rem;
    background: #fff;
    opacity: 0;
    transform: translate(-50%,-50%);
}

.tel-text {
    padding: 1.28rem 0 2.8rem;
    background: url(/images/sm.png) no-repeat bottom center;
    background-size: auto 2.8rem;
}
.close {
    position: absolute;
    right: .2rem;
    top: .2rem;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(/images/close.png) no-repeat center;
}
.tel-title {
    margin-bottom: .9rem;
    font-weight: bold;
    font-size: 30px;
    line-height: 1rem;
    color: #070002;
    text-align: center;
}
.tel-cont {
    font-size: 20px;
    line-height: 1rem;
    color: #525252;
    text-align: center;
}
.tel-cont p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 280px;
    max-width: 100%;
    margin: 0 auto;
}
@media (max-width: 992px){
    
}
@media (max-width: 768px){
    
}


/* 查看333体育产品图册 */
.atlas {
    background-color: #000;
}
.atlas-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px 0;
}
.atlas-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
}
.atlas-text img {
    width: .72rem;
    min-width: 24px;
    margin-left: .3rem;
}

.modular-banner {
    position: relative;
    background-size: auto 6rem;
}
.modular-banner-text {
    padding: 3.28rem 0 1.32rem;
    font-size: 1rem;
    line-height: 1.4rem;
    color: #fff;
    text-align: center;
}

/* 底部 */
.footer {
    padding: 1.28rem 0 0;
    background-color: #181818;
}
.footer-inner {
    
}
.footer-top {
    padding-bottom: 1.12rem;
}
.footer-nav {
    float: left;
    width: 14.55882352941176%;
    padding-left: 1.76470588235294%;
}
.footer-nav-title {
    display: block;
    margin-bottom: .32rem;
    font-size: 14px;
    line-height: 24px;
}
.footer-nav-title a {  
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #c6c6c6;
}
.footer-nav-icon {
    display: none;
}
.footer-nav-item {
    margin: 0;
    font-size: 14px;
    line-height: 30px;
}
.footer-nav-item a {
    color: #fff;
}
.footer-info {
    float: right;
    width: 24.26470588235294%;
}
.footer-nav-blod,
.footer-nav-heavy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 60px;
    margin-bottom: .32rem;
}
.footer-nav-blod img,
.footer-nav-heavy img {
    width: .96rem;
}
.footer-nav-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 6.06060606060606%;
    font-weight: 600;
    color: #fff;
}
.footer-nav-blod .footer-nav-text {
    font-size: 24px;
}
.footer-nav-heavy .footer-nav-text {
    font-size: 26px;
}
.footer-info .footer-nav-item {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
}

.footer-bot {
    padding: 0 0 .6rem;
}
.footer-bp {
    font-size: 12px;
    line-height: 24px;
    color: #a8a8a8;
    text-align: center;
}
.footer-bp a {
    color: #a8a8a8;
}
.footer-bp a:hover {
    color: #a8a8a8;
}
.footer-bnav {
    padding: .2rem 0 .48rem;
    font-size: 0;
    line-height: 24px;
    color: #fff;
    text-align: center;
}
.footer-bnav a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
}
.footer-bnav span {
    display: inline-block;
    margin: 0 .5rem;
    font-size: 14px;
}

.footer-bot img {
    display: block;
    margin: 0 auto
}

@media (max-width: 1360px){
    .footer-nav-blod,
    .footer-nav-heavy {
        height: 36px;
    }
    .footer-nav-blod img,
    .footer-nav-heavy img {
        width: 30px;
    }
    .footer-nav-blod .footer-nav-text {
        font-size: 22px;
    }
    .footer-nav-heavy .footer-nav-text {
        font-size: 18px;
    }
}
@media (min-width: 993px){
    .footer-nav-cont {
        display: block!important;
    }
}
@media (max-width: 992px){
    .footer-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
    .footer-nav,
    .footer-info {
        float: none;
        width: 30.3333%;
        margin: 0 1.5%;
        padding-left: 1.76470588235294%;
        /* border-bottom: 1px solid #eee; */
    }
    .footer-nav-title {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 40px;
    }
    .footer-nav.active .footer-nav-icon,
    .footer-info.active .footer-nav-icon {
        -webkit-transform: rotateZ(135deg);
        -ms-transform: rotateZ(135deg);
        -o-transform: rotateZ(135deg);
        transform: rotateZ(135deg);
    }
    .footer-nav-icon {
        display: block;
        width: 40px;
        height: 40px;
        font-size: 24px;
        line-height: 40px;
        text-align: center;
        -webkit-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .footer-nav-cont {
        display: none;
        padding-bottom: .3rem;
    }
    
    .footer-nav-blod,
    .footer-nav-heavy {
        height: 30px;
        margin-bottom: 0;
    }
    .footer-nav-blod img,
    .footer-nav-heavy img {
        width: 20px;
    }
    .footer-nav-blod .footer-nav-text {
        font-size: 16px;
    }
    .footer-nav-heavy .footer-nav-text {
        font-size: 14px;
    }
    .footer-info .footer-nav-item {
        line-height: 30px;
    }
}
@media (max-width: 768px){
    .footer-nav, 
    .footer-info {
        width: 100%;
        padding: 0 0 0 .3rem;
        margin: 0;
        border-bottom: 1px solid #eee;
    }
}

.mobile-language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    font-size: 14px;
}
.mobile-language a {
    display: inline-block;
    height: 24px;
    padding: 0 .4rem;
    line-height: 24px;
    border-radius: 12px;
	color:#666; 
}
.mobile-language a.active {
    color: #fff;
    background-color: #df001f;
}


/*分页样式*/
.page_info {	text-align: center;	margin-top: 10px;	color: #333; margin-bottom:30px;}
.page_info span {	padding: 0 2px;}
.page_list {	height: 24px;	line-height: 24px;	text-align: center;	letter-spacing: 0;	font-family: "Arial";	font-size: 12px;	margin-top: 20px; padding-bottom:5px;  }
.page_list a {	

    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    font-size: 12px;
    line-height: 30px;
    color: #888;
    border: 1px solid #888;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
font-weight:normal;
}
.page_list a:hover {	color: #fff;	border: 1px solid #111;	background: #111;}
.page_list a.on {		color: #fff;   border: 1px solid #111;  background: #111;}


.future img{ width:100%; }
.brand-craft img{ width:100%;}


