[v-cloak] {
	display: none
}

.nav-pills {
	border-radius: 0px;
	background-color: white;
	margin-top: 5px;
	text-align: center;
}

a:hover {
	color: white;
	text-decoration: initial;
}

.schoolbox {
	width: 100%;
	height: 11.21vh;
	background: url(../img/schoolbg.jpg) no-repeat;
	background-size: 100% 100%;
}
#list1>li:last-child{
	/* width: 94px; */
}
#list1>li {
	color: #828282;
	background-color: #EAEAEA;
	margin: 0 10px;
	height: 25px;
	/* width: 76px; */
	font-size: 14px;
	line-height: 25px;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 10px;
	    padding: 0 25px;
}

#list1 .active1 {
	background-color: #4387FF;
	color: white;
	transition: 0.5s;
}

#p1 {
	margin-bottom: 20px;
}

#p1>li {
	border-radius: 5px;
	color: #828282;
	background-color: white;
	border: 1px solid #828282;
	margin: 0 10px;
	margin-top: 10px;
	height: 25px;
	width: 78px;
	font-size: 14px;
	line-height: 25px;
	cursor: pointer;
}

#p1 .active2 {
	background-color: #E6F7FF;
	color: #4387FF;
	border: 1px solid #4387FF;
	transition: 0.5s;
}

.navbar {
	background-color: #ffffff;
	border-top-color: light-dark;
	border-bottom-color: light-dark;
	border-left-style: none;
	border-right-style: none;
	border-radius: 0px;
	line-height: 50px;
	margin: 0;
}

.navbar-default .navbar-nav>li {
	color: #000000;
	margin-left: 25px;
	margin-right: 25px;
	font-weight: bold;
	cursor: pointer;
}

.gzjtc {
	position: absolute;
	top: 158px;
	z-index: 999;
	display: block;
	color: white;
	right: 18px;
}

@media (min-width: 768px) {
	.navbar-default .navbar-nav>li {
		margin: 0 6px;
	}

	.gzjtc {
		top: 100px;
	}
}

@media (min-width: 992px) {
	.navbar-default .navbar-nav>li {
		margin: 0 17px;
	}

	.gzjtc {
		top: 130px;
	}
}

@media (min-width: 1200px) {
	.navbar-default .navbar-nav>li {
		margin: 0 26px;
	}

	.gzjtc {
		top: 158px;
	}
}

.navbar-default .navbar-nav .active3 {
	border-bottom: 2px solid #4387FF;
	color: #4387FF;
	background-color: white;
}

.col-md-2 .nav-stacked>li {
	/* background-color: #4387FF; */
	color: white;
	padding: 20px 0;
	cursor: pointer;
	margin: 0;
	font-weight: bold;
}

.col-md-2 .nav-stacked>li::before {
	content: '';
	position: absolute;
	border-left: 4px solid #2979ff;
	height: 35%;
	width: 50px;
	left: 0;
}

.col-md-2 .nav-stacked {
	background-color: #4387FF;
	height: 535px;
	overflow-y: auto;
}

.col-md-2 .nav-stacked::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 3px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.col-md-2 .nav-stacked::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 3px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #535353;
}

.col-md-2 .nav-stacked::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	background: #ededed;
}

.col-md-2 .nav-stacked .active4 {
	background-color: white;
	color: #4387FF;
	transition: 0.5s;
}

.col-md-2 {
	border-top-style: none;
	border-bottom-style: none;
	border-radius: 0px;
	text-align: center;
	margin: 0 -15px;
}

/* .popup {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
} */
.wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.block {
	width: 320px;
	height: 320px;
	background-color: #fff;
	border-radius: 20px;
}

#kej {
	line-height: 20px;
	margin-left: 2.5%;
	padding-right: 0;
	height: 535px;
	overflow-y: auto;
}

#kej::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 3px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

#kej::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 3px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #535353;
}

#kej::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	background: #ededed;
}

.b {
	border: 0px solid #E6F7FF;
	border-radius: 20px;
	background-color: #E6F7FF;
	color: #4387FF;
	width: 70px;
	margin-right: 20px;
	font-size: 10px;
}

.display_none {
	display: none
}

#navbardrop {
	color: #4387FF;
	font-size: 14px;
	border-bottom: none;
	cursor: pointer;
}

.win {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 999;
	display: none;
}

.win1 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 350px;
	height: 350px;
	margin: auto;
	background-color: white;
}

#btn1 {
	margin-top: 15px;
	margin-left: 70px;
	background-color: #4387FF;
	color: white;
	width: 200px;
	height: 40px;
	border-radius: 2px;
}

#btn2 {
	margin-top: 20px;
	margin-left: 70px;
	background-color: #4387FF;
	color: white;
	width: 200px;
	height: 40px;
	border-radius: 2px;
}

#p3 {
	width: 100px;
	height: 100px;
	margin-top: 25px;
	margin-left: 120px;
}

#p4 {
	position: absolute;
	margin-top: 5px;
	margin-left: 300px;
	width: 40px;
	height: 40px;
}

.link {
	font-weight: normal;
	cursor: pointer;
	margin: 30px;
	list-style: none;
}

.link::before {
	content: "●";
	color: #007AFF;
	font-size: 16px;
	margin-right: 12px;
}

.footers {
	height: 58px;
	background-color: #E6F7FF;
}

.footers span {
	display: block;
	text-align: center;
	line-height: 58px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #6883b4;
}
