@charset "utf-8";
/* CSS Document */
:root {
  --interaction-color: #262631;
}
.form-control:focus {
	box-shadow: none;
}
.btn-warning {
	color: #fff;
	background-color: #f90;
	border-color: #f90;
}

.btn-warning:hover {
	color: #fff;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:focus,
.btn-warning.focus {
	color: #fff;
	background-color: #ffc107;
	border-color: #ffc107;
	box-shadow: none;
}

.btn-warning.disabled,
.btn-warning:disabled {
	color: #fff;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: none;
}
.liveheader .navbar-brand img {
	height: 30px;
}

.liveheader .goback,.liveheader .goback:hover{
	color: #fff;
	text-decoration: none;
}

.live-row{
	padding-left: 5px;
	padding-right: 5px;
}
.live-row > .col,
.live-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.live-content{
	background: var(--interaction-color);
	margin-bottom: 0;
}
.live-player-title{
	padding: 1rem;
	color: #fff;
}

.live-player-title h5{
	font-size: 1rem;
	margin: 0;
}
.live-content .btn-sm{
	padding: 0.3125rem 0.625rem;
}
.live-player-video{
	width: 100%;
	height: 484px;
	max-height: 484px;
	min-width: 750px;
	min-height: 484px;
	background-color: #0B0D17;
	position: relative;
}
#viewsnum{
	position: absolute;
	left: 20px;
	top: 10px;
	font-size: 0.875rem;
	color: #fff;
	width: 100px;
	height: 40px;
	z-index: 99999;
	/* display: none!important; */
}
.tbLivePlayer{
	width: 100%;
	height: 484px;
}
.no-player {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #000;
}

