.imm-nav {
	display: flex;
	box-shadow: 0 2px 0.44rem 0 rgba(226, 235, 244, 0.86);
	background: #fff;
}

.imm-nav li {
	flex: 1;
	font-size: 0.28rem;
	font-family: PingFangSC-Regular;
	color: #999999;
	text-align: center;
	line-height: 0.8rem;
}

.imm-nav .imm-nav-active {
	color: #4893FD;
	font-family: PingFangSC-Medium;
	position: relative;
}

.imm-nav .imm-nav-active:after {
	content: '';
	position: absolute;
	width: 0.28rem;
	border-bottom: solid 0.05rem #2F84FF;
	bottom: 0;
	left: 50%;
	margin-left: -0.14rem;
	box-shadow: 0 0.03rem 0.05rem 0 #A0C2F2;
	border-radius: 1rem;
}

.imm-nav .hot{
	content: '';
	position: absolute;
	right: 50%;
	top: 0.255rem;
	background: #c1c1c1;
	margin-left: -0.015rem;
	height: 0.29rem;
	width: 1px;
}
.consult-ul {
	padding: 0 0.3rem;
}

.consult-item {
	overflow: hidden;
	padding: 0.3rem 0 0.15rem 0;
	border-bottom: solid 1px #D9DCE0;
}

.consult-item-title {
	font-family: Chalkboard;
	font-size: 0.3rem;
	margin-bottom: 0.3rem;
}

.move-photo-list {
	display: flex;
}

.move-photo-list li {
	width: 33.33%;
	margin-bottom: 0.06rem;
}

.move-photo-list li img {
	width: 2.26rem;
	height: 2.26rem;
	margin-right: 0.06rem;
}

.move-photo-list li img:nth-child(3n) {
	margin-right: 0;
}

.member-header {
	display: flex;
	margin-bottom: 0.5rem;
}

.member-nickname {
	flex: 5;
}

.member-nickname img {
	width: 0.2rem;
	margin-left: 0.15rem;
	vertical-align: middle;
}

.member-headphoto {
	flex: 2;
}

.member-headphoto img {
	width: 1.3rem;
	height: 1.3rem;
	float: right;
	border-radius: 50%
}

.member-name {
	font-family: PingFangSC-Medium;
	font-size: 0.48rem;
	margin-bottom: 0.1rem;
}

.member-se {
	font-size: 0.26rem;
	color: #737373;
}

.member-navlist {
	margin-bottom: 0.3rem;
	background: #FFFFFF;
	box-shadow: 0 2px 0.44rem 0 rgba(226, 235, 244, 0.86);
	border-radius: 0.2rem;
}

.navlist-item {
	display: flex;
	line-height: 0.96rem;
	border-bottom: 1px solid #D9DCE0;
	;
}

.navlist-item:last-child {
	border-bottom: 0;
}

.navlist-item .navlist-icon {
	flex: 1;
	text-align: center;
}

.navlist-item .navlist-icon img {
	width: 0.35rem;
	vertical-align: middle;
	margin-top: -0.05rem;
}

.navlist-item .navlist-title {
	flex: 6;
	font-size: 0.3rem;
}

.navlist-item .navlist-title .navlist-tap {
	font-size: 0.26rem;
	color: #FF7417;
	float: right;
}

.navlist-item .navlist-right {
	flex: 1;
	text-align: center;
}

.navlist-item .navlist-right img {
	width: 0.12rem;
}

.quiet-btn {
	background: #FAFCFF;
	box-shadow: 0 2px 0.44rem 0 rgba(226, 235, 244, 0.86);
	border-radius: 1rem;
	text-align: center;
	line-height: 0.9rem;
	font-size: 0.32rem;
	color: #2F84FF;
}

.quiet-btn img {
	width: 0.33rem;
	margin-right: 0.16rem;
	vertical-align: sub;
}

.person-left {
	flex: 1;
	margin-left: 0.3rem;
	font-size: 0.26rem;
}

.person-right {
	flex: 1;
	text-align: right;
	margin-right: 0.3rem;
	color: #8E8E8E;
	font-size: 0.26rem;
}

.right-bg {
	background: url(../../moblie/img/member_righticon.png) calc(100% - 0.3rem) center no-repeat / 0.12rem !important;
	padding-right: 0.52rem !important;
}

.change-headtext {
	line-height: 1.22rem;
}

.change-head {
	width: 0.78rem;
	vertical-align: middle;
	margin: 0.22rem 0;
	height:0.78rem;
	border-radius: 50%
}

.select-box-title {
	font-size: 0.28rem;
	line-height: 0.87rem;
	margin-left: 0.3rem;
	border-bottom: solid 1px #D9DCE0;
}

.select-box-title span {
	font-family: PingFangSC-Light;
	font-size: 0.24rem;
	color: #ACACAC;
}

