@charset "UTF-8";
.echarts {
	width: 600px;
	height: 400px
}

body,
html {
	background-color: #f3f4f7
}

.ui.score-content {
	background-color: transparent;
	box-shadow: none;
	margin: 0;
	padding: 0;
	width: 890px;
	border: 0;
	min-height: 500px
}

.ui.score-content>.rail.left {
	margin: 0 10px 0 0;
	padding: 0;
	width: 72px
}

.ui.score-content>.rail.right {
	margin: 0 0 0 10px;
	padding: 0;
	width: 290px
}

.ui.score-content>.rail.right .right-box {
	clear: both;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background-color: #fff;
	border-radius: 4px
}

.ui.score-content>.rail.right .right-box:after,
.ui.score-content>.rail.right .right-box:before {
	content: "";
	display: table
}

.ui.score-content>.rail.right .right-box>.top {
	clear: both;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	line-height: 35px;
	border-bottom: 1px solid #edeef0;
	position: relative;
	color: #333;
	font-size: 14px
}

.ui.score-content>.rail.right .right-box>.top:after,
.ui.score-content>.rail.right .right-box>.top:before {
	content: "";
	display: table
}

.ui.score-content>.rail.right .right-box>.top:before {
	content: "";
	position: absolute;
	background-color: #fa0;
	width: 4px;
	height: 16px;
	top: 50%;
	left: 0;
	margin-top: -9px
}

.ui.score-content>.rail.right .right-box.new-news .center {
	display: block;
	padding: 0 15px 20px
}

.ui.score-content>.rail.right .right-box.new-news .center>.ele {
	clear: both;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 10px 0 5px;
	cursor: pointer
}

.ui.score-content>.rail.right .right-box.new-news .center>.ele:after,
.ui.score-content>.rail.right .right-box.new-news .center>.ele:before {
	content: "";
	display: table
}

.ui.score-content>.rail.right .right-box.new-news .center>.ele>.top {
	font-size: 14px;
	color: #999
}

.ui.score-content>.rail.right .right-box.new-news .center>.ele>.top .ico {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	margin: 0 5px 0 0
}

.ui.score-content>.rail.right .right-box.new-news .center>.ele .text {
	clear: both;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	font-size: 14px;
	color: #333;
	line-height: 20px
}

.ui.score-content>.rail.right .right-box.new-news .center>.ele .text:after,
.ui.score-content>.rail.right .right-box.new-news .center>.ele .text:before {
	content: "";
	display: table
}

.ui.score-content>.rail.right .right-box.new-news .center>.ele:hover .text {
	color: #fa0
}

.ui.score-content>.rail.right .right-box.new-video .center {
	display: block;
	padding: 0 15px
}

.ui.score-content>.rail.right .right-box.new-video .center .ele {
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	color: #333;
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid #f0f0f0;
	min-height: 68px;
	cursor: pointer
}

.ui.score-content>.rail.right .right-box.new-video .center .ele .img-box {
	position: relative;
	width: 120px
}

.ui.score-content>.rail.right .right-box.new-video .center .ele .img-box img {
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	border: 0;
	float: left;
	width: 100%;
	margin: 0;
	border-radius: 4px
}

.ui.score-content>.rail.right .right-box.new-video .center .ele .img-box .ui.button {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0
}

.ui.score-content>.rail.right .right-box.new-video .center .ele .right {
	flex: 1;
	font-size: 14px;
	position: relative;
	padding: 0 0 14px;
	margin-left: 8px
}

.ui.score-content>.rail.right .right-box.new-video .center .ele .right>.text {
	clear: both;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	overflow: hidden;
	max-height: 45px
}

.ui.score-content>.rail.right .right-box.new-video .center .ele .right>.text:after,
.ui.score-content>.rail.right .right-box.new-video .center .ele .right>.text:before {
	content: "";
	display: table
}

.ui.score-content>.rail.right .right-box.new-video .center .ele .right .bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 14px;
	height: 14px;
	font-size: 14px;
	color: #999
}

.ui.score-content>.rail.right .right-box.new-video .center .ele .right .bottom .ico {
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px
}

.ui.score-content>.rail.right .right-box.new-video .center .ele:last-child {
	border-bottom: none
}

.ui.score-content>.rail.right .right-box.new-video .center .ele.active,
.ui.score-content>.rail.right .right-box.new-video .center .ele:hover {
	color: #fa0
}

.ui.score-content>.rail.right .right-box.new-video .center .ele.active .img-box img,
.ui.score-content>.rail.right .right-box.new-video .center .ele:hover .img-box img {
	box-shadow: 0 0 0 2px #fa0
}

.ui.score-content .data-box {
	clear: both;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	margin: 0
}

.ui.score-content .data-box:after,
.ui.score-content .data-box:before {
	content: "";
	display: table
}

