img{
    width: 100%;
    height: 100%;
}
.team_all_data{
    width: 100%;
 }

#app #third_header>ul>li{
    width: 180px;
}
#app #third_header>ul>li:first-child, #app #third_header>ul>li:last-child{
    width: 190px;
}

.title_text{
    margin: 0 auto;
    width: 1280px;
    padding-top: 64px;
    line-height: 44px;
    font-size: 34px;
    color: rgba(36, 42, 47, 1);
    font-weight: bold;
}

#mobile .title_text{
    display: none;
}

 /* 选择选项 */
 
 .team_all_data_content {
    width: 1280px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 150px;
 }

 .team_all_div .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);
   
 }

 .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);
 }
 .team_all_data_content_select .select_mid, .team_all_data_content_select .select_double{
    float: left;
    width: 190px;
    height: 64px;
    background-color: #fff;
    border-right: 1px solid rgba(232, 232, 232, 1);
}
.team_all_data_content_select .select_right{
    border-radius: 0 6px 6px 0;
}
.team_all_data_content_select .select_right0{
    border-right: 0;
}

.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: 33px;
   background: #fff;
   border-radius: 6px 0 0 0 ;
}
.select_left>span:nth-child(2){
  height: 38px;
}

.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;
   
}
/* .select_left>span .el-submenu__icon-arrow{
    top: 65%;
    right: 12px;
    font-size: 16px;
}
.el-icon-arrow-down:before{
    display:none!important;
} */
.select_mid>span:nth-child(1), .select_double>span:nth-child(1){
    width: 100%;
    height: 26px;
    line-height: 35px;
    padding-left: 33px;
    background: #fff;
}
.select_double>span:nth-child(1){
    padding-left: 13px;
}
.select_right>span:nth-child(1){
    border-top-right-radius: 6px;
}

.select_mid>span, .select_double>span{
    float: left;
    font-size:12px;
    color:rgba(149,149,149,1);
    border-radius: 0;

}
.select_mid>span .el-input__inner, .select_double>span .el-input__inner{
    font-size:16px;
    font-weight:bold;
    color:rgba(36,42,47,1);
    padding: 0 33px;
    border:none;
    border-radius: 0;
    height: 38px;
    line-height: 38px;  
}
.select_double>span .creation_container_left_select{
    width: 47%;
}
.select_double>span .creation_container_left_select:nth-child(1){
    float: left;
}
.select_double>span .creation_container_left_select:nth-child(2){
    float: right;
}
.select_double>span:nth-child(2) .creation_container_left_select .el-input__inner{
    padding: 0 33px 0 13px;
}
.select_double>span:nth-child(2) .creation_container_left_select:nth-child(2) .el-input__inner{
    text-align: right;
    border-bottom-right-radius: 6px;
}

.select_double>span:nth-child(2){
    position: relative;
}
.select_double .lineIcon{
    position: absolute;
    top: 18px;
    right: 47%;
    z-index: 2;
    width: 6%;
    height: 2px;
    background-color: rgba(36, 42, 47, 1);
}


/* .el-select-dropdown{
    border-radius: 4px 4px 0 0 !important;
} */
 .select_donw{
    top: 335px!important;
}
 .select_donw .popper__arrow{
    top: -8px!important;
    border:1px solid #fff!important;
    background: #fff;
    display:none!important;
}
 .el-select-dropdown__list{
     padding: 0;
 }
.el-select-dropdown__item.selected{
    background:rgb(57, 59, 108)!important;
    color: #fff;
 }


 /* 表格部分 */
 .team_all_data_content_table{
    margin-top: 30px;
 }
 #mobile .team_all_data_content_table{
     display: none;
 }
 .el-table {
    border:1px solid rgba(213,222,222,1);
    margin-bottom: 10px;  
    border-radius:6px 6px 0px 0px;
    border-bottom: none;
}
.el-table__header-wrapper{
    color: #fff;
    font-size: 12px;
    background:rgba(42,47,52,1);
    border-radius:6px 6px 0px 0px;
}
.el-table thead {
    color: #fff;
    height: 50px;
    padding: 0;
    font-weight: bold;
    font-size: 14px;
  }
