
/* 主题色：与预约页青蓝风一致 */
:root {
	--theme-blue: #00d4ff;
	--theme-blue-dark: #008cff;
	--theme-purple: #00b8ff;
	--theme-purple-dark: #0077e6;
	--theme-pink: #00a8ff;
	--theme-pink-light: #33c4ff;
	--theme-gradient: linear-gradient(135deg, rgba(0, 212, 255, 0.85) 0%, rgba(0, 140, 255, 0.9) 100%);
	--theme-gradient-h: linear-gradient(90deg, #00d4ff 0%, #008cff 100%);
	--theme-gradient-btn: linear-gradient(90deg, #00d4ff 0%, #008cff 100%);
	--theme-btn-shadow: 0 6px 18px rgba(0, 140, 255, 0.35), 0 0 16px rgba(0, 212, 255, 0.45);
}

/* live */
.live {
	height: auto;
	overflow: hidden;
	padding: 40px 0 100px;
	background-position: center top;
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.kongxuan.net/live/wlyt/live_banner.jpg', sizingMethod='scale');
}

.live_left {
	width: 1065px;
	height: auto;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	text-align: left;
	position: relative;
}

.live_left .live_top {
	height: 75px;
	overflow: hidden;
	border-bottom: 1px #fff solid;
	position: relative;
}

.live_left .top_left {
	padding:7px 10px;
}

.live_left .top_left .left_img {
	width: 60px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	text-align: center;
	float: left;
	background: #fff;
	border-radius: 8px;
}

.live_left .top_left .left_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: inline-block;
	vertical-align: middle;
}

.live_left .top_left .left_tit {
	color: #333;
	display: table-cell;
	height: auto;
	overflow: hidden;
	padding: 6px 0 0 20px;
}

.live_left .top_left .left_tit h3 {
	font-size: 18px;
	font-weight: bold;
}

.live_left .top_left .left_tit h4 {
	font-size: 15px;
	margin: 20px 0;
}

.live_left .top_left .left_tit p {
	font-size: 14px;
	color: #666;
	margin: 8px 0;
	background: url(../images/icon_date1.png) no-repeat left center;
	padding-left: 22px;
}

.live_left .top_left .left_tit h3 span,
#liveStatus {
	display: inline-block;
	line-height: 1;
	padding: 6px 15px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	border-radius: 100px;
	vertical-align: middle;
	margin: -5px 0 0 10px;
}

#liveStatus.status-wait {
	background: #f63;
}

#liveStatus.status-living {
	background: #22c55e;
}

#liveStatus.status-ended {
	background: #f63;
}

/* 回放：把视频放进可见的 16:9 封面区 */
.live_left .live_playbox.is-playback {
	z-index: 20;
	background: #000;
}
.live_left .live_playbox.is-playback #playbackVideo {
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: #000;
	display: block;
}
#videoPlayer.is-playback {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 5;
	background: #000;
}
#videoPlayer.is-playback #playbackVideo {
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: #000;
	display: block;
}

.live_left .top_right {
	text-align: right;
	float: right;
}

.live_left .top_right a.orderbtn {
	width: 120px;
	height: 34px;
	line-height: 34px;
	background: #ff6633;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	display: block;
	border-radius: 100px;
	float: right;
	margin: 10px 20px 0px 0;
}

.live_left .top_right a.orderbtn:hover {
	background: #0193de;
	color: #fff;
}

.live_left .top_right .rnum {
	font-size: 14px;
	color: #666;
	height: 30px;
	line-height: 30px;
	text-align: right;
	margin: 10px 20px 0px 0;
	display: none;
}

.live_left .top_right .rnum strong {
	color: #666;
	font-size: 14px;
	display: inline-block;
	padding: 0px 5px;
}

.live_left .top_right .rwap {
	text-align: center;
	margin: 5px 0 0 0;
	float: right;
}

.live_left .top_right .rwap img {
	width: 30px;
}

.live_left .top_right .rwap p {
	font-size: 14px;
	color: #666;
}

.live_left .top_right .top_notice {
	width: 380px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	float: right;
	clear: both;
	margin: 2px 20px 0 0;
	position: absolute;
	right: 25px;
	bottom: 0;
}

.live_left .top_right .top_notice ul {
	white-space: nowrap;
}

.live_left .top_right .top_notice li {
	font-size: 13px;
	color: #666;
	display: inline-block;
	background: url(../images/dot.png) no-repeat left center;
	padding-left: 20px;
	margin-right: 10px;
}

.live_left .live_playbox {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 100;
	background: url(../images/preface-bg-pc.jpg) no-repeat center center;
	background-size: cover;
}

/* 弹幕覆盖层：铺满播放器区域，盖在视频之上 */
.cameraPlayerWrapper .livebox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 30;
	pointer-events: none;
}
/* 弹幕元素（jquery.barrager 插件）定位：固定从画面右侧外进入、向左飞过，保证刷新前后位置一致 */
.cameraPlayerWrapper .livebox .barrage {
	position: absolute;
	bottom: 0;
	right: -500px;
	display: inline-block;
	width: 500px;
	white-space: nowrap;
	z-index: 99999;
}
.cameraPlayerWrapper .livebox .barrage_box {
	background-color: rgba(0, 0, 0, 0.5);
	padding-right: 8px;
	height: 40px;
	display: inline-block;
	border-radius: 25px;
}
.cameraPlayerWrapper .livebox .barrage_box div.p a {
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	margin-left: 18px;
	margin-right: 2px;
}
.cameraPlayerWrapper .livebox .barrage .z {
	float: left;
}
.cameraPlayerWrapper .livebox .barrage a {
	text-decoration: none;
}

