@charset "UTF-8";
.section-rank .section{
	margin-bottom: 0;
}
.section-title span#pubdate{
	color: #7e868a;
}
.dropdown-menu{
	overflow: hidden;
}
.section-rank{
	border: none;
	max-width: 920px;
	margin-top: 6px;
}
.header-main{
	max-width: 920px;
	margin: 0 auto;
}
.table-header .section-rank{
	margin: 0;
}
.table-header table tr{
	color: #607D8B;
	padding: 12px 0;
}
.table-header table thead th .th-inner{
	padding:12px 4px;
	overflow: hidden;
}
.table-header table#rankTableHeader thead th .th-inner > div{
	margin-right: -3px;
}
.main-monitor{
	margin-top: 52px;
}
#section-pc a{
    border-bottom: 1px solid;
    color: #1a7aba;
}
.wx-content {
	position: relative;
	margin: 0 auto 20px;
	max-width: 670px;
	text-align: center;
}
.wx-content p{
	margin-bottom: 10px;
	color: #46497a;
}
.wx-content img{
    width: 100%;
}
.wx-content-gif{
	position: absolute;
	bottom: 0;
	left: 0;
}
.canvas-save{
	background: #2fb3ff;
}
.btn{
	border-radius: 4px;
}
.btn-type .btn{
	width: 33%;
	max-width: 150px;
	display: block;
	float: left;
	border: 1px solid #46497a;
	background: #46497a;
	color: #fff;
}
.btn-type .btn:nth-child(2){
	margin: 0 .5%;
}
.btn-type .btn.active{
	background: #2fb3ff;
	border-color: #2fb3ff;
	box-shadow: 1px 2px 4px #c1c1c1;
}

.table-header {
    position: fixed;
    padding: 0;
    margin: 0;
    width: 100%;
    top: 52px;
    z-index: 99;
    background: #fff;
    display: none;
}
.table-header.fixed{
	display: block;
}
.table-header table{
    margin: 0;
    width: 100%;
    display: none;
}
.table-header .rank-tv-hot thead tr .td-num .th-inner{
    width: 22px;
}
@media (min-width: 769px) {
	.main-monitor{
		 margin-left: 0;
	}
    .header{
        background: #2f313a;
    }
    .footer{
    	padding-left: 0;
    }
    .section-rank{
		margin: 20px auto;
    } 
    .table-header .section-rank{
    	margin: 0 auto;
    	padding: 0 15px;
    }
    .table-header{
    	top: 62px;
    }

}
@media (max-width: 1024px){
	.section-rank,
	.header-main{
		max-width: 768px;
	}
}