@charset "UTF-8";
.match-team{height: .6rem; padding: .45rem 0 .3rem; overflow: hidden;zoom: 1;}
.match-team .match-home{width: 50%; float: left;display: flex;align-items: center;}
.match-team .match-home img{width: .5rem; margin: 0 .3rem 0 .4rem;}
.match-team .match-home .match-name{flex: 1;font-size: .3rem;font-weight: bold;}

/* page-tit */
.page-tit{height: .8rem; line-height: .8rem;padding: 0 .3rem; background: #f5f7f9;}
.page-tit h2{font-size: .3rem;font-weight: bold;}
.page-tit h2::before{display: block; content: '';float: left; height: .26rem; width: .05rem; margin: .28rem .1rem 0 0; background: #e60012;}

/* lineup-list-box */
.lineup-list{padding:0 0 .3rem;position: relative;}
.lineup-list::before{display: block; content: '';width: 1px; height: 100%; left: 50%; top: 0;background: #f5f7f9;position: absolute;}
.lineup-list ul{width: 50%; float: left;padding-left: .3rem; box-sizing: border-box;}
.lineup-list ul li{margin-top: .3rem;height: .6rem;display: flex; align-items: center;}
.lineup-list ul li .img{width: .66rem; height: .5rem; margin-right: .2rem;text-align: center; background: url(../images/live-icon-cloth1.png) no-repeat; background-size: 100% 100%;font-size: .2rem; color: #fff; text-align: center; line-height: .5rem;}
.lineup-list ul li .name p{font-size: .28rem;line-height: .38rem; line-height: .38rem;}
.lineup-list ul li .name span{font-size: .22rem; color: #999;}
.lineup-list ul li.coach .img img{width: auto; height: 100%;}
.lineup-list ul li.coach .img{background: none;}
.lineup-list .lineup-list-item2 li .img{background: url(../images/live-icon-cloth2.png) no-repeat; background-size: 100% 100%;}

.lineup-list-none::before{display: none;}
.no-list{padding: 1rem 0;}
.no-list em{display: block; width: 29px; height: 29px; background: url(../images/m-icons.png) no-repeat; background-size: 240px auto; background-position: -77px 0; margin: 0 auto .1rem;}
.no-list p{font-size: .34rem; color: #999; text-align: center; height: .5rem; line-height: .5rem;}