.live_left .live_playbox .live_cover {
	height: auto;
	overflow: hidden;
}

.live_left .live_playbox .live_cover img {
	width: 100%;
	height: 770px;
	display: block;
}

/* .live_left .live_playbox .live_wait{width:240px; height: auto; overflow:hidden; text-align:center; background:rgba(255,255,255,0.8); padding:30px; margin:90px auto; } */
.live_left .live_playbox .live_wait {
	width: 280px;
	height: auto;
	overflow: hidden;
	text-align: center;
	padding: 30px;
	margin: 150px auto;
}

.live_left .live_playbox .live_wait a {
	width: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	font-size: 22px;
	display: block;
	height: 55px;
	line-height: 55px;
	font-weight: bold;
	background: #fff;
	color: #9f161b;
	border-radius: 50px;
}

.live_left .live_playbox .live_wait a:hover {
	background: #0057E8;
	color: #fff;
}

.live_left .live_playbox .live_wait img {
	width: 160px;
	display: block;
	margin: 0px auto 20px auto;
}

.live_left .live_playbox .live_wait p {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

.live_left .live_playbox .live_wait p a {
	color: #333;
	text-decoration: underline;
}

.live_left .live_playbox .live_wait p a:hover {
	color: #f90;
}

.floatIcon {
	position: absolute;
	right: 310px;
	top: 140px;
	z-index: 10;
	display: none;
}

.live_kejian {
	width: 320px;
	height: 180px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 8;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.live_kejian .kj_tips {
	margin: 14% auto;
}

.live_kejian .kj_tips img {
	margin-bottom: 15px;
}

.live_kejian .kj_tips p {
	font-size: 14px;
	color: #0193de;
}

.live_chat {
	width: 345px;
	height: 370px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	margin-top: 190px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.live_chat .nav-tabs {
	height: 46px;
	overflow: hidden;
	background: none;
	text-align: center;
	border-color: #fff;
	text-align: center;
}

.live_chat .nav-tabs li {
	width: 100%;
	display: block;
	vertical-align: top;
}

.live_chat .nav-tabs>li>a {
	font-size: 16px;
	color: #666;
	height: 46px;
	line-height: 46px;
	padding: 0;
	display: block;
	border: none;
}

.live_chat .nav-tabs>li>a:hover {
	background: none;
	border: none;
}

.live_chat .nav-tabs>li.active>a,
.live_chat .nav-tabs>li.active>a:focus,
.live_chat .nav-tabs>li.active>a:hover {
	font-size: 16px;
	font-weight: bold;
	background: #fff;
	color: var(--theme-purple-dark);
	border-bottom: 3px solid var(--theme-blue);
	borde-radius: 0;
}

.live_chat .nav-tabs>li>a {
	margin-right: 0;
}

.live_chat .tab-content {
	height: calc(100% - 46px);
	overflow: hidden;
}

.live_chat .tab-content .tab-pane {
	height: 100%;
	overflow: hidden;
}

.live_chat .chat_con {
	height: 100%;
	overflow-y: auto;
}

.live_chat .chat_con ul {
	margin: 15px 15px 110px 15px;
}

.live_chat .chat_con li {
	width: 100%;
	text-align: left;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}
.live_chat .chat_con li.gift_ask{
	height: auto;
	overflow: hidden;
}
.live_chat .chat_con li.gift_ask p{
	text-align: center;
}
.live_chat .chat_con li.gift_ask span{
	font-size:14px;
	color:#666;
}
.live_chat .chat_con li.gift_ask em{
	max-width:98px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	
}
.live_chat .chat_con li.gift_ask img{
	width:35px;
	height:35px;
	display: inline-block;
}
.live_chat .chat_con li .c_head {
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 100%;
	float: left;
	margin: 0 10px 0 0;
}

.live_chat .chat_con li .c_head img {
	width: 100%;
	display: block;
}

.live_chat .chat_con li .c_con {
	height: auto;
	overflow: hidden;
}

.live_chat .chat_con li .c_tit {
	height: auto;
	overflow: hidden;
	margin-bottom: 5px;
}

.live_chat .chat_con li .c_tit strong {
	font-size: 13px;
	color: #999;
	font-weight: normal;
	margin: 0 10px 0 0;
}

.live_chat .chat_con li .c_tit span {
	font-size: 12px;
	color: #ccc;
}

.live_chat .chat_con li .c_message {
	float: left;
	height: auto;
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	border-top-left-radius: 0;
	font-size: 14px;
	color: #333;
	margin: 0 5px 0 0;
	/* 限制消息框宽度，避免长文本把消息框撑出聊天区 */
	max-width: calc(100% - 60px);
	box-sizing: border-box;
}

.live_chat .chat_con li .c_message p {
	word-break: break-word;
	text-align: left;
}

.live_chat .chat_con li .c_message img {
	width: 100%;
	height: auto;
	display: block;
}

/* 聊天回复引用块 */
.live_chat .chat_con li .c_quote {
	margin: 0 5px 5px 0;
	padding: 6px 10px;
	background: #f4f6fa;
	border-left: 3px solid #bcd9f7;
	border-radius: 4px;
	font-size: 13px;
	color: #8899aa;
	overflow: hidden;
	max-width: calc(100% - 60px);
	box-sizing: border-box;
	word-break: break-word;
}

.live_chat .chat_con li.chat_reply .c_tit strong {
	color: #448aff;
}

.live_chat .chat_con li.my {
	text-align: right;
}

.live_chat .chat_con li.my .c_head {
	float: right;
	margin: 0 0 0 10px;
}

.live_chat .chat_con li.my .c_tit strong {
	float: right;
	margin: 0 0 0 10px;
}

.live_chat .chat_con li.my .c_message {
	border-top-left-radius: 10px;
	border-top-right-radius: 0px;
	text-align: left;
	float: right;
	margin: 0 0 0 5px;
}

.live_chat .chat_con li.curr .c_message {
	background: #f90;
	color: #fff;
	word-break: break-all;
}

.live_chat .chat_bg {
	width: 100%;
	height: 34px;
	background: #f4f4f4;
	position: relative;
}

.live_chat .chat_bt {
	width: 100%;
	height: 42px;
	overflow: hidden;
	padding: 3px 5px 0;
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: space-around;
}

.live_chat .chat_bt .chat_input {
	width: 75%;
	height: 34px;
	line-height: 34px;
	background: #f4f4f4;
	border: 0;
	text-indent: 1em;
	position: absolute;
	left: 0;
}

.live_chat .chat_bt .chat_btn {
	width: 25%;
	height: 34px;
	line-height: 34px;
	background: var(--theme-gradient-btn);
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 999px;
	box-shadow: var(--theme-btn-shadow);
	position: absolute;
	right: 0;
}

.live_chat .chat_bt .chat_btn1 {
	width: 25%;
	height: 34px;
	line-height: 34px;
	background: var(--theme-gradient-btn);
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 999px;
	box-shadow: var(--theme-btn-shadow);
}

.live_chat .chat_con::-webkit-scrollbar {
	width: 8px;
	height: 1px;
}

.live_chat .chat_con::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #ddd;
}

.live_chat .chat_con::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #f3f3f3;
}

.live_chat.noppt {
	display: block;
	height: 100%;
	margin-top: 0;
}

.live_bottom {
	width: 100%;
	margin: 0;
	padding: 40px 0 60px;
	background: #d6eefc;
	position: relative;
	z-index: 2;
}

.live_bottom .container {
	background: #d6eefc;
	border-radius: 0;
	padding: 0 20px 10px;
	max-width: 1200px;
}

.live_bottom .nav-tabs {
	width: 100%;
	max-width:1200px;
	background: #fff;
	border: 0;
	border-radius: 12px;
	text-align: center;
	margin: 0 auto 24px;
	overflow: hidden;
}

.live_bottom .nav-tabs li {
	display: inline-block;
	float: none;
	padding: 0 10px;
	position: relative;
}

.live_bottom .nav-tabs>li>a {
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	padding: 0px 40px;
	border-radius: 0;
	border: none;
}

.live_bottom .nav-tabs>li>a:hover {
	background: none;
	border: none;
	color: var(--theme-purple);
}

.live_bottom .nav-tabs>li.active>a,
.live_bottom .nav-tabs>li.active>a:focus,
.live_bottom .nav-tabs>li.active>a:hover {
	font-size: 20px;
	font-weight: bold;
	background: var(--theme-gradient-h);
	color: #fff;
	border: 0;
}

.live_bottom .tab-content {
	height: auto;
	overflow: hidden;
	background: #d6eefc;
	max-width: 1200px;
	margin:0 auto;
	border-radius: 12px;
}

/* 岗位 */
.live_bottom .job_con {
	height: auto;
	overflow: hidden;
	padding: 2em;
	text-align: left;
	font-size: 15px;
	color: #333;
	line-height: 2em;
	background: #fff;
	border: 1px solid rgba(0, 212, 255, 0.28);
	border-radius: 16px;
	box-shadow: 0 8px 28px rgba(0, 140, 255, 0.08);
}

.live_bottom .job_con--campus {
	padding: 1.5em 1.5em 2em;
}

.live_bottom .job_panel {
	flex: 1;
	min-width: 0;
}

.job-campus-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 16px;
}

