* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
}

input {
	border: none;
	outline: none;
}

li {
	list-style: none;
}

img {
	width: 100%;
	display: block;
}

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;
	/* display: block; */
}

.index_all {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.index {
	flex: 1;
	overflow-y: auto;
	background: url(../image/newhead.png) no-repeat;
	background-size: 100%;
	background-color: #F5F6FA;
	display: flex;
	flex-direction: column;
}

.nav {
	height: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: #f7f7f7;
}

.nav_title {
	font-size: 0.34rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: #000000;
	line-height: 0.52rem;
	text-align: center;
	letter-spacing: 2px;
}

.nav a {
	position: absolute;
	height: 0.38rem;
}

	.nav a img {
		width: auto;
		height: 100%;
	}

.nav_search {
	right: 0.93rem;
}

.nav_user {
	right: 0.22rem;
}

.nav_href {
	height: 1.5rem;
	border-radius: 0.1rem;
	padding: 0.2rem 0 0.2rem;
	margin: 0 0 0.32rem;
	background-color: #ffffff;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.swiper1 .swiper-slide {
	/* padding: 0 0.56rem; */
	display: flex;
	/* justify-content: space-between; */
	box-sizing: border-box;
}

.nav_a {
	width: 20%;
	color: #5F5F5F;
	font-size: 0.24rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

	.nav_a img {
		width: 0.56rem;
		height: 0.56rem;
	}

	.nav_a p {
		margin-top: 0.09rem;
	}

.swiper-pagination {
	display: flex;
	justify-content: center;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 6px !important;
}

.swiper1 .my-bullet {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #E8E8E8;
	margin: 0 4px;
}

.swiper1 .my-bullet-active {
	background-color: #2E7BF8;
}

.cen_list {
	padding-bottom: 0.94rem;
}

.cen_text {
	padding: 0 0.11rem 0.3rem 0.11rem;
	display: flex;
	align-items: flex-start;
}

.cen_le {
	width: 0.8rem;
	height: 0.8rem;
	position: relative;
}

	.cen_le img {
		border-radius: 0.1rem;
		overflow: hidden;
	}

.cen_red {
	width: 0.12rem;
	height: 0.12rem;
	background: #FF4E4E;
	border-radius: 50%;
	position: absolute;
	right: -0.4rem;
	top: 0;
	bottom: 0;
	margin: auto;
}

.cen_re {
	margin-left: 0.21rem;
	flex: 1;
}

.re_title {
	font-size: 0.28rem;
	color: #8A8A8A;
	margin-bottom: 0.07rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	/* margin-right: 0.26rem; */
}

.re_title_re {
	color: #B3B3B3;
	font-size: 0.24rem;
}

.re_text::before, .re_text_big::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 0.24rem;
	left: -0.1rem;
	border-top: solid 0.1rem transparent;
	border-right: solid 0.1rem #ffffff;
	border-bottom: solid 0.1rem transparent;
}

.re_text {
	position: relative;
	font-size: 0.32rem;
	color: #333333;
	padding: 0.27rem;
	background-color: #ffffff;
	border-radius: 0.14rem;
	/* margin-right: 0.26rem; */
	word-break: break-word;
}

	.re_text a {
		color: #0822BD;
	}

.re_text_big {
	position: relative;
	font-size: 0.36rem;
	color: #333333;
	padding: 0.27rem;
	background-color: #ffffff;
	border-radius: 0.14rem;
	/* margin-right: 0.26rem; */
}

.re_list {
	margin: 0.18rem 0 0.18rem;
}

	.re_list li {
		font-size: 0.26rem;
		color: #333333;
		display: flex;
	}

		.re_list li > div {
			padding: 0.15rem 0;
			flex: 1;
			border-top: 1px solid #EDEDED;
			border-right: 1px solid #EDEDED;
			display: flex;
			justify-content: center;
			align-items: center;
		}

			.re_list li > div:first-child {
				border-left: 1px solid #EDEDED;
			}

		.re_list li:last-child > div {
			border-bottom: 1px solid #EDEDED;
		}

		.re_list li:nth-of-type(2n - 1) {
			background-color: #F8F8F8;
		}

		.re_list li:nth-of-type(2n) {
			background-color: #FFFFFF;
		}

.add_button {
	display: flex;
	align-items: center;
	color: #2E7BF8;
	border: 1px solid #2E7BF8;
	border-radius: 0.4rem;
	font-size: 0.24rem;
	padding: 0.09rem 0.12rem;
}

.add_button2 {
	display: flex;
	align-items: center;
	color: #AFAFAF;
	border: 1px solid #AFAFAF;
	border-radius: 0.4rem;
	font-size: 0.24rem;
	padding: 0.09rem 0.12rem;
}

	.add_button img, .add_button2 img {
		width: 0.14rem;
		height: 0.14rem;
		/* margin-right: 0.04rem; */
	}

	.add_button p, .add_button2 p, .remind p {
		flex: 1;
	}

.remind {
	font-size: 0.24rem;
	color: #ffffff;
	background-color: #2E7BF8;
	border: 1px solid #2E7BF8;
	display: flex;
	align-items: center;
	border-radius: 0.4rem;
	padding: 0.09rem 0.12rem;
}

	.remind img {
		width: 0.16rem;
		height: 0.16rem;
		/* margin-right: 0.04rem; */
	}

.fen {
	height: 0.02rem;
	background-color: #F4F4F4;
}

.list_down {
	font-size: 0.28rem;
	color: #5E5F70;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.3rem 0 0;
}

	.list_down img {
		width: 0.24rem;
		height: 0.14rem;
	}

.big_children {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 0.15rem;
}

.big_text {
	font-size: 0.28rem;
	color: #7D7D7D;
	flex: 1;
	position: relative;
	top: -0.08rem;
}

.big_img {
	width: 1rem;
	height: 1rem;
	margin-left: 0.5rem;
}

.quote {
	margin: 0.08rem 0 0 0;
	padding: 0.2rem 0.17rem 0.2rem 0.22rem;
	background-color: #ECECEC;
	font-size: 0.28rem;
	color: #7D7D7D;
	display: flex;
}

.quote p {
	flex: 1;
}
.link_msg {
	display: inline-block;
	width: 0.3rem;
	position: relative;
	top: 0.05rem;
}
.quote_img {
	width: 0.6rem;
	height: 0.6rem;
	margin-left: 0.1rem;
	overflow: hidden;
}

.text_block {
	display: flex;
	position: relative;
}

.text_red {
	color: #EC5D4B;
}

a.reply {
	color: #333333;
}

a.text_blue, .text_blue {
	color: #005AFF;
}

.img_block {
	width: 2.7rem;
}

.img_height {
	height: 2.7rem;
	width: auto;
}

	.img_height img {
		width: auto;
		height: 100%;
	}

.end {
	height: 1.22rem;
	background-color: #f7f7f7;
	padding: 0.21rem 0.17rem;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.end_left {
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 0.3rem;
}

.end_reight {
	flex: 1;
	display: flex;
	align-items: center;
	background-color: #ffffff;
	border-radius: 0.1rem;
	height: 0.7rem;
	padding: 0 0.18rem;
}

.end_input {
	flex: 1;
	height: 100%;
}

.end_reight img {
	width: 0.3rem;
	margin-right: 0.2rem;
}

.end_input input {
	width: 100%;
	height: 100%;
	display: block;
	color: #B2B2B2;
}

.block_fixed {
	padding: 0.1rem 0.14rem;
	background-color: #ffffff;
	font-size: 0.24rem;
	color: #2E7BF8;
	border-radius: 0.6rem;
	display: flex;
	align-items: center;
	position: absolute;
	top: 3rem;
	right: 0.2rem;
}

	.block_fixed img {
		width: auto;
		height: 0.14rem;
		margin-right: 0.04rem;
	}


/* 放大弹窗 */
.mantle {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .7);
	-webkit-user-drag: none;
	/* display: none; */
	overflow: auto;
	padding: 1rem 0.5rem 0.5rem 0.5rem;
	box-sizing: border-box;
	z-index: -5;
}

.mantleto {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.pinch-zoom-container {
	height: 100% !important;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: auto !important;
}

.gbsx {
	width: 0.5rem;
	position: fixed;
	right: 0.3rem;
	top: 0.3rem;
	font-size: 0.3rem;
	color: #ffffff;
}

.cen_le_re {
	display: flex;
	flex: 1;
	overflow-y: auto;
}

.cen_list {
	flex: 1;
}

.cen_rel {
	width: 1.35rem;
}

.msg_tip {
	color: #B3B3B3;
	font-size: 0.24rem;
	margin-bottom: 0.18rem;
}
