.webinarsTitle .fadeInDown a {
	color: #2e2e30;
	text-transform: uppercase;
	line-height: 1.5em;
	font-weight: 500;
}

.registerBackground {
	max-height: 400px;
	background: url('../img/registerbackground.webp');
	background-repeat: no-repeat;
	background-position: right bottom;
}

.registerBackgroundImg {
	width: 85%;
	margin-bottom: 100px;
	border-top-left-radius: 100px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
	border: 20px solid #ffffff;
	box-shadow: 0px 0px 30px #c6e9ff;
}

.webinarsContentBox {
	float: right;
}

.webinarsContent h5,
.webinarsDT h5,
.webinarsDT p,
.previousContent h5 {
	font-weight: 500;
	letter-spacing: 0.5px;
	text-align: justify;
}

.webinarsDescribe {
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 6;
	word-break: break-word;
	overflow-wrap: break-word;
	hyphens: auto;
}

.webinarsDT {
	display: flex;
	align-items: center;
	padding-top: 10px;
}

.webinarsDT p {
	margin: 0px;
}

.registerNowButtonsBox {
	display: flex;
	justify-content: flex-start;
}

.registerNowButtons {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}

.registerNowButtons img {
	width: 180px;
}

.registerNow {
	color: #ffffff;
	position: absolute;
}

.previousContainer {
	padding: 0px 100px;
}

.previousBackground {
	padding: 60px;
}

.previousContent {
	margin: 20px 0px;
	z-index: 999;
}

.previousBackground {
	background: #E5F3FE;
	border-radius: 15px;
}

.previousBackgroundTitle {
	width: 220px;
	height: 110px;
	background: #0085FB;
	color: #ffffff;
	font-weight: 600;
	font-size: 24px;
	position: absolute;
	top: 100px;
	right: -100px;
	border-radius: 25px 0px 25px 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 15px #76c7f9;
}

.colorLumpOne {
	width: 60px;
	height: 55px;
	background: #A8D5FE;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 15px 15px 15px 0px;
}

.colorLumpTwo {
	width: 120px;
	height: 75px;
	background: #CEE8FF;
	position: absolute;
	bottom: 20px;
	right: 30%;
	border-radius: 15px 15px 15px 0px;
}

.colorLumpThree {
	width: 300px;
	height: 50px;
	background: #ffffffad;
	position: absolute;
	bottom: 0px;
	right: 15%;
	border-radius: 15px 15px 0px 0px;
}

/*======== 弹窗 ========*/
.modalOverlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .55);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}

.modalOverlay.webinarsShow {
	opacity: 1;
	visibility: visible;
}

.modalBox {
	background: #fff;
	width: 90%;
	max-width: 600px;
	max-height: 80vh;
	border-radius: 10px;
	padding: 30px;
	position: relative;
	overflow-y: auto;
	box-shadow: 0 5px 25px rgba(0, 0, 0, .2);
}

.modalClose {
	position: absolute;
	right: 12px;
	top: 12px;
	font-size: 22px;
	color: #0085FB;
	cursor: pointer;
	line-height: 1;
}

.webinarsMore {
	text-align: right;
	margin-top: -20px;
	padding-right: 8px;
}

.detailTrigger {
	display: inline-block;
	color: #0085FB;
	cursor: pointer;
	font-size: 14px;
	text-decoration: underline;
}


@media only screen and (max-width: 991px) {
	.registerBackground {
		background-size: 40%;
	}

	.registerBackgroundImg {
		margin-bottom: 30px;
		border-top-left-radius: 40px;
		border-top-right-radius: 15px;
		border-bottom-left-radius: 40px;
		border-bottom-right-radius: 40px;
		border: 10px solid #ffffff;
	}

	.previousContainer {
		padding: 0px 25px;
	}

	.previousBackground {
		padding: 60px 0px;
	}

	.previousBackgroundTitle {
		width: 160px;
		height: 75px;
		background: #0085FB;
		color: #ffffff;
		font-weight: 600;
		font-size: 16px;
		position: absolute;
		top: -35px;
		right: -20px;
		border-radius: 20px 0px 20px 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		box-shadow: 0px 0px 15px #76c7f9;
	}

	.colorLumpOne {
		width: 55px;
		height: 50px;
	}

	.colorLumpTwo {
		width: 100px;
		height: 50px;
		right: 40%;
	}

	.colorLumpThree {
		width: 180px;
		height: 50px;
		right: 0%;
	}

	.webinarsDescribe {
		-webkit-line-clamp: 3;
	}

	.webinarsContent h5,
	.webinarsContent p {
		font-size: 12px !important;
	}

	.previousContent h5 {
		font-size: 12px;
	}

	.webinarsDT h5 {
		font-size: 12px;
	}

	.webinarsDT p {
		font-size: 12px;
	}
}

