.alert {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .4);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
}

.alert_wrap {
	position: relative;
	width: 440px;
	max-height: 80%;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 16px;
	overflow: hidden;
}

.alert_close {
	position: absolute;
	top: 24px;
	right: 20px;
	color: #999;
	font-size: 24px;
	cursor: pointer;
}

.alert_title {
	padding: 20px 20px 0;
	max-width: calc(100% - 30px);
	font-size: 24px;
	line-height: 32px;
	color: #02021d;
	box-sizing: border-box;
	display: flex;
}

.alert_title .icon-success {
	background-color: rgb(21, 186, 108);
	color: #fff;
	border-radius: 12px;
	margin-right: 8px;
}

.alert_type {
	padding: 12px 20px 0;
	color: #335bff;
	font-size: 16px;
}

.alert_content {
	padding: 20px;
	color: #02021d;
	line-height: 22px;
	max-height: 400px;
	overflow-y: auto;
	white-space: pre-line;
}

.alert_btn {
	position: relative;
	padding: 21px 20px 20px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.alert_btn::before {
	content: "";
	width: calc(100% - 40px);
	height: 1px;
	background-color: #F3F3F3;
	position: absolute;
	top: 0;
	left: 20px;
}

.alert_btn>div {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 16px;
	position: relative;
	border-radius: 8px;
	cursor: pointer;
	box-sizing: border-box;
	transition: all .6s ease;
}

.alert_btn>div:hover {
	opacity: .7;
}

.alert_btn>div+div {
	margin-left: 10px;
}

.alert_btn_close::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid #E7E9EE;
	box-sizing: border-box;
	border-radius: 8px;
}

.alert_btn_confirm {
	background-color: #335bff;
	color: #fff;
}

.subcribe .alert_btn_confirm {
	width: 164px;
}

.disable .alert_btn_confirm {
	background-color: #d5e3fe;
	opacity: 1 !important;
	cursor: auto;
}

.alert_email {
	padding: 20px;
	background-color: #f5f5f5;
	font-size: 12px;
	color: #999;
	line-height: 18px;
	font-family: "Sans";
}

.alert_email a {
	color: #335bff;
	transition: all .6s ease;
}

.alert_content_privacy a,
.alert_content_privacy_agree a {
	color: #335bff;
	font-style: italic;
	transition: all .6s ease;
}

.alert_email a:hover,
.alert_content_privacy a:hover,
.alert_content_privacy_agree a:hover {
	opacity: .6;
}

.alert_content_email {
	width: 100%;
	box-sizing: border-box;
	padding: 12px;
	border: 1px solid #E7E9EE;
	border-radius: 8px;
}

.alert_content+.email {
	padding-top: 0;
}

.alert_content+.email::before {
	display: none;
}

