.tk_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: transparent !important;
	z-index: 8;

}

.tk_bg_s {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0 0, 0, 0.66);
	z-index: 8;
	color: #fff;
	font-size: 56px;
	font-weight: bold;
	opacity: 1;
	transition: opacity 0.8s ease;
}

@keyframes wave {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-20px);
	}
}


/* 设置波浪文字的样式 */

/* 设置每个文字的动画效果 */
.tk_bg_s span {
	display: inline-block;
	animation: wave 1s ease-in-out infinite;
}

/* 为每个文字设置不同的动画延迟 */
.tk_bg_s span:nth-child(1) {
	animation-delay: 0s;
}

.tk_bg_s span:nth-child(2) {
	animation-delay: 0.1s;
}

.tk_bg_s span:nth-child(3) {
	animation-delay: 0.2s;
}

.tk_bg_s span:nth-child(4) {
	animation-delay: 0.3s;
}

.tk_bg_s span:nth-child(5) {
	animation-delay: 0.4s;
}

.tk_bg_s span:nth-child(6) {
	animation-delay: 0.5s;
}

.tk_bg_s span:nth-child(7) {
	animation-delay: 0.6s;
}

.tk_bg_s span:nth-child(8) {
	animation-delay: 0.7s;
}

.tk_bg_s span:nth-child(9) {
	animation-delay: 0.8s;
}


.content_box {
	width: 100%;
}

.p_content {
	width: 1220px;
	margin-top: 53px;
}

.content_in {
	width: 100%;
	margin-left: -10px;
	height: calc(100vh - 53px);
	overflow: hidden;
}

.content_lf {
	width: 20%;
	height: calc(100% - 10px);
	padding-top: 10px;
	border-right: 1px solid var(--line-color);
	position: relative;
}

.content_lf .tab_f_ {
	width: 220px;
	padding: 14px 0;
	margin: 6px;
	cursor: pointer;
}

.content_lf .tab_f_ .iconfont {
	width: 20%;
	font-size: 22px;
	color: var(--font-2);
	margin-left: 20px;
}

.content_lf .tab_f_ p {
	width: 80%;
	font-size: 21px;
	color: var(--font-2);
}

.content_lf .tab_f_:hover {
	background-color: var(--sub-color);
	border-radius: 8px;
}

.content_lf .tab_f_:hover p {
	font-weight: bold;
}

.content_lf .tab_f_ac p {
	font-weight: bold;
	color: var(--font-2);
}

.content_lf .more_out {
	position: relative;
	width: 220px;
	padding: 14px 0;
	margin: 6px;
}

.content_lf .more_out .iconfont {
	width: 20%;
	font-size: 22px;
	color: var(--font-1);
	margin-left: 20px;
}

.content_lf .more_out p {
	width: 80%;
	font-size: 20px;
	color: var(--font-2);
}

.content_lf .more_out:hover {
	background-color: var(--sub-color);
	border-radius: 8px;
}

.content_lf .more_out:hover .p_cd {
	font-weight: bold;
}

.content_lf .more_out_ac .p_cd {
	font-weight: bold;
	color: var(--font-2);
}

.content_lf .more_tk {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 210px;
	padding: 16px 0;
	background-color: #fff;
	box-shadow: rgba(101, 119, 134, 0.2) 0px 0px 15px 0px, rgba(101, 119, 134, 0.15) 0px 0px 5px 1px;
	border-radius: 8px;
	z-index: 20;
}

.content_lf .more_tk p {
	width: 100%;
	font-size: 16px;
	color: var(--font-2);
	padding: 16px 0;
	cursor: pointer;
}

.content_lf .more_tk p:hover {
	background-color: var(--sub-color);
}

.content_lf .more_tk p:hover .p_txt {
	font-weight: bold;
}

.content_lf .more_tk .p_ac .p_txt {
	font-weight: bold;
}


.content_lf .more_tk p span {
	margin-right: 16px;
}

.content_lf .fb_but {
	width: 220px;
	height: 48px;
	background-color: var(--font-2);
	border-radius: 8px;
	padding: 0;
	margin: 32px 0;
}

.content_lf .fb_but .p_btn {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.content_lf .fb_but:hover {
	background-color: #3f3f3f;
}

.content_lf .post_out {
	position: relative;
	width: 220px;
	margin: 6px;
	cursor: pointer;
}

.content_lf .post_out .iconfont {
	width: 20%;
	font-size: 22px;
	margin-left: 20px;
}

.content_lf .post_tk {
	position: absolute;
	bottom: 0;
	right: -170px;
	width: 160px;
	padding: 16px 0;
	background-color: #fff;
	box-shadow: rgba(101, 119, 134, 0.2) 0px 0px 15px 0px, rgba(101, 119, 134, 0.15) 0px 0px 5px 1px;
	border-radius: 8px;
	z-index: 20;
}

.content_lf .post_tk p {
	width: 100%;
	/* font-size: 20px; */
	font-size: 17px;
	color: var(--font-2);
	padding: 16px 0;
}

.content_lf .post_tk p:hover {
	background-color: var(--sub-color);
	font-weight: bold;
}

.content_lf .post_tk .p_ac {
	font-weight: bold;
}

.content_lf .post_tk p span {
	margin-right: 12px;
}

.content_lf .logout_but {
	width: 210px;
	position: absolute;
	bottom: 40px;
	padding-left: 0;
}

.content_lf .logout_but:hover {
	background-color: transparent;
}

.content_lf .logout_but .tx_img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	margin-right: 8px;
}

.content_lf .logout_but .tx_img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.content_lf .logout_but .nc_txt {
	font-size: 15px;
	color: var(--font-2);
	font-weight: bold;
	margin-bottom: 4px;
}

.content_lf .logout_but .id_txt {
	font-size: 14px;
	color: var(--font-1);
}

.content_lf .user_out_tk {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 230px;
	padding: 16px 0;
	background-color: #fff;
	box-shadow: rgba(101, 119, 134, 0.2) 0px 0px 15px 0px, rgba(101, 119, 134, 0.15) 0px 0px 5px 1px;
	border-radius: 8px;
	z-index: 20;
}

.content_lf .user_out_tk p {
	width: 100%;
	font-size: 16px;
	color: var(--font-2);
	font-weight: bold;
	text-align: center;
	padding: 16px 0;
}

.content_lf .user_out_tk p:hover {
	background-color: var(--sub-color);
}

.content_lf .user_out_tk p span {
	margin-right: 20px;
}

.content_lf .user_out_tk .iconfont {
	width: 20%;
	font-size: 22px;
	color: var(--font-1);
	margin-left: 20px;
}

.content_lf .p_u {
	width: 100%;
}

.content_rt {
	width: 80%;
	height: 100%;
	overflow-y: scroll;
}

.tab_f_div {
	width: calc(100% - 4px);
}

.tab_f_div .tab_lf {
	width: 65%;
	border-right: 1px solid var(--line-color);
}

.tab_f_div .tab_lf .mr_txt {
	width: 100%;
	font-size: 13px;
	color: var(--font-3);
	text-align: center;
	margin: 60px 0;
}


.tab_f_div .p_top_box {
	width: 94%;
	padding: 0 3% 16px 3%;
	border-bottom: 1px solid var(--line-color);
}

.tab_f_div .p_top_box .top_1 {
	width: 55%;
}

.tab_f_div .top_1 .top_1_in {
	width: 100%;
}

.tab_f_div .top_1_in .fm_img {
	width: 100%;
	height: 210px;
	border-radius: 16px;
	margin-top: 16px;
	overflow: hidden;
}

.tab_f_div .top_1_in .fm_img img {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	object-fit: cover;
	transition: transform 0.3s ease;
	max-width: 100%;
}

.tab_f_div .top_1_in .fm_img:hover img {
	transform: scale(1.1);
}

.tab_f_div .top_1_in .p_bt {
	width: 100%;
	font-size: 18px;
	color: var(--font-2);
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 4px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 1;
}

.tab_f_div .top_1_in p {
	width: 100%;
	font-size: 15px;
	color: var(--font-1);
	margin-top: 2px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 1;
}

.tab_f_div .p_top_box .top_2 {
	width: 42%;
}

.tab_f_div .top_2 .tj_list {
	width: 100%;
}

.tab_f_div .top_2 .tj_row {
	width: 100%;
	padding: 16px 0;
	border-bottom: 1px solid var(--line-color);
	cursor: pointer;
}

.tab_f_div .top_2 .tj_row:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.tab_f_div .top_2 .p_bt {
	width: 100%;
	font-size: 18px;
	color: var(--font-2);
	font-weight: bold;
	margin-bottom: 4px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 1;
}

.tab_f_div .top_2 p {
	width: 100%;
	font-size: 15px;
	color: var(--font-1);
	margin-top: 2px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 1;
}

.tab_f_div .p_list {
	width: 100%;
	margin-bottom: 32px;
}

.tab_f_div .p_row {
	width: 94%;
	padding: 3% 3% 0 3%;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--line-color);
	position: relative;
}

.tab_f_div .p_row:last-child {
	border-bottom: none;
}

.tab_f_div .p_row:hover {
	background-color: rgba(249, 249, 249, 0.3);
}

.tab_f_div .p_row .p_row_top {
	width: 100%;
}

.tab_f_div .p_row_top .tx_img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	/* background-color: var(--main-color); */
	margin-right: 12px;
	position: relative;
}

.tab_f_div .p_row_top .tx_img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.tab_f_div .p_row_top .tx_img img:hover {
	animation: rotate 4s infinite linear;
}

.tab_f_div .p_row_top .txt_3 {
	font-size: 16px;
	color: var(--font-2);
	font-weight: bold;
}

