@charset "utf-8";

body,div,menu,ol,ul,li,dl,dd,dt,h1,h2,h3,h4,h5,h6,input,p,form,header,nav,article,section,aside,footer,video,audio,figure,textarea {
    padding: 0;
    margin: 0;
}
input,select,textarea,img,area {
    outline: none;
    border: none;
}
input,select,textarea {
    background: #FFF;
}
mark {
    background: none;
}
img {
    vertical-align: middle;
    width: 100%;
}
textarea {
    resize: none;
}
li {
    list-style-type: none;
}
body {
    font-size: 16px;
    line-height: 1em;
}
em,i,strong,b,small,h1,h2,h3,h4,h5,h6,address {
    font-style: normal;
}

.fl-c:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.fl-c {
    *zoom: 1;
}
a {
    text-decoration: none;
    outline: none;
    color: inherit;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.no-bt {
    border-top: none !important;
}
.no-br {
    border-right: none !important;
}
.no-bb {
    border-bottom: none !important;
}
.no-bl {
    border-left: none !important;
}
.no-mb{
    margin-bottom: 0!important;
}
.no-mr{
    margin-right: 0!important;
}
body{
    padding-bottom: 70px;
    height: 100%;
    background: #f1f1f1;
}
.wrap {
    width: 6.4rem;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 44px;
   
}

.tit{
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -3.2rem;
    width: 6.4rem;
    background: #fff;
    height: 44px;
    line-height: 44px;
    z-index: 999;
}
.tit a.home-icon{
    float: left;
    display: inline-block;
    height: 44px;
    width: 44px;
    background: url(../images/home-icon.png) 10px 10px no-repeat;
    background-size: 25px;
}
.tit h2{
    font-size: 20px;
    color: #333;
    text-align: center;
}
.block{
    height: .1rem;
    background: #f1f1f1;
}
.f-tip{
    padding:.2rem;
    font-size: 12px;
    line-height: 1.5em;
    color: #999;
}
.foot{
    width: 6.4rem;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -3.2rem;
    z-index: 999;
}

.foot .f-btn{
    background: #fff;
    height: 60px;
}
.foot .f-btn>div{
    float: left;
    font-size: 0;
}
.foot .f-btn .f-icon{
    padding-top: .15rem;
    width: 17%;
    text-align: center;
    font-size: 12px;
    color: #666;
    box-sizing:border-box;
}
.foot .f-btn .f-icon i{
    display: inline-block;
    width: 19px;
    height: 19px;
}
.foot .f-btn .f-icon.icon-comment i{
    background: url(../images/comment.png) no-repeat;
    background-size: 19px;
}
.foot .f-btn .f-icon.icon-appointment i{
    background: url(../images/appointment.png) no-repeat;
    background-size: 19px;
}
.foot .f-btn .f-btn-text{
    line-height: 60px;
    width: 33%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;t
    text-align: center;
}
.foot .f-btn .icon-tel{
    background: #91c0f8;
}
.foot .f-btn .icon-online{
    background: #62a6f5;
}
.flex{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flex1{
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-c{
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-a-c{
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: center;
}
.flex-j-c{
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-a-i{
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

.doc-item .doc-item-cont .doc-name span{
	margin-left:0.1rem;
	font-size: 14px;
}