@CHARSET "UTF-8";
html {
    height:100%;
}
/*初始化样式*/
h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;font-size:14px;}
body{font:14px "Microsoft Yahei";background-color:#fff; margin:0;padding:0;height:100%;}
ul,ol,li{list-style:none; margin:0;padding:0;}
/*去掉图片边框*/
img{border:0; }
img[src="moimages/icon.png"],img:not([src]){
    opacity:0;
}

table{
	border-collapse: collapse;
}

.foot{
	background:#ffffff;
	opacity:0.8;
	height:115px;
	width:100%;
	margin:auto;
	bottom: 0;
}
.foot-detail p{
	line-height:22px;
	color:#fff;
	font-size:13px;
	margin:0px 0px;
}
.foot-detail{
	width:780px;
	margin:auto;
    height: 100%;
}
.foot-detail .foot-img{ 
    display: inline-block; 
    width:260px;
    height:35px;
    margin-left:30px;

}
.foot-detail .foot-left{
	display:inline-block;
	width:350px;
	height:60px;
	margin-top:18px;
	line-height:80px	
}
.foot-left p
{
    color: #666666;
}
.QRcode-img {
    display: inline-block;
    width: 80px;
    height: 80px;
    vertical-align: bottom;
    margin-top: 10px;
    margin-right: 10px;
    vertical-align: top;
}
.foot-img img{
    width: 240px;
    height: 35px;
    margin-left:10px;
	vertical-align:-2px;
}
.fix-QRcode-box {
    position: fixed;
    left: 50%;
    top: 145px;
    background: #fff;
    text-align: center;
    margin-left: 553px;
}
.fix-QRcode-box img {
        width: 150px;
}
/*单行省略*/
.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
/*清除浮动*/
.clear:after{ display:block;clear:both;content:"";visibility:hidden;height:0}
/*index 样式*/
.multicolorLine {
    position: fixed;
    top: 0;
    left: 0;
    height: 5px;
    width: 100%;
    z-index: 9999;
    background: url(../images/top-line.png) repeat-x;
}
.hide {
    display:none;
}
.show {
    display:block;
}
.cursor-point {
    cursor:pointer;
}
/* 背景颜色样式 */
.background-rgba {
    background-color:#fff;
}
/* 官方按钮 */
.content .btnOffricon{
    display: inline-block;
    height:16px;
    padding: 0 4px;
    line-height: 16px;
    border-radius: 3px;
    font-size: 12px;
    color:#fff;
    background-color: #0067aa;
    text-align: center;
    margin-right: 5px;
}
/* 赛前按钮 */
.content .btnGameBef {
    display: inline-block;
    height:16px;
    padding: 0 4px;
    line-height: 16px;
    border-radius: 3px;
    font-size: 12px;
    color:#fff;
    text-align: center;
    background-color: #aaa;
    margin-right: 5px;
}
/* 赛中按钮 */
.content .btnGameIng{
    display: inline-block;
    height:16px;
    padding: 0 4px;
    line-height: 16px;
    border-radius: 3px;
    font-size: 12px;
    color:#fff;
    text-align: center;
    background-color: #ec7c00;
    margin-right: 5px;
}
/* 赛后按钮 */
.content .btnGameEnd{
    display: inline-block;
    height:16px;
    padding: 0 4px;
    line-height: 16px;
    border-radius: 3px;
    font-size: 12px;
    color:#fff;
    text-align: center;
    background-color: #232122;
    margin-right: 5px;
}
/* 直播按钮 */
.btnLive{
    height:18px;
    width:50px;
    border:1px solid #0066ab;
    font-size: 0;
    line-height: 18px;
    text-align: center;
    color:#0065ab;
    cursor: pointer;
}
.btnLiveIconBox{
    display: block;
    float: left;
    width: 20px;
    height: 18px;
    line-height: 18px;
    color: #e2e2e2;
    background-color: #0066ab;
    vertical-align: text-top;
}
    .btnLiveIconBox i {
        font-size:12px;
        line-height: 20px;
    }
.btnLiveNameBox{
    display: block;
    width: 30px;
    height: 18px;
    font-size: 12px;
    float: left;
    line-height: 18px;
}
.btnLive_gray {
    border:1px solid #8E8D70;
    color:#7A7A7A;
    cursor:default;
}
.btnLiveIconBox_gray {
    background-color: #737373;
}
/* 直播按钮 end */

/*侧边导航栏样式*/
.ToGov_Li a{
    color:#000;
}
.ToGov_Li:hover a{
    color:#006fa7;
    text-decoration:none ;
}
.menulist .menuIcon,.ToGov_Li .ToGov_a{
    display: block;
    height: 40px;
    width: 40px;
    margin: 0 auto 0 ;
    background-size:cover;
    font-size:32px;
}
    /*.menulist:nth-child(2) .menuIcon {
        background:url(../images/Schedule_gray.png) no-repeat;
    }
    .menulist:nth-child(3) .menuIcon{
        background:url(../images/Medal_gray.png) no-repeat;
    }
    .menulist:nth-child(4) .menuIcon {
        background:url(../images/Record_gray.png) no-repeat;
    }
    .menulist:nth-child(5) .menuIcon {
        background:url(../images/Athlete_gray.png) no-repeat;
    }
    .menulist:nth-child(6) .menuIcon {
        background:url(../images/Vedio_gray.png) no-repeat;
    }*/

.menulist:hover {
    color:#006fa7;
}
    /*.menulist:nth-child(2):hover .menuIcon {
        background:url(../images/Schedule_blue.png) no-repeat;
    }
    .menulist:nth-child(3):hover .menuIcon {
        background:url(../images/Medal_blue.png) no-repeat;
    }
    .menulist:nth-child(4):hover .menuIcon {
        background:url(../images/Record_blue.png) no-repeat;
    }
    .menulist:nth-child(5):hover .menuIcon {
        background:url(../images/Athlete_blue.png) no-repeat;
    }
    .menulist:nth-child(6):hover .menuIcon {
        background:url(../images/Vedio_blue.png) no-repeat;
    }*/
    .menulist,.ToGov_Li{
        display: block;
        text-align: center;
	    height:78px;
	    width:100px;
	    /*border-top:1px solid #d9d9d9;*/
	    border-bottom:1px solid #969696;
	    color:#000;
        padding-top:20px;
        cursor:pointer;
    }
        .menulist:first-child {
            border:none;
        }
    .menulist:nth-child(2) {
        border-top:0;
    }
.body-outerbox {
    height:100%;
    position:relative;
}
.titleImg {
    height: 213px;
    margin: auto;
    text-align: center;
    width: 100%;
}

    .titleImg img {
        width: 1003px;
        margin: 0 auto;
        display: inline-block;
    }

@media screen and (min-width:1104px){
    .contentPage {
        min-height: 100%;
        padding-left: 100px;
        min-width: 1003px;
    }
    .titleImg {
        padding-top:5px;
    }
    .background-rgba {
        background-color:#fff;
        background-color:rgba(255,255,255,.95);
    }
    .menulistImg img{
        display:none;
    }
    .menu-outerBox {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 9990;
        width: 100px;
        overflow:hidden;
    }
    .menu {
        width: 100px;
        background-color: #C8C8C8;
        margin-top: 5px;
        height: 100%;
    }
    /*.contentPage{
        position: absolute;
        overflow-x: hidden;
        top: 5px;
        height: 100%;
        left: 100px;
        right: 0;
    }*/
    .menulist{
        display: block;
        text-align: center;
	    height:78px;
	    width:100px;
	    border-top:1px solid #d9d9d9;
	    border-bottom:1px solid #969696;
	    color:#000;
        padding-top:20px;
        cursor:pointer;
    }
        .menulist:first-child {
            border:none;
        }
    .menulist:nth-child(2) {
        border-top:0;
    }
    .menulistImg {
        width: 100px;
        height: 130px;
        background: url(../images/left-nav.png) no-repeat;
    }
}
@media screen and (max-width:1103px) {
    .background-rgba {
        background-color:#fff;
        background-color:rgba(255,255,255,.95);
    }
    .menu-outerBox {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 9990;
        width: 100%;
        height: 60px;
    }
    .menu {
        padding-top: 5px;
        width: 100%;
        background-color: rgba(255,255,255,0.95);
        text-align: center;
        border-bottom:1px solid #d6d6d6;
    }
    .menu:hover {
        background-color:rgba(255,255,255,0.95);
    }
    .menuBox .menulistActive {
        color: #9b66d6;
    }
    .menuBox{
        display: inline-block;
    }
    .menulistImg img {
        height: 50px;
        width: 50px;
        display: block;
    }
	.menulist {
		display:inline-block;
		vertical-align: middle;
        border-right:1px solid #fff;
        text-align:center;
		font-size: 14px;
		color:#000;
        cursor:pointer;
	}
    .menulist:first-child {
        border:0;
    }
    .menulist :last-child{
        border:0;
    }
    .menulist, .ToGov_Li {
        height: auto;
        border: none;
        width: 105px;
        line-height: 50px;
    }
    .ToGov_Li {
        display: inline-block;
        vertical-align: middle;
        padding-top:0;
    }
    .menulist {
        height: 45px;
        padding: 5px;
    }
	.menulist .menuIcon, .ToGov_Li .ToGov_a {
		display:inline-block;
		line-height:50px;
	}
    .menulistImg {
        width:70px;
    }
    .menuName {
        display: inline-block;
        vertical-align: super;
        color:#555;
    }
    .contentPage {
        padding-left: 0;
        min-width: 1003px;
        /*margin-top: 75px;*/
    }
    .titleImg {
       /* padding-top: 72px;*/
		height:68px;
    }
}
.menulistActive {
    color: #006fa7;
}
.content {
    width:1003px;
    margin:0 auto;
    padding-bottom:15px;
    position: relative; 
}
/* loading-mask */
.loading{
    position: absolute;
    z-index: 110;
    text-align: center;
    cursor: wait;
	height:100%;
	width:100%;
    background-color:#aaa;
	background-color:rgba(0,0,0,0.3);
    display:none;
}
.loading .loadImg{
	height:100%;
	margin-top:20%
}
.loading .loadImg span,.loadingBox span{
    display: inline-block;
    color: #00A7E5;
    font-size: 22px;
    vertical-align: middle;
}
.loading .loadImg img{
	vertical-align:middle;
    margin-left: -25px;
    margin-right: 10px;
    width:50px;
}
.loadingBox{
    width: 230px;
    margin: 0 auto;
    border: 3px solid #00A7E5;
    height: 80px;
    background-color: #fff;
    line-height: 80px;
}
.loadingBox img {
    vertical-align:middle;
    margin-left: -25px;
    margin-right: 10px;
    width:50px;
}
/* loading-mask end */
/* 返回顶部 */
.contentPage .top {
    position: fixed;
    top: 80%;
    left: 50%;
    margin-left: 502px;
    height: 30px;
    width: 30px;
    background-color: #a834c7;
    z-index:1;
    cursor:pointer;
    text-align: center;
    line-height: 30px;
    font-size:18px;
    color:#fff;
    border-radius:5px;
}
    /*.contentPage .top:hover {
        color:#a834c7;
        background-color:#fafafa;
    }*/

/* module schedule */
.moduleTitle {
    height: 60px;
    width: 100%;
    overflow: hidden;
    background:url(../images/tbg-sch.png) no-repeat left top;
}
.moduleName {
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    margin-left:22px;
}

.moduleList {
    float:right;
    height: 30px;
    margin-top: 30px;
    color: #fff;
    line-height: 30px;
    margin-right: 35px;
}
.titleMenu {
    display:inline-block;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    float: left;
    font-size: 16px;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
}
    .titleMenu:hover {
        background: #DFE6EC;
        color: #004479!important;
    }
.titleMenuActive {
    background: #DFE6EC;
    color: #004479!important;
}
.moduleContent {
    min-height:80%;
    background-color:rgba(255,255,255,.5);
}
.contentBG {
}

.pageBox {
    padding:20px 15px;
    background-color:rgba(255,255,255,.95);
}
/* 总日程 */
.total-stateTap {
    margin-bottom:10px;
}
.tap-beforGame {
    margin:0 5px;
    color: #858585;
}
.tap-inGame {
    color: #013a89;
    margin:0 5px;
}
.tap-overGame {
    color: #000;
    margin:0 5px;
}
.total-tabTitle {
    height:40px;
    background: -webkit-linear-gradient(#fff, #d6d6d6);
    background: -o-linear-gradient(#fff, #d6d6d6);
    background: -moz-linear-gradient(#fff, #d6d6d6);
    background: linear-gradient(#fff, #d6d6d6);
    color: #013a89;
}
.total-titleList {
    display:inline-block;
    line-height:39px;
    height:40px;
}
.total-titleName {
    width:130px;
    text-align:center;
    float:left;
    height:39px;
    border-bottom:1px solid #fff;
    border-right:1px solid #fff;
}
.total-listName {
    width:130px;
    float:left;
    height:39px;
    border-bottom:1px solid #fff;
    border-right:1px solid #fff;
}
.total-listW {
    float:left;
    height:39px;
    width:50px;
    border-bottom:1px solid #fff;
    border-right:1px solid #fff;
    text-align:center;
}
.total-titleImg {
    display: inline-block;
    margin-top: 9px;
}
.total-listM {
    width:60px;
    float:left;
    height:39px;
    border-bottom:1px solid #fff;
    border-right:1px solid #fff;
    text-align:center;
}
.total-titleSite {
    width:117px;
    float:left;
    height:39px;
    border-bottom:1px solid #fff;
    border-right:1px solid #fff;
    text-align:center;
}
.total-listSite {
    float:left;
    width:110px;
    height:39px;
    padding-left:7px;
    border-bottom:1px solid #fff;
    border-right:1px solid #fff;
}
.total-itemName {
    text-align:right;
    display:inline-block;
    width:85px;
}
.total-itemImg {
    display:inline-block;
    float:right;
    text-align:right;
    margin:0 3px;
    width:39px;
    max-height:39px;
}
.grayClass {
    background: #dfdfdf;
}
.brightClass {
    background: #ebebeb;
}
.total-list-noGold span {
    display:inline-block;
    height: 35px;
    width: 45px;
    border-radius: 10px;
    margin-top: 2px;
    background-color:#9bd6ff;
}
.total-list-isGold span {
    display:inline-block;
    height: 35px;
    width: 45px;
    border-radius: 10px;
    margin-top: 2px;
    background-color:#ffcb5b;
}
.total-tabalUl:hover {
    background-color:#CCE7FA;
}
.total-listActve {
    background-color:#CCE7FA;
}
/* 每日赛程 */
.silgDy-calendarBox {
    padding:30px 25px 10px;
    background-color:#fff;
    background-color:rgba(255,255,255,0.95);
    min-height: 83px;
}
.silgDy-month {
    height: 28px;
    border-bottom: 1px solid #2290db;
    padding-left:5px;
}
.silgDy-monList {
    display:inline-block;
    font-size: 15px;
    margin: 0 10px;
    padding: 2px;
    color: #797778;
    cursor: pointer;
    border-bottom: 4px solid transparent;
}
.silgDy-monListAct {
    color: #000;
    border-bottom: 4px solid #2290db;
}
.silgDy-monList:hover {
    color: #000;
    border-bottom: 4px solid #2290db;
}
.silgDy-dayBox {
    padding: 10px 5px;
    font-size: 0;
}
.silgDy-dayBoxAct {
    display:none;
}
.silgDy-dayList {
    display:inline-block;
    border: 2px solid #ddd;
    background-color: #ddd;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
    cursor: default;
    margin:1px 1px 0 0;
    font-size:14px;
}
.silgDy-dayListNoGold {
    border: 2px solid #76ea60;
    background-color: #76ea60;
    cursor: pointer;
}
.silgDy-dayListGold {
    border: 2px solid #f5ba38;
    background-color: #feca5a;
    cursor: pointer;
}
.silgDy-dayListActive {
    border: 2px solid #333;
}
.silgDy-dayList:hover {
    border: 2px solid #333;
}
.silgDy-Content {
    position:relative;
}
.total-timetip-tab {
	width:100%;
	position:absolute;
	height: 30px;
}
.total-tipBox {
    position:absolute;
    float:left;
    top: 1px;
    left: 25px;
    height: 30px;
    line-height: 30px;
    width: 184px;
    text-align: center;
}
.total-tipBox-time {
    height: 28px;
    width: 78px;
    border: 1px solid #232323;
    color: #fff;
    float:left;
    background-color: #232323;
}
    .total-tipBox-time span {
        display: inline-block;
        width: 18px;
    }
.total-tipBox-times {
    height: 28px;
    width: 90px;
    float:left;
    border: 1px solid #019ee1;
    /*border-left-color: transparent;*/
    color: #025696;
    background-color: #fff;
}
.total-tipBox-times span {
    color: #f19703;
    display: inline-block;
    margin: 0 2px;
}
.total-tipBox-times span:first-child {
    text-align: right;
    margin-left: 8px;
}
.total-tipBox-times span:last-child {
    text-align: left;
}
.total-tabBox {
    position: absolute;
    float:right;
    top: 1px;
    right: 25px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100px;
    cursor:pointer;
}
.total-tabBox-sport {
    float:left;
    width: 90px;
    background-color: #009edf;
    color: #fff;
    position: relative;
    height: 30px;
}
.total-tabBox-sportname {
    height: 22px;
    width: 64px;
    line-height: 22px;
    margin: 4px 0;
    border-right: 1px solid #ddd;
    float:left;
    text-align: center;
    vertical-align: top;
    color: #fff;
}
.total-tabBox-sporticon {
    float:left;
    width: 25px;
    height: 30px;
    text-align: center;
    color: #fff;
}
.total-tabBox-sportListBox {
    position: absolute;
    top: 30px;
    left: 0;
    width: 170px;
    padding: 5px;
    background-color: #009edf;
}
.total-tabBox-sportList {
    height: 38px;
    line-height: 38px;
    margin-bottom: 1px;
    background-color: #b8f0e7;
    box-sizing: border-box;
    padding: 0 5px;
    color: #363638;
    width: 100%;
}
.total-tabBox-sportList:hover {
    color: #d84a49;
}
.total-tabBox-sportListActive {
    color:#d84a49;
}
.total-tabBox-time {
    float:left;
    width: 90px;
    background-color: #008d77;
    color: #fff;
    height: 30px;
}
.total-tabBox-timename {
    height: 22px;
    width: 64px;
    line-height: 22px;
    margin: 4px 0;
    border-right: 1px solid #ddd;
    float:left;
    text-align: center;
    vertical-align: top;
    color: #fff;
}
.total-tabBox-timeicon {
    float:left;
    width: 25px;
    height: 30px;
    text-align: center;
    color: #fff;
}
.total-tabBox .tab_tapfont {
    font-size: 12px;
}
.total-tabBox-timeListBox {
    position: absolute;
    top: 30px;
    width: 170px;
    padding: 5px;
    right: 0;
    background-color: #008d77;
}
.tab__clickIcon {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 8px;
}
.sports-content{
    padding-top:32px;
}
.nodataBox {
    margin-top:30px;
    position:absolute;
    top:0;left:0;
    bottom:0;
    right:0;
    background-color:#fff;
    background-color: rgba(255,255,255,0.95);
}
.total-content-box {
    background-color:#fff;
    background-color: rgba(255,255,255,0.95);
    padding: 0 20px 20px 20px;
    margin-bottom: 10px;
}
    .total-content-box:last-child {
        margin-bottom:0;
    }
.total-content-title {
    height: 65px;
    line-height: 64px;
    padding-left: 10px;
    color: #6e6e6e;
}
.total-content-codeImg {
    height: 35px;
    width: 35px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
.total-content-titleName {
    font-size: 18px;
    margin: 0 10px;
}
.total-content-goldImg {
    height: 20px;
    width: 15px;
    display: inline-block;
    vertical-align: sub;
}
.total-content-titleSlide {
    float: right;
    cursor: pointer;
    font-weight: 100;
    font-size: 12px;
}
.total-content-Slidename {
    vertical-align:middle;
}
.total-content-Slideicon {
    vertical-align:middle;
}
.total-content-table {
    /*border-bottom: 1px solid #666666;*/
    margin-bottom: 10px;
    width: 100%;
}
.total-content-tableTitle {
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #009edf;
}
.total-content-tableTitleList {
    float:left;
    text-align: center;
   
}
.total-content-listW:nth-child(1) {
    width:8%;
    text-align: center;
    font-size: 13px;
    border-right: 1px #FFF solid;
}
.total-content-listW:nth-child(2) {
    width:30.5%;
    font-size: 12px;
    border-right: 1px #FFF solid;
    text-align: center;
}
.total-content-listW:nth-child(3) {
    width:8%;
    text-align: center;
    font-size: 12px;
    border-right: 1px #FFF solid;
}
.total-content-listW:nth-child(4) {
    width:31%;
    text-align: center;
    font-size: 12px;
    border-right: 1px #FFF solid;
}
.total-content-listW:nth-child(5) {
    width:21.5%;
    font-size: 12px;
}
.ContentListItems{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #c6c6c6;
}
    .ContentListItems:last-child {
        border:0;
    }
.total-content-item:hover {
    background-color: #b1e8fd;
}
.total-content-itemNoGame {
    color: #989898;
}
.total-content-itemList {
    float:left;
    height:50px;
    line-height:50px;
    font-size:12px;
    white-space: nowrap;
    border-bottom: 1px solid #c3c7ca;
}
.total-content-itemListTow {
    display: block;
    line-height: 20px;
    padding-top: 5px;
}
.total-content-itemList:nth-child(1) {
    text-align:center;
    font-size:12px;
}

.total-content-itemListStatebtn {
    display:inline-block;
    width: 10%;
    text-align: right;
    vertical-align: middle;
}
.total-content-itemListName {
    display: inline-block;
    padding-left: 2px;
    box-sizing: border-box;
    font-weight: 800;
    vertical-align: middle;
    font-size: 14px;
    max-width: 368px;
}
.total-content-itemListNameLef {
    font-weight:normal;
}
.total-content-itemListPanel {
    display:inline-block;
    padding-left: 5px;
    vertical-align: middle;
}
.total-content-rankImg {
    cursor:pointer;
    margin-right:5px;
    vertical-align: text-bottom;
}
.total-content-listWLeft {
    width:40px;
}
.total-content-rankBox img {
    position:absolute;
    left:5px;
    top:14px;
}
.total-content-rankname {
    font-size:12px;
    color: #CECECE;
}
.total-content-ranknameB {
    font-size:12px;
    color:#333;
    cursor:pointer;
}
    .total-content-ranknameB:hover {
        text-decoration:none;
    }
.total-content-ranknameA {
    font-size: 12px;
    color: #0066ab;
    /* text-decoration: underline; */
    cursor: pointer;
    font-weight: bold;
}
.total-content-FileHoverBox {
    display: inline-block;
    margin-top: 10px;
    position:relative;
}
.total-content-FileBox {
    position: absolute;
    font-size:0;
    top: 8px;
    left: 32px;
    width: 110px;
    background-color:rgb(127,128,127);
    background-color: rgba(127,128,127,0.8);
    padding: 5px;
    z-index:5;
}
.total-content-FileList_2 {
    text-align: left;
    line-height: 22px;
    height: 22px;
}
.total-content-FileList {
    text-align: center;
    line-height: 22px;
    height: 22px;
}
.total-content-FileListImg {
    height: 15px;
    margin: 0 5px;
}
.total-content-FileListName {
    color:#009edf;
    font-size:12px;
    margin: 0 4px;
    font-weight: 650;
    cursor: pointer;
}
.total-content-FileListNameGray {
    color: #d2d2d2;
    font-size:12px;
}
.total-content-PDF {
    
}
/* 按时间 */
.total-content-timebox {
    background-color: rgba(255,255,255,0.95);
    padding: 20px 25px 30px 25px;
}
.total-content-timetable {
    border-bottom: 2px solid #666666;
}
.total-content-timetitle {
    height: 50px;
    line-height: 50px;
    background-color: #dddddd;
    border-bottom: 1px solid #c6c6c6;
    padding-left: 30px;
    padding-right: 10px;
    font-weight: 800;
}
.total-content-timetitle .timeTitle-icon {
    font-size: 26px;
    vertical-align: middle;
    font-weight: 100;
}


.ContentTableTitleBox {
    padding: 20px 0 50px 0;
}
.ContentItemTimetitle{
    height: 50px;
    line-height: 50px;
    background-color: #dddddd;
    border-bottom: 1px solid #c6c6c6;
    padding-left: 30px;
    font-weight: 800;
}
.ContentItemClockImg{
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    vertical-align: text-bottom;
}
#ResultPage {
    margin-top: 40px;
    padding-bottom: 50px;
}
.MedalListContent {
      /*min-height: 500px;*/
}
.nodatas {
    text-align:center;
}
.nodata-msg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    text-align: center;
    margin-top: -11px;
    margin-left: -100px;
    font-size: 16px;
}
.table_border {
    border-collapse: collapse;
    border: none;
}
.table_border td{
    border:1px solid #c6c6c6;
}
.total-tabBox-sportList i {
    font-size:24px;
}
.float-box {
	position: absolute;
	width: 100%;	
	min-height:444px;
   	top: 80px;
   	text-align: left;
    background-color: rgba(255,255,255,0.95);   
}
.float-popup {
    position: relative;
    margin:0 auto;
    background-color: rgba(127,128,127,0.8);
    border-radius:15px;
 	width: 1013px;
 	padding: 10px;
}
.header-close{
	border-bottom: 1px solid #006ec2;
    padding-bottom: 5px;
    text-align: right;
    background: #fff;
    width: 100%;
    height:35px;
}
.pupup-box-content{
	padding: 10px;
    width: 993px;
    min-height: 200px;
    background: #fff;
}
.close-span{	
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    width: 175px;
    color: #000;
    display: inline;
}
.close-a:hover{
	color:red!important;
}
.close-a {
    float: right;
    text-decoration: underline;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    background: url(../images/close.png) no-repeat;
    width: 75px;
    color: #000;
    display: inline;
}
.titlebar_pc {
    text-indent: 10px;
    line-height: 31px;
    text-shadow: 0 1px 0 (0,0,0,.8);
    font-size: 13px;
    color: #fff;
    background: url(../images/tit_bg.png) no-repeat;
    height: 31px;
    width:100%;
    float: left;
    text-align: left;
}
.titlebar_phone {
    text-indent: 10px;
    line-height: 31px;
    text-shadow: 0 1px 0 (0,0,0,.8);
    font-size: 13px;
    color: #fff;
    background: url(../images/tit_bj2.gif) repeat-x;
    height: 31px;
    width:100%;
    float: left;
}

.gamelist-a:hover{
    color: #004a9d;
    background: #d7dbe3;
}
.gamelist-a {
    width: 70%;
    line-height: 35px;
    display: block;
    float: left;
    text-align: left;
    font-size: 17px;
    color: black;
    text-decoration: none;
}
.gamelist-phone-a:hover{
    color: #fff;
    background: #008aff;
}
.gamelist-phone-a {
    width: 100%;
    line-height: 35px;
    display: block;
    float: left;
    text-align: center;
    font-size: 14px;
}
.gamelist-front-a {
    width: 100%;
    line-height: 35px;
    display: block;
    float: left;
    text-align: left;
    font-size: 17px;
    color: black;
    padding-left: 8%;
    text-decoration: none;
}
.gamelist-behind-a
{
    line-height: 35px;
    display: block;
    float: right;
    font-size: 15px;
    color: black;
    padding-right: 10%;
    padding-top:6px ;
}
.gamelist-front-a:hover{
    color: #004a9d;
    background: #d7dbe3;
}


