:root{  
	--main-theme-color: #354D71;
	--light-blue-color: #36C5E6;
	--sub-theme-color: #FFBF40;
	--dark-orange-color: #EC8321;
	--light-orange-color: #FFEFE0;
	--grey-color: #777;
	--light-grey-color: #ECEDF1;
  }
.e4-button-group>*,
.e4-button{
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	transition: .1s;
	line-height: 1;
	font-size: 14px;
	border-radius: 4px;
	
	color: #777777;
	background-color: #fff;
}
.e4-button--active{
	font-weight: bold;
    color: #fff;
    background-color: var(--main-theme-color);
	/* border: #08773A solid 1px; */
}

.e4-button--normal{
	border: 1px solid #CCCCCC;
	color: #333333;
	background-color: #FFFFFF;
}

.e4-background{
	background-color: var(--main-theme-color);
}
.e4-color{
	color: #08773A;
}
.e4-color-red{
 color: #FF0000;
}
.e4-color-green{
	color: var(--sub-theme-color);
}

.e4-inside{
	padding-left: 12px;
    padding-right: 12px;
    background: #ffffff;
	border-bottom: 1px solid #f3f3f3;
}
.e4-inside-h{
	/*padding-top: 10px;*/
	/*padding-bottom: 12px;*/
}
.e4-inside-h h6{
	padding-top: 5px;
	padding-bottom: 5px;
}
.e4-text-warn{
	position: relative;
	font-size: 14px;
	font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 19px;
    color: #000000;
	/* border-left: 3px solid var(--main-theme-color); */
	display: flex;
	align-items: center;
	gap: 6px;
}
.e4-text-warn::before{
	position: relative;
	content: '';
	width: 6px;
	height: 16px;
	background-color: var(--sub-theme-color);
	border-radius: 6px;
	display: inline-block;
}
.e4-text-warp{
	text-align: center;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
/* .e4-divider{
  border-bottom: 1px solid #CCCCCC;
} */
.under-nav .e4-text-warn,
.e4-divider .e4-text-warn{
    padding-top: 5px;
    padding-left: 12px;
    padding-bottom: 5px;
    background-color: #fff;
}

.icon-news-default{
	background: url(../fonts/1f5583c2696e4ee5ad2a2963b6f7a253.svg) center center no-repeat;
	background-size: auto;
} */
.news-list .e4-divider{
	padding: 7px 12px;
}


.Compwangqiu {
	padding: 5px;
   
   }
.Compwangqiu p{
	overflow-x: visible;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	height: 19px;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	color: #777777;
	padding-left: 5px;
	
}
.days-tv-left-wangqiu{    
	position: absolute;
	left: 5px;
	top: 0px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.centerWangqiu{
	top: 5px !important;
	text-align: left;
	left: 75px !important;
  
}
.vs-center-wangqiu{
	width: 115px;
}

.vs-left-double{
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	flex: 1;
	top: 30px;
	max-width: 60px;
}
.vs-right-double{
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	flex: 1;
	top: 30px;
	max-width: 60px;
}
.vs-card-wangqiu{
	position: relative;
	text-align: center;
	box-sizing: border-box;
	height: 184px;
	background: url('../images/tennis_bg.png');
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.vs-card-wangqiu.end {
	background: url('../images/tennis_end.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.wangqiuLogo {
	border-radius: 50%;
	border: 1px solid #ffffff;
}
