.banner .kv {
	height: auto;
}

body {
	width: 100%;
	/* background-image: url(../img/forum_bg.png);
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat; */
	background-color: #f2f2f5;
}

.main {
	backdrop-filter: unset;
	margin-top: 0;
}

.intro {
	margin-top: 60px;
	padding: 32px 32px 40px;
	background: #f2f6fb;
	box-shadow: 0 2px 8px 0 rgba(222, 222, 225, .5);
	border-radius: 8px;
	border: 1px solid #fff;
	background-image: url(../img/f_intro.png);
	background-position: 120% 0px;
	background-repeat: no-repeat;
	color: #666;
	box-shadow: rgba(222, 222, 225, 0.5) 0px 2px 8px 0px;
	background-image: url(../img/contact_bg.png);
	background-color: rgb(255, 255, 255);
	background-size: 40%;
	background-repeat: no-repeat;
}

.title span {
	font-size: 15px;
	color: #666;
	font-weight: normal;
}

.intro .intro-text {
	color: #666;
	line-height: 36px;
}

.intro .title {
	color: #333;
	margin-bottom: 30px;
}

.bg_layer {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	display: none;
}

.bg_item {
	background-image: url(../img/f_bg.jpg);
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.m-img {
	margin-bottom: 120px;
	width: 100%;
}

.agenda .m-img {
	margin-bottom: 60px;
}

.intro-video:before {
	background: transparent;
}

.banner-bg {
	height: auto;
}

.speaker {
	position: relative;

	/* overflow: hidden; */
	/* margin-top: -190px; */
	position: relative;
	padding-bottom: 80px;

}



/* .speaker-tabs:after,.agenda-tabs::after{
	content: '';
	background-color: #5d6075;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
} */
/* .speaker-tabs:before,.agenda-tabs:before{
	content: '';
	background-color: #2fc84e;
	width: 3px;
	height: 24px;
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translateY(-80%);
} */
/* .speaker-tabs li,
.agenda-tabs li {
	width: 50%;
	float: left;
	text-align: center;
	font-size: 20px;
	color: #fff;
	position: relative;
	font-weight: bold;
	height: 58px;
	line-height: 58px;

} */
/* .speaker-tabs li
{
    width: 50%;
    float: left;
    text-align: center;
    font-size: 24px;
    color: #fff;
    position: relative;
    font-weight: bold;
    background: url(../images/s-tab.png) no-repeat center 0;
    height: 100px;
    background-size: 60%;
    line-height: 38px;

} */

.speaker-tabs li,
.agenda-tabs li {
	width: 224px;
	float: left;

	font-size: 22px;
	/* color: #fff; */
	position: relative;
	font-weight: bold;

	line-height: 38px;

}

.speaker-tabs li {
	width: 268px;
}

.speaker-tabs li:first-child {
	margin-right: 50px;
}





/* .speaker-tabs li.cur,
.agenda-tabs li.cur {
	color: #fff;
	z-index: 0;
	border: 3px solid rgba(52, 234, 89, .8);
} */

/* .speaker-tabs li.cur span{
	color: rgba(52, 234, 89, .8);
} */

/* .speaker-tabs li.cur::after,
.agenda-tabs li.cur::after {
	content: '';
	background-image: linear-gradient(-45deg, #1627c2, #1f34d5 18%, #009fff 72%, #00feff);
	width: 100%;
	height: 110%;
	position: absolute;
	left: 0;
	bottom: -5%;
	z-index: -1;
	border-radius: 8px;
} */

/* .speaker-tabs li:hover,.agenda-tabs li:hover{
	color: #2fc84e;
} */
.speaker .speaker-list {
	/* overflow: hidden; */
	margin-top: 50px;
	display: none;
}

.speaker-list li {
	width: 23%;
	margin-right: 2.5%;
	float: left;
	position: relative;
	height: 300px;
	margin-bottom: 30px;
	/* overflow: hidden; */
	background: #fff;
	padding: 30px 20px 20px 20px;
	text-align: center;
	position: relative;
	top: 0px;
	transition: all 0.5s;
	border-radius: 8px;
	border: 1px solid #fff;
	background-image: url(../img/sp_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 12px;
	cursor: pointer;
	pointer-events: all;
	transition: all 0.5s;

}

.speaker-list li:hover {
	transform: translateY(-10px);
}

.speaker-list li:hover img {
	transform: scale(1.05);
	overflow: hidden;
}

.speaker-list li:nth-child(4n) {
	margin-right: 0;
}

.speaker-list li i {
	background-image: url(../img/line_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	display: block;
}

.zoom_icon {
	height: 30px;
	position: absolute;
	right: 70px;
	top: 120px;
	z-index: 3;
	background: #fff;
	border-radius: 30px;
	padding: 2px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.speaker-list i img {
	display: block;
	width: 140px;
	border-radius: 50%;
	margin: 0px auto;
	transition: all 0.5s;
	border: 3px solid #fff;
}

.speaker-list li .speaker-detail {
	width: 100%;
	color: #e5e5e5;
	margin-top: 14px;

}

.speaker-detail .s-name {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 6px;
}

.speaker-detail .s-title {
	font-size: 13px;
	color: #666;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	white-space: pre-line;
}


.agenda .d1 {
	position: absolute;
	left: 5%;
	top: 28%;
}

.agenda .d2 {
	position: absolute;
	right: 20%;
	top: 48%;
}

.agenda .d3 {
	position: absolute;
	right: 8%;
	bottom: 20%;
}

.agenda-tabs {
	margin-bottom: 0;
}

.date-block {
	margin-top: 10px;
}

.day-item-am {
	width: 100%;
	float: left;
	margin-right: 25px;
}

.day-item .item-am,
.day-item .item-pm {
	width: 100%;
	display: inline-block;
	height: 48px;
	line-height: 48px;
	padding: 0 30px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	background: linear-gradient(to right, #2187db, #0f53c9);
	background: -webkit-linear-gradient(to right, #2187db, #0f53c9);
	border-radius: 4px 4px 0 0;
	/* margin-right: 32px; */
	text-align: center;
	/* margin-bottom: 30px; */
}

.day-item .item-con {
	width: 100%;
	/* background: #142d82; */
	background-size: 100%;
	box-sizing: border-box;
	/* padding-bottom: 20px; */
	/* height: 1350px; */
}

.item-con .plan-1 {
	height: 54px;
	line-height: 54px;
	/* padding: 0px 40px; */
	box-sizing: border-box;
	/* background: -webkit-linear-gradient(left, #243461, transparent);
	background: -o-linear-gradient(to right, #243461, transparent);
	background: -moz-linear-gradient(to right, #243461, transparent); */
	/* background: #142d82; */
	/* display: none; */
	margin-bottom: 30px;
	/* border-bottom: 2px solid rgba(22,54,184,.5); */
	/* width: 90%; */
	background-color: rgba(22, 54, 184, .2);
	padding: 0 20px;
	border-radius: 4px;
}

.item-con .plan-1-1 {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	/* 	padding: 0 15px; */
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	/* background: #00a0e9; */
	border-radius: 18px;
	margin-right: 68px;
}

.plan-3-item {

	position: relative;
	/* padding-bottom: 20px; */
	margin-bottom: 14px;
}

.plan-3-item:before {
	content: "";
	height: 7px;
	width: 7px;
	background: #e800e8;
	border-radius: 4px;
	left: -14px;
	top: 7px;
	position: absolute;
}




.plan-3-item .plan-3-left {
	float: left;
	width: 130px;
	text-align: left;
}

.plan-3-item .plan-3-left .time {
	color: #1c1c28;
	font-size: 14px;
	font-weight: bold;
	opacity: .6;

}

.plan-3-item:nth-child(even) {
	/* border-bottom: 1px solid rgba(0, 0, 0, .06); */
	padding-top: 14px;
	background: #f2f6fb;
	/* box-shadow: 0 2px 4px 0 rgba(191, 210, 227, .18); */
}

.plan-3-right {
	padding-left: 160px;
	padding-right: 25px;
}

.plan-3-right .theme {
	width: 50%;
	float: left;
	color: #333;
	font-size: 16px;
	/* font-weight: bold; */
	cursor: pointer;
	pointer-events: none;
	padding-right: 40px;
	font-weight: bold;
}

.plan-3-item:first-child .plan-3-right .theme {
	pointer-events: none;
}

.plan-3-right .plan-3-con {
	font-size: 14px;
	color: #1c1c28;

	pointer-events: none;
	float: left;
	width: 50%;

}




.plan-3-item:last-child .plan-3-right .plan-3-con {
	white-space: pre-line;
}

.plan-3-right .plan-3-con li {
	/* padding-top: 5px; */
	line-height: 24px;
	margin-bottom: 5px;
	cursor: pointer;
	padding-bottom: 10px;
	float: left;
	margin-right: 20px;
	/* white-space: pre-line; */
}

.plan-3-right .plan-3-con li.name {
	font-size: 16px;
	font-weight: bold;
	opacity: .6;
	color: #1c1c28;
}

.plan-3-item:last-child .plan-3-con li {
	border-bottom: none;
	line-height: 30px;
}

.plan-3-right .plan-3-tit {
	color: #333;
	font-size: 14px;
	line-height: 24px;
	/* min-height: 18px; */
	margin-bottom: 10px;
	display: none;
	text-align: justify;
	padding: 20px 30px;
	background: #f0f1f2;
}

.day-item-pm {
	/* padding-left: 400px; */
	/* overflow: hidden; */
}

.top-summit {

	padding: 30px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	background: rgba(255, 255, 255, .75);
	box-shadow: 0 2px 8px 0 rgba(222, 222, 225, .5);
	border: 1px solid #fff;
	/* background-image: url(../img/a_bg.png); */
	background-position: 100px 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	border: 1px solid #fff;
	/* border-image: linear-gradient(0deg, rgba(64, 214, 255, .3) 10%, transparent) 1 1; */
	/* border-top: none; */
	margin-top: 35px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;

}

.plan-3-item .plan-3-left {
	position: relative;
	padding-left: 10px;
}

/* .plan-3-item .plan-3-left ::before {
	position: absolute;
	content: '';
	background: url(../images/circle2.png) center center no-repeat;
	width: 16px;
	height: 16px;
	left: -2px;
	top: 2px;

} */

.agenda {
	position: relative;
	padding-bottom: 60px;
	margin-top: 70px;
	margin-bottom: 10px;
	padding-top: 60px;
}

.agenda-tab {
	/* margin-bottom: 24px; */
	overflow: hidden;
	height: 58px;
	border-radius: 8px 8px 0 0;
}

.agenda-tab li {
	color: #fff;
	cursor: pointer;
	float: left;
	padding: 0 14px;
	line-height: 58px;
	background-color: #e46c22;
	width: 20%;
	text-align: center;
	background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .05), rgba(0, 0, 0, .2));
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;

}

.agenda-tab li:hover {
	background-color: rgba(27, 35, 90, .6) !important;
	background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .05), rgba(0, 0, 0, .2)) !important;
}

.agenda-tab li:nth-child(4) {
	background-color: #2187db;
}

.agenda-tab li:nth-child(5) {
	background-color: #37baba;
}

.agenda-tab li:nth-child(2) {
	background-color: #744bcc;
}

.agenda-tab li:nth-child(3) {
	background-color: #4d64dc;
}

.agenda-tab li.active {
	background-color: rgba(27, 35, 90, .6);
	/* border-top: 4px solid #4e64db; */
}

/* .top-summit .forum-agenda-cnt{
	display: none;
}
.top-summit .forum-agenda-cnt:first-child{
	display: block;
} */
.sub-agenda {
	display: none;
}

.circle3 {
	position: absolute;
	right: -37%;
	top: 44%;
}

.plan-3-right .plan-3-con .iconfont,
.plan-3-right .theme .iconfont {
	font-size: 14px;
	vertical-align: middle;
	display: inline-block;
	color: #2fc84e;
	padding-left: 10px;
}

.sub-tabs,
.speaker-tabs {
	margin-bottom: 40px;
	overflow: hidden;
	border-bottom: 1px solid #e800e8;
	padding-bottom: 30px;
	position: relative;
	/* margin-top: 30px; */
}

.speaker-tabs {
	margin-top: 40px;
}

.sub-tabs li {
	float: left;
	/* margin-right: 10px; */
	width: 280px;
	/* height: 80px; */
	/* border-radius: 20px; */
	color: #333;
	/* text-align: center; */
	line-height: 26px;
	padding: 10px 14px;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	padding-left: 0;
	cursor: pointer;
	/* background: linear-gradient(-90deg, transparent,rgba(0,159,255,.3)); */
	/* background-image: url(../img/abc.png); */
	background-size: cover;
	text-align: center;
	background-color: #fff;


}

.sub-tabs li.cur {
	color: #fff;
	position: relative;
}


.speaker-tabs li.cur::after {
	content: '';
	width: 200px;
	height: 8px;
	background: linear-gradient(180deg, #e800e8 9.74%, #2b48d8 61.61%, #0993d9 103.98%);
	background: -webkit-linear-gradient(180deg, #e800e8 9.74%, #2b48d8 61.61%, #0993d9 103.98%);
	position: absolute;
	left: 0;
	bottom: -30px;
}




.sub-tabs li.cur {
	/* background: linear-gradient(-45deg, #1627c2, #1f34d5 18%, #009fff 72%, #00feff); */
	/* background: linear-gradient(-90deg, transparent,rgba(0,159,255,1)); */
	/* color: #fff; */
	border: none;
	background-image: url(../img/li_bg.jpeg);
	background-size: cover;
}

.sub-tabs li.an {
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	animation-name: scroll;
	background-image: url(../img/line_bg.png);
	background-repeat: no-repeat;
	background-position: 110px center;
	background-size: 150%;
	/* color: #006aff; */
}

.sub-tabs li i {
	font-size: 15px;
}

.sub-tabs li span {
	display: block;
}

@keyframes scroll {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
}


.g_agenda .forum-agenda-cnt {
	display: none;
	border-left: 1px solid #edeef3;
	padding-left: 10px;
}

.dialog-layer {
	display: none;
	position: fixed;
	left: 50%;
	top: 0;
	width: 50%;
	z-index: 999;
	/* height: 937px; */
	transform: translateX(-50%);
}

.dialog-layer .dialog-inner {
	position: relative;
	height: 100%;
}

.dialog-layer .dialog-close {
	position: absolute;
	right: 32px;
	top: 20px;
	background-size: 100% 100%;
	z-index: 6;
	cursor: pointer;
	/* opacity: .6; */
	color: #ccc;
	width: 30px;
	height: 30px;
	/* background: rgba(0, 0, 0, 1); */
	border-radius: 30px;
	text-align: center;
	line-height: 28px;
	border: 2px solid #ccc;
	font-weight: bold;

}

.dialog-speaker-layer .dialog-content-desktop .dialog-box {
	padding: 40px;
	/* height: 398px; */
	background: #fff;
	background-size: 100% 100%;

	position: relative;
	padding-top: 20px;
	border-radius: 8px;
	background-image: url(../img/a_bg.png);
	background-position: right 100%;
	background-size: 50%;
	background-repeat: no-repeat;
}

.dialog-speaker-layer .dialog-content-desktop .dialog-title {
	display: inline-block;
	font-size: 16px;
	line-height: 38px;
	padding-right: 15px;
	color: #ccc;
	padding-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
}

.dialog-speaker-layer .dialog-content-desktop .dialog-title span {
	/* margin-right: 15px; */
	/* padding: 0 15px; */
	display: inline-block;
	height: 100%;
	/* background: #2f2f2f; */
	font-weight: 900;
	color: #333;
	display: block;
}

.dialog-speaker-layer .dialog-title .name {
	line-height: 30px;

}

.dialog-speaker-layer .dialog-title .tit {
	font-size: 14px;
	color: #666 !important;
	font-weight: normal !important;
	line-height: 24px;
}

.dialog-speaker-layer .dialog-content-desktop .class-title {
	font-size: 20px;
	color: #adadad;
	display: none;
}

.dialog-speaker-layer .dialog-content-desktop .class-box {
	position: relative;
	/* padding-right: 50px; */
	/* text-align: justify; */
	margin-top: 14px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.dialog-speaker-layer .dialog-content-desktop .class-info {
	padding-right: 10px;
	font-size: 14px;
	line-height: 24px;
	max-height: 284px;
	overflow-y: auto;
	margin-bottom: 15px;
	color: #333;
	margin-top: 20px;
}

@media (min-width: 1400px) {
	.container {
		width: 1280px;
	}
}

@media (max-width: 1920px) {
	.dialog-layer {
		width: 60%;
	}
}

@media (max-width: 1400px) {
	.dialog-layer {
		width: 70%;
	}
}

@media (max-width:1199px) {
	.speaker-tabs li {
		width: 230px;
		font-size: 20px;
	}

	.intro .m-img {
		margin-bottom: 30px;
	}

	.intro-text {
		font-size: 16px;
		line-height: 32px;
		padding-top: 30px;
	}

	.speaker-list li {
		height: 300px;
	}

	.sub-tabs li {
		width: 220px;
	}
}

@media (max-width:991px) {
	.container {
		padding: 0 20px;
	}

	.speaker-tabs li:first-child {
		margin-right: 35px;
	}

	.speaker-tabs li {
		font-size: 16px;
		margin-right: 35px;
		width: auto;
	}

	.speaker-tabs li.cur::after {
		content: '';
		width: 150px;
		height: 5px;
		background-color: #fc5531;
		position: absolute;
		left: 0;
		bottom: -30px;
	}

	.intro-text {
		padding-left: 0;
		padding-right: 0;
		padding-top: 20px;
		line-height: 28px;
		border-top: none;
	}

	.speaker {
		margin-top: 0;
	}

	.speaker-list li {
		width: 30.5%;
	}

	.speaker-list li:nth-child(4n) {
		margin-right: 2.5%;
	}
}

@media (max-width:767px) {

	.t-xs {
		display: inline !important;
	}

	.dialog-speaker-layer .dialog-content-desktop .class-box {

		max-height: 350px;
		overflow-y: scroll;
	}

	.zoom_icon {
		right: 120px;
	}

	.speaker .speaker-list {
		margin-top: 40px;
	}

	.sub-tabs,
	.speaker-tabs {
		margin-top: 0;
		padding-bottom: 10px;
		border-bottom: none;
	}

	.speaker-tabs {
		margin-bottom: 0;
	}

	.agenda {

		margin-top: 30px;
	}

	.dialog-layer {
		width: 90%;
		top: 15% !important;
	}

	.agenda .sub-tabs li span {
		font-size: 13px;
		font-weight: normal;
		/* background: #ccc; */
		line-height: 20px;
		padding: 0;
		border-radius: 10px;
		/* color: #fff; */

		/* margin-top: 6px; */
		width: 100%;
		text-align: center;
		font-weight: bold;
	}

	.agenda .sub-tabs li .t-xs {
		display: block !important;
	}

	.sub-tabs li i {
		font-size: 13px;
	}

	.plan-3-right .plan-3-tit {

		margin-left: -100px;
	}

	.title {
		font-size: 30px;
	}

	.intro {
		padding-bottom: 20px;
		margin: 20px 20px 0 20px;
		/* margin-top: 20px; */
		line-height: 24px;
	}

	.intro-text {
		padding-top: 0;
		font-size: 14px;
		line-height: 28px;
	}

	.speaker {
		margin-top: -30px;
		/* padding-top: 40px; */
		min-height: auto;
		padding-bottom: 30px;
	}

	.speaker-list li {
		height: 280px;
		width: 100%;
	}

	.speaker-tabs li,
	.agenda-tabs li {
		width: 50%;
		/* height: 64px; */
		line-height: 22px;
		padding: 10px 14px;
		font-size: 18px;
	}

	.speaker-tabs li span,
	.agenda-tabs li span {
		/* font-size: 16px; */
		padding: 20px 40px 0 0;
	}

	.top-summit {
		padding: 20px;
	}

	.item-con .plan-1-1 {
		padding: 0;
		font-size: 16px;
		margin-right: 48px;
	}

	.plan-3-item .plan-3-left {
		width: 100px;
		padding-left: 0;



	}

	.plan-3-right {
		padding-left: 120px;
		padding-right: 0;
	}

	.plan-3-right .theme {
		width: 100%;
		float: none;
		font-size: 15px;
		padding-right: 0;
	}

	.plan-3-right .plan-3-con {
		width: 100%;
		float: none;
	}

	.plan-3-right .theme {
		margin-bottom: 0;
	}


	.speaker-tabs li {
		width: 50%;
		/* height: 38px; */
		/* border-radius: 38px; */

		margin-right: 0;
		font-size: 15px;
		font-weight: bold;
		padding: 5px 0;
		margin-bottom: 20px;
	}

	.speaker-tabs li:first-child,
	.agenda-tabs li:first-child {
		margin-right: 0;
	}


	.speaker-tabs li.cur::after {
		content: '';
		width: 140px;
		height: 5px;
		background-color: #fc5531;
		position: absolute;
		left: 0;
		bottom: -10px;
	}
}
