/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 14px/1.14;
  color: #333;
  outline: 0;
  font-family: "microsoft yahei";
}
body {
  background: #fff;
  font-size: 14px;
  font-family: "microsoft yahei";
}
a {
  color: #333;
}
a:hover {
  color: #0096f2;
}
::-ms-clear,
::-ms-reveal {
  display: none;
}
/*引入字体文件*/
@font-face {
  font-family: "iconfont";
  src: url('font/iconfont.eot');
  src: url('font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('font/iconfont.woff') format('woff'), /* chrome, firefox */ url('font/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('font/iconfont.svg#iconfont') format('svg');
  
  /* IE9*/
  /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.1px;
  -moz-osx-font-smoothing: grayscale;
}
/*公共*/
.container {
  width: 1200px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*字体大小*/
.f-12 {
  font-size: 12px;
}
.f-14 {
  font-size: 14px;
}
.f-16 {
  font-size: 16px;
}
.f-18 {
  font-size: 18px;
}
.f-20 {
  font-size: 20px;
}
.f-24 {
  font-size: 24px;
}
.f-26 {
  font-size: 26px;
}
.f-28 {
  font-size: 28px;
}
.f-30 {
  font-size: 30px;
}
/*行高*/
.lh-16 {
  line-height: 16px;
}
/*16像素行距*/
.lh-18 {
  line-height: 18px;
}
/*18像素行距*/
.lh-20 {
  line-height: 20px;
}
/*20像素行距*/
.lh-22 {
  line-height: 22px;
}
/*22像素行距*/
.lh-24 {
  line-height: 24px;
}
/*24像素行距*/
.lh-26 {
  line-height: 26px;
}
/*26像素行距*/
.lh-28 {
  line-height: 28px;
}
/*28像素行距*/
.lh-30 {
  line-height: 30px;
}
/*30像素行距*/
/*内边距*/
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pd-5 {
  padding: 5px;
}
.pd-10 {
  padding: 10px;
}
.pd-15 {
  padding: 15px;
}
.pd-20 {
  padding: 20px;
}
/*外边距*/
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-50 {
  margin-left: 50px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-100 {
  margin-right: 100px;
}
/*辅助色—浅黑*/
.c-333,
.c-333 a,
a.c-333 {
  color: #333333;
}
.c-333 a:hover,
a.c-333:hover {
  color: #333333;
}
/*辅助色—灰色*/
.c-666,
.c-666 a,
a.c-666 {
  color: #666666;
}
.c-666 a:hover,
a.c-666:hover {
  color: #666666;
}
.c-999,
.c-999 a,
a.c-999 {
  color: #999999;
}
.c-999 a:hover,
a.c-999:hover {
  color: #999999;
}
/*标准色—红色*/
.c-red,
.c-red a,
a.c-red {
  color: #ff0000;
}
.c-red a:hover,
a.c-red:hover {
  color: #ff0000;
}
/*标准色—绿色*/
.c-green,
.c-green a,
a.c-green {
  color: #20bb7b;
}
.c-red a:hover,
a.c-red:hover {
  color: #20bb7b;
}
/*标准色—蓝色*/
.c-blue,
.c-blue a,
a.c-blue {
  color: #0087d9;
}
.c-blue a:hover,
a.c-blue:hover {
  color: #0087d9;
}
/*标准色—白色*/
.c-white,
.c-white a,
a.c-white {
  color: #ffffff;
}
.c-white a:hover,
a.c-white:hover {
  color: #ffffff;
}
/*标准色—黑色*/
.c-black,
.c-black a {
  color: #000000;
}
.c-black a:hover,
a.c-black:hover {
  color: #000000;
}
/*标准色—橙色*/
.c-orange,
.c-orange a,
a.c-orange {
  color: #ffa500;
}
.c-orange a:hover,
a.c-orange:hover {
  color: #ffa500;
}
.c-orange2,
.c-orange2 a,
a.c-orange2 {
  color: #ff6600;
}
.c-orange2 a:hover,
a.c-orange2:hover {
  color: #ff6600;
}
.cursor-default {
  cursor: default;
}
/*圆角*/
/*阴影*/
/*字体*/
/*动画属性*/
/*清楚浮动*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  content: '';
  clear: both;
}
.layui-form-select dl dd.layui-this {
  background-color: #0083f2;
}
.layui-btn-normal {
  background: #0083f2;
}
/********头部*********/
.g-hd {
  min-width: 1200px;
  background: #fff;
}
.g-hd-shadow {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
/*top*/
.g-hd-top {
  background: #f8f8f8;
  height: 40px;
  min-width: 1200px;
  line-height: 40px;
  font-size: 12px;
  color: #666666;
}
.g-hd-top a {
  color: #666;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.g-hd-top a:hover {
  color: #0083f2;
}
.g-hd-top .app-icon {
  padding-right: 30px;
}
.g-hd-top .right-link a,
.g-hd-top .left-link a {
  padding: 0 15px;
  background: url("../images/right-link-line.gif") right center no-repeat;
}
.g-hd-top .right-link a:last-child,
.g-hd-top .left-link a:last-child {
  background: none;
}
.g-hd-top .left-link a {
  background: none;
}
.g-hd-top .left-link a:first-child {
  color: #0096f2;
}
/*top-main*/
.g-hd-main {
  background: #fff;
  height: 110px;
  width: 100%;
}
.g-hd-main .logo {
  display: block;
  width: 201px;
  height: 100px;
  background: url("../images/kzLogo.png") left center no-repeat;
}
.g-hd-main .animate {
  display: block;
  background: url("../images/logo-animate.gif") no-repeat center center;
  width: 150px;
  height: 100px;
}
.g-hd-main .top-search {
  width: 584px;
  height: 40px;
  background: #0083f2;
  padding: 3px;
  margin-top: 29px;
  margin-left: 80px;
}
.g-hd-main .top-search .input-div {
  *height: 39px;
  height: 40px;
  background: #fff;
  padding-left: 0px;
  overflow: hidden;
}
.g-hd-main .top-search .input-icon {
  width: 35px;
  height: 40px;
  background: #fff;
  line-height: 40px;
  text-align: center;
}
.g-hd-main .top-search .input-icon .iconfont {
  font-size: 22px;
  color: #aaa;
}
.g-hd-main .top-search .input-text {
  width: 482px;
  *height: 37px;
  height: 38px;
  *line-height: 37px;
  line-height: 40px\9;
  border: 1px solid #fff;
  background: #fff;
}
.g-hd-main .top-search .input-btn {
  display: block;
  border: 1px solid #0083f2;
  background: #0083f2;
  width: 55px;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.g-hd-main .kefu-tel {
  font-size: 13px;
  color: #666;
  padding-top: 33px;
}
.g-hd-main .kefu-tel .iconfont {
  position: relative;
  top: 1px;
  font-size: 18px;
  color: #0083f2;
}
.g-hd-main .kefu-tel .hotline {
  padding-left: 15px;
}
.g-hd-main .kefu-tel p {
  color: #0083f2;
  font-size: 16px;
  line-height: 24px;
}
.g-hd-fixed {
  width: 100%;
  z-index: 500;
  background-color: #fff;
  border: 1px solid #ededed;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
/*导航*/
.g-hd-nav {
  height: 40px;
  background: #0083f2;
  position: relative;
  z-index: 99;
}
.g-hd-nav .look-doctor {
  width: 200px;
  height: 40px;
}
.g-hd-nav .look-doctor .title {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #007ae2;
  font-size: 15px;
}
.g-hd-nav .look-doctor span.sdg {
  padding-right: 10px;
  margin-left: 25px;
  font-size: 22px;
}
.g-hd-nav .look-doctor.hide #nav {
  display: none;
}
.g-hd-nav .main-nav {
  position: relative;
  z-index: 4;
}
.g-hd-nav .main-nav .layui-nav-bg {
  background: #0083f2;
}
.g-hd-nav .main-nav .layui-nav-bg .layui-nav-item {
  line-height: 40px;
  margin: 0 40px;
}
.g-hd-nav .main-nav .layui-nav-bg .layui-nav-item a {
  padding: 0 0px;
  font-size: 16px;
}
.g-hd-nav .main-nav .layui-nav-bg .layui-nav-bar,
.g-hd-nav .main-nav .layui-nav-bg .layui-this:after {
  background-color: #fff;
  height: 2px;
}
/*左边导航*/
#nav {
  position: relative;
  z-index: 2;
  width: 200px;
  height: 410px;
  background: #0083f2;
}
#nav .closeBtn {
  display: block;
  width: 44px;
  height: 44px;
  background: url(../images/c-icon.png) no-repeat;
  background-position: -84px -5px;
  position: absolute;
  right: -17px;
  top: -10px;
  z-index: 3;
}
#nav .mainCate {
  position: relative;
  padding: 12px 20px;
  zoom: 1;
  border-bottom: 1px solid #2695f4;
}
#nav .mainCate:hover {
  background: #007ae2;
}
#nav .mainCate.on .click_area .arrow_bg {
  background-position: -109px -60px;
}
#nav .mainCate.on h3.active {
  background: url("../images/xuanzhongicon.jpg") 126px 10px no-repeat;
}
#nav .mainCate.on:hover {
  background: #fff;
}
#nav .mainCate .click_area {
  width: 200px;
  height: 73px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