.ui.score-content .data-box .sticky-box {
	clear: both;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.ui.score-content .data-box .sticky-box:after,
.ui.score-content .data-box .sticky-box:before {
	content: "";
	display: table
}

.ui.score-content .data-box .sticky-box .sticky {
	/* padding-top: 15px; */
	z-index: 2
}

.ui.score-content .data-box .sticky-box .sticky .recent-events {
	clear: both;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background-color: #fff;
	border-radius: 5px
}

.ui.score-content .data-box .sticky-box .sticky .recent-events:after,
.ui.score-content .data-box .sticky-box .sticky .recent-events:before {
	content: "";
	display: table
}

.ui.score-content .data-box .sticky-box .sticky .recent-events .title {
	clear: both;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	line-height: 35px;
	border-bottom: 1px solid #edeef0;
	position: relative;
	color: #333;
	font-size: 14px
}

.ui.score-content .data-box .sticky-box .sticky .recent-events .title:after,
.ui.score-content .data-box .sticky-box .sticky .recent-events .title:before {
	content: "";
	display: table
}

.ui.score-content .data-box .sticky-box .sticky .recent-events .title:before {
	content: "";
	position: absolute;
	background-color: #fa0;
	width: 4px;
	height: 16px;
	top: 50%;
	left: 0;
	margin-top: -9px
}

.ui.score-content .data-box .sticky-box .sticky .recent-events .title .link {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	background-color: #fff;
	box-shadow: 0 0 3px rgba(27, 30, 32, .2);
	float: right;
	color: #666;
	font-size: 12px;
	line-height: 14px;
	border-radius: 7px;
	margin: 11px 10px 0 0;
	padding: 0 5px;
	cursor: pointer
}

.ui.score-content .data-box .sticky-box .sticky .recent-events .title .link:hover {
	box-shadow: 0 0 3px rgba(27, 30, 32, .5)
}

.ui.score-content .data-box .sticky-box .sticky .recent-events .list {
	padding: 20px 25px;
	min-height: 140px;
	display: block;
	font-size: 0
}

.ui.score-content .data-box .sticky-box .sticky .recent-events .list .link {
	clear: both;
	vertical-align: top;
	width: 100%;
	position: relative;
	cursor: pointer;
	display: inline-block;
	width: 200px;
	text-align: left;
	margin: 0 5px
}

.ui.score-content .data-box .sticky-box .sticky .recent-events .list .link:after,
.ui.score-content .data-box .sticky-box .sticky .recent-events .list .link:before {
	content: "";
	display: table
}

.ui.score-content .data-box .sticky-box .sticky .recent-events .list .link:before {
	background: url(/style/images/match-tag-bece5d31b638601977da3d398129c0ce.png) no-repeat 0 1px;
	background-size: 52px auto;
	content: "未开赛";
	color: #fff;
	text-align: center;
	width: 52px;
	height: 22px;
	line-height: 17px;
	font-size: 12px;
	display: block;
	position: absolute;
	top: -4px;
	right: 4px;
	z-index: 2
}

.ui.score-content .data-box .sticky-box .sticky .recent-events .list .link .child,
.ui.score-content .data-box .sticky-box .sticky .recent-events .list .link:before {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d
}

.ui.score-content .data-box .sticky-box .sticky .recent-events .list .link .child {
	clear: both;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background: no-repeat 50% #fff;
	height: 100px;
	border-radius: 4px;
	position: relative;
	overflow: hidden
}

.ui.score-content .data-box .sticky-box .sticky .recent-events .list .link .child:after,
.ui.score-content .data-box .sticky-box .sticky .recent-events .list .link .child:before {
	content: "";
	display: table
}

.ui.score-content .data-box .sticky-box .sticky .recent-events .list .link .child:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	content: "";
	position: absolute;
	left: -200%;
	top: 90%;
	width: 100px;
	height: 400%;
	background-color: hsla(0, 0%, 100%, .15)
}

.ui.score-content .data-box .sticky-box .sticky .recent-events .list .link .child .tag {
	position: absolute;
	width: 50px;
	top: 0;
	right: 10px
}

.ui.score-content .data-box .sticky-box .sticky .recent-events .list .link .child .star {
	position: absolute;
	left: 4px;
	top: 4px;
	white-space: nowrap
}

.ui.score-content .data-box .sticky-box .sticky .recent-events .list .link .child .star .iconfont {
	text-shadow: 0 -1px 1px #000, 0 1px 1px #000;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	font-size: 14px;
	color: #fa0
}

.ui.score-content .data-box .sticky-box .sticky .recent-events .list .link .child .text {
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 20px;
	color: #fff;
	padding: 3px 10px
}

.ui.score-content .data-box .sticky-box .sticky .recent-events .list .link .child .text .ico {
	background-repeat: no-repeat;
	background-position: 50%;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	margin-right: 6px
}

.ui.score-content .data-box .sticky-box .sticky .recent-events .list .link .child .text .tip {
	vertical-align: middle;
	font-size: 12px
}

.ui.score-content .data-box .sticky-box .sticky .recent-events .list .link:hover .child,
.ui.score-content .data-box .sticky-box .sticky .recent-events .list .link:hover:before {
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-o-transform: translateY(-2px)
}

.ui.score-content .data-box .sticky-box .sticky .recent-events .list .link:hover .child {
	box-shadow: 0 4px 10px rgba(0, 0, 0, .5)
}

.ui.score-content .data-box .sticky-box .sticky .recent-events .list .link:hover .child:after {
	left: 200%;
	top: -210%
}

.ui.score-content .data-box .sticky-box .sticky .recent-events .list .link.live:before {
	background-position: 0 -22px;
	content: "进行中"
}

.ui.score-content .data-box .sticky-box .sticky .recent-events .list .link.finish:before {
	background-position: 0 -44px;
	content: "已结束"
}

.ui.score-content .data-box .sticky-box .sticky .recent-events .list .link .child .text .tip {
	text-overflow: ellipsis;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	width: 160px
}

.ui.score-content .data-box .sticky-box .sticky .recent-events .empty-box {
	top: -17px
}

.ui.score-content .data-box .sticky-box .sticky .screen-box {
	clear: both;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background-color: #e9ebf2;
	border-radius: 4px 4px 0 0;
	height: 61px
}

.ui.score-content .data-box .sticky-box .sticky .screen-box:after,
.ui.score-content .data-box .sticky-box .sticky .screen-box:before {
	content: "";
	display: table
}

