.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zan-wrap{
    background-color: #f7f7f7;
	border: solid 1px #ededed;
    margin-top: 20px;
    height: 40px;
    box-sizing: border-box;
    padding: 0 25px;
}
.zan-wrap .left{
    font-size: 16px;
    color: #333333;
}
.zan-wrap .right{
    display: inline-flex;
    align-items: center;
}
.zan-wrap .right img{
    margin-right: 11px;
}
.zan-wrap .right span{
    font-size: 14px;
    color: #777777;
}
.team-container {
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.team-left-content{
    width: 320px;
    position: sticky;
    top: 0;
}
.team-left-content .team-head{
    box-sizing: border-box;
    background-color: #f7f7f7;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.team-left-content .team-head .imgbox{
    width: 150px;
	height: 120px;
	background-color: #e8eaee;
    display: flex;
    align-items: center;
    justify-content: center;

}
.team-left-content .team-head .imgbox img{
    display: block;
    max-width: 110px;
    max-height: 110px;
}
.team-left-content .team-head .details{
    width: 156px;
    box-sizing: border-box;
    padding: 21px 0  0 0;
}
.team-left-content .team-head select{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 3px 5px;
    outline: none;
    border: none;
    border: solid #bbb 1px;
}
.team-left-content .team-head .ranking{
    font-size: 14px;
    color: #777777;
    display: inline-flex;
    align-items: center;
}
.team-left-content .team-head .ranking span{
    margin-left: 5px;
}
.team-left-content .team-head .row{
    display: flex;
    align-items: center;
    margin-top: 18px;
}
.team-left-content .team-head .row span{
    display: block;
    width: 20px;
	height: 20px;
    border-radius: 2px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    margin-right: 6px;
    background-color: #a6b2be;
}
.team-left-content .team-head .row span.win{
    background-color: #f65e53;
}
.team-left-content .team-head .row span.lose{
    background-color: #2fcc87;
}
.team-left-info{
    margin-top: 10px;
}
.team-left-info .team-left-title{
    width: 100%;
	height: 40px;
	background-color: #e8eaee;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
.team-left-info  .details{
    box-sizing: border-box;
    border: solid 1px #ededed;
    padding:0 20px ;
}
.team-left-info  .details .row{
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}
.team-left-info  .details .row .block{
    width: 118px;
    font-size: 14px;
    color: #333333;
}
.team-left-info  .details .row .block:nth-child(2){
    width: 163px;
}
.team-left-info  .details .row  .Jersey{
    cursor: pointer;
}
.team-left-info  .details .row .block .Jersey img{
    width: 25px;
    margin-right: 5px;
}
.team-left-info  .details .row .block span{
    font-size: 12px;
    color: #999999;
}
.team-left-info  .details .row .block  a{
    color: #0066c0;
    font-size: 14px;
}
.team-left-info  .details .row .court{
    display: flex;
    align-items: center;
}
.team-left-info  .details .row  .court img{
    width: 17px;
	height: 12px;
    display: block;
    margin-left: 4px;
}
.team-left-info  .details .row .social{
    display: flex;
    align-items: center;
}
.team-left-info  .details .row .social a{
    display: block;
    margin-right: 10px;
}
.team-left-info  .details .row .social a img{
    width: 20px;
}
.team-left-info  .details .addr{
    align-items: flex-start;
}
.team-left-info  .details .addr .block{
    line-height: 1.5;
}
.team-left-info  .details .row .league{
    display: flex;
    align-items: center;
}
.team-left-info  .details .row .league .imgbox{
    width: 24px;
	height: 24px;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 5px;
}
.team-left-info  .details .row .league .imgbox img{
    max-width: 24px;
    max-height: 24px;
    display: block;
}
.team-left-info  .details .row .block i{
    color: #0066c0;
    font-style:normal;
    margin: 0 3px;
}
.team-min-container{
    width: 848px;
}
.team-navtab{
    height: 44px;
	background-color: #22222e;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 3px solid #4a4a54;
}
.team-navtab .item{
    width: 16.6%;
    text-align: center;
    font-size: 16px;
    color: #dfdfe0;
    border-left: 1px solid #4a4a53;
    position: relative;
}
.team-navtab .item.on{
    color: #ffffff;
}
.team-navtab .item.on::after{
    content: '';
    width: 20px;
	height: 3px;
	background-color: #e70012;
   
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translate(-50%,0);
}
.model-team-wrap{
    margin-top: 20px;
    box-sizing: border-box;
    border: solid 1px #ededed;
    width: 100%;
}
.model-team-title{
    display: flex;
    align-items: center;
    padding: 16px 20px;
    font-size: 18px;
    color: #22222e;
    font-weight: bold;
    border-bottom: 1px solid #ededed;

}
.model-team-title::before{
    content: '';
    width: 4px;
	height: 16px;
	background-color: #e70012;
    display: block;
    margin-right: 8px;
    
}
.model-team-title .transfer{
    display: inline-flex;
    align-items: center;
    width: 80px;
	height: 20px;
	background-color: #e70012;
	border-radius: 10px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-left: 17px;
}
.model-team-title .transfer2{
    background-color: #42cf2d;
}
.team-min-details{
    box-sizing: border-box;
    padding: 23px 19px;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
}
.honor-wrap{
    box-sizing: border-box;
    padding: 11px 13px;
}

.honor-wrap .row{
    display: flex;
}
.honor-wrap .row .title{
    width: 200px;
	background-color: #f1ede3;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    padding: 6px 15px;
}
.honor-wrap .row .title img{
    width: 21px;
	height: 36px;
    
}
.honor-wrap .row .title .details{
    margin-left: 13px;
}

.honor-wrap .row .title .name{
    font-size: 14px;
    color: #333333;
    width: 130px;
    overflow: hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;
}

.honor-wrap .row .title .number{
    font-size: 12px;
    color: #777777;
}
.honor-wrap .row .info{
    background-color: #f2f4f8;
    display: inline-flex;
    width: 650px;
    box-sizing: border-box;
    flex-wrap: wrap;
    padding: 9px 8px 4px 18px;
}
.honor-wrap .row .info .time{
    font-size: 12px;
    color: #333333;
    margin-right: 12px;
    margin-bottom: 3px;
}

.honor-wrap .row:nth-child(2n) .title{
    background-color: #fbf9f6;
}
.honor-wrap .row:nth-child(2n) .info{
    background: none;
}
.record-wrap .row{
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    padding:10px 19px;
    background-color: #f2f4f8;
}
.record-wrap .row:nth-child(2n){
    background: none;
}
.record-wrap .row .record-title{
    font-size: 12px;
    color: #333333;
    width: 142px;
    font-weight: bold;
}
.record-wrap .row .record-txt{
    font-size: 12px;
    color: #333333;
    width: 675px;
}



.qa{
    box-sizing: border-box;
    padding: 23px 20px 48px;
    position: relative;
}
.qa-wrap{
    display: flex; 
}
.qa-wrap .left{
    width: 64px;
}
.qa-wrap .left .q{
    height: 54px;
	background-color: #ffffff;
	border: solid 1px #f4f4f4;
    width: 100%;
    text-align: center;
    position: relative;
}
.qa-wrap .left .q::after{
    content: '';
    width: 17px;
	height: 16px;
    position: absolute;
    top: 1px;
    right: 1px;
    background: url(../img/recommend001.png) no-repeat center / 100% 100%;
}
.qa-wrap .left .q span{
    font-size: 16px;
    font-weight: bold;
    color: #7dc06d;
    margin-top: 8px;
    display: block;
}
.qa-wrap .left .q p{
    font-size: 12px;
    color: #999999;
    margin-top: 2px;
}
.qa-wrap .left .a{
    height: 54px;
	background-color: #f4f4f4;
    width: 100%;
    text-align: center;
    position: relative;
}
.qa-wrap .left .a span{
    font-size: 14px;
    color: #999;
    padding-top: 8px;
    display: block;
}
.qa-wrap .left .a p{
    font-size: 14px;
    color: #999;
    margin-top: 2px;
}
.qa-wrap .right{
    width: 724px;
    margin-left: 20px;
}
.qa-wrap .q-wrap{
    margin-top: 12px;
}
.qa-wrap .q-wrap .name{
    display: flex;
    align-items: center;
    font-size: 16px;

    font-weight: bold;
    color: #333;
}
.qa-wrap .q-wrap .name::before{
    content: '';
    width: 14px;
	height: 14px;
    display: block;
    background: url(../img/qa_icon00.png) no-repeat center / 100% 100%;
    margin-right: 9px;
}
.qa-wrap .q-wrap .qr-number{
    color: #8590a6;
    font-size: 12px;
    margin-top: 7px;
    margin-left: 23px;
}
.qa-wrap .a-wrap{
    display: flex;
    align-items: flex-start;
    margin-top: 18px;
}
.qa-wrap .a-wrap .txt{
    font-size: 14px;
    color: #999999;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.qa-wrap .a-wrap::before{
    content: '答';
    color: #8590a6;
    font-size: 12px;
    margin-right: 9px;
}
.qa .swiper-pagination{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    bottom: 20px;
}
.qa .swiper-pagination span{
    opacity: 1;
    width: 16px;
	height: 4px;
	background-color: #e8eaee;
    border-radius: 0;
    margin: 0 5px;
    outline: none;
}
.qa .swiper-pagination span.swiper-pagination-bullet-active{
    background-color: #f3bb40;
}
.news-list{
    box-sizing: border-box;
    padding: 14px 15px 0;
}
.news-list .item{
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.news-list .item>img{
    width: 178px;
	height: 102px;
}
.news-list .item .details{
    width: 611px;
    margin-left: 20px;
}
.news-list .item .details .title{
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
}
.news-list .item .details .txt{
    height: 40px;
    font-size: 14px;
    line-height: 1.4;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 5px;
}
.news-list .item .details  .row{
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.news-list .item .details .row .time{
    font-size: 14px;
    color: #999999;
    margin-right: 25px;
}
.news-list .item .details .row .click{
    display: inline-flex;
    align-items: center;
}
.news-list .item .details .row .click span{
    font-size: 14px;
}
.news-list .item .details .row .click img{
    width: 14px;
    margin-right: 5px;
}
.lineup-wrap{
    background: #f7f7f7;
    padding: 20px;
}
.coach-wrap{
    border-top: 4px solid #00aded;
    background: #fff;
}
.coach-wrap .row{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #999999;
    
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
}
.coach-wrap .row .item{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;

}
.coach-wrap .row .item:nth-child(1){
    width: 146px;
    box-sizing: border-box;
    padding-left: 16px;
    justify-content: flex-start;
}
.coach-wrap .row .item:nth-child(2){
    width: 105px;
}
.coach-wrap .row .item:nth-child(3){
    width: 102px;
}
.coach-wrap .row .item:nth-child(4){
    width: 103px;
}
.coach-wrap .row .item:nth-child(5){
    width: 104px;
}
.coach-wrap .row .item:nth-child(6){
    width: 100px;
}
.coach-wrap .row .item:nth-child(7){
    width: 143px;
}
.coach-wrap .row2 .item{
    color: #333333;
    border-right: 1px solid #eee;
}
.coach-wrap .row2 .item:last-child,
.coach-wrap .row2 {
    border: none;
}

.coach-wrap .row2 .item img{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
}

.member-wrap{
    margin-top: 13px;
    background: #fff;
}
.member-wrap .row{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.member-wrap .row .item{
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.member-wrap .row:nth-child(1){
    border-top: 4px solid #0066c0;
    
}
.member-wrap .row:nth-child(1) .item{
    font-size: 12px;
    color: #999999;
    height: 36px;
}
.member-wrap .row .item:nth-child(1){
    width: 35px;
}
.member-wrap .row .item:nth-child(2){
    width: 144px;
    justify-content: flex-start;
    padding-left: 18px;
}
.member-wrap .row .item:nth-child(3){
    width: 95px;
}
.member-wrap .row .item:nth-child(4){
    width: 44px;
}
.member-wrap .row .item:nth-child(5){
    width: 45px;
}
.member-wrap .row .item:nth-child(6){
    width: 80px;
}
.member-wrap .row .item:nth-child(7){
    width: 89px;
}
.member-wrap .row .item:nth-child(8){
    width: 84px;
}
.member-wrap .row .item:nth-child(9){
    width: 86px;
}
.member-wrap .row .item:nth-child(10){
    width: 106px;
}
.member-wrap .row2 .item{
    color: #333333;
    height: 41px;
    border-right: 1px solid #eee;
}
.member-wrap .row2 .item:last-child,
.member-wrap .row:last-child{
    border: none;
}
.member-wrap .row2 img{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
}
.schedule-wrap{
    box-sizing: border-box;
    background: #f7f7f7;
    padding: 16px 20px;
}
.schedule-tab{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.schedule-tab .item-tba{
    display: inline-flex;
    align-items: center;
}
.schedule-tab .item-tba .item{
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #999999;
    margin-right: 20px;
    cursor: pointer;
    padding-bottom: 3px;
}
.schedule-tab .item-tba .item img{
    width: 17px;
    margin-right: 5px;
}
.schedule-tab .item-tba .item.on{
    color: #00aded;
    border-bottom: 2px solid #00aded;
}
.year-wrap{
    display: inline-flex;
    align-items: center;
}
.year-wrap p{
    font-size: 14px;
    color: #333;
}
.year-wrap select{
    width: 80px;
    box-sizing: border-box;
    height: 23px;
    border-radius: 3px;
    padding: 0 10px;
    background: none;
    outline: none;
}
.schedule-container{
    margin-top: 16px;
}
.new_schedule-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.schedule-headlines{
    border: 1px  solid #eee;
    background: #fff;
    border-radius: 4px;
    display: inline-block;
}
.schedule-headlines .row{
    display: flex;
    align-items: center;
    
    border-bottom: 1px solid #eee;
}
.schedule-headlines .row .item{
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    
}
.schedule-headlines .row:nth-child(1){
    background-color: #e8eaee;
}
.schedule-headlines .row:nth-child(1) .item{
    height: 33px;
    font-size: 12px;
    color: #333333;
	opacity: 0.7;
}

.schedule-headlines .row .item:nth-child(1){
    width: 58px;
}
.schedule-headlines .row .item:nth-child(2){
    width: 38px;
}
.schedule-headlines .row .item:nth-child(3){
    width: 39px;
}
.schedule-headlines .row .item:nth-child(4){
    width: 39px;
}
.schedule-headlines .row .item:nth-child(5){
    width: 45px;
}
.schedule-headlines .row .item:nth-child(6){
    width: 44px;
}
.schedule-headlines .row .item:nth-child(7){
    width: 48px;
}
.schedule-headlines .row .item:nth-child(8){
    width: 94px;
}
.schedule-headlines .row .item:nth-child(9){
    width: 94px;
}
.schedule-headlines .row .item:nth-child(10){
    width: 74px;
}
.schedule-headlines .row .item:nth-child(11){
    width: 80px;
}
.schedule-headlines .row .item:nth-child(12){
    width: 77px;
}
.schedule-headlines .row .item:nth-child(13){
    width: 77px;
}
.schedule-headlines .row2 .item{
    height: 40px;
    font-size: 12px;
    color: #333333;
    border-right: 1px solid #eee;
}
.schedule-headlines .row2:last-child{
    border: none;
}
.schedule-headlines .row2 .item:last-child{
    border: none;
}
.screen-wrap{
width: 100%;
   
}
.screen-wrap .row{
    display: flex;
     align-items: center;
}
.screen-wrap .row:nth-child(1){
    margin-bottom: 20px;
}
.screen-wrap .item{
    display: inline-flex;
    align-items: center;
    margin-left: 16px;
}
.screen-wrap .item2{
    display: inline-flex;
    align-items: center;
    margin-left: 15px;
}
.screen-wrap .item2 select{
    width: 138px;
    height: 24px;
    background-color: #f7f7f7;
    border-radius: 2px;
    border: solid 1px #d6d6d6;
    outline: none;
    box-sizing: border-box;
  
    text-align: center;
    margin-left: 7px;
    text-align: center;
    text-align-last: center;
}
.screen-wrap .handelButtn{
    width: 100px;
    cursor: pointer;
    color: #fff;
    background: #4a4a54;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-left: 20px;
}
.screen-wrap .item2 span{
    font-size: 12px;
    color: #333333;
}
.screen-wrap .item input{
    margin-right: 6px;
    width: 14px;
	height: 14px;
}
.screen-wrap .item span{
    font-size: 12px;
    color: #333333;
}
.schedule-details{
    margin-top: 10px;
    background: #fff;
    border-radius: 4px;
}
.schedule-details .row{
    display: flex;
    align-items: center;
    height: 33px;
    border-bottom: 1px solid #eee;
}
.schedule-details .row:nth-child(1){
    background: #e8eaee;
}
.schedule-details .row:nth-child(1) .item{
    font-size: 12px;
    color: #333333;
	opacity: 0.7;
}
.schedule-details .row .item{
    display: flex;
    align-items: center;
    justify-content: center;
}
.schedule-details .row .item:nth-child(1){
    width: 80px;
}
.schedule-details .row .item:nth-child(2){
    width: 161px;
}
.schedule-details .row .item:nth-child(3){
    width: 129px;
}
.schedule-details .row .item:nth-child(4){
    width: 48px;
}
.schedule-details .row .item:nth-child(5){
    width: 121px;
}
.schedule-details .row .item:nth-child(6){
    width: 50px;
}
.schedule-details .row .item:nth-child(7){
    width: 91px;
}
.schedule-details .row .item:nth-child(8){
    width: 91px;
}
.schedule-details .row .item:nth-child(9){
    width: 35px;
}

.schedule-details .row2 .item{
    font-size: 14px;
    color: #333333;
    height: 36px;
    border-right: 1px solid #eee;
    box-sizing: border-box;
}
.schedule-details .row2 .item:last-child{
    border: none;
    color: #0066c0;
}
.schedule-details .row2:last-child{
    border: none;
    
}
.schedule-details .row2 .item:nth-child(1){
    color: #fff;
}
.bg-red{
    background: #ff3333;
}
.schedule-details .row2 .color-red{
    color: #f65e53;
}
.schedule-details .row2  .color-green{
    color: #2fcc87;
}
.schedule-details .row2  .color-grey{
    color: #a6b2be;
}
.schedule-page{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
}
.schedule-page div{
    cursor: pointer;
}
.schedule-page div,
.schedule-page span{
    display: block;
    float: left;
    font-size: 14px;
    padding: 0 16px;
    line-height: 30px;
    margin-left: 8px;
    border: 1px solid #d4e0e9;
    color: #333;
    border-radius: 2px;;
}
.schedule-page div:hover{
    background: #000047;
    color: #fff;
}
.other-wrap{
    margin-top: 22px;
    border-top: 1px solid #eeeeee;
    padding-top: 24px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.other-wrap .other-item{
    width: 260px;
	background-color: #ffffff;
	border-radius: 4px ;
	border: solid 1px #dddddd;
}
.other-title{
    box-sizing: border-box;
    padding: 0 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 35px;
}
.other-title .title{
    font-size: 14px;
    color: #ff3333;
}
.other-title a{
    font-size: 12px;
    color: #0066c0;
}
.ranking-list .row{
    display: flex;
    align-items: center;
}
.ranking-list .row:nth-child(1){
    background: #929292;
    height: 20px;
   
}
.ranking-list .row .item{
    font-size: 12px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ranking-list .row:nth-child(1) .item{
    color: #fff;
}
.ranking-list .row .item:nth-child(1){
    width: 43px;
}
.ranking-list .row .item:nth-child(2){
    width: 75px;
    justify-content: flex-start;
}
.ranking-list .row .item:nth-child(3){
    width: 30px;
}
.ranking-list .row .item:nth-child(4){
    width: 28px;
}
.ranking-list .row .item:nth-child(5){
    width: 30px;
}
.ranking-list .row .item:nth-child(6){
    width: 48px;
}
.ranking-list .row2{
    height: 20px;
}
.ranking-list .row:nth-child(3),
.ranking-list .row:nth-child(5),
.ranking-list .row:nth-child(7),
.ranking-list .row:nth-child(11),
.ranking-list .row:nth-child(9){
    background: #f0f0f0;
}


.ranking2-list .row{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 10px;
}
.ranking2-list .item{
    display: block;
}
.ranking2-list .row:nth-child(1) {
    background: #929292;
    height: 20px;
}
.ranking2-list .row .item:nth-child(1) {
    width: 95px;
}
.ranking2-list .row .item:nth-child(2){
    width: 55px;
    text-align: right;
}
.ranking2-list .row .item:nth-child(3){
    width: 33px;
    text-align: center;
}
.ranking2-list .row .item:nth-child(4){
    width: 66px;

}
.ranking2-list .row .item{
    font-size: 12px;
    color: #fff;
}
.ranking2-list .block-wrap{
    border-bottom: 1px dashed #dcdcdc;
}
.ranking2-list .block-wrap .row2{
    background: none;
    
}
.ranking2-list .block-wrap .row2 .item{
    color: #333333;
}
.ranking2-list .block-wrap{
    padding: 9px 0;
}
.ranking2-list .details{
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 10px;
    margin-top: 12px;
}
.ranking2-list .details a{
    font-size: 12px;
    color: #0066c0;
}
.ranking2-list .details p{
    color: #999999;
    font-size: 12px;
}
.ranking2-list .block-wrap:last-child{
    border: none;
}
.data-wrap{
    background-color: #f7f7f7;
    box-sizing: border-box;
    margin-top: 10px;
    padding: 22px 20px 1px;
}
body{
    background: #fff;
}
.statistics{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 20px;
}
.statistics .statistics-wrap{
    background: #fff;
    border-radius: 4px;
	border: solid 1px #dddddd;
}
.statistics .statistics-wrap .row{
    display: flex;
    align-items: center;
    
    border-bottom: 1px solid #dddddd;
}
.statistics .statistics-wrap .row .item{
    box-sizing: border-box;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.statistics .statistics-wrap .row:nth-child(1){
    background-color: #e8eaee;
    height: 33px;
}
.statistics .statistics-wrap .row:nth-child(1) .item{
    font-size: 12px;
    color: #333333;
}
.statistics .statistics-wrap .row .item:nth-child(1){
    width: 49px;
}
.statistics .statistics-wrap .row .item:nth-child(6){
    width: 160px;
}
.statistics .statistics-wrap .row .item:nth-child(7){
    width: 62px;
}
.statistics .statistics-wrap .row:last-child{
   border: none;
}
.statistics .statistics-wrap .row2 .item{
    border-right: 1px solid #dddddd;
    height: 33px;
}
.statistics .statistics-wrap .row2 .item:last-child{
    border: none;
}
.statistics .statistics-wrap .row:nth-child(2){
    background-color: #f4f6fa;
    color: #333;
}
.statistics .statistics-wrap .row2 span{
    width: 20px;
	height: 20px;
	
	border-radius: 2px;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    margin-right: 5px;
}
.statistics .statistics-wrap .row2 span:last-child{
    margin-right: 0;
}
.statistics .statistics-wrap .row2 span.w{
    background-color: #f65e53;
}
.statistics .statistics-wrap .row2 span.d{
    background-color: #a6b2be;
}
.statistics .statistics-wrap .row2 span.l{
    background-color: #2fcc87;
}
.statistics .statistics-wrap .row2 p{
    width: 44px;
	height: 20px;
	background-color: #91bc80;
	border-radius: 2px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
}
.statistics .statistics-wrap .row:nth-child(3) p{
    background-color: #e5b05e;
}
.statistics .statistics-wrap .row:nth-child(4) p{
    background-color: #91bc80;
}
.statistics .statistics-wrap .row3{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 7px 12px;
    font-size: 12px;
}
.statistics .statistics-wrap .row3 p{
    color: #8d8d8d;
}
.statistics .statistics-wrap .row3 span{
    color: #333333;
    margin-left: 15px;
}
.statistics .statistics-wrap .row3 span.w{
    color: #f65e53;
}
.statistics .statistics-wrap .row3 span.l{
    color: #2fcc87;
}
.statistics-wrap2{
    background-color: #fff;
	border-radius: 4px;
	border: solid 1px #dddddd;
    width: 390px;
}
.statistics-wrap2 .row{
    height: 33px;
	background-color: #e8eaee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
}
.statistics-wrap2 .row img{
    margin-left: 6px;
}

.statistics-wrap2 .row2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 15px 33px 22px;
}
.statistics-wrap2 .row2 .corner{
    width: 60px;
    text-align: center;
}
.statistics-wrap2 .row2 .corner span{
    font-weight: bold;
    font-size: 20px;
}
.statistics-wrap2 .row2 .corner p{
    font-size: 12px;
    color: #999999;
}
.progress-wrap{
    width: 110px;
}
.progress-wrap .progress-row{
    display: inline-flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}
.progress-wrap .progress-row:last-child{
    margin-bottom: 0;
}
.progress-wrap .progress-row span{
    font-size: 12px;
    color: #999999;
}
.progress-wrap .progress-row .progress{
    height: 12px;
	background-color: #0066c0;
    margin-left: 5px;
}
.number-wrap .number{
    font-size: 12px;
    color: #333333;
    margin-bottom: 10px;
}
.number-wrap .number:last-child{
    margin-bottom: 0;
}
.statistics-wrap2 .row3{
    border-top: solid 1px #dddddd;
    font-size: 12px;
    color: #8d8d8d;
    height: 27px;
    box-sizing: border-box;
    text-align: center;
    line-height: 27px;
}

.goal-wrap{
    background: #fff;
    border-radius: 4px 4px 0 0;
    border-top: solid 1px #dddddd;
    border-left: solid 1px #dddddd;
    border-right: solid 1px #dddddd;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 1px;
}
.model2-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #e8eaee;
    box-sizing: border-box;
    padding: 7px 15px;
}
.model2-head .model2-title{
    display: inline-flex;
    align-items: center;
}
.model2-head .model2-title img{
    width: 20px;
    margin-right: 10px;
}
.model2-head .model2-title strong{
    font-size: 14px;
    color: #333333;
}
.model2-head p{
    font-size: 12px;
    color: #333333;
}
.goal-tab{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 17px;
}
.goal-tab .item{
    width: 80px;
	height: 24px;
    line-height: 24px;
	background-image: linear-gradient(0deg, 
		#f2f2f2 0%, 
		#fdfdfd 100%), 
	linear-gradient(
		#fbfbfb, 
		#fbfbfb);
	background-blend-mode: normal, 
		normal;
	border: solid 1px #d2d2d2;
    text-align: center;
    font-size: 12px;
    color: #333333;
    margin: 0 4px;
    cursor: pointer;
}
.goal-tab .item.on{
    background: none;
    background-color: #afafaf;
    color: #ffffff;
}
.goal-content{
    margin-top: 30px;
    display: none;
}
.goal-content.on{
    display: block;
}
.goal-content .row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 32px;
}
.goal-content .row .block{
    text-align: center;
}
.goal-content .row .block span{
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}
.goal-content .row .block p{
    font-size: 12px;
    color: #999999;
}
.goal-content .row .block:nth-child(1){
    text-align: left;
}
.goal-content .row .block:nth-child(3){
    text-align: right;
}
.goal-content .row2{
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    width: 743px;
    margin: 20px auto 0;
    border: 1px solid #626262;
}
.goal-content .row2 .item{
    width: 24px;
	height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #2a2d33;
    font-size: 14px;
    color: #ffffff;
}
.goal-content .row2 .item.color1{
    background-color: #81b292;
}
.goal-content .row2 .item.color2{
    background-color: #197238;
}
.goal-content .row2 .item.color3{
    background-color: #b32c22;
}
.goal-content .row2 .item.color4{
    background-color: #8a0a00;
}
.goal-content .row2 .scale{
    position: absolute;
    top: -7px;
}
.goal-content .row2 .scale i{
    display: block;
    width: 0px;
	height: 44px;
	border-left: dashed 1px #2a2d33;
    margin: 0 auto;
}
.goal-content .row2 .scale p{
    font-size: 12px;

    color: #333333;
}
.goal-content .row2 .scale1{
    left: 112px;
}
.goal-content .row2 .scale2{
    left: 231px;
}
.goal-content .row2 .scale3{
    left: 493px;
}
.goal-content .row2 .scale4{
    left: 614px;
}


.goal-content .row3{
        display: flex;
    align-items: center;
    padding: 0 35px 20px;
    margin: 43px 0 8px;
    border-bottom: 1px solid #eee
    
}
.goal-content .row3 .info{
    display: inline-flex;
    align-items: center;
}
.goal-content .row3 .info .item{
    font-size: 12px;
    color: #999999;
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
}
.goal-content .row3 .info .item span{
    width: 10px;
	height: 10px;
    background-color: #8a0a00;
    margin-right: 3px;
}
.goal-content .row3 .info .item:nth-child(1) span{
    background-color: #81b292;
}
.goal-content .row3 .info .item:nth-child(2) span{
    background-color: #197238;
}
.goal-content .row3 .info .item:nth-child(3) span{
    background-color: #b32c22;
}
.goal-content .row3 .jie{
    font-size: 12px;
    color: #999999;
}

.distribution{
    background: #fff;
    border-radius: 0 0 4px 4px;
    border-bottom: solid 1px #dddddd;
    border-left: solid 1px #dddddd;
    border-right: solid 1px #dddddd;
    width: 100%;
    
}
.distribution-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
   
}
.distribution-title .block{
    display: inline-flex;
    align-items: center;
}
.distribution-title .block p{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-right: 5px;
}
.distribution-title .block span{
    font-size: 14px;
    color: #999999;
    margin-right: 5px;
}
.distribution-title  select{
    width: 96px;
	height: 24px;
	background-image: linear-gradient(0deg, 
		#f2f2f2 0%, 
		#fdfdfd 100%), 
	linear-gradient(
		#fbfbfb, 
		#fbfbfb);
	background-blend-mode: normal, 
		normal;
	border: solid 1px #d2d2d2;
    outline: none;
}
.distribution-details{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.distribution-details .item{
    font-size: 14px;
    display: flex;
    color: #999999;
    align-items: baseline;
    width: 166px;
    justify-content: center;
    margin-bottom: 20px;
}
.distribution-details .item span{
    color: #333333;
    font-size: 20px;
}
.distribution-tab{

    border-top: 1px solid #eeeeee;
}
.distribution-tab .row{
    display: flex;
    align-items: center;
    height: 44px;
}
.distribution-tab .row .item{
    font-size: 12px;
    color: #333333;
}
.distribution-tab .row .item:nth-child(2){
    text-align: center;
    width: 53px;
}
.distribution-tab .row .item:nth-child(3){
    width: 136px;
    text-align: right;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}
.distribution-tab .row .item:nth-child(4){
    width: 36px;
    text-align: center;
}
.distribution-tab .row .item:nth-child(5){
    width: 136px;
    display: inline-flex;
    align-items: center;
}
.distribution-tab .row .item:nth-child(6){
    width: 384px;
    display: flex;
    align-items: center;
}
.distribution-tab .row .item:nth-child(1){
      width: 52px;
    
    color: #fff;
    height: 100%;
    margin-right: 10px;
    line-height: 29px;
    text-align: center;
}
.distribution-tab .row:nth-child(1) .item:nth-child(1){
    height: auto;
    background: none;
    color: #333333;
}
.distribution-tab .row .item .team{
    display: inline-flex;
    align-items: center;
    color: #999999;
    margin-right: 20px;
}
.distribution-tab .row .item .team img{
    margin-right: 4px;
}
.distribution-tab .row2{
    height: 30px;
}
.distribution-tab .row2 .item{
    font-size: 12px;
    color: #333333;
}
.distribution-tab .row2 .item img{
    width: 20px;
    height: 20px;
}
.distribution-tab .row2 .item:nth-child(3) img{
    margin-left: 8px;
}
.distribution-tab .row2 .item:nth-child(5) img{
    margin-right: 8px;
}
.distribution-tab .row2 .item:nth-child(4){
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background: #f65e53;
}
.distribution-tab .row:nth-child(even){
    background: #f2f2f2;
}
.distribution-tab .row2 .item:nth-child(6){
    display: flex;
    align-items: center;
    background: #7f9075;
    box-sizing: border-box;
   
    height: 29px;
    position: relative;
}
.distribution-tab .row:nth-child(even) .item:nth-child(6){
    background: #16644c;
}
.distribution-tab .row2 .item .scale{
    width: 22.58px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    font-size: 14px;
    color: #ffffff;
    background: #2a2d33 ;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
}
.distribution-tab .row2 .item .hit{
    width: 16px;
    height: 16px;
    position: absolute;
    top: 7px;
    background: url(../img/goal.png) no-repeat center / 16px 16px;
    transform: translate(-50%,0);
}
.distribution-tab .row2 .item .lose{
    width: 16px;
    height: 16px;
    background: url(../img/goal@2x.png) no-repeat center / 16px 16px;
    position: absolute;
    top: 7px;
    transform: translate(-50%,0);
}
.data-tabs{
   
    background-color: #f7f7f7;
    padding: 18px 0 0;
}

.data-tab{
    border-radius: 4px;
    margin-bottom:15px ;
	border: solid 1px #dddddd;
}
.data-tab .row2{
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    height: 33px;
    line-height: 33px;
}

.data-tab .row{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dddddd;
}
.data-tab .row:nth-child(2){
    background: #e8eaee;
   
}
.data-tab .row:last-child{
    border: none;
    
}
.data-tab .row .item{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #333333;
    height: 31px;
    border-right: 1px solid #dddddd;
    width: 43px;
    box-sizing: border-box;
}
.data-tab .row:last-child .item{
    height: 43px;
    color: #333333;
}
.data-tab .row .item:last-child{
    border: none;
}
.data-tab .row .item:nth-child(1){
    width: 58px;
}
.data-tab .row .item:nth-child(9),
.data-tab .row .item:nth-child(10),
.data-tab .row .item:nth-child(11),
.data-tab .row .item:nth-child(12),
.data-tab .row .item:nth-child(13),
.data-tab .row .item:nth-child(14){
    width: 85px;
}

.data-tab .row:last-child .item:nth-child(9){
    background: #fff7f5;
    color: #f65e53;
}
.data-tab .row:last-child .item:nth-child(10){
    background: #f8fbfd;
    color: #9dabb9;
}
.data-tab .row:last-child .item:nth-child(11){
    background: #f5fdfa;
    color: #2fcc87;
}
.data-tab .row:last-child .item:nth-child(14){
    font-weight: bold;
}
.data-tabs .data-tab:nth-child(1) .row2{
    background: #d26b5e;
}
.data-tabs .data-tab:nth-child(2) .row2{
    background: #dd958c;
}
.data-tabs .data-tab:nth-child(3) .row2{
    background: #f3bd43;
}
.data-tabs .data-tab:nth-child(4) .row2{
    background: #f4ce79;
}
.data-tabs .data-tab:nth-child(5) .row2{
    background: #57dff0;
}
.data-tabs .data-tab:nth-child(6) .row2{
    background: #87e6f2;
}
.video-wrap{
    margin-top: 19px;
}
.video-wrap .video-tit{
    font-size: 18px;
    color: #333333;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.video-wrap .video-tit span{
    color: #e70012;
}

.leftnews .newsul>li{border-bottom: 1px solid #eee;padding-bottom: 20px;}
.leftnews .newsul>li:nth-last-of-type(1){border: none;}
.leftnews .newsul>li .flimg{margin-top: 20px;width: 180px;height: 120px;}
.leftnews .newsul>li .news_r{width: 630px;margin-left: 16px;}
.leftnews .newsul>li .news_r .tit{font-size: 18px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-weight: bold;line-height: 42px;margin-top: 12px;}
.leftnews .newsul>li .news_r .tit a{color: #333;}
.leftnews .newsul>li .news_r .tit a:hover{text-decoration: underline;}
.leftnews .newsul>li .news_r .tit .tw_icon{color: #51addf;background: #f5fbfe;border: 1px solid #addcf4;border-radius: 2px;padding: 0px 6px;font-size:12px;float: left;height: 18px;line-height: 18px;margin-right: 4px;margin-top: 11px;}
.leftnews .newsul>li .news_r .tit .sp_icon{color: #efbe39;background: #fdfbf7;border: 1px solid #f9de94;border-radius: 2px;padding: 0px 6px;font-size:12px;float: left;height: 18px;line-height: 18px;margin-right: 4px;margin-top: 11px;}
.leftnews .newsul>li .news_r .tit .tj_icon{color: #e35b5b;background: #fef8f8;border: 1px solid #f4a8a8;border-radius: 2px;padding: 0px 6px;font-size:12px;float: left;height: 18px;line-height: 18px;margin-right: 4px;margin-top: 11px;}
.leftnews .newsul>li .news_r p{font-size: 14px;line-height: 22px;}
.leftnews .newsul>li .news_r p a:hover{text-decoration: underline;}
.leftnews .newsul>li .btm{margin-top: 22px;}
.leftnews .newsul>li .tags{width: 180px;white-space: nowrap;overflow: hidden;}
.leftnews .newsul>li .tags a{color: #7997b7;margin-right: 16px;}
.leftnews .newsul>li .time{padding-left: 16px;color: #999;}
.leftnews .newsul>li .share{margin-left: 54px;position: relative;}
.leftnews .newsul>li .share_hide{display: none;position: absolute;z-index: 20; background: url(/skin/images/sharebg.png) no-repeat;width: 107px;height: 200px;left: -75px;top: -11px;}
.leftnews .newsul>li .share_hide ul{margin-top: 54px;padding: 0 20px;}
.leftnews .newsul>li .share_hide ul li{line-height: 44px;font-size: 14px;border-bottom: 1px solid #eee;}
.leftnews .newsul>li .share_hide ul li a{color: #999;}
.leftnews .newsul>li .share_hide ul li a:hover{text-decoration: underline;}
.leftnews .newsul>li .share_hide ul li a span{margin-left: 10px;}
.leftnews .newsul>li .share_hide ul li:last-child{border: none;}
.leftnews .newsul>li .share:hover .share_hide{display: block;}
.leftnews .newsul>li .seebox{margin-left: 50px;color: #999;}
.leftnews .newsul>li .seebox span{margin-left: 10px;}


.transfer-row{
    display: flex;
    align-items: center;
    
    box-sizing: border-box;
    padding-left: 14px;
}
.transfer-row:nth-child(1){
    background-color: #22222e;
}

.transfer-row .item{
    font-size: 12px;
    color: #ffffff;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.transfer-row .item:nth-child(1){
    width: 157px;
}
.transfer-row .item:nth-child(2){
    width: 157px;
}
.transfer-row .item:nth-child(3){
    width: 157px;
}
.transfer-row .item:nth-child(4){
    width: 157px;
}
.transfer-row .item:nth-child(5){
    width: 157px;
}
.transfer-row .item:nth-child(6){
    width: 157px;
}
.transfer-row2 .item{
    font-size: 12px;
    color: #333333;
    height: 50px;
}
.transfer-row2 .item .pic{
    width: 25px;
	height: 32px;
    margin-right: 12px;
}

.transfer-row2 .item p{
    font-size: 12px;
    color: #333333;
    width: 100px;
}
.transfer-row2 .item .row{
    display: inline-flex;
    align-items: center;
}
.transfer-row2 .item .row img{
    width: 16px;
    margin-right: 5px;
}
.transfer-row2 .item .row span{
    font-size: 12px;
    color: #999999;
}
.transfer-row2 .item .pic2{
    width: 20px;
    margin-right: 10px;
}
.transfer-row:nth-child(2n){
    background: #f2f4f8;
}
.transfer-foot{
    height: 30px;
	background-color: #f2f4f8;
	border-bottom: solid 1px #ededed;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
    padding: 0 25px;
}
.transfer-foot img{
    margin-right: 4px;
}
.transfer-foot span{
    color: #333333;
    font-size: 12px;
}
.transfer-foot:last-child{
    border: none;
}
.data-tabs .data-tab:nth-child(5) .row .item,
.data-tabs .data-tab:nth-child(6) .row .item{
    flex: 1;
}
.distribution-tab{
    position: relative;
}
.distribution-tab .row2 .item .hit,
.distribution-tab .row2 .item .lose{
    z-index: 2;
}

.line-container{
    position: absolute;
    width: 1px;
    height: calc(100% - 44px);
    background: none;
    width: 384px;
    top: 44px;
    right: 0;
    z-index: 5;
}

.line{
    left:10px;
    position: absolute;
    width: 1px;
    height: 100%;
    background: black;
    float: left;
    /* z-index: 5; */
    
    display: none;
    top: 0;

}




.location{
    margin: 20px auto 0;
}
.court-wrap{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 20px auto 0;
    align-items: flex-start;
}
.court-info{
    width: 320px;
}
.court-info .details{
    border: solid 1px #ededed;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.court-info .row{
    height: 40px;
	background-color: #e8eaee;
    line-height: 40px;
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #333333;
}
.court-info .details .row2{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
    padding: 15px 0;
}
.court-info .details .row2:last-child{
    border: none;
}
.court-info .details .row2 .item{
    font-size: 14px;
    color: #333333;
}
.court-info .details .row2 .item:nth-child(1){
    font-weight: bold;
    width: 116px;
}
.court-info .belonging{
    width: 320px;
	border: solid 1px #ededed;
    display: flex;
    align-items:center;
    box-sizing: border-box;
    padding: 26px 20px;
    margin-top: 16px;
}
.court-info .belonging .item{
    width: 72px;
    font-weight: bold;
    font-size: 14px;
}
.court-info .belonging-box{
    display: flex;
    align-items: center;
}
.court-info .belonging-box a{
    width: 61px;
	height: 61px;
	border: solid 1px #eeeeee;
    line-height: 61px;
    text-align: center;
    margin-right: 10px;
}
.court-info .belonging-box a:last-child{
    margin:0;
}
.court-info .belonging-box a img{
    max-width: 48px;
	max-height: 48px;
}
.court-img{
    width: 850px;
	background-color: #e8eaee;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
}
.court-img .court-mx-img{
    width: 630px;
	height: 381px;
    display: block;
}
.court-img .court-mx-img img{
    width: 100%;
    height: 100%;
    display: block;
}
.court-min-img{
    width: 170px;
    height: 381px;
    box-sizing: border-box;
    padding: 26px 0;
    position: relative;
}
.court-min-img .swiper-container{
    height: 100%;
}
.court-min-img .swiper-slide{
    height: 103px;
    margin-bottom: 10px;
}
.court-min-img .swiper-slide:last-child{
    margin-bottom: 0;
}
.court-min-img .swiper-slide img{
    width: 100%;
    height: 100%;
}
.court-min-img .swiper-button-next,
.court-min-img .swiper-button-prev{
    outline: none;
    width: 170px;
	height: 20px;
	background-color: #22222e;
}
.court-min-img .swiper-button-next::after,
.court-min-img .swiper-button-prev::after{
    color: #fff;
    font-size: 14px;
}
.court-min-img .swiper-button-next::after{
    transform: rotate(90deg);
}
.court-min-img .swiper-button-prev::after{
    transform: rotate(90deg);
}
    
.court-min-img .swiper-button-next{
    bottom:0;
    top: auto;
    right: 0;
}
.court-min-img .swiper-button-prev{
    left:0;
    top: 23px;
}
.court-brief{
    margin-top: 20px;
    border: 1px solid #ededed;
}
.court-brief-content{
    font-size: 14px;
    line-height: 21px;
    color: #333333;
    box-sizing: border-box;
    padding: 23px 20px;
}
.court-relevant{
    margin-top: 17px;
}
.court-relevant .model-team-title{
    border: none;
    padding: 16px 0;
}
.court-relevant-list{
    display: flex;
    align-items: flex-start;
    
}
.court-relevant-list .item{
    width: 224px;
    margin-right: 20px;

}
.court-relevant-list .item:last-child{
    margin: 0;
}
.court-relevant-list .item img{
    width: 224px;
	height: 138px;
    display: block;
    margin-bottom: 8px;
}
.court-relevant-list .item p{
    width: 100%;
    font-size: 14px;
    color: #333333;
    text-align: center;
}
.court-relevant-list .item span{
    display: block;
    text-align: center;
    font-size: 12px;
    color: #777777;
    margin-top: 5px;
}









