<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
article{
	clear:both;
	width:1060px;
	margin:0px auto;
	display:inline-block;
}
.league {
	width:1060px;
	margin:0px auto;
}
section {
	margin:0px auto;
	padding:0px;
}
.container{
	width:100%;
	margin:0px auto;
	margin-top:40px;
	display:block;
}
.container_2{
	width:1060px;
	margin:0px auto;
	display:block;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:#ccc;
	margin-top:20px;
	margin-bottom:15px;
	padding:0px 0px 10px 0px;
}


/* Moema */
.button--moema {
	cursor:pointer;
	display:inline-block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a8a8a8+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(168,168,168,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(168,168,168,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(168,168,168,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a8a8a8',GradientType=0 ); /* IE6-9 */
	color:#000;
	font-size:12px;
	font-weight:700;
	text-align:center;
	vertical-align:middle;
	border:1px solid #666;
	height:30px;
	line-height: 30px;
	box-shadow: 1px 1px 1px #000;
}
.button--moema2 {
	display:inline-block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a8a8a8+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(168,168,168,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(168,168,168,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(168,168,168,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a8a8a8',GradientType=0 ); /* IE6-9 */
	color:#000;
	font-size:12px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #666;
	font-weight:700;
	height:30px;
	line-height: 30px;
	box-shadow: 1px 1px 1px #000;
}
/*
.button--moema {
	cursor:pointer;
	float: left;
	display: block;
	padding: 0.7em;
	font-size:12px;
	font-family: 'Roboto', sans-serif;
	background: #f2f2f2;
	color: #666;
	margin:3px;
	font-weight:700;
	text-align:center;
	vertical-align: middle;
	border:1px solid #d0d0d0;
}
*/
.button--moema:hover {
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	border:1px solid #6b84cb;
	color:#3963b0;
	background: #ffffff; 


}


.article_league input[type=checkbox]:checked + label {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a7c2ef+3,568df1+4,4370c3+81 */
background: #a7c2ef; /* Old browsers */
background: -moz-linear-gradient(top,  #a7c2ef 2%, #568df1 2%, #4370c3 81%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #a7c2ef 2%,#568df1 2%,#4370c3 81%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #a7c2ef 2%,#568df1 2%,#4370c3 81%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7c2ef', endColorstr='#4370c3',GradientType=0 ); /* IE6-9 */

	border:1px solid #6b84cb;
	color: #fff;
	-webkit-animation: anim-moema-1 0.2s;
	animation: anim-moema-1 0.2s;
} 



@-webkit-keyframes anim-moema-1 {
	50% {
		-webkit-transform: scale3d(0.9, 0.9, 1);
		transform: scale3d(0.9, 0.9, 1);
	}
	85% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-1 {
	50% {
		-webkit-transform: scale3d(0.9, 0.9, 1);
		transform: scale3d(0.9, 0.9, 1);
	}
	85% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.win_icon {
	color:rgba(255, 255, 255, 1); border:1px solid rgba(255, 255, 255, 0.5); border-radius:2px; font-size:11px; font-weight:bold; padding:2px 3px 4px 3px; margin-left:10px; width:12px; height:12px; display:inline-block; text-align:center;
}
.tie_icon {
	color:rgba(255, 255, 255, 1); border:1px solid rgba(255, 255, 255, 0.5); border-radius:2px; font-size:11px; font-weight:bold; padding:3px 3px 3px 3px; margin-left:10px; width:12px; height:12px; display:inline-block; text-align:center;
}
.lose_icon {
	color:rgba(255, 255, 255, 1); border:1px solid rgba(255, 255, 255, 0.5); border-radius:2px; font-size:11px; font-weight:bold; padding:3px 3px 3px 3px; margin-left:10px; width:12px; height:12px; display:inline-block; text-align:center;
}


.spo_more_btn {
	background:#e7e7e7; 
	border:1px solid #bbbbbb;
}


@-moz-keyframes effect1 {
	from{ transform: translateY(15px); opacity:0; }
	to{ transform: translateY(0px); opacity:1; }
}
@-webkit-keyframes effect1 {
	from{ -webkit-transform: translateY(15px); opacity:0; }
	to{ -webkit-transform: translateY(0px); opacity:1; }
}
.onCF li ul{
	display:block;
	-moz-animation: effect1 0.3s alternate 1;
	-webkit-animation: effect1 0.3s alternate 1;
}
ul.info{
  padding: 0;
  margin: 0 0 20px 0;
}
ul.info li{
  display: inline-block;
  border: solid 1px #FFF;
  border-radius: 5px;
  padding: 0 5px;
}
.total-img {
    background: url('/front_end/images/sports/total.png');
	background-repeat:no-repeat;
	background-position:center;
	background-color:#e7e7e7;
}
.total-img:hover {
    background: url('/front_end/images/sports/total_on.png');
	background-repeat:no-repeat;
	background-position:center;
}
/* ?��?攤�? ?侃�肥牟�? ?怱?復 css */
input[type=range].score {
    /*removes default webkit styles*/
    -webkit-appearance: none;
    /*fix for FF unable to apply focus style bug */
    /*required for proper track sizing in FF*/
    width: 170px;
	outline: none;
	background: none;
}
input[type=range].score::-webkit-slider-runnable-track {
    width: 170px;
    height: 5px;
    background: #ddd;
    border-radius: 0px;
	margin-top:-3px;
}
input[type=range].score::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 1px solid #bbbbbb;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    margin-top: -5px;
	cursor:pointer;
}
input[type=range].score:focus {
    outline: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #3963b0;
}
input[type=range].score::-moz-range-track {
    width: 133px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 0px;
}
input[type=range].score:focus::-moz-range-track {
    background: #3963b0;
}
input[type=range].score::-moz-range-thumb {
    border: 1px solid #bbbbbb;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	cursor:pointer;
}
/*hide the outline behind the border*/
input[type=range].score:-moz-focusring{
   outline: none;
}
input[type=range].score::-ms-track {
    width: 133px;
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;
    /*remove default tick marks*/
    color: transparent;
}
input[type=range].score::-ms-fill-lower {
    background: #777;
    border-radius: 0px;
}
input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 0px;
}
input[type=range].score::-ms-thumb {
    border: 1px solid #bbbbbb;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	cursor:pointer;
}
input[type=range].score:focus::-ms-fill-lower {
    background: #888;
}
input[type=range].score:focus::-ms-fill-upper {
    background: #ccc;
}
.range_ms {
	-ms-transform: translate(0px,-18px);
}
.btn_basic {
	display:inline-block;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefe+3,f9f9f9+4,efefef+81 */
background: #fefefe; /* Old browsers */
background: -moz-linear-gradient(top,  #fefefe 3%, #f9f9f9 4%, #efefef 81%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fefefe 3%,#f9f9f9 4%,#efefef 81%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fefefe 3%,#f9f9f9 4%,#efefef 81%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */


	color:#666;
	font-size:12px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ccc;
	height:30px;
	line-height: 30px;
	box-shadow: 1px 1px 1px #ffffff;
}
.btn_basic_sm {
	width:40px;
	cursor:pointer;
	color:#ff6600;

}
.btn_basic_ma {
	width:70px;
	font-size:11px;
	color:#666;
	border-color:#ccc;

}
.team_text {
	margin-left:20px; 
	width:200px; 
	height:30px; 
	overflow: hidden; 
	text-align:left;
}
.younjang_1 {
	border:1px solid #7ea0df;
	color:#7ea0df; 
	border-radius:2px; 
	padding:3px; 
	font-size:11px; 
	font-family:?暑???; 
	margin-right:10px;
	float:right;
	height:14px;
	vertical-align:text-top;
	line-height:15px;
	margin-top:4px;
}
.younjang_2 {
	border:1px solid #fa9048;
	color:#fa9048; 
	border-radius:2px; 
	padding:3px; 
	font-size:11px; 
	font-family:?暑???; 
	margin-right:10px;
	float:right;
	height:14px;
	vertical-align:text-top;
	line-height:15px;
	margin-top:4px;
}
.younjang_3 {
	border:1px solid #6c6c6c;
	color:#6c6c6c; 
	border-radius:2px; 
	padding:3px; 
	font-size:11px; 
	font-family:?暑???; 
	margin-right:10px;
	float:right;
	height:14px;
	vertical-align:text-top;
	line-height:15px;
	margin-top:4px;
}
/* $buttons
 ------------------------------------------*/
.btn {
  padding-right: 15px;
  padding-left: 15px;
  outline: 0;
  border:1px solid #254889;
  font-size: 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  line-height: 20px;
  position: relative;
  z-index: 1;
 /* -webkit-backface-visibility: hidden;  �ｱ�ｸ?攵?垓?糖 ?彫?乱 ?葵??? ?囈?��? ?握�? 3D�? ?像?� ?葺?株�? ?擽��阜�ｸ�� �罷俺�緋?? ?譜�ｴ�???搆*/
  cursor:pointer;
  /* font-family: 'Roboto', sans-serif; */
  font-family: inherit;
}
.btn::before {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus,
.btn.active:focus {
  outline: 0;
}
.btn:active,
.btn.active,
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn:active::before,
.btn.active::before,
.btn-group.open .dropdown-toggle::before {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.btn-lg,
.btn-group-lg &gt; .btn {
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.25;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-md,
.btn-group-md &gt; .btn {
  padding: 0.59em 1em;
  font-size: 13px;
  line-height: 1.25;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn-sm,
.btn-group-sm &gt; .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn-xs,
.btn-group-xs &gt; .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}
/* Rounded button styles */
.btn-round,
.btn-round a,
.btn-round .btn,
.input-round {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.btn-round::before,
.btn-round a::before,
.btn-round .btn::before,
.input-round::before {
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  border-radius: 40px !important;
}
.btn-group-vertical &gt; .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
}
.btn-group-vertical &gt; .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
}
.input-group-btn:first-child &gt; .btn,
.input-group-btn:first-child &gt; .btn-group {
  margin-right: -2px;
}
/* Default Button Style */
.btn-default {
  color: #616161;
  background-color: white;
  border-color: rgba(0, 0, 0, 0.13);
}
.btn-default:visited {
  color: #616161;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open &gt; .dropdown-toggle.btn-default {
  color: #616161;
  background-color: white;
  border-color: rgba(0, 0, 0, 0.13);
}


.btn-default::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #e6e6e6;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
  -webkit-transform: scale3d(0.7, 1, 1);
  -moz-transform: scale3d(0.7, 1, 1);
  -o-transform: scale3d(0.7, 1, 1);
  -ms-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -moz-animation-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-animation-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  animation-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 0px;
}
.btn-default,
.btn-default::before {
  -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -moz-animation-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-animation-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  animation-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-default:hover::before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color:#fff;
}
.btn-default:active,
.btn-default.active,
.open &gt; .dropdown-toggle.btn-default {
  background-image: none;
  border-color: #477bd0;
  color:#fff;
}
.btn-default:active::before,
.btn-default.active::before,
.open &gt; .dropdown-toggle.btn-default::before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-color: #477bd0;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open &gt; .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open &gt; .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open &gt; .dropdown-toggle.btn-default.focus {
  color: #616161;
  background-color: #f2f2f2;
  border-color: rgba(0, 0, 0, 0.13);
}
.btn-default.disabled::before,
.btn-default[disabled]::before {
  z-index: 1;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: rgba(0, 0, 0, 0.13);
}
.btn-default .badge {
  color: white;
  background-color: #616161;
}
.btn-default.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.13);
  color: white;
}
.btn-default.btn-outline:hover,
.btn-default.btn-outline:focus,
.btn-default.btn-outline:active,
.btn-default.btn-outline.active {
  background-color: white;
  color: #616161;
}
.btn-default.btn-outline {
  color: #616161;
}
/* Primary Button Style */
.btn-primary {
  color: white;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#477bd0+0,3963b0+100 */
background: #477bd0; /* Old browsers */
background: -moz-linear-gradient(top,  #477bd0 0%, #3963b0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #477bd0 0%,#3963b0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #477bd0 0%,#3963b0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#477bd0', endColorstr='#3963b0',GradientType=0 ); /* IE6-9 */

  border-color: #28467d;
}
.btn-primary:visited {
  color: white;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open &gt; .dropdown-toggle.btn-primary {
  color: white;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5f96f1+0,477bd0+100 */
	background: #5f96f1; /* Old browsers */
	background: -moz-linear-gradient(top,  #5f96f1 0%, #477bd0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #5f96f1 0%,#477bd0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #5f96f1 0%,#477bd0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f96f1', endColorstr='#477bd0',GradientType=0 ); /* IE6-9 */

  border-color: #3963b0;
}

/* Margins */
.no-margin {
  margin: 0!important;
}
.mn {
  margin-right: -15px;
  margin-left: -15px;
}
.mrn {
  margin-right: -15px;
}
.mln {
  margin-left: -15px;
}
.mtn {
  margin-top: -15px;
}
.mbn {
  margin-bottom: -15px;
}
.mbn {
  margin-bottom: -15px;
}
.ml0 {
  margin-left: 0;
}
.mr0 {
  margin-right: 0;
}
.mt0 {
  margin-top: 0;
}
.mb0 {
  margin-bottom: 0;
}
.m30 {
  margin: 30px;
}
.mr30 {
  margin-right: 30px;
}
.ml30 {
  margin-left: 30px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.m25 {
  margin: 25px;
}
.mr25 {
  margin-right: 25px;
}
.ml25 {
  margin-left: 25px;
}
.mt25 {
  margin-top: 25px;
}
.mb25 {
  margin-bottom: 25px;
}
.m20 {
  margin: 20px;
}
.mr20 {
  margin-right: 20px;
}
.ml20 {
  margin-left: 20px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.m15 {
  margin: 15px;
}
.mr15 {
  margin-right: 15px;
}
.ml15 {
  margin-left: 15px;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.m10 {
  margin: 10px;
}
.mr10 {
  margin-right: 10px;
}
.ml10 {
  margin-left: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.m5 {
  margin: 5px;
}
.mr5 {
  margin-right: 5px;
}
.ml5 {
  margin-left: 5px;
}
.mt5 {
  margin-top: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.m2 {
  margin: 2px;
}
.mr2 {
  margin-right: 2px;
}
.ml2 {
  margin-left: 2px;
}
.mt2 {
  margin-top: 2px;
}
.mb2 {
  margin-bottom: 2px;
}
/* Padding */
.no-padding:not(.main-content) {
  padding: 0!important;
}
.pl0 {
  padding-left: 0;
}
.pr0 {
  padding-right: 0;
}
.pt0 {
  padding-top: 0!important;
}
.pb0 {
  padding-bottom: 0;
}
.p30 {
  padding: 30px;
}
.pr30 {
  padding-right: 30px;
}
.pl30 {
  padding-left: 30px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.p25 {
  padding: 25px;
}
.pr25 {
  padding-right: 25px;
}
.pl25 {
  padding-left: 25px;
}
.pt25 {
  padding-top: 25px;
}
.pb25 {
  padding-bottom: 25px;
}
.p20 {
  padding: 20px;
}
.pr20 {
  padding-right: 20px;
}
.pl20 {
  padding-left: 20px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.p15 {
  padding: 15px;
}
.pr15 {
  padding-right: 15px;
}
.pl15 {
  padding-left: 15px;
}
.pt15 {
  padding-top: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.p10 {
  padding: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pt10 {
  padding-top: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.p5 {
  padding: 5px;
}
.pr5 {
  padding-right: 5px;
}
.pl5 {
  padding-left: 5px;
}
.pt5 {
  padding-top: 5px;
}
.pb5 {
  padding-bottom: 5px;
}
.p2 {
  padding: 2px;
}
.pr2 {
  padding-right: 2px;
}
.pl2 {
  padding-left: 2px;
}
.pt2 {
  padding-top: 2px;
}
.pb2 {
  padding-bottom: 2px;
}

/* ?侃?小�? ��ｪｩ ?符?擽�? */

.sport-icon {
    background: url('/front_end/images/spoball/icons-sport-32.6.png') -1px -1px no-repeat;
    display: inline-block;
    height: 32px;
    width: 32px;
	margin-right:10px;
}

.sport-icon.american-football { background-position: -1px -1px; }
.sport-icon.aussie-rules { background-position: -1px -34px; }
.sport-icon.badminton { background-position: -1px -67px; }
.sport-icon.snooker { background-position: -1px -100px; }
.sport-icon.bandy { background-position: -1px -133px; }
.sport-icon.baseball { background-position: -1px -166px; }
.sport-icon.basketball { background-position: -1px -199px; }
.sport-icon.beach-soccer { background-position: -1px -232px; }
.sport-icon.beach-volleyball { background-position: -1px -265px; }
.sport-icon.boxing { background-position: -1px -298px; }
.sport-icon.mma { background-position: -1px -859px; }
.sport-icon.cricket { background-position: -1px -331px; }
.sport-icon.darts { background-position: -1px -364px; }
.sport-icon.darts { background-position: -1px -397px; }
.sport-icon.field-hockey { background-position: -1px -430px; }
.sport-icon.floorball { background-position: -1px -463px; }
.sport-icon.futsal { background-position: -1px -496px; }
.sport-icon.golf { background-position: -1px -529px; }
.sport-icon.handball { background-position: -1px -562px; }
.sport-icon.hockey { background-position: -1px -595px; }
.sport-icon.table-tennis { background-position: -1px -628px; }
.sport-icon.rugby-league { background-position: -1px -661px; }
.sport-icon.rugby-union { background-position: -1px -694px; }
.sport-icon.soccer { background-position: -1px -727px; }
.sport-icon.tennis { background-position: -1px -760px; }
.sport-icon.volleyball { background-position: -1px -793px; }
.sport-icon.water-polo { background-position: -1px -826px; }
.sport-icon.netball { background-position: -1px -892px; }
.sport-icon.pesapallo { background-position: -1px -925px; }
.sport-icon.motorsport { background-position: -1px -958px; }
.sport-icon.motorsport-auto-racing { background-position: -1px -991px; }
.sport-icon.motorsport-moto-racing { background-position: -1px -1024px; }
.sport-icon.cycling { background-position: -1px -1059px; }
.sport-icon.esports { background-position: -1px -1095px; }
.sport-icon.horse-racing { background-position: -1px -1130px; }

.game_tnum {
	clear:both;
	border:1px solid #ff6600; 
	color:#ff6600; 
	border-radius:3px; 
	padding:0px 10px 0px 10px;
	height:18px;	
	font-size:11px;
	float:right;
	vertical-align:middle;
	line-height:20px;

}
.group_date {
	background-color:#; 
	height:20px; 
	vertical-align:middle; 
	line-height:10px; 
	padding:0px 0px 10px 0px; 
	margin:20px 0px 40px 0px; 
	border-width:0px 0px 1px 0px; 
	border-color:#ccc; 
	border-style:solid; 
	color:#666; 
	font-size:13px; 
	font-weight:700;
}
.flag_line {
	border-width:0px 0px 0px 0px; 
	border-color:#ccc; 
	border-style:solid;
}
.sec_space {
	height:60px;
}
.div_line{
	border-bottom:0px solid #ccc;
	width:100%;
}
.week_mom {
	float:right;
	font-size:13px;
	font-weight:700;
	color:#666;
	margin-top:10px;
}
.week_tab {
	padding:8px 30px 8px 30px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); 
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); 
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); 
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); 
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#ccc;
	border-radius:2px 2px 0px 0px;
	cursor:pointer;
}

.week_tab span {
	color:#ff6600;
	font-size:12px;
	margin-left:10px;
}
.week_tab_chois {
	color:#fff;
	padding:8px 30px 8px 30px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#3963b0;
	background: -moz-linear-gradient(top,  #477bd0 0%, #3963b0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #477bd0 0%,#3963b0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #477bd0 0%,#3963b0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#477bd0', endColorstr='#3963b0',GradientType=0 ); /* IE6-9 */
	-webkit-animation-name: ani_week;
    -webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;   
	animation-name: ani_week;
    animation-duration: 1s;
	animation-iteration-count : infinite; 
}
.week_tab_chois span {
	color:#fff600;
	font-size:12px;
	margin-left:10px;
}
@-webkit-keyframes ani_week {
    from {
		background: -moz-linear-gradient(top,  #477bd0 0%, #3963b0 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #477bd0 0%,#3963b0 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #477bd0 0%,#3963b0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#477bd0', endColorstr='#3963b0',GradientType=0 ); /* IE6-9 */
		}
    to {
		background: -moz-linear-gradient(top,  #5089e5 0%, #4070c6 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #5089e5 0%,#4070c6 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #5089e5 0%,#4070c6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5089e5', endColorstr='#4070c6',GradientType=0 ); /* IE6-9 */
	}
}

@keyframes ani_week {
    from {
		background: -moz-linear-gradient(top,  #477bd0 0%, #3963b0 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #477bd0 0%,#3963b0 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #477bd0 0%,#3963b0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#477bd0', endColorstr='#3963b0',GradientType=0 ); /* IE6-9 */
		}
    to {
		background: -moz-linear-gradient(top,  #5089e5 0%, #4070c6 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #5089e5 0%,#4070c6 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #5089e5 0%,#4070c6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5089e5', endColorstr='#4070c6',GradientType=0 ); /* IE6-9 */
	}
}

.main_league_box {
	padding:0px;
	color:#666;
	font-size:13px;
	height: auto; 
	min-height: 100px; 
}
.main_league_box_in {
	width:100%;
	height: auto;	
}
.league_title_line {
	font-size:15px;
	font-weight:400;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:#ccc;
	border-radius:0px;
	margin-bottom:20px;
	color:#ff6600;
	letter-spacing:px;
}
.league_text {
	background: url('/front_end/images/big_league_bg.png'); 
	background-repeat: no-repeat; 
	color:#fff; 
	width:160px; 
	height:22px; 
	display:inline-block; 
	padding:3px 15px; 
	margin-top:4px;
}
.league_text2 {
	background: url('/front_end/images/big_match_bg.png'); 
	background-repeat: no-repeat; 
	color:#fff; 
	width:160px; 
	height:22px; 
	display:inline-block; 
	padding:3px 15px; 
	margin-top:4px;
}
.league_son {
	width:235px;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	border:1px solid #ccc;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); 
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); 
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); 
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); 
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	padding:5px 10px 5px 10px;
	display:inline-block;
	color:#666;
	font-size:12px;
}
.league_tnum {
	clear:both;
	color:#ff6600; 
	border-radius:3px; 
	height:18px;	
	font-size:11px;
	float:right;
	vertical-align:middle;
	line-height:18px;
}
.league_tname {
	line-height:18px;
}
.main_league_box_in &gt; li:nth-of-type(4n +1){
	margin-left:0px;
}
.league_son_chois {
	background-color:#f2f2f2;
	color:
}
.game_more_box {
	display:none;
}
.game_more_li {

	margin:25px 0px 25px 0px;

}
.game_more_close {
	border:1px solid #ccc;
	box-shadow: 1px 1px 1px #fff;
	padding:7px;
	text-align:center;
	font-size:13px;
	color:#666;
	margin-top:20px;
	background-color:#eaeaea;
	cursor:pointer;
}
.game_more_close:hover {
	background-color:#f2f2f2;
}
.bet_rate_number {
	font-weight:700;
	color:#;
}
#game_catagory{
	font-size:13px;
	color:#666;
	margin:0px auto;
	width:100%;
	text-align:center;
	z-index:2;
	padding:0px;
}
.plus_game {
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#ff6600;
	color:#ff6600;
	background:#fff;
}</pre></body></html>