*{
	margin: 0;
	padding: 0;
}
div{
	box-sizing: border-box;
}
#App{
	width: 100vw;
	height: auto;
	min-height: 100vh;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	font-size:0.14rem;
	padding:0.16rem;
	border-top: 0.12rem solid #F7F7F9;
}
.listBox{
	width: 48%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.listBoxTitle{
	width: 100%;
	height:0.36rem;
	background:#3C76F4;
	/* background: #EFF4FF; */
	border-radius: 0.04rem;
	display: flex;
	align-items: center;
	justify-content: center;
	/* padding-left: 0.1rem; */
	/* font-family: PingFangSC-Medium; */
	/* color: #333333; */
	color: #FFFFFF;
	font-size: 0.15rem;
	font-weight: 500;
	font-family: PingFangSC, PingFang SC;
	font-style: normal;
	position: relative;
}
.listBoxTitle>span{
	position: absolute;
	right: -0.08rem;
	top:-0.08rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.2rem;
	height: 0.2rem;
	line-height: 0.2rem;
	border-radius: 50%;
	overflow: hidden;
	background: #FF1C1C;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 0.11rem;
	color: #FFFFFF;
	font-style: normal;
}
.titleBox{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.unreadCountBxo{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.16rem;
	height: 0.16rem;
	line-height: 0.16rem;
	border-radius: 50%;
	overflow: hidden;
	background: #FF1C1C;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 0.1rem;
	color: #FFFFFF;
	font-style: normal;
	margin:-0.1rem 0 0 0.06rem;
}
.van-collapse{
	width: 100%;
	height:auto;
	box-sizing: border-box;
}
.van-collapse::after{
	border-width: 0 0 !important;
}
.van-collapse-item{
	margin-top: 0.08rem;
}
.van-cell{
	height: 0.24rem !important;
	line-height: 0.24rem !important;
	padding:0 0.1rem !important;
	background: #EAF1FF !important;
	font-family: PingFangSC, PingFang SC !important;
	font-weight: 400 !important;
	font-size: 0.11rem !important;
	color: #333333 !important;
	font-style: normal !important;
}
.van-collapse,.van-collapse-item,.van-cell,.van-cell__title,.titleBox{
	overflow: visible !important;
}
.van-cell__right-icon{
	height: 0.24rem !important;
	line-height: 0.24rem !important;
	font-size: 0.12rem !important;
}
.van-collapse-item__content{
	padding:0 !important;
	display: flex;
	flex-direction: column;
	/* justify-content: center;
	align-items: center; */
}
.list{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 0.11rem;
	color: #777777;
	box-shadow: 0 0.04rem 0.1rem 0 rgba(244,244,244,1);
	border-radius: 0 0 0.04rem 0.04rem;
	margin: 0.02rem 0 0.08rem 0;
	/* background: rgba(255,107,28,0.07); */
	/* box-shadow: 0px 4px 10px 0px #F4F4F4; */
	position: relative;
}
.listUnread{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,107,28,0.07);
}
.list:last-child{
	margin-bottom: 0 !important;
}
.list>h5{
	width: 100%;
	height: 0.34rem;
	line-height: 0.34rem;
	display: flex;
	align-items: center;
	padding-left: 0.1rem;
	font-family: PingFangSC-Medium;
	font-size: 0.13rem;
	color: #333333;
	background: #F9FBFF;
	box-sizing: border-box;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.list>div{
	width: 100%;
	height: 0.34rem;
	display: flex;
	align-items: center;
	padding-left: 0.1rem;
	background-color: #F9FBFF;
}
.list>div>div:first-child{
	width:calc(5em + 0.06rem);
	min-width:calc(5em + 0.06rem);
	height:100%;
	text-align: right;
	line-height: 0.34rem;
	padding-right: 0.05rem;
	border-right: 0.01rem solid #e6e6e6;
}
.list>div>div:last-child{
	flex: 1;
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 0.05rem;
}
.list>div:nth-child(2n+0){
	background-color: #fff;
}
/*弹窗*/
.van-popup{
  background-color:transparent !important;
}
.van-popup >.van-popup__close-icon{
  font-size: 0.2rem;
  top:0.34rem;
  right: 0.2rem;
}
.popupCont{
  width: 3rem;
  height:auto;
  background:url("../img/back.png")no-repeat center bottom;
  background-size: 100% auto;
  padding:0.1rem 0.1rem 1.53rem;
  position: relative;
}
.popupCont>div{
  width:100%;
  height:auto;
  min-height: 2rem;
  background-color: #fdfeff;
  border-radius: 0.06rem 0.06rem 0 0;
  padding: 0 0.15rem;
  display: flex;
  flex-direction: column;
	position: relative;
	top:0.12rem;
}
.popupCont>div>h5{
  width: 100%;
  height: 0.45rem;
  line-height: 0.45rem;
  font-size: 0.18rem;
  /* font-weight: bold; */
  text-align: center;
}
.popupCont>div>button{
  width: 1.2rem;
  height: 0.36rem;
  padding: 0;
  margin: 0 auto;
  background: #3C76F4;
  border-radius: 0.04rem;
  position: absolute;
  bottom:-1rem;
  left:calc(50% - 0.6rem);
  font-size: 0.16rem;
  color: #FFFFFF;
  letter-spacing: 0.02rem;
  font-weight: 400;
}
.warnCont>p{
  font-size: 0.13rem;
  color: #333333;
  line-height: 0.22rem;
  font-weight: 400;
}
.warnCont>p:first-child{
  font-size: 0.16rem;
  line-height: 0.25rem;
}
.warnCont>p:nth-child(n+2){
  text-indent: 2em;
}
.warnCont>p:nth-child(3),.warnCont>p:last-child{
  text-align: right;
  margin-top: 0.05rem;
}
.warnCont>p:last-child{
  margin-top: 0rem;
}
.popupUnread>div{
	min-height: auto;
	/* padding-top:0.2rem */
}
.popupUnread>div>h5{
	font-family: PingFangSC, PingFang SC;
	font-weight: 600;
	color: #333333;
	font-size: 0.16rem;
	position: relative;
	top:0.25rem;
}
.popupUnread .warnCont>p{
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 0.4rem;
	color: #3C76F4;
	text-align: center;
	font-style: normal;
	position: relative;
	top:0.35rem;
}
