.listTitle {
	overflow: hidden;
	padding: 1rem 0;
}

.listTitle li {
	width: 20%;
	float: left;
	text-align: center;
}

.listTitle p {
	width: 32px;
	padding: 0 0 .4rem 0;
	margin: 0 auto;
}

.active {
	color: #5133B6;
	font-size: 16px;
	font-weight: 500;
}

.active>p {
	border-bottom: 1px solid #5133B6;
}

.myList>p {
	width: 120px;
	height: 25px;
	color: #ffffff;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	background: #FFA016;
	border-radius: 20px;
}

.detail {
	overflow: hidden;
	padding: 1rem 0;
	margin: .6rem 0;
	border-radius: 5px;
	box-shadow: 0 0 4px 0 rgba(79, 49, 182, 0.12);
}

.detail>div {
	float: left;
	text-align: center;
}

.detail img {
	width: 2.5rem;
	height: auto;
	margin-bottom: .3rem;
	vertical-align: middle;
}

.type img {
	width: 1rem;
	margin-right: .3rem;
	margin-bottom: .2rem;
}

.home_team,
.visit_team {
	width: 24%;
	font-size: 16px;
	font-weight: bold;
}

.type {
	width: 52%;
}
.type1 {
	width: 32%;
}

.home_srcoe,
.visit_sroce {
	width: 10%;
	font-weight: bold;
	margin-top: 1.5rem;
}

.detail p {
	width: 100%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.type p {
	margin-top: .2rem;
}

.type p:first-of-type {
	margin-top: 0;
}

.noMatch {
	width: 100%;
	height: auto;
	color: #A3A3A3;
	padding: .3rem 0;
	text-align: center;
	display: none;
}

#tab {
	width: 95%;
	position: fixed;
	top: 0;
	display: none;
}

#returnTop{
	/*width: 95%;*/
	position: fixed;
	bottom: 30px;
	display: none;
	right:5%;
}

#tab>p,
#returnTop>p {
	width: 120px;
	height: 25px;
	color: #ffffff;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	background: #FFA016;
	border-radius: 20px;
}

#returnTop>p {
	width: 80px;
}

#returnTop>p{
	background: #5133B6;
}

.more{
	width: 100%;
	height: auto;
	padding: .5rem 0;
	text-align: center;
}

.notBegin{
	color: #787878;
}

#appbtn img{
	width: 60px;
	height: auto;
	position: fixed;
	bottom: 10%;
	right: 3%;
}



.page {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    height: 40px;
    clear: both;
    margin: 0 auto;
    padding: 0 0 0 8px;
    border-bottom: 1px solid #dfdfdf;
    display: -webkit-box;
}.page>a {
    display: block;
    margin-right: 5px;
    text-align: center;
    color: #4c4c4c;
    background: #f2f2f2;
    font-size: 13px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    width: 65px;
    height: 30px;
    line-height: 30px;
    margin-top: 4px;
}