.job-campus-title {
	font-size: 18px;
	font-weight: 700;
	color: #1a2b56;
}

.job-campus-link {
	font-size: 15px;
	font-weight: 700;
	color: #008cff;
	text-decoration: none;
	white-space: nowrap;
}

.job-campus-link:hover {
	color: #00d4ff;
	text-decoration: underline;
}

.job_list--campus {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

.job-card {
	background: #fff;
	border: 1px solid rgba(0, 212, 255, 0.28);
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(0, 140, 255, 0.06);
	transition: border-color .2s, box-shadow .2s, transform .2s;
}

.job-card:hover {
	border-color: #00d4ff;
	box-shadow: 0 10px 24px rgba(0, 140, 255, 0.16);
	transform: translateY(-3px);
}

.job-card-main {
	padding: 18px 18px 16px;
	cursor: pointer;
}

.job-card-hd {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 12px;
}

.job-card-title {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: #1a2b56;
	line-height: 1.35;
	transition: color .2s;
}

.job-card:hover .job-card-title {
	color: #008cff;
}

.job-card-badge {
	flex-shrink: 0;
	padding: 2px 10px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	background: linear-gradient(90deg, #00d4ff 0%, #008cff 100%);
	border-radius: 999px;
	line-height: 1.6;
}

.job-card-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
}

.job-card-tag {
	display: inline-block;
	padding: 2px 10px;
	font-size: 12px;
	color: #008cff;
	background: rgba(0, 212, 255, 0.12);
	border: 1px solid rgba(0, 212, 255, 0.28);
	border-radius: 999px;
	line-height: 1.7;
}

.job-card-ft {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.job-card-loc {
	font-size: 13px;
	color: #6688a8;
}

.job-card-apply {
	flex-shrink: 0;
	min-width: 96px;
	height: 34px;
	line-height: 34px;
	padding: 0 16px;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	background: linear-gradient(90deg, #00d4ff 0%, #008cff 100%);
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 999px;
	text-decoration: none;
	box-shadow: 0 4px 14px rgba(0, 140, 255, 0.3);
}

.job-card-apply:hover {
	color: #fff;
	text-decoration: none;
	filter: brightness(1.05);
}

.job-card-detail {
	display: none;
	padding: 0 18px 18px;
	border-top: 1px dashed rgba(0, 212, 255, 0.35);
	background: rgba(214, 238, 252, 0.35);
}

.job-card-detail h4 {
	margin: 14px 0 8px;
	font-size: 14px;
	color: #008cff;
}

.job-card-detail pre {
	margin: 0;
	white-space: pre-wrap;
	word-break: break-word;
	font-family: inherit;
	font-size: 13px;
	line-height: 1.75;
	color: #444;
}

.live_bottom .job_layout {
	display: flex;
	gap: 24px;
	align-items: flex-start;
}

.live_bottom .company_panel {
	flex: 0 0 280px;
	max-height: 720px;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.live_bottom .company_panel::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

@media (max-width: 900px) {
	.job_list--campus {
		grid-template-columns: 1fr;
	}
}

.live_bottom .company_list {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.live_bottom .company_list .company-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	width: 100%;
	padding: 12px;
	margin-bottom: 10px;
	background: rgba(255, 255, 255, 0.92);
	border: 2px solid rgba(0, 212, 255, 0.35);
	border-radius: 10px;
	cursor: pointer;
	transition: border-color .2s, box-shadow .2s;
	text-align: left;
}

.live_bottom .company_list .company-item:hover,
.live_bottom .company_list .company-item.active {
	border-color: #00d4ff;
	box-shadow: 0 4px 12px rgba(0, 140, 255, 0.18);
}

.live_bottom .company_list .company-logo {
	width: 44px;
	height: 44px;
	object-fit: contain;
	flex-shrink: 0;
	border-radius: 6px;
	background: #fff;
}

.live_bottom .company_list .company-name {
	flex: 1;
	min-width: 0;
	font-size: 14px;
	color: #333;
	line-height: 1.4;
	text-align: left;
}

.live_bottom .company_list .company-empty {
	text-align: center;
	padding: 24px 0;
	color: #888;
	font-size: 14px;
}

.live_bottom .job_con img {
	margin: 0 auto;
	display: block;
	width: 100%;
}

.live_bottom .job_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.live_bottom .job_list .job-item {
	margin-bottom: 16px;
	border: 2px solid rgba(0, 212, 255, 0.45);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.92);
	overflow: hidden;
	transition: border-color .2s, box-shadow .2s;
}

.live_bottom .job_list .job-item:hover {
	border-color: #00d4ff;
	box-shadow: 0 4px 16px rgba(0, 140, 255, 0.18);
}

.live_bottom .job_list .job-row {
	display: flex;
	align-items: center;
	padding: 14px 18px;
	cursor: pointer;
	gap: 12px;
}

.live_bottom .job_list .job-main {
	flex: 1;
	min-width: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 20px;
}

.live_bottom .job_list .job-company {
	color: var(--theme-blue-dark);
	font-weight: bold;
	font-size: 16px;
}

.live_bottom .job_list .job-name {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.live_bottom .job_list .job-city {
	font-size: 15px;
	color: #666;
}

.live_bottom .job_list .job-apply {
	flex-shrink: 0;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 50px;
	background: var(--theme-gradient-btn);
	border: none;
	text-decoration: none;
}

.live_bottom .job_list .job-apply:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	opacity: 0.92;
}

.live_bottom .job_list .job-arrow {
	flex-shrink: 0;
	width: 10px;
	height: 10px;
	border-right: 2px solid #00d4ff;
	border-bottom: 2px solid #00d4ff;
	transform: rotate(45deg);
	transition: transform .2s;
	margin-left: 4px;
}

.live_bottom .job_list .job-item.open .job-arrow {
	transform: rotate(-135deg);
	margin-top: 6px;
}

.live_bottom .job_list .job-detail {
	display: none;
	padding: 0 18px 18px;
	border-top: 1px dashed rgba(0, 212, 255, 0.4);
}

.live_bottom .job_list .job-meta {
	font-size: 14px;
	color: #666;
	margin: 14px 0 10px;
	line-height: 1.8;
}

.live_bottom .job_list .job-desc {
	font-size: 14px;
	color: #444;
	line-height: 1.8;
	white-space: pre-wrap;
	max-height: 360px;
	overflow-y: auto;
}

.live_bottom .job_list .job-empty {
	text-align: center;
	padding: 60px 0;
	color: #888;
	font-size: 16px;
	border: none;
	background: none;
}

/* 行程 */
.live_bottom .trip_con {
	height: auto;
	overflow: hidden;
	padding: 4em;
	text-align: left;
	font-size: 15px;
	color: #333;
	line-height: 2em;
}

/* 公司介绍 */
.live_bottom .intro_con,
.intro_con {
	height: auto;
	overflow: hidden;
	padding: 2em 2.4em;
	text-align: left;
	font-size: 15px;
	color: #444;
	line-height: 1.9;
	background: #fff;
	border: 1px solid rgba(0, 212, 255, 0.28);
	border-radius: 16px;
	box-shadow: 0 8px 28px rgba(0, 140, 255, 0.08);
}

.live_bottom .intro_con h3,
.intro_con h3 {
	position: relative;
	margin: 0 0 20px;
	padding-left: 14px;
	font-size: 22px;
	font-weight: 700;
	color: #1a2b56;
	line-height: 1.3;
}

.live_bottom .intro_con h3::before,
.intro_con h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 5px;
	height: 1.05em;
	border-radius: 3px;
	background: linear-gradient(180deg, #00d4ff 0%, #008cff 100%);
}

.live_bottom .intro_con h3::after,
.intro_con h3::after {
	content: "";
	display: block;
	width: 46px;
	height: 3px;
	margin-top: 10px;
	border-radius: 2px;
	background: linear-gradient(90deg, #00d4ff 0%, rgba(0, 212, 255, 0.15) 100%);
}

.live_bottom .intro_con h4,
.intro_con h4 {
	margin: 22px 0 10px;
	font-size: 18px;
	font-weight: 700;
	color: #1a2b56;
}

.live_bottom .intro_con p,
.intro_con p {
	margin: 0 0 14px;
	text-align: justify;
}

.live_bottom .intro_con ul,
.intro_con ul {
	margin: 0 0 12px;
	padding-left: 1.4em;
}

.live_bottom .intro_con li,
.intro_con li {
	margin-bottom: 6px;
}

.live_center .live-plack {
	width: 150px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #0193de;
	display: block;
	position: absolute;
	top: 75%;
	right: 41%;
	z-index: 100;
	border-radius: 50px;
}

/* 摄像头与ppt交换 */
.camera-position {
	position: absolute;
	top: 75px;
	/* left: 0px; */
	width: 1065px;
	aspect-ratio: 16 / 9;
	height: auto;
	overflow: hidden;
}

.ppt-position {
	position: absolute;
	top: 0;
	right: 0;
	width: 320px;
	height: 180px;
	z-index: 6;
	overflow: hidden;
}

/*  */
.details_center .live-plack {
	width: 180px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 20px;
	color: #33ab51;
	background: #fff;
	display: block;
	position: absolute;
	top: 74%;
	right: 39%;
	z-index: 100;
	border-radius: 50px;
}

.details_center .live-wait .sign {
	width: 150px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	color: #33ab51;
	background: #fff;
	display: block;
	position: absolute;
	top: 75%;
	right: 41%;
	z-index: 100;
	border-radius: 50px;
}

.live.custom {
	height: auto;
	padding-top: calc((100vh - 720px)/2);
	background: url(../images/preface-bg-pc.jpg) no-repeat center top;
	background-size: cover;
}

.tf-x-controls {
	position: absolute;
	z-index: 1;
	right: 10px;
	bottom: 5px;
}

.tf-x-controls span.tf-player-reload {
	margin-right: 20px;
}

/* 按钮 */
.livebtn {
	width: 100%;
	position: absolute;
	top: 8px;
	left: 0;
}

.details_btn {
	float: right;
	margin-right: 30px;
	display: flex;
	align-items: center;
}

.details_btn a.a_btn {
	width: 80px;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	color: #090853;
	background: #fff;
	display: block;
	border-radius: 50px;
	float: left;
	margin-left: 10px;
}

.details_btn a {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-left: 25px;
}

.details_btn a.logon {
	display: none;
}

.details_btn span {
	font-size: 18px;
	color: #fff;
	margin-left: 25px;
	line-height: 35px;
}

.details_btn a.sign,
.details_btn a.out {
	width: 100px;
	height: 35px;
	line-height: 35px;
	background: rgba(255, 255, 255, 0.55);
	color: #1a2b56;
	display: block;
	border-radius: 999px;
	float: left;
	border: 1px solid rgba(0, 212, 255, 0.45);
	text-align: center;
}

.details_btn a.sign:hover,
.details_btn a.out:hover {
	background: rgba(255, 255, 255, 0.75);
	color: #1a2b56;
	border-color: #00d4ff;
}

.modal-content {
	background: rgba(255, 255, 255, 0.22);
	border: 1.5px solid rgba(0, 212, 255, 0.72);
	border-radius: 20px;
	box-shadow:
		0 12px 40px rgba(26, 43, 86, 0.18),
		0 0 28px rgba(0, 212, 255, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(18px) saturate(150%);
	-webkit-backdrop-filter: blur(18px) saturate(150%);
}

#inModal .modal-dialog,
#checkModal .modal-dialog {
	width: calc(100% - 40px);
	max-width: 520px;
	margin: 10vh auto;
}

.modal-dialog {
	margin: 10vh auto;
}

.modal-header {
	text-align: center;
	border: 0;
	padding: 16px 48px 8px;
	position: relative;
}

.modal-header .close {
	position: absolute;
	color: #fff;
	right: 16px;
	top: 12px;
	opacity: 1;
	text-shadow: none;
}

.modal-header h1 {
	font-size: 20px;
	margin: 8px 0 0;
	color: #fff;
	font-weight: bold;
}

.modal-body {
	padding: 0 24px 8px;
}

.mlist {
	padding-left: 0;
}

.mlist p {
	display: flex;
	align-items: center;
	gap: 12px;
	text-align: left;
	font-size: 16px;
	color: #fff;
	margin: 20px 0;
	overflow: visible;
}

.mlist p span {
	flex-shrink: 0;
	min-width: 4.5em;
	text-align: right;
	white-space: nowrap;
	line-height: 40px;
}

.mlist p input {
	flex: 1;
	min-width: 0;
	border: 0;
	height: 40px;
	font-size: 16px;
	color: #333;
	border-radius: 10px;
	padding: 0 16px;
	background: rgba(255, 255, 255, 0.5);
	box-sizing: border-box;
}

.modal-footer {
	padding: 16px 24px 32px;
	border-top: 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

.modal-footer .btn {
	flex: 1 1 0;
	min-width: 0;
	max-width: 160px;
	height: 44px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	border-radius: 999px;
}

.modal-footer .btn-default {
	color: #1a2b56;
	background: rgba(255, 255, 255, 0.55);
	border: 1px solid rgba(0, 212, 255, 0.45);
}

.modal-footer .btn-default:hover {
	color: #1a2b56;
	background: rgba(255, 255, 255, 0.75);
	border-color: #00d4ff;
}

.modal-footer .regbtn,
.modal-footer .inbtn {
	background: var(--theme-gradient-btn);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.55);
	box-shadow: var(--theme-btn-shadow);
}

.modal-footer .regbtn:hover,
.modal-footer .inbtn:hover {
	background: linear-gradient(90deg, #33dcff 0%, #1a9aff 100%);
	color: #fff;
	filter: brightness(1.05);
}

.regbtn {
	background: var(--theme-gradient-btn);
	color: #fff;
}

.mlist input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.85);
}

@media screen and (max-width: 480px) {
	#inModal .modal-dialog,
	#checkModal .modal-dialog {
		width: calc(100% - 24px);
		margin: 5vh auto;
	}

	.modal-body {
		padding: 0 16px 8px;
	}

	.mlist p {
		flex-direction: column;
		align-items: stretch;
		gap: 6px;
		margin: 16px 0;
	}

	.mlist p span {
		text-align: left;
		line-height: 1.4;
	}

	.modal-footer {
		padding: 12px 16px 24px;
	}
}

/* 抽奖 */
.looter {}

.looter .modal-dialog {
	width: 30%;
	margin-top: 80px;
}

.looter .modal-content {
	height: auto;
	position: relative;
	background: linear-gradient(to bottom, #fc9434, #ffbc64);
	box-shadow: none;
	border: none;
}

.looter .prize_tit {
	width: 100%;
	height: 228px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.looter .prize_tit img {
	display: block;
	margin: 0 auto;
	width: 80%;
}

.looter .prize_con {
	height: auto;
	overflow: hidden;
	background: url(../images/cj_bg.png) no-repeat left bottom;
	background-size: 100%;
	border-radius: 10px;
	padding-bottom: 20px;
}

.looter .tips {
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
	background: rgba(255, 255, 255, 0.2);
	padding: 10px 0;
}

.looter .prize_list {
	width: 80%;
	height: 310px;
	overflow-y: auto;
	border-radius: 10px;
	margin: 0 auto;
	padding: 25px 40px;
	background: #fff;
}

.looter .prize_list li {
	height: auto;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
	background: #f1f5f8;
	border-radius: 50px;
	margin-bottom: 10px;
}

.looter .prize_list li p {
	font-size: 16px;
	color: #333;
}

.looter .prize_list::-webkit-scrollbar {
	width: 8px;
	height: 1px;
}

.looter .prize_list::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	background: #fb8c1e;
}

.looter .prize_list::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.5);
}

.looter .close1 {
	background: no-repeat;
	margin: 0 auto;
	border: none;
	box-shadow: none;
	margin-top: 20px;
}

.looter .btit {
	font-size: 20px;
	color: #ff5a00;
	padding: 15px 0 10px 0;
}

.looter .bcon {
	font-size: 20px;
	color: #ff5a00;
	margin-bottom: 15px;
}

/* 关注二维码 */
.follow {}

.follow .modal-dialog {
	width: 512px;
	margin-top: 15%;
}

.follow .modal-content {
	background: #fff;
}

.follow .modal-header {
	padding: 20px;
	text-align: left;
}

.follow .modal-header h1 {
	font-size: 18px;
	color: #454545;
	text-align: left;
	font-weight: normal;
	display: inline-block;
	border-bottom: 5px #448aff solid;
	text-align: left;
	padding-bottom: 5px;
}

.follow .modal-header span {
	color: #333;
}

.follow .modal-header .close {
	top: 15px;
}

.follow .ewm_box {
	display: block;
	width: 140px;
	height: 140px;
}

.follow .modal-body {
	padding: 0 25px 20px;
}

.follow .right_box {
	float: right;
	text-align: left;
	width: 312px;
	height: auto;
}

.follow .right_box h3 {
	font-size: 18px;
	color: #448aff;
	font-weight: normal;
	line-height: 30px;
}

.follow .right_box p {
	font-size: 15px;
	color: #666;
}

#tf-xplay-icon {
	display: none !important;
}

