* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
/*  body{
	background-color: #f0efef;
} */ 

html {
	font-size: 100px;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}
.container{
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #d6eafb;
}
.banner{
	position: relative;
}
.banner img{
	width:100%;
}
.dep {
    display: flex;
    align-items: center;
    background: #ffffff;
	padding: 10px 15px;
    border-bottom: 1px solid #ededed;
}
.dep span{
/* 	color: #fff;
    font-size: 100%;
    padding: 0px 10px; */
}
.dep .selectBox{
	flex: 1;
}
.dep .selectBox select{
	border: none;
	outline: none; 
	width: 100%;
	background: transparent;
    margin-left: 10px;
}
.selectBox input{
	font-size: 14px;
    color: #5D5D5D;
    flex: 1;
    border:none;
	border-radius: 5px;
}
.selectBox input::placeholder{
	/* color: #ffffff; */
}
.dep .layui-input{
	background-color: rgba(255,255,255,0.6);
	color: #fff;
	height: 35px;
}
.dep .layui-form-select .layui-edge{
	border-top-color:#fff;
}
.icon_box{
	flex:1;
	overflow:auto;
}
.container .xiao_shou {
    background-color: #fff;
    padding: 0 0px 20px;
    margin: 10px;
    border-radius: 10px;
}
.container .xiao_shou:last-child{
	border-bottom:none;
}
.container .xiao_shou::after{
	content:"";
	display:block;
	clear:both;
}
.xiao_shou .tit {
    padding: 10px 15px 0;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.xiao_shou img {
	width: 30px;
    height: 30px;
}
.xiao_shou i.iconfont{
	font-size:40px;
}
.xiao_shou li {
	width: 25%;
	float: left;
	margin-top: 20px;
}
.xiao_shou li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

.xiao_shou li span {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

.xiao_shou li p {
    color: #434343;
    padding-top: 5px;
	white-space: nowrap;
    overflow: hidden;
}
.tk {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    border: 1px solid #C0C0C0;
    background-color: #fff;
    z-index: 1;
    border-radius: 3px;
    overflow: hidden;
}
.exam{
	margin:10px 2%;
}
.exam img{
	width:100%;
	border-radius: 3px;
}
@media screen and (max-width:600px) {
	.container{
		width: 100%;
	}
	*{
		font-size:3.6vw;
	}
}

@media screen and (min-width:600px) {
	.container {
		width: 600px;
		margin: 0 auto;
	}
	*{
		font-size:18px;
	}
	body{
		background: #edf2fa;
	}
}