html,body{
	width: 100%;
	height: 100%;
}
.containerbox{
	width: 100%;
	height: 100%;
	background: #000000;
}
.krt-content{
	margin: 0 auto;
	background: #282828;
	height: 100%;
	overflow: hidden;
	padding-top: 80px;
	position: relative;
	/*border: 4px solid #171d1b;*/
	border-top: none;
	border-bottom: none;
}
.krt-bcg{
	height: 100%;
	width: 100%;
}
.krt-project{
	width: 100%;
	height: 80px;
	background: #0a0a0a;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.krt-project .pro-title{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
	/*font-family: hyht65;*/
}
.krt-project .pro-detail{
	font-size: 12px;
	color: #fff;
	text-align: left;
	line-height: 14px;
	margin-top: 6px;
	-webkit-line-clamp: 2;
}
.krt-project .pro-detail>span{
	/*display: inline-block;*/
	transform: scale(0.9);
	transform-origin: top left;
	color: #ffffff;
	width: 110%;
	-webkit-line-clamp: 2;
}
.krt-player{
	height: 100%;
	width: 80%;
	/*width: 70%;2020-07-07*/
	position: relative;
	border-right: 1px solid #494949;
	border-bottom: 1px solid #494949;
	border-left: none;
	padding-right: 2px;
	padding-bottom: 2px;
}
.conut-dowm{
	margin-top: 20px;
	height: 24px;
	background: #3989f7;
	line-height: 24px;
	width: 110%;
	text-align: center;
	transform: scale(0.9);
	transform-origin: top left;
}
.conut-dowm>span,.conut-dowm>a{
	font-size: 12px;
	/*font-weight: bold;*/
	color: #ffffff;
	/*font-family: hyht65;*/
}
.player-btn{
	position: absolute;
	top: 15px;
	right: 0px;
	display: inline-block;
	background: rgba(0,0,0,.2);
	padding: 5px 10px;
}
.btn-xl{
	display: inline-block;
	cursor: pointer;
}
.btn-xl>img{
	display: block;
	height: 18px;
}
.btn-cancle{
	padding-left: 22px;
	position: relative;
	margin-left: 10px;
}
.btn-cancle>img{
	position: absolute;
	left: 0;
	top: 0;
}
.btn-cancle span{
	line-height: 18px;
	display: inline-block;
	font-size: 12px;
	color: #f9f8f8;
	transform: scale(0.9);
	transform-origin: center center;
}
.btn-left{
	padding-right: 10px;
}
.btn-right{
	padding-right: 10px;
	border-right: 1px solid #efeeee;
}
.krt-ly{
	/*width: 30%;2020-07-07*/
	width: 20%;
	height: 100%;
}
.ppt-page{
	position: absolute;
	top: 15px;
	left: 15px;
	background: rgba(0,0,0,.2);
	padding: 5px 10px;
	transform: scale(0.9);
	transform-origin: top left;
}
.ppt-page>span{
	font-size: 12px;
	color: #f9f9f9;
}
.ppt-page>span.current-page{
	color: #ffffff;
}
.road-show-seat{
	width: 100%;
	/*height: 75%;2020-07-07*/
	height: 85%;
	position: relative;
	z-index: 1;
	border-left: none;
	padding: 10px;
	padding-top: 48px;
	border: 1px solid #494949;
	border-top: none;
	border-left: none;
	padding-right: 0;
	padding-right: 10px;
}
.road-show-seat>img{
	width: 100%;
	height: 100%;
}
.road-show-name{
	position: absolute;
	bottom: 3px;
	left: 3px;
	background: rgba(0,0,0,.6);
	padding: 5px;
}
.road-show-name span{
	color: #ffffff;
	font-size: 12px;
}
.krt-ly .excel{
	width: 100%;
	/*height: 25%;2020-07-07*/
	height: 15%;
	padding: 3px;
	border: 1px solid #494949;
	border-left: none;
	border-top: none;
}
.krt-ly .excel .excel-content{
	width: 100%;
	height: 100%;
	padding: 10px;
	position: relative;
}
.notice{
	max-height: 100%;
	background: #3d3d3d;
	padding: 10px;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	padding-left: 40px;
	min-height: 40px;
}
.notice>img{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 20px;
	display: block;
	height: 16px;
}
.notice-words{
	font-size: 12px;
	color: #888889;
	transform: scale(0.9);
	transform-origin: top left;
	width: 110%;
	letter-spacing: 1px;
	text-align: justify;
}
.notice::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.notice::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 4px;
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #7a7a7a;
}
.notice::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 4px;
    background: #4f4f4f;
}
.excel-title{
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	position: relative;
	z-index: 1;
	padding-left: 22px;
	/*font-family: hyht65;*/
	position: absolute;
	top: 5px;
	left: 7px;
}
.excel-title>img{
	position: absolute;
	height: 18px;
	width: 18px;
	top: 6px;
	left: 0;
	display: block;
}
.excel-list{
	margin-bottom: 10px;
	cursor: pointer;
	padding-left: 16px;
	position: relative;
	z-index: 1;
}
.excel-list>p{
	font-size: 12px;
	color: #fff;
	line-height: 16px;
}
.excel-list>img{
	height: 12px;
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
}
.set-score{
	width: 100%;
	height: 100%;
	background: #333333;
	/*box-shadow: 0px 0px 3px #333333;*/
	padding: 2px;
	position: relative;
	padding-top: 65px;
	padding-bottom: 0px;
}
.score-top{
	width: 100%;
	position: absolute;
	/*display: flex;*/
	padding-right: 75px;
	padding: 0 20px;
	top: 13px;
	left: 0;
	height: 50px;
}
.score-top>p{
	font-size: 12px;
	color: #cccccc;
	-webkit-line-clamp: 3;
	line-height: 16px;
	margin: auto;
	padding-right: 90px;
	font-weight: bold;
	/*font-family: hyht65;*/
	text-align: left;
}
.score-top #submit-score{
	position: absolute;
	top: 2px;
	right: 20px;
	width: 60px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	display: block;
	background: #3989f7;
	text-align: center;
	cursor: pointer;
	/*margin-top: -11px;*/
}
.score-detail{
	width: 100%;
	max-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px 18px;
}
.score-detail::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.score-detail::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 4px;
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #7A7A7A;
}
.score-detail::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 4px;
    background: #4f4f4f;
}
.krt-other{
	width: 20%;
	height: 100%;
	padding: 0 2px;
	position: relative;
}
.krt-other .krt-other-content{
	width: 100%;
	height: 100%;
	background: #3d3d3d;
}
.host{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
	border: 2px solid #171d1b;
	border-left: none;
	border-right: none;
	padding: 3px 10px;
	padding-top: 48px;
	border-top: 0;
	border-bottom: none;
}
.host>img{
	width: 100%;
	height: 100%;
	display: block;
}
.host-name{
	position: absolute;
	bottom: 3px;
	left: 3px;
	padding: 5px;
	background: rgba(0,0,0,.6);
}
.host-name span{
	color: #ffffff;
	font-size: 12px;
}
.waiting-hall{
	width: 100%;
	height: auto;
	padding: 3px 2px;
	border-bottom: none;
	position: relative;
}
.waiting-hall .waiting-hall-content{
	height: 100%;
	position: relative;
	padding-top: 47px;
}
.waiting-scroll{
	width: 100%;
	padding: 10px 8px;
	overflow-x: hidden;
	overflow-y: auto;
}
.waiting-scroll::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.waiting-scroll::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 4px;
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #7A7A7A;
}
.waiting-scroll::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 4px;
    background: #4f4f4f;
}
.waiting-hall-title{
	font-size: 13px;
	line-height: 30px;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	z-index: 1;
	padding-left: 22px;
	/*font-family: hyht65;*/
	position: absolute;
	top: 10px;
	left: 8px;
}
.waiting-hall-title>img{
	height: 18px;
	width: 18px;
	position: absolute;
	top: 6px;
	left: 0;
	display: block;
}
.waiting-hall-list{
	margin-bottom: 16px;
	position: relative;
	/*cursor: pointer;*/
	font-size: 12px;
}
.krt-judges{
	width: 100%;
	height: 33%;
	/*background: #303539;*/
}
.judges-all{
	width: 100%;
	display: flex;
	height: 100%;
	/*background: #2e3337;*/
	padding: 0 20px;
	border-right: 1px solid #494949;
}
.judges-scoring{
	width: 20%;
	height: 100%;
	position: relative;
	padding: 3px;
	z-index: 3;
}
.show-scoring{
	margin: 0 auto;
	width: 50%;
	text-align: center;
	height: 30px;
	line-height: 30px;
	background: #e04928;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
.show-scoring>img{
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
}
.scoring-content{
	position: absolute;
	bottom: 50%;
	width: 100%;
	left: 0;
	margin-bottom: -15px;
	height: 30px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	z-index: 3;
}
.scoring-content.active{
	bottom: 10%;
}
.scoring-content.active .show-scoring>img{
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}
.scoring-detail{
	position: absolute;
	bottom: 40px;
	left: 5%;
	width: 90%;
	box-shadow: 0px 0px 3px #171d1b;
	padding: 10px;
	display: none;
	background: #4d5255;
	overflow-x: hidden;
	overflow-y: auto;
	padding-bottom: 30px;
	z-index: 3;
}
.scoring-detail::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.scoring-detail::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 4px;
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #7A7A7A;
}
.scoring-detail::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 4px;
    background: #4f4f4f;
}
.scoring-detail-content{
	max-width: 240px;
	width: 100%;
	margin: 0 auto;
}
.scoring-content.active .scoring-detail{
	display: block;
}
.scoring-title{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	/*font-family: hyht65;*/
	color: #fff;
}
.scoring-list{
	width: 100%;
	position: relative;
	padding-right: 70px;
	text-align: left;
	margin-bottom: 12px;
}
.scoring-list>input{
	font-size: 10px;
	text-align: center;
	width: 60px;
	height: 20px;
	border-radius: 12px;
	background: #4f4f4f;
	border: none;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	padding: 0 5px;
	color: #cccccc;
}
.scoring-list>p{
	display: inline-block;
	font-size: 12px;
	text-align: left;
	color: #cccccc;
}
.scoring-btn{
	width: 50%;
	text-align: center;
	background: #e04928;
	color: #ffffff;
	font-size: 14px;
	line-height: 26px;
	margin: 0 auto;
	margin-top: 20px;
	cursor: pointer;
}
.judges-content{
	text-align: center;
	margin: auto;
	width: 100%;
	font-size:0;
	position: relative;
	/*padding: 10px 0;*/
}
.judges-list{
	display: inline-block;
	height: 100%;
	position: relative;
	width: 14.2%;
}
.judges-list>span{
	font-size: 12px;
	display: inline-block;
	text-align: center;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	color: #ffffff;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.judges-video{
	width: 100%;
	height: 0;
	padding-bottom: 90%;
	/*border: 2px solid #1b211f;*/
	/*cursor: pointer;*/
	/*background: #9c9d9d;*/
}
.kv-ppt{
	width: 100%;
	height: 100%;
	background: #23282b;
	position: relative;
}
.kv-ppt>img{
	display: block;
	width: 100%;
	height: 100%;
}
.player-name{
	position: absolute;
	left: 3px;
	bottom: 3px;
	padding: 10px;
	background: rgba(0,0,0,.6);
}
.player-name>span{
	font-size: 14px;
	color: #ffffff;
}
.judges-video{
	position: relative;
}
.judges-video .judges-video-content{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 2px 5px;
	padding-bottom: 35px;
	padding-top: 0;
	overflow: hidden;
}
.judges-img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.judges-video-content .judges-img>img{
	display: block;
	min-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.judges-detail{
	background: #EEEEEE;
	/*box-shadow: 0px 0px 3px #171d1b;*/
	max-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px;
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	height: auto;
	width: 100%;
}
.judges-padding{
	position: relative;
	width: 100%;
	height: 100%;
}
.div-posi{
	left: 0;
	width: 100%;
	bottom: 100%;
	position: absolute;
	height: 100%;
	display: none;
	z-index: 2;
	padding: 0 5px;
}
.judges-list:nth-child(2) .div-posi{
	left: 0;
}
.judges-list:last-child .div-posi{
	left: auto;
	right: 0;
}
.sj-div{
	width: 100%;
	height: 10px;
	bottom: -10px;
	left: 0;
	position: absolute;
	z-index: 2;
}
.sj{
	position: absolute;
	right: 10%;
	top: 0;
	margin-left: -10px;
	 width: 0; 
	 height: 0;
	 border-width: 10px;
	 border-style: solid;
	 border-color:#eeeeee transparent transparent transparent;
	 z-index: 2;
}
.judges-detail::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.judges-detail::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 4px;
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #7A7A7A;
}
.judges-detail::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 4px;
    background: #4f4f4f;
}
.judges-detail-name{
	font-size: 13px;
	margin-bottom: 10px;
	text-align: left;
	color: #3989f7;
	font-weight: bold;
}
.judges-detail-other{
	text-align: justify;
	font-size: 12px;
	line-height: 18px;
	color: #999999;
}
.judges-list:hover .div-posi{
	display: block;
}
.judges-yy{
	position: absolute;
	top: 3px;
	left: 8px;
	display: inline-block;
	z-index: 3;
	display: none;
}
.judges-yy.active{
	display: block;
}
.judges-yy>img{
	width: 14px;
	height: 14px;
	display: block;
}
/*.judges-list:hover .judges-yy{
	display: block;
}*/
.krt-qp{
	position: absolute;
	top: 10px;
	right: 0px;
	width: 25px;
	height: 25px;
	display: inline-block;
	cursor: pointer;
}
.krt-qp-type{
	width: 100%;
	height: 100%;
	display: none;
}
.krt-qp-type img{
	width: 100%;
	height: 100%;
	display: block;
}
.scoring-padding{
	width: 100%;
	height: 100%;
	background: #23282b;
}