.per-check-box {
	display: flex;
	flex-flow: row wrap;
	padding: 0 0.3rem 0.3rem 0.3rem;
}

.per-check-box div {
	width: 33.33%;
	margin-top: 0.3rem;
	font-size: 0.26rem;
	color: #9A9A9A;
	padding-left: 0.3rem;
}

input[name='vehicle'] {
	border: 1px solid #C5C5C5;
	border-radius: 50%;
	width: 0.27rem;
	height: 0.27rem;
}

input[name='vehicle']:checked {
	background: url(../img/person_check.png) no-repeat center;
	background-size: cover;
	border: 1px solid #3789fe;
}

.change-phonenum {
	flex: 2;
	font-family: Avenir-Book;
	font-size: 0.28rem;
	color: #8E8E8E;
	width: 66.66%;
}

.get-code {
	font-size: 0.24rem;
	color: #2F84FF;
	width: 1.85rem;
	text-align: center;
	position: relative;
}

.get-code:after {
	content: '';
	position: absolute;
	border-left: solid 1px #CCDBF1;
	height: 0.24rem;
	left: 0;
	top: 50%;
	margin-top: -0.12rem;
}

.next-btn {
	background: #2F84FF;
	box-shadow: 0 2px 0.44rem 0 rgba(226, 235, 244, 0.86);
	border-radius: 1rem;
	line-height: 0.9rem;
	margin-top: 0.65rem;
	text-align: center;
	font-size: 0.32rem;
	color: #FFFFFF;
}

.code-input {
	flex: 2;
	font-size: 0.28rem;
	width: 50%;
}

.address-ul li {
	padding: 0.3rem 0.3rem 0 0.3rem;
	line-height: 0.4rem;
	background: #fff;
	margin-bottom: 0.3rem;
	box-shadow: 0 2px 0.44rem 0 rgba(226, 235, 244, 0.86);
}

.address-head {
	padding-bottom: 0.3rem;
	border-bottom: 1px solid #EBEBEB;
}

.address-realname {
	font-size: 0.28rem;
	color: #666666;
	margin-bottom: 0.06rem;
}

.address-content {
	font-family: PingFangSC-Medium;
	font-size: 0.26rem;
}

.address-footer {
	display: flex;
	padding: 0.14rem 0 0.22rem 0;
}

.address-check-box {
	flex: 1;
}

.address-opra {
	flex: 1;
}

.check-address {
	border-radius: 50% !important;
	float: left;
	margin-top: 0.05rem;
	margin-right: 0.2rem;
}

.check-address:checked {
	background: url(../../moblie/img/address_check.png) no-repeat center /cover !important;
}

.check-address:checked .check-text {
	color: #2F84FF;
}

.address-opra {
	font-size: 0.24rem;
	color: #666666;
	text-align: right;
}

.address-bj {
	display: inline-block;
	margin-right: 0.3rem;
}

.address-bj img {
	width: 0.24rem;
	float: left;
	margin: 0.07rem;
}

.address-del {
	display: inline-block;
}

.address-del img {
	width: 0.2rem;
	float: left;
	margin: 0.07rem;
}

.add-address {
	position: fixed;
	bottom: 0.4rem;
	left: 0.3rem;
	right: 0.3rem;
}

.confer-title {
	font-size: 0.5rem;
	padding: 0.62rem 0.32rem;
	text-align: center;
}

.confer-ov {
	overflow: hidden;
}

.confer-select {
	font-size: 0.24rem;
	color: #B8B8B8;
	position: relative;
	text-align: center;
	margin: 0.34rem 0 0.16rem 0;
}

.confer-select:before {
	content: '';
	border-bottom: 1px solid #DADADA;
	position: absolute;
	width: 0.36rem;
	top: 50%;
	margin-top: -0.005rem;
	left: 30%;
}

.confer-select:after {
	content: '';
	border-bottom: 1px solid #DADADA;
	position: absolute;
	width: 0.36rem;
	top: 50%;
	margin-top: -0.005rem;
	right: 30%;
}

.sf-select {
	display: flex;
	text-align: center;
	font-size: 0.24rem;
	color: #B8B8B8;
}

.doctor {
	flex: 1;
	position: relative;
	padding-bottom: 0.48rem;
}

.doctor img {
	width: 1.45rem;
	margin-bottom: 0.12rem;
}

.normal {
	flex: 1;
	position: relative;
	padding-bottom: 0.48rem;
}

.normal img {
	width: 1.46rem;
	margin-bottom: 0.12rem;
}

.confer-active {
	color: #333333;
}

.select-icon {
	position: absolute;
	top: 4px;
	right: 32%;
	width: 0.37rem !important;
	display: none;
}

.confer-active .select-icon {
	display: block;
}

.confer-item {
	line-height: 1.08rem;
}

