/*----------------------------------------------------------------------------------------------------------------*/
/* M1938.COM */
/* M1938网站模板工作室*/
/*---模板程序代码仅供用于研究测试学习用途，严禁商业用途,
使用并请遵循国家法律法规之规定使用,违者导致的侵权、违法等后果需自行承担相关法律责任--------------------*/
.ads-container:empty::after {
  content: "广告加载中...";
  color: #999;
}
.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: 30%;
	justify-content: flex-start;
}

.header-right {
	width: 50%;
	justify-content: flex-end;
}
.header-co{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.logo {
	font-size: 25px;
	font-weight: 700;
	width: 120px;
	height: 40px;
	margin-right: 20px;
	background: linear-gradient(to right, red, #ff0, #ff3366, #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: #ff3366;
	color: #fff;
	padding: 5px 15px;
	border-radius: 6px;

}

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

.text-bts {
	width: 12.5%;
}

.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{
	background-color: #131412;
}
.banners-link,
.banners-img-item {
	width: 100%;
}

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

.notice {
	background-color: #ff3366;
	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: #131412;
	border-bottom: 1px solid #ff3366;
	position: relative;
}

.web-nav-type {
	width: 10%;
	color: #ff3366;
	font-size: 14px;
	font-weight: bold;
}

.web-nav-type:after {
	content: "";
	position: absolute;
	z-index: 1;
	margin: 5px 25px 0;
	width: 1px;
	height: 16px;
	background: #f2a654;
	
}
.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: #fff !important;
}

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

}

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

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

.search-input {
	width: 100%;
	height: 30px;
	padding: 5px;
	color: #000;
	background-color: #fff;
	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: #ff3366;
	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: #131412;
	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 #01f7ff;
	border-radius: 7px;
	color: white;
	background-color: #ff4ba1;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 5px;
	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: #131412;
}

.web-list-title {
	padding: 10px;
	border-radius: 5px;
	margin-top: 5px;
	background-image: linear-gradient(90deg, #fb003f 0, #d900e3 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;
	background-color: #131412;
}

.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;
}

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

.vod-pic {
	width: 100%;
	height: 165px;
	border-radius: 8px 8px 0px 0px !important;
	background: url(../images/pic-mask-0.png) 0 0 repeat-x;
}

.vod-name {
	color: #fff;
	font-size: 13px;
	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: #131412;
}

.footer-text {
	font-size: 14px;
	color: #fff;
	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: 5px;
	margin-bottom: 5px;
	background-color: #131412;
	border-radius: 6px;
	/*! text-align: center; */
}

.detail-pos {
	color: #f0b6ee;
	font-size: 14px;
	padding: 5px;
	text-align: left;
}
.detail-pos a {
	color: #fff;
}
.detail-container{
	display: flex;
	flex-direction: row;
}
.detail-vod-pic {
	width: 350px;
	height: 250px;
	padding: 10px;
}
.detail-content{
	display: flex;
    flex-direction: column;
    text-align: left;
    padding: 10px;
}
.detail-content p{
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.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;!important;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	margin-top: 10px;
	flex-wrap: wrap;
	margin: -4px; /* 替代gap方案 */
}

.play-btn {
	background: linear-gradient(90deg, #fc6f77, #e43444);
	border-radius: 5px;
	padding: 5px 10px;
	margin-right: 5px;
	text-align: center;
	margin-top: 5px;
	margin: 4px !important;
    min-width: 120px; /* 防止内容挤压 */
}

.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;
	/* 基础形态重置 */
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important; /* 禁用焦点轮廓 */
}

.detail-current {
	margin-top: 5px;
	height: 30px;
	align-items: center;
	background-color: #131412;
}

.detail-current-title {
	margin-top: 3px;
	font-size: 18px;
	padding-left: 10px;
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
	border-left: 5px solid #f2a654;
	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;
	border-radius: 50%;


}

/* 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: 70%;
		padding: 2px;
	/*height: 45px;*/
		line-height: 15px;
		text-align: center;
	}

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

	.logo {
		margin: 0;
	}

	.text-bts {
		width: 25%;
	}

	.web-nav-type {
		width: 20%;
	}
	.web-nav-type:after{
		margin: 5px 5px 0;
	}
	.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: 190px;
		width: 213px;
	}

	.h5_player {
		height: 285px;
	}
}