/* 隐藏送礼功能 */
.gift_btn,
#giftPop,
#giftModal,
#giftSubmit,
.live_chat .chat_con li.gift_ask,
.live_chat .chat_list .gift_ask {
	display: none !important;
}

.gift_btn {
	width: 39px;
	height: 34px;
	overflow: hidden;
	margin-right: 5px;
}

.gift_btn img {
	display: block;
	width: 100%;
	height: 100%;
}

.gift {
	width: 100%;
	height: 220px;
	overflow-y: auto;
	position: absolute;
	bottom: 40px;
	left: 0;
	padding: 8px 10px;
	background: #fff;
	/* overflow: visible; */
	z-index: 8;
	display: none;
}

.gift ul {
	height: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;

}

.gift li {
	width: 23%;
	height: auto;
	min-height:99px;
	overflow: hidden;
	padding-top: 5px;
	margin: 0 1%;
	border: 1px #fff solid;
}

.gift li img {
	width: 45px;
	height: 45px;
	margin: 0 auto;
	display: block;
}

.gift li h3 {
	font-size: 13px;
	color: #666;
	text-align: center;
	margin: 4px 0;
}

.gift li p {
	font-size: 12px;
	color: #999;
	text-align: center;
}

.gift li a.pay {
	width: 100%;
	height: 22px;
	background: #ff5a00;
	font-size: 12px;
	line-height: 22px;
	display: none;
	color: #fff;
	text-align: center;

}

