@charset "UTF-8";
/* CSS Document */
.actor_index .vodlist_thumb{padding-top: 100%;}
.actor_index .vodlist_titbox{height: auto;text-align: center;margin: 0.25rem 0 0;}
.actor_thumb{width: 5.5rem;}
.actor_thumb .vodlist_thumb{padding-top: 100%;border-radius: 100%;}
.actor_list{width: 30rem;position: relative;margin: 0 auto;padding:  0;}
.content_actor{position: relative; padding: 1rem 0;}
.actor_thumb{position: absolute; top: 1.05rem; left: 0rem; width: 3.2rem;}
.actor_detail{padding-top: 0.5rem; padding-left: 4rem; padding-bottom: 0.5rem;}
.actor_detail .title{color: #fff; font-size: 0.65rem;margin: 0 0 0.5rem;}
.actor_detail li{color: #bbb; padding-top: 0.125rem;width: 100%;display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.actor_detail li a{color: #fff;}
.actor_detail .split_line{background-color: #666;}
.actor_text{margin-bottom: 0.5rem; padding-bottom: 0.5rem; border-bottom: 1px solid #f8f8f8;}
.actor_text li{float: left; width: 25%; padding: 0.2rem 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.actor_text li.all{width: 100%;text-overflow: unset; white-space: unset;}
.content_desc h3{margin: 0.3rem 0; font-size: 0.65rem; line-height: 100%;}
.actor_detail .text_muted{margin-top: 0.05rem;}

.actor_detail .digg_link{
	color: #fff; 
	padding: 0.2rem 0.4rem;
	border-radius: 10rem;
	background: var(--actor-accent-strong, #f53e2d);
	background: linear-gradient(270deg, var(--actor-accent-strong, #f53e2d) 0%, var(--actor-accent-grad-end, #ff5a2b) 100%);
}
.hot_banner.actor_ber{
	background: url(../../images/pro/actor-bg2.png) #1C1D23 center center no-repeat; background-size: cover;
	/* background-position: 100% -220px; */
}
@media (min-width:820px) {
	.hot_banner{
		margin-top:100px ;
	}
	.actor_detail .text_muted{
		position: relative;
	}
	
}
.actor_index .part_nums{position: absolute;border-radius: unset;width: 0.6rem;height: 0.6rem;line-height: 0.6rem;font-size: 0.375rem;}
@media (max-width: 1280px){
	.actor_list{width: 24.75rem;}
}
@media (max-width: 991px){
	.actor_list{width: 18.75rem;}
}
@media (max-width: 820px){
	.actor_list{width: 100%;}
	.content_actor{
		/* padding: 0.5rem 0.375rem 0.85rem; */
		padding: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.actor_detail{

		padding: 0.2rem;
	}
	.actor_thumb{
		position: relative;
		left:0;top: 0;width: 2.4rem;
	}
	.actor_detail .title{margin: 0 0 0.125rem;font-size: 0.55rem;}
	.content_desc h3{font-size: 0.5rem;}
	.actor_text li{width: 50%;}
	.actor_detail .digg_link{
		padding: 0.15rem 0.3rem;
		position: absolute;
		top: 0;
		right: 1.5rem;
	}
	.actor_detail .icon_img{left: 0.3rem;}
	.actor_vod .vodlist_wi .vodlist_titbox{padding: 0;}
	.hot_banner.actor_ber{
		background: url(../../images/pro/actor-bg1.png) #1C1D23 center center no-repeat; background-size: cover;
		padding-top: 1.5rem;
		background-color:#282832;
		height: 5rem;
	}
}

/* Actor detail UI polish */
.hot_banner.actor_ber .actor_list{
	max-width: calc(100% - 1rem);
}

.hot_banner.actor_ber .content_actor{
	display: flex;
	align-items: center;
	gap: 0.7rem;
	padding: 1rem 0;
}

.hot_banner.actor_ber .actor_thumb{
	position: relative;
	left: auto;
	top: auto;
	width: 3.4rem;
	flex: 0 0 3.4rem;
}

.hot_banner.actor_ber .actor_thumb .vodlist_thumb{
	border: 3px solid rgba(255,255,255,0.16);
	box-shadow: 0 16px 40px rgba(0,0,0,0.32);
}

.hot_banner.actor_ber .actor_detail{
	padding: 0;
	flex: 1;
	min-width: 0;
}

.hot_banner.actor_ber .actor_detail ul{
	margin: 0;
}

.hot_banner.actor_ber .actor_detail li{
	line-height: 1.8;
}

.hot_banner.actor_ber .actor_detail li.data{
	font-size: 0.34rem;
	color: #d6d8e2;
}

.hot_banner.actor_ber .actor_detail li.desc{
	color: #c9ccda;
}

:root{
	--actor-accent: #ff5f00;
	--actor-accent-strong: #f53e2d;
	--actor-accent-grad-start: #ff7a45;
	--actor-accent-grad-end: #ff5a2b;
	--actor-accent-link-border: rgba(255,95,0,0.35);
	--actor-accent-link-border-hover: rgba(245,62,45,0.45);
}

.actor_vod_polish{
	padding: 0.2rem 0 0.8rem;
}

.actor_vod_polish > .content_desc{
	background: #fff;
	border: 1px solid #eceff6;
	border-radius: 18px;
	padding: 0.58rem 0.62rem;
	margin-bottom: 0.42rem;
	box-shadow: 0 12px 30px rgba(24,35,72,0.06);
}

.actor_vod_polish > .content_desc > h2{
	font-size: 0.62rem;
	line-height: 1.2;
	margin-bottom: 0.4rem;
	padding-left: 0.24rem;
	position: relative;
}

.actor_vod_polish > .content_desc > h2:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0.09rem;
	width: 0.08rem;
	height: 0.45rem;
	border-radius: 99px;
	background: linear-gradient(180deg, var(--actor-accent-grad-start, #ff7a45) 0%, var(--actor-accent-grad-end, #ff5a2b) 100%);
}

.actor_vod_polish .actor_text{
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.18rem 0.45rem;
	margin-bottom: 0.35rem;
	padding-bottom: 0.45rem;
	border-bottom: 1px solid #edf0f6;
}

.actor_vod_polish .actor_text li{
	float: none;
	width: auto;
	padding: 0.04rem 0;
	line-height: 1.78;
	color: #545867;
}

.actor_vod_polish .actor_text li .sTit{
	color: #8f93a3;
	margin-right: 0.12rem;
}

.actor_vod_polish .actor_text li.all{
	grid-column: 1 / -1;
	line-height: 1.85;
}

.actor_vod_polish .actor_text li.all a{
	color: var(--actor-accent, #ff5f00);
	text-decoration: none;
	border-bottom: 1px dashed var(--actor-accent-link-border, rgba(255,95,0,0.35));
}

.actor_vod_polish .actor_text li.all a:hover{
	color: var(--actor-accent-strong, #f53e2d);
	border-bottom-color: var(--actor-accent-link-border-hover, rgba(245,62,45,0.45));
}

.actor_vod_polish .actor_profile_text{
	color: #5b6070;
	line-height: 1.95;
	font-size: 0.4rem;
}

.actor_vod_polish .actor_profile_text p{
	margin-bottom: 0.2rem;
}

.actor_vod_polish .actor_group_title{
	display: flex;
	align-items: center;
	font-size: 0.53rem;
	margin: 0.22rem 0 0.28rem;
	padding-left: 0.18rem;
	position: relative;
}

.actor_vod_polish .actor_group_title:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0.06rem;
	height: 0.46rem;
	border-radius: 99px;
	background: var(--actor-accent, #ff5f00);
}

.actor_vod_polish .content_desc .vodlist{
	margin-top: 0.16rem;
}

.actor_vod_polish .content_desc .text_muted{
	background: #f6f8fd;
	border: 1px dashed #dce2f2;
	border-radius: 12px;
	padding: 0.25rem 0.3rem;
	color: #7b8092;
}

.actor_vod_polish .vodlist_wi .vodlist_item{
	overflow: hidden;
}

.actor_vod_polish .vodlist_wi .vod_info_wrap{
	top: 0;
	height: 100%;
	overflow: hidden;
}

.actor_vod_polish .vodlist_wi .vod_info_wrap .detail{
	overflow: hidden;
}

.actor_vod_polish .vodlist_wi .vod_info .detail .item .actor,
.actor_vod_polish .vodlist_wi .vod_info .detail .item .t-right{
	width: calc(100% - 40px);
	max-width: calc(100% - 40px);
	min-width: 0;
}

.actor_vod_polish .vodlist_wi .vod_info .detail .item .t-right{
	-webkit-line-clamp: 3;
	line-height: 1.45;
	max-height: 4.35em;
}

@media (min-width:821px) and (max-width:1280px){
	.actor_vod_polish .actor_text{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 820px){
	.hot_banner.actor_ber{
		height: auto;
		min-height: 5rem;
		padding-top: 1.5rem;
		background-position: center top;
	}

	.hot_banner.actor_ber .actor_list{
		max-width: 100%;
		padding: 0 0.35rem;
	}

	.hot_banner.actor_ber .content_actor{
		padding: 0.18rem 0 0.55rem;
		gap: 0.24rem;
	}

	.hot_banner.actor_ber .actor_thumb{
		width: 2.8rem;
		flex: 0 0 2.8rem;
	}

	.hot_banner.actor_ber .actor_detail{
		padding-top: 0.08rem;
	}

	.hot_banner.actor_ber .actor_detail li{
		white-space: normal;
		color: #d2d5e2;
	}

	.hot_banner.actor_ber .actor_detail li.data{
		font-size: 0.4rem;
		font-weight: 500;
		color: #f0f1f6;
	}

	.hot_banner.actor_ber .actor_detail .digg_link{
		right: 0.2rem;
		top: 0.05rem;
	}

	.actor_vod_polish{
		padding: 0.15rem;
	}

	.actor_vod_polish > .content_desc{
		padding: 0.42rem 0.32rem;
		border-radius: 14px;
		margin-bottom: 0.28rem;
		box-shadow: 0 8px 20px rgba(24,35,72,0.05);
	}

	.actor_vod_polish > .content_desc > h2{
		font-size: 0.48rem;
		margin-bottom: 0.28rem;
	}

	.actor_vod_polish .actor_text{
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.14rem 0.22rem;
		padding-bottom: 0.28rem;
		margin-bottom: 0.24rem;
	}

	.actor_vod_polish .actor_text li{
		font-size: 0.34rem;
	}

	.actor_vod_polish .actor_text li.all{
		grid-column: 1 / -1;
	}

	.actor_vod_polish .actor_profile_text{
		font-size: 0.36rem;
		line-height: 1.86;
	}

	.actor_vod_polish .actor_group_title{
		font-size: 0.46rem;
		margin: 0.2rem 0 0.22rem;
	}
}
