body {
	/*	background-image: linear-gradient(to right, #051e46, #2b40a2);*/
	background: #000;
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
	-webkit-touch-callout: none;
	/*系统默认菜单被禁用*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-khtml-user-select: none;
	/*早期浏览器*/
	-moz-user-select: none;
	/*火狐*/
	-ms-user-select: none;
	/*IE10*/
	user-select: none;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

.mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
}

.u-flex-wrap {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pagefade-enter {
	opacity: 0;
}

.pagefade-enter-active {
	transition: opacity 0.2s;
}

.u-relative {
	position: relative;
}

.title {
	text-align: center;
	color: #fff;
	margin: 60px 0 20px;
}

.index-box {
	width: 100%;
	height: auto;
	position: relative;
}

.index-box img {
	width: 100%;
	height: auto;
}

@media screen and (min-width:768px) {
	.index-box {
		width: 375px;
		height: 667px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
}

@media screen and (min-width:600px) and (max-width:992px) {
	.index-box {
		width: 375px !important;
		height: auto !important;
		position: relative !important;
		margin: 0 auto;
	}
}

.new-index-btn {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 12%;
	width: 98%;
	-webkit-tap-highlight-color: transparent;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-name: breathe;
	-webkit-animation-duration: 800ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
}

.new-index-btn img {
	width: 100%;
}

.video-box {
	overflow: hidden;
}

.video-box .bg-index {
	width: 100%;
	height: auto;
}

.video-box video {
	width: 100%;
	height: 100%;
}

.video-box .currentimg {
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
}

.video-box .currentimg img {
	width: 100%;
	height: auto;
}

.horizontal {
	transform: rotate(90deg);
}

@media screen and (min-width: 600px) {
	.video-box {
		/*min-width: 600px;
        min-height: 375px;
        width: 50vw;
        height: 31vw;*/
		position: absolute;
		top: 42%;
		left: 50%;
		transform: translate(-50%, -45%);
		background: #000;
		width: 768px;
		height: 432px;
	}
}

.video_dom {
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.play {
	width: 10%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.play img {
	width: 100%;
}

.btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 8%;
	color: #fff;
	z-index: 99998;
	width: 30%;
	margin: 0 auto;
}

.btn .myButton img {
	width: 100%;
}

.myButton {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-name: breathe;
	-webkit-animation-duration: 2700ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
}

@-webkit-keyframes breathe {
	0% {
		opacity: .5;
	}

	100% {
		opacity: 1;
	}
}

.myButton:last-child {
	margin-bottom: 0;
}


/*@keyframes scaleDraw {
	0% {
		transform: scale(1);
	}
	25% {
		transform: scale(1.1);
	}
	50% {
		transform: scale(1);
	}
	75% {
		transform: scale(1.1);
	}
}*/

.myButton:active {
	position: relative;
	top: 1px;
}

video::-webkit-media-controls-fullscreen-button {
	display: none !important;
}

.show-tit {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 25%;
	color: #fff;
	height: 40px;
	font-size: 16px;
	text-align: center;
}

.show-tit div {
	display: inline-block;
	background: rgba(0, 0, 0, 0.3);
	padding: 5px 15px;
}

.control {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 10px;
	background: rgba(0, 0, 0, 0.3);
	z-index: 99997;
}

.control .line-one {
	height: 30px;
}

.control .line-one .control-left {
	float: left;
}

.control .line-one .control-right {
	float: right;
}

.control .line-one .control-list {
	padding: 0 4px;
	margin-right: 8px;
	float: left;
	color: #fff;
	font-size: 0.9rem;
	line-height: 26px;
	position: relative;
}

.control .line-one .control-list img {
	width: 26px;
	height: 26px;
}

.control .line-one .control-list .vioce-progress {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 32px;
}

.control .line-one .control-list .vioce-progress .active {
	width: 4px;
	height: 40%;
	position: absolute;
	background: #fff;
	bottom: 0;
	left: 0;
	right: 0;
}

.control .line-one .control-list input {
	position: absolute;
	left: -50px;
	bottom: 87px;
}

.hand-pointer:hover {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.hand-grab:hover {
	cursor: grab;
}

@media screen and (min-width: 927px) {
	.video-box {
		width: 927px;
	}
}

.w100 {
	width: 100%;
	height: 100%;
}


/* 超小设备（手机，小于 768px） */

@media screen and (max-width:768px) {
	.video-box {
		width: 520px;
		height: 292px;
		top: 38%;
	}

	.container .scroll-list {
		height: 67px;
	}

	.video-content .video-list .video-pic {
		width: 190px;
		height: 110px;
	}

	.video-content {
		width: 540px;
		margin: 0 auto;
	}

	.record-con .record-list {
		width: 22% !important;
	}

	.btn {
		width: 42% !important;
	}

	.list-back {
		width: 110px !important;
	}

	.list-back.back-fan {
		width: 70px !important;
	}

	.end-con .end-tit {
		font-size: 1.2rem !important;
		margin-bottom: 1rem !important;
	}

	.end-con .text-descript {
		font-size: 1rem !important;
		margin-bottom: 1.2rem !important;
	}

	.chapter-type .chapter-list .progress-con .progress,
	.progress-con .progress {
		margin-top: 1.2rem !important;
	}

	.video-file-mask .mask-file {
		width: 211px !important;
		height: 200px !important;
	}

	.video-back-title {
		font-size: 16px !important;
	}

	.video-bottom {
		height: 47% !important;
	}

	.video-tips-list div {
		font-size: 16px !important;
		margin-bottom: 5px !important;
		padding: 5px 10px !important;
	}

	.video-paus-play img {
		width: 20px !important;
	}

	.video-endding-img img {
		width: 180px !important;
	}

	.read-content {
		top: 17% !important;
	}

	.read-content .column-one {
		width: 145px !important;
	}

	.read-content .column-four {
		width: 62px !important;
	}

	.read-content .column-five {
		width: 119px !important;
	}

	.read-content .column-eight {
		width: 122.5px !important;
	}

	.read-content .column-nine {
		width: 72.5px !important;
	}

	.read-content .column-ten {
		width: 125px !important;
	}

	.read-content .column-eleven {
		width: 62.5px !important;
	}

	.read-content .column-full {
		width: 30px !important;
	}

	.read-content .column-two {
		width: 126px !important;
	}

	.read-content .column-three {
		width: 165px !important;
	}

	.read-content .column-six {
		width: 93.5px !important;
	}

	.read-content .column-seven {
		width: 120px !important;
	}

	.read-content .column-twelve {
		width: 46.25px !important;
	}

	.read-content .column-thirteen {
		width: 140px !important;
	}

	.read-content .column-fourteen {
		width: 100px !important;
	}

	.read-content .column-num-seven {
		width: 139.5px !important;
	}

	.read-content .column-num-nine {
		width: 129.7px !important;
	}

	.read-content .column-fiveteen {
		width: 27.5px !important;
	}

	.read-content .column-sixteen {
		width: 130px !important;
	}

	.read-content .column-seventeen {
		width: 121.5px !important;
	}

	.read-content .column-eighteen {
		width: 190px !important;
	}

	.read-content .column-nineteen {
		width: 105px !important;
	}

	.scroll-column-four {
		margin-right: -0.25rem !important;
	}

	.video-file-mask .mask-file .wenzi {
		font-size: 0.8rem !important;
		line-height: 1.2rem !important;
		top: 37% !important;
	}

	.video-file-mask .mask-file .mask-file-confirm {
		bottom: 10% !important;
	}

	.pop-read {
		width: 172px !important;
		height: 141px !important;
	}

	.mutual-con .mutual-list .text-info {
		font-size: 0.7rem !important;
	}

	.chapter-type .chapter-list .progress-con,
	.progress-con {
		font-size: 0.9rem !important;
	}

	.pop-read .pop-read-con .pop-tit {
		font-size: 1rem !important;
		padding: 5px 0 !important;
	}

	.pop-read .pop-read-con .info-text {
		height: 23% !important;
		font-size: 0.7rem !important;
		line-height: 1rem !important;
		padding: 5px 0 !important;
	}

	.end-con .chapter-type {
		margin-top: 1.8rem !important;
	}

	.end-con .chapter-actor {
		margin-top: 0.7rem !important;
	}

	.actor-content {
		font-size: 16px !important;
	}
}


/* 小型设备（平板电脑，768px 起） */

@media screen and (min-width:768px) and (max-width: 992px) {
	.video-box {
		width: 768px;
		height: 432px;
	}

	.container .scroll-list {
		height: 95px;
	}

	.video-content .video-list .video-pic {
		width: 190px;
		height: 110px;
	}

	.video-content {
		width: 540px;
		margin: 0 auto;
	}

	.record-con .record-list {
		width: 18% !important;
	}

	.record-con {
		margin-top: 11% !important;
	}

	.list-back {
		width: 130px !important;
	}

	.list-back.back-fan {
		width: 90px !important;
	}

	.video-back-title {
		font-size: 18px !important;
	}

	.video-bottom {
		height: 44% !important;
	}

	.video-tips-list div {
		font-size: 20px !important;
		margin-bottom: 8px !important;
		padding: 5px 10px !important;
	}

	.video-paus-play img {
		width: 26px !important;
	}

	.video-endding-img img {
		width: 200px !important;
	}

	.read-content .column-one {
		width: 145px !important;
	}

	.read-content .column-four {
		width: 62px !important;
	}

	.read-content .column-five {
		width: 119px !important;
	}

	.read-content .column-eight {
		width: 122.5px !important;
	}

	.read-content .column-nine {
		width: 72.5px !important;
	}

	.read-content .column-ten {
		width: 125px !important;
	}

	.read-content .column-eleven {
		width: 62.5px !important;
	}

	.read-content .column-full {
		width: 30px !important;
	}

	.read-content .column-two {
		width: 125px !important;
	}

	.read-content .column-three {
		width: 165px !important;
	}

	.read-content .column-num-seven {
		width: 139.5px !important;
	}

	.read-content .column-num-nine {
		width: 129.7px !important;
	}

	.read-content .column-six {
		width: 93.5px !important;
	}

	.read-content .column-seven {
		width: 120px !important;
	}

	.read-content .column-twelve {
		width: 46.25px !important;
	}

	.read-content .column-thirteen {
		width: 140px !important;
	}

	.read-content .column-fourteen {
		width: 100px !important;
	}

	.read-content .column-fiveteen {
		width: 27.5px !important;
	}

	.read-content .column-sixteen {
		width: 130px !important;
	}

	.read-content .column-seventeen {
		width: 121.5px !important;
	}

	.read-content .column-eighteen {
		width: 190px !important;
	}

	.read-content .column-nineteen {
		width: 105px !important;
	}

	.pop-read {
		width: 241px !important;
		height: 197px !important;
	}

	.chapter-type .chapter-list .chapter-read-img .signal-pic {
		width: 24px !important;
		height: 24px !important;
	}

	.end-con .end-tit {
		font-size: 1.2rem !important;
		margin-bottom: 1rem !important;
	}

	.end-con .text-descript {
		font-size: 1rem !important;
		margin-bottom: 1.2rem !important;
	}

	.chapter-con {
		bottom: 15% !important;
	}

	.chapter-con .chapter-list {
		width: 28% !important;
	}

	.pop-read .pop-read-con .info-text {
		height: 28% !important;
		font-size: 0.9rem !important;
		line-height: 1rem !important;
	}
}

@media screen and (max-width: 510px) {
	.mutual-con .mutual-list .text-info {
		font-size: 0.7rem !important;
	}
}

@media screen and (max-width: 600px) {
	.video-box {
		/*width: 100vw;
        height: 62vw;*/
		position: absolute;
		top: 40%;
		left: 50%;
		transform: translate(-50%, -35%);
		background: #000;
	}

	.btn {
		bottom: 10% !important;
		width: 45% !important;
	}

	.video-file-mask .mask-file {
		width: 232px !important;
		height: 220px !important;
	}

	.video-endding-img img {
		width: 150px !important;
	}

	.read-content {
		top: 17% !important;
	}

	.read-content .column-one {
		width: 145px !important;
	}

	.read-content .column-four {
		width: 62px !important;
	}

	.read-content .column-five {
		width: 119px !important;
	}

	.read-content .column-eight {
		width: 122.5px !important;
	}

	.read-content .column-nine {
		width: 72.5px !important;
	}

	.read-content .column-ten {
		width: 125px !important;
	}

	.read-content .column-eleven {
		width: 62.5px !important;
	}

	.video-file-mask .mask-file .wenzi {
		font-size: 0.9rem !important;
		line-height: 1.4rem !important;
		top: 38% !important;
	}

	.video-file-mask .mask-file .mask-file-confirm {
		bottom: 7% !important;
	}

	.pop-read {
		width: 207px !important;
		height: 169px !important;
	}

	.mutual-con .mutual-list .text-info {
		font-size: 0.9rem !important;
	}

	.end-con .chapter-type {
		margin-top: 1.8rem !important;
	}

	.end-con .chapter-actor {
		margin-top: 0.7rem !important;
	}
}

@media screen and (max-width: 505px) {
	.mutual-con .mutual-list .text-info {
		font-size: 0.8rem !important;
	}
}

@media screen and (max-width: 500px) {
	.pop-read {
		width: 207px !important;
		height: 169px !important;
	}

	.pop-read .pop-read-con .info-text {
		height: 28% !important;
		font-size: 0.9rem !important;
		line-height: 1.2rem !important;
	}

	.pop-read .pop-read-con .pop-tit {
		font-size: 1rem !important;
	}

	.pop-read .close-pop {
		width: 38px !important;
		height: 38px !important;
		right: -18px !important;
		top: -18px !important;
	}

	.chapter-type .chapter-list .chapter-read-img .signal-pic {
		width: 20px !important;
		height: 20px !important;
	}
}

@media screen and (max-width: 375px) {
	.pop-read {
		width: 179px !important;
		height: 146px !important;
	}

	.pop-read .pop-read-con .info-text {
		height: 18% !important;
		font-size: 0.7rem !important;
		line-height: 0.9rem !important;
	}

	.pop-read .pop-read-con .pop-tit {
		font-size: 0.8rem !important;
	}

	.pop-read .close-pop {
		width: 30px !important;
		height: 30px !important;
		right: -14px !important;
		top: -14px !important;
	}
}


/* 中型设备（台式电脑，992px 起） */

@media screen and (min-width:992px) and (max-width: 1200px) {
	.video-box {
		width: 992px;
		height: 558px;
	}

	.video-box.ipad-box {
		width: 992px;
		height: 558px;
		position: absolute;
		top: 7% !important;
		bottom: auto !important;
		left: 0 !important;
		right: 0 !important;
		margin: auto;
	}

	.container .scroll-list {
		height: 95px;
	}

	.video-content .video-list .video-pic {
		width: 190px;
		height: 110px;
	}

	.video-content {
		width: 540px;
		margin: 0 auto;
	}

	.record-con {
		margin-top: 15% !important;
	}

	.btn {
		width: 35% !important;
	}

	.video-endding-img img {
		width: 240px !important;
	}

	.read-content .column-one {
		width: 217.5px !important;
	}

	.read-content .column-four {
		width: 93px !important;
	}

	.read-content .column-five {
		width: 178.5px !important;
	}

	.read-content .column-eight {
		width: 183.75px !important;
	}

	.read-content .column-nine {
		width: 108.8px !important;
	}

	.read-content .column-ten {
		width: 187.5px !important;
	}

	.read-content .column-eleven {
		width: 93.8px !important;
	}

	.read-content .column-full {
		width: 45px !important;
	}

	.read-content .column-two {
		width: 189px !important;
	}

	.read-content .column-three {
		width: 247.5px !important;
	}

	.read-content .column-six {
		width: 140.25px !important;
	}

	.read-content .column-seven {
		width: 180px !important;
	}

	.read-content .column-twelve {
		width: 69.37px !important;
	}

	.read-content .column-thirteen {
		width: 210px !important;
	}

	.read-content .column-fourteen {
		width: 150px !important;
	}

	.read-content .column-fiveteen {
		width: 41.25px !important;
	}

	.read-content .column-sixteen {
		width: 195px !important;
	}

	.read-content .column-seventeen {
		width: 182.25px !important;
	}

	.read-content .column-eighteen {
		width: 285px !important;
	}

	.read-content .column-nineteen {
		width: 157.5px !important;
	}

	.mutual-con .mutual-list .text-info {
		font-size: 1.2rem !important;
	}

	.read-content .column-num-seven {
		width: 209.25px !important;
	}

	.read-content .column-num-nine {
		width: 194.6px !important;
	}
}


/* 大型设备（大台式电脑，1200px 起） */

@media screen and (min-width:1200px) {
	.video-box {
		width: 1200px;
		height: 675px;
		top: 50%;
	}

	.btn {
		bottom: 8%;
	}

	.video-content .video-list .video-pic {
		width: 190px;
		height: 110px;
	}

	.video-content {
		width: 540px;
		margin: 0 auto;
	}

	.record-con {
		margin-top: 15% !important;
	}

	.mutual-con .mutual-list .text-info {
		font-size: 1.2rem !important;
	}

	.chapter-type .chapter-list .chapter-read-img .signal-pic {
		width: 34px !important;
		height: 34px !important;
	}
}

@media screen and (max-width:500px) {
	.video-box {
		width: 100%;
		height: 220px;
		top: 32%;
	}

	.tips-left {
		padding: 5px 15px;
	}

	.video-content {
		width: 100%;
	}

	.video-content .video-list .video-pic {
		width: 140px;
		height: 78px;
	}

	.record-con .record-list .bor .record-tit {
		margin-bottom: 3px !important;
		font-size: 0.8rem !important;
	}

	.record-con .record-list .text {
		margin-top: 4px !important;
	}

	.choose {
		margin-top: 10px !important;
	}

	.go-right-nav .go-right-item .setting-con .setting-items {
		margin-bottom: 4px !important;
	}

	.record-con .record-list {
		width: 26% !important;
	}

	.record-con .record-list .bor {
		height: 100px !important;
	}

	.record-con {
		margin-top: 6% !important;
	}
}

.progress_btn {
	position: absolute;
	top: -7px;
	left: 50%;
	height: 20px;
	transform: translateX(-50%);
}

.progress_btn .top {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #45c4fb;
	margin-bottom: 8px;
}

.progress_btn .bottom {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #45c4fb;
}

.flash-back {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 65px;
	display: flex;
}

.flash-back .flash-back-c {
	width: 95%;
	overflow: hidden;
}

.flash-back .flash-back-left {
	transition: transform 0.2s;
}

.flash-back .flash-back-tit {
	color: #fff;
	font-size: 0.8rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
}

.flash-back .flash-back-tit img {
	width: 26px;
	height: 26px;
	margin-right: 5px;
}

.u-flex-start {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

/*::-webkit-scrollbar {
	display: none;
}*/

.scroll-content {
	display: flex;
	overflow-y: hidden;
	overflow-x: scroll;
	padding: 20px 0;
}

.scroll-content .container {
	display: flex;
}

.scroll-list {
	position: relative;
	margin-right: 20px;
	border: 2px solid #fff;
	height: 100px;
	font-size: 0.8rem;
	color: #fff;
	margin-right: 38px;
	flex-shrink: 0;
	width: 15%;
}

.scroll-list img {
	width: 100%;
}

.scroll-list:after {
	content: '';
	width: 40px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: -40px;
}

.scroll-list:last-child:after {
	display: none;
}

.scroll-list .signal {
	position: absolute;
	left: -10px;
	bottom: -20px;
	padding: 4px;
	width: 100%;
	background: #fff;
	color: #212121;
}

.scroll-list.active {
	border: 2px solid #fa7298;
}

.scroll-list.active .signal {
	color: #fff;
	background: #fa7298;
}

.scroll-list .signal img {
	width: 22px;
	height: 22px;
}

.tips-left {
	padding: 10px 20px;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	position: absolute;
	bottom: 25px;
	left: 10px;
	border-radius: 5px;
	font-size: 0.8rem;
}

.tips-left .close {
	margin-right: 8px;
}

.tips-left .close img {
	width: 16px;
	height: 16px;
}

.tips-left .go {
	color: #45C4FB;
	margin-left: 8px;
}

.u-flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.u-flex-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.signal-center {
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 70px;
}

.signal-center .signal-center-con {
	padding: 6px 10px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 30px;
	font-size: 0.8rem;
}

.signal-center .signal-item {
	margin-right: 15px;
	width: 20px;
	height: 20px;
	background: #2c2c2c;
	border-radius: 50%;
	border: 2px solid #fff;
}

.signal-center .signal-item:hover {
	background: #45C4FB;
}

.signal-center .signal-item:last-child {
	margin-right: 0;
}

.signal-center .signal-item img {
	width: 16px;
	height: 16px;
}

.signal-center .signal-item .scroll-list {
	position: absolute;
	top: -80px;
	border: 2px solid #fff;
	height: 50px;
	font-size: 0.8rem;
	color: #fff;
	margin: 0;
	width: 100px;
	display: none;
}

.signal-center .signal-item:hover .scroll-list {
	display: block;
}

.signal-center .signal-item .scroll-list:after {
	display: none;
}

.signal-center .signal-item .scroll-list img {
	width: 100%;
	height: 100%;
}

.signal-center .signal-item .scroll-list .signal {
	position: absolute;
	left: -10px;
	bottom: -20px;
	padding: 4px;
	width: 100%;
	background: #fff;
	color: #212121;
}

.signal-center .signal-item .scroll-list.active {
	border: 2px solid #fa7298;
}

.signal-center .signal-item .scroll-list.active .signal {
	color: #fff;
	background: #fa7298;
}

.signal-center .signal-item .scroll-list .signal img {
	width: 22px;
	height: 22px;
}

.signal-center .signal-item .scroll-list .signal:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -7px;
}

.go-right {
	padding: 10px 2px;
	background: rgb(0 0 0 / 52%);
	margin-right: 10px;
}

.go-right img {
	width: 22px;
	height: 22px;
}

.fade-enter {
	opacity: 0;
}

.fade-enter-active {
	transition: opacity 0.2s;
}

.fade-leave-to {
	opacity: 0;
}

.fade-leave-active {
	transition: opacity 0.2s;
}

.video-content .video-list {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	margin-bottom: 20px;
	background: #fff;
	padding: 10px 10px;
	box-sizing: border-box;
	border-radius: 5px;
}

.video-content .video-list:hover {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	background: #d6dcf9;
}

.video-content .video-list .video-pic {
	margin-right: 20px;
}

.video-content .video-list .video-pic img {
	width: 100%;
	height: 100%;
}

.video-content .video-intro {
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.video-content .video-intro {
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #999;
	font-size: 0.9rem;
}

.video-content .video-intro .tit {
	color: #2c2c2c;
	font-size: 1.1rem;
}

.video-nav-top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 10;
}

.list-back {
	padding: 8px 10px;
	width: 150px;
}

.list-back.back-fan {
	width: 105px;
}

.list-back img {
	width: 100%;
}

.go-back {
	padding: 8px 10px;
}

.go-back img {
	width: 24px;
	height: 24px;
}

.go-right-nav {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.go-right-nav .go-right-item {
	padding: 5px 10px;
	margin-left: 10px;
	color: #fff;
	font-size: 13px;
	position: relative;
	margin-right: 10px;
}

.go-right-nav .go-right-item img {
	width: 44px;
	display: block;
	margin: 0 auto;
}

.go-right-item:first-child {
	margin-left: 0;
	margin-right: 0;
}

.go-right-nav .go-right-item .setting-con {
	position: absolute;
	left: 0;
	right: 0;
	top: 60px;
	overflow: hidden;
}

.go-right-nav .go-right-item .setting-con .setting-con-child {
	transition: transform 0.2s;
}

.go-right-nav .go-right-item .setting-con .setting-items {
	margin-bottom: 20px;
	color: #fff;
	font-size: 13px;
	text-align: center;
}

.go-right-nav .go-right-item .setting-con .setting-items img {
	width: 44px;
	height: 44px;
	display: block;
	margin: 0 auto;
	margin-bottom: -3px;
}

.bottom-btns {
	position: absolute;
	bottom: 8%;
	right: 10%;
}

.bottom-btns .bottom-btn-item {
	padding: 8px 20px;
	margin-bottom: 15px;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #fff;
	background: #333;
	font-size: 0.9rem;
}

.bottom-btns .bottom-btn-item:last-child {
	margin-bottom: 0;
}

.black-tips {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999999;
}

.black-tips .tips {
	color: #fff;
	background: #1a191e;
	border-radius: 5px;
	padding: 6px 10px;
	font-size: 0.9rem;
}

.load {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999999;
}

.load .load-con {
	color: #fff;
	background: #1a191e;
	border-radius: 5px;
	padding: 6px 10px;
	font-size: 0.9rem;
	text-align: center;
	padding-bottom: 22px;
}

.load img {
	width: 100px;
	height: 72px;
	display: block;
	margin: 0 auto;
}

.button-pops {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999999;
}

.button-pop-con {
	padding: 20px 0;
	background: #fff;
	border-radius: 5px;
	text-align: center;
	font-size: 1rem;
	color: #999;
	min-width: 280px;
	min-height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.button-pop-con .tit {
	font-size: 1.2rem;
	color: #333;
	margin-bottom: 15px;
}

.button-pop-con .wrap-line {
	word-break: break-word;
	padding: 0 20px;
}

.button-pop-con .btns-all {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #999;
	margin-top: 10px;
	width: 100%;
}

.button-pop-con .btn-item {
	width: 50%;
	position: relative;
	padding: 10px 0;
	font-size: 1.1rem;
}

.button-pop-con .btn-item:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 0;
	width: 1px;
	height: 20px;
	background: #999;
}

.button-pop-con .btn-item:last-child:after {
	display: none;
}

.button-pop-con .btn-item.active {
	color: #317aff;
}

.click-btn {
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	box-shadow: 0px 1px 0px 0px #1c1b18;
	border: 1px solid #f4f0f0;
	display: inline-block;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	font-family: Arial;
	font-size: 16px;
	border-radius: 5px;
	padding: 12px 18px;
	text-decoration: none;
}

.record-all {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.record-all .record-back {
	padding: 8px 10px;
	width: 25px;
	height: 25px;
}

.record-all .record-back img {
	width: 22px;
	height: 22px;
}

.record-con {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
	margin-top: 10%;
}

.record-con .record-list {
	color: #fff;
	text-align: center;
	width: 15%;
}

.record-con .record-list .bor {
	border: 2px solid #fff;
	/*padding:20px 30px;*/
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.3);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 120px;
}

.record-con .record-list .bor .record-tit {
	text-align: center;
	font-size: 0.9rem;
	margin-bottom: 5px;
}

.record-con .record-list .bor .record-time {
	text-align: center;
	font-size: 0.8rem;
	color: #e5e5e5;
}

.record-con .record-list .text {
	margin-top: 10px;
}

.choose {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-top: 20px;
	font-size: 1.2rem;
}

.choose img {
	width: 24px;
	height: 24px;
}

.mask-add {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99999;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 18px;
}

.chapter-con {
	position: absolute;
	left: 20px;
	right: 20px;
	margin: 0 auto;
	bottom: 10%;
}

.chapter-con .chapter-list {
	width: 30%;
	margin-right: 2%;
}

.chapter-con .chapter-list:active {
	opacity: 0.6;
}

.chapter-con .chapter-list:last-child {
	margin-right: 0;
}

.chapter-con .chapter-list img {
	width: 100%;
}

.chapter-type {
	position: absolute;
	left: 20px;
	right: 20px;
	margin: 0 auto;
	bottom: 4%;
	display: flex;
	justify-content: space-between;
}

.chapter-type .chapter-list {
	width: 40%;
}

.chapter-type .chapter-list .chapter-read-img:active {
	opacity: 0.6;
}

.chapter-type .chapter-list .chapter-read-img {
	width: 85%;
	margin-left: auto;
	margin-right: 5px;
	position: relative;
}

.chapter-type .chapter-list.chapter-width .chapter-read-img {
	width: 100% !important;
}

.chapter-type .chapter-list .chapter-read-img:last-child {
	margin-left: 0;
}

.chapter-type .chapter-list .chapter-read-img:active {
	opacity: 0.6;
}

.chapter-type .chapter-list .chapter-read-img .signal-pic {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 7%;
}

.chapter-type .chapter-list .chapter-read-img .signal-pic img {
	width: 100%;
}

.chapter-type .chapter-list .chapter-read-img img {
	width: 100%;
}

.chapter-type .chapter-list .progress-con,
.progress-con {
	color: #fff;
	font-size: 1.1rem;
	text-indent: 2em;
	letter-spacing: 3px;
}

.chapter-type .chapter-list .progress-con .progress,
.progress-con .progress {
	width: 100%;
	height: 5px;
	background: #535353;
	position: relative;
	margin-top: 30px;
	margin-bottom: 10px;
}

.chapter-type .chapter-list .progress-con .progress .active,
.progress-con .progress .active {
	width: 60%;
	height: 5px;
	background: #c9c9c9;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 0;
}

.chapter-type .chapter-list .progress-con .progress::before,
.progress-con .progress::before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	background: #c9c9c9;
	top: -6px;
	left: 0;
	transform: rotate(45deg);
}


.video-jh {
	width: 240px;
	height: 70px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.video-jh .video-jh-tip {
	border-bottom: 2px solid #736e73;
	height: 28px;
	width: 150px;
	text-align: right;
	margin-right: 37px;
	font-weight: bold;
}

.video-jh .video-jh-tip span {
	color: #e60012;
}

.video-jh .video-jh-img {
	width: 40px;
	height: 40px;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-name: interactive;
	-webkit-animation-duration: 3000ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
}

.video-jh .video-jh-img img {
	width: 100%;
	height: 100%;
}

@-webkit-keyframes interactive {
	0% {
		transform: scale(1);
	}

	25% {
		transform: scale(1.5);
	}

	50% {
		transform: scale(1);
	}

	75% {
		transform: scale(1.5);
	}
}

.video-file-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999;
}

.video-file-mask .mask-file {
	position: absolute;
	width: 317px;
	height: 300px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.video-file-mask .mask-file .file-bg-img {
	width: 100%;
	height: 100%;
}

.video-file-mask .mask-file .mask-file-confirm {
	width: 70%;
	position: absolute;
	bottom: 15%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.video-file-mask .mask-file .mask-file-confirm:active {
	opacity: 0.6;
}

.video-file-mask .mask-file .mask-file-confirm img {
	width: 100%;
}

.video-back-title {
	font-size: 22px;
	color: #fff;
	margin-left: 10px;
}

.go-right-nav .go-right-item.video-watch img {
	width: 44px;
	height: 29px;
	margin-right: 10px;
}

.go-right-nav .go-right-item.video-watch {
	font-size: 16px;
}

.video-paus-play {
	position: absolute;
	bottom: 4%;
	left: 3%;
	padding: 10px;
}

.video-paus-play img {
	width: 30px;
}

.video-tips-div {
	position: absolute;
	bottom: 18%;
	max-height: 320px;
}

.video-tips-list {
	transition: transform 1s, opacity 0.2s;
}

.video-tips-list div {
	display: inline-block;
	padding: 10px 30px;
	color: #dcdcdc;
	font-size: 24px;
	background: rgba(0, 0, 0, 0.3);
	padding-left: 25px;
	margin-bottom: 15px;
	font-family: cursive;
}

.video-tips-list .tips-key {
	color: #ffe400;
}

.video-endding-img {
	position: absolute;
	left: 1%;
	bottom: 0;
}

.video-endding-img img {
	width: 300px;
}

.mutual-con {
	position: absolute;
	left: 6%;
	right: 6%;
	margin: 0 auto;
	bottom: 10%;
}

.mutual-con .mutual-list {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 20px;
	color: #fff;
	position: relative;
}

.mutual-con .mutual-list:active {
	opacity: 0.6;
}

.mutual-con .mutual-list img {
	width: 100%;
}

.mutual-con .mutual-list:nth-child(2n) {
	margin-right: 0;
}

.mutual-con .mutual-list .text-info {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	font-weight: bold;
	font-size: 1rem;
}

.end-con {
	position: absolute;
	left: 10%;
	right: 10%;
	top: 0;
	bottom: 0;
	margin: auto;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.end-con .end-tit {
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 1.6em;
}

.end-con .text-descript {
	font-size: 1.2rem;
	margin-bottom: 2em;
}

.end-con .cankao {
	width: 26%;
	margin: 0 auto;
}

.end-con .cankao img {
	width: 100%;
}

.end-con .progress-con {
	width: 40%;
	text-align: center;
}

.end-con .chapter-type {
	position: static;
	margin-top: 3rem;
}

.pop-read {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 283px;
	height: 230px;
	z-index: 99;
}

.pop-read .bg-img {
	width: 100%;
	height: 100%;
}

.pop-read .close-pop {
	position: absolute;
	width: 48px;
	height: 48px;
	right: -23px;
	top: -23px;
	z-index: 10;
}

.pop-read .close-pop img {
	width: 100%;
	height: 100%;
}

.pop-read .pop-read-con {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.pop-read .pop-read-con .read-list-pic {
	width: 92.8%;
	margin: 0 auto;
	margin-top: 3.6%;
	position: relative;
	min-height: 110px;
}

.read-list-pic .video-play {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 60px;
	height: 60px;

}

.read-list-pic .video-play img {
	width: 100%;
	height: 100%;
}

.pop-read .pop-read-con .read-list-pic img {
	width: 100%;
}

.content-space {
	padding: 0 20px;
}

.pop-read .pop-read-con .pop-tit {
	font-size: 1.2rem;
	font-weight: bold;
	color: #dbd3cd;
	text-align: center;
	border-bottom: 2px solid #8b888b;
	padding: 10px 0;
	letter-spacing: 2px;
}

.pop-read .pop-read-con .info-text {
	color: #afa9a5;
	font-size: 1rem;
	line-height: 1.4rem;
	padding: 10px 0;
	height: 30%;
	overflow: hidden;
	overflow-y: scroll;
}

.pop-read .pop-read-con .info-text::-webkit-scrollbar {
	display: none;
}

.read-content {
	position: absolute;
	top: 20%;
	bottom: 0;
	margin: auto 0;
	left: 0;
	width: 100%;
}

.read-list-scroll {
	height: 100%;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.read-list-scroll.scroll {
	overflow-x: scroll;
	overflow-y: hidden;
}

.scroll-column {
	display: inline-block;
	margin-right: -5px;
}

.read-content .column-one-list {
	width: 100%;
}

.read-content .column-one-list img {
	width: 100%;
}

.read-content .column-one {
	width: 290px;
}

.read-content .column-two {
	width: 252px;
}

.read-content .column-three {
	width: 330px;
}

.read-content .column-four {
	width: 124px;
}

.read-content .column-five {
	width: 238px;
}

.read-content .column-six {
	width: 187px;
}

.read-content .column-seven {
	width: 240px;
}

.read-content .column-eight {
	width: 245px;
}

.read-content .column-nine {
	width: 145px;
}

.read-content .column-ten {
	width: 250px;
}

.read-content .column-eleven {
	width: 125px;
}

.read-content .column-twelve {
	width: 92.5px;
}

.read-content .column-thirteen {
	width: 280px;
}

.read-content .column-fourteen {
	width: 200px;
}

.read-content .column-fiveteen {
	width: 55px;
}

.read-content .column-sixteen {
	width: 260px;
}

.read-content .column-seventeen {
	width: 243px;
}

.read-content .column-eighteen {
	width: 380px;
}

.read-content .column-nineteen {
	width: 210px;
}

.read-content .column-full {
	width: 60px;
}

.read-content.cha-content.gui-content .column-num-seven {
	width: 279px;
}

.read-content.cha-content.gui-content .column-num-nine {
	width: 259.5px;
}

.video-file-mask .mask-file .wenzi {
	position: absolute;
	left: 10%;
	right: 10%;
	text-align: center;
	color: #bcb5b0;
	font-size: 1rem;
	line-height: 1.8rem;
	font-weight: bold;
	top: 39%;
	letter-spacing: 2px;

}

.video-box.pc {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transform: none;
}

.tips-error {
	width: 50%;
	height: 30%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	color: #e4dfdd;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	text-align: center;
}

.video_progress {
	width: 100%;
	height: 5px;
	background: #535353;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.video_progress .active {
	width: 60%;
	height: 5px;
	background: #c9c9c9;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 0;
}

.end-con .chapter-actor {
	width: 12%;
	height: 16%;
}

.chapter-actor img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.mask.actor-mask {
	background: rgba(0, 0, 0, 1);
}

.actor-content {
	color: #DBDBDC;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 60%;
	max-height: 100%;
	overflow: hidden;
	font-size: 20px;
}

.actor-content.actor-font {
	font-size: 18px;
}

.actor-content::-webkit-scrollbar {
	display: none;
}

.actor-mask .actor-content .actor-mask-list {
	padding: 5px 0;
	display: flex;
	justify-content: space-between;
}

.actor-mask .actor-content .actor-mask-list img {
	width: 20%;
}

.actor-mask .actor-content .actor-mask-list.mask-list-top {
	margin-top: 20px;
}

.actor-mask .actor-content .actor-mask-list .list-left {
	width: 50%;
	text-align: right;
	margin-right: 25px;
}

.actor-mask .actor-content .actor-mask-list .list-right {
	width: 50%;
	text-align: left;
}

.actor-mask .actor-content .actor-mask-list .list-left-center {
	width: 50%;
	text-align: center;
	margin-right: 25px;
}

.actor-mask .actor-content .actor-mask-list .list-right-center {
	width: 50%;
	text-align: center;
}

.actor-mask .actor-content .actor-mask-list .list-center {
	width: 100%;
	text-align: center;
}

.actor-mask .actor-image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
}

.actor-mask .actor-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* 页面切换渐隐 */
@-webkit-keyframes fadeOut {
	0% {
		opacity: 0;
		/*初始状态 透明度为0*/
	}

	25% {
		opacity: 0.3;
		/*中间状态 透明度为0*/
	}

	50% {
		opacity: 0.5;
		/*中间状态 透明度为0*/
	}

	75% {
		opacity: 0.8;
		/*中间状态 透明度为0*/
	}

	100% {
		opacity: 1;
		/*结尾状态 透明度为1*/
	}
}

.actor-mask .actor-text {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 60%;
	height: 60%;
	color: #fff;
	font-size: 56px;
	letter-spacing: 10px;
	display: flex;
	justify-content: center;
	align-items: center;

	-webkit-animation-name: fadeOut;
	/*动画名称*/
	-webkit-animation-duration: 0.8s;
	/*动画持续时间*/
	-webkit-animation-iteration-count: 1;
	/*动画次数*/
	-webkit-animation-delay: 0s;
	/*延迟时间*/
}

.actor-mask .actor-close {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #D19E07;
	font-size: 14px;
}

#actor-mask ul {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
}

#actor-mask ul li {
	list-style: none;
}

.video-volume {
	position: absolute;
	right: -32px;
	margin: 0 auto;
	top: -112%;
	transform: rotate(-90deg);
	width: 150px;
	height: 10px;
}

.video-volume input[type=range] {
	width: 150px;
	height: 25px;
	outline: none;
	-webkit-appearance: none;
	/* 去除系统默认appearance的样式,常用于IOS下移除原生样式 */
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 0 5px;
	box-sizing: border-box;
}

.video-volume input[type=range]::-webkit-slider-runnable-track {
	height: 5px;
	border-radius: 10px;
	background-color: #c9c9c9;
}

.video-volume input[type=range]::-moz-range-track {
	height: 5px;
	border-radius: 10px;
	background-color: #c9c9c9;
}


.video-volume input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	/* 去除滑块的默认样式 */
	height: 18px;
	width: 18px;
	margin-top: -6px;
	background: #fff;
	border-radius: 50%;
	border: solid 0.125em rgba(205, 224, 230, 0.5);
	box-shadow: 0 .125em .125em #3b4547;
}

.video-definition {
	position: absolute;
	top: -139%;
	right: 3%;
	width: 100px;
	height: 100px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 14px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.video-definition .definition-list {
	margin-bottom: 5px;
}

.video-definition .definition-list.active {
	color: #CFCDB6;
}

.video-definition .definition-list:last-child {
	margin-bottom: 0;
}

.anim-opacity {
	animation: 4s opacity 0s infinite;
	-webkit-animation: 4s opacity 0s infinite;
	-moz-animation: 4s opacity 0s infinite;
}

@keyframes opacity {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes opacity {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-moz-keyframes opacity {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}