#nav .mainCate .click_area .arrow_bg {
  display: block;
  width: 10px;
  height: 16px;
  float: right;
  margin-top: 30px;
  margin-right: 10px;
}
#nav .evenLeval {
  background: #fff;
}
#nav h3 {
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  overflow: hidden;
  font-weight: normal;
}
#nav h3 a {
  color: #fff;
  padding-left: 10px;
}
#nav h3 span {
  width: 18px;
  height: 15px;
  line-height: 32px;
  font-weight: 200;
  font-size: 12px;
  float: left;
  color: #fff;
  font-size: 23px;
}
#nav h3.active {
  background: url("../images/xuanzhongicon2.png") 126px 10px no-repeat;
}
#nav p {
  height: 20px;
  line-height: 20px;
  text-indent: 30px;
}
#nav p a {
  margin-right: 10px;
  color: #fff;
  font-size: 12px;
  color: #bfe6fe;
}
#nav p a.placeholder {
  margin-left: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
#nav .subCate {
  display: none;
  /*默认隐藏*/
  background: #ffffff url("../images/sub_nav_bg.jpg") right bottom no-repeat;
  position: absolute;
  left: 200px;
  top: -1px;
  width: 690px;
  height: 408px;
  padding: 0 20px;
  color: #333;
  border-top: 1px solid #0083f2;
  border-bottom: 1px solid #0083f2;
  border-right: 1px solid #0083f2;
}
#nav .subCate .guahao_tips {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  color: #666;
  background: #e8f6ff;
}
#nav .subCate .guahao_tips a {
  color: #0083f2;
}
#nav .subCate .guahao_tips a:hover {
  text-decoration: underline;
}
#nav .subCate .hospital-search {
  border-bottom: 1px dashed #e8e8e8;
  height: 50px;
  margin-top: 10px;
}
#nav .subCate .hospital-search .layui-form-label {
  width: 70px;
  padding: 9px 10px 9px 0;
}
#nav .subCate .hospital-search .layui-input-block {
  margin-left: 80px;
  min-height: 36px;
}
#nav .subCate .hospital-search .pause_reservation {
  font-size: 14px;
  color: #666;
}
#nav .subCate .hospital-search .pause_reservation .pause_icon {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 14px;
  height: 18px;
  float: left;
  margin-top: 6px;
  margin-right: 5px;
  background: url("../images/c-icon.png") no-repeat;
  background-position: -60px -56px;
}
#nav .subCate h4 {
  height: 30px;
  line-height: 30px;
  margin: 0 0 10px;
  border-bottom: 1px dashed #e8e8e8;
  font-size: 15px;
  color: #333;
  font-weight: normal;
}
#nav .subCate .noborder {
  border: none;
}
#nav .subCate ul {
  width: 690px;
  float: left;
  overflow: hidden;
}
#nav .subCate li {
  width: 690px;
  float: left;
  display: inline;
}
#nav .subCate li .diqu {
  margin-right: 30px;
  font-size: 14px;
  color: #0083f2;
  font-weight: bold;
  width: 70px;
  padding-top: 5px;
}
#nav .subCate li.bottom-border {
  border-bottom: 1px dashed #e8e8e8;
}
#nav .subCate li span {
  display: block;
  margin-left: -10px;
}
#nav .subCate li a {
  word-break: keep-all;
  white-space: nowrap;
  font-size: 14px;
}
#nav .subCate li a.light {
  color: #0083f2;
  background: url("../images/xuanzhongicon.jpg") right 10px no-repeat;
}
#nav .subCate li a:hover {
  color: #0083f2;
}
#nav .subCate .select-diqu {
  text-align: center;
  padding-top: 140px;
}
#nav .subCate .select-diqu a {
  width: 140px;
  height: 52px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 40px;
  background: #bbbbbb;
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#nav .subCate .select-diqu a .iconfont {
  font-size: 24px;
  display: none;
}
#nav .subCate .select-diqu a.on {
  background: #0083f2;
  color: #fff;
}
#nav .subCate .select-diqu a.on .iconfont {
  display: inline-block;
}
#nav .subCate .select-diqu a:hover {
  background: #82c122;
}
#nav .subCate #sub-ul-1 {
  width: 100%;
}
#nav .nav-keshi li a {
  display: block;
  float: left;
  padding: 0 10px;
  line-height: 25px;
  color: #666;
  word-break: keep-all;
  white-space: nowrap;
  font-size: 14px;
}
#nav .nav-keshi li a.light {
  color: #0083f2;
  background: url("../images/xuanzhongicon.jpg") right 10px no-repeat;
}
#nav .nav-keshi li a:hover {
  color: #0083f2;
}
#nav .on {
  background: #fff;
  color: #0083f2;
}
#nav .on h3 a,
#nav .on p a,
#nav .on h3 span {
  color: #0083f2;
}
#nav .on.btn {
  background: #007ae2;
}
#nav .on.btn h3 a {
  color: #fff;
}
#nav .on .subCate {
  display: block !important;
  /* !important 强制显示，否则会闪烁*/
}
#nav .btn {
  background: #007ae2;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#nav .btn .click_area {
  height: 42px;
}
#nav .btn .click_area .arrow_bg {
  margin-top: 18px;
}
#nav .btn.on {
  background: #fff;
}
#nav .btn.on h3 a {
  color: #0083f2;
}
#nav .btn h3 {
  text-indent: 0px;
  text-align: center;
  color: #fff;
}
#mainCate-2 .subCate {
  top: -73px;
}
#mainCate-3 .subCate {
  top: -146px;
}
#mainCate-4 .subCate {
  top: -219px;
}
#mainCate-5 .subCate {
  top: -292px;
}
#mainCate-6 .subCate {
  top: auto;
  bottom: -1px;
}
#nav #mainCate-6 {
  height: 24px;
  padding: 10px 20px;
}
/*没有选择提示层*/
#nav .subCate .xz-tips {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  color: #999;
  text-align: center;
  z-index: 2;
  line-height: 50px;
  font-size: 18px;
  background: #ffffff url(../images/sub_nav_bg.jpg) right bottom no-repeat;
}
#nav .subCate .xz-tips .top {
  padding: 150px 0;
  width: 690px;
}
#nav .subCate .xz-tips .top .right-text {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: left;
}
#nav .subCate .xz-tips .top .right-text p.bold {
  font-weight: bold;
  font-size: 16px;
}
#nav .subCate .xz-tips .top .right-text p {
  text-indent: 0;
  font-size: 14px;
  line-height: 26px;
  height: 26px;
}
#nav .subCate .xz-tips .top .right-text a {
  color: #0083f2;
}
#nav .subCate .xz-tips .top .right-text a:hover {
  text-decoration: underline;
}
#nav .subCate .xz-tips .top .iconfont {
  font-size: 60px;
  display: inline-block;
  padding-top: 20px;
  position: relative;
  top: 5px;
}
#nav .subCate.diqu {
  padding: 20px;
  height: 369px;
  background: #ffffff url("../images/sub_nav_bg.jpg") right bottom no-repeat;
}
#nav .subCate .diqu-scroll ul {
  margin-bottom: 20px;
}
.nav-hospotal-list ul {
  padding-top: 0;
}
.nav-hospotal-list ul i {
  font-style: normal;
  cursor: pointer;
  position: relative;
}
.nav-hospotal-list ul i.off {
  color: #999;
}
.nav-hospotal-list ul .hot {
  color: #f90;
}
.nav-hospotal-list ul .hot-icon {
  background: url(../images/c-icon.png) no-repeat;
  background-position: -79px -59px;
  width: 21px;
  height: 13px;
  display: block;
  position: absolute;
  right: 0;
  top: -9px;
}
.nav-hospotal-list ul span {
  float: left;
  line-height: 30px;
  position: relative;
  font-size: 12px;
}
.nav-hospotal-list ul span span {
  padding-right: 30px;
}
.nav-hospotal-list ul .yuyue-btn,
.nav-hospotal-list ul .home-btn {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 30px;
  height: 16px;
  text-indent: -9999px;
  background: url(../images/c-icon.png) no-repeat;
  position: relative;
  margin-left: 5px;
}
.nav-hospotal-list ul .yuyue-btn {
  background-position: -63px -82px;
  top: 7px;
}
.nav-hospotal-list ul .yuyue-btn.active {
  background-position: -63px -82px;
}
.nav-hospotal-list ul .yuyue-btn:hover {
  background-position: -63px -82px;
}
.nav-hospotal-list ul .home-btn {
  background-position: -103px -82px;
  top: 7px;
}
.nav-hospotal-list ul .home-btn:hover {
  background-position: -103px -82px;
}
.nav-hospotal-list ul .tinzhen-btn {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 14px;
  height: 23px;
  text-indent: -9999px;
  background: url(../images/c-icon.png) no-repeat;
  background-position: -60px -51px;
  position: relative;
  margin-left: 5px;
}
.scroll-tips {
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  color: #999;
}
.scroll-tips span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 10px;
  height: 6px;
  background: url(../images/c-icon.png) no-repeat;
  background-position: -9px -85px;
}
#nav .subCate .hot-title {
  line-height: 40px;
  font-size: 12px;
  color: #0083f2;
}
#nav .subCate.xz-hospital {
  background-image: none;
}
#nav .subCate.xz-hospital a {
  font-size: 12px;
}
#nav .subCate.xz-hospital li {
  padding: 10px 0;
}
#nav .subCate.xz-hospital .zhuangtai {
  padding-left: 31px;
  font-size: 12px;
  color: #666;
}
#nav .subCate.xz-hospital .zhuangtai i {
  display: inline-block;
  *display: block;
  zoom: 1;
  float: left;
  width: 12px;
  height: 12px;
  background: #4cb0ee;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  margin-right: 10px;
  margin-top: 15px;
}
#nav .subCate.xz-hospital .zhuangtai i.n {
  background: #e0e0e0;
}
#nav .subCate.xz-hospital .scroll-tips {
  padding-top: 10px;
}
#nav .nav-keshi {
  height: 408px;
}
#nav .nav-keshi .doctor-title {
  height: 30px;
  line-height: 30px;
  color: #0083f2;
}
#nav .nav-keshi li {
  float: left;
  width: 345px;
  padding: 0 0 28px;
}
#nav .nav-keshi li i {
  display: block;
  margin-top: 2px;
  width: 20px;
  height: 20px;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
  background: #0083f2;
  color: #fff;
  float: left;
}
#nav .nav-keshi .saixuan-btn {
  margin-top: -10px;
  padding-bottom: 10px;
  font-size: 12px;
}
#nav .nav-keshi .saixuan-btn span.stitle {
  color: #0097f2;
}
#nav .nav-keshi .saixuan-btn a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 20px;
  height: 20px;
  line-height: 18px;
  background: #ccc;
  margin-right: 6px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