.confer-write {
	flex: 4;
	font-size: 0.26rem;
	color: #C0C0C0;
}

.confer-write input {
	font-size: 0.26rem;
	color: #333;
}

.confer-right {
	background-position-x: calc(100% - 0.3rem);
	padding-right: 0;
}

.address-input {
	text-align: left;
	padding-right: 0.3rem;
}

.threecolor {
	color: #333;
}

.set-city {
	flex: 3;
	font-size: 0.28rem;
	color: #C0C0C0;
	text-align: right;
}

.details-title {
	height: 0.85rem;
	line-height: 0.85rem;
	font-size: 0.28rem;
	border-bottom: solid 1px #D9DCE0;
	margin-left: 0.3rem;
	color: #333;
}

.details-text {
	height: 1.65rem;
	font-size: 0.28rem;
	padding-left: 0.3rem;
	padding-top: 0.28rem;
	width: 100%;
}

.set-moren {
	margin: 0.02rem 0.18rem;
}

.set-moren-text {
	font-size: 0.26rem;
	color: #8E8E8E;
}

.my-release-title {
	font-family: PingFangSC-Medium;
	font-size: 0.3rem;
}

.my-release-time {
	margin: 0 0 0.16rem 0 !important
}

.my-release-content {
	color: #505050;
	font-size: 0.28rem;
}

.release-time {
	font-size: 0.24rem;
	color: #A3A3A3;
	margin-top: 0.1rem;
}

.release-time span {
	float: right;
}

.my-release-in {
	display: inline-block;
	font-family: Avenir-Book;
	font-size: 0.24rem;
	color: #878787;
	margin-top: 0.2rem;
}

.my-release-in {
	margin-right: 0.65rem;
}

.my-release-in img {
	width: 0.27rem;
	margin: 0.03rem 0.1rem 0 0;
	float: left;
}