.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time {
	border-radius: 4px 0 0 0;
	background-color: #fff;
	position: relative;
	font-size: 0;
	padding: 8px 30px;
	float: left;
	width: 665px
}

.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time .container {
	clear: both;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 44px;
	border-radius: 4px
}

.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time .container:after,
.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time .container:before {
	content: "";
	display: table
}

.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time .container .link {
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	display: inline-block;
	vertical-align: top;
	width: 14.28571%;
	position: relative;
	text-align: center;
	color: #999;
	height: 100%;
	font-size: 14px;
	cursor: pointer;
	line-height: 17px;
	border: 1px solid #f0f0f0;
	border-right-width: 0
}

.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time .container .link .text,
.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time .container .link .time {
	clear: both;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	position: relative
}

.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time .container .link .text:after,
.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time .container .link .text:before,
.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time .container .link .time:after,
.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time .container .link .time:before {
	content: "";
	display: table
}

.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time .container .link .text {
	font-size: 12px;
	padding: 6px 0 0
}

.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time .container .link .empty-text {
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	background-color: #f3f4f7;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	overflow: hidden
}

.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time .container .link .empty-text:after,
.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time .container .link .empty-text:before {
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	position: absolute;
	width: 100%;
	opacity: 1;
	white-space: nowrap
}

.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time .container .link .empty-text:before {
	content: "当日";
	top: 5px;
	left: 15px
}

.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time .container .link .empty-text:after {
	content: "无比赛";
	bottom: 2px;
	right: 15px
}

.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time .container .link:first-child {
	border-radius: 4px 0 0 4px
}

.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time .container .link:last-child {
	border-right-width: 1px;
	border-radius: 0 4px 4px 0
}

.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time .container .link.is-today {
	color: #fa0
}

.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time .container .link.is-today:hover .time {
	font-weight: 700
}

.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time .container .link:hover {
	color: #fa0
}

.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time .container .link.active {
	color: #fff;
	font-weight: 700;
	background: #fa0;
	border-color: #fa0
}

.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time .container .link.empty {
	color: #999;
	background-color: #f3f4f7;
	border-color: #f0f0f0;
	cursor: no-drop
}

.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time .container .link.empty:hover .empty-text,
.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time .container .link.empty:hover .empty-text:after,
.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time .container .link.empty:hover .empty-text:before {
	opacity: 1
}

.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time .container .link.empty:hover .empty-text:before {
	left: 0
}

.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time .container .link.empty:hover .empty-text:after {
	right: 0
}

.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time .icon-arrows-next,
.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time .icon-arrows-prev {
	z-index: 2;
	position: absolute;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	line-height: 44px;
	font-weight: 700;
	font-size: 16px;
	color: #fa0;
	cursor: pointer;
	width: 30px;
	top: 8px
}

.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time .icon-arrows-next.icon-arrows-prev,
.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time .icon-arrows-prev.icon-arrows-prev {
	left: 0
}

.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time .icon-arrows-next.icon-arrows-next,
.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time .icon-arrows-prev.icon-arrows-next {
	right: 0
}

.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time .icon-arrows-next.swiper-button-disabled,
.ui.score-content .data-box .sticky-box .sticky .screen-box #screen-time .icon-arrows-prev.swiper-button-disabled {
	color: #e6e5e5
}

.ui.score-content .data-box .sticky-box .sticky .screen-box #button-calendar .popup {
	-moz-box-shadow: 0 0 10px 0 rgba(34, 36, 38, .15);
	-webkit-box-shadow: 0 0 10px 0 rgba(34, 36, 38, .15);
	box-shadow: 0 0 10px 0 rgba(34, 36, 38, .15);
	margin-top: 20px
}

.ui.score-content .data-box .sticky-box .sticky .screen-box #button-calendar .popup:before {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.ui.score-content .data-box .sticky-box .sticky .screen-box #button-calendar .popup .table {
	border: 0
}

.ui.score-content .data-box .sticky-box .sticky .screen-box #button-calendar .popup .table tr:nth-child(2) th {
	color: #999
}

.ui.score-content .data-box .sticky-box .sticky .screen-box #button-calendar .popup .table tr td {
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	padding: 0;
	border-radius: 4px;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	border: 0
}

.ui.score-content .data-box .sticky-box .sticky .screen-box #button-calendar .popup .table tr td.focus,
.ui.score-content .data-box .sticky-box .sticky .screen-box #button-calendar .popup .table tr td.today,
.ui.score-content .data-box .sticky-box .sticky .screen-box #button-calendar .popup .table tr td:hover {
	background-color: #f7f7f7
}

.ui.score-content .data-box .sticky-box .sticky .screen-box #button-calendar .popup .table tr td.active {
	background-color: #fa0;
	color: #fff
}

.ui.score-content .data-box .sticky-box .sticky .screen-box .ui.button {
	padding: 0;
	margin: 10px 6px 0 0;color: rgba(0, 0, 0, .87);
}
.ui.score-content .data-box .sticky-box .sticky .screen-box .ui.button  a{
color: rgba(0, 0, 0, .87); display: block; overflow: hidden;padding: 1em 1em;
}
.ui.score-content .data-box .sticky-box .sticky .screen-box .ui.button i{
    margin-right: 2px;

}


.ui.score-content .data-box .sticky-box .sticky .screen-box .ui.button .iconfont {
	font-size: 16px;
	color: #fa0
}

.ui.score-content .data-box .sticky-box .sticky .screen-box .ui.button:active .iconfont {
	color: #fff
}

