.container {
	background-color: #f7f7f7;
}

.banner {
	font-size: 0;
}

.banner img {
	width: 100%;
}

.div {
	background-color: #ffffff;
	margin: 10px 10px 0;
	padding: 10px;
	box-shadow: 0 0 10px solid #ededed;
	border-radius: 5px;
}

.div>div.box4:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.box1 {
	border-bottom: 1px dashed #ededed;
	color: #434343;
}

.box1>div {
	margin: 5px 0;
}

.box2 {
	display: flex;
	align-items: center;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #434343;
}

.box2>div {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.box2>div .time {
	width: 30px;
	height: 30px;
	background-color: #1d8cef;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
	font-weight: bold;
	color: #ffffff;
}

.box3 {
	color: #434343;
	margin-top: 10px;
}

.box3:last-child {
	border-bottom: none;
	padding-bottom: 5px;
}

.box3.title {
	text-align: center;
	font-weight: bold;
	margin-top: 0;
}

.box4 {
	border-bottom: 1px dashed #ededed;
	padding: 10px 0;
	color: #434343;
}

.content {
	flex: 1;
	overflow-y: auto;
	padding: 0 10px;
	background: #fff;
	margin-top: 12px;
}

.icon-box {
	display: flex;
	padding: 10px 0;
	background-color: #ffffff;
}

.icon-box>div {
	flex: 1;
	display: flex;
	justify-content: center;
}

.icon-box>div a {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.icon-box>div a img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.icon-box>div a span {
	color: #434343;
	margin-top: 6px;
}

.footer {
	display: flex;
	padding: 15px 10px;
}

.footer>button.exam {
	flex: 1;
	border-radius: 30px;
	border: none;
	background: linear-gradient(to bottom, #8ecaff, #1d8cef);
	color: #ffffff;
}

.footer>button.query {
	border: none;
	margin: 0 20px 0 10px;
	background-color: transparent;
	color: #ff7113;
	font-weight: bold;
}

.title {
	padding: 10px 0;
	position: relative;
}

.title>span {
	color: #037c4f;
	padding: 5px 15px;
	font-weight: bold;
}

.box {
	padding: 0 15px;
	margin-bottom: 15px;
	color: #666;
	display: flex;
}

.box>span {
	flex: 1;
}

.box::before {
	content: "";
	background-color: #037c4f;
	border-radius: 50%;
	margin-right: 8px;
}

@media screen and (max-width:600px) {
	.footer>button {
		height: 10vw;
	}

	.box::before {
		width: 1vw;
		height: 1vw;
		margin-top: 2.5vw;
	}
}

@media screen and (min-width:600px) {
	.footer {
		height: 45px;
	}
	.box::before {
		width: 5px;
		height: 5px;
		margin-top: 10px;
	}
}