.footer {
	margin-top: 0;
}

/* .banner {
	padding-top: 75px;
}
 */

.brief {
	padding-top: 30px;
	background-image: url(../images/intro_bg2.png);
	background-position: center 70%;
	background-repeat: no-repeat;
	background-color: #f7f7ff;
	background-size: 120%;
	padding-bottom: 60px;
	position: relative;
	z-index: 10;
}

.brief-text {
	padding-left: 0;
	    line-height: 28px;
}
.brief-text h4{
	font-weight: 700;
	margin-top: 30px;
}
.toggle_icon {
	height: 24px;
	display: inline-block;
	margin-top: -5px;
}

.as_tit {
	margin-top: 30px;
	/* position: relative; */
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
	background: linear-gradient(90deg, #006aff 10%, rgba(172, 209, 249, 0));
	padding: 6px 10px;
	color: #fff;
	border-radius: 4px;

}

.as_tit:after {
	content: '';
	width: 200px;
	height: 6px;
	/* background: linear-gradient(to left, transparent, #006aff);
	    background: -webkit-linear-gradient(to left, transparent, #006aff); */
	position: absolute;
	left: 0;
	bottom: 0;

}

.speaker {
	position: relative;
	padding-bottom: 80px;
	/* background: url(../images/c_s_bg.png) no-repeat center bottom; */
	background-size: 100% auto;
	background-color: #f5f7fa;
}

.speaker .title {
	color: #333;
}

.speaker .speaker-list {
	/* overflow: hidden; */
	margin-top: 50px;
	display: none;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
	align-content: space-between;

}

.speaker-list li {
	width: calc(25% - 15px);
	margin-right: 15px;
	float: left;
	position: relative;
	height: 290px;
	margin-bottom: 30px;
	/* overflow: hidden; */
	background: #fff;
	padding: 10px 10px 20px 10px;
	text-align: center;
	position: relative;
	top: 0px;
	transition: all 0.5s;
	border-radius: 8px;
	background-image: url(../images/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 i {
	background-image: url(../images/line_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	display: block;
}

.speaker-list i a {
	/* background: url(speaker/weishaojun.png); */
	display: block;
	height: 150px;
	width: 150px;
	margin: 0 auto;
	border: 3px solid #fff;
	border-radius: 100%;
	background-color: #f2f2f2;
}

.zoom_icon {
	height: 30px;
	position: absolute;
	right: 100px;
	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: 130px;
	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: 14px;
	color: #666;
	line-height: 24px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	white-space: pre-line;
}


.dialog-layer {
	display: none;
	position: fixed;
	left: 50%;
	top: 20%;
	width: 60%;
	z-index: 999;
	transform: translateX(-50%);
	margin: 0;
	padding: 0;
	background-color: #fff;
	-webkit-background-clip: content;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
	border-radius: 12px;

	position: fixed;
	display: none;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	z-index: 1050;
	/* margin-left: -300px; */
	color: #333;

	border: 4px solid #009fff;
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

-webkit-@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.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-layer .dialog-close img {
	height: 20px;
	opacity: .6;
	margin-top: -5px;
}

.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: 12px;
	background: url(../images/layer-img.png) no-repeat right bottom;
	background-size: cover;
}

.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: 28px;
}

.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;
}

.sub-banner {
	animation: big 1s ease-out;
	-webkit-animation: big 1s ease-out;
	-moz-animation: big 1s ease-out;
	-o-animation: big 1s ease-out;
	-ms-animation: big 1s ease-out;
	overflow: hidden;
}

@keyframes big {
	from {
		transform: scale(1.2);
	}

	to {
		transform: scale(1);
	}
}

@-webkit-keyframes big {
	from {
		transform: scale(1.2);
	}

	to {
		transform: scale(1);
	}
}

.title {
	position: relative;
	font-size: 38px !important;
}
.s_title{
	font-size: 30px!important;
}
.title img {
	height: 60px;
}

/* .speaker .title{
	border-bottom: 2px solid;
	    padding-bottom: 30px;
	    margin-top: 10px;
	    border-image: linear-gradient(-45deg, #40d6ff 10%, #006aff) 1 1;
} */
/* 议程 */
.agenda {
	margin-top: -60px;
	/* padding-top:40px; */
	overflow: hidden;
}

.agenda-top {
	width: 100%;
	height: 84px;
	background: url(http://annualparty.dtyunxi.com/themes/simpleboot3/public/assets/images/index/agendaTop.png) no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	/* margin-top: 40px; */
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-bottom: 60px;
}

.day-item-am {
	width: 100%;

	border: 2px solid #e3ecfd;
	border-radius: 15px;
	position: relative;
}


.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);
	border-radius: 4px 4px 0 0;
	/* margin-right: 32px; */
	text-align: center;
	/* margin-bottom: 30px; */
}

.day-item .item-con {

	/* box-shadow: -0.05208vw 0.20833vw 0.98958vw -0.15625vw rgb(26 134 192 / 16%); */

	position: relative;

	border: 2px solid #b7d9fc;
	padding: 54px 40px;
	border-radius: 15px;
	margin: 10px;
	background: #fff;
	backdrop-filter: saturate(180%) blur(20px);
	background-image: url(../images/layer-img_a.jpg);
	background-size: 110%;
	background-repeat: no-repeat;
	background-position: 0 bottom;
}

.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 {
	/* margin-bottom: 10px; */
	border-bottom: 1px dashed rgba(109, 116, 150, .3);
	padding-top: 14px;
}

.plan-3-item:hover {
	background-color: rgba(0, 0, 0, .01);
}

.plan-3-item:hover .theme {
	color: #0084d5;

}

.plan-3-item .plan-3-left {
	float: left;
	width: 130px;
	text-align: left;
}

.plan-3-item .plan-3-left .time {
	color: #1760f1;
	font-size: 14px;
	font-weight: bold;
	background: linear-gradient(90deg, rgba(172, 209, 249, .65), rgba(172, 209, 249, 0));
	padding: 4px;
}

.plan-3-right {
	padding-left: 190px;
	padding-right: 25px;
	font-size: 15px;
	font-weight: bold;
}

.plan-3-right .iconfont {
	color: #0084d5;

	/* padding-left: 10px; */
	font-size: 14px;
}

.plan-3-right .theme {
	width: 100%;
	float: left;
	color: #333;
	font-size: 18px;
	/* font-weight: bold; */
	cursor: pointer;
	/* pointer-events: none; */
	padding-right: 40px;
	/* background-image: url(https://gw.alipayobjects.com/mdn/ob_asset/afts/images/A*XFehTK5YVaMAAAAAAAAAAAAAARQnAQ); */
	background-repeat: no-repeat;
	background-position-y: 16px;
	background-size: 115px 6px;
	padding-bottom: 5px;
}

.plan-3-item .theme {
	pointer-events: none;
}

.plan-3-right .plan-3-con {
	font-size: 14px;
	color: #333;
	width: 100%;
	float: right;
	/* pointer-events: none; */
	/* background-image: url(https://gw.alipayobjects.com/mdn/ob_asset/afts/images/A*XFehTK5YVaMAAAAAAAAAAAAAARQnAQ); */
	background-repeat: no-repeat;
	background-position-y: 16px;
	background-size: 115px 6px;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}

.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: 5px;
	font-size: 14px;
	/* white-space: pre; */
	white-space: pre-line;
	color: #666;
	pointer-events: none;
}


