@CHARSET "UTF-8";
*{
	margin: 0px;
    padding: 0px;
    outline: none;
    word-wrap: break-word;
    /*font-family: Helvetica,Arial,sans-serif;*/
    font-family: Helvetica, Arial, "Microsoft YaHei", "微软雅黑", "Heiti", "STXihei", "STHeiTi", "华文细黑", "Droid Sans", Tahoma, sans-serif;
    -webkit-text-size-adjust: 100%;
}

header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

a {
    color: #000;
    text-decoration: none;
}

#now_sport_title a{
	color: #000;
}

#top_header{
	background-color: #FFFFFF;
	height: 44px;
	line-height: 44px;
	vertical-align: middle;
	border-bottom:1px solid #ccc; 
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}

#top_header #meun{
	float: left;
	color: white;
	font-size: 1.1rem;
	position: relative;
	left: 15px;
}

#top_header #meun img{
	width: 21px;
    height: 15px;
}

#top_header #now_sport_logo{
	float: left;
	position: relative;
	left: 30px;
}

#top_header #now_sport_title{
	float: left;
	position: relative;
	left: 38px;
	border-left: 1px solid #C8C8C8;
	margin: 13px 0;
	padding-left: 8px;
	height: 19px;
    line-height: 19px;
    vertical-align: middle;
    font-size: 18px;
    color: white;
}

#top_header #now_sport_logo img{
	max-height: 33px;
	width: auto;
	padding-top: 6px;
}

#top_header #match_detail_logo img{
	width: 26px;
	padding-top: 12px;
    padding-right: 15px;
}

#top_header #match_detail_logo{
	float: right;
}


.siteNavBar{
	display: block;
    position: fixed;
    top: 44px;
    left: 0;
    width: 100%;
    z-index: 100;
    width: 100%;
    background-color: #FFFFFF;
    border-top: solid 1px #D6D6D6;
    border-bottom: solid 1px #C8C8C8;
    overflow: visible;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.16);
}

.siteNavBar nav{
	display: block;
}

.siteNavBar nav ul.siteMenu{
	list-style-type: none;
	text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
    position: relative;
    left: 0;
    top: 2px;
    overflow: auto;
    /*box-shadow: 0px -1px 18px #888888;*/
    /*box-shadow: 0 -1px 12px 0 rgba(0,0,0,0.16);*/
}

.siteNavBar nav ul.siteMenu::-webkit-scrollbar { 
     display: none; 
 }

.siteNavBar nav li{
	display: inline-block;
    border-bottom: 5px solid transparent;
    padding: 0;
    margin-left: -5px;
}

.siteNavBar nav li a{
	padding: 6px 0 6px 0;
    font-size: 14px;
    display: block;
    color: #000000;
}

.siteNavBar nav li.active{
	border-bottom: 3px solid #0D00BD;
}

.siteNavBar nav li.active a{
	color: #0D00BD;
}

.siteNavBar nav li a span.label{
	padding: 0 23px;
	font-size: 14px
}

.siteNavBar nav li ~ li a span.label{
    border-left: 1px solid #C8C8C8;
}


.swiper-container {
    width: 100%;
    height: auto;
    margin-top:90px !important;
}

.swiper-slide {
	/*padding-top: 90px;*/
}

.loadingIndicator{
	padding: 10px;
	height: 100px;
}

.loadingIndicator img{
	display: block;
	width: 25px;
	margin: auto;
}



/* popupCal */
#cal_pickup_div {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 150;
    display: none;
}

#cal{
	width: calc(100% - 20px);
	left: 10px;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

#cal_close{
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 0px;
    margin: 0px;
}

#cal_close img{
	height:16px;
	width:16px;
}


/* end of popupCal */


/* sitemap	*/
#site_map{
	padding:26px 15px 80px 15px;
	background-color: #333333;
}

#site_map a{
	
}

