

/* 头部banner */
.five_cop_brief_banner{
    width: 100%;
    min-width: 1280px;
    height: 330px;
 }
 #mobile .five_cop_brief_banner{
    min-width: 100%;
    height: 2.934rem;
 }
 .five_cop_brief_banner .five_cop_brief_banner_box{
    background-size: 100% auto;
    background-size: cover;
    width: 1280px;
    height: 330px;
    margin:0 auto;
 }

 .five_cop_brief_banner_box .five_cop_brief_img_title{
     padding-right: 200px;
     width: 1280px;
     margin: 0 auto;
     position: relative;
 }
 #mobile .five_cop_brief_banner_box .five_cop_brief_img_title{
    padding-right: 1.52rem;
    width: 100%;
 }
 #mobile .five_cop_brief_banner .five_cop_brief_banner_box{
    height: 2.94rem;
    margin: 0 auto;
    width: 100%;
 }
 .five_cop_brief_img_title>span:nth-child(1){
     padding-top: 118px;
     text-align: right;
     display: block;
     font-size:36px;
     font-weight:bold;
     color:rgba(255,255,255,1);
     line-height:46px;
     letter-spacing:3px;
 }
 #mobile .five_cop_brief_img_title>span:nth-child(1){
    padding-top: 1.16rem;
    text-align: right;
    display: block;
    font-size: .427rem;
    font-weight: bold;
    color: rgba(255,255,255,1);
    line-height: .613rem;
    letter-spacing: .0173rem;
 }
 .five_cop_brief_img_title>span:nth-child(2){
     padding-top: 18px;
     text-align: right;
     display: block;

     font-size: 24px;
     color: #FFFFFF;
     font-weight: bold;
     letter-spacing: 2px;
 }


/* 选择框 css */
.leagueMatch{
    margin: 22px auto 0;;
    width: 1280px;
    height: auto;
    min-height: 650px;
}

 #mobile .leagueMatch{
    margin: 0 auto 0;
    width: 100%;
    height: auto;
    min-height: calc(100vh - 2.53rem - 1.33rem);
}
.leagueMatch .team_all_data_content_select{
    height: 66px;
    background:rgba(207,207,207,0.3);
    border-radius: 6px;
    border:1px solid rgba(206,206,206,0.3);
    margin-top: 45px;
 }
 #mobile .team_all_data_content_select{
    margin-top: 0;
    height: auto;
    width: 100%;
    background: rgba(207,207,207,0.3);
    border-radius: 0;
    border: none;
    position: relative;
    top: 0;
    padding: .533rem .4rem .267rem .4rem;
    display: flex;
    justify-content: flex-start;
 }
 #mobile .team_all_data_content_select>span{
    float: none;
    display: block;
    position: relative;
    margin-left: 5%;
    padding: 0;
    width: 30%;
    height: .88rem;
    border-radius: .053rem;
    font-size: 0;
    background-color: #fff;
    border: 1px solid rgba(213, 222, 222, 1);
    overflow: hidden;
 }
 #mobile .team_all_data_content_select>span:first-child{
     margin-left: 0;
 }
 #mobile .five_index .team_all_data_content_select>span:last-child{
     margin-right: 0;
 }
 .team_all_data_content_select .select_left{
    float: left;
    width: 166px;
    height: 64px;
    display: block;
    border-radius: 6px;
    position: relative;
    background-color: #fff;
    border-right: 1px solid rgba(232, 232, 232, 1);
 }
.select_left>span{
    float: left;
    font-size:12px;
    color:rgba(149,149,149,1);
    /* border-radius: 6px; */
}
.select_left>span:nth-child(1){
   width: 100%;
   height: 26px;
   line-height: 35px;
   padding-left: 36px;
   background: #fff;
   border-radius: 6px 0 0 0 ;
}
#mobile .select_left>span:nth-child(1){
    display: none;
}
.select_left>span:nth-child(2){
  height: 38px;
}
#mobile .select_left>span:nth-child(2){
    height: 100%;
}
.select_left>span .el-input__inner{
    font-size:16px;
    font-weight:bold;
    color:rgba(36,42,47,1);
    padding: 0 33px;
    border:none;
    border-radius:0 0 0 6px;
    height: 38px;
    line-height: 38px;
}
#mobile .select_left>span .el-input__inner{
    font-family: auto;
    font-size: .3rem;
    font-weight: bold;
    color: #666666;
    padding: 0 .4rem;
    border-radius: .053rem;
    height: calc(0.88rem - 2px);
    line-height: calc(0.88rem - 2px);
}