.tab_f_div .p_row_top .line {
	width: 3px;
	height: 3px;
	background-color: var(--font-3);
	border-radius: 50%;
	margin: 0 6px;
}

.tab_f_div .p_row_top .txt_4 {
	font-size: 14px;
	color: var(--font-1);
}

.tab_f_div .p_tc {
	width: 300px;
	background-color: #fff;
	box-shadow: rgba(101, 119, 134, 0.2) 0px 0px 15px 0px, rgba(101, 119, 134, 0.15) 0px 0px 5px 1px;
	border-radius: 8px;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 1;
}

.tab_f_div .p_tc .bg_img {
	width: 100%;
	height: 100px;
	border-radius: 8px 8px 0 0;
}

.tab_f_div .p_tc .bg_img img {
	width: 100%;
	height: 100%;
	border-radius: 8px 8px 0 0;
	object-fit: cover;
}

.tab_f_div .p_tc .tc_in {
	width: 90%;
	padding: 0 5% 5% 5%;
}

.tab_f_div .p_tc .tx_img {
	width: 62px;
	height: 62px;
	border-radius: 50%;
	border: 1px solid #fff;
	margin-top: -40px;
}

.tab_f_div .p_tc .tx_img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.tab_f_div .p_tc .tx_img img:hover {
	animation: rotate 4s infinite linear;
}

.tab_f_div .p_tc .tc_bot {
	width: 100%;
	margin-top: 4px;
}

.tab_f_div .p_tc .txt_nc {
	font-size: 18px;
	color: var(--font-2);
	font-weight: bold;
	margin-bottom: 4px;
}

