* {
	padding: 0;
	margin: 0;
}

@font-face {
	font-family: MF;
	src: url('../font/zzgfht.TTF')
}

.content {
	overflow: hidden;
	line-height: 1;
	width: 7.5rem;
	height: 7.5rem;
	font-family: "MF";
	position: relative;
	color: #ab9975
}

.content .bgc_ {
	width: 4.94rem;
	height: 7.5rem;
	position: absolute;
	left: 2.37rem;
	top: 0rem
}

.content .bgc_Img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px
}

.data {
	color: rgba(255, 255, 255, 0.85) !important;
	width: 2.96rem;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 0.19rem;
	position: absolute;
	left: 0px
}

.data p span:nth-child(2), .data p span:nth-child(3), .data p span:nth-child(4)
	{
	margin-left: .06rem
}

.data_1 {
	top: .45rem
}

.data_2 {
	bottom: .45rem
}

.weix {
	width: .71rem;
	height: .71rem;
	right: .05rem;
	bottom: .1rem;
	position: absolute
}

.vs {
	width: 2.1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	left: 0px;
	top: 1.65rem
}

.vs .teamImg {
	width: .8rem;
	height: .8rem;
}

.vs .name {
	font-size: 0.26rem
}

.vs .score {
	font-size: .84rem;
	max-height: 10 box-sizing:border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
}

.vs .vsImg {
	width: .71rem;
	height: auto;
	margin: 0.34rem 0 0.16rem 0
}

.data td {
	padding-right: 0.06rem;
	text-align: center;
	height: 0.25rem;
}


.data{
	table-layout: fixed;
    width: 3rem;
    margin-left:0.25rem;
}

.data td{
	width:23%;
}

.data_td{
	white-space: nowrap;
    overflow: hidden;
    width: 31% !important;
}

.imgDIV{
	width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    overflow: hidden;
}