.plan-3-item:last-child .plan-3-con li {
	border-bottom: none;
	line-height: 30px;
}

.plan-3-right .plan-3-tit {
	color: #666;
	font-size: 13px;
	line-height: 22px;
	/* min-height: 18px; */
	margin-bottom: 20px;
	display: none;
	text-align: justify;
	font-weight: normal;
}

.day-item-pm {
	/* padding-left: 400px; */
	/* overflow: hidden; */
}

.plan-3-item .plan-3-left {
	position: relative;
	/* padding-left: 30px; */
}

/* .plan-3-item .plan-3-left ::before{
		position: absolute;
		content: '';
	    background: url(../images/circle.png) 0 0 no-repeat;
		width: 16px;
		height: 16px;
		left: -2px;
		top:2px;
	   
} */
.agenda {
	position: relative;
	padding-bottom: 60px;
	position: relative;
	/* background: url(../images/c_s_bg.png) no-repeat center top; */
	background-size: 100% auto;
	background-color: #f5f7fa;
}

.agenda-tab {
	/* margin-bottom: 24px; */
	/* overflow: hidden; */
	height: 70px;
	/* border-radius: 8px 8px 0 0; */
}

.agenda-tab li {
	color: #28375c;
	cursor: pointer;
	float: left;
	padding: 0 14px;
	line-height: 70px;
	background-color: #fff;
	border-top: 1px solid #e1e6ed;
	border-right: 1px solid #e1e6ed;
	border-bottom: 1px solid #d6d6d6;
	width: 33.33%;
	text-align: center;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	font-size: 18px;
	font-weight: bold;

}