.el-table thead th{padding: 18px 0; cursor: pointer;}
.el-table thead th:hover{background-color: rgba(57, 59, 108, 1) !important;}
/* .el-table thead th:nth-child(1), .el-table thead th:nth-child(2), .el-table thead th:nth-child(3){cursor: default;}
.el-table thead th:nth-child(1), .el-table thead th:nth-child(2), .el-table thead th:nth-child(3){background-color: rgb(42, 47, 52) !important;} */
.el-table td{text-align: center;padding: 12px 0; border-bottom: 1px solid rgba(213,222,222,1);}
.el-table td{width: 50px;padding: 18px 0;}
.el-table td:last-child{text-align: center;padding: 13px 0;}
.el-table th{text-align: center;padding: 12px 0;}
.el-table .cell, .el-table th div{padding: 0;}
.el-table .el-table__row .el-table_1_column_2 {width: 146px;}
.el-table .el-table__row .cell{padding-left: 0;padding-right: 0;font-size:15px;color:rgba(0,0,0,1);font-weight: bold;}
.el-table .guest-even-row{background:rgba(247,247,247,1);}
.el-table .guest-odd-row{background:#fff; }


.el-pager li.active, .el-pager li:hover, .el-pagination .btn-next:hover, .el-pagination .btn-prev:hover{
    color: #4645D2;
}
.el-pagination button:disabled:hover{
    color: #C0C4CC;
}

/* 鼠标滑过颜色 */

.el-table .el-table__row .teamColumn_style180, .el-table .el-table__row .teamColumn_style180 .cell, .el-table tr .teamColumn_style180{
    width: 180px !important;
}
.el-table .el-table__row .teamColumn_style190, .el-table .el-table__row .teamColumn_style190 .cell, .el-table tr .teamColumn_style190{
    width: 190px !important;
}
.el-table .el-table__row .teamColumn_style80, .el-table .el-table__row .teamColumn_style80 .cell, .el-table tr .teamColumn_style80{
    width: 80px !important;
}

.el-table .el-table__row .teamColumn_style .cell, .el-table tr .teamColumn_style{
    text-align: left;
}
.el-table .el-table__row .teamColumn_style .cell button {
    padding: 0;
    width: 100%;
    border: 1px solid transparent;
    background-color: transparent;
    color: #000;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    text-align: left;
    overflow: hidden;
}
.el-table .el-table__row .teamColumn_style .cell:hover button, .el-table .el-table__row .teamColumn_style .cell:active button, .el-table .el-table__row .teamColumn_style .cell:focus button{
    color: #4645D2;
}

#mobile #third_header, #pc #third_headerH5{
    display: none !important;
}
/* mobile 筛选框 start */
#mobile .team_all_data{
    margin: 0;
    padding: 0;
    width: 100%;
    height: calc(100vh);
    overflow-x:hidden; 
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
 }
 #mobile .team_all_data .team_all_data_content{
    margin: 0;
    padding: 0;
    width: 100%;
    height:calc(1.33rem + 1.173rem + 1.68rem) ;
 }

 #mobile .team_all_div .team_all_data_content_select{
    position: fixed;
    top: calc(1.33rem + 1.173rem);
    left: 0;
    z-index: 290;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    padding: .267rem .4rem 0 .4rem;
    width: 100%;
    height: 1.68rem;
    background-color: rgba(249, 249, 249, 1);
    border: 0;
 }
 #mobile .team_all_data_content_select>span{
    display: none;
 }
 #mobile .team_all_data_content_select>span.h5{
    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.h5:first-child{
    margin: 0;
 }
 #mobile .team_all_data_content_select>span.h5>span:first-child{
    display: none;
 }
 #mobile .team_all_data_content_select>span.h5>span:nth-child(2){
    height: calc(.88rem - 2px);
 }
 #mobile .h5>span .el-input__inner{
    padding: 0 .4rem;
    height: calc(.88rem - 2px);
    line-height: calc(.88rem - 2px);
    font-size: .347rem;
    border-radius: .053rem;
 }
 #mobile .el-select .el-input .el-select__caret{
    width: .4rem;
    text-align: center;
    font-size: .32rem;
    line-height: calc(.88rem - 2px);
    color: rgba(59, 59, 109, 1);
 }
 #mobile .el-input__icon:after{
     content: none;
 }
 #mobile .el-input__suffix{
    right: .04rem;
 }

 #mobile .select_donw{
    top: calc(1.33rem + 1.173rem + .88rem + .533rem) !important;
    margin: 0 !important;
 }

 #mobile .el-select-dropdown__item{
    font-size: .32rem;
    line-height: .88rem;
    height: .88rem;
 }
#mobile .el-select-dropdown__item.hover{
    background-color: #fff;
}
 #mobile .el-select-dropdown__wrap{
    max-height: 4.84rem;
 }
/* mobile 筛选框 end */

/* mobile 点击左侧筛选单组数据 start */
#pc .cellSelectFixed_left, #pc .cellSelectFixed_right{
    display: none !important;
}

