*{
	margin: 0;
	padding: 0;
}
a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	color: #5F5F5F;
	display: block;
}
img{
	width: 100%;
	display: block;
}
li{
    list-style: none;
}
html,body{
	background-color: #F5F6FA;
	color: #5F5F5F;
}

.search_head {
	padding: 0.3rem 0.3rem 1rem;
	background: url(../image/newhead.jpg) no-repeat;
	background-size: 100%;
	box-sizing: border-box;
	background-color: #F5F6FA;
}

.search_bottom{
	padding: 0.48rem 0.3rem 1rem; 
	background: url(../image/nav2.jpg) no-repeat;
	background-size: 100% 100%;
}
.search_nav_le{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.search_left{
	width: 1.24rem;
	background: linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 48%, #FFFFFF 100%);
	border: 2px solid rgba(0, 82, 255, 0.81);
	border-radius: 0.16rem;
	padding: 0.04rem 0.04rem;
	position: relative;
	margin: 0.8rem 0 0.14rem;
}
.search_cen_lef{
	height: 0.06rem;
	background-color:#0254FE;
	border-radius: 0.06rem;
}
.search_num{
    font-size: 0.24rem;
    color: #2A70FE;
    position: absolute;

    top: -0.6rem;
    background: url(../image/nav2.png) no-repeat;
    background-size: 100% 100%;
    padding: 0.1rem 0.15rem 0.2rem;
}
.search_nav{
	display: flex;justify-content: flex-end;height: 1.8rem;
}

.search_nav h2{
	font-size: 0.24rem;
	color: #ffffff;
}
.search_nav h3{
	font-size: 0.24rem;
	color: #DCDCDC;
}

.search_input {
	height: 0.55rem;
	display: flex;
	align-items: center;
	position: relative;
}
.search_input input{
	height: 100%;
	width: 100%;
	display: block;
	border: none;
	outline: none;
	color: rgba(180, 180, 180, 1);
	font-size: 0.25rem;
}
.search_input input::-webkit-input-placeholder{
	color: rgba(180, 180, 180, 1);
}

.search_input input:-moz-placeholder{
	color: rgba(180, 180, 180, 1);
}

.search_input input::-moz-placeholder{
	color: rgba(180, 180, 180, 1);
}

.search_input input:-ms-input-placeholder{
	color: rgba(180, 180, 180, 1);
}

.function_blocks{
	background-color: #ffffff;
	padding-top: 0.3rem;
	margin-top: 0.3rem;
	/* display: none; */
	border: 1px solid #CFE3FB;
	border-radius: 0.16rem;
}
.function_block_as{
	border-radius: 0.1rem 0.1rem 0 0;
	background-color: #ffffff;
}

.block_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0.26rem 0.18rem;
}
.block_img {
    width: 0.35rem;
    height: 0.35rem;
    overflow: hidden;
    margin-right: 0.1rem;
}
.top_title {
    display: flex;
    align-items: center;
}
.block_title {
    color: #5F5F5F;
    font-size: 0.3rem;
    font-weight: 500;
}
a.title_much {
    font-size: 0.26rem;
    color: #B1B1B1;
}

.block_bot{
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	padding: 0 0.3rem 0;
	width: 100%;
	box-sizing: border-box;
	flex-direction: column;
	font-size: 0.24rem;
}
.block_bot_le{
	width: 3.62rem;
	font-size: 0.24rem;
	line-height: 0.44rem;
}
.block_bot_le a{
    height: 2.2rem;
    overflow: hidden;
}
.block_bot_re{
	width: 2.52rem;
	/* flex: 1; */
	/* background-color:#1569d5; */
}
.block_bot_text p{
	font-size: 0.24rem;
	color: #c77e6e;
	text-align: center;
	margin-top: 0.04rem;
}
.block_bot_text h2{
	font-size: 0.24rem;
	margin-top: 0.08rem;
}

