<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bm{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 222;
}
.bminfo{
	position: absolute;
    top: 7%;
    right: 42%;
	width: 350px;
	height: auto;
	background: #fff;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 15px;
}
.bminfo .header{
	width: 100%;
	height: 53px;
	border-radius: 8px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}
.bminfo .header img{
	width: 100%;
	height: 100%;
	border-radius: 8px;
}
.bminfo  .form{
	width: 100%;
	box-sizing: border-box;
	padding: 0px 30px;
	padding-top: 30px;
}
.bminfo  .form label{
	display: block;
	color: #989898;
}
.bminfo  .form input{
	border: none;
	height: 22px;
	font-size: 15px;
	border-bottom: 1px solid #D8D8D8;
}
.bminfo  .form .school,.bminfo  .form .majorxl,.bminfo  .form .namesex,.bminfo  .form .address{
	height: 45px;
	margin-bottom: 15px;
}
.bminfo  .form .school input{
	width: 100%;
	outline: none;
}
.bminfo  .form .majorxl input,.bminfo  .form .namesex input{
	width: 100%;
	outline: none;
}
.bminfo  .form select{
	outline: none;
	width: 100%;
	height: 23px;
	border: none;
	border-bottom: 1px solid #D8D8D8;
}
.bminfo .form .check{
	font-size: 13px;
	margin-bottom: 15px;
}
.bminfo .form .check input[type=checkbox]{
	vertical-align: sub;
}
.bminfo .form .check label{
	color: #989898;
	display: inline-block;
	vertical-align: bottom;
}
.bminfo .form .check a{
	color: #116AAC;
	display: inline-block;
}
.bminfo .form .more{
	margin-bottom: 20px;
	vertical-align: bottom;
}
.bminfo .form .more .line{
	width: 5px;
	height: 15px;
	background: #116AAC;
	border-radius: 5px;
	display: inline-block;
	vertical-align: sub;
}
.bminfo .form .more {
	color: #116AAC;
	font-size: 13px;
	vertical-align: bottom;
	cursor: pointer;
}
.bminfo .form .more .sj{
	font-size: 10px;
	vertical-align: bottom;
	transform: rotate(80deg)
}
.bminfo .form .more .bt{
	color: #989898;
}
.bminfo .btn input{
	height: 40px;
	background: #116AAC;
	outline: none;
	border: none;
	width: 100%;
	border-radius: 8px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
}
.bminfo .form .other{
	display: none;
}
.close{
	position: absolute;
	top: -5px;
	right: -20px;
	cursor: pointer;
}
.close img{
	width: 10px;
	height: 10px;
}</pre></body></html>