#mobile .cellSelectFixed_left{
    position: fixed;
    top: calc(1.33rem + 1.173rem + 1.68rem);
    left: 0;
    z-index: 290;
    width: 3.2rem;
    height: auto
}
#mobile .cellSelectFixed_left .left_menuSelect_ul{
    width: 100%;
    height: calc(100vh - 1.33rem - 1.173rem - 1.68rem);
    background-color: rgba(249, 249, 249, 1);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#mobile .cellSelectFixed_left .left_menuSelect_li{
    position: relative;
    width: 100%;
    height: 1.173rem;
    line-height: 1.173rem;
    font-size: .347rem;
    text-align: center;
    color: rgba(102, 102, 102, 1);
    border-bottom: 1px solid rgba(234, 234, 244, 1);
}
#mobile .cellSelectFixed_left .left_menuSelect_li:last-child{
    border-bottom: 0;
}
#mobile .cellSelectFixed_left .left_menuSelect_li.act{
    color: rgba(59, 59, 109, 1);
    background-color: rgba(234, 234, 244, 1);
}

#mobile .cellSelectFixed_right{
    padding: 0 0 0 3.2rem;
    width: 100%;
    height: auto;
    min-height: calc(100vh - 1.33rem - 1.173rem - 1.68rem);
    background-color: #fff;
}
#mobile .sclectTitle{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    margin: 0 .4rem;
    width: calc(100% - .8rem);
    height: 1.173rem;
    border-bottom: 1px solid rgba(213, 222, 222, 1);
}
#mobile .sclectTitle span{
    font-size: .32rem;
    color: rgba(102, 102, 102, 1);
}
#mobile .cellSelectFixed_right .right_menuSelect_ul{
    padding: 0 .32rem;
    width: 100%;
    height: auto;
}
#mobile .right_menuSelect_ul .right_menuSelect_li{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    width: 100%;
    height: 1.6rem;
    border-bottom: 1px solid rgba(213, 222, 222, 1);
}
#mobile .right_menuSelect_li .li_rank{
    width: .533rem;
    font-size: .427rem;
    font-family: "DIN";
    color: rgba(153, 153, 153, 1);
}
#mobile .right_menuSelect_li:first-child .li_rank{
    color: rgba(217, 31, 48, 1);
}
#mobile .right_menuSelect_li:nth-child(2) .li_rank{
    color: rgba(250, 193, 28, 1);
}
#mobile .right_menuSelect_li:nth-child(3) .li_rank{
    color: rgba(240, 107, 46, 1);
}
#mobile .right_menuSelect_li .li_images{
    width: .88rem;
    height: .88rem;
    border-radius: 50%;
    overflow: hidden;
}
#mobile .right_menuSelect_li .li_images img{
    display: block;
    width: 100%;
    height: auto;
}   
#mobile .right_menuSelect_li .li_name{
    flex: 1;
    padding: 0 .133rem;
    font-size: .347rem;
    color: rgba(51, 51, 51, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    text-align: left;
}
#mobile .right_menuSelect_li.TUD .li_name{
    width: .8rem;
    /* font-size: .347rem;
    color: rgba(51, 51, 51, 1);
    font-weight: bold; */
    text-align: right;
}
#mobile .right_menuSelect_li .li_value{
    width: 1.413rem;
    font-size: .4rem;
    color: rgba(51, 51, 51, 1);
    text-align: right;
    font-weight: bold;
}

/* mobile 点击左侧筛选单组数据 end */

#mobile .notData{
    margin: .64rem 0 .8rem 0;
    line-height: .4rem;
    font-size: .32rem;
}

#mobile .footer-wrap{
    display: none;
}



/* add scroll */
.loadingH5{ width: 100%; height: .8rem; position: relative; overflow: hidden; text-align: center; margin: .32rem 0 ; color: #999; font-size: .187rem;}
.loadingH5-icon{color: #707070;}
.loaderH5{
    display: none;
    position: relative;
    font-size: .133rem;
    margin: .106rem auto;
    text-indent: -9999em;
    width: .64rem;
    height: .64rem;
    border-radius: 50%;
    background: #999;
    background: -moz-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #999 10%, rgba(255, 255, 255, 0) 42%);
    -webkit-animation: scrollMoreLoaderH5An 1s infinite linear;
    -moz-animation: scrollMoreLoaderH5An 1s infinite linear;
    -o-animation: scrollMoreLoaderH5An 1s infinite linear;
    animation: scrollMoreLoaderH5An 1s infinite linear;
 }
 .loadingH5 .loaderH5{
     display: block;
 }
 .loadingH5 .loaderH5:before {
     width: 50%;
     height: 50%;
     background: #999;
     border-radius: 100% 0 0 0;
     position: absolute;
     top: 0;
     left: 0;
     content: '';
 }
 .loadingH5 .loaderH5:after {
     background: #fff;
     width: 72%;
     height: 75%;
     border-radius: 68%;
     content: '';
     margin: auto;
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
 }
@-webkit-keyframes scrollMoreLoaderH5An {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes scrollMoreLoaderH5An {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-o-keyframes scrollMoreLoaderH5An {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
 
@keyframes scrollMoreLoaderH5An {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
 }


