body, h1, h2, h3, h4, h5, h6 {
	font-family: "Microsoft YaHei","Hiragino Sans GB","STHeiti","Heiti SC" ! important;

}
html{
	background-color:#fff;

}
:root {
	--theme: var(--theme);
}
.logo{
	width:130px;	
}

.fontshrink{-webkit-text-size-adjust:none;-webkit-transform:scale(0.7);-o-transform:scale(1); display:inline-block}
.subheading{
	display:inline;
	vertical-align:text-bottom;
	color:#999;
	font-size:12px;
}
.webpanel{
	margin:20px 0px 0px 0px;
	text-align:center;
	padding:6px;
	background-color:#999;	
}
.webpanel img{
	
}

.webpanel h4{
	/* margin:6px 3px 3px 3px; */
	font-weight:bold;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
		
}
.webpanel p{
	margin:3px 8px;
	color:#999;
	font-size:12px;
	word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
}

.uk-panel-hover{
	background-color:#fff;
	border:1px solid #f1f1f1;
}
.uk-panel-hover:hover{
	background-color:#fff;
	border:1px solid var(--theme);
}
.swithbtn{

}
.uk-badge-notification{
	box-sizing: border-box;
    min-width: 18px;
    border-radius: 500px;
    font-size: 12px;
    line-height: 14px;
}
.uk-grid{
	
	
}
.right-side{
	position:fixed;
	top:94px;
	right:2%;
	width:64px;
	text-align:center;
	padding:0px;
	font-size:12px;
	z-index:999;
}
.right-nav{
	border-radius: 4px;
	background-color:#fff;	
	
	padding:12px 0px;
	border:1px solid #f1f1f1;
	
}

.ad-panel{
	margin:12px 0px 0px 0px;	
}
.ad-panel h3{
	color:#999;
	font-size:14px;
}
.ad-panel h5{
	color:#333;
	font-size:16px;
}
.ad-panel p{
	margin:3px 0px 0px 0px;	
	color:#999;
	font-size:12px;
}
.uk-grid-divider:empty{
	margin-top: 12px;
}
.kecheng-pic{
	border-radius:4px;
}
.zanzhu{
  float:right;
  padding:8px;
  width:270px;
  height:10px;
  text-align:right;
  font-size:12px;
  color:#999; 

}

.zanzhu:hover{
  color:#d32; 

}

.zanzhu img{
	display:none;
}
.zanzhu:hover img{
	border-style: solid;
	background-color:#fff;
	border-width: 1px;
	border-color:#f1f1f1ddd;
	display:block;
	position: relative;
	border-radius:4px;
	z-index:111;
}
a{
	color:#333;
}
a:-webkit-any-link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.nav{
	width:100%;
	top:0px;
	margin-top:0px;
	padding:10px 20px 10px 20px;
	background-color:#fff;
	border-bottom:1px solid #f1f1f1;
	
}

.nav p{
	display:inline;
	color:var(--theme);
	margin:0px 8px;	
	font-size:14px;
}
.nav img{
	width:36px;height:36px;
}
.nav-active,.nav p:hover{
	border-bottom-style:double;
	border-width:1px;
	border-color:var(--theme);
	border-bottom-color:white;
}
.footer{
	background-image:url('../images/footer-bg.png');
	width:100%;height:120px;text-align:center;margin:0px;padding:0px;bottom:0px;z-index:999;
}
.xiaotu img{
	float:left;width:36px;height:36px;border-radius: 4px;
}

