.forum-banner {
	background: url(../images/forum_banner.png) no-repeat center top;
	background-size: cover;
	height: 580px;
}
.forum-brief-banner {
	background: url(../images/banner_brief.png) no-repeat center top;
	background-size: cover;
	height: 396px;
}
.lwxm-banner {
  background: url(../images/lxwm_banner.png) no-repeat center top;
  background-size: cover;
  height: 580px;
}
/* .forum-banner img {
	display: block;
} */
.brief-box {
	background: linear-gradient(180deg, #fff, #eef6fa);
}
.brief-text {
	font-size: 22px;
	color: #2d2d2d;
	line-height: 40px;
	padding: 0 50px;
	margin-bottom: 40px;
}
.brief-text span {
	color: #3467e9;
	font-weight: 600;
	font-size: 22px;
}

.forum-hexagon {
	background: url(../images/icon-forum-hexagon.png) no-repeat;
	width: 250px;
	height: 280px;
	padding-top: 60px;
	text-align: center;
	position: relative;
}
.forum-hexagon::after {
	content: '';
	position: absolute;
	width: 31px;
	height: 14px;
	background: url(../images/arrow-l-r.png) no-repeat;
	background-size: 31px 14px;
	right: -20%;
	bottom: calc(50% - 14px);
}
.icon-f-brief {
	background: url(../images/icon-forum-brief.png) no-repeat;
	background-size: 330px 71px;
	height: 71px;
	display: inline-block;
}
.icon-f-brief-1 {
	background-position: 0 0;
	width: 80px;
}
.icon-f-brief-2 {
	background-position: -97px 0;
	width: 83px;
}
.icon-f-brief-3 {
	background-position: -196px 0;
	width: 56px;
}
.icon-f-brief-4 {
	background-position: -266px 0;
	width: 64px;
}
.forum-hexagon .number {
	font-size: 36px;
	color: #3467e9;
	font-weight: 600;
}

.forum-hexagon .label {
	font-size: 22px;
	color: #3467e9;
}
.lt-title {
	font-size: 56px;
	font-weight: 900;
	background: linear-gradient(to bottom, #1e6dce, #1c4d97);
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-stroke: 2px white; /* 白色描边 */
    text-stroke: 2px white; /* 白色描边 */
	position: relative;
	text-align: center;
	margin-bottom: 70px;
}
.lt-title::before,
.lt-title::after {
	content: '';
	height: 6px;
	border-radius: 5px;
	left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    display: block;
    bottom: -20px;
}
.lt-title::before {
	width: 33px;
	background: #5abfec;
    z-index: 1;
}
.lt-title::after {
	width: 125px;
	background: #e0ecf2;
}
.float-bottom {
	margin-top: -85px;
}
/* 主论坛议程  */
.ltlc-tab-box {

}
.ltlc-tab {
	margin-bottom: 30px;
}
.ltlc-tab .ltlc-tab-item {
	width: 31.6%;
	height: 245px;
	border-radius: 10px;
	padding: 25px 0;
	color: #ffffff;
	position: relative;
	background: #e6effe;
	cursor: pointer;
}
.ltlc-tab-item::before {
	content: '';
	position: absolute;
	width: 334px;
	height: 65px;
    background: url(../images/light_shadow.png) no-repeat center bottom;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
}
.ltlc-tab-item .ltlc-chapter {
	font-size: 20px;
	color: #647cad;
	position: relative;
}
.ltlc-tab-item h1 {
	font-size: 40px;
	margin-top: 30px;
	color: #4c6494;
}
.ltlc-tab-item .ltlc-time {
	font-size: 16px;
	border-radius: 15px;
	width: 160px;
	height: 32px;
	line-height: 30px;
	display: block;
	margin: 15px auto;
	border: 1px solid #a9bfe2;
	color: #6983b7;
}
.icon-ltlc-bottom {
	width: 24px;
	height: 28px;
	background-position: 0 -62px;
}
.ltlc-tab .ltlc-tab-item.active,
.ltlc-tab .ltlc-tab-item:hover {
	background: linear-gradient(180deg, #3ca2ff, #3467e9);
}
.ltlc-tab .ltlc-tab-item.active .ltlc-chapter,
.ltlc-tab .ltlc-tab-item:hover .ltlc-chapter,
.ltlc-tab .ltlc-tab-item.active h1,
.ltlc-tab .ltlc-tab-item:hover h1,
.ltlc-tab .ltlc-tab-item.active .ltlc-time,
.ltlc-tab .ltlc-tab-item:hover .ltlc-time {
	color: #fff;
}
.ltlc-tab .ltlc-tab-item.active::before,
.ltlc-tab .ltlc-tab-item:hover::before {
    background: url(../images/light_shadow_active.png) no-repeat center bottom;
}
.ltlc-tab .ltlc-tab-item.active .icon-ltlc-bottom,
.ltlc-tab .ltlc-tab-item:hover .icon-ltlc-bottom{
	background-position: -30px -62px;
}
.ltlc-content-item {
	display: none;
}
.ltlc-content-item.active {
	display: flex;
}
/* 主论坛议程内容 */
.table-wrapper {
	margin-bottom: 40px;
	border-radius: 8px;
	overflow: hidden;
	background-color: #fff;
	width: 48.3%;
}

.ltlc-table {
	width: 100%;
}

.ltlc-table td {
	padding: 12px;
	text-align: left;
	background: #eaf2fb;
	color: #2265f2;
	line-height: 26px;
}
.td-bold {
	font-weight: bold;
}
.td-bold {
	margin-right: 5px;
}
.ltlc-table th {
	padding: 10px;
	background-color: #007bff;
	color: #fff;
}
.ltlc-table th:first-child {
	width: 120px;
}

.section-header {
	background-color: #007bff;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	font-size: 18px;
	margin: 0 2px;
}
.section-header h1 {
	font-size: 20px;
}

.section-header .sub-title {
	padding-top: 10px;
}
.section-header .sub-title span {
	font-weight: bold;
	margin-right: 5px;
}

.icon-collapse {
	width: 15px;
	height: 9px;
	background-position: -150px -31px;
	vertical-align: 2px;
	margin-left: 5px;
}
.btn-collapse {
	width: 124px;
	height: 44px;
	line-height: 42px;
	margin: 0 auto;
	border: 1px solid #bbd9ff;
	border-radius: 22px;
	color: #74a0e4;
	font-size: 18px;
	display: none;
}
/* 往届回顾 */
.wjhg-box li {
	width: 94px;
	height: 408px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.wjhg-box li p {
	position: absolute;
	writing-mode: vertical-rl;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 2px;
	z-index: 2;
}
.wjhg-box li img {
	max-width: fit-content;
	height: 100%;
}
.wjhg-box li::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4); /* 蒙层颜色和透明度 */
	z-index: 1; /* 确保蒙层在其他元素之上 */
}
.wjhg-box li:hover {
	width: 298px;
	border: 2px solid #3571ed;
}
.wjhg-box li:hover img {
	width: 100%;
	max-width: 100%;
}
.wjhg-box li:hover p {
	display: none;
}
/* 参会嘉宾 */
.forum-chjb-box {
	background: url(../images/bg_chjb.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
}
.forum-guest-tab {
	justify-content: center;
}
.forum-guest-tab .forum-guest-tab-text {
	background-color: #2850bd;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	margin: 20px;
	min-width: 200px;
	padding: 0 30px;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}
.forum-guest-tab .forum-guest-tab-text.active {
	background-color: #65ddff;
	color: #152973;
}
.forum-guest-content {
	display: none;
}
.forum-guest-content.active {
	display: block;
}
.forum-chjb-img {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(3, 1fr);
	gap: 20px;
	padding: 20px;
  }

.forum-guest-image {
	width: 184px;
	height: 239px;
	position: relative;
	background: linear-gradient(180deg, #0a51af,#3ca2ff);
	border-radius: 0 40px 0 40px;
	/* overflow: hidden; */
	cursor: pointer;
}
.forum-guest-image:nth-child(even) {
	background: linear-gradient(to bottom, #1b85e5,#0a51af);
}

.forum-guest-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 40px 0 40px;
}

.forum-guest-image.active img,
.forum-guest-image:hover img {
	border: 3px solid #30c7ff;
	box-shadow: rgba(46, 189, 255,40%) 0 0 15px;
}
.forum-guest-image.active:after,
.forum-guest-image:hover:after {
	content: '';
	position: absolute;
	width: 18px;
	height: 21px;
	background: url(../images/icon-right-boder.png) no-repeat;
	top: 0;
	right: 0;
}

.forum-guest-image-content {
	grid-column: 4 / span 3;
	grid-row: 1 / span 2;
	position: relative;
	overflow: hidden;
	background: url(../images/guest-large-bg.png) no-repeat;
	width: 587px;
	height: 500px;
	background-size: 587px 500px;
}
.forum-guest-image-content img {
	position: absolute;
	right: 27px;
	bottom: 0;
	width: 400px;
}
.info {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: linear-gradient(to right,rgba(15, 105, 220, 0.5), rgba(15, 105, 220, 0) 80%);   ;
	color: white;
	padding: 30px 45px;
	border-radius: 0 0 0 45px;
}
.info h2 {
	font-size: 30px;
	font-weight: 600;
	position: relative;
	padding-bottom: 12px;
    margin-bottom: 12px
}
.info h2::before {
    content: '';
    width: 48px;
    position: absolute;
    height: 4px;
	border-radius: 4px;
    background: #32d7ff;
	z-index: 1;
    left: 0;
    bottom: 0;
}
.info h2:after {
    content: '';
    width: 150px;
    position: absolute;
    height: 4px;
	border-radius: 4px;
    background: linear-gradient(90deg, #1b3ca2, transparent 70%);
    left: 0;
    bottom: 0;
}
.info p {
	font-size: 20px;
	margin: 5px 0;
}

/* -- 主论坛页面 */
.forum-lt-tab {
	margin: 40px 0;
}
.forum-lt-tab .lt-tab-item:first-child {
	margin-right: 40px;
}
.forum-lt-tab .lt-tab-item {
	width: 220px;
	height: 70px;
	line-height: 68px;
	color: #2d6ef8;
	font-size: 26px;
	border-radius: 35px;
	text-align: center;
	border: 2px solid #2d6ef8;
}
.forum-lt-tab .lt-tab-item.active,
.forum-lt-tab .lt-tab-item:hover {
	background: linear-gradient(90deg, #52ddec, #2d6df8);
	border: 0;
	color: #fff;
}
.forum-zlt-list li {
	margin-bottom: 40px;
}
.forum-zlt-list .forum-zlt-li {
	height: 184px;
	background: #e7f2f9;
	border-radius: 10px 15px 15px 10px;
}
.forum-zlt-list .forum-zlt-li:hover {
	background: linear-gradient(180deg, #3ca2ff, #3467e9);
	border: 1px solid #3ca2ff;
	box-sizing: content-box;
}
.zlt-li-left {
	height: 184px;
	padding: 25px 0;
	background-color: #f5f8fa;
	border-radius: 10px;
	flex: 1;
}
.zlt-tiem {
	font-size: 30px;
	color: #565657;
	padding-left: 140px;
}
.zlt-li-content {
	border-left: 1px solid #e4eaee;
	padding-left: 65px;
	margin-left: 50px;
}
.zlt-li-content h2 {
	font-size: 30px;
	color: #333333;
	margin-bottom: 15px;
}
.forum-zlt-list .forum-zlt-li:hover .zlt-li-content h2 {
	color: #2e70f8;
}
.zlt-li-content p {
	color: #626566;
	font-size: 20px;
	line-height: 32px;
}

.zlt-li-right {
	width: 92px;
	text-align: center;
}
.icon-zlt-right {
	width: 28px;
	height: 24px;
	background-position: -60px -62px;
}
.forum-zlt-list .forum-zlt-li:hover .icon-zlt-right {
	background-position: -90px -62px;
}
/* -- 同期活动页面 */
.ztlt-tiem-nav-list {
	margin-bottom: 30px;
}
.ztlt-tiem-nav-list ul {
	width: 100%;
    justify-content: space-around;
	border-bottom: 1px solid #e4eaee;
	padding-bottom: 12px;
}
.ztlt-tiem-nav-list .ztlt-tiem-nav {
	line-height: 32px;
	margin: 0 45px;
	position: relative;
}
.ztlt-tiem-nav-list .ztlt-tiem-nav:hover:after,
.ztlt-tiem-nav-list .ztlt-tiem-nav.active::after {
	content: '';
	width: 40px;
	height: 6px;
	border-radius: 6px;
	background: #2e70f8;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
}
.ztlt-tiem-nav-list .ztlt-tiem-nav a {
	font-size: 24px;
	color: #989ea6;
}
.ztlt-tiem-nav-list .ztlt-tiem-nav:hover a,
.ztlt-tiem-nav-list .ztlt-tiem-nav.active a {
	color: #2b2b2b;
}

.forum-ztlt-list li {
	background-image: url(../images/ztlt-t-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 380px;
	height: 305px;
	margin-bottom: 30px;
	margin-right: 30px;
	position: relative;
}
.forum-ztlt-list li:nth-child(3n+3) {
	margin-right: 0;
}
.forum-ztlt-list li:hover {
	background-image: url(../images/ztlt-t-bg-active.png);
}
.forum-ztlt-li {
	width: 100%;
	padding: 20px 30px;
}
.forum-ztlt-li .ztlt-num {
	font-size: 18px;
	color: #475d8a;
}
.forum-ztlt-li h2 {
	font-size: 20px;
	color: #293a5b;
	line-height: 32px;
	margin-top: 40px;
	height: 70px;
}
.ztlt-li-content {
	margin-top: 20px;
}
.ztlt-li-content p {
	color: #6983b7;
	line-height: 30px;
}
.forum-ztlt-list li:hover .forum-ztlt-li h2,
.forum-ztlt-list li:hover .forum-ztlt-li .ztlt-num {
	color: #ffffff;
}
.forum-ztlt-list li:hover .ztlt-li-content p {
	color: #ddf2ff;
}
.ztlt-li-bottom {
	position: absolute;
	bottom: 20px;
	right: 30px;
}
.ztlt-li-bottom .icon-zltl-right {
	width: 70px;
	height: 26px;
	background-position: -90px -93px;
}
.forum-ztlt-list li:hover .ztlt-li-bottom .icon-zltl-right {
	background-position: -180px -93px;
}
/* -- 论坛详情 */
.forum-lt-detail-box {
	line-height: 32px;
}
.lt-detail-title {
	font-size: 26px;
	color: #151515;
	margin-bottom: 5px;
}
.lt-detail-subtitle {
	color: #646464;
}
.lt-detail-item {
	font-size: 18px;
	color: #151515;
}
.lt-detail-item .icons {
	width: 18px;
	height: 18px;
	vertical-align: -3px;
	margin-right: 10px;
}
.icon-detail-time {
	background-position: -150px 0;
}

.icon-detail-address {
	width: 17px;
	background-position: -180px 0;
}
.icon-detail-plan {
	background-position: -210px 0;
}
.lt-detail-content {
	margin-top: 30px;
}
.lt-detail-content .detail-img {
	margin: 0 auto;
	display: block;
}
/* -- 直播回放 */
.forum-video-title {
	margin-bottom: 30px;
}
.forum-video-title h1 {
	font-size: 28px;
	color: #0c0c0c;
}
.forum-video-title h1 span {
	color: #336beb;
	font-size: 28px;
	margin-right: 5px;
}
.forum-video-time {
	color: #6c819c;
	font-size: 22px;
}
.forum-video-box {
	background: url(../images/forum_replay_bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 40px 0;
}
.forum-video {
	border: 5px solid #daf3fd;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
}
.forum-video-js {
	width: 100%;
	height: 680px;
}
.video-js .vjs-big-play-button {
    width: 148px !important;
    height: 148px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0;
    background-color: transparent;
	background-image: url(../images/icon-video.png);
	background-repeat: no-repeat;
}
.video-js:hover .vjs-big-play-button {
	background-color: transparent;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
	content: none;
}
.forum-replay-box li {
	margin-bottom: 30px;
	margin-right: 30px;
	width: 31.6%;
}
.forum-replay-box li:nth-child(3n+3) {
	margin-right: 0;
}
.forum-replay-li {
	width: 100%;
	background: #e6effe;
	border-radius: 10px;
	padding: 20px;
}
.forum-replay-li:hover {
	background: linear-gradient(180deg, #2897fc, #3467e9);
}
.replay-li-assort {
	color: #647ba9;
	font-size: 20px;
	position: relative;
}
.replay-li-assort::after {
	content: '';
	width: 43px;
	height: 14px;
	background: url(../images/icon-replay-arrow.png) no-repeat;
	background-size: 43px 14px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}
.forum-replay-li:hover .replay-li-assort::after {
	background: url(../images/icon-replay-arrow-active.png) no-repeat;
}
.replay-li-title {
	color: #3c5688;
	font-size: 22px;
	border-bottom: 1px solid #d8e3f4;
	padding: 10px 0 12px 5px;
	margin-bottom: 10px;
}
.replay-li-time {
	color: #849cce;
	line-height: 32px;
	letter-spacing: 1px;
}
.replay-li-time .icons-replay-time {
	width: 18px;
	height: 18px;
	background-position: -90px 0;
	vertical-align: -3px;
    margin-right: 5px;
}
.forum-replay-li:hover .replay-li-assort {
	color: #9cfcff;
}
.forum-replay-li:hover .replay-li-title {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.forum-replay-li:hover .replay-li-time {
	color: #cadfff;
}
.forum-replay-li:hover .replay-li-time .icons-replay-time {
	background-position: -120px 0;
}

/* .sidebar-forum-right {
    position: fixed;
    right: 50px;
    top: 50%;
    z-index: 99;
} */
.sidebar-forum-right:hover:after {
	content: '';
	position: absolute;
	background: url(../images/forum-right-box.png) no-repeat;
	width: 228px;
    height: 204px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sidebar-forum-right .btn-lt {
    display: block;
    width: 180px;
    height: 58px;
    line-height: 58px;
    color: #fff;
    background: linear-gradient(180deg, #3ca2ff, #3467e9);
    border-radius: 30px;
    text-align: center;
    margin: 20px 0;
	position: relative;
	z-index: 99;
}

/* 投票权益 */
.gpqy-content-box {
    margin: 30px auto;
    color: #151515;
}
.gpqy-head {
    margin: 30px 0;
}
.gpqy-head h2 {
    font-size: 26px;
}
.gpqy-content p, .gpqy-content-p p {
    font-size: 18px;
    line-height: 36px;
}
.gpqy-section {
	margin: 20px 0;
	line-height: 36px;
}
.gpqy-content h2,
.gpqy-section h2 {
	display: inline;
	position: relative;
	margin-left: 15px;
	font-size: 20px;
	/* border-bottom: 12px solid #e1f5ff; */
	background-image: linear-gradient(#e1f5ff, #e1f5ff);
    background-repeat: repeat-x;
    background-position: 0 15px;
	margin-bottom: 10px;
}
.gpqy-content h2::before,
.gpqy-section h2::before {
	content: '';
	position: absolute;
	width: 3px;
	height: 20px;
	border-radius: 3px;
	background: linear-gradient(180deg, #00f5d1, #00a3ff);
	bottom: 2px;
	left: -15px;
}
.gpqy-section ul li {
	display: flex;
}
.gpqy-section ul li p,
.gpqy-section ul li span {
	font-size: 18px;
}
.gpqy-section ul li p {
	text-indent: 0;
}
.gpqy-section ul li::before  {
	content: '·';
	color: #00adf9;
	margin-right: 15px;
	font-size: 30px;
}
.btn-buy-ticket {
    height: 64px;
    line-height: 64px;
	padding: 0 30px;
    color: #fff;
	background: linear-gradient(180deg, #5bccf9, #3467e9);
    border-radius: 32px;
	font-size: 22px;
	font-weight: bold;
    text-align: center;
    margin: 10px 0 30px;
}
.icon-buy {
	display: inline-block;
	vertical-align: -3px;
	margin-right: 10px;
	width: 26px;
	height: 22px;
	background: url(../images/icon-buy.png) no-repeat;
}
.btn-buy-ticket:hover {
    background: linear-gradient(180deg, #3ca2ff, #3467e9);
}
