﻿body,html{
	background: #f9f9f9;
	font-family: "微软雅黑",sans-serif;
}
.item{
	position: relative;
}
ul{
	margin:0;
	list-style: none;
}
dd{
	margin-left:0;
}
a{
	color:#fff;
	text-decoration: none;
}

.container {
    height: 100%;
    padding: 43px 0 44px 0;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.contents{
	height:100%;
	overflow: hidden;
	background-color:#F9F9F9;
}
.myCount{
	font-size:16px;
	color:#fff;
	background-color:#1191E6;
	width:100%;
	height:44px;
	position: fixed;
	bottom:0;
	left:0;
	z-index: 10;
}
.myCount .link .innerinfo{
	 width: 96px;
	 height: 44px;
	 margin: 0 auto;
	 position: relative;
	 padding-left: 32px;
}
.myCount .link .innerinfo img{
    margin-right: 10px;
    width: 22px;
    margin-top: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
  }  
.link{
	font-family: "微软雅黑", sans-serif;
	display: block;
	/* width: 100%; */
	height:44px;
	line-height: 44px;
	margin:0 auto;

	background-size:21px 19px;
	color: #fff;
	text-align: center;
}
header {
    width:100%;
    height:50px;
    background:#F9F9F9;
    position: fixed;
    left: 0px;
    top:0;
    z-index:10;
    border-bottom: 0.5px solid #ECECEC;
}
.tab{
    text-align: center;
    box-sizing: border-box;
    width: 90%;
    height: 30px;
    position: absolute;
    top: 11px;
    left: 0%;
    padding: 0;
    margin: 0 4%;
}
.tab li{
	color:#1191e6;
	background-color:#F9F9F9;
	width:33%;
	overflow: hidden;
	float:left;
	font-size:14px;
	height:28px;
	line-height: 28px;
	border:1px solid #1191e6;
}
.tab li:nth-child(1){
	border-radius: 4px 0 0 4px;
	border-right:none;

}
.tab li:nth-child(3){
	border-radius: 0 4px 4px 0;
	border-left:none;
	margin-right:-2px;
}
.tab li.cur{
	color:#fff;
	background-color:#1191e6;
}
.content{
	height:100%;
	overflow: auto;
	display: none;
}
.content.cur{
	display: block;
}
#leaderBoard{
	border-top:1px solid #ececec;
}

.num{
	font-size:17px;
	text-align: center;
	color:#848484;
	width:18px;
	height: 61px;
	line-height: 66px;
	position: absolute;
	top:0;
	left: -25px;
}
.avatar{
	position: absolute;
	top: 10px;
	left:0;
	width:40px;
	height:40px;
	border-radius: 20px;
}
.crown{
	width:20px;
	height:20px;
	position: absolute;
	top:-8px;
	left:0px;
	background:url('../../../Images/ting/crown.png') 200% 200% no-repeat;
	background-size:20px 60px;
    z-index:+1;
}
.first .avatar .crown{
	background-position: 0 0;
}
.second .avatar .crown{
	background-position:0 -20px;
}
.third .avatar .crown{
	background-position:0 -40px;
}
.first .num, .second .num, .third .num{
	color:#ff7800;
}
.avatar img{
	width:40px;
	height:40px;
	-webkit-border-radius: 30px;
	border:1px solid #dfdfdf;
    position:absolute;
    left:0;
    top:0;
}
.user{
	color:#666;
	width: 42%;
	overflow: hidden;
	margin-bottom: 8px;
	/*white-space: nowrap;*/
	text-overflow: ellipsis;
	padding-top: 8px;
	height: 20px;
	font-size: 14px;
}
.time{
	color:#bdbdbd;
	position: absolute;
	top: 12px;
	right: 10px;
	font-size: 14px;
}
.scoreTime{
	text-align: right;
	display: inline-block;
	color:#666;
	/* width:2em; */
	padding-left: 4px;
}
.timeZone{
	width:100%;
	height: 7px;
}
.fill{
	text-indent: -9999em;
	display: block;
	height:100%;
	width:100%;
	background-color:#29C0FD;
	border-radius: 6px;
}
.item.person{
	/*background-color:#FEE5D3;*/
	margin:0;
	padding-left:81px;
	/*border-bottom-color:#FEE5D3;*/
}
.item.person .timeZone{
	margin-left:0;
}
.item.person .avatar{
	left:26px;
}
.item.person .num{
	left:1px;
}
.item.person .time{
	color:#a2a2a2;
}
.item.person .fill{
	background-color:#FD9F5E;
}

.nonePersionInfo{
	text-align: center;
	margin-top:12%;
}
.tipImg{
	display: inline-block;
    width:240px;
    height:240px;
    margin-bottom:100px;
    background:url('/Images/ting/noLogin.png') 0 0 no-repeat;
    background-size:240px 240px;
}
.tipText{
    color:#777;
    font-size:14px;
}

@media screen and (max-width: 960px) {
	.nonePersionInfo{
		margin-top:30%;
	}
	.tipImg{
		width:190px;
		height:190px;
		background-size:190px 190px;
	}
}
.notice_avator {
    position: relative;
    top: 51px;
    font-size: 10px;
    color: #8f8f8f;
    text-align: center;
}
.headerDub {
height:76px;
}
.contentsDub {
    margin-top: 27px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.buttonModal {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.15);
    display: none;
    top: 0;
}
.dubbing-list {
    display: flex;
    align-items: flex-end;
    padding: 3px 10px 12px 0 !important;
}
    .dubbing-list .user {
        padding-left: 54px;
        width: 172px !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        display: -webkit-box;
    }
.dubbing-list .mcount {
    width:33px;
    text-align:right;
}