@charset "utf-8";
html { font-size: 62.5%; }
@media screen and (min-width:320px) and (max-width:375px) {
html { font-size: 55.5% }
}
@media screen and (min-width:376px) and (max-width:414px) {
html { font-size: 62.5% }
}
@media screen and (min-width:415px) and (max-width:639px) {
html { font-size: 62.5% }
}
@media screen and (min-width:640px) and (max-width:719px) {
html { font-size: 62.5% }
}
@media screen and (min-width:720px) and (max-width:749px) {
html { font-size: 62.5% }
}
@media screen and (min-width:750px) and (max-width:799px) {
html { font-size: 62.5% }
}
@media screen and (min-width:800px) {
html { font-size: 62.5% }
}
body, h1, h2, h3, p, div, ol, ul, input, button { margin: 0; padding: 0 }
body { text-align: left; -webkit-text-size-adjust: none; overflow-x: hidden; background: #f4f4f4; font-size: 1.6rem !important; }
ol, ul { list-style: none }
input, button, textarea { border: 0; border-radius: 0; background: transparent; -webkit-appearance: none; -webkit-box-sizing: border-box; box-sizing: border-box }
a { text-decoration: none }
a, button, input, textarea { -webkit-tap-highlight-color: rgba(0, 0, 0, 0; ) -webkit-user-modify:read-write-plaintext-only;
}
input:focus { -webkit-tap-highlight-color: rgba(0, 0, 0, 0; ) -webkit-user-modify:read-write-plaintext-only;
}
dd, dt, dl { margin: 0; padding: 0; list-style-type: none; }
h1, h2, h3, h4, h5, h6 { line-height: 1.75; margin: 0 }
.clearfix { zoom: 1; }
.clearfix:after { content: " "; display: block; clear: both; height: 0; }
button { outline: 0 }
/* ============================================================
   flex：定义布局为盒模型
   flex-v：盒模型垂直布局
   flex-1：子元素占据剩余的空间
   flex-align-center：子元素垂直居中
   flex-pack-center：子元素水平居中
   flex-pack-justify：子元素两端对齐
   兼容性：ios 4+、android 2.3+、winphone8+
   ============================================================ */
.flex { display: -webkit-box;display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.flex-v { -webkit-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.flex-1 { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
.flex-align-center { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.flex-pack-center { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.flex-pack-justify { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
a, a:link { color: #009ae0; }
.l { float: left; }
.r { float: right; }
.wrapper { height: 100%; }
#header { width: 100%; background: #fff; color: #009ae0; height: 50px; line-height: 50px; overflow: hidden; top: 0; z-index: 9999; position: fixed; }
#header a { color: #009ae0; display: block; height: 50px; padding: 0 5px; }
#header .top { position: relative; }
.top_btnL { position: absolute; left: 5px; top: 0; }
.top_btnR { position: absolute; right: 5px; top: 0; }
.top_btnR a { float: right }
.top_btnL .iconfont { padding: 0 5px; }
.top_btnL .icon-arrowsleft { float: left; padding-top: 2px; }
header .mui-title { text-align: center; font-size: 2rem }
.top_btnclose { position: absolute; left: 70px; }
.mui-bar-nav .iconfont { font-size: 3rem; }
.mui-bar-nav .iconfont.icon-xiaoxi { position: relative; color: #fff; font-size: 2.6rem; }
.icon-xiaoxi span { padding: 0 3px; position: absolute; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; top: 0; right: -5px; background: #ff0000; font-size: 1rem; color: #fff; text-align: center; max-width: 18px; min-width: 14px; height: 14px; overflow: hidden; line-height: 14px; -webkit-border-radius: 16px; -moz-border-radius: 16px; -o-border-radius: 16px; border-radius: 16px; }
#footer {position: fixed; z-index: 810;  width: 100%; height: 60px; line-height: 22px; background: #f7f7f6; background: -webkit-linear-gradient(top, #f7f7f7, #e8e7e7); background: -moz-linear-gradient(top, #f7f7f7, #e8e7e7); background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f7f7f7), to#e8e7e7); background: -o-linear-gradient(top, #f7f7f7, #e8e7e7); bottom: 0; overflow: hidden; border-top: #DDDDDD 1px solid; }
#footer ul { margin: 0 0%; }
#footer li { float: left; width: 25%; height: 60px; position: relative; text-align: center; }

#footer i.iconfont { font-size: 2.6rem; display: block; }
#footer i.icon-tubiao14 { font-size: 1rem; }
#footer a.current { color: #009ae0; border-right: none; }
#footer a.current .icon-home:before { content: "\e60a"; }
#footer a.current .icon-group:before { content: "\e608"; }
#footer a.current .icon-hospital:before { content: "\e609"; }
#footer a.current .icon-user:before { content: "\e605"; }
#footer span { display: block; font-size: 1.4rem; }
#footer a { display: block; margin: 0 auto; width: 100%; height: 60px; padding-top: 10px; color: #a2a2a2; }
#footer a u{
  content:'';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  z-index: -1;
  transition: 0.1s linear;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
#footer a u.unfd{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
#footer a:focus{
  #f4f4f4;
}
#gototop { position: absolute; position: fixed; bottom: 15%; right: 10px;
filter:alpha(opacity=80 finishopacity=50 style=1 startx=0, starty=0, finishx=0, finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr="#85bc1f", endcolorstr="#349f11", gradientType=0);
-ms-filter:alpha(opacity=80 finishopacity=50 style=1 startx=0, starty=0, finishx=0, finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr="#85bc1f", endcolorstr="#349f11", gradientType=0);/*IE8*/
background: #f0f0f0; background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(251, 251, 251, 0.8)), to(rgba(232, 232, 232, 0.8))); background: -moz-linear-gradient(top, rgba(251, 251, 251, 0.8), rgba(251, 251, 251, 0.8)); background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(251, 251, 251, 0.9)), to(rgba(232, 232, 232, 0.9))); background: -o-linear-gradient(top, rgba(251, 251, 251, 0.8), rgba(251, 251, 251, 0.8)); -webkit-border-radius: 200px; -moz-border-radius: 200px; -o-border-radius: 200px; border-radius: 200px; border: #c7c7c7 1px solid; overflow: hidden; }
#gototop  a{ width: 40px; height:40px; text-align: center; display:block; color: #999; font-size: 12px; line-height: 14px; padding: 10px 0 10px 0;}
#gototop .iconfont { display: block; font-size: 22px; line-height: 24px; color: #999; }
.content { padding-top: 44px; padding-bottom: 60px; }
.focusblock { width: 100%; height: 46.666666vw; overflow: hidden; text-align: center; background: #fff; padding-bottom: 14px; }
.searchBlock { background: #fff; padding-top: 10px; padding-bottom: 10px; }
.searchBox { height: 40px; margin: 0px 16px; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; overflow: hidden; border: #009ae0 1px solid; }
.searchInput input { border: 0; padding:0px 45px 0px 10px; margin-bottom:0; margin-top:10px; line-height:20px; height:20px;  }
.searchBtn { position: absolute; top: 0; right: 0; width: 40px; height: 38px; }
.searchBtn input { width: 100%; height: 100%; background: url(../img/searchBtn.svg) no-repeat center center; background-size: 80% 80%; border: 0 }
.bigMenu { overflow: hidden; margin: 14px 0 0px 0; padding-bottom: 0px; text-align: center; }
.bigMenu .flex-pack-justify > div{ width:30%;}
.bigMenu div img { width: 75%; margin:0 auto }
.bigMenu a, .minorMenu a { color: #333333; }
.minorMenu { background: #FFFFFF; overflow: hidden; padding: 14px 10px; margin-bottom: 10px; text-align: center; }
.minorMenu .flex-pack-justify > div{ width:25%;}
.minorMenu div img { width: 70%; margin:0 auto}
.maincont { background: #F4F4F4; padding: 5px 0px 0; text-align: left; }
.maincont .title { font-size: 1.8rem; color: #009AE0; padding: 10px 16px;  background: #F4F4F4; }
.ResultList { background: #f4f4f4;}
.ResultList .title { font-size: 1.6rem; color: #333; padding:11px 10px; background: #f4f4f4; }
.ResultList .title span { float: right; font-size: 1.4rem; color: #999999;font-weight: normal; }
.ResultList .title span a {color: #999999; }
.ResultList .title span a.curent { color: #009ae0; }
.ResultList .title span.more a{ color:#009ae0;}
.ResultListbox { background: #fff; padding:12px 0px; border-bottom: 1px solid #F3F3F3; overflow: hidden;}
.nobottom{ margin-bottom:0;}
.ResultListbox .title { font-size: 2rem; padding: 0px 10px 3px; border: 0 ; line-height: 25px; background: #fff;}
.ResultListbox .con { padding: 0 10px; font-size: 1.6rem; color: #333 }
.ResultListbox .con p { overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.ResultListbox.withpic { position: relative; min-height: 145px; }
.listpic { float: right; margin: 20px 10px 10px; height: 80px; width: 80px; overflow: hidden; border: #f9f9f9 1px solid; vertical-align: middle; }
.listpic img{width: 100%; line-height: 80px;}
.ResultListbox.withpic.book{ min-height:115px}
.ResultListbox .publishdate{ padding:0 10px; color:#666; font-size:1.4rem; padding-top:5px; margin-bottom: 6px;}
.mui-bar .searchBox {    height: 30px;margin: 7px 50px;line-height: 30px;border: 0;}
.mui-bar .searchInput input {  padding: 0px 30px 0px 30px; line-height:normal; background:#f3f3f3; color:#333; height:30px; margin-top: 0; }
.mui-bar .searchBtn { position: absolute; top: 3px; left: 0; width: 30px; height: 30px; text-align: center;z-index: 999;}
.trash{ background: url(../img/trash.svg) no-repeat; height: 22px; width: 22px; display: inline-block;    background-size: 65% 65%;}
.mui-bar .searchBtn .btn-sousuo{ font-size: 2.2rem; color: #bebebe; }
.con .record{ color: #333; padding: 10px 5px; display: inline-block;    line-height: 30px;/*white-space: nowrap;*/}
.con .hot{  color: #333;width: 48%; display: inline-block; line-height: 32px;}
.con .hot-span{ white-space: nowrap !important;}

.ResultList .title span.arrow{ background: url(../img/arrow.png) no-repeat center;height: 20px; width: 28px; display: inline-block;background-size: 80% 80%;}
.arrow1{background: url(../img/arrow.svg) no-repeat center;height: 20px; width: 28px; display: inline-block;background-size: 80% 80%;}
.arrowright{ color: #FFFFFF; font-size: 1.7rem;}
.title-right{ color: #ffffff !important; font-size: 1.7rem;}
.ResultListname{ margin-bottom: 0;}
.ResultListbox .browse{ overflow: hidden; width: 100%;}
.ResultListbox .browse span{ /*width: 25%;*/ display: block; float: left; line-height: 25px; white-space: normal; padding-right: 20px;}
.ResultListbox .browse span i{ font-style: normal;}
.ResultListbox .browse .info_LY{padding:0 15px 0 42px;position: relative;}
.ResultListbox .browse .info_LY i{ position: absolute; left: 0;}
.ResultListbox .browse .preview{ display: inline;}
.ResultListbox .browse .preview a{ color: #ff9600;}
.ResultListbox .con .title-con{ display: block;}
.source{ padding-right: 20px; font-size: 1.2rem; color: #999999;}
.comment{  width: 55%; margin: 10px 0 0 10px; display: inline-block;}
.comment input{ text-align: center;}
.shouc{ display: inline-block; width: 40%;}
.collection a{ display: inline-block;}
.cor{ font-size: 1.8rem; line-height: 30px; }
.ResultListbox .formula{color: #333;line-height: 30px; font-size: 1.6rem;}
.publishdate span{ padding-right: 25px;}
.ResultList-select{border-bottom: 1px solid #DDDDDD; background: #ffffff; padding: 10px 0;}
.selext-quan{ margin-bottom: 0; padding-left: 20px;  display: inline-block;}
.shang{ position: relative;top: 3px;}
.collection{ width: 40%; display: inline-block; padding-left: 20px;}
#footer i.shoucang{ font-size: 3rem; display: inline-block;!important}
#footer i.shoucang1{ color: #ff9600;}
#footer .shoucang-num{ display: inline-block; position: relative;top: -10px;left: -3px;!important}
#footer .collection-icon{ display: inline-block; width: 46%;}
#footer i.fenxiang{ font-size: 2.6rem; display: inline-block; !important }
#footer  .collection-fenxiang{ padding-left: 20px;}
.ResultBlack{ padding: 15px 10px 10px 10px; color: #ffffff; background: #ffffff;}
.crux{height: 25px; background: #009ae0; display: inline-block; text-align: center; line-height: 25px; color: #ffffff; margin: 5px 10px 0 0; padding: 0 8px;white-space: nowrap;border-radius: 2px;}
.ResultListbox-special{ min-height: 150px;}
.special{ border: 1px solid #DDDDDD; width: 95%; height: 160px; margin: 0 10px 0 10px; overflow: hidden; position: relative;}
.special img{width: 100%;}
.special-title{background:rgba(0,0,0,.6);line-height: 30px; height: 30px; text-align: center; position: absolute; bottom: 0px; color: #FFFFFF; display: block; width: 100%;}
.sousuo{ color: #ffffff;}
.special-word{ position: absolute; top: 10px; left: 10px; font-size: 2rem;}
.content-switch{ font-size: 1.6rem; width: 100%; border-bottom: #f4f4f4 1px solid !important;  color: #333;  line-height: 45px; background: #f4f4f4;}
.content-switch1{ background: #fff;}
.content-switch span{ color: #333333;text-align: center; display: inline-block; padding: 0px 20px 10px;}
.content-switch .cou{ border-bottom:2px solid #009ae0; color: #009ae0;}
.con .hot-color{ color: #009ae0;}
.content-bottom{ padding-bottom: 0 !important;}
.content-top{ padding-top: 0px !important;}
.search-mt{ margin-top: 0px !important;}
.mui-bar .mui-icon .return{ font-size: 1.7rem;}
.no-background{ background: #ffffff;}
.content-spacing{ padding: 0 10px;}
.article-head{ padding: 1.4rem 0 0.6rem 0;border-bottom: 1px dashed #DDDDDD;}
.article-title{ font-size: 1.8rem; text-align: center; line-height:25px; padding-bottom: 5px; width: 96%;}
.info{ font-size: 1.4rem; color: #999999; line-height: 20pxrem; margin: 0 auto; text-align: center;}
.info-source{  padding-right:10px;}
.article-img{ text-align: center; margin: 1rem auto 0rem;}
.article-img img{ width: 80%; height: 30%; display: inline-block;}
.article{ padding-top: 1rem;}
.article p{ text-indent: 2em; color: #333333;}
.special-list{margin:20px 10px;}
.ResultContentNomove{ height: 100%;position: fixed;}
.con-main{ width: 100%; background: #ffffff; border-top: 1px solid #DDDDDD; overflow: hidden; color: #333333;}
.CalculatorRoll{position: absolute; left: 0; width: 100%; height: 100%;top: 44px;}
.con-main-left{ width: 33%; float: left; background: #ffffff;height: 100%; overflow-y:auto;}
.con-main-left ul{ text-align: center; background: #f4fbff;}
.con-main-left li{width: 100%; line-height:50px !important; font-size: 1.8rem; border-right: 1px solid #f4f4f4; border-bottom: 1px solid #f4f4f4;}
.con-main-left .con-main-left-curr{border-right: 0; border-left: 3px solid #009ae0;  background: #fff; border-top: 1px solid #f4f4f4; }
.con-main-left .con-main-left-curr a{ color: #009ae0;}
.con-main-left li div{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.con-main-left li a{ color: #333333;}
.con-main-left li .current{ color: #009ae0;}
.con-main-left li .current i{color: #009ae0;}
.con-main-left li i{ font-size: 4rem; color: #999999;}
.con-main-left li .con-no-padding{ padding-top: 0;}
.con-main-right{ background: #fff; margin-left: 20px;padding-bottom: 60px;float: left;width: 60%; height: 100%;overflow-y:auto}
.con-main-left-bg{ background: #f4fbff !important;}
.zhenzhuang{ width: 61%;}
.con-main-left:before .con-main-right:before{clear: both;content: '.';display: block;width: 0;height: 0;visibility: hidden;}
.con-main-left:after .con-main-right:after{clear: both;content: '.';display: block;width: 0;height: 0;visibility: hidden;}
.con-main-right li a{ color: #333333;}
.con-main-right .cur{ font-weight: bold;}
.con-main-right li .con-main-right-details{ line-height: 25px; font-size: 1.6rem; }
.con-main-right li .con-main-right-details span{ padding-right: 15px;}
.con-main-right li .con-main-right-details a{ color: #009ae0; display: inline-block; white-space: nowrap; }
.time{ color: #999999; text-align: right; padding:0 5px 0px 0; font-size: 1.4rem;}
.con .hot a{ color: #333333;}
.calculation{ background: #FFFFFF; width: 95%; font-size: 1.6rem; line-height: 2.4rem; margin:0px 10px; padding: 10px 10px; border-radius: 10px; border: 1px solid #DDDDDD;}
.mui-radio .choice{ width: 35%;}
.mui-radio label{}
.height{ overflow: hidden;}
.height-left{ float: left;}
.height-right{ float: right;}
.height-right input{  border: 0;border-bottom: 1px solid #DDDDDD;!important; margin-bottom: 8px; height: 30px; width: 120px; padding: 0; list-style: none;!important}
.square{ position:relative;top:-5px;  font-size: 0.8rem;}
.bg{ background: #FFFFFF;}
.ResultList .title-bg{ border-bottom: 0; border-top: 0; font-size: 1.7rem; font-weight: bold;}
.formula{ padding: 0 10px 10px;}
.ResultListbox.no-border-bottom{ border-bottom: 0;}
.article-img-title{ padding-bottom: 1rem;font-size: 1.6rem;}
.inspect{ padding: 1rem 0; color: #333333; background: #FFFFFF; overflow: hidden; width: 100%;}
.inspect .process{ font-size:0.6rem; width:3%; display: inline-block; float: left; padding-top: 3px;}
.inspect-details{ display: inline-block; width: 96%; float: left; padding-left: 10px;}
.inspect-details-title{ font-size: 1.6rem; color: #333333;}
.inspect-details-right{ padding-bottom: 10px;}
.article-img-notop{ margin-top: 0;}
.ResultListbox .con .list-color{ color: #666666;}
.ResultListbox .con .list-color span{ text-decoration: underline;}
.ResultListbox .con-no-padding{ padding-top: 10px;}
.head-portrait{ display: inline-block;float: left; width: 35px; height:35px; border-radius: 50%; border: 1px solid #DDDDDD;}
.head-portrait img{ width: 100%; height: 100%; border-radius: 50%;}
.head-name{ float: left;}
.hidd{ overflow: hidden;}
.head-name{ padding:0px 0 0 10px;}
.head-name-title{ color: #009ae0; font-size: 1.6rem; padding: 5px 0;}
.address{ color: #999999; font-size: 1.4rem;}
.head-name-content{  padding: 0px 0 0px 45px; font-size:1.8rem; width: 100%; line-height: 27px;}
.comment-border{ border-bottom: 1px dotted #DDDDDD; margin: 5px 0px 10px; height: 1px; clear: both;}
.ResultList .title b{ font-weight: normal;}
.head-name-title2{}
.comment-time{ float: left;}
.spot{ float: right;}
.spot a{ color: #999999;}
.huifu{ position: relative; top: 3px;}
.address span{ padding-right: 10px;}
.time-padding{ padding-left: 45px;}
.spot a i{ padding-right: 2px;}
.ResultListbox .con .title-con-index{ text-indent: 2em;}
.img-phone{  width: 60%; margin: 10px auto;}
.img-phone img{ width: 100%; height: 100%;}
.ResultList table{ width: 80%; margin: 20px auto; text-align: center; color: #333333; font-size: 1.5rem; border: 1px solid #DDDDDD;}
.ResultList table tr{ border-bottom: 1px solid #DDDDDD; height: 2.6rem;}
.jigou{ border-left: 1px solid #DDDDDD;}
.senior-text{ padding: 20px 10px 0px;}
.input-black{}
.senior-input-black{ width: 85%; float: left;}
.add-select{ padding: 0 10px;}
.senior-select{width: 85%;float: left;position: relative;}
.senior-select select{ overflow: hidden; border: 1px solid rgba(0,0,0,.2)!important; z-index: 200; font-size: 1.7rem; width: 100%; }
.mui-btn {font-size: 16px;padding: 8px;margin: 3px;}
.senior-select i{ position: absolute; right: 10px; top: 12px; color: #999999;}
.del{ float: right; padding-right: 10px; line-height:42px;}
.btn a{ margin: 20px 0 0px; display: inline-block; width: 100%; height: 45px; background: #009ae0; border-radius: 5px;text-align: center;  font-size: 2rem; line-height: 45px; color: #FFFFFF;}
.retrieval-btn{ padding: 0 4px 0 10px; width: 85%;}
.mechanism span{ float: left; line-height: 40px; font-size: 1.7rem; width:30%;text-align: right;}
.mechanism-right{ float: left; width: 70%;}
.mechanism-right textarea{ border: 1px solid rgba(0,0,0,.2)!important; width: 100%; height: 150px;overflow-y:scroll; margin-top: 10px; margin-bottom: 10px;}
.mechanism-right-btn{ height: 40px; width: 80px;}
.mechanism-right b{ font-weight: normal; color: #999999; line-height: 40px; margin-left: 10px;}
.remind{ padding: 20px 0 0 20px; clear: both; color: #ff9600;}
.area-list{ padding: 0 10px; font-size: 1.6rem; line-height: 27px;}
.area-list span{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.area-list-title{ font-weight: normal; color: #009ae0; padding-right: 5px;}
.area-list .area-list-time{ float: right; color: #b9b9b9; font-size: 1.4rem; padding-top: 8px; line-height: 15px;}
.ResultListbox-mbottom{ margin-bottom: 0;}
.ResultListbox .hot-con{ padding: 0 10px;}
.ResultListbox .hot-con-padding{ padding-left: 0; padding-right: 0;}
.ResultListbox .hot-con .con{ padding-left:0; padding-right: 0;}
.ResultListbox .hot-con .hot{ width: 49%;}
.title img{ width: 70%;}
.icon-padding{ padding-left: 25px;}
.icon-padding .iconfont{  font-size: 2.4rem;}
.bianji-block{ text-align: right; padding-right: 10px;}
.banji{ color: #009ae0 !important; font-size: 2.5rem !important;}
.mechanism{ overflow: hidden;}
.mechanism-name{ line-height: 40px; font-size: 1.7rem; margin-bottom: 0px; padding-left: 10px;}
.mechanism-name input{ margin-bottom: 5px;}
.main-title{ line-height: 30px; font-size: 1.7rem;padding: 0 10px; text-align:left;}
.main-title .line{ display: inline-block; width: 76%; border-top: 1px dotted #666666;  margin-right:10px; position: relative;top: -5px;}
.ResultListbox .border-margin{  margin: 5px 10px 10px 10px; }
.mechanism .mechanism-t{ text-align: center;}
.input-margin{ margin-bottom: 0 !important;}
.notes{ margin-bottom: 15px;}
.notes i{ color: #ff9600; font-style: normal;}
.mechanism-right-radio{ display: inline-block !important;}
.mechanism-right-radio input{ left: 3px !important;}
.mechanism-right-radio label{ padding-left: 38px !important; font-size: 1.7rem; line-height: 15px;}
.small-title{ font-size: 1.4rem; font-weight: bold;}
.con-m{ margin-top: 15px;}
.content-padding{ padding: 0 10px;}
.content-title{ font-weight: bold; text-align: center; font-size: 2rem; padding: 20px 0 20px 0 ;}
.btn-x{ text-align: center;  padding-top: 10px;}
.identity-remind{ line-height: 23px; padding: 0 10px; color: #999999;border-bottom: #dddddd 1px solid;border-top: #dddddd 1px solid; font-size: 1.4rem; background: #fff;}
.identity-remind i{ position: relative; top: 2px; padding-right: 2px; color: #ff9600;}
.identity-title{ padding: 15px 0px; font-size: 1.6rem;}
.circular{ border-radius: 50%; background: #f4f4f4; width: 84px; height: 84px;margin: 0 auto;}
.circular i{ font-size:6rem; line-height: 81px; }
.circular .icon-yishizixun{ color: #baa855;}
.circular .icon-quyaoren{ color: #ffae6c;}
.circular .icon-huli{ color: #47a29f;}
.circular .icon-xueshengrenzheng{ color: #4e78c5;}
.circular .icon-xiaolvdashitubiao32{ color: #b849dd;}
.identity{ padding: 0 10px;}
.circular .xuesheng{line-height: 88px; font-size: 5.7rem;}
.identity-less{ width: 80%;  margin: 0 auto 20px; overflow: hidden;}
.identity-less-yishi{ float: left; width: 50%;}
.explain p{ color: #333333; line-height: 2.5rem;}
.explain-t{ font-size: 1.7rem; padding: 10px 0; color: #ff9600;}
.explain-b{color: #666666; margin: 10px 0 30px;}
.explain-b b{ font-weight: normal; color: #ff9600;}
.success{ width: 80%; margin: 0 auto; padding: 50px 10px 30px; text-align: center;}
.success i{ font-size: 8rem; color: #b0b0b0; }
.examine{ padding: 0 0 30px 0;}
.examine-title{ font-size: 2rem; color: #333333; font-weight: bold; padding-bottom: 10px;}
.examine a{ padding: 0 10px;}
.ResultList .text{ overflow: hidden; border-top: 0; padding: 0 10px;}
.text-title{ float: left; line-height: 40px;}
.text-input{ float: right;}
.text-input input{ border: 0; margin-bottom: 0 !important;}
.ResultList .identity-text-title{border-top: 0;}
.identity-text{ padding: 0; margin-top: 8px;}
.identity-img{ padding: 10px 10px 0;}
.occupation{ color: #666666; padding-bottom: 8px;}
.occupation-photo{ position: relative; background: #F4F4F4; width: 130px; height: 115px; border: 1px solid #DDDDDD; border-radius: 3px; text-align: center; line-height: 110px;}
.occupation-photo .camera{ font-size: 6rem; color: #999999;}
.enlarge{ position: absolute !important; top: 0; right: 0px; width: 30px; height: 30px; background: rgba(0,0,0,0.4); display: inline-block; border-radius: 0 3px 0 0;}
.occupation-photo .enlarge .fangda{ color: #FFFFFF; position: absolute; top:0px; left: 4px; line-height: 30px; font-size: 2.4rem;}
.occupation-photo img{ width: 100%; height: 100%; display: inline-block;}
.occupation-btn{ padding: 0 10px;}
.logo-bg{background:-webkit-linear-gradient(130deg, #6598da, #84e4d1) !important;/* width: 300px; height: 500px;*/}
.more a{ color: #999999;}
.ResultList .title-border{ /*border-top: 0;*/}
.ResultList-margin{ margin-bottom: 8px;}
.btn-1 a{ margin-top: 10px;}
.ResultList .title-discount{ color: #ff9600;}
.ResultList .title .discount{ color: #666666; float: none; padding-left: 10px;}
.mui-control-content {background-color: white;}
.mui-control-content .mui-loading {margin-top: 50px;}
.mui-col-xs-4 {width: 25% !important;}
.content-switch1 .curr{ color: #007aff !important;}
.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active{ color: #009ae0 !important;/*padding: 0px 20px 8px;*/}
.mui-segmented-control.mui-segmented-control-inverted~.mui-slider-progress-bar {background-color: #009ae0 !important;}
.con-main-left-li{ height: 70px; line-height: 70px !important;  padding: 0 !important; margin: 0 !important;}
.case{ padding: 10px 0 8px; border-bottom: 1px solid #f4f4f4; overflow: hidden;}
.case-title{ padding: 0 10px 5px; font-size: 1.8rem;}
.razer{ background: #F4F4F4; margin:0 0px 10px 60px; overflow: hidden; padding: 8px 8px; color: #999999; clear: both;}
.razer-left{ float: left; font-size: 1rem;}
.razer-right{ float: right; width: 80px; margin-top: 8px;}
.razer-left-title{ font-size: 1.5rem;}
.razer-right img{ width: 90%; height: 80%;display: inline-block;}
.post{ padding-left: 10px; }
.post a{width: 70px; padding: 0 10px 0px; color: #333; display: inline-block; text-align: center;}
.head-name-title span{ color: #999999; font-weight: normal; padding-left:10px; font-size: 1.2rem;}
.release-time{ float: right;}
.area-list-left{color: #b9b9b9; font-size: 1.4rem;}
.head-name1{ width: 80%;}
.follow{ float: right;margin-top: 20px;}
.follow a{ color: #FFFFFF; background: #009ae0; padding: 6px 10px; border-radius: 3px; }
.fensi{ color: #ff9600; padding-right: 4px;}
.content-title1{ text-align: left;}
.input-margin-top{ margin-top: 15px; }
.verification{border: 1px solid #dedfe0;overflow: hidden;}
.verification-input{ float: left; width: 60%;}
.verification input[type="text"]{border: 0;}
.verification-btn{ float: right;/*background: #009ae0;*/  border-radius: 3px; width: 35%; text-align: center;line-height: 26px; height: 26px;margin: 7px 0; border-left: 1px solid #dedfe0;}
.verification-btn a{/*background: #009ae0;*/ color: #009ae0; font-size: 1.6rem; }
.help-details{ padding: 0 10px;}
.success .chenggong2{ color: #009ae0;}
.phone-success{ text-align: center; font-size: 2rem; margin-bottom: 10px;}
.phone-success1{ font-size: 1.7rem;}
.news{ border-bottom: 1px solid #DDDDDD; padding: 10px 10px; height: 65px;}
.news a{color: #333333; font-size: 1.7rem;}
.news span{  float: left;}
.news .system-news{width: 50px;height: 50px; display: inline-block; margin-right: 10px;}
.news img{ display: inline-block; width: 90%; height: 90%;}
.news .system-text{ line-height: 50px;}
.news .news-text{ line-height: 40px; }
.news .post-news{ width: 40px; height: 40px; border-radius: 50%; background: #ffb310; margin-right: 20px; text-align: center;}
.news .post-news i{line-height: 40px; color: #FFFFFF; font-size: 1.8remrem;}
.news .letter-news{ background: #82c23a;}
.news .letter-news i{ font-size: 2.5rem;}
.razer1{ margin-left: 0;}
.searchBox{ margin: 0 10px;}
.contacts{ padding: 0 10px;}
.contacts .hidd{ padding: 10px 0; border-bottom: 1px dotted #DDDDDD;}
.contacts .hidd-last{ border-bottom: 0;}
.contacts-name{ font-size: 1.7rem; line-height: 40px;}
.register-explainxplain{position: fixed; bottom: 30px;width: 100%;color: #999; padding: 20px 10px 0; text-align: center; width: 100%; margin: 0 auto; font-size: 1.6rem; line-height:1.555;}
.register-color{ color: #009ae0;}
/*登录*/
.login-title{  font-size: 3rem;  font-weight: bold; margin: 40px auto 50px; width: 60px; height: 60px; }
.login-title img{ width: 100%;}
.account{ border: 1px solid #c6c6c6; background: #FFFFFF; border-radius:2px;position: relative; overflow: hidden; line-height: 40px; padding: 0 10px 0 0; font-size: 1.7rem; color: #666666; margin: 25px 15px 0;}
.account span{ float: left;padding-left: 10px; line-height: 41px; height: 41px; text-align: center; position: absolute;}
.account span i{ font-size: 3rem; color: #666666; position: relative; top: 2px;}
.account-input{ padding-left: 30px;}
.account-input input[type="text"]{border: 0;}
.account-input input{ background: none !important; border: 0;font-size: 1.8rem;}
.other-entrance{ padding: 10px 15px 0; font-size: 1.6rem;}
.other-entrance .btn a{ color: #fff; font-weight: normal; margin-top: 20px;}
.fast-registration{  color: #009ae0 !important;}
.other-entrance a{  color: #989898; padding: 0 2px;}
.Third-party{padding: 65px 25px 0; width: 100%;}
.Third-line{ width: 100%;}
.Third-party-title {position: relative;text-align: center; margin-bottom:35px;width: 100%;color: #c5c5c5; border-bottom: #eeeeee 1px solid;}
.Third-party-title span{ position: absolute; top: -10px; background: #fff; padding: 0 10px;left: 50%;margin-left: -88px;}
.Third-party-plate { width: 80%; margin: 0 auto;}
.bigMenu .Third-party-plate img{ width: 60%;}



.comment-page{ border: 1px solid #DDDDDD; height: 200px; width: 100%; margin-top: 10px; font-size: 1.6rem; line-height: 25px;}
.personal-center{  margin: 0 auto; position: relative; height: 200px; width: 100%; overflow: hidden;}
.personal-center img{ width: 100%; height: 100%;}
.personal-con{ position: absolute; top: 30px; width: 100%; text-align: center;}
.personal-con img{ width: 90%; height: 90%; margin-top: 5px;-webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; overflow : hidden;}
.personal-photo{ width: 85px; height: 85px; margin: 0 auto; border-radius: 50%;background: rgba(255,255,255,0.3); text-align: center;-webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; overflow : hidden;}
.personal-name{ text-align: center; font-size: 2.2rem; padding: 13px 0 0px; color: #FFFFFF;}
.type{ color: #FFFFFF; font-size: 1.6rem;}
.edit{ width: 90px; height: 28px;background: rgba(0,0,0,0.3);font-size: 1.4rem; margin: 8px auto 0; border-radius: 5px;  color: #FFFFFF; line-height: 28px;}
.edit .bianji{ padding:0px 8px 0 0; font-size: 1.5rem; position: relative; top: 1px;}
.iconfont-shoucang{ color: #ff9600; margin-right: 15px; font-size: 2rem; position: relative; top: -1px;}
.My a{ color: #333333;}
.iconfont-fabu{ color: #ee8178;}
.iconfont-biji{ color: #c08ccd; top: 2px;}
.iconfont-haoyou{ color: #7bd3f9;}
.iconfont-guanzu{ color: #6f97d5; top: 3px;}
.iconfont-zengka{ color: #16bca8; top: 1px; font-size: 1.9rem;}
.iconfont-wodefensi{ color: #8ddc88; font-size: 2.4rem;top: 1px;}
.iconfont-shezhi{ color: #ee93ad;}
.My .icon-xiazai1{margin-right: 15px;color: #00b3f3;font-size: 2.1rem;position: relative;top: 2px;}
.My .icon-wodexiaoxi{margin-right: 15px;color: #02cd96;font-size: 2rem;position: relative;top: 2px;}
.mui-switch.mui-active{ background: #009ae0; border-color: #009ae0; position: relative; top: -4px;}
.no{ color: #ff0000 !important;}
.btn .out{ background: #cb0000;}
.invitation-banner{ width: 100%; height: 200px;}
.invitation-banner img{ width: 100%; height: 100%;}
.invitation-text{ padding: 8px 10px; background: #FFFFFF; border-bottom: 1px solid #DDDDDD;}
.invitation-title{  color: #009ae0 !important; text-align: center; background: #F4F4F4;}
.invitation{ border-bottom: 1px solid #DDDDDD; margin-bottom: 20px;}
.invitation-share{ padding-bottom: 10px;}
.fill { text-align: center; }
.fill a{color: #009ae0 !important;}
.thanks{ padding: 10px 10px; text-align: center; color: #ff9600;}
.invitation-margin{ margin-bottom: 0;}
.gift-step{ padding: 20px 0px 0px;width: 100%;}
.step-first{ position: relative; width: 32%; display: inline-block; color: #FFFFFF;}
.step-first img{ width: 100%; height: 100%;}
.step-text{ position: absolute;text-align: center; left: 20px; top:3px; vertical-align: middle;}
.ResultList .gift-title{ background: #fff; border-bottom: 0;}
.gift-info{ padding: 10px 10px;}
.package{ width: 43%; height: 100px;position: relative;float: left;}
.package img{ width: 100%; height: 100%;}
.package-black{ padding:15px 10px 15px; overflow:hidden; }
.package-info{ width: 100%; height: 100%; position: absolute;background: rgba(0,0,0,0.5); top: 0; left: 0; text-align: center; line-height: 100px; font-size: 2rem; color: #FFFFFF;}
.package-right{ float: right;}
.ResultList-package{ overflow: hidden;}
.card .activation{ float: right; line-height: 80px;}
.card{ height: 100px;}
.card .card-img{ width: 40%; height: 100%; border-radius: 5px;}
.card .card-img img{ width: 100%; height: 100%;border-radius: 5px;}
.content-switch .feedback-switch{ width:80px;}
.feedback-choice{ padding: 10px 10px 0;}
.feedback-btn a{ background: #d1d1d1;;}
.feedback-input-title{ font-size: 1.7rem; padding-bottom: 10px;}
.feedback-input{ padding: 10px 10px;}
.opinion{ padding:10px 10px 0;}
.feedback-opinion{ padding: 10px; border: 1px solid #DDDDDD; width: 100%; overflow: hidden;}
.opinion-text{ padding: 0 !important;margin-bottom: 10px !important; height: 80px; clear: both;border: 0 !important;}
.add-img{ line-height: 5rem; margin-top: 10px;}
.add-img i{ font-size: 6rem; float: left; padding-bottom: 10px; color: #b2b2b2;}
.add-img span{ padding-left: 10px;}
.listpic-img{ margin-top: 5px;}
.browse-time{ float: right;}
.ResultListbox .publishdate-hf{ position: absolute; bottom: 0px; width: 75%; padding-top: 5px;}
.ResultListbox.ResultListbox-height{ /*min-height: 90px;*/ border-bottom: 1px solid #DDDDDD;}
.community-choice{ padding-right: 15px; color: #fff;}
.community-choice .shang{ font-size: 1.2rem; top: 0px; padding-left: 5px;}
.mui-bar .community-searchBox{ margin: 7px 10px;}
.ResultList .title .User-name{ float: none; padding-left:20px; font-size: 2rem; color: #333333;}
.hot-community{ color: #009ae0 !important;}
.mui-bar .result-searchBox{ width: 70%; display: inline-block; margin: 7px 0px 7px 20px;}
.community-article{ padding: 0 10px 20px; background: #FFFFFF; margin-bottom: 8px; overflow: hidden; border-bottom: 1px solid #DDDDDD;}
.community-title{font-size: 1.9rem;padding-bottom: 8px; padding-top: 20px; border-bottom: 1px dotted #DDDDDD; line-height: 25px;}
.community-article-text{ padding:5px 0 20px;}
.community-article-text p{ color: #333333 !important;text-indent: 2em; line-height: 25px;}
.publish{ font-size: 1.6rem;}
.publish a{ padding-right: 10px; color: #009ae0;}
.publish-time{ color: #999999; font-size: 1.4rem;}
.invitation-discuss{ padding-top: 15px;}
.discuss{ float: left; margin-top: 0px;}
.follow .discuss-btn{ background: none; border: 1px solid #ff9600; color: #ff9600;}
.iconfont-shouji{margin-right: 15px;font-size: 2.5rem; color: #666666;}
.back-text{ border:1px solid #DDDDDD; margin-top: 15px; height: 150px; overflow-y: scroll;}
.province{ text-align: center;}
/*疾病*/
.contentDisease{padding: 0; margin-top: 44px;}
.content-mainDisease{margin-top: 107px;}
.title_position{ position: fixed; top: 80px; width: 100%;left: 0; z-index: 88;}
.diseaseNav{background: #009ae0; text-align: center; height: 36px;line-height:35px;font-size: 1.6rem; position: fixed; top: 44px; width: 100%; z-index: 100;}
.diseaseNav div{float: left; width: 50%;}
.diseaseNav div a{color: #fff;padding:3px 20px; border: 1px solid #fff;border-radius: 25px;}
.diseaseNav div a.mui-active{background:#fff ; color: #009ae0;}
.ICDBox{background: rgba(0,0,0,.51);  position: fixed; top: 80px; left: 0; width: 100%; height: 100%; z-index: 999;}
.ICDBlock{height: 78%; background: #fff; overflow-y: auto;padding-bottom: 20px;}
.ICDBlock:after{clear:both;content:'.';display:block;width: 0;height: 0;visibility:hidden;}
.JBList{ padding: 0px 0; margin-top: -1px;font-size: 1.7rem;}
.JBList li{position: relative;}
.JBList li div{line-height: 50px; border-top: 1px solid #f4f4f4;height: 50px; padding: 0 25px 0 10px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.JBList i{color: #999; font-size: 1.5rem; position: absolute; right: 10px;top: 0px;}
.JBListOne{ background: #98d6f3;}
.JBListTwo{ background: #a9ddf5;padding-left: 20px !important;}
.JBListThree{ background: #bbe5f7;padding-left: 30px !important;}
.JBListFour{ background: #c7e9f8;padding-left: 40px !important;}
.JBListFive{ background: #dff2fb;padding-left: 50px !important;}
.JBList li .JBListTwo{ background: #a9ddf5;padding-left: 20px;}
.JBList li .JBListThree{ background: #bbe5f7;padding-left: 30px;}
.JBList li .JBListFour{ background: #c7e9f8;padding-left: 40px;}
.JBList li .JBListFive{ background: #dff2fb;padding-left: 50px;}
.ICDReturn{ text-align: center; color: #fff;position: absolute; bottom: 16%; left: 0;  font-size:5rem; z-index: 100000;width: 100%; }
.ICDReturn .icon-xiangshang{font-size:3.6rem;}

.con-main-left-border-right{ border-right: 1px solid #DDDDDD; }
.con-main-right li {line-height:40px;font-size: 1.8rem; border-bottom: 1px solid #e9e9e9;background: #FFFFFF;  text-align: left;}
 .li-btn{ border: 0; padding: 20px 40px; margin: 0 auto; text-align: right;}
 .li-btn a{ margin: 20px auto 0;display: inline-block;width: 60%;height: 45px;background: #009ae0;border-radius: 5px;text-align: center;
font-weight: bold;font-size: 2rem;line-height: 45px;color: #FFFFFF;}
.font-s{ font-size: 1.7rem !important; z-index: 100;}
.Symptom-box{ border: 1px solid #DDDDDD;  margin: 10px 10px; padding: 0px 10px 10px; line-height: 2rem;}
.Symptom-box-title{ font-size: 1.5rem; padding: 8px 0 5px; font-weight: bold;}
.Symptom-selected span{ color: #FFFFFF; padding:5px 10px 5px; margin-right: 10px; background: #ff9600;}
.Symptom-btn{ text-align: right; padding-top: 10px;}
.Symptom-btn a{ line-height: 30px; display: inline-block;background: #009ae0; color: #FFFFFF; border-radius: 5px; font-size: 1.5rem; text-align: center; width: 80px;}
.con-main-right li .Symptom-cur{  color: #009ae0; }
.searchBlock-border-bottom{ border-bottom: 1px solid #DDDDDD;}
.head-data{ width: 70px; height: 70px;}
.head-data-name{ padding: 1.2rem 0 0.5rem 1rem;}
.head-data-title{ padding-bottom: 0.5rem;}
.location{ font-size: 1.5rem;}
.dingwei{ color: #ff9600; margin-right: 5px;}
.head-data-follow{ margin-top: 30px;}
.data-con{ border-bottom: 1px solid #DDDDDD; padding: 10px 0;}
.data-menu{ margin: 0px; background: #FFFFFF; padding-top: 8px;  margin-bottom: 10px;}
.data-num{ font-size: 2rem;}
.data-menu-name{ padding:3px 0 7px; text-align: center; color: #666666;}
.data-menu-name-cur{ border-bottom: 2px solid #009ae0;}
.case-data{ margin: 0 10px; padding: 10px 0 5px;}
.case--data-title{ padding: 0 0 5px;}
.area-list-data{ padding: 0; font-size: 1.2rem; color: #999999;}
.list-data-name{ padding-right: 10px;}
.introduce{ width: 100%; height: 100%;}
.introduce-title{ text-align: center; font-size: 4rem; color: #333333; margin: 40px 0 30px;}
.introduce-text{ font-size: 1.4rem; padding: 0 10px; line-height: 25px;}
.introduce-text a{ color: #ff9600; font-size: 1.6rem; font-weight: bold; margin: 0 10px;}
.introduce-img{ margin:40px auto 0; text-align: center;}
.introduce-img2{ margin-top: 20px;}
.introduce-img .introduce-img-d{ width: 68%;}
.introduce-img .introduce1{ width: 90%; }
.introduce-img .introduce2{ width: 75%; }
.introduce-img .introduce7 { width: 80%;}
.top{ position: absolute;bottom:20px; text-align: center; width: 100%;}
.top img{ width: 8%;}
.introduce5{ width: 100%; height:100%;}
.introduce-img6{ margin-top: 20px;}
.introduce-text .wrap{ margin: 0;}
.introduce-btn{ margin-top: 20px;}
.introduce-btn a{ margin: 0px 30px 0; padding: 10px 45px; background: #009ae0; color: #FFFFFF; border-radius: 5px;}
.introduce-bg{ position: absolute; top: 0px; height: 94%;}
.introduce-bg-con{ position:absolute; top: 0px; text-align: left;}
.choice-label{ margin: 0px auto; text-align: center; }
.choice-label a{ width: 27%; display: inline-block; border: 1px solid #DDDDDD; margin: 10px 10px; text-align: center; padding: 5px 0; border-radius: 5px; color: #333333;}
.choice-label .choice-label-cur{ background: #F4F4F4;}
.label-btn{ margin: 20px 10px; /*width: 50%; */text-align: center; }
.label-btn a{background: #DDDDDD; color: #333333; font-weight: normal; font-size: 1.4rem; line-height: 40px; height: 40px;}
.mechanism .hair-case{ text-align: left; width:16% ;}
.hair-case-right{ width: 83%;}
.senior-margin{ margin-bottom: 10px; border-bottom: 1px solid #DDDDDD;}
.case-describe{ padding: 0px 10px 10px; background: #FFFFFF; margin-bottom: 10px; /*border-top: 1px solid #DDDDDD; border-bottom: 1px solid #DDDDDD;*/}
.describe{ border: 1px solid #DDDDDD;}
.case-describe-head{ font-size: 1.7rem;  line-height: 40px; }
.describe textarea{ margin-bottom: 0px !important; padding: 8px 10px !important; height: 100px;}
.release{ padding: 0 10px; margin-bottom: 20px;}
.search-bg{ background: #FFFFFF !important;}
.search-bg input{ color: #666666; position: relative;}
.search-bg .search-bg-sousuo{ position: absolute; top:0px; right: 20px;}
.select-mt{ padding-top: 10px !important;}
.font-block{ border:1px solid #DDDDDD ;background: #FFFFFF !important; position:fixed; top:44px; right: 0px; text-align: center; line-height: 30px;}
.font-block li{border-top: #DDDDDD 1px solid; background: #F4F4F4;}
.txt{ position: fixed; background: #FFFFFF; z-index: 1000; bottom:0px;height: 220px;  width: 100%; padding: 10px 10px 0;box-shadow: 3px 5px 5px 5px #b9b9b9;}
.txt textarea{ height: 150px; margin-bottom: 10px !important;border: 1px solid #DDDDDD;}
.txt a{ padding: 5px 15px; background: #009ae0; color: #FFFFFF;  border-radius: 3px;}
.input-btn{ width: 100%; line-height: 1.7rem !important; height: 40px;margin-bottom: 15px !important;padding: 10px 15px;  vertical-align: inherit !important;}
.Comment-box{ position: absolute; background: #FFFFFF; border: 1px solid #009ae0; height: 40px; line-height: 40px; text-align: center;}
.Comment-box a{ padding: 11px 20px; font-size: 1.7rem; border-right: 1px solid #009ae0;}
.Comment-box-img{ position: absolute; bottom: -15px; background: url(../img/arr.png) no-repeat; width: 19px; height: 18px; background-size: 14px;  left: 120px;}
.Survey{ font-size: 1.6rem; line-height: 25px; padding: 0 10px; display: block;}
.Size{position: fixed;top:40px; right: 0; width: 100%; background: rgba(255,255,255,1); height: 80px; padding-top: 30px; padding: 30px 10px;}
.Size span{ position: absolute;}
.Size .standard{ top: 8px; left: 173px; color: #999999; font-size: 1.6rem;}
.Size .small{ top:13px; left:10px; font-size: 1.4rem;}
.Size .big{ top: 13px; right: 10px; font-size: 1.9rem;}
.Slide{font-size: 14px; font-weight: bold;}
.Slide[type="range"] {
                /*-webkit-box-shadow: 0 1px 0 0px #DDDDDD, 0 1px 0 #dfdfdf inset, 0px 2px 10px 0px #a0a0a0 inset, 1px 0px 2px rgba(0, 0, 0, 0.2) inset, 0 0px 1px rgba(0, 0, 0, 0.6) inset;*/
                margin-top: 2px;
                background-color: #272728;
               	width: 100%;
                -webkit-appearance: none;
                height:10px;
                background: url(../img/input_line.png) no-repeat;
                 background-size: 100%;
            }
.Slide[type="range"]::-webkit-slider-thumb {
                -webkit-appearance: none;
                cursor: default;
                top: -5px;
                height: 26px;
                width: 26px;
                transform: translateY(-2px);
                background: none repeat scroll 0 0 #F4F4F4;
                border-radius: 50%;
                -webkit-box-shadow: 0 -1px 1px #767676 inset;
            }
.switch-ul{width: 1000px; overflow: hidden; }
.switch-ul li{ float: left;}
.switch-ul a{ color: #333; padding: 0px 10px; display: block;}
.switch-ul{/*transform: translate(-100px,0px);*/}
p{ font-size: 1.6rem !important; line-height: 27px; color: #333333 !important;}
.ResultList-paddingB{ padding-bottom: 15px !important; background: #FFFFFF !important;}

/*病例*/
.ResultListbox .con .line-num{-webkit-line-clamp: 2; padding-bottom: 5px; line-height: 27px; min-height: 52px;}
.ResultListbox .con .line-num b{ color: #009ae0; font-weight: normal; position: relative;left: -5px;}
/*沟通*/
.ResultListbox .gou-title{ font-weight: normal; font-size: 1.7rem;}
.publishdate .publishdate-b{ width: 23%; padding-right: 5px; display: inline-block;}

/*防范*/
.optionSwitch{ position: fixed !important; }
.icon-shaixuan{ font-size: 1.5rem;position: relative; top: 1px;left: 2px;}
.optionBlock{ background: #fff;padding: 0 10px; margin-top: -1px;padding-top: 45px;}
.optionList{border-top: 1px solid #f4f4f4;}
.optionTitle{padding: 15px 0 5px; line-height: 25px; font-size: 2rem;}
.optionList p{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.Keyword{ padding-top: 7px;}
.Keyword a{ border: 1px solid #009ae0; display: block; float: left; white-space: nowrap;padding: 0px 5px;font-size: 1.4rem; margin:8px 8px 0 0px; line-height: 18px;}
.Keyword:after,.optionListInfo:after{clear:both;content:'.';display:block;width: 0;height: 0;visibility:hidden;}
.optionListInfo{ padding: 12px 0 8px;font-size: 1.4rem;color: #999999; }
.optionListInfo div{display: block; float: left; white-space: nowrap;margin:0px 8px 0px 0px;padding-right: 10px;}
.careDepartmentBlock{ background: rgba(0,0,0,.51); width: 100%; height: 100%; position: fixed;top: 0px;left: 0px;z-index: 99;padding-top: 20px;}
.careDepartmentBox{width: 75%; height: 100%; background: #fff;float: right;}
.careDepartmentBoxT{ height: 44px;width: 75%; line-height: 44px;text-align: center;font-size: 2rem;padding: 0 15px;border-bottom: 1px solid #f4f4f4;position: fixed;right: 0; top: 20px;z-index: 100;}
.careDepartmentBoxT a{ font-size: 3rem;line-height: 40px;float: left;padding-top:2px;}
.careDepartmentBoxT .icon-fanhui{color: #666; font-size: 3rem; text-align: left;}
.careDepartmentList{ margin: 44px 0 20px;overflow-y: auto; height: 100%;}
.careDepartmentBox ul{ padding: 0px 0px 0px 15px; line-height: 50px; font-size: 1.8rem;}
.careDepartmentBox ul a{ color: #333;}
.careDepartmentBox ul div{padding-right: 10px;border-bottom: 1px solid #f4f4f4;}
.careDepartmentBox ul .DBcon a{ color: #009ae0;}
.careDepartmentBox ul i{float: right; color: #666;}
.careDepartmentBox ul .icon-jian{ color: #009ae0;}
/*法规*/
.publishdate-bly{white-space: nowrap;text-overflow: ellipsis;padding-right: 8px;}
/*医学词典*/
.dicBoxpb{ padding-bottom: 0; padding-top: 0; border-bottom: 0; margin-bottom: 10px;}
.dic-list{ border-bottom: 1px solid #eaeaea; line-height:40px; overflow: hidden;}
.dic-list-left{ float: left; display: block; width: 48%; padding-left: 15px; border-right: 1px solid #eaeaea; overflow: hidden;  text-overflow: ellipsis;white-space: nowrap;}
.dic-list-right{ border-right: 0; float: right;}
.DictionaryBlock{}
.DictionaryT{ border-bottom: 1px solid #f4f4f4; background: #f4f4f4;line-height: 35px; padding: 5px 10px 0;}
.DictionaryBlock ul{ margin-bottom: 8px; background: #fff;}
.DictionaryBlock ul:after {clear:both;content:'.';display:block;width: 0;height: 0;visibility:hidden;}
.DictionaryBlock li{float: left; width: 50%; overflow: hidden; text-overflow: ellipsis;white-space: nowrap; line-height: 45px;font-size: 1.6rem;padding: 0 10px;border-bottom: 1px solid #F4F4F4;border-right: 1px solid #F4F4F4;}
.DictionaryBlock li a{ color: #000;}

/*检索*/
.history-title{ font-size: 2.0rem; color: #aeaeae; padding: 15px 15px;}
.history-title span{ float: right; padding-right:7px;}
.history-title i{font-size:1.8rem; color: #c5c5c5;}
.history-lable{ padding: 0px 5px 5px 15px;}
.history-lable a{ padding: 5px 10px 4px; background: #f4f4f4; color: #6a6a6a; margin: 0 8px 12px 0; white-space: nowrap; display: inline-block; border-radius: 2px; }
.mui-bar .searchBtn .btn_sel{ color: #999; top: 2px;}
.retrievalBoxContent{ position: relative;}
.retrievalBox{ position: absolute; top: 44px;width: 100%;z-index: 99; background: #fff;}
.retrievalBox ul{ line-height: 50px;}
.retrievalBox ul li{ border-bottom: 1px solid #f4f4f4;padding:0 15px; position: relative;}
.retrievalBox i{ color: #b5b5b5;}
.retrievalBox ul li a{ padding-right:1.6rem ;padding-left: 2.8rem; color: #333;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; display: block;}
.retrievalBox .icon-fangdajing01{ font-size: 2.4rem;padding-right: 10px;position: absolute; left: 10px;top: 0px;}
.retrievalBox .icon-jiantou{font-size: 1.3rem;position: absolute; right: 15px;top: 0px; }

/*登录*/
.bg-img{ background: url(../img/bg-img1.jpg) no-repeat; background-size: 100%;}
.tourist{ padding: 10px; text-align: right; padding-right: 20px;}
.tourist a{ color: #ff6e04; background: rgba(255,255,255,0.6); display: inline-block; padding:10px 20px; font-size: 2rem; border-radius: 10px; font-weight: bold;}
.forget-password{float: right;}
.box{ position: fixed;left: 15px; top: 20px; color: #fff;;}
.box i{ font-size: 2rem;}
.Third_block{ margin-top: 0;}

/*引导页*/
.renwei3{position: absolute; bottom: 100px; left:50%; margin-left: -60px;}
.renwei3 a{ display:inline-block; width: 120px; height: 40px; line-height: 40px; border: 1px solid #72e4be; color:#72e4be !important; border-radius: 6px; text-align: center; font-size: 2.2rem;}
/*科室*/
.DepartmentBox{ margin-top: 79px;}
.con-main-left li .fanhui{ float: right; font-size: 1.6rem; display: inline-block; padding-right: 10px; top: 3px; position: relative;}
.con-main-left li .fanhui i{ font-size: 1.6rem;}
.con-main-leftl{ width: 100%; box-shadow: 0;}
.con-main-left .con-main-leftl li{ padding-left: 20px;}
.con-main-left .left-two div{ padding-left: 20px;z-index: 10;}
.con-main-left .left-two li a{ width: 100%; display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.con-main-left-div{height: 50px; /*padding-left: 10px;*/}
.con-main-left-div-border{border-bottom: 1px solid #e9e9e9;}
.left-two-nob{ border-bottom: 0 !important;}
.xin-main li{padding: 0 15px;}
/*心电图*/
.heart-nav-no{ display: block; border: 0px solid #fff !important;border: 0px !important; color: #fff;height: 20px !important; line-height:20px !important;padding-bottom: 4px; font-size: 1.5rem; font-weight: bold; width:100px !important;border-radius:20px !important}
.con1{padding: 0 10px;font-size: 1.4rem;color: #333;}
.ResultListbox .con1 p { padding: 2px 0;}
.icon-arr{ color: #FFF;}
/*标题 标注居中 */
.p_title{text-align:center;font-size:1.4rem !important;}
.p_note{text-align:center;font-size:10px !important;;}
.t_title{text-align:center;font-size:10 !important;px;}
.t_note{text-align:center;font-size:10 !important;px;}
/*身份*/
.dedicated{ padding-top: 75%;text-align: center; padding-left: 10px; padding-right: 10px; color: #666;}

/*社区*/
.Community_select{ background: #fff;padding: 10px 10px;  border-bottom: 1px solid #ddd;font-size: 1.6rem;}
.Community_select:before, .Community_select:after {clear:both;content:'.';display:block;width: 0;height: 0;visibility:hidden;}
.Community_quan{position: relative; width: 95px;  float: left; border: 1px solid #ddd; padding: 0 10px; border-radius: 3px; background: #F4F4F4;line-height: 30px; margin-right: 20px;}
.Community_quan label{ color: #333;display: block; position: relative;}
.Community_quan i{position: absolute; right:0px;top: 1px;}
.Community_List{ overflow: hidden;}
.Community_quan:before, .Community_quan:after {clear:both;content:'.';display:block;width: 0;height: 0;visibility:hidden;}
.post_title{ line-height: 25px;}
.post_title input{ margin-bottom: 0px;}
.post_title div{ padding: 10px 0 8px;  font-size: 16px;}
.post_title .post_write{ padding-top: 0px;}
.post_write textarea{ margin-top:0px !important; border: 1px solid #ddd; min-height: 450px;}
.community_line{ line-height: 30px;}
.ResultList .comS_title{ margin-bottom: 10px;}
.Community_select div{float: left; margin-right: 10px;}
.Community_select select{border: 1px solid #DDDDDD !important; margin-bottom: 0 !important; padding: 5px 10px !important;font-size: 1.6rem;}
.Community_select select option{ border: 1px solid #ddd !important;}
.comPost_block{width: 90px; position: absolute; background: #fff; right: 0; line-height: 30px; border: 1px solid #ddd; padding: 5px 0px;z-index: 10000;}
.comPost_block div{ padding: 0 10px;}
.post_Esther{border-bottom: 1px solid #ddd;}
.comPost_block a{ color: #333;}
.btn_font{position: absolute; right: 15px; top: 0; color: #fff !important;font-size: 1.7rem;}
.mui-bar .searchBtnClear{ right: 0px;position: absolute;top: 2px;width: 30px; height: 30px; text-align: center; float: right;}
.mui-bar .searchBtnClear a{ color: #b3b3b3;}
.mui-bar-nav .searchBtnClear .iconfont{ font-size: 1.7rem;}
.mui-segmented-control.mui-scroll-wrapper .mui-scroll{font-size: 1.6rem;}
/*.mui-segmented-control.mui-segmented-control-inverted .mui-control-item{ line-height: 40px;}*/
.mui-bar-nav~.mui-content{ padding-top: 55px;}
.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active { border-bottom: 2px solid #009ae0;}
.top_header{ padding: 20px 10px 20px !important; height: 70px;}
.shouC_prompt{text-align: center;  margin: auto;position: fixed;top: 38%; left: 0; right: 0;}
.shouC_prompt .icon-tianjiatupian{ color: #999; font-style: normal;font-size: 6rem; }
.shouC_prompt div{ color: #999;margin-top: 40px;}
.shouC_prompt div a{ color: #009ae0;font-style: normal;}
.comF_title{ font-weight: normal; border-bottom: 1px solid #e4e4e4;}
.comF_title span{ position: absolute; top: 20px; font-size: 1.8rem;}
.comF_title .div_input{ padding-left: 65px;}
.div_input input{ margin-bottom: 0px; border: 0;}
.comF_mechanism{ padding: 0 10px;}
.yi_dian{font-size: 2.1rem; color: #009ae0;}
.FaBl{ padding: 0px 10px 10px;}
.XZ{ top: 22px; right: 10px; position: absolute;}
.div_sel{position: relative; top: 3px; left: 10px;}
.add-img a{ color: #999; display: inline-block; padding-left: 10px; margin-top: 15px;}
.comF_title textarea{ height: 200px;}
.comF_txt{ border: 0;}
.comF_title .add-img i{ padding-bottom: 15px;}
.FT textarea{ height: 400px;}
.community_sex{padding-top: 10px; font-size: 1.6rem;}
.community_sex span{ width: 48%; display: inline-block;}
.frome{overflow: hidden; background: #fff; border-bottom: 1px solid #ddd; padding: 0px 10px 10px;}
.frome span{margin-top: 20px;display: inline-block; font-size: 1.8rem;}
.article-txt p{ text-indent: 0;}
.community_img{ padding-top: 10px;}
.Ft{ right: 73px; color: #999;}
.open{ color: #009ae0;  text-align: center; font-size: 1.6rem; background: #F5F5F5; margin-bottom: 10px;}
.huifu_t{line-height: 23px; clear: both; font-size: 1.6rem;  padding: 5px 8px 5px 10px; overflow: hidden;background: #f4f4f4; margin: 10px 0 10px;}
.time_open{ padding-right: 5px;}
.publish .spot a{ color: #999; font-size: 1.4rem;}
.huifu_t .follow{margin-top: 10px;}
.huifu_t_txt{color: #5f5f5f;font-size: 1.6rem;padding-top: 5px;}
.huifu_t_btn{float: right; font-size: 1.3rem; color: #999; line-height: 20px;}
.comSel_block{left: 25px;}
.CommunityResultS{margin: 0 auto; text-align: center; line-height: 45px;border-bottom: 1px solid #ddd; overflow: hidden; background: #fff; }
.CommunityResultS label{width: 50%;  display: block; float: left;position: relative;}
.CommunityResultS label i{ font-size: 1.2rem; position: absolute; right: 10px; color: #999;}

/*医学辅助工具*/
.toolList{ margin-bottom: 10px;}
.toolBlock{ background: #FFF; width: 100%; border-bottom: 1px solid #f4f4f4;overflow: hidden;}
.toolDoor{ width: 33.3%;border-right: 1px solid #f4f4f4; text-align: center; padding: 35px 0 15px;font-size: 1.8rem; float: left; line-height: 27px;}
.toolDoor a{ color: #000;display: block;}
.toolDoor i{ display: block;font-size: 4rem; padding-bottom: 18px;}
.toolDoor b{ font-weight: normal; font-size: 1.2rem;}
.toolDoor .icon-xin{ color: #ffab00;}
.toolDoor .icon-jianyan1{ color: #4c96d4;}
.toolDoor .icon-calculator{ color: #2db577;}
.toolDoor .icon-guoxuejingdian{ color: #009fff;}
.toolDoor .icon-yaowan{ color: #a7a6a6;}
.toolDoor.onBg{
  background: #f4f4f4;
}
.drug span{ font-size: 1.6rem; }
.drug a{color: #999; }
.dataList{ background: #fff;padding: 15px 10px 10px;}
.dataListTitle{ font-size: 2rem;line-height: 26px; padding-bottom: 5px; border-bottom: 1px solid #f4f4f4; color: #666;}
.dataList ul{ line-height: 35px;padding: 15px 0;}
.dataList .dic-list{ border: 0; line-height: 40px; padding-top: 10px;}
.dataList .dic-list-left{ padding: 0; border: 0;}

/*中心*/
.personalList{font-size: 1.6rem;color: #333;padding: 11px 10px;background: #fff;border-bottom: 1px solid #f4f4f4;}
.personalList span {float: right;font-size: 1.4rem;color: #999999;font-weight: normal;}
.personalList a{ color: #999999;}
/*设置*/
.mui-switch .mui-switch-handle{ width: 25px;height: 25px;top: 0;box-shadow: 0 2px 3px rgba(0,0,0,.4);}
.mui-switch { height: 27px; width: 66px; top: -4px;border: 1px solid #ddd;}
.mui-switch.mui-active .mui-switch-handle {-webkit-transform: translate(40px, 0);transform: translate(40px, 0);}
.mui-switch .mui-switch-handle{}
 /*关于我们*/
.personalLogin{margin: 25px auto 10px;text-align: center;}
.personalLogin img{ /*width: 16%;*/ width: 60px; height: 60px;}
.appName{ font-size: 1.9rem; font-weight: bold;color: #313131; text-align: center; line-height: 25px;}
.developers{ text-align: center;color: #a7a7a7;padding-bottom: 10px;}
.ourChannel{ background: #fff;border-top: 1px solid #ededed;border-bottom: 1px solid #ededed;padding-left: 15px; margin-top: 10px;}
.channelList{ border-bottom: 1px solid #ededed; line-height: 45px;padding-right: 15px;font-size: 1.8rem;}
.channelList a{ color: #313131;}
.channelList a span{ float: right; color: #a4a4a4;font-size: 1.6rem;}
.channelList .icon-arrowright{ color: #c5c5c5; padding-left: 3px;}
.ourIntroduce{ color: #929292; line-height:22px ;padding: 15px 15px 20px 0;}
.indent{ text-indent: 2em;}
.statement{ padding: 5px 15px 12px;}
.statementTilt{ font-size: 2rem; line-height: 45px; text-align: center;}
.statement p{ padding-bottom: 10px;}


/*临床路径*/
.route {padding: 11px 0; background: #fff;border-bottom: 1px solid #e9e9e9;position: fixed; top: 44px;z-index: 99; left: 0;}
.route a{color: #333;border-left: 1px solid #e9e9e9; display: table-cell;overflow: hidden;width: 1%; text-align: center;white-space: nowrap; text-overflow: ellipsis;
 font-size: 1.6rem;}
.route a> :first-child{border-left: 0; }
.route .act{color: #009ae0;}
.route i {font-size: 1.4rem; margin-left: 5px;}
.resourcesList{ border-bottom: 1px solid #F4F4F4; margin-bottom: 18px; position: relative;font-size: 1.6rem; padding-left: 20px; line-height: 25px;background: #fff;}
.resourcesList .icon_w{ position: absolute;  left: 0px;font-size: 1.6rem;}
.resourcesList .icon-ppt{ color: #b9403e; }
.resourcesList .icon-word{color: #2952ae}
.resourcesList .icon-pdf{color: #b9403e;}
.date{ color: #999; overflow: hidden; font-size: 1.4rem;padding: 5px 0; }
.date b{font-weight: normal;}
.date .r span{padding-left: 10px; }
.routeBlock{ padding: 18px 10px 0;margin-top: 45px;}
.downBTn a{border:1px solid #009fff; border-radius: 3px;font-size: 1.2rem;padding: 0 5px; display: block; min-width: 54px; height: 23px; line-height: 21px; text-align: center;}
.routeTalk{ width: 100%; height: 100%; background: rgba(0,0,0,.51); position: fixed; top: 89px;z-index: 1000;margin-top: 1px;}
.conditionBox {background: #fff;height: 55%;position: relative; padding-bottom: 60px;}
.conditionBox ul{ margin-bottom: 40px;overflow-y:auto; height: 90%;}
.conditionBox li {line-height: 43px;padding: 0 23px 0 23px;border-bottom: 1px solid #F4F4F4;}
.routeBtn{ position: absolute; bottom: 20px;width: 100%; }
.routeBtn a{margin: 0 23px; height: 40px; line-height: 40px; color: #fff; background: #009ae0;display: block; text-align: center; border-radius: 3px;}
input[typ="checkbox"]{ width: 10px; height: 10px;}
.mui-checkbox input[type=checkbox]:checked:before, .mui-radio input[type=radio]:checked:before{color: #009ae0;}
.mui-radio input[type=radio]{ top: 8px;}
.ResultContent .resourcesList{ padding: 18px 10px 0 30px; margin-bottom: 0px;}
.myRoute{ margin: 0;}
.resourcesNum{ color: #999;padding: 0 0 10px 8px;font-size: 1.4rem !important;}
.resourcesNum span{ color: #009ae0;}
.date .l span{ padding-right: 10px;}
.conditionBox li.act{color: #009ae0;}

/*邀请好友*/
.yq_block{padding-top: 44px;}
.yq_bg{  width: 100%;position: relative; background: #F5F5F5;}
.yq_img{ padding-top: 2px; background: #fff;}
.yq_bg img{ width: 100%;}
.yq_er{ text-align: center;padding:10% 0 10%; background: #fff;}
.yq_er img{ width: 40%;}
.yq_other{background: #f5f5f5;padding: 2% 0 5%;}
.yq_otherT{ color: #666666;font-size: 1.9rem; text-align: center; line-height: 40px;padding-bottom: 10px;}
.yq_other a{ display: inline-block; width: 32%; text-align: center;}
.yq_other a img{ width: 50%;}
.yq_other a div{ text-align: center; color: #999; line-height: 1.7777;}
.yq{ background: #fff;}
.yq a.mui-icon{ color: #009ae0;}
.yq .mui-title{ color: #009ae0;}
.yq .mui-pull-right i{ font-size: 2.8rem;}
.po_border_b{ border-bottom: 1px solid #EAEAEA !important;}
input[type=text]{border: 1px solid #dedfe0;}
.mui-bar-nav.mui-bar .mui-pull-left-font{font-size: 1.7rem; margin-top: 5px;}
.mui-btn-blue, .mui-btn-primary, input[type=submit]{ background: #009ae0; border-color: #009ae0;}
.mui-pciker-list, .mui-pciker-rule{ height: 45px; line-height: 45px;}
.mui-poppicker-body{ height: 140px;}
.mui-poppicker-body{ background: #fff;}
.mui-picker{ background: #fff;}
.sel-zy{ width: 100%; height: 40px;  line-height: 40px; border-radius:3px ; border: 1px solid #dedfe0;padding: 0 15px;position: relative;}
.sel-zy i{position: absolute; right: 10px;color: #666;}
.ResultList .sfrz  .title{ background: #fff;border-top: 1px solid #f5f5f5;}
.ResultList .sfrz  .title input{  height: 28px;line-height: 28px; padding: 0px 5px;font-size: 1.4rem; margin-top: 5px;}
.ResultList .identity-text-title{ background: #fff;}




.HNGS{ line-height: 26px !important;}
.BZ{ height: 16px;width: 56px;}
.HNT{ width: 100%;}
.font-s-smalla{ font-size: 1.4rem !important;}/*变小*/
.font-s-smallb{ font-size: 1.6rem !important;}/*变小*/
.font-s-smallc{ font-size: 1.8rem !important;}/*变小*/
.font-s-smalld{ font-size: 2.0rem !important;}/*变小*/
.font-s-smalle{ font-size: 2.2rem !important; line-height: 40px !important;}/*变小*/
.font-s-smallf{ font-size: 1.6rem;!important;}/*变小*/
.font-s-smallg{ font-size: 1.7rem;!important;}/*变小*/
.font-s-smallh{ font-size: 1.8rem;!important;}/*变小*/
.font-s-smalli{ font-size: 1.9rem;!important;}/*变小*/
.font-s-smallj{ font-size: 2.0rem;!important;}/*变小*/

.ResultList .bg{ background: #fff;}
.ResultList .Back{ border-bottom: 1px solid #f4f4f4;}



/*医疗相关标准*/
.ylxgbzsxyjNoM{ margin-top: 0;}
.ylxgbzsxyjBlock{padding-top: 0px; }
.ylxgbzsxyjBlock .careDepartmentBoxT{ top: 0;}
.ylxgbzsx_block{padding:10px 0 15px 0px; border-bottom: 1px solid #e7e7e7; margin:0 0 5px 15px;overflow: hidden;}
.ylxgbzsx_title{padding: 0px 0 0px;font-size: 1.4rem;}
.ylxgbzsx_title span{ font-weight: bold;color: #666;}
.ylxgbzsx_box{padding: 0px 0 0px;}
.ylxgbzsx_box a{min-width: 45%;height: 35px;padding: 0 6px; line-height: 35px; text-align: center; /*display: inline-block;*/display: block; float: left; margin: 5px 8px 5px 0;/*border: 1px solid #e7e7e7;*/background: #f8f7f7; color: #333;border-radius: 3px;}
.ylxgbzsx_box a:nth-child(2n){margin-right: 0;}
.ylxgbzsx_box a.cur{color: #009cff;/*border: 1px solid #6fd2ff;*/ background: #ddedf5;}
.ylxgbzsxyjBox{padding-bottom: 115px; height: 100%; overflow-y: auto;}
.icon-daizhengji{color: #fff; font-size: 10px;padding-left: 5px;}
.zz{ font-size: 10px; background: #fd8d42;padding: 4px 5px 1px;color: #fff;display: inline-block; white-space: nowrap; line-height: 10px;}
.ylxgbzsx_btn{position: fixed; bottom: 0px; overflow: hidden;width: 75%;}
.ylxgbzsx_btn a{ width: 50%; line-height: 50px;height: 50px;color: #fff;display:block; float: left;text-align: center;font-size: 1.8rem;}
.ylxgbzsx_btn a:first-child{ background: #bbe0f1;}
.ylxgbzsx_btn a:last-child{ background: #009ae0;}
.resourcesBlock .resourcesList .icon-gonggao{ color: #f2031f;font-size: 1.8rem;}
.zzzj{padding: 0 10px; text-align: center; margin: 20px 0 20px;}
.zzzj img{ width: 55%;}
.route .UpDown{position: relative;/*width:1.4rem;height: 26px;line-height: 26px; display: inline-block;*/}
.route .UpDown i{position: absolute; left: 0;font-size: 1rem;color: #666;line-height: 0;}
.route .UpDown .icon-arrowup{ top: 3px;}
.route .UpDown .icon-arrowdown{bottom: 3px;}
.route .UpDown .actt{ color: #fa1d06;}
.route .actdefault{color: #009ae0;}
.ylxgbzsx_more{ float: right; margin-right: 1.5em;}
.ylxgbzsx_box .hid{ display: none;}
.ylxgbzsx_box .show{display: block;}
.ylxgbzsx_more i{font-size: 1.2rem; margin-left: 3px;}

/*详情*/
.ylxgbzDetail{}
.ylxgbzDT{ position: relative;font-size: 1.9rem;line-height: 26px;color: #000;padding:18px 10px 10px 35px;}
.ylxgbzDT i{position: absolute; left: 10px; top:17px;color: #b9403e;font-size: 2rem; }
.ylxgbzDetail .date{padding: 5px 10px;}
.ylxgbzDetailT{border-bottom: 1px solid #e7e7e7;overflow: hidden;padding-bottom: 10px;}
.ylxgbzDList{padding: 10px 10px;font-size: 1.7rem;}
.ylxgbzDList li{position: relative; padding-left: 5em;line-height: 1.88;}
.ylxgbzDList li span{position: absolute;left: 0;}

.caseList{padding: 15px 10px;position: relative;border-bottom: 1px solid #f3f3f3;}
.caseListL{float: left; margin-right: 12px; position: relative;}
.caseListL span{position: absolute;right: 0px;bottom: 0px; background: rgba(0,0,0,0.5); color: #fff;font-size: 1.235rem;padding: 0 5px;line-height: 18px;}
.caseListL img{width: 85px; height: 58px;vertical-align: top;}
.playNum{color: #999;overflow: hidden;font-size: 1.4rem;vertical-align: bottom; position: relative;top: 5px;overflow: hidden;}
.caseListT{line-height: 18px; min-height: 36px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.playNum .icon-pdf{color: #b9403e;font-size: 1.6rem;padding-right: 5px;}
.playNum .icon-iconset0481{color: #3688ff;padding-right: 5px;}
.caseBLockT{padding: 0 10px 15px;}
.caseBLockT span{padding-bottom: 8px;border-bottom: 2px solid #e0361a;}
.caseBLock{padding: 20px 0 20px;}
.content-bp {padding-bottom: 0;}
/*我的下载*/
.myDownNew .mui-slider-indicator{ background: #f4f4f4;}
.myDownNew .mui-segmented-control{ height: 40px;padding-top:0 ;}
.myDownNew .mui-slider .mui-segmented-control.mui-segmented-control-inverted~.mui-slider-group .mui-slider-item{border-top: 0;border-bottom: 0;}
.myDownNew .mui-segmented-control .mui-control-item{padding-top: 8px;}
/*活动*/
.activity{position: relative;font-size: 1.4rem;padding: 0 10px 0px 40px; background: #f3f8ff; line-height: 45px; height: 45px;overflow: hidden;}
.activity i{position: absolute; top: 1px;left: 10px; /*color: #22cc10;*/color: #f10000; font-size: 2rem;}
.activity a{color: #000;}
.activity a span{ color: #e0361a; margin-right: 10px; padding: 2px 4px; /*background: #f20a15;*/ background: #6679bb; color: #fff;border-radius: 2px;font-size: 1.2rem;}
.activity div{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
/*公告列表*/
.noticeBlock{padding-top:5px ;}
.noticeList{padding: 7px 10px;border-bottom: 1px solid #F3F3F3;}
.noticeListTitle{font-size: 1.7rem;line-height: 1.564;padding: 0px 0 5px;}
.noticeListTime{ font-size: 1.2rem; color: #999;}


/*计算器*/

.calculator {
  font-size: 1.7rem;
}

.calculator li {
  position: relative;
  background: #fff;
  line-height: 50px;
  border-bottom: 1px solid #f4f4f4;
  height: 50px;
  padding: 0 25px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.calculator li:after {
  font-style: normal;
  font-family: "iconfont" !important;
  -webkit-font-smoothing: antialiased;
  content: '\e60f';
  font-size: 1.5rem;
  position: absolute;
  right: 10px;
  color: #9e9e9e;
}