.live-nologin{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,1,40,0.7);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 99;
}
.live-nologin .btn{
	font-size: 1rem;
}
.live-countdown{
	color: #fff;
	padding: 5rem 1.5rem 1.5rem 1.5rem;
	background:transparent;
	background-image: -moz-linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
	background-image: -webkit-linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
	background-image: -o-linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
	background-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.live-countdown .text{
	font-size: 1.125rem;
	font-weight: bold;
	color: hsla(0,0%,100%,.8);
	margin-right: 1rem;
}
.live-countdown .time{
	font-size: 1.25rem;
	font-weight: bold;
}
.live-countdown .time>span {
    font-size: 1.625rem;
    line-height: 37px;
    margin: 0 4px;
    min-width: 32px;
}


.share-toast{
	position: absolute;
	right: 0;
	top: 40px;
	z-index: 9999;
	flex-basis: 440px;
	max-width: 440px;
	width: 440px;
	background: #fff;
	color: #333;
	display: none;
}
.toast-body{
	padding: 2rem;
	width: 100%;
	position: relative;
}
.toast-close{
	font-size: 1.5rem;
	font-weight: normal;
	position: absolute;
	right: 10px;
	top: 4px;
	z-index: 1;
	cursor: pointer;
}
.share-left{
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.share-toast .share-title{
	font-size: 0.75rem;
	font-weight: bold;
}
.share-weibo{
	width: 30px;
	height: 30px;
	background-color: #F44242;
	border-radius: 50%;
}
.share-weibo:hover{
	text-decoration: none;
}
.share-weibo i{
	font-size: 1rem;
	color: #fff;
}
.share-toast .wechat-qrcode {
    width: 95px;
    height: 95px;
    margin-top: -3px;
}

.live-heading{
	border-bottom: rgba(255, 255, 255, 0.04) solid 1px;
	padding: 0 1rem;
}
.live-heading .live-heading-title{
	font-size: 1rem;
	color: #fff;
	display: inline-block;
	padding-top: 1rem;
}
.live-heading .live-heading-title:after {
    content: "";
    height: 2px;
    background: #fff;
    display: block;
    margin: 8px auto 0;
}
.live-detail{
	font-size: 1rem;
	padding: 1rem;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.67;
}
.live-detail img{
	width: 100%;
}
.live-detail a {
	color: rgba(255, 255, 255, 0.8)!important;
	border-bottom: 1px solid #6E7AD5!important;
	padding-bottom: 1px;
}
.live-detail a:hover {
	color: rgba(255, 255, 255, 0.8)!important;
	text-decoration: none;
}

.m-live-wrap{
	background-color: #000000;
	min-height: 100vh;
}
.m-live-player-video{
	width: 100%;
	height: 211px;
	max-height: 211px;
	min-height: 211px;
	background-color: #0B0D17;
	position: relative;
}
.m-live-player-video .live-countdown .text{
	font-size: 1rem;
	font-weight: bold;
	color: hsla(0,0%,100%,.8);
	margin-right: 1rem;
}
.m-live-player-video .live-countdown .time{
	font-size: 1.125rem;
	font-weight: bold;
}
.m-live-player-video .live-countdown .time>span {
    font-size: 1.25rem;
    line-height: 37px;
    margin: 0 4px;
    min-width: 32px;
}
.nav-livebar{
	
}
.nav-livebar .nav-link {
	color: #fff;
}

.nav-livebar .nav-link.active:after,
.nav-livebar .show > .nav-link:after {
	content: " ";
	display: block;
	margin-top: 2px;
	border-bottom: #007bff solid 2px;
}
.m-live-wrap .live-detail{
	padding: 1rem;
	color: #f1f1f1;
}

.live-pay-title{
	font-size: 1rem;
	text-align: center;
}
.live-pay-price{
	font-size: 1.5rem;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1rem;
}
.live-pay{
	border: #DDDDDD solid 1px;
	padding: 10px;
}
.pay-qrcode{
	position: relative;
	margin-bottom: 0.625rem;
}
.pay-qrcode #wechat_native_img{
	width: 150px;
	height: 150px;
}
.pay-qrcode .pay-qrcode-status{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	cursor: pointer;
}
.pay-qrcode .pay-qrcode-status.show{
	display: flex;
}
.pay-qrcode .pay-qrcode-status .icon{
	font-size: 2.625rem;
}
.pay-qrcode .pay-qrcode-status .status-text{
	font-size: 0.875rem;
	color: #fff;
}

.live-payinfo{
	font-size: 0.875rem;
	
}
.live-payinfo img{
	width: 20px;
	height: 20px;
	margin-right: 8px;
}
.tbLiveChatroom{
	height: 498px;
}
.tbLiveChatroom .polyv-chat-room{
	padding: 0;
} 
.tbLiveChatroom .polyv-cr-head{
	display: none!important;
}
.tbLiveChatroom .polyv-chat-room>.polyv-cr-body {
    background: #262631;
}
.polyv-chat-room .tab-ask-content, .polyv-chat-room .tab-chat-content::-webkit-scrollbar-track {
	background-color: #333
}

.polyv-chat-room .tab-ask-content, .polyv-chat-room .tab-chat-content::-webkit-scrollbar {
	width: 6px;
	background-color: #f5f5f5
}

.polyv-chat-room .tab-ask-content, .polyv-chat-room .tab-chat-content::-webkit-scrollbar-thumb {
	background-color: #000
}
.tbLiveChatroom .polyv-chat-input {
    height: 98px;
    background: #23232C!important;
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.tbLiveChatroom .polyv-chat-room .polyv-chat-input textarea{
	background: hsla(0,0%,100%,.06);
	resize: none;
	border: none;
	height: 40px;
	color: #fff;
	font-size: 14px;
	box-shadow: none;
	line-height: 20px;
	padding: 10px 10px 10px 14px;
	position: relative;
	width: 100%;
	vertical-align: top;
	overflow: auto;
	border-radius: 2px;
}

.tbLiveChatroom .chat-notice {
	padding: 10px;
	border-radius: 5px!important;
	background: #30303B!important;
	color: #ff9900!important;
}
.chat-login{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.mobile-wrap .polyv-chat-input .polyv-icon-more{
	display: none!important;
}
.mobile-wrap .polyv-chat-input .polyv-mobile-send{
	display: block!important;
	background-color: #007BFF;
	padding: 0px 10px;
	color: #fff;
}
.mobile-wrap .polyv-chat-input .show-1-icon>div {
    padding-left: 60px!important;
    padding-right: 50px!important;
}
.polyv-chat-room .polyv-msg-main {
    max-width: 87%!important;
}

@media (max-width: 768px) {
	.tbLivePlayer{
		width: 100%;
		height: 211px;.
	}
}
.live-right-list{
	padding: 10px;
}
.live-right-list .card{
	border: 0;
	margin-bottom: 1rem;
	color: #fff;
}
.live-right-list .card-body{
	background-color: #30303B!important;
	padding: 0.5rem;
}