.team_all_data_content_select .select_center{
    float: left;
    width: 166px;
    height: 64px;
    display: block;
    position: relative;
    background-color: #fff;
    border-right: 1px solid rgba(232, 232, 232, 1);
 }
.select_center>span{
    float: left;
    font-size:12px;
    color:rgba(149,149,149,1);
}
.select_center>span:nth-child(1){
   width: 100%;
   height: 26px;
   line-height: 35px;
   padding-left: 36px;
   background: #fff;
}
#mobile .select_center>span:nth-child(1){
    display: none;
}
.select_center>span:nth-child(2){
  height: 38px;
}
#mobile .select_center>span:nth-child(2){
    height: 100%;
}
.select_center>span .el-input__inner{
    font-size:16px;
    font-weight:bold;
    color:rgba(36,42,47,1);
    padding: 0 33px;
    border:none;
    height: 38px;
    line-height: 38px;
}
#mobile .select_center>span .el-input__inner{
    font-family: auto;
    font-size: .3rem;
    color: #666666;
    padding: 0 .4rem;
    border-radius: .053rem;
    height: calc(0.88rem - 2px);
    line-height: calc(0.88rem - 2px);
}
.team_all_data_content_select .select_right{
    float: left;
    width: 215px;
    height: 64px;
    display: block;
    background-color: #fff;
    border-right: 1px solid rgba(232, 232, 232, 1);
}
.select_right>span:nth-child(1){
    width: 100%;
   height: 26px;
   line-height: 35px;
   padding-left: 28px;
   background: #fff;
 }
 #mobile .select_right>span:nth-child(1){
     display: none;
 }
.select_right>span{
    float: left;
    font-size:12px;
    color:rgba(149,149,149,1);
    border-radius: 0;
}
#mobile .select_right>span{
    float: none;
    font-size: .346rem;
    color: rgba(149,149,149,1);
    border-radius: 0;
    height: 100%;
}
.select_right>span .select_search{
    float: left;
    width: 77%;
    cursor: pointer;
}
#mobile .select_right>span .select_search{
    float: left;
    width: calc(100% - .7rem);
    cursor: pointer;
    height: 100%;
    border-radius: .08rem;
}
.select_right>span .el-input__inner{
    float: left;
    font-size:15px;
    font-weight:bold;
    color:rgba(36,42,47,1);
    padding: 0 0 0 10px;
    border:none;
    border-radius: 0;
    height: 38px;
    line-height: 38px;  
}
#mobile .select_right>span .el-input__inner{
    float: left;
    font-family: auto;
    font-size: .3rem;
    font-weight: 400;
    color: #999999;
    padding: 0 .133rem;
    border-radius: .053rem;
    height: calc(0.88rem - 2px);
    line-height: calc(0.88rem - 2px);
}
.select_right>span .search{
    float: left;
    font-size: 18px;
    color: rgba(51,51,51,.5);
    margin-top: 10px;
    margin-left: 30px;
    cursor: pointer;
}
#mobile .select_right>span .search{
    float: left;
    font-size: .4rem;
    color: rgba(51,51,51,.5);
    margin-top: .22rem;
    margin-left: .266rem;
    cursor: pointer;
    width: .4rem;
}
/* 下拉框样式start */
#mobile .el-input__suffix {
    right: .04rem;
}
#mobile .el-input__icon{
    width: .42rem;
    line-height: .88rem;
    height: .88rem;
}
#mobile .el-select .el-input .el-select__caret{
    font-size: .32rem;
    color: #B20F13;
}
.select_donw{
    top: 568px!important;
}
#mobile .select_donw{
    margin-top: 0;
    top: 5.67rem!important;
    z-index: 200 !important;
}
.select_donw .popper__arrow{
    top: -8px!important;
    border:1px solid #fff!important;
    background: #fff;
    display:none!important;
}
.el-select-dropdown__list{
    padding: 0;
}
#mobile .el-select-dropdown__item{
    font-size: .3rem;
    padding: 0 .4rem;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #606266;
    height: .88rem;
    line-height: .88rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
#mobile .el-select-dropdown__item.selected{
    background:rgba(160,0,0,1)!important;
    color: #fff;
 }
.el-select-dropdown__item.selected{
    background:rgba(160,0,0,1)!important;
    color: #fff;
 }

/* 下拉框样式end */

 /* 列表 */
 #mobile .leagueMatch_content{
    padding: 0 0 1rem 0;
 }