#nav .nav-keshi .saixuan-btn a.all {
  width: 33px;
}
#nav .nav-keshi .saixuan-btn a.on {
  background: #f90;
}
#nav .nav-keshi .saixuan-btn a:hover {
  background: #0097f2;
}
#nav .nav-keshi .keshi-ul {
  float: left;
  width: 50%;
}
#nav .nav-keshi .keshi-ul li {
  float: left;
  padding-bottom: 10px;
}
#nav .nav-keshi .keshi-ul a {
  float: none;
  font-size: 12px;
}
#nav .nav-keshi .keshi-ul .keshi-a {
  text-align: center;
  background: #0083f2;
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 12px;
  padding: 4px 5px;
  font-weight: normal;
}
#nav .nav-keshi .keshi-ul .qita a {
  float: left;
  padding: 0 10px 0 0;
  width: 40%;
  margin-right: 5%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: none;
}
#nav .nav-keshi .keshi-ul .qita a.light span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 10px;
  height: 10px;
  background: url("../images/xuanzhongicon.jpg");
  margin-left: 10px;
}
#nav .nav-keshi .keshi-ul.one-ul {
  width: 100%;
}
#nav .nav-keshi .keshi-ul.one-ul li {
  width: 100%;
}
#nav .nav-keshi .keshi-ul.one-ul .qita a {
  width: 18%;
}
#nav .nav-doctor {
  height: 408px;
  overflow: initial;
}
#nav .nav-doctor .keshi-title {
  color: #0083f2;
}
#nav .nav-doctor .zjlist {
  position: relative;
}
#nav .nav-doctor .zjlist h4 {
  border-bottom: 1px dashed #e4e4e4;
  font-size: 14px;
  line-height: 0;
}
#nav .nav-doctor .zjlist .zhuangtai {
  padding-left: 31px;
}
#nav .nav-doctor .zjlist .zhuangtai i {
  display: inline-block;
  *display: block;
  zoom: 1;
  width: 12px;
  height: 12px;
  background: #4cb0ee;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  margin-right: 10px;
}
#nav .nav-doctor .zjlist .zhuangtai i.n {
  background: #e0e0e0;
}
#nav .nav-doctor .zjlist .zjscroll .zhuangtai {
  padding-left: 0;
  float: left;
  position: relative;
  top: 2px;
}
#nav .nav-doctor .zjlist .zjscroll ul {
  overflow: initial;
}
#nav .nav-doctor .zjlist .hy-tips {
  background: #0097f2;
  display: inline;
  padding: 0 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