.ui.score-content .data-box .sticky-box .sticky.fixed .recent-events,
.ui.score-content .data-box .sticky-box .sticky.fixed .screen-box {
	box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.ui.score-content .data-box .score-match-box {
	border-radius: 0 0 4px 4px;
	background-color: #fff;
	display: block;
	padding: 0 20px
}

.ui.score-content .data-box .score-match-box .score-match {
	clear: both;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	position: relative;
	min-height: 500px
}

.ui.score-content .data-box .score-match-box .score-match:after,
.ui.score-content .data-box .score-match-box .score-match:before {
	content: "";
	display: table
}

.ui.score-content .data-box .score-match-box .score-match>.dimmer {
	z-index: 1
}

.ui.score-content .data-box .score-match-box .score-match>.dimmer .loader {
	top: 250px
}

.ui.score-content .data-box .score-match-box .score-match .child {
	clear: both;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-bottom: 15px
}

.ui.score-content .data-box .score-match-box .score-match .child:after,
.ui.score-content .data-box .score-match-box .score-match .child:before {
	content: "";
	display: table
}

.ui.score-content .data-box .score-match-box .score-match .child .time-box {
	clear: both;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 20px;
	visibility: hidden
}

.ui.score-content .data-box .score-match-box .score-match .child .time-box:after,
.ui.score-content .data-box .score-match-box .score-match .child .time-box:before {
	content: "";
	display: table
}

.ui.score-content .data-box .score-match-box .score-match .child .time-box .text {
	background-color: #005fa2;
	vertical-align: top;
	display: inline-block;
	border-radius: 15px;
	line-height: 24px;
	font-weight: 700;
	padding: 3px 15px;
	font-size: 14px;
	height: 30px;
	color: #fff;
}

.ui.score-content .data-box .score-match-box .score-match .child .time-box.on .text {
	background-color: #fff2d9;
	color: #fa0
}

.ui.score-content .data-box .score-match-box .score-match .child .time-box.show {
	/* visibility: initial */
	visibility: visible;
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs {
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	border: 1px solid #f3f4f7;
	border-left-width: 5px;
	border-radius: 4px;
	visibility: hidden;
	display: block;
	font-size: 0
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs .away .ico,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs .home .ico {
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	background: #fff no-repeat 50%;
	box-shadow: 0 0 10px rgba(51, 51, 51, .06);
	vertical-align: middle;
	display: inline-block;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
	width: 40px;
	height: 40px
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs .away .ico:after,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs .home .ico:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	content: "";
	position: absolute;
	left: -200%;
	top: 90%;
	width: 100px;
	height: 400%;
	background-color: hsla(0, 0%, 100%, .15)
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs .away .ico:hover,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs .home .ico:hover {
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, .5)
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs .away .ico:hover:after,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs .home .ico:hover:after {
	left: 200%;
	top: -210%
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs .away .ico:hover,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs .home .ico:hover {
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2)
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs .away .name,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs .home .name {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 700;
	color: #333;
	white-space: normal;
	word-break: break-all
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs .away .score,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs .home .score {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	font-weight: 700;
	color: #999
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs .away.on .score,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs .home.on .score {
	color: #333
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link {
	clear: both;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	border-radius: 4px
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link:after,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link:before {
	content: "";
	display: table
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.top {
	display: flex;
	border-bottom: 1px solid #f3f4f7;
	line-height: 30px
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.top .left {
	color: #333;
	width: 245px;
	white-space: nowrap;
	position: relative
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.top .left>.ico {
	background-repeat: no-repeat;
	background-position: 50%;
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.top .left .title {
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 10px
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.top .left .box {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.top .left .ico-tv {
	width: 24px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: -12px;
	margin-top: -9px;
	background: url(/style/images/live-7a19dd7fed30a6bad38b7025442ee7f1.png) no-repeat 50%
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.top .center {
	flex: 1;
	border-right: 1px solid #f3f4f7
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.top .right {
	width: 147px;
	display: flex
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.top .right .item {
	flex: 1;
	color: #999;
	font-size: 12px;
	text-align: center
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.top .right .item.jj:after,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.top .right .item.jy:after {
	content: "";
	height: 2px;
	width: 12px;
	margin-left: 5px;
	vertical-align: middle;
	display: inline-block
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.top .right .item.jy:after {
	background-color: #2d8ced
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.top .right .item.jj:after {
	background-color: #fa0
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.bottom {
	display: flex
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.bottom .left {
	width: 245px;
	display: flex
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.bottom .left .status {
	width: 64px;
	font-size: 14px;
	line-height: 110px;
	text-align: center
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.bottom .left .status .text-box {
	display: inline-block;
	vertical-align: middle;
	line-height: 25px;
	width: 100%
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.bottom .left .status .text-box .text,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.bottom .left .status .text-box .time {
	clear: both;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	line-height: 28px
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.bottom .left .status .text-box .text:after,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.bottom .left .status .text-box .text:before,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.bottom .left .status .text-box .time:after,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.bottom .left .status .text-box .time:before {
	content: "";
	display: table
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.bottom .left .status .text-box .text {
	color: #999
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.bottom .left .status .text-box .time {
	color: #fa0
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.bottom .left .team {
	flex: 1;
	background-color: #fcfcfc;
	border-color: #f3f4f7;
	border-style: solid;
	border-width: 0 1px;
	padding-bottom: 10px
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.bottom .left .team .away,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.bottom .left .team .home {
	display: flex;
	margin: 10px 10px 0;
	line-height: 40px
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.bottom .left .team .away .ico,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.bottom .left .team .home .ico {
	margin-right: 10px
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.bottom .left .team .away .name-box,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.bottom .left .team .home .name-box {
	flex: 1
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.bottom .left .team .away .name-box .name,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.bottom .left .team .home .name-box .name {
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	text-overflow: ellipsis;
	vertical-align: middle;
	display: inline-block;
	white-space: nowrap;
	line-height: 15px;
	overflow: hidden;
	max-width: 90px
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.bottom .left .team .away .score,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.bottom .left .team .home .score {
	width: 35px;
	text-align: center
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link>.bottom .center {
	flex: 1
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link:hover>.bottom .left .team .away .name-box .name,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.details-link:hover>.bottom .left .team .home .name-box .name {
	color: #fa0
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.panel {
	display: none
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.panel>.left {
	width: 130px;
	display: flex
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.panel>.left .ico {
	background-repeat: no-repeat;
	background-position: 50%;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: 23px 5px 0 15px
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.panel>.left .status {
	flex: 1;
	font-size: 14px;
	text-align: center
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.panel>.left .status .box {
	clear: both;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 10px 0 0;
	color: #333
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.panel>.left .status .box:after,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.panel>.left .status .box:before {
	content: "";
	display: table
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.panel>.left .status .time {
	color: #999
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.panel>.center {
	display: flex;
	flex: 1;
	background-color: #fcfcfc;
	border-color: #f3f4f7;
	border-style: solid;
	border-width: 0 1px;
	padding: 10px 0
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.panel>.center .away,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.panel>.center .home {
	flex: 1;
	display: flex;
	line-height: 40px
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.panel>.center .away .name-box,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.panel>.center .home .name-box {
	flex: 1;
	margin: 0 10px
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.panel>.center .away .name-box .name,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.panel>.center .home .name-box .name {
	line-height: 20px
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.panel>.center .away .score,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.panel>.center .home .score {
	width: 35px;
	overflow: hidden;
	height: 40px
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.panel>.center .away.home .name-box,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.panel>.center .away.home .score,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.panel>.center .home.home .name-box,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.panel>.center .home.home .score {
	text-align: right
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.panel>.center .vs {
	width: 25px;
	text-align: center;
	line-height: 40px;
	height: 40px
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.panel>.center .vs:after {
	content: ":";
	font-size: 14px;
	color: #333;
	font-weight: 700;
	vertical-align: middle
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.panel .right {
	width: 347px;
	display: flex;
	padding: 10px 0 0
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.panel .right .title-box {
	flex: 1;
	display: block;
	line-height: 40px;
	margin: 0 10px 0 15px
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.panel .right .title-box .title {
	vertical-align: middle;
	line-height: 20px;
	display: inline-block;
	word-break: break-all;
	font-weight: 700;
	font-size: 14px;
	color: #333
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.panel .right .setting .link {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	line-height: 40px;
	background: #fff2d9;
	border-radius: 4px;
	padding: 0 15px;
	font-size: 14px;
	color: #fa0;
	margin-right: 10px
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.panel .right .setting .on {
background-color: #ff6600;
	color: #fff;
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.panel .right .setting .lan {
background-color:#2693FF ;
	color: #fff;
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.panel .right .setting .link:hover {
	box-shadow: 1px 2px 3px rgba(255, 204, 102, .5)
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.dota2>.details-link>.top .center .data,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.lol>.details-link>.top .center .data {
	width: 130px;
	float: right;
	display: flex;
	text-align: center
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.dota2>.details-link>.top .center .data .text,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.lol>.details-link>.top .center .data .text {
	flex: 1;
	font-size: 12px;
	color: #999
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.dota2>.details-link>.bottom .center,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.lol>.details-link>.bottom .center {
	border-right: 1px solid #f3f4f7;
	flex: 1
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.dota2>.details-link>.bottom .center .away,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.dota2>.details-link>.bottom .center .home,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.lol>.details-link>.bottom .center .away,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.lol>.details-link>.bottom .center .home {
	display: flex
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.dota2>.details-link>.bottom .center .away .players,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.dota2>.details-link>.bottom .center .home .players,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.lol>.details-link>.bottom .center .away .players,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.lol>.details-link>.bottom .center .home .players {
	width: 180px;
	text-align: left;
	margin: 15px 15px 0
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.dota2>.details-link>.bottom .center .away .players .icon,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.dota2>.details-link>.bottom .center .home .players .icon,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.lol>.details-link>.bottom .center .away .players .icon,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.lol>.details-link>.bottom .center .home .players .icon {
	background: no-repeat 50% #f8f8f9;
	border-radius: 50%;
	margin: 0 4px;
	width: 28px;
	height: 28px
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.dota2>.details-link>.bottom .center .away .stats,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.dota2>.details-link>.bottom .center .home .stats,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.lol>.details-link>.bottom .center .away .stats,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.lol>.details-link>.bottom .center .home .stats {
	flex: 1;
	color: #f0f0f0;
	margin: 19px 0 0
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.dota2>.details-link>.bottom .center .away .stats .iconfont,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.dota2>.details-link>.bottom .center .home .stats .iconfont,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.lol>.details-link>.bottom .center .away .stats .iconfont,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.lol>.details-link>.bottom .center .home .stats .iconfont {
	margin: 0 2px;
	font-size: 18px
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.dota2>.details-link>.bottom .center .away .stats .iconfont.on,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.dota2>.details-link>.bottom .center .home .stats .iconfont.on,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.lol>.details-link>.bottom .center .away .stats .iconfont.on,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.lol>.details-link>.bottom .center .home .stats .iconfont.on {
	color: #fa0
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.dota2>.details-link>.bottom .center .away .data,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.dota2>.details-link>.bottom .center .home .data,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.lol>.details-link>.bottom .center .away .data,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.lol>.details-link>.bottom .center .home .data {
	width: 130px;
	display: flex;
	text-align: center;
	font-size: 14px;
	color: #333;
	font-weight: 700;
	margin: 20px 0 0
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.dota2>.details-link>.bottom .center .away .data .text,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.dota2>.details-link>.bottom .center .home .data .text,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.lol>.details-link>.bottom .center .away .data .text,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.lol>.details-link>.bottom .center .home .data .text {
	flex: 1
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.dota2>.details-link>.bottom .right,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.lol>.details-link>.bottom .right {
	background-color: #fcfcfc;
	border-radius: 0 0 4px 0;
	width: 147px
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.dota2>.details-link>.bottom .right .v-chart,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.lol>.details-link>.bottom .right .v-chart {
	clear: both;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 100%
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.dota2>.details-link>.bottom .right .v-chart:after,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.dota2>.details-link>.bottom .right .v-chart:before,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.lol>.details-link>.bottom .right .v-chart:after,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.lol>.details-link>.bottom .right .v-chart:before {
	content: "";
	display: table
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.lol {
	border-left-color: #1da6ba
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.dota2 {
	border-left-color: #db3a20
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.csgo {
	border-left-color: #000
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.csgo>.details-link>.bottom .center .star-vs,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.csgo>.details-link>.top .center .star-vs {
	display: inline-block;
	width: 235px;
	font-size: 0;
	white-space: nowrap
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.csgo>.details-link>.bottom .center .star-vs>span,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.csgo>.details-link>.top .center .star-vs>span {
	display: inline-block;
	vertical-align: top;
	width: 14.28571%;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.csgo>.details-link>.bottom .center .star-vs .on,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.csgo>.details-link>.top .center .star-vs .on {
	color: #fa0
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.csgo>.details-link>.bottom .right,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.csgo>.details-link>.top .right {
	width: 260px
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.csgo>.details-link>.top .center .star-vs {
	margin: 0 10px 0 15px
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.csgo>.details-link>.top .center .star-vs>span {
	color: #999;
	font-size: 12px
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.csgo>.details-link>.bottom .center {
	border-right: 1px solid #f3f4f7
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.csgo>.details-link>.bottom .center .away,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.csgo>.details-link>.bottom .center .home {
	display: flex;
	margin: 20px 0 0
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.csgo>.details-link>.bottom .center .away .star-vs,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.csgo>.details-link>.bottom .center .home .star-vs {
	flex: 1;
	margin: 0 10px 0 15px
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.csgo>.details-link>.bottom .center .away .star-vs>span,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.csgo>.details-link>.bottom .center .home .star-vs>span {
	font-weight: 700;
	color: #333;
	font-size: 14px
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.csgo>.details-link>.bottom .center .away .stats,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.csgo>.details-link>.bottom .center .home .stats {
	width: 75px
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.csgo>.details-link>.bottom .center .away .stats .iconfont,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.csgo>.details-link>.bottom .center .home .stats .iconfont {
	font-size: 18px;
	margin: 0 2px;
	color: #f0f0f0
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.csgo>.details-link>.bottom .center .away .stats .iconfont.on,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.csgo>.details-link>.bottom .center .home .stats .iconfont.on {
	color: #fa0
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.csgo>.details-link>.bottom .right {
	border-radius: 0 0 4px 0;
	background-color: #fcfcfc
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.csgo>.details-link>.bottom .right .child {
	clear: both;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 15px 0 13px
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.csgo>.details-link>.bottom .right .child:after,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.csgo>.details-link>.bottom .right .child:before {
	content: "";
	display: table
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.csgo>.details-link>.bottom .right .child .item {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-left: 12px
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.csgo>.details-link>.bottom .right .child .item .icon {
	background: no-repeat 50%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 36px;
	height: 18px;
	line-height: 18px
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.csgo>.details-link>.bottom .right .child .item .icon img {
	display: inline-block;
	vertical-align: middle;
	border: 0;
	max-width: 80%;
	max-height: 80%
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.csgo>.details-link>.bottom .right .child .item .line {
	background: rgba(0, 0, 0, .2);
	border-radius: 2px;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin-top: 4px;
	height: 3px;
	overflow: hidden
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.csgo>.details-link>.bottom .right .child .item .line span {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.csgo>.details-link>.bottom .right .child .item .line.live-1 span {
	background: #ff5757
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.csgo>.details-link>.bottom .right .child .item .line.live-2 span {
	background: #fa0
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.csgo>.details-link>.bottom .right .child .item .line.live-3 span {
	background: #0c0
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs:hover {
	transform: translateX(2px);
	-webkit-transform: translateX(2px);
	-moz-transform: translateX(2px);
	-o-transform: translateX(2px);
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.no-start {
	border-left: 1px solid #f3f4f7!important
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.no-start>.details-link>.bottom,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.no-start>.details-link>.top {
	display: none
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.no-start>.panel {
	display: flex
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.no-start:hover {
	border-left-color: #f3f4f7;
	box-shadow: 0 0 5px rgba(0, 0, 0, .05)
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.vs>.panel>.center .away .score,
.ui.score-content .data-box .score-match-box .score-match .child .live-vs.vs>.panel>.center .home .score {
	line-height: 1000px
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.vs>.panel>.center .vs:after {
	content: "VS";
	font-weight: 400
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.show {
	/* visibility: initial */
	visibility: visible;
}

.ui.score-content .data-box .score-match-box .score-match .child .live-empty {
	clear: both;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	text-align: center;
	line-height: 60px;
	font-size: 14px;
	color: #333
}

.ui.score-content .data-box .score-match-box .score-match .child .live-empty:after,
.ui.score-content .data-box .score-match-box .score-match .child .live-empty:before {
	content: "";
	display: table
}

#setting-modal {
	width: 450px
}

#setting-modal .close.icon {
	top: 0;
	right: 0;
	color: #333;
	line-height: 46px;
	padding: 0;
	width: 46px;
	text-align: center;
	height: 46px;
	margin: 0
}

#setting-modal .cf-menu {
	clear: both;
	display: inline-block;
	vertical-align: top;
	width: 100%
}

#setting-modal .cf-menu:after,
#setting-modal .cf-menu:before {
	content: "";
	display: table
}

#setting-modal .cf-menu .item.active {
	font-weight: 700
}

#setting-modal .content {
	padding: 10px 20px;
	height: 360px;
	overflow-y: auto;
	overflow-x: hidden
}

#setting-modal .content .checkbox {
	clear: both;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 5px 0
}

#setting-modal .content .checkbox:after,
#setting-modal .content .checkbox:before {
	content: "";
	display: table
}

#setting-modal .content .checkbox:hover {
	color: #fa0
}

#setting-modal .actions {
	border-top: 0
}
.liek{ width: 1190px; display: block; overflow: hidden; margin: 0px auto; margin-top: 15px; margin-bottom: 15px;}

.liek_right{ float: right;width: 200px;}
.liek_right span{display: block; overflow: hidden; line-height: 30px;}

.liek_left{ float: left; width: 970px;}

.liek_left span{display: block; overflow: hidden; line-height: 30px;}
.liek_left a{ line-height: 30px; margin-right: 10px; color: #333;}



.hot{ background: url(../images/hot.png) no-repeat #ffe6e6;}

.hot .panel a.center{ background-color: #ffe6e6 !important;}


@media only screen and (min-width: 320px) and (max-width: 479px){
	
body {
    min-width: auto;
}
	
.content-box {
    width: 100%;
    margin: 0 auto;
    vertical-align: top;
}
.game-skin-header.all .child .logo {
    background: url(/style/images/all-38253dc547dc81983ebf81196aa78eb3.png) no-repeat 100%; display: none;
}	
	
.game-skin-header .child .list{
		padding-left:5px; display: block; overflow: hidden;
}	

.game-skin-header .child .list li {
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}

.header-page .child .logo {
width:17%;
height: auto; 
}
.header-page .child .logo img {
    width: 100%;
}
.header-page .child .header-nav {
    width: 80%;
}

.header-page .child .header-nav li {
    width:20%;
}
.ui.score-content {
    width:100% !important;
}


.ui.score-content .data-box .sticky-box .sticky .screen-box {
    clear: both;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #e9ebf2;
    border-radius: 4px 4px 0 0;
    height: auto; padding-bottom: 5px;padding-top: 10px;
}

.ui.score-content .data-box .sticky-box .sticky .screen-box .ui.button {
    padding: 0em 0em !important;
        padding-right: 0px;
    margin: 0px 0px 5px 0px;
    color: rgba(0, 0, 0, .87);
}

.ui.score-content .data-box .score-match-box {
    padding: 0 5px;
}
.ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel > .left .ico {
     display: none;
}
.ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel .right .setting .link {
    height: 46px;
    line-height: 46px;
    background:none;
    border-radius: 0px;
    padding: 0px;
    font-size: 12px;
    color: #fa0;
    margin-right: 5px; margin-left: 5px;
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.no-start {
    border-left: 0px solid #f3f4f7 !important;border: 0px solid #f3f4f7;border-bottom : 1px solid #f3f4f7;
}
.ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel .right {
    width: auto;
    min-width: 60px;
    
    display: flex;
    padding: 10px 0 0;
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel .right .title-box {
    flex: 1;
    display: block;
    line-height: 25px;
    margin: 0px; position: absolute; left:50% ; top: 0px; width: 200px; margin-left: -100px; text-align: center;
    
}
.ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel .right .title-box .title {
    vertical-align: middle;
    line-height: 20px;
    display: inline-block;
    word-break: break-all;
    font-weight: 400;
    font-size: 12px;
    color: 
    #333;
}
.ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel .right .setting .lan {
 position: absolute; top: 30px; color: #2693FF; font-size: 11px;font-weight:normal;
}
.ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel > .center {
    display: flex;
    flex: 1;
    background-color: 
#fcfcfc;
border-color:
    #f3f4f7;
    border-style: solid;
    border-width: 0 1px;
    padding: 10px 0; padding-top: 25px;
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel > .center .away .score, .ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel > .center .home .score {
    min-width:20px;width: auto;
    overflow: hidden;
    height: 40px;
}
.ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel > .center .vs {
    width: 10px;
    text-align: center;
    line-height: 40px;
    height: 40px;
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel > .left {
    width: auto;
    display: flex;
}
.ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel > .left .status .box {
    clear: both;
    display: inline-block;
    vertical-align: top;
    width:100%;
    margin: 0;
    color: #333; padding-top: 7px;
}
.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.panel .right .setting .link:hover {
	box-shadow:none;
}


.ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel > .center .away .name-box, .ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel > .center .home .name-box {
    flex: 1; text-align: center;
    margin: 0 0px; 
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel > .center .away.home .name-box, .ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel > .center .away.home .score, .ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel > .center .home.home .name-box, .ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel > .center .home.home .score {
    text-align: center; padding-right: 0px;
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs .away .name, .ui.score-content .data-box .score-match-box .score-match .child .live-vs .home .name {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight:400;
    color: #333;
    white-space: normal;
    word-break: break-all;
}
.ui.score-content .data-box .score-match-box .score-match .child .live-vs .away .score, .ui.score-content .data-box .score-match-box .score-match .child .live-vs .home .score {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    color: #999;
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel > .left .status .box::after, .ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel > .left .status .box::before {
    content: "";
    display: table;
}
.ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel > .left .status {
    flex: 1;
    font-size: 14px;
    text-align: center; width: 60px; font-size: 0.8rem !important;
}

.footer .footer-bottom .brand img {
    width: 80px;
}
i.icon {
    display: none;
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel .right .setting .on {
color:#ff0000;
}
.m-t-15 {
    margin-top: 0px;
}

.ui.score-content .data-box .score-match-box .score-match .child .time-box {

    margin-top: 10px; margin-bottom: 10px;
}

.liek{ width:100%; display: block; overflow: hidden; margin: 0px;}

.liek_right{ float: right;width: 200px; display: none;}
.liek_right span{display: block; overflow: hidden; line-height: 30px;}

.liek_left{ float: left; width: 100%;}

.liek_left span{display: block; overflow: hidden; line-height: 30px;}
.liek_left a{ line-height: 30px; margin-right: 10px; color: #333;}
.hot{ background: url(../images/hot.png) no-repeat #ffe6e6; background-size:20px  20px;}




}

@media only screen and (min-width: 480px) and (max-width: 640px){
	
	
body {
    min-width: auto;
}
	
.content-box {
    width: 100%;
    margin: 0 auto;
    vertical-align: top;
}
.game-skin-header.all .child .logo {
    background: url(/style/images/all-38253dc547dc81983ebf81196aa78eb3.png) no-repeat 100%; display: none;
}	
	
.game-skin-header .child .list{
		padding-left:5px; display: block; overflow: hidden;
}	

.game-skin-header .child .list li {
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}

.header-page .child .logo {
width:20%;
height: auto; margin-left: 2%;
}
.header-page .child .logo img {
    width: 100%;
}
.header-page .child .header-nav {
    width: 76%;margin-left:1%;
}

.header-page .child .header-nav li {
    width: 30%;
}
.ui.score-content {
    width:100% !important;
}


.ui.score-content .data-box .sticky-box .sticky .screen-box {
    clear: both;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #e9ebf2;
    border-radius: 4px 4px 0 0;
    height: auto; padding-bottom: 5px;padding-top: 10px;
}

.ui.score-content .data-box .sticky-box .sticky .screen-box .ui.button {
    padding: 0em 0em !important;
        padding-right: 0px;
    margin: 0px 0px 5px 0px;
    color: rgba(0, 0, 0, .87);
}

.ui.score-content .data-box .score-match-box {
    padding: 0 5px;
}
.ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel > .left .ico {
     display: none;
}
.ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel .right .setting .link {
    height: 40px;
    line-height: 40px;
    background:none;
    border-radius: 0px;
    padding: 0px;
    font-size: 12px;
    color: #fa0;
    margin-right: 5px; margin-left: 5px;
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs.no-start {
    border-left: 0px solid #f3f4f7 !important;border: 0px solid #f3f4f7;border-bottom : 1px solid #f3f4f7;
}
.ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel .right {
    width: auto;
    display: flex;
    padding: 10px 0 0;
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel .right .title-box {
    flex: 1;
    display: none;
    line-height: 40px;
    margin: 0 10px 0 15px;
}
.ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel > .center .away .score, .ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel > .center .home .score {
    min-width:20px;width: auto;
    overflow: hidden;
    height: 40px;
}
.ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel > .center .vs {
    width: 10px;
    text-align: center;
    line-height: 40px;
    height: 40px;
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel > .left {
    width: auto;
    display: flex;
}
.ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel > .left .status .box {
    clear: both;
    display: inline-block;
    vertical-align: top;
    width:100%;
    margin: 0;
    color: #333; padding-top: 7px;
}
.ui.score-content .data-box .score-match-box .score-match .child .live-vs>.panel .right .setting .link:hover {
	box-shadow:none;
}


.ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel > .center .away .name-box, .ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel > .center .home .name-box {
    flex: 1; text-align: center;
    margin: 0 0px; 
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel > .center .away.home .name-box, .ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel > .center .away.home .score, .ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel > .center .home.home .name-box, .ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel > .center .home.home .score {
    text-align: right; padding-right: 0px;
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs .away .name, .ui.score-content .data-box .score-match-box .score-match .child .live-vs .home .name {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight:400;
    color: #333;
    white-space: normal;
    word-break: break-all;
}
.ui.score-content .data-box .score-match-box .score-match .child .live-vs .away .score, .ui.score-content .data-box .score-match-box .score-match .child .live-vs .home .score {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 700;
    color: #999;
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel > .left .status .box::after, .ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel > .left .status .box::before {
    content: "";
    display: table;
}
.ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel > .left .status {
    flex: 1;
    font-size: 14px;
    text-align: center; width: 60px; font-size: 0.8rem !important;
}

.footer .footer-bottom .brand img {
    width: 80px;
}
i.icon {
    display: none;
}

.ui.score-content .data-box .score-match-box .score-match .child .live-vs > .panel .right .setting .on {
color:#ff0000;
}
.m-t-15 {
    margin-top: 0px;
}

.ui.score-content .data-box .score-match-box .score-match .child .time-box {

    margin-top: 10px; margin-bottom: 10px;
}
	
.liek{ width:100%; display: block; overflow: hidden; margin: 0px;}

.liek_right{ float: right;width: 200px; display: none;}
.liek_right span{display: block; overflow: hidden; line-height: 30px;}

.liek_left{ float: left; width: 100%;}

.liek_left span{display: block; overflow: hidden; line-height: 30px;}
.liek_left a{ line-height: 30px; margin-right: 10px; color: #333;}
.hot{  background: url(../images/hot.png) no-repeat #ffe6e6;  background-size:25px  25px;}	
}