.leagueMatch_content .leagueMatch_content_top{
    padding-top: 30px;
}
.leagueMatch_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 .leagueMatch_content_top>ul {
    padding: 0 .4rem;
}
.leagueMatch_content_top>ul>li{
    float: left;
    width:635px;
    height:164px;
    margin: 0 10px 15px 0;
    background: rgba(221,211,211,.3);
    background: linear-gradient(270deg,rgba(221,211,211,.3) 0%,rgba(174,173,173,0) 100%);
    background: -webkit-linear-gradient(180deg,rgba(221,211,211,.3) 0%,rgba(174,173,173,0) 100%);
    background: -moz-linear-gradient(180deg,rgba(221,211,211,.3) 0%,rgba(174,173,173,0) 100%);
    background: -o-linear-gradient(180deg,rgba(221,211,211,.3) 0%,rgba(174,173,173,0) 100%);
    border-radius:4px;
    border:1px solid rgba(207,215,215,1);
}
#mobile .leagueMatch_content_top>ul>li{
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
    background: none;
    border-radius: 0;
    border-bottom: 1px solid #EDEDED;
    padding: .266rem 0;
    border-right: none;
    border-left: none;
    border-top: none;
}
.leagueMatch_content_top>ul>li:nth-child(2n){
    margin-right: 0;
}
.leagueMatch_content_top>ul>li>a{
    width: 100%;
    height: 100%;
    display: inline-block;
    cursor: pointer;
}
.leagueMatch_content_top>ul>li>a>p{
    float: left;
    height: 162px;
   
}
#mobile .leagueMatch_content_top>ul>li>a>p{
    height: 2.187rem;
}
.leagueMatch_content_top>ul>li>a>p:nth-child(1){
    float: left;
    margin-right: -162px;
    width: 162px;
    background-color: #fff;
    overflow: hidden;
}
#mobile .leagueMatch_content_top>ul>li>a>p:nth-child(1){
    float: left;
    margin-right: -2.32rem;
    width: 2.32rem;
    overflow: hidden;
}
.leagueMatch_content_top>ul>li>a>p>img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.leagueMatch_content_top>ul>li>a>p:nth-child(2){
    position: relative;
    display:none;
    padding: 33px 30px 0 192px;
    width: 100%;
}
#mobile .leagueMatch_content_top>ul>li>a>p:nth-child(2){
    padding: 0 0 0 2.667rem;
    width: 100%;
    position: relative;
}
.leagueMatch_content_top>ul>li>a>p.vueShow{
   display:block;
  
}
.leagueMatch_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 .leagueMatch_content_top>ul>li>a>p>span{
    height: .5rem;
    line-height: .5rem;
}
.leagueMatch_content_top>ul>li>a>p>span:nth-child(1){
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#mobile .leagueMatch_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;
}
.leagueMatch_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 .leagueMatch_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;
}
#mobile .leagueMatch_content_top>ul>li>a>p>.starts{
    color: #A00000;
}
#mobile .leagueMatch_content_top>ul>li>a>p>.noStart{
    color: #75AD45;
}
.leagueMatch_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);
}
.leagueMatch_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);
}
.leagueMatch_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 .leagueMatch_content_top>ul>li>a>p .allend{
    color: #979797;
}
.leagueMatch_content_top>ul>li:hover{
    background:rgba(160,0,0,1);
}
.leagueMatch_content_top>ul>li:hover>a>p:nth-child(2)>span:nth-child(1){
   color: #fff;
}
.leagueMatch_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;
 }
 #mobile .leagueMatch_content_top>ul>li:hover{
    background:none;
    border-radius:0;
    /* border:1px solid rgba(207,215,215,1); */
}
#mobile .leagueMatch_content_top>ul>li:hover>a>p:nth-child(2)>span:nth-child(1){
    color: #333333;
 }
 #mobile .leagueMatch_content_top>ul>li:hover>a>p:nth-child(2)>.starts{
    background:none;
    border-radius:0;
    opacity:1;
    color: #A00000;
 }
 #mobile .leagueMatch_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;
}
 .leagueMatch_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; 
}
.leagueMatch_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);
}

.leagueMatch_content_top>ul>li>a>p>.levelSpan{ 
    position: absolute;
    top: 97px;
    right: 30px;
    z-index: 2;
    width: 76px;
    border: 1px solid rgba(186, 186, 186, 1);
    color: #000;
    background-color: #fff;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    border-radius: 4px;
}
#mobile .leagueMatch_content_top>ul>li>a>p>.levelSpan{
    position: unset;
    width: 1.34rem;
    height: .586rem;
    background-color: #fff;
    font-size: .266rem;
    line-height: .586rem;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #EBE8E8;
    background-color: #F9F9F9;
    color: #999999;
    margin-top: .4rem;
}