#nav .nav-doctor .zjlist li a {
  display: inline;
  font-size: 12px;
}
#nav .nav-doctor .zjlist li a.light {
  background-position: right 6px;
  padding-right: 10px;
}
#nav .nav-doctor .zjlist li a.n .info {
  display: none;
  position: absolute;
  z-index: 3;
  width: 200px;
  background: #fff;
  word-wrap: break-word;
  white-space: normal;
  word-break: break-all;
  color: #666;
  padding: 10px;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 0 10px #c5c5c5;
  -moz-box-shadow: 0 0 10px #c5c5c5;
  -ms-box-shadow: 0 0 10px #c5c5c5;
  box-shadow: 0 0 10px #c5c5c5;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#nav .nav-doctor .zjlist li a.n.hover {
  position: relative;
  z-index: 2;
}
#nav .nav-doctor .zjlist li a.n.hover .info {
  display: block;
}
#nav .nav-doctor ul {
  width: 670px;
  float: left;
  margin-right: 10px;
}
#nav .nav-doctor ul li {
  width: 335px;
  padding: 0 0 20px;
  margin: 0;
  float: left;
  height: 26px;
}
#nav .nav-doctor ul li span {
  margin-left: 0;
}
#nav .nav-doctor ul li a {
  display: block;
  text-align: left;
  float: none;
}
#nav .nav-doctor .nav-doc-info {
  position: fixed;
  display: none;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  padding: 10px 5px;
  z-index: 9;
  left: 150px;
  width: 180px;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -moz-box-shadow: 0 0 10px #cccccc;
  -ms-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#nav .nav-doctor .nav-doc-info img {
  width: 45px;
  height: 45px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
