/*清除默认样式*/
* {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;margin: 0 auto;padding: 0;}
html {background: #fff;-ms-touch-action: none;margin: 0 auto;}
body {color: #333; font-family: Microsoft Yahei;  font-size: 0.6rem; max-width:16rem;margin:0 auto; background:#fff;}
a {text-decoration: none;border: none;color: #333;}
a:hover {text-decoration: underline;text-decoration: none;}
ul,li {list-style: none;overflow: hidden;}
p {display: block;}
em {font-style: normal;}
table {border-collapse: collapse;border-spacing: 0;}
img {border: none;vertical-align: middle;}
.clearfix {zoom: 1;display: block}
.clearfix:after {content: "";height: 0px;display: block;clear: both;visibility: hidden;}
.clear {zoom: 1;}
.clear:after {height: 0;display: block;content: "\20";clear: both;}
.fl {float: left;}
.fr {float: right;}

/*正式开始*/
.container {
  background-color: #f6f6f6;
  margin: 0;
  padding: 0;
}
.main {
  padding: 0 0.45rem;
}
.logo {
  width: 100%;
  height: 3.4rem;
  background: linear-gradient(#c5d0fd, #fff);
  text-align: center;
  line-height: 4.35rem;
}
.logo img {
  width: 12.575rem;
  height: 1.6rem;
}
.banner img {
  width: 15rem;
  height: 5.275rem;
}
.pannel {
  margin-top: 0.5rem;
  background-color: #ffffff;
  border-radius: 0.3rem;
}
/*对话*/
.chat {
  display: flex;
  justify-content: space-around;
  padding: 0.95rem 0 0.65rem;
}
.flex_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.flex_item .img {
  width: 2.175rem;
  height: 2.175rem;
  border-radius: 50%;
  text-align: center;
}
.chat .flex_item:first-child .img {
  background-color: #d7f4d8;
}
.chat .flex_item:nth-child(2) .img {
  background-color: #fdf4db;
}
.chat .flex_item:nth-child(3) .img {
  background-color: #e0eafe;
}
.flex_item img {
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.525rem;
}
.flex_item .tit {
  margin: 0.5rem 0;
  font-size: 0.8rem;
  color: #181818;
  font-weight: 600;
}
.flex_item .body {
  font-size: 0.625rem;
  color: #898787;
}
.flex_item .recom {
  width: 1.3rem;
  height: 0.525rem;
  line-height: 0.525rem;
  background-color: #eda53d;
  font-size: 0.4rem;
  color: #fff;
  text-align: center;
  border-radius: 0.175rem 0.175rem 0.175rem 0;
  position: absolute;
  top: -0.1rem;
  right: 1.125rem;
}
/*二维码图*/
.code img {
  width: 15rem;
  height: 3.525rem;
}
/*自助服务*/
.self {
  padding: 0.5rem 0.65rem 0.95rem;
}
.self .title p {
  font-size: 0.8rem;
  font-weight: 600;
  color: #181818;
}
.self .body {
  margin-top: 1.125rem;
  display: flex;
  justify-content: space-between;
}
.self .body div {
  width: 6.5rem;
  height: 2.5rem;
  border-radius: 0.475rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.self .body div .top {
  font-size: 0.7rem;
  color: #000000;
  font-weight: 600;
}
.self .body div .bottom {
  font-size: 0.575rem;
  color: #474646;
}
/*专家团队*/
.doc {
  padding: 0.5rem;
}
.doc .title {
  overflow:hidden;
}
.doc .title .left {
  font-size: 0.8rem;
  font-weight: 600;
  color: #181818;
}
.doc .title .right {
  font-size: 0.65rem;
  color: #4e4d4d;
  margin-top: 0.225rem;
}
.doc .list {
  margin-top: 1rem;
  padding-bottom: 0.375rem;
  border-bottom: 0.05rem solid rgba(49, 49, 49, 0.1);
  display: flex;
}
.doc .list .left {
  width: 2.875rem;
  height: 2.875rem;
  position: relative;
}
.doc .list .left img {
  width: 2.875rem;
  height: 2.875rem;
  border-radius:50%;
}
.doc .list .left p {
  display: inline-block;
  width: 1.125rem;
  height: 0.625rem;
  line-height: 0.625rem;
  background-color: #eda53d;
  border-radius: 0.3rem;
  font-size: 0.4rem;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: -0.1rem;
  right: -0.1rem;
}
.doc .list .right {
  margin-left: 1rem;
}
.doc .list .right .top {
  position: relative;
}
.doc .list .right .top .h2 {
  font-size: 0.75rem;
  color: #181818;
  font-weight: 600;
}
.doc .list .right .top .span {
  margin-left: 0.3rem;
  font-size: 0.575rem;
  color: #7f7f7f;
}
.doc .list .right .top .reply {
  display: inline-block;
  width: 1.375rem;
  height: 0.525rem;
  background-color: #eda53d;
  border-radius: 0.175rem 0.175rem 0.175rem 0;
  font-size: 0.35rem;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 0.125rem;
}
.doc .list .right .middle .nor {
  font-size: 0.5rem;
  color: #2c2c2c;
}
.doc .list .right .middle .blue {
  border-radius: 0.3rem;
  border: solid 2px #4ea1ff;
  font-size: 0.5rem;
  color: #4ea1ff;
  padding: 0 0.2rem;
  margin-left: 0.225rem;
}
.doc .list .right .bottom {
  margin-top: 0.225rem;
}
.doc .list .right .bottom p {
  font-size: 0.65rem;
  color: #333232;
}
.doc .list .right .go {
  width: 2.375rem;
  height: 1.25rem;
  line-height:1.25rem;
  background-color: #4ea1ff;
  border-radius: 0.625rem;
  text-align: center;
  float: right;
}
.doc .list .right .go p {
  font-size: 0.575rem;
  color: #ffffff;
}
/*右侧固定电话*/
.f_phone {
  position: fixed;
  right: 0;
  top: 50%;
}
.f_phone img {
  width: 2.25rem;
  height: 2.25rem;
}
/*医院新闻*/
@-webkit-keyframes dh {
  0% {
	  opacity:0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }

  100% {
	  opacity:1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes dh {
 0% {
	  opacity:0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }

  100% {
	  opacity:1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.dh {
  -webkit-animation-name: dh;
          animation-name: dh;
}
@-webkit-keyframes dh1 {
  0% {
	  opacity:0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }

  100% {
	  opacity:1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes dh1 {
 0% {
	  opacity:0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }

  100% {
	  opacity:1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.dh1 {
  -webkit-animation-name: dh1;
          animation-name: dh1;
}
@keyframes dh3 {
 0% {
	  opacity:0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }

  100% {
	  opacity:1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.dh3{
  -webkit-animation-name: dh3;
          animation-name: dh3;
}
.clear {
    clear: both;
    display: block;
    position: relative;
}
.clear:after {
    content: "";
    clear: both;
    display: block;
}
.in-ti {
    margin-bottom: 30px;
	padding:.5rem .5rem 0;
}
.in-ti h1 {
    font-size: 20px;
}
.in-ti h1 span{
    font-size: 14px;
	padding-top: 5px;
	text-transform: uppercase;
    font-family: "Arial";
    display: block;
    line-height: 1;
}
.in-ti a {
    width: 120px;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin-top: 20px;
	display: block;
	border-radius: 30px;
	border: 1px solid #343434;
	padding-left: 20px;
	position: relative;
	transition-duration: .5s;
}
.in-ti a:after {
    top: 10px;
}
.in-ti a:after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/jt.png);
    background-position: 0 0;
    transition-duration: .5s;
    position: absolute;
    right: 16px;
}
.djdt-le{
    width: 100%;
    float: none !important;
}
.dt01 {
	border-bottom: 1px solid #004d90;
    margin-bottom: 15px;
}
.dt-img {
    width: 100%;
    float: none !important;
    overflow: hidden;
}
.dt-img img {
	width:100%;
	height:216px;
    display: block;
    border-radius: 10px 10px 0 10px;
    transition-duration: .5s;
}
.dt-txt{
    width: 100%;
    float: none !important;
}
.new01 {
    padding-top: 15px;
    margin-bottom: 10px !important;
}
.new01 h2 {
    color: #9f8f69;
    font-family: "Arial";
    font-weight: normal;
    font-size: 20px;
}
.new01 h1{
    font-size: 14px;
	color: #333;
    padding: 10px 0 16px 0;
}
.new01 p{
    font-size: 14px;
	line-height: 1.8;
}
.new01 span {
    font-size: 14px;
}
.new01 span, .gg-le dl dd span {
    line-height: 20px;
    float: right;
    margin: 20px 0;
    position: relative;
    padding-right: 40px;
}
.new01 span:after, .gg-le dl dd span:after {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #333;
    border-radius: 50%;
    background: url(../images/y.png) no-repeat center center;
    background-position: 0 0;
    transition-duration: .5s;
    position: absolute;
    top: 0;
    right: 0;
}
.djdt-le .dt01:nth-child(2) {
    border: none;
}
.dt-ri, .gswb {
    padding: 10px;
}
.in-right, .dt-ri, .gygs-le, .gygs-ri {
    width: 100%;
    float: none !important;
	background: #cfe3ff;
}
.in-new-ri, .new-img, .new02, .in-new-ri:After, .gg-le {
    width: 100%;
    float: none !important;
}
.new-img, .new02 {
    position: relative;
    z-index: 2;
}
.new02 dl {
    margin-top: 10px;
	margin-bottom: 18px;
    position: relative;
}
.new02 dl dt {
	margin:0;
    width: 85%;
}
.new02 dl dt p, .zjgd .bd ul li .title h1 {
    font-size: 18px;
}
.new02 dl dt p {
    color: #9f8f69;
    font-family: "Arial";
    font-weight: normal;
    padding-bottom: 5px;
}
.new02 dl dt h1, .td-list dd, .new01 h1, .xwzx02 dl dd h1, .gs-date p, .gswb dd h1 {
    font-size: 14px;
}
.new02 dl dt h1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
	line-height: 1.6;
    color: #000;
}
.new02 dl dd {
    width: 19px;
    height: 19px;
    bottom: 5px;
}
.new02 dl dd {
    background: url(../images/y1.png) no-repeat center center;
    position: absolute;
    right: 0;
    transition-duration: .5s;
    background-size: 7px 9px;
    border: 1px solid #000;
    border-radius: 50%;
}

/*诊疗设备*/
.dbt {
    margin: 0.4rem auto;
}
.dbt h2 {
    margin-bottom: 2%;
    font-size: 1rem;
    padding-bottom: 0.35rem;
    clear: both;
    overflow: hidden;
    text-align: center;
    margin: auto;
}
.dbt img {
    margin-right: 1%;
    width: 8%;
    margin-top: -1.5%;
}
.img_jsqh {
    overflow: hidden;
    position: relative;
    margin: 0.8rem auto;
}
.img_jsqh .hd {
    position: absolute;
    z-index: 1;
    bottom: 0;
}
.img_jsqh .hd ul {
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    display: block;
}
.img_jsqh .hd ul li {
    width: 3.02rem;
    height: 0.25rem;
    font-size: 0px;
    background: #161616;
    border-right: 1px solid #ffffff;
    float: left;
    box-sizing: border-box;
    opacity: 0.8;
}
.img_jsqh .hd ul .on {
    background: #e37a02;
}
.img_jsqh .bd ul li.js {
    position: relative;
}
.img_jsqh img {
    width: 100%;
}
.img_jsqh .bd ul li.js p {
    position: absolute;
    right: 0px;
    bottom: 0;
    z-index: 10;
    font-size: 0.8rem;
    line-height: 1.8rem;
    color: #fff;
    width: 100%;
    text-align: center;
}
.btn {
    overflow: hidden;
    margin-bottom: 0.4rem;
}
.btn a:nth-of-type(1) {
    background: #108dc3;
    margin-right: 0.3rem;
    margin-left: 20%;
}
.btn a {
    width: 30%;
    line-height: 1.4rem;
    font-size: 0.6rem;
    text-align: center;
    float: left;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 3%;
    color: #fff;
}
.btn a:nth-of-type(2) {
    background: #e04a0b;
}

/*白癜风科普*/
.page-3-1 {
	margin-bottom:.5rem;
    background-color: #fff;
}
.page-3-1 .page_kp {
    margin-top: 10px;
}
.bdfkp {
    padding: 0 10px;
    overflow: hidden;
    color: #727272;
}
.bdfkp h2 {
    font-size: 22px;
    margin: 12px 0;
    text-align: center;
    font-family: "Microsoft YaHei";
}
.page-3-1 .page_kp {
    margin-top: 10px;
}
.bdfkp ul {
    padding: 5% 10px;
    text-align: left;
    overflow: hidden;
}
.bdfkp ul li {
    line-height: 28px;
    float: left;
    width: 100%;
}
.bdfkp ul li:nth-of-type(1):before, .bdfkp ul li:nth-of-type(2):before, .bdfkp ul li:nth-of-type(3):before {
    border-left: 10px solid #e60012;
}
.bdfkp ul li:before {
    content: "";
    width: 0px;
    margin-right: 4px;
    display: inline-block;
    height: 0px;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 10px solid #27754a;
    font-size: 0px;
    line-height: 0px;
}
.bdfkp ul li:nth-child(1):after, .bdfkp ul li:nth-child(2):after, .bdfkp ul li:nth-child(4):after, .bdfkp ul li:nth-child(6):after {
    content: "";
    background: url(../images/hot.gif);
    width: 28px;
    height: 11px;
    display: inline-block;
    margin: 0 0 10px -4px;
}
.bdfkp ul li a {
    color: #414141;
}
.bdfkp ul li a time {
    float:right;
}

/*预约挂号*/
:root {
    --swiper-navigation-size: 44px;
}
:root {
    --swiper-theme-color: #007aff;
}
:root {
    --header-height: .44rem;
    --navTab-height: .5rem;
    --hospitalCard-height: 1.24rem;
    --border-color: #f1f1f1;
    --text0-color: #000;
    --text3-color: #333;
    --text5-color: #555;
    --text6-color: #666;
    --text9-color: #999;
    --text52-color: #525252;
    --text62-color: #626262;
    --textf8-color: #f8f8f8;
    --text1f-color: #1F1F1F;
    --textf-color: #fff;
    --green1-color: #00c8c8;
    --green2-color: #01b2b2;
    --green3-color: #01B3B3;
    --blue1-color: #3F8CFF;
    --blue2-color: #418dff;
    --orange1-color: #FF6F61;
    --orange2-color: #FF7920;
}
.clearfix::before, .clearfix::after {
    content: "";
    display: block;
}
.clearfix::after {
    clear: both;
}
.clearfix::before, .clearfix::after {
    content: "";
    display: block;
}
.yuyuebiaodan {
    width: 90%;
    margin: 0 auto;
    max-width: 600px;
}
.yuyuebiaodan-title {
    text-align: center;
    font-size: 0.8rem;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: bold;
}
.yuyuebiaodan-useritem {
    padding: 10px 0;
    background-color: #fff;
    margin-bottom: 10px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}
.yuyuebiaodan-text {
    float: left;
    font-size: 0.6rem;
    line-height: 2;
    margin: 0 10px;
}
input[type="text"], input[type="button"], textarea {
    border: none;
    resize: none;
    -webkit-appearance: none;
    outline: medium;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
input, textarea, button {
    -webkit-user-select: auto;
    margin: 0px;
    padding: 0px;
    outline: none;
}
input, textarea, select {
    border: none;
    resize: none;
    -webkit-appearance: none;
    outline: medium;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background: none;
}
.yuyuebiaodan-input {
    float: left;
    font-size: 0.6rem;
    line-height: 2;
    text-align: right;
    margin: 0 20px;
    flex-grow: 1;
}
.yuyuebiaodan-submit-wrap {
    padding: 10px 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
}
.yuyuebiaodan-reset, .yuyuebiaodan-submit {
    display: block;
    background-color: #e85b08;
    color: #fff;
    font-size: 0.6rem;
    line-height: 2;
    width: 120px;
    margin: 0 auto;
    border-radius: 10px;
}
.dibuu {
    overflow: hidden;
    line-height: .8rem;
    text-align: center;
    font-size: 0.6rem;
    padding: 20px 10px 90px;
}

/*列表页*/
.weizhi {
    width: 100%;
    background: #3f94f3;
    height: 1.2rem;
    color: #FFF;
    overflow: hidden;
    line-height: 1.2rem;
    text-indent: 1em;
}
.weizhi a {
    color: #FFF;
    padding: 0.14rem 0;
}
.listlb {
    width: 94%;
    margin: 0.1rem auto 0;
}
.yswdy {
    width: 100%;
    margin: 0.21rem auto 0;
    overflow: hidden;
}
.yswdy img {
    width: 4.98rem;
    height: 4rem;
}
.yswdy .ztswo {
    margin-top: 0;
    height: 4rem;
    width: 9.05rem;
    background: #eeeeee;
}
.yswdy .ztswo dl {
    text-align: center;
    color: #3f94f3;
    font-size: 0.6rem;
    margin-top: 0.35rem;
}
.yswdy .ztswo p {
    width: 9rem;
    margin: 0 auto;
    line-height: 0.8rem;
    margin-top: 0.32rem;
    text-indent: 2em;
    font-size: 0.55rem;
}
.fenye {
    text-align: center;
    margin-top: 0.35rem;
    overflow: hidden;
}
.fenye ul {
    width: 40%;
    margin: 0 auto;
    display: inline-flex;
}
.jk_want {
    height: 1.1rem;
    width: 100%;
    background-color: #3f94f3;
    line-height: 1.1rem;
    margin: 0.4rem auto 0;
    overflow: hidden;
}
.jk_want strong {
    font-size: 0.58rem;
    line-height: 1.1rem;
    padding-left: 3.5%;
    float: left;
    color: #fff;
}
.jk_want i {
    font-style: normal;
    float: right;
    margin-right: 3.5%;
    line-height: 1rem;
    color: #fff;
}
.jk_nofind {
    width: 100%;
    height: auto;
    background-color: #FFF;
    float: left;
    margin-bottom: 0.4rem;
    overflow: hidden;
}
.jk_nofind div {
    width: 100%;
    height: 1.8rem;
    line-height: 1.8rem;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
}
.jk_nofind a {
    text-decoration: none;
    color: #4e4e4e;
    width: 33%;
    text-align: center;
    float: left;
    color: #3f94f3;
}
.cjbr3 {
    border-right: 1px solid #dcdcdc;
}

/*文章页*/
.article, .article p {
    font-size: 16px;
    text-indent: 0;
    line-height: 1.5rem;
    width: 93.75%;
    margin: 0 auto;
}
.article dt {
    margin: 15px 5px;
}
.article a {
    font-size: 14px;
    color: #000;
    font-family: sans-serif'΢���ź�';
    font-family: '΢���ź�';
    text-decoration: none;
}
.article p a {
    color: #006be1;
}
.article h1 {
    text-align: center;
    line-height: 1rem;
    font-size: 22px;
    color: #4b4b4b;
}
.article h3 {
    color: #006be1;
    font-size: 12px;
    padding-left: 5%;
    padding-right: 3%;
    font-weight: normal;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    margin: 15px;
}
.article .wenzhang img{width:100%;}

/*快商通样式改*/
.float_container .btn a {margin:0;}

/*首页底部*/
.header .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 .1rem;
    background-color: #156ec8;
}
.header .title>a {
    display: inline-block;
    position: relative;
    height: 1.36rem;
    line-height: 1.36rem;
    border-radius: 0;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    font-size: .6rem;
}
.header .title a:nth-child(n + 2)::after {
    position: absolute;
    top: 50%;
    right: 0;
    left: -0.15rem;
    bottom: 0;
    content: "";
    width: 1px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(255,255,255,.5);
}