* {
	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 {
	height: 100%;
	color: #5F5F5F;
	background-color: #F5F6FA;
}

.search {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.search_tops {
	flex: 1;
	overflow: auto;
}

.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_nav span {
	color: #fc4a00;
	font-size: 0.32rem;
	text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff, 0px 2px 2px rgb(255 255 255 / 60%);
	font-size: 0.24rem;
}

.search_bottom {
	padding: 0 0.3rem;
	/* background: url(../image/nav2.jpg) no-repeat; */
	background-size: 100% 100%;
	padding-bottom: 1rem;
}

.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: #fc6500;
	border-radius: 0.06rem;
}

.search_num {
	font-size: 0.24rem;
	color: #fc6500;
	position: absolute;

	top: -0.6rem;
	background: url(../image/nav2.png?1.0) no-repeat;
	background-size: 100% 100%;
	padding: 0.1rem 0.15rem 0.2rem;
}

.function_block,
.function_blocks {
	background-color: #ffffff;
	padding-top: 0.3rem;
	border-radius: 0.1rem;
	margin-top: 0.3rem;
	border: 1px solid #CFE3FB;
	border-radius: 0.16rem;
}
.function_blocks:first-child{
	margin-top: 0;
}

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

.top_jg {
	padding-top: 0.3rem;
}

.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;
}

.block_title {
	color: #5F5F5F;
	font-size: 0.3rem;
	font-weight: 500;
}

.block_bot {
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	padding: 0 0.3rem 0.4rem;
}

.block_bot_le {
	/* width: 3.62rem; */
	flex: 1;
	font-size: 0.24rem;
	line-height: 0.38rem;
}

/*.block_bot_le a {
	height: 2.6rem;
	overflow: hidden;
}*/

.block_bot_re {
	width: 2.52rem;
	margin-left: 0.2rem;
	/* 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 {
	display: flex;
	/* align-items: center; */
	font-size: 0.24rem;
	padding: 0 0.3rem 0.3rem;
}

.tujie a {
	flex: 1;
	line-height: 0.4rem;
	word-break: break-all;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.tujie_p {
	color: #DCDCDC;
	margin-top: 0.3rem;
}

.tujie {
	word-break: break-all;
	line-height: 0.4rem;
}

.tujie_img {
	width: 2.4rem;
	/* 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;
}


.analyst {
	border-radius: 0.2rem;
	overflow: hidden;
	display: flex;
	margin: 0 0.3rem 0.3rem;
}

.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;
}


/* 搜索列表 */
.list_ul {
	background-color: #ffffff;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0.9rem;
	z-index: 9999 !important;
	transform: translateZ(1000px);
	border-radius: 0.12rem;
	display: none;
}

.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;
}


.input_left {
	flex: 1;
	height: 100%;
	padding: 0 0.1rem;
	background-color: #ffffff;
	border-radius: 0.12rem 0 0 0.12rem;
	border: 2px solid #ffffff;
}


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





.pointer_left canvas {
	position: static !important;
}

.pointer_left div {
	position: static !important;
}

.result_red {
	color: #e12d0a;
}

img.search_logo {
	width: 0.5rem;
	margin-right: 0.2rem;
}

.search_href {
	display: flex;
	align-items: center;
	padding: 0.3rem 0.3rem 0;
}

a.href_right {
	flex: 1;
	height: 0.55rem;
	border: 1px solid rgba(207, 227, 251, 0.5900);
	border-radius: 0.3rem;
	background-color: #ffffff;
	padding-left: 0.2rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.href_right img {
	width: 0.26rem;
}

.search_text {
	font-size: 0.24rem;
	color: #ffffff;
	background-color: #2D6ACB;
	width: 1rem;
	height: 100%;
	border-radius: 0 0.3rem 0.3rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tool {
	background-color: #ffffff;
	box-sizing: border-box;
	padding: 0.26rem 0 0.39rem;
	position: relative;
	border: 1px solid #CFE3FB;
	border-radius: 0.16rem;
}

.tool_cen {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}

a.tool_list {
	font-size: 0.24rem;
	color: #444272;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-bottom: 0.25rem;
	width: 25%;
}

.tool_list img {
	width: 0.56rem;
	height: 0.56rem;
	margin-bottom: 0.14rem;
}

.swiper-pagination {
	display:
		flex;
	justify-content: center;
	bottom: 0.28rem !important;
}

.my-bullet {
	width: 0.1rem;
	height: 0.1rem;
	background: #FFFFFF;
	border: 1px solid #2D6ACB;
	border-radius: 0.2rem;
	margin: 0 0.1rem;
	transition: width 0.5s;
}

.my-bullet-active {
	width: 0.32rem;
	background-color: #2D6ACB;
	/* border-radius: 0.2rem; */
}

a.bft {
	font-size: 0.3rem;
	color: #2D6ACB;
	font-weight: 800;
	text-align: center;
	padding-top: 0.3rem;
	border-bottom: 1px solid #2D6ACB;
	display: table;
	margin: auto;
}

.bft span {
	color: #E34343;
}

.top_title {
	display: flex;
	align-items: center;
}

a.title_much {
	font-size: 0.26rem;
	color: #B1B1B1;
}

.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;
}

.tujie_text {
	font-size: 0.24rem;
	padding: 0 0.3rem 0.3rem;
	line-height: 0.4rem;
}

.tujie_text span {
	color: #E34343;
}

/* 底部导航 */
.footer {
	height: 1.2rem;
	height: calc(1.2rem + constant(safe-area-inset-bottom));
	height: calc(1.2rem + env(safe-area-inset-bottom));
	background-color: #ffffff;
	box-shadow: 0 27px 10px 29px #e9e9ec;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
	background-color: #ffffff;
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
	position: relative;
	z-index: 4;
}

.footer_list {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #333333 !important;
	font-size: 0.2rem;
	margin-top: 0.06rem;
}

.footer_list a {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #333333;
	width: 1.4rem;
	/* padding: 0 0.3rem; */
}

.footer_color {
	color: #5a9dff !important;
}

.footer_img {
	/*width: 0.37rem;*/
	height: 0.37rem;
	margin-bottom: 0.06rem;
	position: relative;
}

.footer_img img {
	height: 100%;
	width: auto;
}

.foo_red {
	width: 0.15rem;
	height: 0.15rem;
	background-color: #ff5a45;
	border-radius: 50%;
	position: absolute;
	top: -0.02rem;
	right: -0.06rem;
}

.swiper {
	padding-bottom: 0rem !important;
}

/* 价投圈 */
.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;
}
.swiper-slide {
    height: auto !important;
}