#nav .nav-doctor .nav-doc-info .nav-doc-info-top {
  font-size: 14px;
  color: #0083f2;
  padding-bottom: 10px;
}
#nav .nav-doctor .nav-doc-info .nav-doc-info-top p {
  text-indent: 0;
}
#nav .nav-doctor .nav-doc-info .nav-doc-info-mid {
  font-size: 12px;
  clear: both;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  line-height: 30px;
}
#nav .nav-doctor .nav-doc-info .nav-doc-info-mid span {
  display: inline;
}
#nav .nav-doctor .nav-doc-info .nav-doc-info-mid .bg {
  background: #0083f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 0 2px;
  color: #fff;
}
#nav .nav-doctor .nav-doc-info .nav-doc-info-mid .gray {
  background: #C5C5C5;
}
#nav .nav-doctor .nav-doc-info .nav-doc-info-bottom {
  font-size: 12px;
  color: #999;
  clear: both;
  padding-top: 10px;
}
#nav .nav-date {
  width: 690px;
  padding-top: 20px;
  height: 388px;
}
#nav .nav-date .nav-date-top {
  padding-bottom: 10px;
}
#nav .nav-date .nav-date-top .home-btn {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 2px;
  background: #93cf38;
  color: #fff;
  margin: 0 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#nav .nav-date .nav-date-top .zhuangtai {
  padding-left: 15px;
}
#nav .nav-date .nav-date-top .zhuangtai i {
  display: inline-block;
  *display: block;
  zoom: 1;
  width: 12px;
  height: 12px;
  background: #4cb0ee;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  margin-right: 10px;
}
#nav .nav-date .nav-date-top .zhuangtai i.n {
  background: #e0e0e0;
}
#nav .nav-date .nav-date-top .zhuangtai i.current {
  background: #84c225;
}
#nav .nav-date .nav-date-top .select-name {
  width: 160px;
  display: block;
  float: left;
  text-align: right;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#nav .nav-date-mid {
  width: 680px;
  border: 2px solid #358ae4;
  margin: 0 auto;
}
#nav .nav-date-time {
  width: 370px;
  padding: 0 15px;
  *border: 1px solid #eee;
  overflow: hidden;
  float: left;
}
#nav .nav-date-time .layui-laydate,
#nav .nav-date-time .layui-laydate-hint {
  border: 0;
  box-shadow: none;
  background-color: #fff;
  color: #666;
}
#nav .nav-date-time .layui-laydate-main {
  width: 370px;
}
#nav .nav-date-time .layui-laydate-main table {
  width: 100%;
}
#nav .nav-date-time .layui-laydate-main table td {
  height: 40px;
}
#nav .nav-date-time .layui-laydate-main table td:hover {
  background: rgba(255, 255, 255, 0) !important;
}
#nav .nav-date-time .layui-laydate-main table .laydate-day-mark {
  position: absolute;
  width: 50px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  left: 0;
  top: 0;
}
#nav .nav-date-time .layui-laydate-main table .laydate-day-mark:after {
  position: absolute;
  content: '';
  left: 5px;
  top: 0px;
  z-index: -1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #4cb0ee!important;
}
#nav .nav-date-time .layui-laydate-main table .laydate-day-off {
  color: #999;
}
#nav .nav-date-time .layui-laydate-main table .laydate-day-off:after {
  position: absolute;
  content: '';
  right: 50%;
  top: 50%;
  margin-right: -20px;
  margin-top: -20px;
  z-index: -1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e0e0e0!important;
}
#nav .nav-date-time .layui-laydate-main table .laydate-day-next .laydate-day-mark {
  color: #d2d2d2;
}
#nav .nav-date-time .layui-laydate-main table .laydate-day-next .laydate-day-mark:after {
  position: absolute;
  content: '';
  right: 2px;
  top: 2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