.agenda-tab li:first-child {
	border-left: 1px solid #e1e6ed;
}

.agenda-tab li:hover {

	border: 1px solid #0f4dcf;
}

.agenda-tab li.active {
	box-shadow: -0.05208vw 0.20833vw 0.98958vw -0.15625vw rgb(26 134 192 / 20%);

	border: 1px solid #0f4dcf;
	/* border-top: 4px solid #4e64db; */
}

.top-summit .forum-agenda-cnt {
	display: none;
}

.top-summit .forum-agenda-cnt:first-child {
	display: block;
}


.item-con-th {
	/* background-color: #fff; */
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 3px solid #1760f1;
	margin-bottom: 24px;

}

.item-con-th li {
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #0084d5;
}

@media (min-width: 1600px) {
	.dialog-layer {
		width: 860px;
	}


}

@media (max-width: 1600px) {
	.zoom_icon {
		right: 24%;
	}
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
	/* 	.banner {
		padding-top: 50px;
	} */

	.speaker-list li {
		width: calc(33.33% - 15px);
	}

	.plan-3-right .theme {
		width: 100%;

		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.brief {
		padding-top: 10px;
		background-image: url(../images/intro_bg2.png);
		background-position: center bottom;
		background-color: #fff;
	}

	.speaker-detail .s-name {
		margin-bottom: 0;
	}

	.speaker .title {
		padding-left: 0;
	}

	.brief-text .title {
		padding-bottom: 10px;
	}

	.title {
		font-size: 30px !important;
	}

	.agenda .title {
		padding-left: 30px;
	}

	.dialog-layer {
		width: 95%;
	}

	.title img {
		height: 50px !important;
	}

	.speaker-list li {
		width: calc(50% - 10px);
		height: 260px;
		margin: 0 5px;
		margin-bottom: 10px;
		padding: 10px 10px 20px 10px;
	}

	.speaker .speaker-list {
		margin-top: 30px;
	}

	.agenda {
		margin-top: -90px;

	}

	.chaijie_a {
		margin-top: -60px;
	}

	.plan-3-right {
		padding-left: 90px;
		padding-right: 0;
	}

	.plan-3-right .theme {
		padding-right: 0;
	}

	.as_tit {
		margin-top: 0;
	}

	.day-item .item-con {
		padding: 40px 10px;
	}

	.plan-3-item .plan-3-left {
		width: 88px;
	}

	.plan-3-right .plan-3-con li {
		font-size: 14px;
		font-weight: normal;
		line-height: 22px;
	}

	.plan-3-item:last-child .plan-3-right .plan-3-con {
		white-space: normal;
	}

	.speaker-list i a {
		width: 130px;
		height: 130px;
	}
}