.gift li.active {
	border-color: #ff5a00;
	border-radius: 5px;
	border: 1px #ff5a00 solid;
}

.gift li.active h3 {
	display: none;
}

.gift li.active p {
	color: #333;
	font-size: 12px;
	margin: 4px 0;
}

.gift li.active a {
	display: block;
}

.gift::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 5px;
	height: 1px;
}

.gift::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #ddd;
}

.gift::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #ededed;
}

.gift.currt {
	display: block;
}
.gift .surplus{
	padding:15px 10px 5px ;
	text-align: left;
	font-size:15px;
	color:#007AFF;
	border-top: 1px #eee solid;
}
/* 点赞 */
.zan {
	position: absolute;
	left: 0;
	bottom: 80px;
	z-index: 200;
}

.zan .zan_icon {
	margin: 0 auto;
	width: 40px;
	height: 40px;
	background: url(https://cdn.kongxuan.net/live/ahzb/zan.png) no-repeat center center;
	background-size: 100%;
	cursor: pointer;
	user-select: none;
}

.zan_con {
	height: auto;
	overflow: visible;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: auto;
	min-width: 60px;
	cursor: pointer;
}

.zan_num {
	white-space: nowrap;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	text-shadow: 0 0 2px #000000;
	user-select: none;
}
.can {
	display: none;
}
.zan.curr .can {
	display: block;
}
/* 投票排行 */
/* .rank_con{height:auto; overflow:hidden; padding:4em;background:url(../images/bg1.png) repeat;}
.rank_con img{display: block;margin: 0 auto;}
.rank_con .con_tit{margin-bottom:60px;}
.rank_con li{width:49%;height: auto; float: left; overflow: hidden;padding:18px;background:rgba(255,255,255,0.6); border:3px #0042ff solid; margin-bottom:30px;border-radius: 10px;text-align: left;}
.rank_con li .zdimg{ width:100%;display:block;border-radius:10px;margin-bottom:5px;}
.rank_con li .zd_name{font-size:18px;color:#333;font-weight:bold;line-height:2em;margin-bottom:8px;width:68%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.rank_con li .school{font-size:12px;font-weight:normal;margin-left:0px;}
.rank_con li .ztit{font-size:16px;color:#333;}
.rank_con li .call{width:100px;height:30px; line-height:30px;text-align: center;font-size:15px;color:#fff;border-radius:50px;background:#0042ff;display: block;margin-top:8px;float:right;margin-right:10px;}
.rank_con li .show_num{height: auto;display: flex;justify-content:space-between;flex-wrap: nowrap; padding:0;margin-top:15px;}
.rank_con li .show_num p{height: auto;font-size:15px;color:#000;line-height:24px;display: inline-block;vertical-align: middle;}
.rank_con li .show_num img{width:25px;height:25px;display: inline-block;margin-right:3px;margin-top:-3px;}
.rank_con li .progressbar{width:100%;height:20px;overflow: hidden; border-radius:50px;background:#e5e5e5;float: left;margin:8px 0 0 0;padding:0;}
.progressbar:before{height:100%;overflow: hidden; top:0 !important;left:0 !important;display: none;}
.rank_con li .bar { height: 100%; top: 0 !important;left: 0 !important;}
.bar span{height:100%;}
.rank_con li:nth-child(odd){margin-right:2%;} */
.rank_con{height:auto; overflow:hidden; padding:4em;background:url(../images/bg1.png) repeat;}
.rank_con .tips{font-size:20px;line-height:38px;margin-bottom:30px;}
.rank_con .tips strong{font-weight: bold;color:#9f161b;font-size:23px;}
.rank_con ul{height: auto;overflow: hidden;background-size: 100%;}
.rank_con li{width:100%;height: auto;overflow: hidden;padding:15px;background:rgba(255,255,255,0.3); border:2.5px #c41514 solid; margin-bottom:30px;border-radius: 15px;text-align: left;}
.rank_con li .zdimg{height:auto; display:block;float: left;margin-right:20px;border-radius:15px;}
.rank_con li .zd_name{font-size:24px;color:#000;font-weight:bold;line-height:2.6em;margin-bottom:30px;}
.rank_con li .school{font-size:17px;font-weight:normal;margin-left:5px;}
.rank_con li .ztit{font-size:20px;color:#000;margin:0;}
.rank_con li .call{width:160px;height:45px;line-height:45px;text-align: center;font-size:20px;color:#000;border-radius:50px;background:linear-gradient(to right,#ebce59,#fbe990); border:1px #fff solid; display: block;float: right;margin-top:-35px;}
.rank_con li .progressbar{width:66.7%;height:20px;overflow: hidden; border-radius:50px;background:#e5e5e5; border-bottom: 0; float: left;margin:15px 0 0 0;padding:0;}
.rank_con .progressbar:before{height:100%;overflow: hidden; top:0 !important;left:0 !important;display: none;}
.rank_con li .bar { height: 100%; top: 0 !important;left: 0 !important;}
.rank_con.bar span{height:100%;}
.rank_con li .call:hover{border:0;font-weight: bold;}
.tp li{border:3px #c41514 solid;}
.tp .rank_con li .call{background:linear-gradient(to right,#fe7e3d,#f7c951);color:#07055d;}
/* 图片预览 */
.picView-magnify-list{height: auto;overflow: hidden;}
.picView-magnify-list li{margin-bottom:10px;width:23%;margin:0 1% 20px;border:1px #9f161b solid;border-radius:10px;}
.picView-magnify-list li a img{width:100%;border-radius:10px; height: 170px;}
.magnify-footer{display: none !important;}
.magnify-modal{height: auto !important;}
.magnify-stage{position:relative !important;width:100% !important;height:100% !important;}
.magnify-header{height: auto !important;}
img.magnify-image{width:100% !important;}
.more{text-align: center;font-size:16px;margin-top:20px;}
/* 扫码 */
.in1 .modal-content{ background: none; background:#fff !important;}
.in1 .modal-body{padding: 0;}
.in1 .modal-dialog{width: 320px !important;}
.in1 .modal-dialog p{font-size:18px;color:#333;text-align: center;margin-top:10px;margin-bottom:20px;}
.in1 .modal-dialog img{width:260px; height:260px; margin:10px auto 0;display: block;}
.in1 .modal-header{padding: 20px 80px 10px 80px;}
.in1 .modal-header .close{color:#666;}
/* 宝箱礼物 */
.gif_list{width:100%;height:150px;overflow-y: auto;}
.gif_list li{text-align: center;}
.gif_list::-webkit-scrollbar {width: 8px; height: 1px; }
.gif_list::-webkit-scrollbar-thumb {/*滚动条里面小方块*/border-radius: 10px;-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);background: #9f161b;}
.gif_list::-webkit-scrollbar-track {/*滚动条里面轨道*/-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);border-radius: 10px;background:rgba(255,255,255,0.5);}
.box_close{position: absolute;width:100%;top:100%;z-index:50;opacity:0;padding-top:15px;}
/* 全屏按钮 */
.full{
	position: absolute; right:6%; bottom: 6.2%; z-index: 200; width: 15px; height: 15px;
}
.full img{
	width: 100%; height: 100%; display: block;
}
.nofull{
	position: absolute; right:5.2%; bottom: 4.2%; z-index: 200; width: 24px; height: 24px;
}
.nofull img{
	width: 100%; height: 100%; display: block;
}
/* 控制点赞显示与隐藏 */
.zanFull{ display: none;}
@media screen and (min-width:1000px) {
	.container {
		padding: 0;
		min-width: 1415px;
	}
}
@media screen and (min-width:1000px) and (max-width: 1440px){
	.container {
		padding:0;
		margin:40px auto 0;
	}
	/* .live .container{width:1100px;min-height: 1100px;} */
	.live_left{width:1050px;height:auto;}
	.camera-position{width:1050px;aspect-ratio:16/9;height:auto;}
	.live.custom{padding-top: calc((100vh - 650px)/2);}
	.live{padding:50px 0;}
	.magnify-modal{left:26% !important;top:20% !important;}
	.in .modal-dialog{width:350px !important;}
}
 @media screen and (max-width:999px){
	
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 1000px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 1000px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 1000px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 1000px),
only screen and (                min-resolution: 192dpi) and (min-width: 1000px),
only screen and (                min-resolution: 2dppx)  and (min-width: 1000px) { 
body{zoom:0.76;}

}