.krt-project{
	padding: 0 20px;
}
.krt-project-left{
	width: 70%;
	height: 100%;
	display: flex;
}
.krt-project-words{
	width: 100%;
	margin: auto;
}
.krt-project-right{
	width: 30%;
	height: 100%;
	position: relative;
}
.right-content{
	width: 100%;
	position: absolute;
	bottom: 5px;
	right: 0;
	text-align: right;
}
.top-right-list{
	display: inline-block;
	position: relative;
	padding-left: 20px;
	font-size: 12px;
	transform: scale(0.9);
	transform-origin: right top;
	max-width: 40%;
}
.top-right-list>span{
	color: #a0a0a0;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
.top-right-list #time-pc{
	transform: scale(1.1);
	transform-origin: right top;
}
.top-right-list>img{
	height: 16px;
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
}
.top-right-list:nth-child(2){
	margin-left: 15px;
}
.judges-top{
	width: 100%;
	text-align: left;
	padding-bottom: 10px;
	position: absolute;
	top: 10px;
	left: 0px;
	padding-left: 10px;
}
.judges-top span{
	color: #E5E6E5;
	font-size: 12px;
	font-weight: bold;
	/*font-family: hyht65;*/
	display: inline-block;
	line-height: 15px;
	padding-bottom: 3px;
	padding-right: 5px;
	border-bottom: 2px solid #E5E6E5;
	letter-spacing: 1px;
}
.judges-video-bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 5px;
}
.judges-name,.judges-state{
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
}
.judges-name{
	width: 100%;
    background: #3989f7;
}
.judges-state{
	background: #4e4e4e;
	padding: 0 2px;
	font-size: 10px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.judges-core{
	position: absolute;
	top: 1px;
	width: 50px;
	right: 5px;
	background: #3989f7;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	z-index: 2;
}
.krt-left{
	width: 80%;
	height: 100%;
}
.lyx-video{
	/*width: 60%;2020-07-07*/
	width: 100%;
	/*padding-right: 20px;2020-07-07*/
}
.lyx-video-content{
	position: relative;
	width: 100%;
	height: 0px;
	background: #4f4f4f;
	padding-bottom: 114.29%;
}
.lyx-data{
	width: 100%;
	/*width: 40%;2020-07-07*/
	position: relative;
	padding-top: 20px;
	/*padding-top: 30px;2020-07-07*/
	height: 100%;
	overflow-y: auto;/*2020-07-07*/
	/*padding-right: 2px;2020-07-07*/
}
.lyx-content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.lyx-content>img{
	width: 100%;
	height: 100%;
	display: block;
}
.lyx-data-top{
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0;
	padding-left: 20px;
}
.lyx-data-top>img{
	position: absolute;
	top: 3px;
	left: 0;
	height: 14px;
	display: block;
}
.lyx-data-top>span{
	color: #ffffff;
	font-size: 13px;
	line-height: 20px;
	display: inline-block;
	/*font-family: hyht65;*/
	font-weight: bold;
}
.lyx-worlds{
	width: 100%;
	max-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	/*padding-right: 20px;2020-07-07*/
}
.lyx-worlds::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.lyx-worlds::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 4px;
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #7A7A7A;
}
.lyx-worlds::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 4px;
    background: #4f4f4f;
}
.data-list{
	margin-bottom: 5px;
	/*margin-bottom: 20px;2020-07-07*/
}
.data-title>span{
	display: inline-block;
	padding-left: 10px;
	border-left: 2px solid #a0a0a0;
	color: #a0a0a0;
	font-size: 12px;
	font-weight: bold;
	/*font-family: hyht65;*/
	line-height: 12px;
}
.data-detail-list{
	/*margin-top: 10px;2020-07-07*/
	font-size: 12px;
	cursor: pointer;
}
.data-detail-list span:hover{
	color:#fff;
}
.data-detail-list span{
	color: #a0a0a0;
	text-align: justify;
	display: inline-block;
	transform-origin: top left;
	transform: scale(0.9);
	/*color: #cccccc;*/
	width: 110%;
}
.host-video{
	width: 100%;
	padding-bottom: 75%;
	height: 0px;
	position: relative;
	background: #4f4f4f;
}
.host-video-content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.host-video-content .judges-img>img{
	display: block;
	min-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.stand-by{
	position: relative;
	margin-bottom: 5px;
	transform: scale(0.9);
	transform-origin: top left;
	width: 110%;
	display: none;
	text-align: center;
	background: #999999;
	line-height: 22px;
}
.waiting-hall-list.active .stand-by{
	display: block;
}
.waiting-hall-list.on-line .waiting-title span{
	/*color: #3989f7;*/
	color:#aeaeae;
}
.stand-by>img{
	position: absolute;
	top: 2px;
	left: 0px;
	height: 12px;
	width: 12px;
	display: block;
}
.stand-by>span{
	font-size: 12px;
	color: #ffffff;
}
.waiting-title{
	line-height: 16px;
	color: #cccccc;
	position: relative;
	transform: scale(0.9);
	transform-origin: top left;
	width: 110%;
}
.waiting-title .ranking{
	/*position: absolute;
	top: 0;
	left: 0;*/
	line-height: 16px;
	margin-right: 5px;
	/*font-weight: bold;*/
	/*font-family: hyht65;*/
}
.waiting-title span{
	color: #848484;
	font-size: 12px;
	font-weight: normal;
}
.waiting-jsh{
	font-size: 12px;
	line-height: 14px;
	margin: 10px 0;
}
.waiting-jsh span{
	display: inline-block;
	transform-origin: top left;
	transform: scale(0.9);
	color: #cccccc;
	width: 110%;
}
.waiting-detail{
	font-size: 12px;
	color: #cccccc;
	display: none;
	line-height: 14px;
	text-align: justify;
}
.waiting-detail span{
	display: inline-block;
	transform-origin: top left;
	transform: scale(0.9);
	color: #cccccc;
	width: 110%;
}
.waiting-hall-list.active{
	background: #4f4f4f;
	padding: 20px 10px;
	font-weight: normal;
}
.waiting-hall-list.active .waiting-title .waiting-name{
	font-size: 12px;
	color: #ffffff;
	padding-left: 0;
	/*display: block;*/
	text-align: justify;
}
.waiting-hall-list.active .waiting-title .ranking{
	font-size: 12px;
	color: #333;
	width: 16px;
	height: 16px;
	background: #ffffff;
	text-align: center;
	line-height: 16px;
	margin-right: 5px;
}
.waiting-hall-list.active .waiting-detail{
	display: block;
}
.waiting-hall-list.active .waiting-jsh{
	font-size: 12px;
	text-align: justify;
}
.judges-content .judges-top{
	position: static;
	padding-left: 30px;
}
.judges-top{
	padding-left: 30px;
}
.judges-top>img{
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	top: 5px;
	left: 10px;
}
.judges-content .judges-top>img{
	top: 3px;
}
.judges-control{
	position: absolute;
	bottom: 38px;
	right: 0px;
	font-size: 0px;
	width: 100%;
	text-align: right;
	padding: 0 5px;
}
.control-judges{
	display: inline-block;
	cursor: pointer;
	margin: 0 3px;
}
.control-judges img{
	width: 17px;
	height: 17px;
	display: none;
	cursor: pointer;
}
.control-judges img.active{
	display: block;
}
.krt-left-top{
	width: 100%;
	height: 67%;
}
.judges-detail-position{
	color: #999999;
	margin: 10px 0;
	line-height: 16px;
	font-size: 12px;
}
.scoring{
	font-size: 12px;
	display: inline-block;
	float: right;
	background: #3989f7;
	color: #fff;
	padding: 0 10px;
	line-height: 20px;
	height: 22px;
	transform: scale(0.9);
	transform-origin: top right;
	cursor: pointer;
}
.scoring:hover{color:#fff;text-decoration: none;}
.waiting-talk{
	margin-top: 20px;
	padding-right: 15px;
	padding-top: 20px;
}
.talking-padding{
	border-top: 1px solid #5b5b5b;
	padding-top: 20px;
	width: 100%;
	margin-top: 20px;
	padding-right: 10px;
}
.talking-img{
	position: relative;
	float: right;
	cursor: pointer;
}
.talking-padding .talking-img>img{
	width: 18px;
	display: block;
}
.has-message{
	position: absolute;
	top: -3px;
	right: -3px;
	width: 8px;
	height: 8px;
	border-radius: 100% 100%;
	background: #3989f7;
}
.talking-detail{
	position: absolute;
	bottom: 0px;
	right: 0;
	width: 180%;
	background: #BCBCBC;
	padding: 10px;
	z-index: 3;
	display: none;
	border-radius: 5px;
	overflow: hidden;
	padding-bottom: 30px;
	padding-right: 0px;
	padding-left: 0;
}
.talking-detail.show{
	display: block;
}
.talking-cancle{
	height: 14px;
	cursor: pointer;
}
.talking-detail>p{
	text-align: right;
	margin-bottom: 10px;
	padding-right: 8px;
}
.talking-input{
	position: absolute;
	bottom: 5px;
	width: 100%;
	left: 0;
	text-align: center;
}
.talking-input .input-div{
	width: 90%;
	margin: 0 auto;
	position: relative;
	padding-right: 46px;
	background: #ADADAD;
	height: 22px;
	padding-top: 2px;
}
.talking-input .input-div input{
	width: 110%;
	border: none;
	line-height: 18px;
	background: none;
	height: 18px;
	padding: 0 3px;
	border-right: 1px solid #565656;
	font-size: 12px;
	color: #565656;
	transform: scale(0.9);
	transform-origin: center center;
}
.talking-input .input-div span{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	font-size: 12px;
	line-height: 22px;
	transform: scale(0.9);
	transform-origin: center center;
	color: #565656;
	cursor: pointer;
}
.talking-scroll{
	width: 100%;
	max-height: 150px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px;
	padding-right: 8px;
}
.talking-scroll::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.talking-scroll::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 4px;
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #9c9b9b;
}
.talking-scroll::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 4px;
    background: #4f4f4f;
}
.talking-left-padding{
	width: 100%;
	padding-right: 2px;
	border-bottom: 1px solid #898989;
}
.talking-list{
	width: 100%;
	padding: 0px 22px;
	padding-bottom: 10px;
	position: relative;
	text-align: right;
	line-height: 14px;
}
.talking-list>img{
	position: absolute;
	top: 0;
	width: 14px;
	height: 14px;
	border-radius: 100% 100%;
}
.get-list>img{
	left: 0;
}
.set-list>img{
	right: 0;
}
.talking-words{
	font-size: 12px;
	max-width: 110%;
	transform: scale(0.9);
	text-align: justify;
	color: #565656;
}
.get-list .talking-words{
	transform-origin: top left;
}
.set-list .talking-words{
	transform-origin: top left;
}
.set-list p.talking-words{
	display: inline-block;
	max-width: 110%;
	color: #3989f7;
	/*text-align: right;*/
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: 15px;
    left: 15px;
    width: auto;
    background: rgba(0,0,0,.2);
    padding: 5px 10px;
    transform: scale(0.9);
    transform-origin: top left;
    height: auto;
}