.tujie{
	font-size: 0.24rem;
	padding: 0 0.3rem 0.3rem;
	word-break: break-all;
	line-height: 0.4rem;
}
.tujieto{
    display: flex;
    font-size: 0.24rem;
	padding: 0 0.3rem 0.3rem;
    word-break: break-all;
}
.tujieto a{
	flex: 1;
	line-height: 0.4rem;
	word-break: break-all;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tujieto_img{
	width: 1.7rem;
	height: 1.38rem;
	border-radius: 0.1rem;
	margin-left: 0.3rem;
}
.table_ul {
	color: #666666;
	font-size: 0.24rem;
	text-align: center;
	padding: 0 0.3rem 0.2rem;
}

.table_ul li {
	display: flex;
	/*align-items: center;*/
}

.table_ul li:last-child {
	padding-bottom: 0;
}

.jl,
.cp,
.gs {
	flex: 1;
	padding: 0.2rem 0;
	border-top: 1px solid #EDEDED;
	border-left: 1px solid #EDEDED;
	display: flex;
	align-items: center;
	justify-content: center;
}

.table_ul li:first-child {
	color: #5F5F5F;
	font-weight: 700;
}

.table_ul li:nth-of-type(2n - 1) {
	background-color: #F8F8F8;

}

.table_ul li div:last-child {
	border-right: 1px solid #EDEDED;
}

.table_ul li:last-child div {
	border-bottom: 1px solid #EDEDED;
}
.footer_mouch {
	display: flex;
	justify-content: center;
	padding: 0.1rem 0 0.4rem;
}

.footer_mouch a {
	font-size: 0.26rem;
	color: #2D6ACB;
	border-bottom: 1px solid #2D6ACB;
}

.analyst{
	border-radius: 0.2rem;
	overflow: hidden;
	display: flex;
	margin: 0 0.3rem 0.2rem;
}
.analyst_le {
	width: 2.1rem;
	color: #5F5F5F;
	background-color: #EDEDED;
	font-size: 0.28rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.analyst_re {
	flex: 1;
	font-size: 0.24rem;
	color: #494949;
	border-radius: 0 0.2rem 0.2rem 0;
}

.analyst_re li {
	display: flex;
	padding: 0.38rem 0;
	border: 1px solid #EDEDED;
	border-bottom: none;
}

.analyst_re li:first-child {
	color: #5F5F5F;
	border-top-right-radius: 0.2rem;
	font-weight: bold;
}

.analyst_re li:last-child {
	border-bottom-right-radius: 0.2rem;
	border-bottom: 1px solid #EDEDED;
}

.analyst_re li div {
	flex: 1;
	text-align: center;
}


.table_xm {
	color: #5F5F5F;
	font-size: 0.24rem;
	text-align: center;
	padding: 0 0.3rem 0.3rem;
}

.table_xm li {
	display: flex;
}

.xm,
.zhi,
.tb {
	/* flex: 1; */
	width: 33.3%;
	padding: 0.2rem 0;
	border-top: 1px solid #EDEDED;
	border-left: 1px solid #EDEDED;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tb {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.2rem 0.3rem;
}

.tb img {
	width: 0.28rem;
	margin-right: 0.12rem;
}

.table_xm li:nth-of-type(2n - 1) {
	background-color: #F8F8F8;
}

.table_xm li div:last-child {
	border-right: 1px solid #EDEDED;
}

.table_xm li:last-child div {
	border-bottom: 1px solid #EDEDED;
}

.result_title{
    font-size: .36rem;
    color: #5F5F5F;
    margin: 0.44rem 0 0.3rem;
}
.result_xd{
    color: #5F5F5F;
    width: 100%;
    display: flex;
    padding: 0.2rem 0;
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    box-sizing: border-box;
}
.xd_right{
    display: flex;
    align-items: center;
    margin: 0.08rem 0 0.04rem;
    flex: 1.3;
}
.xds_right{
	display: flex;
	align-items: center;
	flex: 1;
}
.result_js{
    font-weight: 500;
	margin-left: 0.3rem;
}
.result_js a{
color: #4EA6FF;
}
.result_pj{
    color: #5F5F5F;
    display: flex;
    align-items: center;
    flex: 1;
}
.result_x{
    display: flex;
    align-items: center;
}
.result_pj img{
    width: .28rem;
    height: .28rem;
    margin-right: .06rem;
}

.result_jg{
    font-size: .24rem;
    color: #5F5F5F;
}
.result_jg p{
    padding: 0 0.3rem 0.2rem;
    line-height: 0.4rem;
}
.result_ly{
	color: #D0D0D0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.result_red{
	color: #E34343;
}
.result_red_top{
	color: #5F5F5F;
	font-size: 0.3rem;
	text-align: center;
	background-color: #F8F8F8;
	padding: 0.2rem;
	border-left: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
	border-top: 1px solid #EDEDED;
}
.pj{
	display: flex;
	background-color: #F8F8F8;
	padding: 0.2rem 0;
	border-left: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
}
.pj_sj{
	text-indent: 0.5em;
}
.result_name{display: flex;align-items: center;padding: 0 0.3rem 0.2rem;}
.name_img{
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0.2rem;
}
.name_text{
    font-size: 0.28rem;
    color: #5F5F5F;
    flex: 1;
}
.name_hui{
    color: #959595;
}
.detail_ul{
	padding: 0 0.3rem 0.2rem;
	display: flex;
	flex-wrap: wrap;
}
.detail_ul li{
	width: 50%;
	color: #5F5F5F;
	font-size: 0.22rem;
	padding-top: 0.32rem;
}
.span_colo{
	color: #C6171E;
}
.result_none{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 3rem;
}
.result_none img{
	width: 5rem;
	margin-top: 1rem;
}
.result_none p{
	color: #5F5F5F;
	font-size: 0.4rem;
	margin-top: 0.8rem;
	text-align: center;
}

a.input_left{
	flex: 1;
	height: 100%;
	background-color: #ffffff;
	border-radius: 0.3rem 0 0 0.3rem;
	display: flex;
	align-items: center;
}
.input_left {
	flex: 1;
	height: 100%;
	background-color: #ffffff;
	border-radius: 0.3rem 0 0 0.3rem;
	display: flex;
	align-items: center;
}
.searchs{
	font-size: 0.24rem;
	height: 100%;
	text-align: center;
	line-height: 0.47rem;
	background-color: #2b6efe;
	color: #ffffff;
	border-radius: 0 0.3rem 0.3rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0.35rem;
}

.result_gooter {
	padding-top: 1rem;
	display: flex;
	justify-content: center;
	color: #ffffff;
	background-color: #f5f6fa;
	font-size: 0.24rem;
}

.nav_bj {
	width: 72%;
	margin: 0 auto;
}

/* �����б� */
.list_ul {
	background-color: #ffffff;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0.9rem;
	z-index: 9999;
	/*	display: none;*/
	border-radius: 0.12rem;
}

	.list_ul li {
		display: flex;
		align-items: center;
		padding-left: 0.38rem;
		border-bottom: 1px solid #F5F5F5;
	}

#list a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 0.95rem;
}

.list_img {
	width: 0.33rem;
	margin-right: 0.22rem;
}

.list_p {
	font-size: 0.32rem;
}

.font{
	color: #EE4133;
}

.list_cr {
	color: #878C9C;
	margin-left: 0.22rem;
}
.result_se{
	width: 0.26rem;
	margin: 0 0.14rem 0 0.18rem;
}
.result_return{
	width: 0.5rem;
	margin-right: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* 搜索联想列表 */
.list_ul {
	background-color: #ffffff;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0.7rem;
	z-index: 9999;
	border-radius: 0.12rem;
}

	.list_ul li {
		display: flex;
		align-items: center;
		padding-left: 0.38rem;
		border-bottom: 1px solid #F5F5F5;
	}

#list a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 0.95rem;
}

.list_img {
	width: 0.33rem;
	margin-right: 0.22rem;
}

.list_p {
	font-size: 0.32rem;
}

.font{
	color: #EE4133;
}

.list_cr {
	color: #878C9C;
	margin-left: 0.22rem;
}
.pj_red{
	color: #E34343;
	padding: 0.2rem 0;
	width: 100%;
	border-left: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
	text-indent: 0.5em;
	margin-bottom: 0.2rem;
}

.pj_color_red {
	color: #E34343;
}

.mogul_code {
	position: relative;
	height: 2.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f6f7fb;
}
img.mogul_gz{
	width: 4.2rem;
	margin-right: 0.2rem;
}

.code_er {
	width: 1.8rem;
}

/* 价投圈 */
.jtq_href{
	padding-bottom: 0.3rem;
}
.jtq{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0.24rem;
	color: #5F5F5F;
	margin-bottom: 0.1rem;
	display: none;
}
.jtq_img{
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 50%;
	margin-right: 0.08rem;
}
.jtq_title{
	font-size: 0.26rem;
	font-weight: bold;
	margin: 0 0 0.15rem;
}
.jh_img_list{
	display: flex;
	align-items: flex-start;
	margin-top: 0.2rem;
}
.jtc_text{font-size: 0.24rem;color: #262626;line-height: 0.4rem;}
.jh_img_list li{
	display: flex;
	border-radius: 0.08rem;
	border: 1px solid #EDEDED;
	width: 33%;
	height: 1.64rem;
	margin-right: 1%;
}
.jh_img_list li img{
	height: 100%;
}
.jh_label {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 0.24rem;
	margin-bottom: 0.2rem;
}
.jh_label li{
	margin: 0.2rem 0.3rem 0 0;
}
.jh_label .jtq_label{
	display: flex;
	align-items: center;
	color: rgba(113, 113, 113, 1);
	padding: 0.1rem 0.2rem;
	background-color: rgba(244, 244, 244, 1);
	border-radius: 0.3rem;
}
.jtq_label img{
	width: 0.15rem;
	margin-right: 0.1rem;
}

/* 人物信息 */
.ladel {
	color: #a0a0a0;
	display: flex;
	margin-top: 0.08rem;
}

.ladel img:last-child {
	margin-right: 0;
}
.ladel img {
	width: 0.78rem;
	margin-right: 0.2rem;
}
/* 热门搜索 */
.cen_suo{
	font-size: 0.28rem;
	color: #5F5F5F;
	display: block;
	margin-top: 0.38rem;
}
/* .hot_sea{
	display: none;
} */
.hot_suo{
	color: #5F5F5F;
	font-size: 0.24rem;
	margin: 0.33rem 0 0;
	display: flex;
	flex-wrap: wrap;
}
.hot_suo li{
	padding: 0 0.2rem;
	background-color: #e5e5e5;
	margin: 0 0.12rem 0.16rem;
	border-radius: 0.1rem;
    line-height:0.48rem;
}
.history{
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}
.cen_empty{
	display: flex;
	align-items: center;
	margin-right: 0.44rem;
}
.cen_empty span{
	font-size: 0.24rem;
	color: #888888;
	margin-left: 0.08rem;
}
.empty{
	width: 0.22rem;
	height: 0.22rem;
}
.empty img{
	width: 100%;
}
.title_time{
	color: rgba(186, 186, 186, 1);
}
.jtq_left {
    display: flex;
    align-items: center;
}