.xiaotu h4{
	width: 100%;
	/* margin-left:5px;
	margin-top:8px; */
	float:left;
	font-size: 14px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

span{
	margin-right:4px;
}


.designicon{
	position:fixed;
	
	right:0px;
	width:80px;
	text-align:center;
	padding:0px;
	
}
.webpanel {
	width:95%;
	margin:20px 0px 0px 0px;
	text-align:center;
	padding:6px;
	background-color:#fff;
}
.zixun{
	background-color:#fff;
	margin-top:12px;
	padding:10px 28px;
}
.zixun:hover{
	background-color:#fafafa;
}
.uk-navbar-nav:hover{
	color:#ffffff;
}





.ahover{
	color:var(--theme);
	padding:2px 4px;
}
.ahover:hover{
	background-color:var(--theme);
	color:#ffffff;
	padding:2px 4px;
}
.ahover2{
	color:var(--theme);
	padding:2px 4px;
}
.ahover2:hover{
	color:var(--theme);
}
.aspan{
	color:#999;
	font-size:12px;
	border: 1px solid #f1f1f1;
	padding:2px 4px;
	margin:0px 2px;
	border-radius:2px;
	
}
.aspan:hover{
	color:var(--theme);
	font-size:12px;
	border: 1px solid var(--theme);
	padding:2px 4px;
}
.juzhong{

}
.uk-subnav{
	padding-left:5px;
}
.uk-subnav>* {
    float: left;
	width:auto;

	margin:4px 4px;

}
.uk-subnav>*>* {
	color:#999;
	font-size:12px;
}
.uk-active {
	color:var(--theme);
}
.uk-subnav>.uk-active{
    color:var(--theme);
	border: 1px solid var(--theme);
}
.uk-subnav>.uk-active>* {
    color:var(--theme);
}
.uk-link, a {
    color: var(--theme);
}
.uk-link:hover, a:hover {
    color: var(--theme);
}
.uk-subnav>*>:focus, .uk-subnav>*>:hover {
    color: var(--theme);
}
.uk-grid+.uk-grid, .uk-grid-margin, .uk-grid>*>.uk-panel+.uk-panel {
    margin-top: 0px;
}
.uk-badge-hui{
	background:#fff;
	color:#999;
	font-size:12px;
	font-weight: normal;
	text-shadow:none;
	padding:2px 5px;
	margin-left:1px;
	margin-right:1px;

}

.uk-nav>li>a{
	padding: 5px 3px;
}

.uk-panel-box{
	border: 1px solid #f1f1f1;
}
.uk-grid-divider:empty{
	border: 0.5px solid #f5f5f5;
}
.uk-tab>li.uk-active>a{
	border-color: #f1f1f1;
}
.uk-tab{
	border-bottom: 1px solid #f1f1f1;
}
h3{
	font-weight:bold;
}
.uk-navbar{
	background-color:#fff;
	border-bottom: 1px solid #f1f1f1;
	width:100%;
	position:fixed;
	top:0;
	z-index:999;
	height:50px;
}
.uk-navbar-brand{
	color: var(--theme);
	font-size:24px;
	line-height:50px;
	font-weight:bold;
	margin-left:2%;
}
.uk-navbar-brand:hover{
	color: var(--theme);
}
.uk-navbar-nav1{
	color: #999;
}
.uk-navbar-nav{
	color: #999;
	margin-left:40px;
	font-size:14px;
	line-height:50px;	
}
.current .uk-navbar-nav,.uk-navbar-nav:hover{
	color: var(--theme);	
}
.uk-navbar-nav>li>a{
	color: #999;
	font-size:14px;
	line-height:50px;	
	height: 50px;
	padding:0px;
	margin-top:0px;
	margin-left:0px;
	text-shadow:none;
	font-weight:normal;
	font-family:none;
	border:none;
}
.uk-navbar-nav>li.uk-open>a, .uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:focus{
	border:none;
	background:none;
	color: var(--theme);
}
.uk-dropdown .uk-nav{
	margin:0px;
}

.uk-nav-navbar>li>a{
	color:#999;
	line-height:20px;
	text-align:center;
}

.uk-dropdown, .uk-dropdown-blank{
	width:80px;
	padding:5px;
	border: 1px solid #f1f1f1;
}
.data {
    background-color: #fff;
    border: 1px solid #fff;
	height:20px;
}
.data:hover {
    background-color: #fafafa;
    border: 1px solid #e7e7e7;
}
.data img{
	float:left;width:18px;height:18px;
	margin-right:6px;
}
.data h4{
	margin-left:0px;
	margin-right:2px;
	margin-top:0px;
	float:left;
	font-size:12px;
}
@media (min-width: 1200px) {
	.uk-container{
		max-width:1150px;
	}	
	.right-side{
		left: 51%;
		margin-left:550px;
	}
	#toTop{
		left: 51%;
		margin-left:550px;
	}

}
@media (max-width: 1200px) {
	.uk-badge-hui{
		display:none;
	}
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.uk-container{
		max-width:900px;
	}	
	.right-side{
		left: 51%;
		margin-left:440px;
	}
	#toTop{
		left: 51%;
		margin-left:440px;
	}
	.title_p .uk-width-medium-1-6 {
	    width: 25%;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.uk-container{
		max-width:600px;
	}	
	.right-side{
		left: 51%;
		margin-left:300px;
	}
	#toTop{
		left: 51%;
		margin-left:300px;
	}
	.uk-navbar-nav1{
	display:none;
	}
	.uk-navbar-nav{
		margin-left:20px;
	}	
	.title_p .uk-width-medium-1-6 {
	    width: 33.33%;
	}
}
.fengexian{margin-top:80px;}

