.popup,.popup_black{
	display: none;
}
/* 弹出框相关样式====================== */
.popup,.popup_black,.popup_container{
	z-index: 999;
	
}
.popup_container{
	background: rgba(0, 0, 0, .7);
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
}
.popup{
	position: fixed;
	border-radius: 10px;
	background: #fff;
	padding: 20px;
	min-width: 280px;
	box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
	transition: top .5s;
}
.fa-close:before{
    content: "\f00d";
  }
.fa-close{
	font-size: 20px;
	color: #999;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.popup h3{
	font-size: 16px;
	color: #333;
}

.popup h3 i{
	padding-right: 5px;
}

.popup .popup_btn{
	padding-top: 20px;
	border-top: solid #ddd 1px;
}

.popup .popup_btn .btn{
	font-size: 14px;
	color:#fff;
	border-radius: 8px;
	background: #0480d7;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
}

.popup .popup_btn .btn_cancle{
	color: #333;
	background: #f3f3f4;
}

.popup .popup_btn .btn_cancle:hover{
	background: #eee;
}

.popup .popup_content{
	padding: 15px 0;
}
.right{
	float: right;
}
/* 弹出框相关样式-END====================== */

/* .sys_btn{
    margin: 0 20px;
    border-width: 1px;
    border-color: #56b0e8;
    border-style: solid;
    border-radius: 10px;
 background:rgba(255,255,255,.45);
    box-shadow: 0px 3px 10px 0px rgba(3, 86, 171, 0.06);
 
    width:300px;
    height: 102px;
    text-align: center;
    color: #0480d7;

}

.sys_btn b{
font-size: 25px;
display: block;
margin-top: 16px;
margin-bottom: 6px;
}

.sys_btn span{
font-size: 18px;
}

.sys_btn div{
    width: 100%;
}
.sys_btn div a{
    text-align: center;
} */

/* 入口弹窗相关=========*/
.sys_entrance3{
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
}

.sys_entrance2{
	width: 800px;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
}

.sys_entrance1{
	width: 400px;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
}

.sys_entrance3 a{
	border-radius: 10px;
	margin: 10px;
	height: 90px;
	background: #e5f2fb;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	color: #0480d7;
	padding: 0 20px;
	width: calc(33.3333% - 20px);
}

.sys_entrance2 a{
	border-radius: 10px;
	margin: 10px;
	height: 90px;
	background: #e5f2fb;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	color: #0480d7;
	padding: 0 20px;
	width: calc(50% - 20px);
}

.sys_entrance1 a{
	border-radius: 10px;
	margin: 10px;
	height: 90px;
	background: #e5f2fb;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	color: #0480d7;
	padding: 0 20px;
	width: calc(100% - 20px);
}

.sys_entrance3 a:hover{
	background: #cde6f7;
	color: #0480d7;
}

.sys_entrance2 a:hover{
	background: #cde6f7;
	color: #0480d7;
}

.sys_entrance1 a:hover{
	background: #cde6f7;
	color: #0480d7;
}
/* 入口弹窗相关-END=========*/

.layui-layer-lan .layui-layer-title {
    background: #008EFF!important;
    color: #FFFFFF!important;
}

@media only screen and (max-width : 750px){
	.sys_entrance3{
		width: 100%;
	}

	.sys_entrance2{
		width: 100%;
	}

	.sys_entrance1{
		width: 100%;
	}
	.sys_entrance3 a{
		width: 100%;
	}

	.sys_entrance2 a{
		width: 100%;
	}

	.sys_entrance1 a{
		width: 100%;
	}
}