/* 50px --> 3.125rem */
/* 2px --> 0.125rem */
/* 16px PK 1rem */
.tv {
	background-color: #393D49;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 0;
	font-size: 1rem;
}

.tv-head {
	height: 3.8rem;
	line-height: 3.8rem;
	padding: 0 1.875rem;
	border-bottom: 0.125rem solid #5c5d70;
}

.tv-body, .tv-gather, .tv-gather-type {
	padding: 0 1.875rem;
}

.move {
	cursor: pointer;
}

.left {
	float: left;
}

.right {
	float: right;
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ellipsis2 {
	-webkit-line-clamp: 2;
}

.ellipsis3 {
	-webkit-line-clamp: 3;
}

.ellipsis3, .ellipsis2 {
	/* n行省略号 */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.tv-head .left, .tv-head .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	height: 100%;
	font-size: 1.125rem;
	color: #fff;
}

.tv-head .left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.tv-head .right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.tv-head .tv-head-item {
	border-radius: 1.25rem;
	background: transparent;
	color: #c9d3cd;
	text-align: center;
	border: 0.125rem solid transparent;
	height: 2rem;
	line-height: 2rem;
}

.tv-head .tv-head-item.pointer, .tv-player-btn.pointer {
	background: transparent !important;
	color: #fff;
	box-shadow: 0 0 4px #31d0ff;
	border-color: #31d0ff;
}

.tv-head .left .tv-head-item {
	margin-right: 10px;
	background: #5c5d70;
	color: #dde0e6;
	padding: 0 15px;
}

.tv-head .right .tv-head-item {
	/* 	margin-left: 10px; */
	margin: 0 4px;
}

.tv-head .right .tv-head-item:last-child {
	margin-right: 0 !important;
}

.tv-head .tv-head-separator {
	margin: 0 4px;
}

.tv-title {
	width: 100%;
	overflow: hidden;
	/* overflow-x: auto; */
	white-space: nowrap;
	position: relative;
	height: 2.25rem;
	line-height: normal;
	display: inline-block;
	margin-top: 0.6rem !important;
	margin-bottom: 0.6rem !important;
}

.tv-title::-webkit-scrollbar {
	width: 0;
	height: auto;
}

.tv-title .tv-title-item {
	height: 2rem;
	line-height: 2rem;
	border-radius: 1.25rem;
	background: transparent;
	color: #c9d3cd;
	text-align: center;
	border: 0.125rem solid transparent;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 22px;
	margin: 0 6px;
	min-width: 6.25rem;
	width: 6.25rem;
	display: inline-block;
}

.tv-title .tv-title-item.pointer {
	background: transparent;
	color: #fff;
	box-shadow: 0 0 4px #31d0ff;
	border-color: #31d0ff;
}

.tv-title .tv-title-item.selected {
	color: #31d0ff;
	text-shadow: 0 1px #31d0ff;
}

.tv-content {
	margin-top: 0.25rem;
}

.tv-content .tv-content-item {
	border: 0.125rem solid transparent;
	border-radius: 0.26rem;
	height: auto;
	text-align: center;
	min-height: 6.875rem;
	position: relative;
}

.tv-content .tv-content-item .tv-name {
	position: absolute;
	bottom: 10px;
	color: #ffffff80;
	left: 10px;
}

.tv-content .tv-content-item img {
	width: 100%;
	max-height: 100%;
	height: auto;
	border-radius: 0.2rem;
	background: #000000;
}

.tv-content .pointer .tv-content-item {
	border-color: #31d0ff;
	box-shadow: 0 0 8px #31d0ff;
}

.tv-shake {
	position: relative;
	/* 	animation: shake 1.5s infinite; */
}

.error-nodata {
	text-align: center;
	color: #84989e;
	margin: 2rem auto;
	margin: 10% auto;
	text-shadow: 0px 0px 5px #31d0ff;
}

.error-nodata i {
	font-size: 8rem;
}

.error-nodata p {
	font-size: 1.2rem;
	margin-top: 1rem;
}

/* ---------------- layer -------------------- */
.layer-confirm .layui-layer-content, .layer-confirm .layui-layer-btn {
	text-align: center;
}

.layer-confirm .layui-layer-content {
	font-size: 1.2rem;
}

.layer-confirm .layui-layer-content p {
	color: #c9d3cd;
	margin-top: 1rem;
}

.layer-confirm .pointer {
	box-shadow: 0 0px 4px 0px #31d0ff;
	border-color: #31d0ff;
}
/* ---------------- info -------------------- */
.tv-info1 {
	z-index: 100;
	position: relative;
	padding: 1.7rem 1.875rem;
}

.tv-info1 .tv-info-left {
	width: 50% !important;
}

.tv-info .tv-info-left .move {
	border: 2px solid transparent;
}

.tv-info .tv-info-left .move.pointer {
	color: #fff;
	box-shadow: 0 0 4px #31d0ff;
	border-color: #31d0ff;
}

.tv-info1 .tv-info-left img {
	max-width: 100%;
	width: 100%;
	background: #000;
}

.tv-info1 .tv-info-right {
	width: 50% !important;
}

.tv-info-profile, .tv-info-player {
	color: #f7f9ff;
	padding-left: 15px;
}

.tv-info-profile .title {
	font-size: 24px;
	margin-bottom: 20px;
}

.tv-info-profile .alias {
	font-size: 14px;
	margin-left: 20px;
	color: #aaa;
}

.tv-info-profile .type {
	font-size: 15px;
	margin: 6px 0;
}

.tv-info-profile .type>span:first-child {
	margin-left: 0 !important;
}

.tv-info-profile .type>span {
	margin-left: 40px;
}

.tv-info-profile .type a {
	color: #fff;
}

.tv-info-profile .profile {
	font-size: 14px;
	margin: 20px 0;
	line-height: 20px;
	min-height: 40px;
	color: #aaa;
}

.tv-info-player {
	
}

.tv-player-btn {
	display: inline-block;
	height: 2rem;
	line-height: 2rem;
	border-radius: 1.25rem;
	background: #5c5d70;
	color: #dde0e6;
	text-align: center;
	border: 0.125rem solid transparent;
	padding: 0 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 0.875rem;
	width: auto;
	margin-right: 0.375rem;
	min-width: 40px;
}

.tv-player-btn i {
	font-size: 1.125rem;
	vertical-align: bottom;
}

.tv-more {
	margin-top: 20px;
}

.tv-more .title {
	border-color: #dde0e6;
}

.tv-more .title>* {
	font-size: 20px;
	color: #dde0e6;
}

.tv-gather .tv-player-btn {
	border-radius: 0 !important;
	min-width: 80px;
	position: relative;
	font-size: 1rem;
}

.tv-gather-type {
	visibility: visible !important;
	padding-top: 8px;
}

.tv-gather-type span {
	color: #dde0e6;
	font-size: 17px;
}

.tv-gather-type span[lay-separator] {
	color: #909090 !important;
	font-size: 15px;
}

.tv-gather-type span[lay-separator]:last-child {
	display: none;
}

.tv-gather-type span.move {
	padding: 4px 8px;
	border: 2px solid transparent;
	border-radius: 4px;
}

.tv-gather-type span.move.pointer {
	border-color: #31d0ff;
	box-shadow: 0 0px 4px 0px #31d0ff;
}

.tv-gather, .tv-gather-type {
	padding-bottom: 0.625rem;
}

.tv-gather-type .selected, .tv-gather .selected {
	color: #31d0ff;
}

.tv-gather .selected:before {
	content: "\e756";
	font-family: layui-icon !important;
	position: absolute;
	top: -6px;
	right: 2px;
}

.disabled, .updating {
	border-color: #424652 !important;
	background-color: #424652 !important;
	color: #828282 !important;
	cursor: not-allowed !important;
	opacity: 1;
}

.disabled:before, .updating:before {
	content: "\e673";
	font-family: layui-icon !important;
	position: absolute;
	top: -6px;
	right: 2px;
	color: #828282;
}

.updating:before {
	content: "\e63d";
}