/* 五人篮球首页css */
.five_index{
    margin: 0px auto 0;;
    width: 1280px;
    height: auto;
    min-height: 650px; 
}
#mobile .five_index{
    margin: 0px auto 0;
    width: 100%;
    height: auto;
    min-height: calc(100vh - 1.33rem);
}
.five_index_content{
    padding-bottom: 82px;
}
#mobile .five_index_content{
    padding: 0 0 1rem 0;
}
.five_index_content .five_index_content_top{
    padding-top: 17px;
}
#mobile .five_index_content .five_index_content_top{
    padding-top: 0;
}
.five_index_content_top .scend_ranking_kong{
    display:none;
    width: 750px;
    height: auto;
    margin: 50px auto;
 }
 .scend_ranking_kong.isShow{
  display:block;
}
 .scend_ranking_kong>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
 }
.five_index_content_top .titles{
    width:100%;
    height:33px;
    font-size:26px;
    font-weight:bold;
    color:rgba(36,42,47,1);
    line-height:33px;
    margin-bottom: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#mobile .five_index_content_top .titles{
    width: 100%;
    height: auto;
    font-weight: bold;
    color: #333333;
    margin-bottom: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: .4rem 0 .213rem .4rem;
    font-size: .4rem;
    background-color: #F9F9F9;
    line-height: .56rem;
}
.five_index_content_top>ul>li{
    float: left;
    width:635px;
    height:164px;
    margin:0 10px 15px 0;
    background: rgba(0, 0, 0, .6);
    background: linear-gradient(270deg,rgba(221,211,211,0.3) 0%,rgba(174,173,173,0) 100%);
    background: -webkit-linear-gradient(270deg,rgba(221,211,211,0.3) 0%,rgba(174,173,173,0) 100%);
    background: -moz-linear-gradient(270deg,rgba(221,211,211,0.3) 0%,rgba(174,173,173,0) 100%);
    background: -o-linear-gradient(270deg,rgba(221,211,211,0.3) 0%,rgba(174,173,173,0) 100%);
    border-radius:4px;
    border:1px solid rgba(207,215,215,1);
}
#mobile .five_index_content_top>ul{
    padding: 0 .4rem;
}
#mobile .five_index_content_top>ul>li{
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
    background: none;
    border-radius: 0;
    border-bottom: .013rem solid #dcdada;
    padding: .266rem 0;
    border-right: none;
    border-left: none;
    border-top: none;
}
.five_index_content_top>ul>li:nth-child(2n){
    margin-right: 0;
}
.five_index_content_top>ul>li>a{
    width: 100%;
   height: 100%;
   display: inline-block;
   cursor: pointer;
}
.five_index_content_top>ul>li>a>p{
   float: left;
   height: 162px;
}
#mobile .five_index_content_top>ul>li>a>p{
    height: 2.187rem;
}
.five_index_content_top>ul>li>a>p:nth-child(1){
   float: left;
   margin-right: -164px;
   width: 164px;
   background-color: #fff;
   overflow: hidden;
}
#mobile .five_index_content_top>ul>li>a>p:nth-child(1){
    float: left;
    margin-right: -2.32rem;
    width: 2.32rem;
    overflow: hidden;
}
.five_index_content_top>ul>li>a>p>img{
   width: 100%;
   height: 100%;
   object-fit: contain;
}
.five_index_content_top>ul>li>a>p:nth-child(2){
   display:none;
   padding: 33px 0 0 194px;
   width: 100%;
 
}
#mobile .five_index_content_top>ul>li>a>p:nth-child(2){
    padding: 0 0 0 2.667rem;
    width: 100%;
    position: relative;
}
.five_index_content_top>ul>li>a>p.vueShow{
  display:block;
 
}
.five_index_content_top>ul>li>a>p>span{
   display: block;
   height:30px;
   font-size:22px;
   font-weight:500;
   color:rgba(36,42,47,1);
   line-height:30px;
}
#mobile .five_index_content_top>ul>li>a>p>span{
    height: auto;
}
.five_index_content_top>ul>li>a>p>span:nth-child(1){
   width: 100%;
   padding-right: 30px; 
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}
#mobile .five_index_content_top>ul>li>a>p>span:nth-child(1){
    width: 100%;
    padding-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .373rem;
    line-height: .426rem;
}
.five_index_content_top>ul>li>a>p>span:nth-child(2){
   margin-top: 34px;
   font-size:14px;
   line-height:28px;
   width:76px;
   height:30px;
   text-align: center;
   border-radius:4px;
}
#mobile .five_index_content_top>ul>li>a>p> .mobile_span{
    position: absolute;
    right: 0;
    bottom: .133rem;
    font-size: .293rem;
    background: none;
    color: #A00000;
    border: none;
    line-height: .3rem;
    width: auto;
}
.five_index_content_top>ul>li>a>p>.starts{
    color:rgba(255,255,255,1);
    background:rgba(160,0,0,1);
    border:1px solid rgba(98,24,24,1);
}
#mobile .five_index_content_top>ul>li>a>p>.starts{
    color:#A00000
}
.five_index_content_top>ul>li>a>p>.noStart{ 
    color:rgba(255,255,255,1); 
    background:rgba(216,216,216,1);
    border:1px solid rgba(198,198,198,1);
}
#mobile .five_index_content_top>ul>li>a>p>.noStart{
    color: #979797;
}
.five_index_content_top>ul>li>a>p>.allend{
    color:rgba(255,255,255,1);
    background:rgba(216,216,216,1);
    border:1px solid rgba(198,198,198,1);
}
#mobile .five_index_content_top>ul>li>a>p>.allend{
    color: #979797;
}
.five_index_content_top>ul>li:hover{
    background:rgba(160,0,0,1);
    border-radius:4px;
    /* border:1px solid rgba(207,215,215,1); */
}
#mobile .five_index_content_top>ul>li:hover{
    background:none;
    border-radius:0;
    /* border:1px solid rgba(207,215,215,1); */
}
.five_index_content_top>ul>li:hover>a>p:nth-child(2)>span:nth-child(1){
   color: #fff;
}
#mobile .five_index_content_top>ul>li:hover>a>p:nth-child(2)>span:nth-child(1){
    color: #333333;
 }
 #mobile .five_index_content_top>ul>li:hover>a>p:nth-child(2)>.starts{
    background:none;
    border-radius:0;
    opacity:1;
    color: #A00000;
 }
.five_index_content_top>ul>li:hover>a>p:nth-child(2)>.starts{
    background:rgba(216,216,216,1);
    border-radius:4px;
    opacity:0.9;
    color: #A00000;
 }
 .five_index_content_top>ul>li>a>.bottom_end>span:nth-child(2){
    width:76px;
    height:30px;
    background:rgba(216,216,216,1)!important;
    border-radius:4px;
    border: 1px solid rgba(216,216,216,1);
    font-size:14px;
    font-weight:600;
    color:#fff; 
}
.five_index_content_top>ul>li:hover>a>.bottom_end>span:nth-child(2){
    width:76px;
    height:30px;
    background:rgba(216,216,216,1);
    border-radius:4px;
    color: #fff!important;
    border:1px solid rgba(198,198,198,1);
}
#mobile .five_index_content_top>ul>li:hover>a>.bottom_end>span:nth-child(2){
    width:none;
    height:none;
    background:none;
    border-radius:4px;
    color: #333333;
    border:none;
}