#site_map .br_title {
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #000; 
   line-height: 0.1em;
   margin: 10px 0 20px;
   border-color: #808080; 
} 

#site_map .br_title span { 
    background:#333333; 
    padding:0 10px; 
    color:#949494;
}

#site_map .links{
	margin: 30px 0px 10px 0px;
	display:table;
	width:100%;
}

#site_map .links .links_row{
	display: table-row;
}

#site_map .links .links_row .links_cell{
	display: table-cell;
	padding-bottom: 14px;
	font-size:14px;
	width:25%;
}

#site_map .links .links_row .links_cell a{
	color: #d7d7d7;
}

#site_map #to_desktop{
	padding: 14px 0px;
    text-align: center;
    border-top: 1px solid #949494;
    border-bottom: 1px solid #949494;
    color: #949494;
}

#site_map #to_desktop a{
	color: #d7d7d7;
}

#site_map #statment{
	margin: 20px 0px 20px 0;
	text-align: center;
	color: #949494;
	font-size:14px;
}

#site_map #statment a {
    display: inline;
    color: #d7d7d7;
}

#site_map #copyright{
    color: #707070;
    text-align:center;
}

#site_map #copyright ul li{
	padding-bottom:4px;
    list-style-type: none;
    font-size:12px;
}

/* 	end of site_map */

/*	DFP	*/
.crazy_ad {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    visibility: hidden;
}

.bottom_banner{
    position: fixed;
    left: 0px;
    right: 0px;
    width: 100%;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 100;
    text-align: center;
}

#Cell_1st, #Cell_2nd, #Top_banner{
	text-align: center;
}

.splashAdDiv{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 150;
    visibility: hidden
}

.splashAdDiv .splashAd {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.splashAdDiv #img_close {
    position: absolute;
    top: 20px;
    right: -10px;
    padding: 0px;
    margin: 0px;
    z-index: 200;
    width: 50px;
    height: 50px;
}

.splashAdDiv #img_close img {
    width: 18px;
    height: 18px;
}

.nodata{
	color: #808080;
	font-size: 14px;
	position: relative;
    top: 10px;
}

.norecord{
	color: #808080;
	font-size: 14px;
}


/*	common font style	*/
.headline01{
	font-size: 17px;
	font-weight: bold;
	color: #000;
}

.headline02{
	font-size: 15px;
	font-weight: bold;
	color: #000;
}

.headline03{
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

.body01{
	font-size: 15px;
	color: #000;
}

.body02{
	font-size: 16px;
	color: #000;
}

.news01{
	font-size: 16px;
	color: #fff;
}

.news02{
	font-size: 16px;
	color: #000;
}

.display01{
	font-size: 30px;
	color: #000;
}

.display02{
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

.display03{
	font-size: 13px;
	color: #000;
}

.display04{
	font-size: 13px;
	font-weight: bold;
	color: #4d4d4d;
}

.display05{
	font-size: 16px;
	color: #fff;
}

.display06{
	font-size: 14px;
	color: #808080;
}

.display07{
	font-size: 17px;
	color: #000;
}

.display08{
	font-size: 17px;
	color: #6bb629;
}

.display09{
	font-size: 10px;
	color: #000;
}

.display10{
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

.display11{
	font-size: 13px;
	font-weight: bold;
	color: #ff8500;
}

.display12{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.display13{
	font-size: 13px;
	color: #808080;
}

.display14{
	font-size: 15px;
	color: #808080;
}

.btn01{
	font-size: 17px;
	color: #1180df;
}

.btn02{
	font-size: 15px;
	color: #1180df;
}

.menu01{
	font-size: 30px;
	color: #fff;
}

.menu01{
	font-size: 30px;
	color: #bfbfbf;
}

.info01{
	font-size: 12px;
	color: #808080;
}

.info02{
	font-size: 12px;
	color: #000;
}
div.adsText{
	font-size: 14px;
	color: #6d6d6d;
}