.xiaoeTechHistoryLink {
	color: #000000;
}

.xiaoeTechLink {
	color: #000000;
}

.dropDownBox {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.dropDown {
	cursor: pointer;
}

.previousContentTwo {
	display: none;
}



/****************************************************/
/***********************内页*************************/
/****************************************************/

.webinarsBackgroundImg {
	display: flex;
}

.webinarsBackgroundPhoneImg {
	display: none;
}

.webinarsBackground {
	background-image: url("../img/webinarsBackground.webp");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 100%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	width: 100%;
}

.webinarsOverlay {
	text-align: left;
	width: 60%;
}

.webinarsHeadding {
	padding: 0px;
	margin: 7% 0px 0px 0px;
}

.webinarsTitle {
	padding-top: 130px;
	padding-bottom: 50px;
	font-weight: 500;
	width: 80%;
	margin: auto;
	text-align: justify;
	text-align-last: center;
}

.webinarsBarner {
	text-align: justify;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.webinarsBarner p {
	width: 80%;
	font-size: 24px;
	line-height: 21px;
	margin-block-start: 10px;
	margin-block-end: 0px;
}

.webinarsBarner ul,
.webinarsBarner ol {
	margin: 0px;
	width: 80%;
}

.webinarsDateTime h5 {
	font-size: 18px;
	font-weight: 500;
}

.webinarsDateTime p {
	font-size: 16px;
	font-weight: 500;
}

.webinarsDateTimeBox {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 20px;
}

.webinarsDateTime {
	width: 80%;
	display: flex;
	align-items: center;
	padding-top: 10px;
}

.webinarsDateTime p {
	margin: 0px;
}

.webinarsContact {
	margin-top: 10%;
	margin-bottom: 10%;
	padding: 70px 80px;
	border-radius: 10px;
	box-shadow: 0px 5px 20px rgb(154 204 255);
	background: #ffffff;
}

.webinarsInputTitle {
	text-align: center;
	font-weight: 400;
	font-size: 30px;
	color: #585858;
	margin-top: 10px;
	margin-bottom: 10px;
}

.webinarsInput .form-control {
	margin-top: 40px;
	border-radius: 10px;
	border: 1px solid #ccc;
}

.webinarsButtonBox {
	display: flex;
	justify-content: center;
}

.webinarsButton {
	margin-top: 50px;
	color: #ffffff;
	padding: 0px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.webinarsSubmitText {
	position: absolute;
	color: #ffffff;
}

.webinarsFragmentBox {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.webinarsFragment {
	margin-top: 50px;
}

.webinarsFragmentTitle {
	text-align: center;
	font-weight: 500;
	font-size: 36px;
}

.webinarsFragmentContent {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.btn-group>.btn:first-child {
	border-radius: 10px;
	background: #ffffff;
	border: 1px solid #ccc;
}

@media only screen and (min-width: 991px) {
	.webinarsContainer {
		width: 100%;
		padding: 0px;
	}
}

@media only screen and (min-width: 1500px) {
	.webinarsOverlay {
		width: 1150px;
	}
}

@media only screen and (min-width: 1921px) {
	.webinarsContainer {
		width: 1670px;
	}
}

@media only screen and (max-width: 1500px) {
	.webinarsTitle {
		font-size: 36px;
	}

	.webinarsContact {
		margin-top: 10%;
		padding: 40px;
	}

	.webinarsBarner p {
		width: 100%;
		font-size: 18px;
	}

	.webinarsBarner ul,
	.webinarsBarner ol {
		width: 100%;
	}

	.webinarsDateTime {
		width: 100%;
	}

	.webinarsFragmentTitle {
		font-size: 28px;
	}

	.webinarsInput .form-control {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 991px) {
	.webinarsBackgroundPhoneImg {
		display: flex;
	}

	.webinarsBackgroundImg {
		display: none;
	}

	.webinarsContainer {
		padding: 0px;
	}

	.webinarsOverlay {
		width: 95%;
	}

	.webinarsButton {
		margin-top: 0px;
		margin-bottom: 20px;
	}

	.webinarsFragment {
		padding: 0px 15px;
	}
}

@media only screen and (max-width: 530px) {
	.webinarsTitle {
		padding-top: 65px;
		padding-bottom: 25px;
		font-size: 24px;
	}

	.webinarsContact {
		margin-top: 10%;
		padding: 10px;
	}

	.webinarsBarner p {
		font-size: 14px;
	}

	.webinarsFragmentTitle {
		font-size: 24px;
	}

	.webinarsFragment {
		font-size: 14px;
	}
}