
*{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
    font-family:HiraginoSansGB;
    font-weight:normal;
}
html{height:100%;}
body{ margin:0px; padding:0px; position:relative; height:100%;}
*{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
    font-family:HiraginoSansGB;
    font-weight:normal;
}
body{
    padding-top: 0.1px;
}
input{  
	background:none;  
	outline:none;  
}
input:focus{   
	border:none;
}
.row-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.row-start {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.row-end {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.row-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.row-around {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.column-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.column-start {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.column-end {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.column-between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.column-start-start {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.column-between-start {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.column-align-start {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-line-clamp-one {
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-line-clamp-two {
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-line-clamp-three {
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.titleBack-img-css{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.bottom-log{
    width: 100%;
    padding-bottom: 1rem;
}

.bottom-log-a{
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 1rem;
    padding-bottom: 0rem;
}
.headline-text{
    font-size:0.52rem;
    font-family:HiraginoSansGB;
    font-weight:bold;
    color:rgba(255,255,255,1);
    text-align: center;
    margin-top: 1.2rem;
}

.form-div{
    width: 94%;
    background:white;
    border-radius: 0.325rem;
    padding: 0.1475rem;
    margin: 0.685rem auto 0;
}
.form-item{
    width: 100%;
    border-bottom: 1px solid #E8E8E8;
    padding: 1rem 0;
	font-size:0.26rem;
	color:#333;
}
.form-item .list_right {
	width: 0.3rem;
	height: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.form-item .list_right img {
	display: block;
	width: 0.136rem;
	height: 0.232rem;
}
.form-input{
    width: 70%;
	line-height:0.4rem;
	margin:0.25rem 8px 0.25rem;
    font-size:0.25rem;
    color:rgba(153,153,153,1);
	font-family:Arial, Helvetica, sans-serif;
    border: none;
	text-align:right;
}

.login .form-input{
    width: 100%;
	line-height:0.4rem;
	margin:0.25rem 0 0.25rem;
    font-size:0.3rem;
    color:rgba(153,153,153,1);
	font-family:Arial, Helvetica, sans-serif;
    border: none;
	text-align:left;
}

.form-div input::-webkit-input-placeholder{
  color:rgba(153,153,153,1);
  font-size:0.26rem;
}

.form-div input:-moz-placeholder{
  color:rgba(153,153,153,1);
  font-size:0.26rem;
}

.form-div input::-moz-placeholder{
  color:rgba(153,153,153,1);
  font-size:0.26rem;
}

.form-div input:-ms-input-placeholder{
  color:rgba(153,153,153,1);
  font-size:0.26rem;
}
.auth-code{ font-size:0.26rem;}
.submit-but{
    width:100%;
    height:0.8rem;
    background:#0096ff;
    box-shadow:0px 0px 0.33rem 0px rgba(162,180,221,0.73);
    border-radius: 0.40625rem;
    border: none;
    font-size:0.33rem;
    color:white;
}
.other_login a{ font-size:0.28rem; color:#111; text-decoration:none;}

.fixed {
	position: fixed;
	width: 100%;
	height: auto;
	bottom: 0;
	left: 0;
	box-shadow: 0 -4px 4px 0 rgba(0,0,0,0.06);
	padding-bottom: calc(env(safe-area-inset-bottom));
	z-index: 99;
	box-sizing: border-box;
	background: #fff;
}
.sub-nav {
	width: 100%;
	height: 0.98rem;
	overflow: hidden;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sub-nav dd {
	flex: 1;
	width: 1px;
	height: 100%;
}
.sub-nav.nav-b5 dd .nav-b5-relative {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.sub-nav.nav-b5 dd>img, .sub-nav.nav-b5 dd>span {
	display: block;
}
.sub-nav.nav-b5 dd .big {
	width: 0.8rem;
	height: 0.8rem;
}
.sub-nav.nav-b5 dd.last {
	border-right: 0;
}
.nav-b5-relative img {
	/*width: 0.46rem;*/
	height: 0.46rem;
}
.nav-b5-relative span {
	font-size: 0.24rem;
	line-height: 0.3rem;
	display: block;
}
.sub-nav.nav-b5 dd a {
	color: #666666;
	border-radius: 0; /* background:#f1f1f1; */
	text-decoration:none;
}
.sub-nav.nav-b5 dd.active a {
	color: #e4393c;
	border-radius: 0; /* background:#f1f1f1; */
}
.sub-nav.nav-b5 dd a:active {
	background: #f7f7f7;
}
.sub-nav.nav-b5 dd a.more {
	position: relative;
}
.sub-nav.nav-b5 dd .arrow {
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 10px;
	height: 10px;
	background: url("../images/distribution2.png") no-repeat -161px -455px;
	background-size: 300px 1000px;
}
.sub-nav.nav-b5 dd i {
	display: block;
	margin: 5px auto 0px auto;
	width: 22px;
	height: 22px;
	width: 100%;
}
.sub-nav.nav-b5 dd.active .icon-nav-home {
	background-position: 0 -66px;
}
.sub-nav.nav-b5 dd.active .icon-nav-search {
	background-position: -32px -66px;
}
.sub-nav.nav-b5 dd.active .icon-nav-store {
	background-position: -64px -66px;
}
.sub-nav.nav-b5 dd.active .icon-nav-cart {
	background-position: -94px -66px;
}
.sub-nav.nav-b5 dd.active .icon-nav-order {
	background-position: -126px -66px;
}
.sub-nav.nav-b5 dd.active .icon-nav-bag {
	background-position: -154px -66px;
}
.sub-nav.nav-b5 dd.active .icon-nav-heart {
	background-position: -186px -66px;
}

.header {
	width: 100%;
	height: 1.7rem;
	padding: 0 0.52rem;
	padding-top: 0.5rem;
	padding-bottom: 0.19rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-image: url(../m/member_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	flex-direction: column;
}
.header .user {
    width: 100%;
    height: 1.2rem;
    display: flex;
    align-items: center;
}
.header .user .user_icon {
	width: 0.9rem;
	height: 0.9rem;
	display: block;
	border-radius: 100%;
}
.header .user .user_icon img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
}
.header .user .user_msg {
    margin-left: 0.2rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding: 0.15rem 0;
    box-sizing: border-box;
}
.header .user .user_msg .hospital {
    height: 0.42rem;
    text-align: center;
    line-height:0.42rem;
    font-size:0.28rem;
	color: #FFF;
}
.header .user .user_msg .user_name {
    font-size: 0.32rem;
    line-height: 0.42rem;
	font-weight:bold;
    height: 0.42rem;
    color: #FFF;
}
.header .content {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .content .list {
	width: 1.1rem;
	height: auto;
}
.header .content .list .num {
	line-height: 0.42rem;
	font-size: 0.36rem;
	color: #fff;
	width: 100%;
	text-align: center;
	height: 0.42rem;
}
.header .content .list .name {
	line-height: 0.33rem;
	width: 100%;
	height: 0.33rem;
	text-align: center;
	color: #fff;
}
/*我的*/
.my {
	width: 100%;
	height: auto;
	padding-bottom: 2.5rem;
	box-sizing: border-box;
	background: #fff;
	margin-top: 0.2rem;
}
.my .my_list {
	width: 90%;
	margin:0 auto;
	height: 1.1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	box-sizing: border-box;
	border-bottom: 1px solid #ececec;
}
.my .my_list .text {
	font-size: 0.3rem;
	color: #363636;
	line-height: 0.42rem;
}
.my .my_list .list_right {
	width: 0.3rem;
	height: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.my .my_list .list_right img {
	display: block;
	width: 0.136rem;
	height: 0.232rem;
}

/*病例列表*/
.bingli_tit{
    font-size:0.46rem;
    font-family:HiraginoSansGB;
    font-weight:bold;
    color:rgba(255,255,255,1);
    text-align: left;
	width:90%;
	margin:0 auto;
    margin-top: 0.52rem;
	margin-bottom:0.52rem;
}
.bingli_tit_index{
    font-family:HiraginoSansGB;
    font-weight:bold;
    color:rgba(255,255,255,1);
    text-align: center;
	width:90%;
	margin:0 auto;
    margin-top: 1.12718rem;
	margin-bottom:1.5rem;
}
.bingli_tit_index p{font-size:0.426rem;}
.bingli_tit_index p b{ font-size:0.426rem;font-weight:bold;}
.bingli_tit_index .hospital{ font-size:0.34rem;}

.bingli-text{font-size:18px;font-family:HiraginoSansGB; margin:7px 12px; font-weight:bold;}
.bingli-text-con{ font-size:14px; background:#f5f5f5; padding:5px 10px;margin:7px 12px;}
.bingli_list {
	width:90%;
	padding:0px 0 1.5rem;
	height: auto;
	margin:0 auto;
	box-sizing: border-box;
	margin-top: 0.2rem;
}
.bingli_item {
	width: 100%;
	height: 1.7rem;background: #fff;
	display: flex;
	margin:0px 0px 12px;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.26rem;
	box-sizing: border-box;
	border-bottom: 1px solid #ececec;
	border-radius:0.2rem;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.bingli_list .bingli_item .text {
	font-size: 0.32rem;
	color: #313131;
	font-weight:bold;
	line-height: 0.42rem;
}
.bingli_list .bingli_item .list_right {
	width: 1.2rem;
	height: 0.3rem;
	font-size: 0.22rem;
	align-items: center;
	color:#666666;
	text-align:right;
}
.bingli_list .bingli_item .list_right img {
	display: block;
	width: 0.136rem;
	height: 0.232rem;
}
.btn-submit{ background:#0096ff;}
.bingli_list .btn-submit{ background:#0096ff; margin-top:0.5rem; border-radius:0.9rem;}

.bingli_btn{ width:90%; margin:0 auto;}
.bingli_btn .bingli_list_tit{
    font-size:0.3rem;
    font-family:HiraginoSansGB;
    font-weight:bold;
    text-align: left;
	margin:0 auto;
	color:#333;
    margin-top: 1.12718rem;
	margin-bottom:0.2rem;
}
.bingli_btn li{ list-style:none; margin-bottom:15px;}
.bingli_btn li.case2 {
	overflow: hidden;
	padding: 0 15px;
	margin-top: 10px;
	display:block;position:relative;
	background: #fff;
	display: flex;
	margin:0px auto 0.4rem;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	border-bottom: 1px solid #ececec;
	border-radius:0.2rem;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}

/*order_data*/
.order_data {
	padding:0 0 15px;
}
/*order_item*/
.order_item {
	overflow: hidden;
	padding: 10px 15px 10px;
	margin-top: 10px;
	display:block;position:relative;
	background: #fff;
	display: block;
	margin:0px 0px 13px;
	align-items: center;
	justify-content: space-between;

	box-sizing: border-box;
	/*border-radius:0.2rem;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);*/
}

.order_item a{ text-decoration:none;}
.order_item .order_info{padding-top:6px;overflow: hidden; }
.order_item .order_info h2{ border-bottom:1px solid #f7f7f7; font-size:15px; line-height:36px; margin-bottom:6px; font-weight:normal;}
.order_item .order_info p{ color:#444;  line-height:32px;font-size:16px;}
.order_item .order_info p b{font-size:14px;font-weight:normal;}
.order_item .order_more{ float:right; line-height:30px;}
.order_item .status{position:absolute;right:15px;top:22px;color:#ccc;}
.order_item .status_ok{color:#0096ff;}
.order_item .status_cancel{color:red;}

.no-data{
	margin-top: 20px;
	text-align: center;
}
.no-data-img{
	width: 80px;
	height: auto;
	margin: 0 auto;
	margin-top: 80px;
	text-align: center;
}

.no-data-img img{
	width: 80px;
	height: auto;
}

.no-data-desc{
	margin-top: 15px;
	font-size: 16px;
	color: #9B9B9B;;
}

.no-data-btn{
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #0096ff;
	border-radius: 20px;
	color:#0096ff;
	font-weight: bold;
	font-size: 16px;
	margin-top: 20px;
}
.weui-picker__item{ font-size:16px;}
.weui-msgbox{  
    display:flex;
    align-items: center;
    justify-content:center;}
.weui-msgbox p{
	font-size:0.3rem;color: #bbbbbb;
	line-height:0.2rem;
padding: 1rem 15px;}

.bingli_tongji {
	overflow: hidden;
	padding: 0.4rem 15px;
	margin-top: 10px;
	display:block;position:relative;
	background: #fff;
	display: flex;
	margin:0px auto 0.4rem;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	border-bottom: 1px solid #ececec;
	border-radius:0.2rem;
	width:90%;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
.bingli_tongji ul{ display:block; width:100%;}
.bingli_tongji ul li{ float:left; width:25%; text-align:center; list-style:none; font-size:0.52rem; font-family:Arial, Helvetica, sans-serif;}
.bingli_tongji ul li p{ font-size:0.24rem; color:#555}

/*
微信文章样式
*/
.weui-content{
     padding: 20px 16px 12px;
     padding-top: 32px;
     word-wrap: break-word;
     position: relative;
     background-color: #fff;
 }
.weui-c-inner{
    max-width: 677px;
    margin-left: auto;
    margin-right: auto;
}
.weui-c-content{

}
.weui-c-title{
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 14px;
    font-weight: 400;
}
@supports (-webkit-overflow-scrolling:touch) {
    .weui-c-title {
        font-weight: 700
    }
}
.weui-c-meta{
    margin-bottom: 22px;
    line-height: 20px;
    font-size: 0;
    word-wrap: break-word;
    word-break: break-all
}
.weui-c-meta em{
    font-style: normal;
    color:rgba(0,0,0,0.3);
}
.weui-c-nickname{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 0;
    font-size: 15px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.weui-c-article {
    overflow: hidden;
    color: #333;
    font-size: 17px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: justify
}

.weui-c-article * {
    max-width: 100% !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    word-wrap: break-word !important
}

.weui-c-article p {
    clear: both;
    min-height: 1em ;
    text-indent: 2em;
	 padding-bottom: 1em;
}

.weui-c-article em {
    font-style: italic
}

.weui-c-article fieldset {
    min-width: 0
}

.weui-c-article .list-paddingleft-2 {
    padding-left: 2.2em
}

.weui-c-article .list-paddingleft-2 .list-paddingleft-2 {
    padding-left: 30px
}

.weui-c-article blockquote {
    margin: 0;
    padding-left: 10px;
    border-left: 3px solid #dbdbdb
}
.weui-c-article img {
    height: auto !important;
    display: block;
    width: 100%;
    max-width: 100%;
}


.weui-c-tools{
    font-size: 15px;
    padding-top: 24px;
    overflow: hidden;
    line-height: 32px;
}
.weui-c-tools a{
    margin-right: 20px;

}
.weui-c-readnum{
    display: inline-block;
    margin-right: 20px;
    color: rgba(0,0,0,0.3);
}
.weui-c-like{
    min-width: 2.5em;color: #576b95;
    text-align: right;
    float: right;
    margin-left: 10px;
    display: inline-block;
}
.weui-c-like .icon{
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAA+CAYAAAA1dwvuAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACd0lEQVRYhe2XMWhUMRjHfycdpDg4iJN26CQih4NUlFIc3iTasaAO+iZBnorIId2CDg6PLqWDXSy0p28TJ6ejILgoKiLFSeRcnASLnDf2HPKll8b3ah5NQPB+cHzJl0v+73J5Sf6NwWCAD6kqxoEV4BywCTwA2j59V9QlxrxUNJeBOSkfBtaAHvDcp/O+GkJHJd4H7kr5nm/nOkJHJH4FHkv5WAyhUxLfAgelvBlUKFXFBNCU6oYl+j6oEHohADwFtoDTUn8dTChVxX7gjlSfSJyS+CaYEDCPXs4d4IXkzDR+8BWqfI9SVUyil/ENST20ml8BF4Afu4z9HT3V80B/TAY9CxTABNAHxp1Oj4B1q34dWAamGa5Al0PALfSs3TS/aE1EcERWgQXgozPIN+Ai6O2ljFQVM8BLZJqN0KTEhgj9kvrViqf1wYz5BcoXQ38Pg9uckfiuSigU0xLXowmlqpgCjgNd4FM0IeCKxGcmEUtoRqLZScILpaqYA06iN9/tTTfGLzKvxLKdDCqUquIEcB59xK9GE2J4xLeBn3ZD1abaq/sQqSpmgWvo82rBbTdCPeAA4N69/noXS1XhphaBz27SPPVtapz/FXSBFsNDcgcN3wvkiBEjRoSndAtqLXXKvuvtYfMs+SP3T3tYm6ge1iaqh7UJ62HRTqNZko/mYV3CeVjA9rAuUTxsGd4edrcX1vWwddn2sHmWaA/bWuq4HnYLff3aC7U8bAiaMPyPJp3GhnxCUOlhQxPdwxrieViLbp4lUT2sIbqHNcTzsBYbeZZE9bCGeB7WIrqHNbTzLNnhYWMIlXpYI9Rz8gM8/GsFi3mW/Ace9jf8QZwIX5o4uQAAAABJRU5ErkJggg==) no-repeat 0 0;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    display: inline-block;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: relative;
    top: 1px;
    cursor: pointer;
}
.weui-c-like .on{
    background-position: 1px -22px;
}
.weui-c-like span{
    margin-left: -3px;
    display: inline-block;
    vertical-align:middle;
    color: #576b95;
}

/*bottom-logo*/
.bottom-logo{ width:20%; margin:0 auto; position:absolute; left:50%; margin-left:-10%; bottom:1.2rem;}
.bottom-logo img{ width:100%;}

.ul_pro {
	background-color: #CED3D9;
	text-align: center;
	padding: 4px 2px;
	font-size: 14px;pointer-events: none;
}
.ul_pro li {
	float: left;
	width: 11.11%;
	padding: 2px;
	box-sizing: border-box;
}
.ul_pro .li_close {
	float: right;
	width: 22.22%;
}
.ul_pro .li_close span {
	background-color: #ACB3BB;
}
.ul_pro .li_clean {
	float: right;
	width: 22.22%;
}
.ul_pro li span {
	display: block;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 2px 2px 2px #888888; /* max-width:48px; margin:0 auto; */
	line-height: 32px;
	padding-top: 2px;
}
.ul_pro li span:active {
	background-color: #4DA9F2;
	color: #fff;
}
.ul_input {
	padding: 0px 0px 10px;
	margin: 0 auto;overflow:hidden;
}
.ul_input li {
	float: left;
	width: 17%;
	padding:2% 4% 2% 0;
	text-align: center;
}
.ul_input li span {
	display: block;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 100%;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	font-size:16px;
	font-family:sans-serif;
}
.ul_keybord {
	background-color: #CED3D9;
	text-align: center;
	padding: 6px 2px;
	font-size: 14px;
	overflow:hidden;
}
.ul_keybord li {
	float: left;
	width: 10%;
	padding: 2px 2px 6px;
	box-sizing: border-box;
}
.ul_keybord .ikey20 {
	margin-left: 5%;
}
.ul_keybord .li_w {
	width: 11.11%;
}
.ul_keybord .li_close {
	float: right;
	width: 22.22%;
}
.ul_keybord .li_close span {
	background-color: #ACB3BB;
}
.ul_keybord .li_clean {
	float: right;
	width: 22.22%;
}
.ul_keybord li span {
	display: block;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 2px 2px 2px #888888; /* max-width:48px; margin:0 auto; */
	line-height: 32px;
	padding-top: 2px;font-family:sans-serif;
}
.ul_keybord li.ikey19 span{font-size:12px;}
.ul_keybord li.ikey27 span{font-size:12px;} 
.ul_keybord li span:active {
	background-color: #4DA9F2;
	color: #fff;
}

.tips{ clear:both;}
.fangan-item .weui-form-hebing{border:none;overflow: hidden;}
.fangan-item .weui-form-hebing .weui-form-li{float:left;width:50%;overflow: hidden;border:none;}
.fangan-item .weui-form-hebing .weui-form-li .weui-icon-radio{margin-left:0px;margin-top:16px;}
.fangan-item .weui-form-hebing .weui-form-li .weui-form-text{margin-left:28px;}

/*help*/
.help{text-align:center;line-height:0.6rem;font-size:0.4rem;}
.help a{font-size:0.3rem; color:#666666;}
.help a i{ background: transparent url(/public/static/m/help.png) no-repeat 0 0;
    width: 1.1em;
    height: 1.4em;
	padding-left:6px;margin-right:0.05rem;
    vertical-align: middle;
    display: inline-block;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;}
.help div img{width:100%;}

.more_date{ float:right;font-size:12px;}
.more_date i{ background: transparent url(/public/static/m/help.png) no-repeat 0 0;
    width: 1.1em;
    height: 1.4em;
	padding-left:6px;margin-right:0.05rem;
    vertical-align: middle;
    display: inline-block;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;}

.order_count{clear:both;line-height:36px;display:block;overflow:hidden;border-top:1px solid #f7f7f7;}
.order_count b{font-weight:bold;}


.top-menu {
	width: 100%;
	height: auto;
	padding-bottom: calc(env(safe-area-inset-bottom));
	z-index: 99;
	box-sizing: border-box;
	background: #fff;
	width: 100%;
	height: 0.98rem;
	overflow: hidden;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom:1px solid #ececec;
}

.top-menu dd {
	flex: 1;
	width: 1px;
	height: 100%;
}
.top-menu dd .tab {
	width: 100%;
	height: 70%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position:relative
}
.top-menu dd .tab span {
	font-size: 0.24rem;
	line-height: 0.3rem;
	display: block;
}
.top-menu .nav-b5-relative span {
	font-size: 0.24rem;
	line-height: 0.3rem;
	display: block;
}
.top-menu .sub-nav.nav-b5 dd a {
	color: #666666;
	border-radius: 0; /* background:#f1f1f1; */
	text-decoration:none;
}
.top-menu .sub-nav.nav-b5 dd .on { color: #007bd4; }

.top-menu .sub-nav.nav-b5 dd .on:before  { position: absolute; left: 50%; bottom: 0; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); content: ''; width: .54rem; height: .07rem; background: #007bd4; -webkit-border-radius: .04rem; border-radius: .04rem; }

/* 上传图片*/
.uploader-list{}
.uploader-list .file-item{ float:left;margin-right:0.1rem;}