
* {
  margin: 0;
  padding: 0;
}
html {
  width: 100%;
  height: 100%;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
img {
  border: none;
  font-size: 0;
  display: block;
  max-width: 100%;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body {
  font-size-adjust: none;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  font: 14px Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow-x: hidden;
  color: #333;
  max-width: 16rem;
  margin: 0 auto;
  background: #f1f1f1;
  line-height: 1.67;
  min-width: 320px;
  font-size: 0.54rem;
}
body,
a:hover{transition: all 0.3s ease-in-out;}
html {
  overflow-y: auto;
  position: relative;
}
.logo {
  width: 16rem;
}

.top_nav {
  height: 1.4rem;
  background: #720000;
  overflow: hidden;
  /*margin: 1px auto 2px;*/
}
.top_nav li {
  width: 16.6%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  
  line-height: 1.4rem;
  text-align: center;
}
.top_nav li a {
  display: block;
  line-height: 1.4rem;
  color: #fff;
}
.top_nav li:nth-child(1) {
  border-left: none;
}
.top_nav li:nth-child(5) {
  border-right: none;
}



.banner-content {
  position: relative;
  z-index: 2;
  height: auto;
}
.bs-cont {
  background: #fff;
  padding: 0.45rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.5rem;
}
.zx-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.6rem;
  margin-top: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.45rem 0;
}
.zx-content .zx-nr {
  width: 25%;
  overflow: hidden;
  text-align: center;
}
.zx-content .zx-nr .zx-icon {
  margin: 0 auto 0.1rem;
  width: 1.75rem;
  height: 1.75rem;
  background: url(../image/zx1.jpg) no-repeat center;
  background-size: 100% 100%;
}
.zx-content .zx-nr span {
  display: block;
}
.cont-title-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.4rem;
}
.cont-title-s h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.6rem;
  font-weight: 700;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.cont-title-s a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.4rem;
  color: #666;
}
/* CSS Document */
#certify {
  position: relative;
  width: 100%;
  margin: 0.5rem auto 0rem;
}
#certify .swiper-container {
  padding-bottom: 0.75rem;
}
#certify .swiper-slide {
  width: 10.1rem;
  height: 6.75rem;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
#certify .swiper-slide img {
  display: block;
  border: 2px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}
#certify .swiper-slide:not(.swiper-slide-active) {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.yyjj-wenzhi {
  padding: 1.25rem 0.45rem 0.45rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f5ede2 url(../image/jjtop.jpg) no-repeat top center;
  background-size: 100% auto;
  text-align: justify;
  text-indent: 2em;
}
.tszl-cont {
  overflow: hidden;
}
.tszl-cont li {
  width: 24%;
  float: left;
  margin-right: 1.333%;
  line-height: 38px;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 0.3rem;
  background: #eaf9ff;
}
.tszl-cont li a {
  color: #4998f2;
}
.tszl-cont li:nth-child(4n) {
  margin-right: 0;
}
/*
 
 * 医生板块
 * */