.tab_f_div .p_tc .txt_js {
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	color: var(--font-1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 1;
}

.tab_f_div .p_tc .num_box {
	width: 100%;
	margin-top: 12px;
}

.tab_f_div .p_tc .txt_num {
	font-size: 14px;
	color: var(--font-1);
	margin-right: 16px;
}

.tab_f_div .p_tc .txt_num span {
	font-size: 15px;
	color: var(--font-2);
	font-weight: bold;
	margin-right: 4px;
}

.tab_f_div .p_tc .tc_but {
	padding: 8px 18px;
	border-radius: 50px;
	background-color: var(--font-2);
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-top: 16px;
	cursor: pointer;
}

.tab_f_div .p_tc .tc_but:hover {
	background-color: var(--hover-color);
}



.tab_f_div .p_tc .tc_but_ygz {
	background-color: #fff;
	font-size: 14px;
	color: var(--font-2);
	font-weight: bold;
	padding: 6px 12px;
	border: 1px solid var(--font-4);
	border-radius: 50px;
	cursor: pointer;
}

.tab_f_div .p_tc .tc_but_ygz:hover {
	color: var(--font-1);
	background-color: var(--sub-color);
	border: 1px solid var(--line-color);
}

.tab_f_div .p_row .p_row_bot {
	width: 92%;
	padding-left: 8%;
}

.tab_f_div .p_row_wz .p_top {
	width: 100%;
}

.tab_f_div .p_row_wz .p_bt {
	width: 100%;
	font-size: 20px;
	color: var(--font-2);
	font-weight: bold;
	margin-bottom: 8px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 1;
}

.tab_f_div .p_row_wz .p_txt {
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	color: var(--font-1);
	margin-bottom: 8px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 2;
}

.tab_f_div .p_row_wz .img_box {
	width: 100%;
	height: 320px;
}

.tab_f_div .p_row_wz .img_pic {
	width: 100%;
	height: 320px;
	border-radius: 16px;
	overflow: hidden;
}

.tab_f_div .p_row_wz .img_pic img {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	object-fit: cover;
	transition: transform 0.3s ease;
	max-width: 100%;
}

.tab_f_div .p_row_wz .img_pic:hover img {
	transform: scale(1.1);
}

.tab_f_div .p_row_dt .p_top {
	width: 100%;
}

.tab_f_div .p_row_dt .p_txt {
	width: 100%;
	font-size: 17px;
	line-height: 24px;
	color: var(--font-2);
	margin-bottom: 8px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 2;
}

.tab_f_div .p_row_dt .img_box {
	width: 100%;
}

.tab_f_div .p_row_dt .img_pic_1 {
	width: 383px;
	height: 320px;
	border-radius: 16px;
	overflow: hidden;
	cursor: pointer;
}

.tab_f_div .p_row_dt .img_pic_1 img {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	object-fit: cover;
	transition: transform 0.3s ease;
	max-width: 100%;
}

.tab_f_div .p_row_dt .img_pic_1:hover img {
	transform: scale(1.1);
}

.tab_f_div .p_row_dt .img_pic_box {
	width: 155px;
	height: 320px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.tab_f_div .p_row_dt .img_pic_2 {
	width: 155px;
	height: 155px;
	border-radius: 16px;
	overflow: hidden;
	cursor: pointer;
}

.tab_f_div .p_row_dt .img_pic_2 img {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	object-fit: cover;
	transition: transform 0.3s ease;
	max-width: 100%;
}

.tab_f_div .p_row_dt .img_pic_2:hover img {
	transform: scale(1.1);
}

.tab_f_div .p_row_dt .img_pic_3 {
	width: 155px;
	height: 155px;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.tab_f_div .p_row_dt .img_pic_3 img {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	object-fit: cover;
	transition: transform 0.3s ease;
	max-width: 100%;
}

.tab_f_div .p_row_dt .img_pic_3:hover img {
	transform: scale(1.1);
}

.tab_f_div .p_row_dt .img_pic_3 .bg_h {
	width: 155px;
	height: 155px;
	border-radius: 16px;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
}

.tab_f_div .p_row_dt .img_pic_3 .txt_num {
	width: 155px;
	height: 155px;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
}

.tab_f_div .p_row_dt_2 .img_pic_1 {
	width: 48.9%;
	height: 280px;
	border-radius: 16px;
}

.tab_f_div .p_row_dt_3 .img_pic_1 {
	width: 100%;
	height: 320px;
	border-radius: 16px;
}

.tab_f_div .p_row_dt .img_pic img {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	object-fit: cover;
}

.tab_f_div .p_row_sp .p_bt {
	width: 100%;
	font-size: 20px;
	color: var(--font-2);
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 1;
}

.tab_f_div .video_box {
	width: 100%;
	height: 320px;
	background-color: var(--font-2);
	border-radius: 16px;
	margin-top: 12px;
	position: relative;
}

.tab_f_div .video_pic {
	width: 100%;
	height: 320px;
	background-color: var(--line-color);
	border-radius: 16px;
	overflow: hidden;
}

.tab_f_div .video_pic video {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	object-fit: cover;
	transition: transform .3s ease;
	max-width: 100%;
	cursor: pointer;
}

.tab_f_div .video_pic:hover video {
	transform: scale(1.01);
}

.tab_f_div .video_box .icon-24gf-play {
	font-size: 15px !important;
	color: #fff;
	padding: 12px 24px;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 8px;
	position: absolute;
	top: 45%;
	left: 45%;
}

.tab_f_div .video_box .sj_txt {
	position: absolute;
	right: 2%;
	bottom: 3%;
	padding: 2px;
	background-color: rgba(76, 76, 76, 0.5);
	border-radius: 4px;
	font-size: 12px;
	color: #fff;
}

.tab_f_div .p_row .p_bot {
	width: 100%;
	margin-top: 12px;
}

.tab_f_div .p_bot_lf {
	font-size: 14px;
	color: var(--font-2);
}

.tab_f_div .p_bot_lf .bq {
	margin-right: 24px;
}

.tab_f_div .p_bot_lf .iconfont {
	color: var(--font-2);
}

.tab_f_div .bq_sc span {}

.tab_f_div .bq_zt span {}

.tab_f_div .p_bot_rt {
	font-size: 13px;
	color: var(--font-1);
}

.tab_f_div .p_bot_rt_tip {
	margin-left: 16px;
}

.tab_f_div .p_bot_rt_tip:hover {
	color: var(--font-2);
}

.tab_f_div_2 .gz_box {
	width: 100%;
	position: relative;
	border-bottom: 1px solid var(--line-color);
}

.tab_f_div_2 .gz_list {
	width: 100%;
	overflow-x: scroll;
}

.tab_f_div_2 .gz_list::-webkit-scrollbar {
	display: none;
}

.tab_f_div_2 .gz_row {
	margin: 10px 16px;
}

.tab_f_div_2 .gz_row .tx_img {
	width: 44px;
	height: 44px;
	background-image: linear-gradient(to right, #e66465, #9198e5);
	border-radius: 50%;
	padding: 2px;
}

.tab_f_div_2 .gz_row .tx_img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.tab_f_div_2 .gz_row .tx_img img:hover {
	animation: rotate 4s infinite linear;
}

.tab_f_div_2 .gz_row .nc_txt {
	width: 64px;
	font-size: 15px;
	line-height: 28px;
	color: var(--font-2);
	font-weight: bold;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 1;
}

.tab_f_div_2 .mr_box {
	position: absolute;
	top: 40%;
	width: 24px;
	height: 24px;
	background-color: #fff;
	box-shadow: rgba(101, 119, 134, 0.2) 0px 0px 15px 0px, rgba(101, 119, 134, 0.15) 0px 0px 5px 1px;
	border-radius: 50%;
}

.tab_f_div_2 .mr_box_lf {
	left: -1%;
}

.tab_f_div_2 .mr_box_rt {
	right: -1%;
}

.tab_f_div_2 .icon-zuojiantou {
	font-size: 13px !important;
	color: var(--font-3);
}

.tab_f_div_2 .icon-youjiantou1 {
	font-size: 15px !important;
	color: var(--font-3);
}

.tab_f_div_2 .gz_row_1 {
	position: relative;
}

.tab_f_div_2 .dot {
	width: 6px;
	height: 6px;
	background-color: var(--main-color);
	border-radius: 50%;
	border: 2px solid #fff;
	position: absolute;
	top: 0;
	right: 12px;
}

.tab_f_div_2 .uac {
	width: 40px;
	height: 2px;
	background-color: var(--main-color);
	opacity: 0.5;
	border-radius: 3px;
	border: 2 solid #fff;
	position: absolute;
	bottom: -2px;
	left: 12px;
}


.tab_f_div_3 .ph_tab {
	width: 94%;
	padding: 0 3%;
	border-bottom: 1px solid var(--line-color);
}

.tab_f_div_3 .ph_ {
	padding: 12px 24px;
	font-size: 14px;
	color: var(--font-2);
	cursor: pointer;
}

.tab_f_div_3 .ph_ac {
	border-top: 3px solid var(--main-color);
	border-right: 1px solid var(--line-color);
	border-left: 1px solid var(--line-color);
	background-color: rgba(248, 248, 252, 0.4);
	font-weight: bold;
}

.tab_f_div_3 .tab_ph {
	width: 100%;
}

.tab_f_div_3 .ph_row {
	width: 94%;
	padding: 16px 3%;
	border-bottom: 1px solid var(--line-color);
	cursor: pointer;
}

.tab_f_div_3 .ph_row:last-child {
	border-bottom: none;
}

.tab_f_div_3 .ph_ico {
	width: 26px;
}

.tab_f_div_3 .ph_ico img {
	width: 100%;
	object-fit: cover;
}

.tab_f_div_3 .ph_num {
	width: 26px;
	font-size: 18px;
	color: var(--font-3);
	font-weight: bold;
	font-style: italic;
}

.tab_f_div_3 .ph_box {
	width: 92%;
}

.tab_f_div_3 .ph_img {
	width: 100px;
	height: 100px;
	background-color: var(--line-color);
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}

.tab_f_div_3 .ph_img img {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	object-fit: cover;
	transition: transform 0.3s ease;
	max-width: 100%;
}

.tab_f_div_3 .ph_img:hover img {
	transform: scale(1.1);
}

.tab_f_div_3 .ph_img video {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	object-fit: cover;
	transition: transform 0.3s ease;
	max-width: 100%;
}

.tab_f_div_3 .ph_img:hover video {
	transform: scale(1.01);
}


.tab_f_div_3 .ph_img .icon-24gf-play {
	font-size: 13px !important;
	color: #fff;
	padding: 6px 10px;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 4px;
	position: absolute;
	top: 38%;
	left: 38%;
}

.tab_f_div_3 .ph_img .sj_txt {
	position: absolute;
	right: 5%;
	bottom: 5%;
	padding: 2px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	font-size: 11px;
	color: #fff;
}





.tab_f_div_3 .ph_txt {
	width: calc(100% - 104px);
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: space-between;
}

.tab_f_div_3 .ph_txt_no_pic {
	width: calc(100% - 4px);
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: space-between;
}

.tab_f_div_3 .p_top {
	width: 100%;
}

.tab_f_div_3 .p_top .p_bt {
	width: 100%;
	font-size: 18px;
	color: var(--font-2);
	font-weight: bold;
	margin-bottom: 6px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 1;
}

.tab_f_div_3 .p_cent {
	width: 100%;
	margin-top: -24px;
}

.tab_f_div_3 .p_cent .txt_tip {
	font-size: 14px;
	color: var(--font-1);
	margin-right: 16px;
}

.tab_f_div_3 .p_cent .txt_tip:hover {
	color: var(--font-2);
}

.tab_f_div_3 .p_bot {
	width: 100%;
}

.tab_f_div_3 .p_bot_lf {
	font-size: 13px;
	color: var(--font-2);
}

.tab_f_div_3 .p_bot_lf .iconfont {
	color: var(--font-2);
}

.tab_f_div_3 .p_bot_lf .bq {
	margin-right: 24px;
}

.tab_f_div_3 .p_bot_lf .bq_sc span {
	color: var(--main-color);
}

.tab_f_div_3 .p_bot_lf .bq_zt span {
	color: var(--main-color);
	font-size: 17px;
}

.tab_f_div_3 .p_bot_rt .tx_img {
	width: 24px;
	height: 24px;
}

.tab_f_div_3 .p_bot_rt .tx_img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.tab_f_div_3 .p_bot_rt .tx_img img:hover {
	animation: rotate 4s infinite linear;
}

.tab_f_div_3 .p_bot_rt .nc_txt {
	font-size: 14px;
	color: var(--font-2);
	font-weight: bold;
	margin: 0 10px;
}




.tab_f_div_5 {
	width: 98%;
	margin-left: 2%;
}

.tab_f_div_5 .p_banner {
	width: 100%;
	height: 240px;
	border-radius: 16px;
	margin: 16px 0 8px 0;
	overflow: hidden;
}

.tab_f_div_5 .p_banner_in {
	width: 100%;
	height: 100%;
}

.tab_f_div_5 .p_banner img {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	object-fit: cover;
	-o-object-fit: cover;
}

.tab_f_div_5 .p_5_list {
	width: 974px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -6px;
}

.tab_f_div_5 .p_5_box {
	width: 310px;
	border-radius: 16px;
	border: 1px solid var(--line-color);
	margin: 8px 6px;
	transition: transform 0.3s ease;
	cursor: pointer;
}

.tab_f_div_5 .p_5_box:hover {
	transform: translateY(-10px);
}

.tab_f_div_5 .p_5_box .p_img {
	width: 100%;
	height: 160px;
	border-radius: 16px 16px 0 0;
	overflow: hidden;
	position: relative;
}

.tab_f_div_5 .p_5_box .p_img img {
	width: 100%;
	height: 100%;
	border-radius: 16px 16px 0 0;
	object-fit: cover;
	transition: transform 0.3s ease;
	max-width: 100%;
}

.tab_f_div_5 .p_5_box .p_img:hover img {
	transform: scale(1.1);
}

.tab_f_div_5 .p_5_box .p_box {
	width: 90%;
	padding: 0 5%;
}

.tab_f_div_5 .p_5_box .p_bt {
	width: 100%;
	font-size: 19px;
	color: var(--font-2);
	font-weight: bold;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 1;
}

.tab_f_div_5 .p_5_box p {
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	color: var(--font-3);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 2;
}

.tab_f_div_5 .p_bot {
	width: 100%;
	font-size: 12px;
	color: var(--font-3);
	margin: 10px 0 16px 0;
}

.tab_f_div_5 .p_bot_rt_tip {
	padding: 4px 8px;
	background-color: var(--sub-color);
	border-radius: 4px;
	margin-left: 0;
	margin-right: 16px;
}

.tab_f_div_5 .p_but {
	width: 78px;
	height: 30px;
	background-color: var(--font-2);
	border-radius: 20px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 16px;
}

.tab_f_div_5 .p_but:hover {
	background-color: #3f3f3f;
}

.tab_f_div_6 .div_6_top {
	width: 100%;
	position: relative;
}

.tab_f_div_6 .fm_img {
	width: 100%;
	height: 180px;
	border-radius: 16px 16px 0 0;
	overflow: hidden;
}

.tab_f_div_6 .fm_img img {
	width: 100%;
	height: 100%;
	border-radius: 16px 16px 0 0;
	object-fit: cover;
	transition: transform 0.3s ease;
	max-width: 100%;
}

.tab_f_div_6 .fm_img :hover img {
	transform: scale(1.1) !important;
}

.tab_f_div_6 .fm_upload {
	padding: 4px 8px;
	background-color: #fff;
	border-radius: 8px;
	position: absolute;
	right: 1.5%;
	top: 42%;
}

.tab_f_div_6 .fm_upload .icon-xiangji {
	font-size: 20px;
	color: var(--font-2);
}

.tab_f_div_6 .fm_upload p {
	font-size: 14px;
	color: var(--font-2);
	font-weight: bold;
	margin-left: 4px;
}

.tab_f_div_6 .div_6_top_in {
	width: 95%;
	padding: 1% 3% 1.5% 2%;
}

.tab_f_div_6 .div_6_top_in .tx_img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	/* background-color: var(--main-color); */
	/* border: 1px solid #fff; */
	margin-top: -50px;
	position: relative;
}

.tab_f_div_6 .tx_img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.tab_f_div_6 .tx_img:hover img {
	animation: rotate 4s infinite linear;
}

.tab_f_div_6 .tx_upload {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #fff;
}

.tab_f_div_6 .tx_upload .icon-xiangji {
	font-size: 20px;
	color: var(--font-2);
}

.tab_f_div_6 .js_box {
	width: 80%;
}

.tab_f_div_6 .js_box_in {
	width: 100%;
}

.tab_f_div_6 .xx_txt {
	width: 100%;
}

.tab_f_div_6 .tx_nc {
	font-size: 21px;
	color: var(--font-2);
	font-weight: bold;
}

.tab_f_div_6 .ico_img {
	width: 20px;
	height: 20px;
	margin-left: 12px;
}

.tab_f_div_6 .ico_img img {
	width: 100%;
	height: 100%;
}

.tab_f_div_6 .bj_txt {
	padding: 8px 16px;
	border: 1px solid var(--font-4);
	border-radius: 50px;
	font-size: 14px;
	color: var(--font-2);
	font-weight: bold;
	margin-top: 6px;
}

.tab_f_div_6 .bj_txt:hover {
	background-color: var(--font-2);
	color: #fff;
}

.tab_f_div_6 .tx_id {
	font-size: 16px;
	color: var(--font-1);
}

.tab_f_div_6 .sj_box {
	width: 100%;
	font-size: 15px;
	margin-top: 12px;
}

.tab_f_div_6 .sj_txt {
	padding: 0 !important;
}

.tab_f_div_6 .sj_txt .txt_1 {
	margin-right: 2px;
	color: var(--font-2);
	font-weight: bold;
	font-size: 18px;
}

.tab_f_div_6 .sj_txt .txt_6_2 {
	color: var(--font-1);
	margin-right: 20px;
}

.tab_f_div_6 .txt_6_2:hover {
	color: var(--font-2);
	text-decoration: underline;
}

.tab_f_div_6 .jj_txt {
	width: 80%;
	font-size: 16px;
	color: var(--font-1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 1;
	margin-top: 12px;
}

.tab_f_div_6 .div_6_in {
	width: 100%;
	margin-top: 12px;
}

.tab_f_div_6 .div_6_lf {
	width: 100%;
}

.tab_f_div_6 .tab_t_xx {
	width: 94%;
	padding: 0 3%;
	border-bottom: 1px solid var(--line-color);
}

.tab_f_div_6 .tab_t_ {
	padding: 16px 0;
	margin-right: 30px;
	font-size: 16px;
	color: var(--font-2);
	cursor: pointer;
}

.tab_f_div_6 .tab_t_xx .tab_t_ac {
	border-bottom: 3px solid var(--font-2);
	font-weight: bold;
}

.tab_f_div_6 .div_6_rt {
	width: 100%;
}

.tab_f_div_6 .div_6_rt_in {
	width: 100%;
}

.tab_f_div_6 .tab_t_div_1 {
	width: 100%;
}




/* 66 s */


.tab_f_div_66 .div_6_top {
	width: 100%;
	position: relative;
}

.tab_f_div_66 .fm_img {
	width: 100%;
	height: 180px;
	border-radius: 16px 16px 0 0;
	overflow: hidden;
}

.tab_f_div_66 .fm_img img {
	width: 100%;
	height: 100%;
	border-radius: 16px 16px 0 0;
	object-fit: cover;
	transition: transform 0.3s ease;
	max-width: 100%;
}

.tab_f_div_66 .fm_img :hover img {
	transform: scale(1.1) !important;
}

.tab_f_div_66 .fm_upload {
	padding: 4px 8px;
	background-color: #fff;
	border-radius: 8px;
	position: absolute;
	right: 1.5%;
	top: 42%;
}

.tab_f_div_66 .fm_upload .icon-xiangji {
	font-size: 20px;
	color: var(--font-2);
}

.tab_f_div_66 .fm_upload p {
	font-size: 14px;
	color: var(--font-2);
	font-weight: bold;
	margin-left: 4px;
}

.tab_f_div_66 .div_6_top_in {
	width: 95%;
	padding: 1% 3% 1.5% 2%;
}

.tab_f_div_66 .div_6_top_in .tx_img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	/* background-color: var(--main-color); */
	/* border: 1px solid #f0f0f0; */
	margin-top: -50px;
	position: relative;
}

.tab_f_div_66 .tx_img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.tab_f_div_66 .tx_img:hover img {
	animation: rotate 4s infinite linear;
}

.tab_f_div_66 .tx_upload {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #fff;
}

.tab_f_div_66 .tx_upload .icon-xiangji {
	font-size: 20px;
	color: var(--font-2);
}

.tab_f_div_66 .js_box {
	width: 80%;
}

.tab_f_div_66 .js_box_in {
	width: 100%;
}

.tab_f_div_66 .xx_txt {
	width: 100%;
}

.tab_f_div_66 .tx_nc {
	font-size: 21px;
	color: var(--font-2);
	font-weight: bold;
}

.tab_f_div_66 .ico_img {
	width: 20px;
	height: 20px;
	margin-left: 12px;
}

.tab_f_div_66 .ico_img img {
	width: 100%;
	height: 100%;
}

.tab_f_div_66 .bj_txt {
	padding: 8px 16px;
	border: 1px solid var(--font-4);
	border-radius: 50px;
	font-size: 14px;
	color: var(--font-2);
	font-weight: bold;
	margin-top: 6px;
}

.tab_f_div_66 .bj_txt:hover {
	background-color: var(--font-2);
	color: #fff;
}

.tab_f_div_66 .tx_id {
	font-size: 16px;
	color: var(--font-1);
}


.tab_f_div_66 .gz_btn_txt {
	padding: 8px 16px;
	border: 1px solid var(--font-4);
	border-radius: 50px;
	font-size: 14px;
	color: var(--font-2);
	font-weight: bold;
	margin-top: 6px;
}

.tab_f_div_66 .gz_btn_txt:hover {
	background-color: var(--font-2);
	color: #fff;
}





.tab_f_div_66 .sj_box {
	width: 100%;
	font-size: 15px;
	margin-top: 12px;
}

.tab_f_div_66 .sj_txt {
	padding: 0 !important;
}

.tab_f_div_66 .sj_txt .txt_1 {
	margin-right: 2px;
	color: var(--font-2);
	font-weight: bold;
	font-size: 18px;
}

.tab_f_div_66 .sj_txt .txt_6_2 {
	color: var(--font-1);
	margin-right: 20px;
}

.tab_f_div_66 .txt_6_2:hover {
	color: var(--font-2);
	text-decoration: underline;
}

.tab_f_div_66 .jj_txt {
	width: 80%;
	font-size: 16px;
	color: var(--font-1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 1;
	margin-top: 12px;
}

.tab_f_div_66 .div_6_in {
	width: 100%;
	margin-top: 12px;
}

.tab_f_div_66 .div_6_lf {
	width: 100%;
}

.tab_f_div_66 .tab_t_xx {
	width: 94%;
	padding: 0 3%;
	border-bottom: 1px solid var(--line-color);
}

.tab_f_div_66 .tab_t_ {
	padding: 16px 0;
	margin-right: 30px;
	font-size: 16px;
	color: var(--font-2);
	cursor: pointer;
}

.tab_f_div_66 .tab_t_xx .tab_t_ac {
	border-bottom: 3px solid var(--font-2);
	font-weight: bold;
}

.tab_f_div_66 .div_6_rt {
	width: 100%;
}

.tab_f_div_66 .div_6_rt_in {
	width: 100%;
}

.tab_f_div_66 .tab_t_div_1 {
	width: 100%;
}

#tepl_tj_yh_out_no {
	width: 100%;
	font-size: 20px;
	color: #e5e5e5;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	padding-top: 300px;
}

#sp_bf_list_out_no {
	width: 100%;
	font-size: 20px;
	color: #e5e5e5;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	padding-top: 300px;
}

#zxgxt_list_out_no {
	width: 100%;
	font-size: 20px;
	color: #e5e5e5;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	padding-top: 300px;
}

/* 66  end*/









.tab_t_div_1 .icon-gengduo {
	font-size: 14px;
	color: var(--font-1);
	margin-left: 12px;
}

.tab_t_div_1 .tc_cz {
	position: absolute;
	top: 30px;
	right: 0;
	background-color: #fff;
	box-shadow: rgba(101, 119, 134, 0.2) 0px 0px 15px 0px, rgba(101, 119, 134, 0.15) 0px 0px 5px 1px;
	z-index: 20;
}

.tab_t_div_1 .cz_row {
	width: 140px;
	padding: 16px 0;
}

.tab_t_div_1 .cz_box {
	width: 90%;
	padding: 16px 5%;
}

.tab_t_div_1 .cz_box:hover {
	background-color: var(--sub-color);
}

.tab_t_div_1 .cz_ico .iconfont {
	font-size: 14px;
	color: var(--font-2);
}

.tab_t_div_1 .cz_txt {
	width: 60%;
	font-size: 14px;
	color: var(--font-1);
	text-align: left;
	margin-left: 16px;
}

.tab_t_div_1 .icon-zhiding1 {
	font-size: 18px !important;
}

.tab_t_div_1 .icon-fankuiyijianfankui-xianxing {
	font-size: 18px !important;
}

.tab_t_div_1 .icon-remove-1-copy {
	font-size: 16px !important;
}

.tab_t_div_1 .icon-fuwulianjie {
	font-size: 19px !important;
}

.tab_t_div_1 .icon-gongkai2 {
	font-size: 18px !important;
}

.tab_t_div_1 .icon-ziyuan {
	font-size: 17px !important;
}

.tab_t_div_1 .icon-wode-wodefensi {
	font-size: 17px !important;
}

.tab_t_div_2 .p_list_cg {
	width: 100%;
}

.tab_t_div_2 .p_row_cg {
	width: 94%;
	padding: 16px 3%;
	border-bottom: 1px solid var(--line-color);
	position: relative;
	cursor: pointer;
}

.tab_t_div_2 .p_row_cg:last-child {
	border-bottom: none;
	padding-bottom: 6px;
}

.tab_t_div_2 .p_row_cg .p_row_bot {
	width: 100%;
}

.tab_t_div_2 .p_row_cg .img_pic {
	width: 100px;
	height: 100px;
	background-color: var(--sub-color);
	border-radius: 16px;
	overflow: hidden;
	position: relative;
}

.tab_t_div_2 .p_row_cg .img_pic img {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	object-fit: cover;
	transition: transform 0.3s ease;
	max-width: 100%;
	cursor: pointer;
}

.tab_t_div_2 .p_row_cg .img_pic:hover img {
	transform: scale(1.1);
}

.tab_t_div_2 .p_row_cg .img_pic video {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	object-fit: cover;
	transition: opacity 0.3s ease;
	max-width: 100%;
	cursor: pointer;
}

.tab_t_div_2 .p_row_cg .img_pic:hover video {
	opacity: 0.9;
}

.tab_t_div_2 .p_row_cg .icon-24gf-play {
	padding: 4px 8px;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 4px;
	font-size: 10px;
	color: #fff;
	position: absolute;
	top: 40%;
	left: 40%;
}

.tab_t_div_2 .p_row_cg .p_box {
	width: 81%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.tab_t_div_2 .p_row_cg .p_box_dt {
	width: 100%;
}

.tab_t_div_2 .p_row_cg .p_box_no_pic {
	width: 100%;
}

.tab_t_div_2 .p_row_cg .p_bt {
	width: 100%;
	font-size: 19px;
	color: var(--font-2);
	font-weight: bold;
	margin-bottom: 6px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 1;
	cursor: pointer;
}

.tab_t_div_2 .p_row_cg .p_box p {
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	color: var(--font-2);
	margin-bottom: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 2;
}

.tab_t_div_2 .p_row_cg .p_box_dt p {
	margin-bottom: 20px;
}

.tab_t_div_2 .p_row_cg .tip_box {
	width: 100%;
	margin-bottom: 26px;
}

.tab_t_div_2 .p_row_cg .txt_tip {
	font-size: 15px;
	color: var(--font-1);
	margin-right: 16px;
}

.tab_t_div_2 .p_row_cg .txt_tip:hover {
	color: var(--font-2);
}

.tab_t_div_2 .p_row_cg .p_bot {
	width: 100%;
}

.tab_t_div_2 .p_row_cg .txt_sj {
	font-size: 14px;
	color: var(--font-1);
}

.tab_t_div_2 .p_row_cg .but_box {
	font-size: 14px;
	color: var(--font-1);
}

.tab_t_div_2 .p_row_cg .but_box .but {
	margin-left: 24px;
}

.tab_t_div_2 .p_row_cg .but_box .but:hover {
	color: var(--font-2);
}

.tab_t_div_yh {
	width: 100%;
}

.tab_t_div_yh .p_list_yh {
	width: 100%;
}

.tab_t_div_yh .p_row_yh {
	width: 94%;
	padding: 0 3%;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--line-color);
	margin-top: 16px;
}

.tab_t_div_yh .p_row_yh:last-child {
	border-bottom: none;
}

.tab_t_div_yh .p_row_lf {
	width: 80%;
}

.tab_t_div_yh .tx_img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.tab_t_div_yh .tx_img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.tab_t_div_yh .tx_img:hover img {
	animation: rotate 4s infinite linear;
}

.tab_t_div_yh .txt_box {
	width: 89%;
}

.tab_t_div_yh .txt_nc {
	width: 100%;
	font-size: 17px;
	color: var(--font-2);
	font-weight: bold;
	margin-bottom: 6px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 1;
}

.tab_t_div_yh .txt_js {
	width: 100%;
	font-size: 14px;
	color: var(--font-1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 1;
}

.tab_t_div_yh .gz_but {
	font-size: 14px;
	color: var(--font-2);
	font-weight: bold;
	padding: 8px 16px;
	border: 1px solid var(--font-4);
	border-radius: 50px;
}

.tab_t_div_yh .gz_but:hover {
	border: 1px solid var(--font-1);
}

.tab_t_div_yh .wgz_but {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding: 8px 16px;
	background-color: var(--font-2);
	border-radius: 50px;
}

.tab_t_div_yh .wgz_but:hover {
	background-color: var(--hover-color);
}

.tab_t_div_cz {
	width: 100%;
}

.tab_t_div_cz .p_list_cz {
	width: 100%;
}

.tab_t_div_cz .p_row_cz {
	width: 94%;
	padding: 16px 3%;
	border-bottom: 1px solid var(--line-color);
	position: relative;
	cursor: pointer;
}

.tab_t_div_cz .p_row_cz:last-child {
	border-bottom: none;
}

.tab_t_div_cz .p_row_cz .img_pic {
	width: 100px;
	height: 100px;
	background-color: var(--line-color);
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.tab_t_div_cz .p_row_cz .img_pic img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	object-fit: cover;
	transition: transform 0.3s ease;
	max-width: 100%;
}

.tab_t_div_cz .p_row_cz .img_pic:hover img {
	transform: scale(1.1);
}

.tab_t_div_cz .p_row_cz .img_pic video {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	object-fit: cover;
	transition: opacity 0.3s ease;
	max-width: 100%;
}

.tab_t_div_cz .p_row_cz .img_pic:hover video {
	opacity: 0.8;
}

.tab_t_div_cz .p_row_cz .icon-24gf-play {
	padding: 4px 8px;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 4px;
	font-size: 15px !important;
	color: #fff;
	position: absolute;
	top: 40%;
	left: 40%;
}

.tab_t_div_cz .p_row_cz .p_box {
	width: 81%;
	height: 94px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.tab_t_div_cz .p_row_cz .p_box_no_pic {
	width: 100%;
	height: 94px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.tab_t_div_cz .p_own_dt_2 .p_box {
	width: 100%;
	height: 60px;
}

.tab_t_div_cz .p_row_cz .p_top {
	width: 100%;
}

.tab_t_div_cz .p_row_cz .p_bt {
	width: 100%;
	font-size: 19px;
	color: var(--font-2);
	font-weight: bold;
	margin-bottom: 3px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 1;
}

.tab_t_div_cz .p_row_cz .p_box p {
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	color: var(--font-2);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 2;
}

.tab_t_div_cz .p_own_dt_1 .p_box p {
	color: var(--font-2);
}

.tab_t_div_cz .p_own_dt_2 .p_box p {
	color: var(--font-2);
	margin-bottom: 20px;
}

.tab_t_div_cz .p_row_cz .p_bot {
	width: 100%;
	position: relative;
}

.tab_t_div_cz .p_row_cz .p_bot_lf {
	width: 70%;
}

.tab_t_div_cz .p_row_cz .tx_img {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	/* background-color: var(--main-color); */
	margin-right: 10px;
}

.tab_t_div_cz .p_row_cz .tx_img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.tab_t_div_cz .p_row_cz .tx_img img:hover {
	animation: rotate 4s infinite linear;
}

.tab_t_div_cz .p_row_cz .txt_3 {
	font-size: 15px;
	color: var(--font-2);
	font-weight: bold;
}

.tab_t_div_cz .p_row_cz .line {
	width: 3px;
	height: 3px;
	background-color: var(--font-3);
	border-radius: 50%;
	margin: 0 6px;
}

.tab_t_div_cz .p_row_cz .txt_4 {
	font-size: 14px;
	color: var(--font-1);
}

.tab_t_div_cz .p_row_cz .p_bot_rt {
	font-size: 14px;
	color: var(--font-1);
}

.tab_t_div_cz .p_row_cz .p_bot_rt_tip {
	margin-left: 16px;
	word-break: break-all;
	white-space: break-spaces;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;

}

.tab_t_div_cz .p_row_cz .p_bot_rt_tip:hover {
	color: var(--font-2);
}

.tab_t_div_cz .p_row_cz .icon-gengduo {
	font-size: 14px;
	color: var(--font-2);
	margin-left: 12px;
}

.tab_t_div_cz .p_row_cz .sc_box {
	position: absolute;
	top: 30px;
	right: 0;
	padding: 2px 6px;
	background-color: rgba(0, 0, 0, 0.7);
}

.tab_t_div_cz .p_row_cz .sc_box p {
	font-size: 12px;
	color: #fff;
}

.tab_t_div_cz .p_row_cz .dz_box {
	position: absolute;
	top: 30px;
	right: 0;
	padding: 2px 6px;
	background-color: rgba(0, 0, 0, 0.7);
}

.tab_t_div_cz .p_row_cz .dz_box p {
	font-size: 12px;
	color: #fff;
}

.tab_t_div_pl {
	width: 100%;
}

.tab_t_div_pl .p_list_pl {
	width: 94%;
	padding: 0 3%;
}

.tab_t_div_pl .p_row_pl {
	width: 100%;
	padding: 16px 0;
	border-bottom: 1px solid var(--line-color);
	cursor: pointer;
}

.tab_t_div_pl .p_row_pl:last-child {
	border-bottom: none;
}

.tab_t_div_pl .p_top {
	width: 100%;
}

.tab_t_div_pl .p_row_pl .txt_pl {
	width: 100%;
	font-size: 17px;
	line-height: 24px;
	color: var(--font-2);
	font-weight: bold;
}

.tab_t_div_pl .p_row_pl .p_cent {
	width: 100%;
	background-color: var(--sub-color);
	margin: 16px 0;
}

.tab_t_div_pl .p_row_pl .img_pic {
	width: 60px;
	height: 60px;
	background-color: var(--line-color);
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.tab_t_div_pl .p_row_pl .img_pic img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	object-fit: cover;
	transition: transform 0.3s ease;
	max-width: 100%;
}

.tab_t_div_pl .p_row_pl .img_pic:hover img {
	transform: scale(1.1);
}

.tab_t_div_pl .p_row_pl .img_pic video {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	object-fit: cover;
	transition: opacity 0.3s ease;
	max-width: 100%;
}

.tab_t_div_pl .p_row_pl .img_pic:hover video {
	opacity: 0.8;
}

.tab_t_div_pl .p_row_pl .icon-24gf-play {
	padding: 4px 6px;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 4px;
	font-size: 10px !important;
	color: #fff;
	position: absolute;
	top: 36%;
	left: 38%;
}

.tab_t_div_pl .p_row_pl .p_bt {
	width: 86%;
	font-size: 14px;
	line-height: 60px;
	color: var(--font-1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 1;
	margin: 0 12px;
}

.tab_t_div_pl .p_row_pl .p_bt_no_pic {
	width: 100%;
	font-size: 14px;
	line-height: 60px;
	color: var(--font-1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 1;
	margin: 0 12px;
}

.tab_t_div_pl .p_row_pl .p_bt_1 {
	width: 100%;
}

.tab_t_div_pl .p_row_pl .p_bot {
	width: 100%;
	position: relative;
}

.tab_t_div_pl .p_row_pl .p_bot_lf {
	width: 70%;
}

.tab_t_div_pl .p_row_pl .tx_img {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	/* background-color: var(--main-color); */
	margin-right: 10px;
}

.tab_t_div_pl .p_row_pl .tx_img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.tab_t_div_pl .p_row_pl .tx_img img:hover {
	animation: rotate 4s infinite linear;
}

.tab_t_div_pl .p_row_pl .txt_3 {
	font-size: 15px;
	color: var(--font-2);
	font-weight: bold;
}

.tab_t_div_pl .p_row_pl .line {
	width: 3px;
	height: 3px;
	background-color: var(--font-3);
	border-radius: 50%;
	margin: 0 6px;
}

.tab_t_div_pl .p_row_pl .txt_4 {
	font-size: 14px;
	color: var(--font-1);
}

.tab_t_div_pl .p_row_pl .p_bot_rt {
	font-size: 13px;
	color: var(--font-1);
}

.tab_t_div_pl .p_row_pl .p_bot_rt_tip {
	margin-left: 16px;
	word-break: break-all;
	white-space: break-spaces;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
}

.tab_t_div_pl .p_row_pl .p_bot_rt_tip:hover {
	color: var(--font-2);
}

.tab_t_div_9 {
	width: 100%;
}

.tab_t_div_9 .p_top {
	width: 95%;
	padding: 12px 2.5%;
	border-bottom: 1px solid var(--line-color);
}

.tab_t_div_9 .p_txt {
	color: var(--font-2);
}

.tab_t_div_9 .p_txt span {
	margin-left: 4px;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

.tab_t_div_9 .p_list {
	width: 100%;
}

.tab_t_div_9 .p_row {
	width: 95%;
	padding: 12px 2.5%;
	border-bottom: none !important;
}

.tab_t_div_9 .p_row:hover {
	background-color: transparent !important;
}

.tab_t_div_9 .p_row_bg {
	background-color: var(--sub-color);
}

.tab_t_div_9 .p_row_bg:hover {
	background-color: var(--sub-color) !important;
}

.tab_t_div_9 .txt_1 {
	font-size: 16px;
	color: var(--font-2);
	font-weight: bold;
	margin-bottom: 8px;
}

.tab_t_div_9 .txt_2 {
	font-size: 14px;
	color: var(--font-1);
}

.tab_t_div_9 .txt_3 {
	font-size: 15px;
	color: var(--font-2);
	font-weight: bold;
}

.tab_t_div_10 {
	width: 100%;
}

.tab_t_div_10 .p_row {
	width: 96%;
	padding: 16px 2%;
	border-bottom: 1px solid var(--line-color);
	cursor: pointer;
}

.tab_t_div_10 .p_row_own {
	background-color: rgba(247, 247, 252, 0.7);
}

.tab_t_div_10 .p_row:hover {
	background-color: var(--sub-color);
}

.tab_t_div_10 .p_row_lf {
	width: 80%;
}

.tab_t_div_10 .pm_txt {
	width: 5%;
	font-size: 16px;
	color: var(--font-3);
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

.tab_t_div_10 .tx_box {
	width: 92%;
	margin-left: 8px;
}

.tab_t_div_10 .tx_img {
	width: 40px;
	height: 40px;
}

.tab_t_div_10 .tx_img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.tab_t_div_10 .tx_img:hover {
	animation: rotate 4s infinite linear;
}

.tab_t_div_10 .info_box {
	width: 90%;
	margin-left: 12px;
}

.tab_t_div_10 .tx_nc {
	font-size: 15px;
	color: var(--font-2);
	font-weight: bold;
	margin-bottom: 8px;
}

.tab_t_div_10 .sz_num {
	font-size: 14px;
	color: var(--font-1);
}

.tab_t_div_10 .sz_num span {
	font-weight: bold;
	color: var(--font-2);
	margin-left: 4px;
}

.tab_t_div_10 .gz_txt {
	font-size: 15px;
	color: var(--font-2);
	font-weight: bold;
	padding: 6px 12px;
	border: 1px solid var(--font-4);
	border-radius: 24px;
	cursor: pointer;
}

.tab_t_div_10 .gz_txt:hover {
	color: #fff;
	background-color: var(--font-2);
	border: none;
}

.tab_rt {
	width: 33.1%;
}

.tab_rt_box {
	width: 90%;
	height: 66vh;
	padding: 4% 5% 0 5%;
	border: 1px solid var(--line-color);
	border-radius: 8px;
	margin-top: 16px;
}

.tab_rt_box .bt_box {
	width: 100%;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--line-color);
}

.tab_rt_box .txt_bt {
	font-size: 19px;
	color: var(--font-2);
	font-weight: bold;
	font-style: italic;
}

.tab_rt_box .txt_mr {
	font-size: 12px;
	color: var(--font-1);
}

.tab_rt_box .cont_box {
	width: 100%;
}

.tab_rt_box .row_box {
	width: 100%;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--line-color);
	margin-top: 16px;
	cursor: pointer;
}

.tab_rt_box .row_box:last-child {
	border-bottom: none;
}

.tab_rt_box .p_box {
	width: 76%;
	overflow: hidden;
}

.tab_rt_box .p_box .p_bt {
	width: 96%;
	font-size: 18px;
	color: var(--font-2);
	font-weight: bold;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-line-clamp: 1;
	text-align: left;
}

.tab_rt_box .tip_box {
	width: 96%;
	overflow: hidden;
}

.tab_rt_box .tip_box .tip {
	font-size: 12px;
	color: var(--font-1);
	margin-right: 12px;

	word-break: break-all;
	white-space: break-spaces;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;


}

.tab_rt_box .tip_box .tip:hover {
	color: var(--font-2);
}

.tab_rt_box .p_box_lf {
	width: calc(100% - 80px);
}

.tab_rt_box .img_pic {
	width: 56px;
	height: 56px;
	background-color: var(--line-color);
	border-radius: 8px;
	overflow: hidden;
}

.tab_rt_box .img_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	transition: transform 0.3s ease;
}

.tab_rt_box .img_pic:hover img {
	transform: scale(1.1);
}


.tab_rt_box .img_pic video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	transition: transform 0.3s ease;
}

.tab_rt_box .img_pic:hover video {
	transform: scale(1.01);
}

.tab_rt_box .img_tx {
	width: 36px;
	height: 36px;
	background-color: var(--line-color);
	border-radius: 50%;
	overflow: hidden;
}

.tab_rt_box .img_tx img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	transition: transform 0.3s ease;
}

.tab_rt_box .img_tx img:hover {
	animation: rotate 4s infinite linear;
}

.tab_rt_box .p_nc {
	width: calc(100% - 40px);
	font-size: 16px;
	color: var(--font-2);
	font-weight: bold;
	margin-left: 12px;

	word-break: break-all;
	white-space: break-spaces;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;

}

.tab_rt_box .gz_but {
	width: 78px;
	height: 30px;
	background-color: var(--font-2);
	border-radius: 20px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.tab_rt_box .gz_but:hover {
	background-color: #3f3f3f;
}


.tab_rt_box .ygz_but {
	background-color: #fff;
	color: var(--font-2);
	font-weight: bold;
	border: 1px solid var(--font-4);
	border-radius: 50px;
	cursor: pointer;
}

.tab_rt_box .ygz_but:hover {
	color: var(--font-1);
	background-color: var(--sub-color);
	border: 1px solid var(--line-color);
}

.tab_rt_box .gz_but_ygz {
	background-color: #fff;
	font-size: 14px;
	color: var(--font-2);
	font-weight: bold;
	border: 1px solid var(--font-4);
	border-radius: 50px;
	cursor: pointer;
}

.tab_rt_box .gz_but_ygz:hover {
	color: var(--font-1);
	background-color: var(--sub-color);
	border: 1px solid var(--line-color);
}




.tab_rt_box .txt_rq {
	font-size: 18px;
	color: var(--font-1);
	font-weight: bold;
	font-style: italic;
}

.tab_rt_box .txt_yf {
	font-size: 13px;
	color: var(--font-3);
	font-weight: bold;
}

.tab_rt_box .p_box_1 {
	width: 87%;
}

.tab_rt .sp_tj {
	width: 100%;
	margin: 14px 0;
}

.tab_rt .ph_img {
	width: 100%;
	height: 160px;
	background-color: var(--line-color);
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}

.tab_rt .ph_img img {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	object-fit: cover;
	transition: transform 0.3s ease;
	max-width: 100%;
}

.tab_rt .ph_img:hover img {
	transform: scale(1.1);
}

.tab_rt .ph_img video {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	object-fit: cover;
	transition: transform 0.3s ease;
	max-width: 100%;
}

.tab_rt .ph_img:hover video {
	transform: scale(1.01);
}

.tab_rt .ph_img .icon-24gf-play {
	font-size: 14px !important;
	color: #fff;
	padding: 8px 14px;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 8px;
	position: absolute;
	top: 40%;
	left: 43%;
}

.tab_rt .ph_img .sj_txt {
	position: absolute;
	right: 3%;
	bottom: 3%;
	padding: 2px;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 4px;
	font-size: 11px;
	color: #fff;
}




.tab_rt .p_6_rt_box {
	width: 92%;
	padding: 0 4%;
	border-radius: 8px;
	border: 1px solid var(--line-color);
	margin-top: 16px;
}

.tab_rt .p_6_rt_box .txt_1 {
	width: 100%;
	padding: 12px 0 16px 0;
	border-bottom: 1px solid var(--line-color);
	font-size: 16px;
	color: var(--font-2);
}

.tab_rt .p_6_rt_box .txt_1 .txt_1_num {
	font-style: italic;
	color: var(--main-color);
	font-size: 25px;
	margin: 0 6px;
}

.tab_rt .p_6_rt_box .txt_row {
	width: 90%;
	margin: 16px 0;
}

.tab_rt .p_6_rt_box .txt_2 {
	font-size: 16px;
	color: var(--font-1);
}

.tab_rt .p_6_rt_box .txt_3 {
	font-size: 20px;
	color: var(--font-2);
	font-weight: bold;
	margin: 14px 0;
}

.tab_rt .p_6_rt_box .txt_4 {
	font-size: 14px;
	color: var(--font-1);
}

.tab_rt .p_6_rt_box .icon-arrowTop {
	font-size: 16px;
	color: var(--main-color);
	font-weight: bold;
}

.tab_rt .p_6_rt_box .ico_box {
	width: 100%;
	margin: 12px 0;
}

.tab_rt .p_6_rt_box .ico_img {
	width: 24px;
	height: 24px;
}

.tab_rt .p_6_rt_box .ico_img img {
	width: 100%;
	height: 100%;
}

.tab_rt .p_6_rt_box .txt_6 {
	font-size: 15px;
	color: var(--font-1);
	margin-left: 16px;
}

.tab_rt .p_6_rt_box .txt_6 p {
	margin-left: 6px;
}

.tab_rt .p_6_rt_box .txt_6 .get_p {
	margin-left: 0px;
}

.tab_rt .p_6_rt_box .txt_6 span {
	font-weight: bold;
	margin-left: 4px;
	font-size: 18px;
	color: var(--font-2);
}

.tab_rt .p_6_rt_box .txt_7 {
	font-size: 15px;
	color: var(--font-1);
	margin-top: 6px;
}

.tab_rt .p_6_rt_box .txt_8 {
	font-size: 20px;
	color: var(--font-2);
	font-weight: bold;
	margin-bottom: 10px;
}

.tab_f_div_7 .div_7_in {
	width: 100%;
}

.tab_f_div_7 .div_7_lf {
	width: 30%;
}

.tab_f_div_7 .lf_txt_row {
	width: 88%;
	padding: 16px 6%;
	cursor: pointer;
}

.tab_f_div_7 .lf_txt_row:hover {
	background-color: var(--sub-color);
}

.tab_f_div_7 .lf_txt_row_ac {
	font-weight: bold;
}

.tab_f_div_7 .txt_1 {
	font-size: 20px;
	color: var(--font-2);
}

.tab_f_div_7 .div_7_rt {
	width: 70%;
	border-left: 1px solid var(--line-color);
	border-right: 1px solid var(--line-color);
	height: calc(100vh - 52px - 32px);
	overflow-y: scroll;
}

.tab_f_div_7 .div_7_rt::-webkit-scrollbar {
	display: none;
}

.tab_f_div_7 .rt_txt_row {
	width: 94%;
	padding: 16px 3% 0 3%;
	border-bottom: 1px solid var(--line-color);
}

.tab_f_div_7 .rt_txt_row:last-child {
	border-bottom: none;
}

.tab_f_div_7 .rt_txt_row:first-child {
	margin-top: 4px;
}

.tab_f_div_7 .txt_box {
	width: 100%;
	margin: 30px 0 20px 0;
}

.tab_f_div_7 .txt_box_1 {
	width: 100%;
	margin: 20px 0;
}

.tab_f_div_7 .txt_2 {
	font-size: 24px;
	color: var(--font-2);
	font-weight: bold;
}

.tab_f_div_7 .txt_3 {
	font-size: 18px;
	color: var(--font-2);
	font-weight: bold;
	margin-bottom: 10px;
}

.tab_f_div_7 .txt_4 {
	font-size: 15px;
	color: var(--font-1);
}

.tab_f_div_7 .txt_5 {
	font-size: 15px;
	color: var(--font-2);
}

.tab_f_div_7 .txt_6 {
	font-size: 15px;
	font-weight: bold;
	color: var(--main-color);
	margin-right: 4px;
}

.tab_f_div_7 .tx_img {
	width: 40px;
	height: 40px;
}

.tab_f_div_7 .tx_img img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 50%;
}





.tab_f_div_7 .fm_img {
	width: 80px;
	height: 40px;
	border-radius: 4px 4px;
	overflow: hidden;
	cursor: pointer;
}

.tab_f_div_7 .fm_img img {
	width: 80px;
	height: 40px;
	border-radius: 4px 4px;
	object-fit: cover;
	transition: transform 0.3s ease;
	max-width: 100%;
}

.tab_f_div_7 .fm_img :hover img {
	transform: scale(1.1) !important;
}




.tab_f_div_7 .xl_row {
	width: 60%;
}

.tab_f_div_7 .layui-form-select {
	margin-left: 10px !important;
}


.tab_f_div_7 .popup-nc {
	position: fixed;
	top: 45%;
	left: 65%;
	transform: translate(-50%, -50%);
	width: 360px;
	padding: 20px;
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid var(--line-color);
	box-shadow: rgba(101, 119, 134, 0.2) 0px 0px 15px 0px, rgba(101, 119, 134, 0.15) 0px 0px 5px 1px;
	z-index: 20;
}

.tab_f_div_7 .popup-nc-yx {
	width: 460px;
}

.tab_f_div_7 .popup-nc .txt_1 {
	width: 100%;
	font-size: 20px;
	line-height: 32px;
	color: var(--font-2);
	font-weight: bold;
	margin-bottom: 8px;
}

.tab_f_div_7 .popup-nc .txt_2 {
	width: 100%;
	font-size: 15px;
	line-height: 24px;
	color: var(--font-1);
	font-weight: normal !important;
	margin-bottom: 16px;
}

.tab_f_div_7 .popup-nc .txt_2 span {
	color: var(--font-2);
	text-decoration: underline;
}

.tab_f_div_7 .popup-nc .input_box {
	width: 100%;
	margin-bottom: 24px;
}

.tab_f_div_7 .popup-nc .input_box input:not(.layui-unselect) {
	width: 85%;
	height: 24px;
	padding: 3%;
	border-radius: 8px;
	border: 1px solid var(--line-color);
	font-size: 16px;
	color: var(--font-2);
}

.tab_f_div_7 .popup-nc .input_box input.input_3 {
	width: 65%;
	height: 24px;
	padding: 3%;
	border-radius: 8px;
	border: 1px solid var(--line-color);
	font-size: 16px;
	color: var(--font-2);
}

.tab_f_div_7 .popup-nc .input_box_1 input:not(.layui-unselect) {
	width: 100%;
	height: 24px;
	padding: 3%;
	border-radius: 8px;
	border: 1px solid var(--line-color);
	font-size: 16px;
	color: var(--font-2);
}

.tab_f_div_7 .popup-nc .input_box textarea {
	width: 94%;
	height: 100px;
	padding: 3%;
	border-radius: 8px;
	border: 1px solid var(--line-color);
	font-size: 16px;
	color: var(--font-2);
}

.tab_f_div_7 .popup-nc .input_box .input_1 {
	width: 75%;
	height: 24px;
	padding: 3%;
	border-radius: 8px;
	border: 1px solid var(--line-color);
	font-size: 16px;
	color: var(--font-2);
}

.tab_f_div_7 .popup-nc .input_box .input_11 {
	width: calc(100% - 60px);
	height: 24px;
	padding: 3%;
	border-radius: 8px;
	border: 1px solid var(--line-color);
	font-size: 16px;
	color: var(--font-2);
}

.tab_f_div_7 .popup-nc .txt_tip {
	font-size: 14px;
	color: var(--main-color);
	margin-top: -20px;
	margin-bottom: 24px;
}

.tab_f_div_7 .popup-nc .but_qx {
	width: 20%;
	height: 36px;
	border-radius: 8px;
	border: 1px solid var(--font-4);
	font-size: 15px;
	color: var(--font-2);
	font-weight: bold;
	cursor: pointer;
}

.tab_f_div_7 .popup-nc .but_qx:hover {
	background-color: var(--bg-color);
}

.tab_f_div_7 .popup-nc .but_get {
	width: 41px;
	padding: 14px 8px;
	border-radius: 6px;
	border: 1px solid var(--font-4);
	font-size: 12px;
	color: var(--font-2);
	font-weight: bold;
	margin-left: 8px;
	cursor: pointer;
}

.tab_f_div_7 .popup-nc .but_get:hover {
	background-color: var(--bg-color);
}

.tab_f_div_7 .popup-nc .but_get_2 {
	padding: 4px 8px;
	border-radius: 6px;
	border: 1px solid var(--font-4);
	font-size: 12px;
	color: var(--font-2);
	font-weight: bold;
	margin-left: 8px;
	cursor: pointer;
}

.tab_f_div_7 .popup-nc .but_get_2:hover {
	background-color: var(--bg-color);
}


.tab_f_div_7 .popup-nc .but_get_22 {
	width: 60px;
	height: 36px;
	border-radius: 8px;
	background-color: var(--font-2);
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	margin-left: 16px;
	cursor: pointer;
}

.tab_f_div_7 .popup-nc .but_get_22:hover {
	background-color: #3f3f3f;
}

.tab_f_div_7 .popup-nc .but_qd {
	width: 20%;
	height: 36px;
	border-radius: 8px;
	background-color: var(--font-2);
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	margin-left: 16px;
	cursor: pointer;
}

.tab_f_div_7 .popup-nc .but_qd:hover {
	background-color: #3f3f3f;
}

.tab_f_div_one {
	width: 100%;
	height: calc(100vh - 52px);
	margin: 0;
}

.tab_f_div_9 {
	width: 100%;
	height: calc(100vh - 52px);
	margin: 0;
}

.tab_f_div_11 {
	width: 100%;
	height: calc(100vh - 52px);
	margin: 0;
}

.nr_div_in {
	width: 100%;
	height: 100%;
}

.nr_div_in_chat {
	width: 100%;
	height: 100%;
}

.nr_div_in_tool {
	width: 100%;
	height: 100%;
}

.popup-sc {}

.popup_dz {
	z-index: 10;
}

.popup_cz {
	z-index: 10;
}

.layui-form-switch {
	scale: 0.8;
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.hide_ {
	display: none !important;
}


.hide_o {
	opacity: 0;
	z-index: -1;
}



.icon-wenzhang-copy {
	font-size: 18px !important;
	color: var(--main-color);
}

.icon-dongtai {
	font-size: 19px !important;
	color: #ffc740;
}

.icon-shipin {
	font-size: 18px !important;
	color: #41b5fc;
}

.icon-tupian {
	font-size: 28px !important;
	color: #dfdfdf;
}

.icon-huiyuandengji1 {
	font-size: 24px !important;
}

.icon-huiyuandengji {
	font-size: 24px !important;
}

.icon-jifen {
	font-size: 24px !important;
}

.icon-youjiantou1 {
	font-size: 13px !important;
}

.icon-zantong {
	font-size: 16px !important;
}

.icon-pinglun {
	font-size: 16px !important;
}

.icon-shoucang1 {
	font-size: 16px !important;
}

.icon-liulan-copy {
	font-size: 18px;
}

.icon-morentouxiang {
	font-size: 40px !important;
	color: #b5b5b5;
}

.icon-shezhifengmian {
	font-size: 32px !important;
	color: #b5b5b5;
}

.icon-bianjisekuai {
	color: #b5b5b5;
	margin-left: 10px;
}



.tj_mr {
	width: 100%;
	padding-bottom: 120px;
}

.tj_mr p {
	display: inline-block;
	padding: 0px 12px 0px 18px;
	height: 32px;
	border-radius: 3px;
	background-color: var(--sub-color);
	font-size: 12px;
	line-height: 32px;
	color: var(--font-1);
	text-align: center;
	margin-top: 32px;
	cursor: pointer;
}

.tj_mr p:hover {
	color: var(--font-2);
}

.tj_mr .icon-xiajiantou {
	font-size: 12px;
	margin-left: 4px;
}

.top_rt {
	position: absolute;
	top: 16px;
	right: 20px;
	cursor: pointer;
}

.gd_dd {
	cursor: pointer;
}

.gd_dd:hover {
	transform: scale(1.6);
}

.youjt_out {
	cursor: pointer;
}

.youjt_out:hover {
	transform: scale(1.6);
}


/* 登录 开始 */
.logon_box_bg {
	width: 100vw;
	height: calc(100vh - 130px);
	background-color: rgba(240, 255, 255, 0.1);
	position: fixed;
	z-index: 11;
	top: 0%;
	left: 0%;
	cursor: pointer;
}


.logon_p_box {
	width: 100%;
	padding: 20px 0;
	background-color: var(--font-2);
	position: fixed;
	bottom: 0;
	left: 0;

}


.logon_p_box p {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.logon_p_box .but_box {
	width: 30%;
	margin-top: 30px;
}


.logon_p_box .but_1 {
	width: 250px;
	height: 40px;
	background-color: #fff;
	border-radius: 20px;
	font-size: 17px;
	color: var(--font-2);
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}


.logon_p_box .but_2 {
	width: 250px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.05);
	border-radius: 20px;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}


.logon_tc_zc {
	position: fixed;
	top: 10%;
	left: 38%;
	width: 24%;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid var(--line-color);
	box-shadow: rgba(101, 119, 134, 0.2) 0px 0px 15px 0px, rgba(101, 119, 134, 0.15) 0px 0px 5px 1px;
	z-index: 20;
}

.logon_tc_zc .p_top {
	width: 100%;
	margin-bottom: 20px;
}

.logon_tc_zc .icon-guanbi1 {
	font-size: 16px;
	color: var(--font-2);
	padding: 10px;
	background-color: var(--sub-color);
	border-radius: 50%;
	cursor: pointer;
}

.logon_tc_zc .p_cent {
	width: 100%;
}

.logon_tc_zc .p_bt {
	font-size: 24px;
	color: var(--font-2);
	font-weight: bold;
	margin-bottom: 40px;
}

.logon_tc_zc .input_box {
	width: 100%;
	margin-bottom: 15px;
}

.layui-form-select {
	width: 30%;
}

.logon_tc_zc .input_box .input_1 {
	width: 60%;
	height: 24px;
	padding: 2% 3%;
	border-radius: 10px;
	border: 1px solid var(--line-color);
	font-size: 16px;
	color: var(--font-2);
}


.logon_tc_zc .input_box .input_2 {
	width: 98%;
	height: 24px;
	padding: 2% 3%;
	border-radius: 10px;
	border: 1px solid var(--line-color);
	font-size: 16px;
	color: var(--font-2);
}

.logon_tc_zc .input_box p {
	width: 23.5%;
	padding: 2.5% 3%;
	border-radius: 10px;
	background-color: var(--font-2);
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}

.logon_tc_zc .input_box p:hover {
	font-weight: bold;
}

.logon_tc_zc .p_yx {
	width: 100%;
}

.logon_tc_zc .p_yx p {
	font-size: 16px;
	color: var(--font-1);
	cursor: pointer;
	margin-right: 20px;
}


.logon_tc_zc .p_yx P:hover {
	color: var(--font-2);
	text-decoration: underline;
}

.logon_tc_zc .p_yx .p_mm {
	font-size: 16px;
	color: var(--font-1);
	cursor: pointer;
}

.logon_tc_zc .p_yx .p_mm:hover {
	color: var(--font-2);
	text-decoration: underline;
}

.logon_tc_zc .but_zc {
	width: 100%;
	padding: 14px 0;
	background-color: var(--font-2);
	border-radius: 10px;
	font-size: 17px;
	color: #fff;
	cursor: pointer;
	margin-top: 50px;
}

.logon_tc_zc .but_zc:hover {
	font-weight: bold;
}

.logon_tc_zc .p_tip {
	font-size: 14px;
	line-height: 26px;
	color: var(--font-1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 30px;
}

.logon_tc_zc .p_tip .qd_span {
	color: var(--font-2);
	cursor: pointer;
}

.logon_tc_zc .p_tip .qd_span:hover {
	text-decoration: underline;
}

.logon_tc_zc .p_bot {
	width: 100%;
	border-top: 1px solid var(--line-color);
	margin-top: 10px;
	padding-top: 10px;
}

.logon_tc_zc .p_1 {
	font-size: 16px;
	color: var(--font-1);
}

.logon_tc_zc .p_2 {
	font-size: 16px;
	color: var(--main-color);
	margin-left: 10px;
	cursor: pointer;
}

.logon_tc_zc .p_2:hover {
	text-decoration: underline;
}

/* 登录 结束 */


.b_h_scro {
	/* height: 1000px; */
	/* overflow-y: scroll; */
}


.tab_lf_top span {
	padding: 10px;
	border-radius: 50%;
}

.tab_lf_top .icon-fanhui1 {
	font-size: 18px;
	color: var(--font-2);
}

.tab_lf_top span:hover {
	background-color: var(--sub-color);
}

.tab_lf_top p {
	font-size: 24px;
	color: var(--font-2);
	font-weight: bold;
	margin-left: 16px;
}






.icon-faxian2 {
	font-size: 24px !important;
	color: var(--font-2) !important;
}

.icon-wodefensi {
	font-size: 22px !important;
	color: var(--font-2) !important;
}

.icon-paihang {
	font-size: 26px !important;
	color: var(--font-2) !important;
}

.icon-shipinbofang {
	font-size: 28px !important;
	color: var(--font-2) !important;
}

.icon-wangwang {
	font-size: 28px !important;
	color: var(--font-2) !important;
}

.icon-biaoqian1 {
	font-size: 22px !important;
	color: var(--font-2) !important;
}

.icon-gerenzhuye1 {
	font-size: 25px !important;
	color: var(--font-2) !important;
}

.icon-shezhi {
	font-size: 26px !important;
	color: var(--font-2) !important;
}

.icon-gengduo1 {
	font-size: 22px !important;
	color: var(--font-2) !important;
}

.icon-xiaoxi8 {
	font-size: 24px !important;
	color: var(--font-2) !important;
}

.icon-fankui {
	font-size: 24px !important;
	color: var(--font-2) !important;
}

.icon-fuwujieshao {
	font-size: 22px !important;
	color: #000 !important;
}

.icon-weibiaoti2010103 {
	font-size: 24px !important;
	color: var(--font-2) !important;
}

.icon-gongju {
	font-size: 26px !important;
	color: var(--font-2) !important;
}

.icon-shangchuan {
	font-size: 26px !important;
	color: var(--font-2) !important;
}

.icon-tuichudenglu2 {
	font-size: 22px !important;
	color: var(--font-2) !important;
}