.alert_btn .alert_content_privacy_agree {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

.alert_content_privacy_agree>div {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	background-color: #E6E7EA;
	border-radius: 4px;
	transition: all .6s ease;
}

.alert_content_privacy_agree i {
	color: #fff;
	font-size: 16px;
}

.alert_content_privacy_agree text {
	color: #02021d;
	flex: 1;
}

.alert_content_privacy_agree a {
	color: #335bff;
}

.alert_content_privacy_agree.checked>div {
	background-color: #274DFB;
}



.speakers .alert_wrap {
	padding: 12px;
}

.speakers .alert_close {
	right: 32px;
	top: 32px;
}

.speakers .alert_content {
	padding: 0 20px;
	margin: 20px 0;
	/* line-height: 2.1; */
	line-height: 1.6;

}

.alert_content em {
	font-style: italic !important;
	font-weight: inherit;
	font-family: inherit;
}

.speakers .alert_content p {
	padding-bottom: 20px;
}

.speakers .alert_content p:last-child {
	padding-bottom: 0px;

}


.alert_btn.agree {
	justify-content: space-between;
	flex-flow: row-reverse;
}



/* alert_video start */
.alert_video .alert_wrap {
	max-height: none;
}

.alert_video .alert_content {
	/* max-height: 500px; */
	max-height: none;
	white-space: normal;
	padding-top: 18px;
}

.alert_video .alert_content video {
	width: 100%;
	height: 100%;
}

.alert_video .alert_title {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	line-height: 28px;
}

.alert_video .alert_type {
	font-size: 16px;
	font-weight: 600;
	color: #274DFB;
	line-height: 26px;
	padding-top: 8px;
}

.alert_video .alert_type em {
	font-family: "Roboto-Regular";
}

.alert_url {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 18px;
	background-color: #02021D;
}

.alert_url>div {
	position: absolute;
	top: 0;
}

.alert_url video {
	position: absolute;
	top: 0
}

.youtube_iframe {
	/* display: block; */
	/* position: relative; */
	width: 100%;
	height: 100%;
	/* padding-top: 56.25%; */
}

.youtube_iframe iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
/* alert_video end */



.YiJia_message {
	width: 100%;
	position: fixed;
	top: 30px;
	left: 50%;
	color: #666;
	z-index: 99999999;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	display: flex;
	justify-content: center;
}

.YiJia_message .YiJia_message_main {
	max-width: 80%;
	min-width: 200px;
	display: flex;
	color: #fff;
	font-size: 14px;
	align-items: center;
	text-align: center;
	box-shadow: 0 2px 4px rgb(0 0 0 / 12%), 0 0 6px rgb(0 0 0 / 4%);
	padding: 10px;
	border-radius: 8px;
	overflow: hidden;
}

.YiJia_message .YiJia_bg_success {
	background: #4AC396;
}

.YiJia_message .YiJia_bg_warning {
	background: #FF8200;
}

.YiJia_message .YiJia_bg_error {
	background: #ED7979;
}

.YiJia_message .YiJia_bg_default {
	background: #0D53FB;
}

.YiJia_message .YiJia_content {
	flex: 1;
	padding-left: 11px;
}

.YiJia_message.messageFadeInDown {
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: messageFadeInDown;
	animation-name: messageFadeInDown;
}

.YiJia_message.messageFadeOutUp {
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: messageFadeOutUp;
	animation-name: messageFadeOutUp;
}

@keyframes messageFadeOutUp {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -100%);
		transform: translate(-50%, -100%);
	}
}

@keyframes messageFadeInDown {
	0% {
		-webkit-transform: translate(-50%, -100%);
		transform: translate(-50%, -100%);
	}

	100% {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}






@media screen and (max-width: 1024px) {
	.alert_wrap {
		width: 85%;
		max-width: 85%;
		border-radius: 8px;
		max-height: 90vh;
	}

	.alert_title {
		font-size: 20px;
		line-height: 24px;
	}

	.alert_content {
		max-height: 50vh;
	}

	.alert_btn {
		flex-flow: column-reverse !important;
	}

	.alert_btn>div:hover {
		opacity: 1;
	}

	.alert_btn>div {
		width: 100%;
		padding: 8px 12px;
		font-size: 13px;
	}

	.alert_btn>div+div {
		margin-left: 0;
		margin-bottom: 10px;
	}

	.alert_btn .alert_content_privacy_agree {
		margin-bottom: 20px;
	}

	.subcribe .alert_btn_confirm {
		width: 100%;
	}

	.alert_close {
		top: 20px;
	}

	.amp-default-skin .vjs-control-bar .amp-controlbaricons-middle {
		min-width: none !important;
	}

	.alert_video .alert_type {
		line-height: 24px;
	}

}

@media screen and (max-width: 590px) {

	.bold_list_img {
		height: 310px;
	}

	.alert_video .alert_wrap {
		max-width: 90%;
		width: 90% !important;
	}

	.alert_video .alert_content {
		/* max-height: 50vh; */
		padding-top: 16px;
	}

}

@media screen and (max-width: 375px) {
	.alert_wrap {
		padding: 0 !important;
	}

	.alert_btn>div {
		padding: 8px 12px;
		font-size: 13px;
	}

	.alert_email {
		padding: 14px;
	}

	.alert_close {
		top: 14px !important;
		right: 14px !important;
	}

	.alert_title {
		padding: 14px 20px 0 14px;
	}

	.alert_content {
		padding: 14px;
	}

	.speakers .alert_content {
		padding: 0 14px;
		margin: 14px 0;
	}

	.alert_btn {
		padding: 15px 14px 14px;
	}

	.alert_type {
		padding-left: 14px;
		padding-right: 14px;
	}

	.alert_btn::before {
		width: calc(100% - 28px);
		left: 14px;
	}

	.alert_content_email {
		font-size: 13px;
	}
}

@media screen and (max-width: 350px) {
	.alert_wrap {
		width: 90%;
		max-width: 90%;
	}

	.alert_btn>div {
		padding: 8px 6px;
		font-size: 12px;
	}

	.alert_content_email {
		font-size: 12px;
	}
}