@media (max-width: 767px) {
	.right-side{
	display:none;
	}
	.uk-subnav{
	display:none;
	}
	.uk-navbar-nav1{
	display:none;
	}
	.uk-navbar-nav{
	margin-left:10px;
	}
	.adpic{
		display:none;
	}
	.uk-navbar{
		height:88px;
	}
	.uk-alert{
		display:none;
	}
	.uk-navbar-brand{
		width:100%;
		text-align: center;
	}
	.shoujifengexian{
		margin-top:100px;
	}
	.fengexian{
		margin-top:100px;
	}
	.title_p .uk-width-medium-1-6 {
	    width: 25%;
	}
}
@media (max-width: 360px) {
	.title_p .uk-width-medium-1-6 {
	    width: 100%;
	}
}

.flink a{margin: 10px;color: #999}

/*.acg-main{margin-top: 100px !important;}*/




.dingbu{
	position:relative;
	background-image:radial-gradient( circle at 0% 20%,#93e2ff,#0396FF,#b3e0fa );
	background-repeat:no-repeat;
	background-size:cover;
	text-align:center;
	margin-bottom:0px;
	color:white;
}
.search_logo{
	max-width:320px;
	display:block;
	margin:0 auto 10px;
	-webkit-animation:animation-178wo1o 2s ease-in-out infinite alternate;
	animation:animation-178wo1o 2s ease-in-out infinite alternate;
}
.search_title{font-size:14px;letter-spacing:10px;margin:5px 5px 5px 17px;text-shadow: 2px 2px var(--theme);}

@-webkit-keyframes animation-178wo1o{
	from{-webkit-transform:translate3d(0,4px,0) rotate(0);-ms-transform:translate3d(0,4px,0) rotate(0);
	transform:translate3d(0,4px,0) rotate(0);}
	to{
	-webkit-transform:translate3d(0,10px,0) rotate(0.01deg);
	-ms-transform:translate3d(0,10px,0) rotate(0.01deg);
	transform:translate3d(0,10px,0) rotate(0.01deg);}
}


@keyframes animation-178wo1o{
	from{-webkit-transform:translate3d(0,4px,0) rotate(0);-ms-transform:translate3d(0,4px,0) rotate(0);
	transform:translate3d(0,4px,0) rotate(0);}
	to{
	-webkit-transform:translate3d(0,10px,0) rotate(0.01deg);
	-ms-transform:translate3d(0,10px,0) rotate(0.01deg);
	transform:translate3d(0,10px,0) rotate(0.01deg);}
}



#main {
	margin-bottom:30px;
}

#bigBox {
	width:500px;
	margin: 0 auto;
}