#nav .nav-date-time .layui-this {
  background: rgba(255, 255, 255, 0) !important;
}
#nav .nav-date-time .layui-this:after {
  position: absolute;
  content: '';
  right: 50%;
  top: 50%;
  margin-right: -20px;
  margin-top: -20px;
  z-index: -1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #84C225!important;
}
#nav .nav-date-time .layui-this .laydate-day-off:after {
  position: absolute;
  content: '';
  right: 50%;
  top: 50%;
  margin-right: -20px;
  margin-top: -20px;
  z-index: -1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e0e0e0!important;
}
#nav .nav-date-time .month {
  height: 36px;
  color: #fff;
  line-height: 36px;
  text-align: left;
  color: #666;
}
#nav .nav-date-time .month a {
  color: #0083f2;
}
#nav .nav-date-time .month a.prev,
#nav .nav-date-time .month a.next {
  padding: 0 10px;
}
#nav .nav-date-time .daycon ul {
  width: 350px;
}
#nav .nav-date-time .daycon .week li {
  color: #3bb4f2;
}
#nav .nav-date-time .daycon li {
  width: 50px;
  float: left;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #999;
}
#nav .nav-date-time .daycon li a {
  width: 36px;
  height: 36px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 auto;
  line-height: 36px;
  text-align: center;
  color: #999;
  float: none;
  padding: 0;
}
#nav .nav-date-time .daycon li.on a {
  background: #4cb0ee;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  -ms-border-radius: 34px;
  border-radius: 34px;
  color: #fff;
}
#nav .nav-date-time .daycon li.on a:hover {
  background: #369cdb;
}
#nav .nav-date-time .daycon li.off a {
  background: #e0e0e0;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  -ms-border-radius: 34px;
  border-radius: 34px;
}
#nav .nav-date-time .daycon li.off a:hover {
  background: #d3d3d3;
}
#nav .nav-date-time .daycon li.active a {
  background: #84c225;
  color: #fff;
}
.ie #nav .nav-date-time .layui-this:after {
  left: 5px;
  top: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
