@charset "UTF-8";
body{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}
*{
	margin:0;
	padding:0;
	text-decoration: none;
  font-family: Arial;

}

.results a:active {
        background-color: #f2f2f2;
        color: #1f1f1f;
        border-left: 5px solid #ff0d00;

}

.background{
	position: absolute;
    width: 100%;
    height: 100%;
    background-size:cover;
    background-position: 50% center;
    z-index:0;
    /*filter:grayscale(70%);*/
}

.mask{
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: rgba(55,55,55,0.1);
}

.main_content_pannel{
	width:100vw;
	height:calc(100vh - 40px);
	display: flex;
	flex-direction: column;
  justify-content: center;
	align-items: center;
	/*filter:grayscale(70%);*/
}

.footer_box{
	height:40px;
	width:100vw;
	background-color:#333;
	text-align:center;
	line-height:40px;
	font-size:10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.results{
	position: absolute;
	padding: 10px 0;
	width:600px;
	top: 70px;
	background-color: #ccc;
	border-radius:0 0 10px 10px;
	background-color:rgba(255,255,255);
	border-top: 1px solid #ccc;
	box-shadow: 0 15px 15px 0 rgba(32, 33, 36, .38);
}


.results a{
	display: block;
	font-size:16px;
	height: 36px;
	padding: 0 20px;
	line-height: 36px;
	cursor: pointer;
	border-left: 5px solid white;
	color: #464646;

}


.results a:hover {
	background-color: #f2f2f2;
	color: #1f1f1f;
	border-left: 5px solid #ff0d00;
}

.footer_box a{
	color:#666666;
	margin:0 5px;
}

.search_combo{
	height:70px;
	width:600px;
	box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
	background-color:rgba(255,255,255);
	display: flex;
  align-items: center;
  transition: background .3s;
	position: relative;
}

.solid{
	background-color:rgba(255,255,255,0.6);
}

.search_combo input{
	height:75px;
	width:calc(600px - 115px);
	font-size:22px;
	margin-left:5px;
	border: none; 
	outline: none;
	padding:0 20px;
	background:none;
	color:#343434;
	/*text-shadow:1px 1px 1px #9c9c9c;*/
}

.search_btn{
	height:60px;
	width:60px;
	border-radius:50%;
	margin-left:2px;
	cursor:pointer;
	background-image:url(../images/search_btn.png);
	background-size:45%;
	background-repeat:no-repeat;
	background-position:center;
	transition: background-color .2s;
}

.search_combo_On {
	border-radius: 10px 10px 0 0;
}

.search_combo_Off {
	border-radius: 40px;
}

.result_show {
	display: block;
}

.result_hide {
	display: none;
}

.search_btn_hover{
	background-color:#fff;
}

.search_btn:hover{
	background-color:#fff;
}
.search_btn:active{
	background-color:#fff;
}

.linkItem_box{
	min-width:560px;
	margin:50px 60px 0;
	display: table;
	transition:all .1s;
}

.linkItem{
	margin:5px 10px;
	display:inline-block;
	vertical-align:top;
	height:135px;
	width:108px;
	padding:5px;
	cursor:pointer;
	border-radius:5px;
  border: 1px solid transparent;
	transition:all .2s ;
}

.linkItem:hover{
	box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
	background-color:rgba(255,255,255,0.2);
  border: 1px solid #ffffff26;
}


.link_img{
	width:65px;
	height:65px;
	border-radius:65px;
	background-color:#fff;
	margin:5px auto;
}

.link_title{
	text-align:center;
	font-size:14px;
	color:#fff;
	height:60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-shadow: 1px 1px 1px #000;
}

.bgfilter {
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

#beian_logo {
  width: 15px;
  height: 16px;
  margin-right: 0px;
  background-size: cover;
  background-image: url(../images/beian.png);
}

