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;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
ul,
ol,
li {
  list-style: none;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
img {
  vertical-align: middle;
}
em {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  color: #000000;
}
a:hover {
  color: #0099ff;
}
::selection {
  background-color: #09f;
  color: #fff;
}
::-moz-selection {
  background: #09f;
  color: #fff;
}
::-webkit-selection {
  background: #09f;
  color: #fff;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track-piece {
  background: #ddd;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 5px;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input,
button,
textarea,
select {
  *font-size: 100%;
}
input,
select {
  outline: none;
}
html {
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: -apple-system-font, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei";
  line-height: 1.6;
  font-size: 14px;
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
span.iconfont-manufacture::before {
  content: "\e610";
}
span.iconfont-supply::before {
  content: "\e66c";
}
span.iconfont-procurement::before {
  content: "\e734";
}
span.iconfont-pharmacy::before {
  content: "\e620";
}
span.iconfont-doctor::before {
  content: "\e606";
}
span.iconfont-patient::before {
  content: "\e697";
}
span.iconfont-clinic::before {
  content: "\e602";
}
span.iconfont-partner::before {
  content: "\e601";
}
span.iconfont-college::before {
  content: "\e622";
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.i-row {
  margin: -5px;
  box-sizing: border-box;
}
.i-row::after {
  display: table;
  clear: both;
  content: '';
}
.i-col {
  float: left;
  box-sizing: border-box;
  min-height: 10px;
  background-clip: content-box;
  padding: 5px;
}
.i-col-1 {
  width: 4.16666667%;
}
.i-col-2 {
  width: 8.33333333%;
}
.i-col-3 {
  width: 12.5%;
}
.i-col-4 {
  width: 16.66666667%;
}
.i-col-8 {
  width: 33.33333333%;
}
.i-col-12 {
  width: 50%;
}
.i-col-24 {
  width: 100%;
}
.m-popup-layer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
}
.m-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}
.m-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 90%;
}
.m-popup .m-popup_hd {
  padding: 20px 16px 16px;
}
.m-popup .m-popup_ft {
  position: relative;
}
.m-popup .m-popup_ft::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.1);
  transform-origin: 0 0;
  transform: scaleY(0.5);
  z-index: 2;
}
.m-popup .m-popup_title {
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
  font-size: 16px;
}
.m-popup .m-popup_btn {
  display: block;
  flex: 1;
  text-align: center;
  line-height: 56px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.p-index {
  background-color: #f0f0f0;
}
.quick-wrap {
  padding: 10px;
  background-color: #ffffff;
}
.quick-item {
  position: relative;
  display: block;
  height: 180px;
  overflow: hidden;
}
.quick-item_img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  margin-top: -10px;
  text-align: center;
}
.quick-item_img img {
  width: 100%;
  height: 100%;
  transition: transform ease 0.2s;
}
.quick-item_img span {
  font-size: 48px;
  color: #fff;
  line-height: 72px;
}
.quick-item_txt {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding-bottom: 16px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
.quick-item-1 {
  background-color: #065ded;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quick-item-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quick-item-4 {
  background-color: #19adad;
}
.quick-item-5 {
  background-color: #36afff;
}
.quick-item-6 {
  background-color: #32bb8c;
}
.quick-item-7 {
  background-color: #f2914a;
}
.quick-item-8 {
  background-color: #f2c319;
}
.quick-item-9 {
  background-color: #d5196d;
}
.quick-item-10 {
  background-color: #783b6e;
}
.quick-item-11 {
  background-color: #ef5c04;
}
.quick-item-12 {
  background-color: #eda3ed;
}
.quick-item:hover .quick-item_img img {
  transform: scale(1.1);
}
.header {
  padding: 40px 0 30px;
}
.header-logo {
  width: 358px;
  height: 79px;
  margin: 0 auto;
}
.header-logo img {
  width: 100%;
  height: 100%;
}
.navbar-wrap {
  margin-top: 10px;
  background-color: #ffffff;
}
.navbar-wrap .nav {
  line-height: 3;
  text-align: center;
}
.navbar-wrap .nav-item {
  padding: 0 10px;
  word-break: keep-all;
  word-wrap: break-word;
}
.navbar-wrap .nav .tel {
  font-weight: 700;
  color: #0099ff;
}
.footer {
  padding: 40px 0 20px;
}
.footer-text {
  text-align: center;
  padding-top: 10px;
  color: rgba(0, 0, 0, 0.6);
  word-break: keep-all;
  word-wrap: break-word;
}
.footer-text span {
  padding-left: 10px;
}
.footer-text span:first-child {
  padding-left: 0;
}
.footer-text span a {
  color: rgba(0, 0, 0, 0.6);
}
.qrcode {
  width: 200px;
  height: 200px;
  margin: 0 30px 10px;
}
.qrcode img {
  width: 100%;
  height: 100%;
}
.link {
  padding: 0 0 20px;
  text-align: center;
}
.link a {
  font-size: 16px;
  color: #0099ff;
}
.section {
  position: relative;
}
.section .quick-item {
  height: 188px;
}
.section .pop-up {
  display: none;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  z-index: 99;
  background: rgba(0, 0, 0, 0.9);
}
.section .pop-up .title {
  padding: 13px 0 10px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.section .pop-up .img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.section .pop-up .img img {
  width: 100%;
  height: 100%;
}
.section .pop-up .txt {
  display: block;
  height: 30px;
  margin-top: 5px;
  line-height: 30px;
  font-size: 15px;
  font-weight: 700;
  color: #0099ff;
  text-align: center;
}
.section:hover .pop-up {
  display: block;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 13.33333333vw;
  }
  body {
    font-size: 0.28rem;
  }
  .wrap {
    box-sizing: border-box;
    width: 100%;
    padding: 0 0.2rem;
  }
  .i-row {
    margin: -0.1rem;
  }
  .i-col {
    padding: 0.1rem;
  }
  .i-col-4 {
    width: 33.33333333%;
  }
  .i-col-12 {
    width: 100%;
  }
  .m-popup {
    border-radius: 0.16rem;
  }
  .m-popup .m-popup_hd {
    padding: 0.4rem 0.32rem 0.32rem;
  }
  .m-popup .m-popup_title {
    font-size: 0.32rem;
  }
  .m-popup .m-popup_btn {
    line-height: 1.12rem;
    font-size: 0.32rem;
    cursor: pointer;
  }
  .quick-wrap {
    padding: 0.2rem;
  }
  .quick-item {
    height: 30vw;
  }
  .quick-item_img {
    width: 1.44rem;
    height: 1.44rem;
    margin-top: -0.2rem;
  }
  .quick-item_img span {
    font-size: 0.75rem;
    line-height: 1.44rem;
  }
  .quick-item_txt {
    padding-bottom: 0.16rem;
    font-size: 0.32rem;
  }
  .header {
    padding: 0.3rem 0;
  }
  .header-logo {
    width: 3.58rem;
    height: 0.79rem;
  }
  .navbar-wrap {
    padding: 0.2rem 0;
    margin-top: 0.2rem;
  }
  .navbar-wrap .nav {
    line-height: 2;
  }
  .navbar-wrap .nav-item {
    padding: 0 0.2rem;
  }
  .footer {
    padding: 0.4rem 0 0.4rem;
  }
  .footer-text {
    padding-top: 0.2rem;
  }
  .footer-text span {
    padding-left: 0.2rem;
  }
  .qrcode {
    width: 4rem;
    height: 4rem;
    margin: 0 0.6rem 0.6rem;
  }
}
/*地图*/
.p-map {
  background-color: #f7f7f7;
}
.map-header {
  display: inline-block;
  width: 100%;
  padding: 30px 0 10px;
}
.map-header .logo {
  float: left;
}
.map-header .logo img {
  height: 60px;
}
.map-header .search {
  float: left;
  margin-left: 100px;
  width: 670px;
  height: 40px;
  border: 1px solid #aaa;
  border-radius: 5px;
  margin-top: 10px;
}
.map-header .search input[type=text] {
  width: 570px;
  float: left;
  height: 40px;
  line-height: 40px;
  background: none;
  border: none;
  text-indent: 15px;
}
.map-header .search input[type=submit] {
  width: 100px;
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 0 5px 5px 0;
  background-color: #ee7d2d;
  color: #fff;
  font-size: 16px;
  float: right;
}
.map-header .register {
  float: right;
  margin-top: 10px;
}
.map-header .register .go-doctor {
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  background-color: #f20;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
}
.area {
  width: 100%;
  line-height: 40px;
  padding: 5px 0;
  background-color: #fff;
  margin-bottom: 15px;
  font-size: 16px;
}
.area span {
  padding-left: 15px;
}
.area input {
  width: 750px;
  height: 40px;
  border: none;
  border-radius: 5px;
  background-color: none;
  font-size: 16px;
  color: #333;
  text-indent: 15px;
}
.area .address {
  float: right;
  margin-right: 10px;
  color: #333;
}
.area .address span {
  color: #f20;
}
._citys {
  width: 750px;
  display: inline-block;
  border: 2px solid #eee;
  padding: 5px;
  position: relative;
  background-color: #fff;
}
._citys span {
  color: #05920a;
  height: 15px;
  width: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #05920a;
  cursor: pointer;
}
._citys0 {
  width: 95%;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  border-bottom: 2px solid #05920a;
  padding: 0px 5px;
  font-size: 14px;
  font-weight: bold;
  margin-left: 6px;
}
._citys0 li {
  display: inline-block;
  line-height: 34px;
  font-size: 15px;
  color: #888;
  width: 80px;
  text-align: center;
  cursor: pointer;
}
._citys1 {
  width: 100%;
  display: inline-block;
  padding: 10px 0;
}
._citys1 a {
  height: 35px;
  display: inline-block;
  background-color: #eee;
  color: #333;
  margin-left: 6px;
  margin-top: 3px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
  font-size: 14px;
  padding: 0 15px;
}
._citys1 a:hover {
  color: #fff;
  background-color: #05920a;
}
.AreaS {
  background-color: #05920a !important;
  color: #fff !important;
}
.m-map {
  display: inline-block;
  width: 100%;
  padding: 15px 0 15px;
  background-color: #fff;
}
.m-map .map-fl {
  float: left;
  width: 765px;
  background-color: #bbd5ee;
  margin-left: 15px;
  position: relative;
  height: 556px;
}
.m-map .map-fl #china-map {
  width: 765px;
  height: 530px;
}
.m-map .map-fl #box {
  display: none;
  background-color: goldenrod;
  width: 180px;
  height: 30px;
}
.m-map .map-fl #back {
  height: 40px;
  width: 100px;
  text-align: center;
  display: block;
  color: #fff;
  background-color: #4ea397;
  border: none;
}
.m-map .map-fr {
  width: 420px;
  float: right;
}
.m-map .map-fr .quick-wrap {
  padding: 0 15px;
}
.m-map .map-fr .quick-wrap .i-col-12 {
  width: 100%;
}
.m-map .map-fr .quick-wrap .i-col-12 .quick-item {
  height: 130px;
}
.iconfont-addre::before {
  content: "\e607";
}
/*找医生*/
.p-doctor {
  background-color: #f7f7f7;
}
.doctors {
  padding: 0 15px;
}
.doctors .doctot-item {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 12px 15px;
}
.doctors .doctot-item dl {
  display: inline-block;
  width: 100%;
}
.doctors .doctot-item dl dt {
  float: left;
}
.doctors .doctot-item dl dt img {
  width: 84px;
  height: 84px;
}
.doctors .doctot-item dl dd {
  width: 260px;
  float: left;
  margin: 0 0 0 12px;
}
.doctors .doctot-item dl dd p {
  line-height: 28px;
  color: #333;
  font-size: 15px;
}
.doctors .doctot-item ul {
  display: inline-block;
  width: 100%;
}
.doctors .doctot-item ul li {
  float: left;
  margin-right: 14px;
  height: 35px;
}
.doctors .doctot-item ul li a {
  display: inline-block;
  width: 110px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.doctors .doctot-item ul li .ask {
  background-color: #2fc874;
}
.doctors .doctot-item ul li .look {
  background-color: #c16e31;
}
.doctors .doctot-item ul li .claim {
  background-color: #3db9bd;
}
.doctors .doctot-item ul li .ask:hover {
  background-color: #20aa5e;
}
.doctors .doctot-item ul li .look:hover {
  background-color: #8d4e1f;
}
.doctors .doctot-item ul li .claim:hover {
  background-color: #309295;
}
.doctors .doctot-item ul li:last-child {
  margin: 0;
}
.doctors .doctot-item + .doctot-item {
  margin-top: 12px;
}
.page ul {
  display: table;
  margin: 10px auto;
}
.page ul li {
  float: left;
  margin: 0 4px;
  background: #fff;
  line-height: 32px;
  color: #999;
  display: table-cell;
  text-align: center;
}
.page ul li a {
  height: 100%;
  color: #fff;
  display: inline-block;
  line-height: 32px;
  background: #00a2e9;
  padding: 0 12px;
  border-radius: 5px;
}
.page ul li .prev {
  background-color: #ddd;
  color: #333;
}
.page ul li .next {
  background-color: #ddd;
  color: #333;
}
.page ul li .no {
  background-color: #fff;
  color: #999;
}
.page ul li .prev:hover {
  background: #00a2e9;
  color: #fff;
}
.page ul li .next:hover {
  background: #00a2e9;
  color: #fff;
}
.p-doctor .i-row .i-col-2 {
  width: 11.1%;
}
.p-doctor .i-row .i-col-2 .quick-item {
  height: 100px;
}
.p-doctor .i-row .i-col-2 .quick-item .quick-item_img span {
  font-size: 40px;
  line-height: 65px;
}
.p-doctor .i-row .i-col-2 .quick-item .quick-item_txt {
  padding-bottom: 10px;
}
.doctor-bg {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: none;
}
.doctor-bg.open {
  display: block;
}
.doctor-check {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.doctor-form {
  background: #fff;
  padding: 20px;
  overflow: hidden;
  width: 920px;
}
.doctor-form ul {
  float: left;
  width: 450px;
}
.doctor-form ul li {
  line-height: 36px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.doctor-form ul li label {
  width: 100px;
  display: inline-block;
}
.doctor-form ul li span {
  font-size: 20px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  vertical-align: bottom;
  color: #aaa;
}
.doctor-form ul li .u-text {
  width: 200px;
  border: none;
  border-bottom: 1px solid #ccc;
  height: 36px;
  line-height: 36px;
}
.doctor-form ul li em {
  color: #f20;
  margin-left: 5px;
}
.doctor-form ul + ul::before {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  background-color: #eee;
  left: -10px;
  height: 370px;
}
.doctor-form ul + ul {
  position: relative;
  margin-left: 20px;
}
.doctor-form ul li .upload {
  width: 33.33%;
  float: left;
  position: relative;
  text-align: center;
  margin-top: 10px;
}
.doctor-form ul li .upload img {
  width: 120px;
  height: 120px;
}
.doctor-form ul li .upload input[type=file] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 35px;
  line-height: 35px;
  opacity: 0;
  z-index: 9;
}
.doctor-form ul li .upload p {
  margin: 10px auto;
  height: 35px;
  line-height: 35px;
  width: 120px;
  text-align: center;
  border: 1px solid #aaa;
}
.submit-doctor {
  width: 200px;
  height: 45px;
  background: #f20;
  color: #fff;
  margin: 70px 0 0 80px;
  display: block;
  border: none;
  font-size: 17px;
}
.close {
  width: 45px;
  height: 45px;
  text-align: center;
  display: block;
  margin: 20px auto 0;
  font-size: 40px;
  color: #fff;
}
.iconfont.phone::before {
  content: "\e608";
}
.iconfont.pass::before {
  content: "\e671";
}
.iconfont.password::before {
  content: "\e603";
}
.iconfont.number::before {
  content: "\e600";
}
.iconfont.sex::before {
  content: "\e7bd";
}
.iconfont.name::before {
  content: "\e7be";
}
.iconfont.danwei::before {
  content: "\e670";
}
.iconfont.addre::before {
  content: "\e6ad";
}
.iconfont.close::before {
  content: "\e65c";
}