.point-head {
	/*background: url(../../moblie/img/point_bg.png) center center no-repeat / cover;*/
	background-image: url(../../moblie/img/point_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	overflow: hidden;
}

.point-title {
	font-size: 0.26rem;
	color: #C8DEFF;
	position: relative;
	text-align: center;
	margin: 0.72rem 0 0.05rem 0;
}

.point-title:before {
	content: '';
	border-bottom: 1px solid #C8DBFF;
	position: absolute;
	width: 0.21rem;
	top: 50%;
	margin-top: -0.005rem;
	left: 38%;
}

.point-title:after {
	content: '';
	border-bottom: 1px solid #C8DBFF;
	position: absolute;
	width: 0.21rem;
	top: 50%;
	margin-top: -0.005rem;
	right: 38%;
}

.point-num {
	font-family: Avenir-Medium;
	font-size: 0.7rem;
	color: #FFFFFF;
	text-align: center;
	line-height: 0.96rem;
	margin-bottom: 0.2rem;
}

.qd-btn {
	border: 1px solid #FFFFFF;
	border-radius: 1rem;
	width: 1.51rem;
	margin: 0 auto 0.57rem auto;
	color: #FFF;
	font-size: 0.24rem;
	text-align: center;
	line-height: 0.47rem;
}

.qd-btn img {
	width: 0.2rem;
	margin-right: 0.1rem;
}

.point-list {
	padding-left: 0.3rem;
	background: #fff;
	margin-top: 0.2rem;
	position: relative;
	box-shadow: 0 2px 0.44rem 0 rgba(226, 235, 244, 0.86);
}

.sanjiao {
	position: absolute;
	width: 0.33rem;
	top: -0.17rem;
	left: 25%;
	margin-left: -0.165rem;
	box-shadow: 0 2px 0.44rem 0 rgba(226, 235, 244, 0.86);
}

.point-item {
	padding: 0.28rem 0.3rem 0.2rem 0;
	display: flex;
	border-bottom: 1px solid #D9DCE0;
}

.point-item:last-child {
	border-bottom: 0
}

.point-item-content {
	flex: 3;
	font-size: 0.28rem;
}

.point-item-time {
	font-family: Avenir-Book;
	color: #8D8D8D;
}

.point-item-num {
	flex: 1;
	font-family: Avenir-Medium;
	font-size: 0.4rem;
	color: #EF4545;
	line-height: 0.76rem;
	text-align: center;
}

.point-item-num-zc {
	flex: 1;
	text-align: right;
}

.point-item-content-zc {
	flex: 1;
	font-size: 0.28rem;
}

.zc-proname {
	margin-top: 0.1rem;
}

.money-num {
	font-family: Avenir-Medium;
	font-size: 0.4rem;
	color: #62CD32;
}

.dd-num {
	font-size: 0.24rem;
	color: #8D8D8D;
}

.message-list {
	padding: 0 0.3rem;
}

.message-item {
	border-bottom: solid 1px #D9DCE0;
	padding-top: 0.3rem;
}

.message-item .down {
	height: 0.45rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-wrap: break-word;
}

.message-item-title {
	font-family: PingFangSC-Medium;
	font-size: 0.32rem;
	line-height: 0.45rem;
}

.message-item-time {
	font-family: Avenir-Book;
	font-size: 0.26rem;
	color: #ADADAD;
	float: right;
}

.message-item-content {
	font-size: 0.28rem;
	color: #8F8F8F;
	padding: 0.05rem 0.4rem 0 0;
	margin-bottom: 0.22rem;
	position: relative;
}

.arrowUp {
	position: absolute;
	right: 0.2rem;
	top: 0.06rem;
}

.arrowUp:after {
	content: '';
	display: inline-block;
	width: 0.12rem;
	height: 0.12rem;
	border-top: 1px solid #656565;
	border-right: 1px solid #656565;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.arrowdown {
	position: absolute;
	right: 0.2rem;
	top: 0rem;
}

.arrowdown:after {
	content: '';
	display: inline-block;
	width: 0.12rem;
	height: 0.12rem;
	border-top: 1px solid #656565;
	border-right: 1px solid #656565;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.nav-list-item-unit {
	font-family: Avenir-Book;
	font-size: 0.28rem;
	color: #999999;
	margin-right: 0.3rem;
	right: 0.3rem
}

.basic-write {
	flex: 1;
	width: 50%;
	font-family: Avenir-Book;
	font-size: 0.28rem;
	text-align:right !important;
}

.record-list {
	position: fixed;
	bottom: 0.23rem;
	font-size: 0.24rem;
	color: #FF7417;
	left: 50%;
	margin-left: -1.135rem;
}

.record-list img {
	margin-right: 0.12rem;
	width: 0.23rem;
	float: left;
	margin-top: 0.03rem;
}

.record-nobg {
	text-align: center;
	font-size: 0.26rem;
	color: #808080;
}

.record-nobg img {
	width: 3.88rem;
	display: block;
	margin: 2.8rem auto 0.66rem auto;
}

.record-list-time {
	padding: 0.3rem 0;
	font-family: Avenir-Book;
	font-size: 0.26rem;
}

.record-list-time img {
	width: 0.32rem;
	float: left;
	margin: 0 0.17rem;
}

.meeting-header {
	padding: 0 0.3rem 0.5rem 0.3rem;
	margin-bottom: 0.2rem;
}

.meeting-title {
	font-family: PingFangSC-Medium;
	font-size: 0.36rem;
	text-align: center;
	padding: 0.26rem 0;
}

.meeting-header img {
	width: 100%;
	display: block;
}

.meeting-intro {
	padding: 0.28rem 0.3rem 3rem 0.3rem;
	font-size: 0.26rem;
	color: #333333;
	line-height: 0.37rem;
}

.meeting-intro-title {
	font-size: 0.32rem;
	margin-bottom: 0.5rem;
	text-align: center;
	position: relative;
}

.meeting-intro-title:after {
	content: '';
	border-bottom: solid 0.02rem #2F84FF;
	position: absolute;
	width: 0.3rem;
	opacity: 0.45;
	background: #2F84FF;
	border-radius: 100px;
	left: 50%;
	margin-left: -0.15rem;
	top: 0.6rem;
}

.meeting-jj {
	margin-bottom: 0.23rem;
}

.meeting-time {
	margin-bottom: 0.15rem;
}

.metting-qd-btn {
	margin: 0.2rem 0.3rem 0 0.3rem;
}
.file-input{
	position: absolute;
	width: 0.78rem;
	height: 0.78rem;
	top: 0.22rem;
	right: 0;
	z-index: 1;
	opacity: 0;
}

.tip-bg{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 10;
	background-color: rgba(0,0,0,0.65);
}
.tip-box{
	width: 6.16rem;
	background-color: #fff;
	position: fixed;
	display: none;
	left: 50%;
	top: 50%;
	margin-left: -3.08rem;
	transform: translateY(-50%);
	border-radius: 0.2rem;
	z-index: 11;
	padding: 0.4rem 0 0.9rem;
	text-align: center;
}
.tip-box .img{
	display: block;
	width: 3.18rem;
	margin: 0 auto 0.2rem;
}
.tip-box .title{
	color: #333;
	line-height: 1.38;
	font-size: 18px;
}
.tip-box .tit{
	font-size: 15px;
	color: #333;
	line-height: 1.4;
	margin: 5px 0 4px;
}
.tip-box .tit span{
	color: #DF6976;
}
.tip-box .fa{
	font-size: 14px;
	color: #8D8D8D;
	line-height: 1.4;
}
.tip-box .arr-img{
	display: block;
	width: 0.37rem;
	position: absolute;
	right: 0.3rem;
	top: 0.3rem;
}