/*----------------------------------------------------------------------------------------------------------------*/
/* M1938.COM */
/* M1938网站模板工作室*/
/*---模板程序代码仅供用于研究测试学习用途，严禁商业用途,
使用并请遵循国家法律法规之规定使用,违者导致的侵权、违法等后果需自行承担相关法律责任--------------------*/
.fixed-top {
	position: fixed;
	top: 0;
	z-index: 9002;
	width: 100%;
	background: #ffffff;
}

.fixed-bottom {
	position: fixed;
	bottom: 0;
	z-index: 9002;
	width: 100%;
	background: #ffffff;
}

.fixed-nav-box {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

.box-slide {
	height: 80px;
	width: 100%;
}

.boxlist-img {
	height: 80px;
	width: 100%;
	display: block;

}

#delete-top-float {
	position: absolute;
	z-index: 9200;
	bottom: 0;
	right: 0px;
}

#delete-bottom-float {
	position: absolute;
	z-index: 9200;
	top: 0;
	right: 0px;
}

.zhanwei {
	height: 80px;
}

.header {
	background-color: #000;
	height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.header-left {
	width: 45%;
	justify-content: flex-start;
}

.header-right {
	width: 70%;
	justify-content: flex-end;
}

.logo {
	font-size: 25px;
	font-weight: 700;
	/*! width: 120px; */
	height: 40px;
	margin-right: 20px;
	background: linear-gradient(to right, red, #ff0, #ff7fac, #0f0);
	background-size: 200% 200%;
	animation: gradient-animation 10s ease infinite;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	line-height: 40px;
}

@keyframes gradient-animation {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

.top-text-link {
	font-size: .8125rem;
	background-color: #ff7fac;
	color: #fff;
	padding: 8px 15px;
	border-radius: 6px;
	margin-right: 10px;
}

.text-bts-title {
	margin: 1px 0px 5px 0px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	padding: 5px;
	background-color: #ff7fac;
}

.text-bts {
	width: 8.32%;
}

.text-bts-item {
	background-color: red;
	color: #fff;
	margin: 1px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 0;
}

.banners-link,
.banners-img-item {
	width: 100%;
}

.banners-img-item>div {
	width: 100%;
	height: 100%;
}

.notice {
	background-color: #ff7fac;
	margin-top: 2px;
	font-size: 16px;
	color: #fff;
	width: 100%;
	height: 35px;
	line-height: 35px;
	;
}


.web-nav {
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
	font-size: 12px;
	padding: 5px 10px;
	line-height: 25px;
	background-color: #fff;
	border-bottom: 1px solid #ff7fac;
}

.web-nav-type {
	width: 75px;
	color: #fff;
	padding: 5px;
	font-weight: bold;
	background-color: #ff7fac;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 6px;
}

/* .web-nav-type:after {
	content: "";
	position: absolute;
	z-index: 1;
	margin: 10px 18px 0;
	width: 1px;
	height: 16px;
	background: #1b80ec;
	
} */
.nav-tpye {
	color: #fff;
}

.web-nav-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
	width: 100%;
}

.nav-child {
	color: #666 !important;
}

.web-nav-child {
	color: #666;
	text-align: center;
	padding: 5px ​10px;
	flex-grow: 1;
	width: 12.5%;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;

}

.search-div {
	background: #fff;
	width: 100%;
	padding: 5px;
}

.input-div {
	width: 100%;
	margin-left: 20px;
}

.search-input {
	width: 80%;
	height: 30px;
	padding: 5px;
	color: #000;
	background-color: #e4e4e4;
	opacity: 0.9;
	border-radius: 6px 0px 0px 6px;
	border: none;

}

.search-input-placeholder {
	color: #777;
	font-size: 12px;
}

.search-btn {
	color: #fff;
	height: 30px;
	padding: 5px;
	border-radius: 0px 6px 6px 0px;
	background: #ff7fac;
	border-left: none;
	width: 30px;
	text-align: center;
	border: none;
}

.search-btn>img {
	width: 20px;
	height: 20px;
}

/* app start */

.app-title {
	width: 100%;
	height: 20px;
	text-align: center;
}

.app-title-text {
	color: #c21c19;
	font-size: 12px;
	font-weight: 700;
}

.app-list {

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;

}

.app-background {
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.app-item {

	padding: 5px;
	align-items: center;
	justify-content: center;

}

.app-img {
	width: 60px;
	height: 60px;
	border-radius: 20%;

}

.app-name {
    color: #f35626;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    padding: 2px 0px;
}

.app-desc {
	color: #999;
	font-size: 14px;
	font-weight: normal;
}

.app-down {
	font-size: 12px;
	color: #FFFFFF;
}

.app-button {
	width: 60px;
	height: 20px;
	border: 2px solid #4e11df;
	border-radius: 7px;
	color: white;
	background-color: #ff4ba1;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin:auto;
	box-shadow: rgb(5 24 74 / 37%) 0px 2px 6px 0px;
	background-image: linear-gradient(125deg, #ff4ba1, orange, #8476ee, #00ff00);
	background-size: 400%;
	animation: bganimation 20s infinite;
}

@keyframes bganimation {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

.app-button-text {
	color: #ffffff;
	font-size: 12px;
}

/* app end  */

/* liebiao */
.web-list {
	margin-top: 10px;
	background: #fff;
}

.web-list-title {
	padding: 10px;
	border-radius: 5px;
	margin-top: 5px;
	background-image: linear-gradient(90deg, #ff7fac 0, #f9b034 100%);
}

.list-title-text {
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	padding-left: 5px;
}

.list-title-more {
	padding-left: 8px;
}

.web-list-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.vod-list {
	margin-top: 8px;
	padding: 8px;
	width: 25%;
}

.vod-item {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 10px #ccc;
	border-radius: 8px;
}

.vod-pic-box {
	position: relative;
	width: 100%;
}

.vod-pic {
	width: 100%;
	height: 140px;
	border-radius: 8px 8px 0px 0px !important;
}

.vod-name {
	color: #333;
	font-size: 12px;
	height: 28px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	padding: 5px 1px;
}

.vod-date {
	position: absolute;
	bottom: 5px;
	z-index: 3;
	right: 0;
	margin-right: 5px;
	background-color: rgb(102 102 102 / 60%);
	border-radius: 6px;
	color: #fff;
	padding: 3px;
	font-size: 12px;
}

.footer {
	background-color: #fff;
}

.footer-text {
	font-size: 14px;
	color: #333;
	padding: 5px;
}

.art-list-box {
	margin: 5px;
}

.art-list {
	display: flex;
	flex-direction: column;
}

.art-item {
	margin-top: 5px;
	border-bottom: 1px solid #888;
	padding-bottom: 5px;
}

.art-name {
	color: #333;
	font-size: 14px;
	padding: 5px;
}

.art-detail {
	padding: 5px;
	font-size: 18px;
	color: #000;
	line-height: 24px;
	text-indent: 2em;
}

/* 分页 */
.page-list {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.page-input {
	border: 1px solid #cacaca;
	margin: 0px 10px;
	width: 39px;
	height: 32px;
	border-radius: 6px;
	color: #333;
}

.pagenavi_txt {
	text-align: center;
	margin: 40px 0 15px 0;
}

.pagenavi_txt .pagetext {
	padding: 6px 12px;
	background-color: #f4f4f4;
	margin: 0 3px;
	font-size: 14px;
	display: inline-block;
	color: #666;
	border-radius: 6px;
}

.pagenavi_txt .pagetext:hover {
	color: #fff;
	background-color: #069113;
}

.pagenavi_txt .page-actvie {
	color: #fff;
	background-color: #ff80a8;
}

/* fenye end */
/* xiangqing */
.detail-info {
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #fff;
	border-radius: 6px;
	/*! text-align: center; */
}

.detail-pos {
	color: #fff;
	font-size: 18px;
	background-color: #ff80a8;
	/*! text-align: center; */
	padding: 5px;
}

.detail-vod-pic {
	width: 80%;
	height: 500px;
	padding: 10px;
}

.detail-title-div {
	border-bottom: 1px solid #e5e5e5;
}

.detail-play-title {
	font-size: 14px;
	color: #ff80a8;
	font-weight: 700;
	border-bottom: 2px solid #f96868;
	padding-bottom: 8px;
	width: 110px;
}

.detail-btns {
	width: 100%;
	padding: 5px 10px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.detail-play-btns {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	margin-top: 10px;
	flex-wrap: wrap;
}

.play-btn {
	background: linear-gradient(90deg, #fc6f77, #e43444);
	border-radius: 5px;
	padding: 5px 10px;
	margin-right: 5px;
	text-align: center;
	margin-top: 5px;
}

.play-btn-text {
	font-size: 14px;
	color: #fff;
}

.copy-link {
	width: 100%;
	height: 50px;
	background-color: #ff80a8;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 8px 0px;
}

.copy-link-text {
	color: #fff;
	font-size: 14px;
}

.copy-link-button {
	color: #fff;
	font-size: 13px;
}

.detail-current {
	margin-top: 5px;
	height: 30px;
	border-radius: 5px;
	align-items: center;
}

.detail-current-title {
	margin-top: 3px;
	font-size: 18px;
	padding-left: 10px;
	color: #000;
	font-weight: bold;
	padding-left: 10px;
	border-left: 5px solid #ff7fac;
	margin-left: 10px;
}

/* xiangqing end */
/* bofang */
.player-box {
	background-color: #000;
	width: 100%;
	height: 100%;
	position: relative;
}

.play-text-div {
	padding: 7px 0;
	text-align: center;
}

.play-text-div:nth-child(1) {
	width: 40%;
}

.play-text-div:nth-child(2) {
	width: 60%;
}

.play-text {
	font-size: 16px;
}

.h5_player {
	width: 100%;
	height: 640px;
	position: relative;
}

/* bofang end */


/* double */

.double-right {
	z-index: 600;
}



.double-right {
	right: 10px;
}

.double-div {
	position: fixed;
	z-index: 600;
}

.double-left-item {
	left: 10px;
}

.double-right-item {
	right: 10px;
}

.double-img {
	width: 65px;
	height: 65px;
	border: 2px solid #d81e06;
	border-radius: 12px;
}

.double-button {
	background-color: #000;
	margin-top: -4px;
}

.double-text {
	color: #FFFFFF;
}

.double-del {
	width: 15px;
	height: 15px;
	position: absolute;
	top: -8px;
	right: -6px;


}

/* double end  */
.piao-div {
	position: fixed;
	z-index: 10000;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	/*! text-align: center; */
}

.piaoclose {
	position: relative;
	top: 1px;
	font-size: 15px;
	font-weight: 600;
	color: #ff0000;
}

.floating-image {
	border-radius: 10px;
	width: 70px;
	height: 70px;
}

@media screen and (max-width: 768px) {
	.top-text-link {
		width: 45px;
		padding: 5px;
		height: 45px;
		line-height: 17px;
		text-align: center;
	}

	.pc-show {
		display: none !important;
	}

	.logo {
		margin: 0;
	}

	.text-bts {
		width: 25%;
		font-size: 13px;
	}

	.web-nav-type {
		width: 50px;
	}

	.web-nav-child {
		flex-grow: 2;
		width: 25%;
	}

	.app-list {
		width: 21%;
		justify-content: center;
	}

	.vod-list {
		width: 50%;
	}

	.vod-pic {
		height: 110px;
	}

	.detail-vod-pic {
		height: 280px;
		width: 100%;
	}

	.h5_player {
		height: 285px;
	}
}