*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body,
html {
	display: block;
	min-height: 100%;
}

body {
	margin: 0;
	width: 100%;
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
	background-color: rgb(51, 103, 214);
}

ul,
ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	color: currentColor;
	text-decoration: none !important;
}

.bypc-expired {
	float: left;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	padding: 0 3%;
	width: 100%;
}

.bypc-expired .bypc-expired-content {
	float: left;
	display: block;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	text-align: center;
}

.bypc-expired .bypc-expired-content::after {
	float: left;
	display: inline;
	content: "";
	bottom: 0;
	left: 50%;
	margin-left: -25%;
	position: absolute;
	width: 50%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.1);
}

.bypc-expired .bypc-expired-content .title {
	float: left;
	display: block;
	width: 100%;
	font-size: 26px;
	line-height: 40px;
	letter-spacing: 1px;
	color: #FFF100;
	text-align: center;
}

.bypc-expired .bypc-expired-content .title h3 {
	float: left;
	display: block;
	margin-top: 0;
	margin-bottom: 20px;
	width: 100%;
	font-size: 30px;
	font-weight: 600;
	color: #FFF100;
}

.bypc-expired .bypc-expired-content .link {
	float: left;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
	font-size: 30px;
	line-height: 60px;
	letter-spacing: 1px;
	color: #FFF;
	text-align: center;
}

.bypc-expired .bypc-expired-content .link font {
	font-size: 26px;
}

.bypc-expired-recommend {
	float: left;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
	width: 100%;
	max-width: 900px;
}

.bypc-expired-recommend .header {
	float: left;
	display: block;
	position: relative;
	padding: 10px 0 10px 25px;
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 1px;
	background-color: #FFF;
}

.bypc-expired-recommend .header::before {
	float: left;
	display: inline;
	content: "";
	top: 12px;
	left: 10px;
	position: absolute;
	width: 5px;
	height: 22px;
	background-color: #EE0000;
}

@media screen and (max-width: 680px) {
	.bypc-expired-content {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
		padding-bottom: 0 !important;
		background-color: rgba(255, 255, 255, 0.1);
		border: 0.1rem solid rgba(255, 255, 255, 0.15);
	}
	.bypc-expired-content::after {
		display: none;
	}
	.bypc-expired-content .company .contact a,
	.bypc-expired-content .link a {
		display: block;
		margin: 0 !important;
	}
}