html {
	font-family: "Microsoft Yahei",arial,helvetica,sans-serif;
	-webkit-text-size-adjust: none;
	word-break: break-word
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,code,em,img,q,small,strong,dd,dl,dt,li,ol,ul,fieldset,form,label,table,tbody,tr,th,td,input {
	margin: 0;
	padding: 0
}

form,.btn,.top_bar .btn {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-user-select: none;
	text-decoration: none
}

table {
	border-collapse: collapse
}

a {
	text-decoration: none;
	color: #333
}

a:visited {
	color: #999
}

.fr {
	float: right
}

.fl {
	float: left
}

.absr {
	position: absolute;
	right: 0;
	top: 0
}

.absl {
	position: absolute;
	left: 0;
	top: 0
}

content {
	display: block;
	width:100%;
	background: #fff;
}

.global_tip {
	position: fixed;
	top: 0;
	width: 96%;
	margin: 3px 2%;
	padding: 3px 0;
	background: rgba(90,160,230,.9);
	text-align: center;
	line-height: 1.5em;
	font-size: 14px;
	color: #fff;
	display: none;
	border-radius: 3px
}

.backdrop {
	background: rgba(0,0,0,.7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1020;
	display: none
}

.backdrop.active {
	display: block
}

.clear {
	clear: both
}

body {
	position: relative
}

body.withHeader {
	padding-top: 80px
}

body.hasMask .backdrop {
	display: block
}

header {
	display: block;
	z-index: 999;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0
}

header.relative {
	position: relative
}

.top_bar {
	height: 44px;
	position: relative;
	background: #14af53;
}


.top_bar .abs_l {
	width: 10%;
	z-index: 100
}

.top_bar .abs_m {
	width:20%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	line-height: 44px;
	position:absolute;
	right:0;
	top:0;
}

.top_bar .abs_r {
	left: auto;
	right: 0;
	z-index: 100;
	width: auto
}
.search-list{
	position: absolute;
    left: 3%;
    top: 23%;
	right:0;
	width:40px;
	height:40px;
}
.top_bar .back {
	display: inline-block;
	height: 44px;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 0;
	background: url(../images/header_back.png) no-repeat center center;
	background-size: 20px
}

textarea,input[type=text],input[type=password] {
	background: #fff;
	border-radius: 4px;
	border: 1px solid #CCC;
	box-shadow: inset 0 1px 0 #CDCDCD;
	outline: 0;
	font-size: 14px;
	color: #444;
	display: block
}

.comment_count {
	font-style: normal
}

.action-navigation {
	position: absolute;
	top: 45px;
	width: 240px;
	left: 5px;
	z-index: 1030;
	opacity: 0;
	-webkit-transform: scale(0.2);
	-webkit-transition: all .2s ease-in-out 0s;
	-webkit-transform-origin: 10% 0
}

.action-navigation.active {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1)
}

.action-navigation .navigation-categories {
	background-color: #c9c9c9;
	padding: 0;
	border-radius: 4px;
	list-style-type: none;
	overflow: hidden;
	border: 1px solid silver
}

.action-navigation .arrowup {
	position: absolute;
	top: -4px;
	left: 10px;
	border-right: transparent 5px solid;
	border-left: transparent 5px solid;
	border-bottom: #c9c9c9 5px solid;
	width: 0;
	height: 0
}

.action-navigation .arrowup-shadow {
	position: absolute;
	top: -5px;
	left: 10px;
	border-right: transparent 5px solid;
	border-left: transparent 5px solid;
	border-bottom: silver 5px solid;
	width: 0;
	height: 0
}

.action-navigation .navigation-categories>li {
	display: inline-block;
	width: 31%
}

.action-navigation .navigation-categories>li>a {
	display: block;
	text-align: center;
	padding: 50px 0 5px;
	color: #555;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	background: url(../images/search_icons.png) no-repeat center 2px;
	background-size: 38px
}

.action-navigation .navigation-categories>li>a.toutiao {
	background-position: center -66px
}

.action-navigation .navigation-categories>li>a.baidu {
	background-position: center 8px
}

.action-navigation .navigation-categories>li>a.shenma {
	background-position: center -140px
}

#search_result_empty {
	padding: 70px 0 0;
	background: url(../images/noresuiticon_seach.png) no-repeat center top;
	background-size: 68px;
	text-align: center;
	margin-top: 100px
}

#search_result_empty p {
	line-height: 1.5em;
	color: #cacaca
}

.night #search_result_empty {
	opacity: .3
}

#search highlight {
	color: #fe3333
}

#search .hot_words ul {
	text-align: center;
	height:41px;
}

#search .hot_words ul li {
	display: inline-block;
	width:33.3%;
	float:left;
}

#search .hot_words ul li a {
	display: block;
	border-right:1px solid #f5f5f5;
	box-sizing:border-box;
	color: #363636;
	font-size: 14px;
	padding: 10px 5px;
	background:#fff;
}

#search_form {
	position: absolute;
	left:10%;
	top:0;
	width:70%;
}

#search_content {
	padding: 5px 0px;
}

#search_form #search_input {
	border: 0;
	border-radius: 20px;
	margin: 0;
	font-size: 16px;
	-webkit-appearance: none;
	padding: 5px 10px 5px 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #666;
	background: #fff;
	width:100%;
	text-align:left;
}

#search_form .action_chooser {
	display: block;
	width: 40px;
	height: 27px;
	position: absolute;
	background: url(../images/search_icons.png) #fff no-repeat 5px 2px;
	background-size: 20px;
	left: 5px
}

#search_form .action_toutiao {
	background-position: 5px -35px
}

#search_form .action_baidu {
	background-position: 5px 5px
}

#search_form .action_shenma {
	background-position: 5px -72px
}

#search_form .arrowdown {
	position: absolute;
	top: 18px;
	left: 33px;
	border-right: transparent 3px solid;
	border-left: transparent 3px solid;
	border-top: #c9c9c9 3px solid;
	width: 0;
	height: 0
}

.night #search .hot_words ul li a {
	background: rgba(245,245,245,.5)
}

.list_bottom section {
	background: #fafafa
}

.night .list_bottom section {
	background: 0 0
}
body{background-color:#fff;}
.spr-line{background:#efeff4;height:3px;width:100%;}
.history_record{
	height:auto;
	border-bottom:1px solid #f5f5f5;
}
.history_title{
	height:41px;
	line-height:41px;
	color:#999;
	font-size: 14px;
}
.history_title span{}
.fz-16{font-size:16px}
.del-his{line-height:41px;font-size:18px;float:right;padding-right:20px;}
#history{float:left;padding-left:20px;}
.more{display:none;}
.more.active{display:block;}
.history_record ul li{
	width:50%;
	border:1px solid #f5f5f5;
	margin-right: -1px;
    margin-bottom: -1px;	float:left;
	box-sizing:border-box;
	display: inline-block;
	padding: 0px 5px 0px 20px;
}
.history_record ul li:nth-child(even){
	border-right:0;
}
.history_record ul li a {
    display: block;
    color: #363636;
    font-size: 14px;
    background: #fff;
}
.history_record ul li.no-record{
	width:100%;
	text-align:center;
}
.clearfix{clear:both;}
.history_record111{
	margin-top:10px;
}