#nav .nav-date-time-info {
  width: 280px;
  height: 348px;
  float: left;
  position: relative;
  background: #358ae4;
  display: none;
}
#nav .nav-date-time-info.on {
  display: block;
}
#nav .nav-date-time-info .weekday {
  height: 52px;
  line-height: 26px;
  text-indent: 18px;
}
#nav .nav-date-time-info .weekday span {
  display: block;
  color: #fff;
}
#nav .nav-date-time-info .weekday span i {
  font-style: normal;
  padding-right: 15px;
}
#nav .nav-date-time-info .date-duan {
  height: 68px;
  line-height: 60px;
  text-indent: 18px;
  background: url(../images/date_bg.jpg) 18px top no-repeat;
  color: #fff;
}
#nav .nav-date-time-info .date-duan span {
  font-size: 26px;
  color: #87ca21;
  float: left;
}
#nav .nav-date-time-info .date-duan i {
  color: #fff;
  padding-left: 10px;
  line-height: 60px;
  float: left;
}
#nav .nav-date-time-info .time-tab-hd {
  padding-left: 15px;
  width: 280px;
}
#nav .nav-date-time-info .time-tab-hd.layui-tab-title {
  border-bottom: 0;
}
#nav .nav-date-time-info .time-tab-hd li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 55px;
  min-width: 55px;
  height: 35px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  background: url(../images/c-icon.png) no-repeat;
  background-position: -72px -198px;
  font-size: 12px;
  padding: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
}
#nav .nav-date-time-info .time-tab-hd li.layui-this {
  background-position: -11px -198px;
}
#nav .nav-date-time-info .time-tab-hd li.layui-this:after {
  border-bottom: 0;
}
#nav .nav-date-time-info .time-tab-hd li:hover {
  color: #358ae4;
}
#nav .nav-date-time-info .time-tab-bd {
  padding: 0;
  width: 260px;
  height: 160px;
}
#nav .nav-date-time-info .scroll-tips {
  padding-top: 10px;
  color: #fff;
}
#nav .nav-date-time-info .con {
  display: none;
}
#nav .nav-date-time-info .am-pm {
  border-bottom: 1px dashed #e4e4e4;
  overflow: hidden;
}
#nav .nav-date-time-info .am-pm dl dd {
  height: 34px;
  line-height: 34px;
  font-size: 12px;
  color: #fff;
  padding-left: 15px;
}
#nav .nav-date-time-info .am-pm dl dd .residual {
  width: 40px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#nav .nav-date-time-info .am-pm dl dd .time {
  display: block;
  width: 140px;
  float: left;
  color: #fff;
}
#nav .nav-date-time-info .am-pm dl dd a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  background: #fff;
  color: #5aa3e7;
  width: 62px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#nav .nav-date-time-info .am-pm dl dd.active a {
  color: #fff;
  background: #93cf38;
}
#nav .nav-date-time-info .am-pm dl dd.off a {
  color: #fff;
  background: #ccc;
}
#nav .subCate.guahao-info {
  background: #ffffff url("../images/guahao_bg.png") center top no-repeat;
}
.guahao-info-con {
  width: 682px;
  margin: 20px auto 0;
}
.guahao-info-con .item {
  padding: 0 20px 0 30px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #999;
}
.guahao-info-con .item .xz-btn {
  color: #999;
  font-size: 12px;
}
.guahao-info-con .item .xz-con {
  color: #333;
}
.guahao-info-con .xz-diqu {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #efefef;
}
.guahao-info-con .btn-con {
  border-top: 1px solid #efefef;
}
.guahao-info-con .btn-con a {
  display: block;
  color: #fff;
  width: 160px;
  height: 48px;
  line-height: 48px;
  background: #0083f2;
  text-align: center;
  font-size: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin: 0 auto;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.guahao-info-con .btn-con a:hover {
  background: #0087d9;
}
/*********底部*********/
.g-ft {
  background: #f7f7f7;
  min-width: 1200px;
}
.g-ft .g-ft-top {
  padding: 30px 0 20px 0;
  border-top: 1px solid #eaeaea;
}
.g-ft .g-ft-top dl {
  float: left;
  width: 160px;
}
.g-ft .g-ft-top dt {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}
.g-ft .g-ft-top dd {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.g-ft .g-ft-top dd a {
  color: #666666;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.g-ft .g-ft-top dd a:hover {
  color: #0083f2;
}
.g-ft .g-ft-top .top-mcon {
  padding-bottom: 25px;
  border-bottom: 1px solid #efefef;
}
.g-ft .g-ft-top .join {
  margin-right: 120px;
}
.g-ft .g-ft-top .kefu {
  width: 310px;
}
.g-ft .g-ft-top .kefu .tool-btn a {
  margin-right: 30px;
}
.g-ft .g-ft-top .kefu .tool-btn span {
  margin-top: 2px;
  padding-right: 5px;
}
.g-ft .g-ft-top .tel {
  font-family: "helvetica,arial";
  font-size: 24px;
}
.g-ft .g-ft-top .left-aboutus {
  width: 900px;
}
.g-ft .g-ft-top .about-list .item {
  float: left;
}
.g-ft .g-ft-top .about-list .item a {
  display: block;
  padding: 0 12px;
  font-size: 16px;
  color: #3a3e46;
}
.g-ft .g-ft-top .about-list .item-line {
  float: left;
  margin: 0 12px;
  color: #3a3e46;
}
.g-ft .g-ft-top .kefu-msg {
  margin-top: 20px;
}
.g-ft .g-ft-top .kefu-msg .kftel {
  font-size: 16px;
  color: #737373;
}
.g-ft .g-ft-top .kefu-msg .kftime {
  margin-top: 15px;
  font-size: 16px;
  color: #737373;
}
.g-ft .g-ft-top .share-btn {
  width: 250px;
  text-align: right;
  padding-top: 0;
}
.g-ft .g-ft-top .share-btn span {
  display: inline-block;
  line-height: 20px;
  color: #777;
}
.g-ft .g-ft-top .share-btn .bdsharebuttonbox {
  display: inline-block;
  vertical-align: middle;
}
.g-ft .g-ft-top .share-btn .bdsharebuttonbox a {
  background: url(../images/share_btn.jpg) no-repeat;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 22px;
  height: 22px;
  padding: 0;
  margin: 0 6px 6px 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.g-ft .g-ft-top .share-btn .bdsharebuttonbox .bds_tsina {
  background-position: -34px 0;
}
.g-ft .g-ft-top .share-btn .bdsharebuttonbox .bds_weixin {
  background-position: -68px 0;
}
.g-ft .g-ft-top .share-btn .bdsharebuttonbox .bds_renren {
  background-position: -102px 0;
}
.g-ft .g-ft-top .share-btn .bdsharebuttonbox .bds_tqq {
  background-position: -134px 0;
}
.g-ft .g-ft-bottom {
  border-top: 1px solid #eaeaea;
  background: #efeeee;
}
.g-ft .g-ft-bottom .container {
  padding: 10px 0;
  height: 24px;
}
.g-ft .g-ft-bottom .text {
  font-size: 12px;
  color: #888888;
}
.g-ft .g-ft-bottom p {
  line-height: 22px;
}
/*sidebar*/
.sidebar {
  width: 35px;
  height: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 501;
  background: #333333;
  background: rgba(0, 0, 0, 0.8);
}
.sidebar .sidebar-top {
  position: absolute;
  top: 40%;
  margin-top: -100px;
}
.sidebar .sidebar-bottom {
  position: absolute;
  bottom: 0;
}
.sidebar li {
  width: 35px;
  position: relative;
}
.sidebar li a.iconbtn {
  display: block;
  height: 38px;
  padding-top: 12px;
  text-align: center;
  color: #fff;
}
.sidebar li a.iconbtn span.iconfont {
  font-size: 24px;
}
.sidebar li a.iconbtn.iconbtn:hover {
  background-color: #0083f2;
}
.sidebar li.on a.iconbtn {
  background-color: #0083f2;
}
.sidebar li a.return-top {
  display: none;
  background-image: url("../images/return-top.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.sidebar .tip {
  width: 99px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  right: 31px;
  background: url("../images/tipbg.png") no-repeat;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.sidebar .hide-con {
  position: absolute;
  right: 35px;
  top: 0;
  border: 1px solid #0083f2;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none;
}
.sidebar .wchar,
.sidebar .appdown,
.sidebar .kefuinfo {
  width: 156px;
  height: 320px;
  background: #fff;
  text-align: center;
  color: #0089f2;
}
.sidebar .wchar p,
.sidebar .appdown p,
.sidebar .kefuinfo p {
  font-size: 16px;
  padding-top: 5px;
}
.sidebar .wchar img,
.sidebar .appdown img,
.sidebar .kefuinfo img {
  margin-top: 20px;
  width: 104px;
}
.sidebar .wchar {
  height: 160px;
}
.sidebar .hotline {
  padding-top: 10px;
  color: #333;
  font-size: 16px;
  line-height: 30px;
}
.sidebar .hotline i {
  display: block;
  color: #f60;
}
.sidebar .kefuinfo {
  height: auto;
}
.sidebar .kefuinfo .title {
  height: 50px;
  line-height: 50px;
  background: #0083f2;
  color: #fff;
  font-size: 18px;
}
.sidebar .kefuinfo img {
  margin: 0;
}
.sidebar .kefuinfo .kefulist dd {
  border-bottom: 1px solid #f3f2f2;
  font-size: 12px;
}
.sidebar .kefuinfo .kefulist a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #666;
  text-indent: 20px;
  background: #f5f5f5 url("../images/kefuicon.gif") 20px center no-repeat;
}
.sidebar .kefuinfo .work-time {
  background: #f5f5f5;
  font-size: 12px;
  color: #5e5e5e;
  text-align: left;
  padding-bottom: 10px;
}
.sidebar .kefuinfo .work-time b {
  display: block;
  line-height: 30px;
  text-indent: 10px;
}
.sidebar .kefuinfo .work-time i {
  display: block;
  line-height: 20px;
  text-indent: 10px;
}
.sidebar .kefu {
  border-top: 1px solid #0083f2;
  border-bottom: 1px solid #0083f2;
}
.sidebar .kefu a {
  background: #fff;
  display: block;
}
/********公共面板*********/
.m-panel-hd {
  position: relative;
  height: 44px;
  line-height: 44px;
  background: #fff;
  padding: 0 15px;
  border-bottom: 1px solid #e8e8e8;
}
.m-panel-hd-title {
  font-size: 16px;
  color: #333333;
}
.m-panel-bd {
  background: #fff;
}
.zixun-doctor {
  position: relative;
  width: 582px;
  padding-top: 35px;
}
.zixun-doctor-renwu {
  display: block;
  width: 216px;
  height: 342px;
  position: absolute;
  top: 0;
  right: 0;
}
.zixun-doctor-box {
  width: 470px;
}
.zixun-doctor-hd {
  padding-top: 14px;
  padding-bottom: 10px;
  background: #0083f2;
  -webkit-border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  -ms-border-radius: 16px 16px 0 0;
  border-radius: 16px 16px 0 0;
}
.zixun-doctor-hd p {
  text-align: center;
  color: #fff;
}
.zixun-doctor-hd-title {
  font-size: 24px;
}
.zixun-doctor-hd-subtitle {
  font-size: 20px;
}
.zixun-doctor-bd {
  padding: 20px 0;
  background: #fff;
  -webkit-border-radius: 0 0 16px 16px;
  -moz-border-radius: 0 0 16px 16px;
  -ms-border-radius: 0 0 16px 16px;
  border-radius: 0 0 16px 16px;
}
.zixun-doctor-bd-QRcode {
  float: left;
  width: 138px;
  margin-left: 40px;
  overflow: hidden;
}
.zixun-doctor-bd-QRcodeimg {
  display: inline-block;
  width: 138px;
  height: 138px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px rgba(238, 238, 238, 0.9);
  -moz-box-shadow: 0px 0px 10px rgba(238, 238, 238, 0.9);
  -ms-box-shadow: 0px 0px 10px rgba(238, 238, 238, 0.9);
  box-shadow: 0px 0px 10px rgba(238, 238, 238, 0.9);
}
.zixun-doctor-bd-QRcodeimg img {
  display: block;
  width: 100%;
  height: 100%;
}
.zixun-doctor-bd-QRcodetext {
  margin-top: 7px;
  text-align: center;
  font-size: 16px;
  color: #666;
}
.zixun-doctor-btn {
  padding: 20px;
  text-align: center;
}
.zixun-doctor-btn-close {
  display: inline-block;
  width: 53px;
  height: 53px;
}
.zixun-doctor-btn-close .close {
  display: inline-block;
  width: 53px;
  height: 53px;
  vertical-align: top;
}
.family-doctor {
  position: relative;
  width: 480px;
}
.family-doctor-bd {
  padding: 55px 15px;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
}
.family-doctor-bd-img {
  display: inline-block;
  width: 200px;
  height: 200px;
}
.family-doctor-bd-text {
  margin-top: 20px;
  text-align: center;
  font-size: 24px;
  color: #6c7c9d;
}
.family-doctor-btn {
  padding: 20px;
  text-align: center;
}
.family-doctor-btn-close {
  display: inline-block;
  width: 53px;
  height: 53px;
}
.family-doctor-btn-close .close {
  display: inline-block;
  width: 53px;
  height: 53px;
  vertical-align: top;
}
.nav-tc-transp {
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0) !important;
  background-color: transparent!important;
}
.nodata {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.nodata-text {
  font-size: 14px;
  color: #999;
}
[v-cloak] {
    display: none;
}
.sm {background-color: #0084f2;}/*去实名认证*/
.sm1 {background-color: #dddddd;}/*已经实名认证*/