.bjc-player-ad {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
	background: #000;
}

.bjc-player-ad .bjc-ad-opt {
	white-space: nowrap;
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 30px;
	right: 30px;
	height: 25px;
	line-height: 25px;
	background: rgba(0, 0, 0, 0.75);
	padding: 0 5px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px
}

.bjc-player-ad .bjc-ad-more {
	text-decoration: none;
	position: absolute;
	bottom: 30px;
	right: 30px;
	background: rgba(55, 164, 245, 0.95);
	width: 90px;
	height: 38px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	line-height: 38px;
	font-size: 12px;
	color: #fff
}

.bjc-player-ad .bjc-ad-img {
	position: absolute;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.bjc-player-ad .bjc-skip {
	cursor: pointer;
	padding: 0 5px
}

.bjc-player-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	background: #000;
}

.bjc-player-wrapper .bjc-hide {
	display: none
}

.bjc-player-wrapper .bjc-player-cover {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.bjc-player-wrapper .bjc-player-cover img {
	position: absolute
}

.bjc-player-wrapper .bjc-player-cover .bjc-player-circle {
	border: solid 1px #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	height: 50px;
	position: absolute;
	width: 50px;
	top: 50%;
	left: 50%;
	z-index: 10;
	margin-left: -26px;
	margin-top: -26px
}

.bjc-player-wrapper .bjc-player-cover .bjc-player-circle:hover {
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1)
}

.bjc-player-wrapper .bjc-player-cover .bjc-player-circle-play {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 20px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -7px
}

.bjc-player-wrapper .bjc-object-wrapper {
	position: absolute;
	left: 0;
	right: 425px;
	top: 0;
	bottom: 0;
	overflow-y: hidden;
}

.bjc-player-wrapper .bjc-object-wrapper.no-play-list {
	right: 0
}

.bjc-player-wrapper .bjc-list-wrapper {
	width: 425px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	overflow-y: auto;
	background: #f2f2f2
}

.bjc-player-wrapper .bjc-title-wrapper {
	background: #d6d6d6;
	padding: 15px
}

.bjc-player-wrapper .bjc-list-content-wrapper {
	padding: 15px
}

.bjc-player-wrapper .bjc-list-content-item {
	padding-bottom: 15px;
	cursor: pointer;
}

.bjc-player-wrapper .bjc-list-content-item.active {
	color: #1985ff;
}

.bjc-player-wrapper .bjc-list-content-item.active .bjc-list-content-item-play-count {
	color: #1985ff
}

.bjc-player-wrapper .bjc-list-content-item-img {
	width: 160px;
	height: 100px;
	display: inline-block;
	vertical-align: top
}

.bjc-player-wrapper .bjc-list-content-item-content {
	width: 206px;
	display: inline-block
}

.bjc-player-wrapper .bjc-list-content-item-title {
	max-height: 82px;
	width: 100%;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	word-break: break-all;
	overflow-y: auto
}

.bjc-player-wrapper .bjc-list-content-item-play-count {
	font-size: 12px;
	color: #666;
	margin-top: 5px
}

.bjc-player-wrapper .bjc-section-switch {
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
	color: #666;
	width: 25px;
	position: absolute;
	height: 60px;
	background: #f2f2f2;
	top: 40%;
	right: 0;
	line-height: 60px;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
	z-index: 10
}

.bjc-player-wrapper .bjc-error-tip {
	position: absolute;
	width: 50%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	height: 200px;
	background-color: transparent;
	color: #fff;
	font-size: 20px
}

.bjc-player-wrapper .bjc-flash-tip {
	padding: 10px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	background: #999;
	color: #fff;
	width: 100%
}
