 .dropbtn{
    position: relative;
  display: inline-block;
  color: #B0B8C8;
  text-align: center;
  cursor: pointer;
 }
 .dropdown-content {
    display: none;
    color: #B0B8C8 !important;
    position: absolute;
    left: -10px;
    width: 120px;
    background: rgba(0,0,0,0.7);
    z-index: 1;
  }
  .dropbtn:hover  .dropdown-content {
    display: block !important;
    color: #FFF !important;
  }
   
  .dropbtn .spantxt:hover{
    color: #FFF !important;
  }
  .dropdown-content a{
    width: 120px !important;
    font-weight: 300 !important;
   }
  .dropdown-content a:hover{
    font-weight: 600 !important;
  }

  .dropdown-contentjr a{
    width: 120px !important;
    font-weight: 300 !important;
   }
  .dropdown-contentjr a:hover{
    font-weight: 600 !important;
  }

  .dropbtnjr{
    position: relative;
  display: inline-block;
  color: #B0B8C8;
  text-align: center;
  cursor: pointer;
 }
 .dropdown-contentjr {
    display: none;
    color: #B0B8C8 !important;
    position: absolute;
    top: 60px;
    left: -28px;
    width: 120px;
    background: rgba(0,0,0,0.7);
    z-index: 1;
  }
  .dropbtnjr:hover  .dropdown-contentjr {
    display: block !important;
    color: #FFF !important;
  }
  .dropbtnjr .spantxt:hover{
    color: #FFF !important;
  }

 
.topBar{
    width: 100%;
    z-index: 9999;
    background: rgba(0,0,0,0.7)!important;
    min-width: 1260px;
    position: fixed;
    top: 0;
    left: 0;
}
.topBox{
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    height: 60px;
    overflow: visible;
}
.topBar .topLogo {
    position: relative;
    float: left;
    width: 200px;
    height: 45px;
    background: url(https://www.crazysports.com/gf/images/sy/logo.png) no-repeat;
    background-size: contain;
    top: 6px;
    display: block;
}
.topBar .topBoxlist {
    position: relative;
    height: 60px;
    line-height: 60px;
    float: left;
    color: #333;
    margin-left: 15px;
    display: flex;
}
.title-hide-a {
    overflow: hidden;
    text-indent: -9999px;
    color: transparent;
}
.topBar .topBoxlist a {
	float: left;
	display:inline-block;
	height: 60px;
	text-align: center;
}
.topBar .topBoxlist a span.spantxt{
	display: inline-block;
        width:100px;
	height:60px;
	line-height: 60px;
	text-align: center;
	font-size:16px;
	color:#B0B8C8;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.topBar .topBoxlist a.active {
	
}
.topBar .topBoxlist a.active span.spantxt{
	font-size:18px;
	color:#FFFFFF;
	font-weight: bold;
    
}
.after{
    position: relative;
    margin-left: 0px;
}
 .select {
    position: absolute;
    top: 49px;
    left: 50%;
    transform: translateX(-50%);
    width: 44px !important;
    height: 2px !important;
    background: #009FFB;
 }
/* 媒体查询 */
@media screen and (min-width:1200px ) and (max-width:1600px)  {
    .dropbtn{
        position: relative;
      display: inline-block;
      color: #B0B8C8;
      text-align: center;
      cursor: pointer;
     }
     .dropdown-content {
        display: none;
        color: #B0B8C8 !important;
        position: absolute;
        left: -10px;
        width: 120px;
        background: rgba(0,0,0,0.7);
        z-index: 1;
      }
      .dropbtn:hover  .dropdown-content {
        display: block !important;
        color: #FFF !important;
      }
       
      .dropbtn .spantxt:hover{
        color: #FFF !important;
      }
      .dropdown-content a{
        width: 120px !important;
        font-weight: 300 !important;
       }
      .dropdown-content a:hover{
        font-weight: 600 !important;
      }
    
      .dropdown-contentjr a{
        width: 120px !important;
        font-weight: 300 !important;
       }
      .dropdown-contentjr a:hover{
        font-weight: 600 !important;
      }
    
      .dropbtnjr{
        position: relative;
      display: inline-block;
      color: #B0B8C8;
      text-align: center;
      cursor: pointer;
     }
     .dropdown-contentjr {
        display: none;
        color: #B0B8C8 !important;
        position: absolute;
        top: 60px;
        left: -28px;
        width: 120px;
        background: rgba(0,0,0,0.7);
        z-index: 1;
      }
      .dropbtnjr:hover  .dropdown-contentjr {
        display: block !important;
        color: #FFF !important;
      }
      .dropbtnjr .spantxt:hover{
        color: #FFF !important;
      }
    
    .topBar{
        width: 100%;
        z-index: 9999;
        background: rgba(0,0,0,0.7)!important;
        min-width: 1260px;
        position: fixed;
        top: 0;
        left: 0;
    }
    .topBox{
        position: relative;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        width:1200px;
        height: 60px;
        overflow: visible;
    }
    .topBar .topLogo {
        position: relative;
        float: left;
        width: 200px;
        height: 45px;
        background: url(https://www.crazysports.com/gf/images/sy/logo.png) no-repeat;
        background-size: contain;
        top: 6px;
        display: block;
    }
    .topBar .topBoxlist {
        position: relative;
        height: 60px;
        line-height: 60px;
        float: left;
        color: #333;
        margin-left: 15px;
        display: flex;
    }
    .title-hide-a {
        overflow: hidden;
        text-indent: -9999px;
        color: transparent;
    }
    .topBar .topBoxlist a {
        float: left;
        display:inline-block;
        height: 60px;
        text-align: center;
    }
    .topBar .topBoxlist a span.spantxt{
        display: inline-block;
        height:60px;
        line-height: 60px;
        text-align: center;
        font-size:16px;
        color:#B0B8C8;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .topBar .topBoxlist a.active {
        
    }
    .topBar .topBoxlist a.active span.spantxt{
        font-size:18px;
        color:#FFFFFF;
        font-weight: bold;
        
    }
    .after{
        position: relative;
        margin-left: 0px;
    }
     .select {
        position: absolute;
        top: 49px;
        left: 50%;
        transform: translateX(-50%);
        width: 44px !important;
        height: 2px !important;
        background: #009FFB;
     }
}