.doctor-item {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 0.4rem;
  margin-bottom: 0.4rem;
}
.doctor-item .doctor-item-photo {
  width: 57px;
  height: 57px;
  position: absolute;
  margin-top: 4px;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
}
.doctor-item .doctor-item-content {
  margin-left: 70px;
}
.doctor-item .doctor-item-content .doctor-tiem-name {
  font-size: 0.6rem;
  font-weight: 600;
}
.doctor-item .doctor-item-content .doctor-item-sign {
  margin-bottom: 3px;
}
.doctor-item .doctor-item-content .doctor-item-sign span {
  font-size: 0.4rem;
  color: #878787;
  border: 1px solid #e3e3e3;
  margin-right: 0.2rem;
  border-radius: 2px;
  padding: 1px 3px;
}
.doctor-item .doctor-item-content .doctor-item-description {
  overflow: hidden;
  margin-bottom: 0.2rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.doctor-item .doctor-item-content .doctor-inversion {
  margin-top: 5px;
}
.doctor-item .doctor-item-content .doctor-inversion .doctor-consult {
  display: inline-block;
  background: #f5f5f5;
  padding: 3px 0.7rem;
  border-radius: 4px;
  margin-right: 4px;
}
.doctor-item .doctor-item-content .doctor-inversion .doctor-consult .icon-advice {
  width: 0.475rem;
  height: 0.475rem;
  background: url(../image/advice.png) no-repeat center;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
}
.doctor-item .doctor-item-content .doctor-inversion .doctor-consult:nth-child(2) .icon-advice {
  background: url(../image/tel.png) no-repeat center;
  background-size: 100% 100%;
}


.seeMore{
  text-align: center;
  margin: 0.5rem 0 0.2rem;
}

.seeMore span{
  color: #888;
  /* border-bottom: 1px solid #888; */
  padding-bottom: 3px;
}
.rd-ul {
  overflow: hidden;
}
.rd-ul li {
  float: left;
  line-height: 38px;
  font-size: 0.4rem;
  border-radius: 4px;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 0.3rem;
  background: #f5f5f5;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
.rd-ul li:nth-child(3n) {
  margin-right: 0;
}
.rd-ul li:nth-child(2) a {
  color: #ff6000 ;
}
.rd-ul li:nth-child(3) a {
  color: #ff6a6a ;
}
.rd-ul li:nth-child(4) a {
  color: #b85b00 ;
}
.rd-ul li:nth-child(5) a {
  color: #01a59f ;
}
.rd-ul li:nth-child(6) a {
  color: #9b35b8 ;
}
.rd-ul li:nth-child(7) a {
  color: #7db100 ;
}
.rd-ul li:nth-child(8) a {
  color: #d40000 ;
}
.rd-ul li:nth-child(9) a {
  color: #585858 ;
}
.yj-wz {
  line-height: 1.125rem;
  margin-top: 0.4rem;
  text-align: center;
}
.wb-img {
  margin-bottom: 2.25rem;
}


.doctor-list-ul{
    overflow:hidden;
}

 .doctor-list-li{
  width: 49%;
  background:#f5f5f5 ;
  float: left;
  box-sizing: border-box;
  /* border-bottom: 1px solid #ccc; */
  padding:0.5rem 0.3rem;
  /* border-right: 1px solid #ccc; */
  margin-bottom: 2.5%;
  border-radius: 2px;
}
.doctor-list-li:nth-child(2n){
  float: right;
  border-right: none;
}
.doctor-img{
  width: 27%;
  /* margin-top: 0.1rem; */
  float: left;
}
.doctor-img img{
  border-radius: 50%;
}
.doctor-jj{
  /* float: right; */
  padding-left: 0.3rem;
  float:left;
  box-sizing: border-box;
}
.doctor-title{
  font-size: 0.6rem;
}
.doctor-title span{
  font-size: 0.48rem;
  font-weight: normal;
}
.doctor-shanc{
  font-size: 0.48rem;
  color: #666
}

.shanchang-tab{
  background: #d2aa8a;
  color: #fff;
  padding: 2px 5px;
  border-radius: 2px;
  margin-right: 0.2rem;
}

.inbox {
    margin: 0 auto;
}
.cone form {
    background: #f5f5f5;
    padding: 0.7rem .5rem 1rem;
    margin-top: .5rem;
    border-radius: .25rem;
}

.cone form p {
    margin-bottom: .15rem;
}
.cone form p label {
    display: inline-block;
    height: 1.2rem;
    line-height: 1.2rem;
}
.clear{
    clear: both;
    overflow: hidden;
}
.cone form p input, .cone form p select {
    /* float: left; */
     width: 100%; 
    height: 1.5rem;
    background: #fff;
    line-height: 1.5rem;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #ccc;
}
.text1::-webkit-input-placeholder ,#ms::-webkit-input-placeholder{
            color: #ccc;
            text-indent: 3px
         }

         .textA::-webkit-input-placeholder{
            color: #ccc;
            position: relative;
            top: 0;
            left: 0;
            
         }
         input[type="date"]::-webkit-datetime-edit{
            /* content: '起始时间'; */
            color: #ccc; 
        }

.form_btn input {
    display: block;
    width: 5rem;
    height: 1.45rem;
    line-height: 1.45rem;
    text-align: center;
    color: #fff;
    background: #ff9d00;
    border-radius: .125rem;
    font-family: microsoft yahei;
    border: none;
    outline: none;
}

input[type=button], input[type=submit], input[type=file], button {
    cursor: pointer;
    -webkit-appearance: none;
}
.fl {
    float: left;
}

//
.tszl-cont {
  overflow: hidden;
}
.tszl-cont li {
  width: 3.4rem;
  float: left;
  margin-right: 0.5rem;
  padding: 0.2rem 0;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 0.5rem;
  background: #ffffff;
}
.tszl-cont li div img{
  display: block;
  margin: 0.2rem auto 0.2rem;
  width: 1.75rem;
  height: 1.75rem;
}
.tszl-cont li a {
  color: #333;
}
.tszl-cont li:nth-child(4n) {
  margin-right: 0;
}