* {
  margin: 0;
  padding: 0;
}
body {
  min-width: 320px;
  max-width: 750px;
  margin: 0 auto;
  font-family: 'Courier New', 'Microsoft YaHei';
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
@media screen and (min-width: 750px) {
  html {
    font-size: 75px !important;
  }
}
.clear {
  clear: both;
}
.warp {
  background: #eee;
}
.header {
  position: relative;
  background: url('../images/header.png') no-repeat;
  background-size: cover;
  height: 5.6267rem;
}
.header .bg {
  position: relative;
  top: 0.2rem;
  background: url('../images/doctor.png') no-repeat;
  background-size: cover;
  height: 5.4267rem;
  width: 4.2133rem;
}
.header h1 {
  position: absolute;
  left: 3.5067rem;
  top: 0.6667rem;
  font-size: 0.7467rem;
  font-weight: 500;
  background-color: #e84b62;
  width: 100%;
  color: #fff;
  width: 2.7867rem;
  text-align: center;
}
.header h2 {
  position: absolute;
  left: 6.4rem;
  top: 0.6rem;
  font-size: 0.48rem;
  font-weight: 400;
  color: #fb9162;
  line-height: 0.48rem;
}
.header h2 i {
  font-size: 0.32rem;
  font-style: normal;
}
.header h3 {
  position: absolute;
  left: 4.44rem;
  top: 1.9467rem;
  font-size: 0.4267rem;
  font-weight: 400;
  color: #666;
}
.header h4 {
  position: absolute;
  left: 4.44rem;
  top: 2.7333rem;
  font-size: 0.4267rem;
  font-weight: 400;
  color: #e84b62;
  text-decoration: underline;
}
.header h5 {
  position: absolute;
  left: 4.44rem;
  top: 3.3867rem;
  font-size: 0.32rem;
  font-weight: 400;
  color: #666;
}
.header h6 {
  position: absolute;
  left: 4.44rem;
  top: 4.16rem;
  font-size: 0.32rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding: 0.1333rem 0.4rem;
  border-radius: 0.8rem;
  padding-right: 1.3333rem;
  background: url(../images/click.png) no-repeat #f69654 right 0.4rem center;
  background-size: 0.6rem 0.6rem;
}
.content {
  padding: 0.2667rem;
}
.content .info-k {
  height: 1.2rem;
  border: 2px solid #ea4c62;
  padding: 0.1333rem;
  border-radius: 0.6667rem;
  margin-top: 0.2667rem;
}
.content .info {
  line-height: 1.1rem;
  font-size: 0.4267rem;
  background-color: #ea4c62;
  color: #fff;
  text-align: center;
  border-radius: 0.6667rem;
}
.content .info span {
  font-size: 0.32rem;
}
.content .info b {
  font-size: 0.7467rem;
  font-weight: 500;
  color: #fff302;
}
.content .list {
  margin-top: 0.5333rem;
}
.content .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content .list ul li {
  width: 3.8667rem;
  background-color: #fff;
  margin: 0.1333rem;
  padding: 0.1333rem 0.2667rem;
  font-size: 0.3467rem;
  color: #666;
}
.content .list ul li a {
  color: #666;
}
.content .list ul .active {
  background-color: #f69654;
  color: #fff;
}
.content .list ul .active a {
  color: #fff;
}
.content #talk {
  padding: 0.2667rem;
  margin-top: 0.5333rem;
  margin-bottom: 0.8rem;
}
.content #talk #talk_1,
.content #talk #talk_2,
.content #talk #talk_3 {
  display: none;
}
.content #talk dl {
  margin-bottom: 0.5333rem;
  display: flex;
}
.content #talk dl dt {
  width: 1.8667rem;
}
.content #talk dl dt img {
  width: 1.3333rem;
  height: 1.3333rem;
}
.content #talk dl dd {
  flex: 1;
  background-color: #fff;
  color: #333;
  padding: 0.1333rem 0.2667rem;
  font-size: 0.3467rem;
  border-radius: 0.1333rem;
  position: relative;
}
.content #talk dl dd b {
  color: #d75266;
}
.content #talk dl dd::before {
  position: absolute;
  top: 0.2rem;
  left: -0.2rem;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #fff;
  content: '';
}
.ask {
  display: flex;
  background-color: #eee;
  width: 100%;
  max-width: 750px;
  min-width: 320px;
  z-index: 10;
  padding: 0.5em 0;
  position: fixed;
  bottom: 0;
}
.ask .quest {
  flex: 1;
  border: none;
  border: 2px solid #ea4c62;
  border-radius: 0.1333rem;
  font-size: 0.32rem;
  color: #999;
  padding: 0 0.2667rem;
}
.ask button {
  width: 2rem;
  height: 0.8rem;
  display: block;
  background-color: #ea4c62;
  border: none;
  font-size: 0.32rem;
  color: #fff;
  border-radius: 0.1333rem;
  margin-left: 0.2667rem;
  animation: jitter 2s ease-in infinite;
}
#cover {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=30);
  background: #000;
  opacity: 0.3;
  display: none;
}
#pop {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
#pop .con {
  position: relative;
  width: 4.5467rem;
  height: 6.0933rem;
  border-radius: 5px;
  margin: 5rem auto 0;
  text-align: center;
}
#pop .con .close {
  padding: 0.2667rem;
}
#pop .con .close img {
  width: 0.52rem;
  height: 0.52rem;
}
#pop .con img {
  width: 4.5467rem;
  height: 6.0933rem;
}
@keyframes jitter {
  48%,
  62% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  56% {
    transform: scale(0.9, 1.1) translate(0, -5px);
  }
  59% {
    transform: scale(1, 1) translate(0, -3px);
  }
}