#searchBox {
	overflow: hidden;
	width: 1000px;
	height: 50px
}
#search {
	width: 400px;
	height: 48px;
	border: 1px solid #f1f1f1;
	
	border-right: 0 none;
	float: left;
	font-size: 16px;
	padding-left: 0;
	color: #15120e;
	border-left: 0
}
#search:hover {
	color: #15120e
}
#searchBtn {
	width: 47px;
	height: 52px;
	background:var(--theme);
	color: #fff;
	border: 1px solid #f1f1f1;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	float: left;
	background-position: 11px 13px;
	cursor: pointer;

}

#searchBtn:hover{
	opacity: .7;
}

.searchChoice {
	width: 50px;
	height: 50px;
	background-color: white;
	border: 1px solid #f1f1f1;
	border-right: 0;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	float: left;
	background-position: 12px 12px;
	background-repeat: no-repeat;
	position: relative
}
.sChoiceBtn {
	display: block;
	width: 20px;
	height: 20px;
	margin: 14px auto 0 auto;
	cursor: pointer;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2
}
.sChoiceBtn:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.scBigBox {
	display: none;	
	width: auto;
	height: auto;
	background-color: white;
	position: absolute;
	top: 36px;
	border: solid 1px #f1f1f1;	
	border-radius: 10px;
	overflow: hidden;
	z-index: 41
}



#search_bg {
	height: 50px;
	border-radius: 100px;
	margin: 0px 0px 30px 0px;
}
#search_bg #button_bg {
	position: relative;
}
#search_bg #button_bg .textb {
	display: block;
	outline: none;
	float: left;
	text-align: left
}
#search_bg #button_bg .subb {
	display: block;
	outline: none;
	float: left
}
#search_bg #button_bg .keyword {
	width: 917px;
	height: auto;
	border: solid 1px #cccccc;
	border-top: none;
	position: absolute;
	top: 50px;
	left: 34px;
	z-index: 40;
	display: none;
	font-size: 15px;
	background-color: white;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden
}
#search_bg #button_bg .keyword span {
	display: block;
	clear: both;
	width: 100%;
	height: 28px;
	text-indent: 15px;
	line-height: 28px;
	cursor: pointer;
	background: white;
	border-bottom: solid 1px #fff
}
#search_bg #button_bg .keyword span:hover {
	background: rgba(0,0,0,0.5)
}
#search_result {
	width: 960px;
	height: auto;
	min-height: 400px;
	overflow: hidden
}
#search_result .result_num {
	width: 960px;
	height: 26px;
	text-align: left;
	text-indent: 15px;
	font-size: 15px;
	line-height: 26px;
	color: #767676
}

#search_result .result {
	width: 960px;
	height: auto;
	max-height: 110px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-indent: 20px;
	line-height: 25px;
	color: #333333;
	text-overflow: ellipsis;
	overflow: hidden;
	border-bottom: dashed 1px #ccc
}

.scSmallBox {
    overflow: hidden;
    width: 130px;
    height: 34px;
    color: #545454;
    cursor: pointer;
}

.scImg {
    width: 20px;
    height: 20px;
    margin: 7px 10px 0px 10px;
    float: left;
}

.scName {
    font-size: 16px;
    float: left;
    display: block;
    width: 80px;
    height: 20px;
    line-height: 20px;
    margin-top: 7px;
}
.bolang{margin:-16px 0 -32px;}
.search_hr{margin-top: 50px;}

@media (min-width: 1200px) {
	.bolang{
		margin:-9% 0 -32px;
	}
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.bolang{
		margin:-10% 0 -32px;
	}	
}

@media (min-width: 768px) and (max-width: 1023px) {
	.bolang{
		margin:-11% 0 -32px;
	}

}

@media (max-width: 767px) {
	.search_hr{margin-top: 88px;}
	#search{
		width: 200px;
	}
	#bigBox {
		width:300px;
		margin: 0 auto;
	}
	.bolang{
		margin:-12% 0 -32px;
	}	
}