.table-score .item td,
.table-score .titem th
{
	border-bottom: 8px solid #FFF;
}
.table-score .titem th
{
	border-top: 8px solid #FFF;
}

.table-score .item .no,
.table-score .item .nm,
.table-score .item .total
{
	font-weight: bold;
}

.table-score .item td
{
	position: relative;
	background-color: #e6edff;
	z-index: 88;
}

.table-score .item td.no
{
	background-color: #4074f4;
	z-index: 88;
	text-align: center !important;
	color: #FFF;
}

.table-score .item td.nm,
.table-score .item td.team
{
	background-color: #a9c4ff;
	z-index: 99;
	text-align: center !important;
}

.table-score .item td.sc1
{
	z-index: 111;
}

.table-score .item td.total
{
	background-color: #f22f2f;
	z-index: 122;
	text-align: center !important;
	color: #FFF;
}

.table-score .item td.st
{
	background-color: #FFF;
	z-index: 77;
}

.table-score .item td.st:before,
.table-score .item td.no:before,
.table-score .item td.nm:before,
.table-score .item td.sc1:before,
.table-score .item td.total:before,
.table-score .item td.chg:before,
.table-score .item td.nmx:before
{
	position: absolute;
	width: 20px;
	height: 100%;
	z-index: 99;
	left: -10px;
	top: 0;
	content: "";
	background: url("../images/bg-score-1.png") top center no-repeat;
	background-size: 100% auto;
}

.table-score .item td.total:after
{
	position: absolute;
	width: 30px;
	height: 100%;
	z-index: 99;
	right: -15px;
	top: 0;
	content: "";
	background: url("../images/bg-score-5.png") bottom center no-repeat;
	background-size: 100% auto;
}

.table-score .item td.chg
{
	width: 6%;
	word-break: keep-all;
	font-weight: bold;
	font-size: 1.5em;
}

.table-score .item td.no:before
{
	background-image: url("../images/bg-score-1.png");
}
.table-score .item td.chg:before
{
	background-image: url("../images/bg-score-1.png");
}
.table-score .item td.nm:before
{
	background-image: url("../images/bg-score-2.png");
}


.table-score .item td.sc1:before
{
	background-image: url("../images/bg-score-3.png");
}

.table-score .item td.nmx:before,
.table-score .item td.total:before
{
	background-image: url("../images/bg-score-4.png");
}

.sub-cates
{
	border-top: 1px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	margin-left: -15px;
	margin-right: -15px;
}

.sub-cates .btn-group
{
	z-index: 9999;
}

.sub-cates .btn-group a
{
	border-left: 1px solid #e5e5e5;
}

.sub-cates .btn-group:last-child a
{
	border-right: 1px solid #e5e5e5;
}

.sub-cates .dropdown > a
{
	position: relative;
	width: 100%;
	padding: 5px 20px;
}

.sub-cates .dropdown > a span.icon
{
	position: absolute;
	right: 20px;
	top: 50%;
	height: 20px;
	margin-top: -10px;
	font-size: 1.25em;
	font-weight: bold;
}

.sub-cates .dropdown > a span.curr,
.sub-cates .dropdown > a span.tl
{
	line-height: 30px;
	display: block;
}

.sub-cates .dropdown > a span.tl
{
	color: #666;
}

.sub-cates .dropdown > a span.curr
{
	color:#333;
	font-size: 1.25em;
	font-weight: bold;
}

.sub-cates .dropdown .dropdown-toggle::after
{
	display: none;
	visibility: hidden;
}

.sub-cates .dropdown .dropdown-menu
{
	width: 100%;
	border-radius: 0;
}


.sc-title
{
	font-size: 3em;
	font-weight: bold;
	line-height: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.score-list .titem th,
.score-list .titem td
{
	border-bottom: 2px solid #303030;
}


/*
.table-score .item td.st:after,
.table-score .item td.no:after,
.table-score .item td.nm:after,
.table-score .item td.total:after
{
	position: absolute;
	width: 10px;
	height: 100%;
	z-index: 100;
	background-color: #F00;
	right: -1px;
	top: 0;
	content: "";
}*/

@media screen and (max-width:1200px) {
	.sc-title {
		font-size: 2em;
		line-height: 30px;
	}
	.table-score .item td.total
	{
		padding-left:10px;
		padding-right:10px;
	}
}

@media screen and (max-width:991px) {
	.sc-title {
		font-size: 1.5em;
		line-height: 24px;
	}

	.sub-cates .btn-group a
	{
		font-size:12px;
	}

	.sub-cates .dropdown > a span.curr, .sub-cates .dropdown > a span.tl
	{
		line-height:20px;
	}
}

@media screen and (max-width:576px) {
	.sub-cates .d-flex
	{
		display:block !important;
	}

		.sub-cates .d-flex .btn-group
		{
			border:1px solid #f0f0f0;
			margin:3px 0;
		}

	.table-score .item td.chg {
		font-size: 10px !important;
	}

}

