@import '../2017_ea_summer/normalize.css';
@import '../2017_ea_summer/flex.css';
html,
body {
  min-height: 100%;
  position: relative;
  max-width: 750px;
  font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB',
    'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  margin: 0 auto;
  background-color: #f3f3f3;
}
button,
a {
  font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB',
    'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
}
h2 {
  font-size: 20px;
  letter-spacing: 1.7px;
  margin: 14px 0 10px;
  font-weight: 500;
}
.banner {
  height: 0;
  width: 100%;
  padding-top: 42%;
  position: relative;
  background-color: #f3f3f3;
}
.banner img {
  width: 100%;
  top: 0;
  left: 0;
  height: auto;
  position: absolute;
}
.header {
  margin: 20px 25px 10px;
  padding: 0 30px;
  background-image: url('img/drink.png'), url('img/a.png');
  background-repeat: no-repeat, no-repeat;
  background-position: center left, bottom right;
  text-align: center;
}
.header span.line {
  display: inline-block;
  width: 13px;
  height: 3px;
  background-color: #4a4a4a;
}
.header p {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.14;
}
.header p span.bigger {
  font-size: 16px;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.rect-rect {
  padding: 22px 40px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  position: relative;
}
.rect-rect::before,
.rect-rect::after {
  content: ' ';
  display: block;
  position: absolute;
  width: 110%;
  height: 110%;
  border: 1px solid #979797;
}
.rect-rect::before {
  left: -13px;
  top: -7px;
}
.rect-rect::after {
  left: 0;
  top: 0;
}
.rect-rect-green {
  position: relative;
  padding: 25px 18px;
  font-size: 14px;
  font-weight: 500;
  margin: 33px 30px 0;
  box-sizing: border-box;
  z-index: 1;
}
.rect-rect-green > div {
  position: relative;
  z-index: 2;
}
.rect-rect-green p {
  margin-bottom: 15px;
}
.rect-rect-green::before,
.rect-rect-green::after {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #000000;
}
.rect-rect-green::before {
  left: -11px;
  top: -10px;
  background-color: #6acfc7;
}
.rect-rect-green::after {
  left: 0;
  top: 0;
  background-color: #ffffff;
}
.rect-rect-green.reverse::before {
  left: 0;
  top: 0;
  background-color: #6acfc7;
}
.rect-rect-green.reverse::after {
  left: -11px;
  top: -10px;
  background-color: #ffffff;
}
.rect-rect-green span.btn {
  cursor: pointer;
  display: inline-block;
  padding: 0 40px;
  line-height: 30px;
  font-size: 14px;
  color: #ffffff;
  border-radius: 8px;
  background-color: #6acfc7;
  border: solid 1px #4a4a4a;
  position: relative;
  margin: 24px auto;
}
.rect-rect-green span.btn::before {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #6acfc7;
  border: solid 1px #4a4a4a;
  bottom: -4px;
  left: 0;
  z-index: -1;
}
.widthbg {
  padding-top: 120px;
  background-image: url('img/rects.png'), url('img/teeth.png');
  background-repeat: no-repeat, no-repeat;
  background-position: right top, -56px 56px;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}
.fixed-b {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.btn-block {
  width: 100%;
  background-color: #6acfc7;
  padding: 16px 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  display: block;
  text-decoration: none;
  z-index: 9;
}
p.tips {
  margin-left: 35px;
  margin-right: 35px;
  font-size: 14px;
  color: #3a3a3a;
}
p.tips2 {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #333;
}
.mb80 {
  margin-bottom: 80px;
}
.mt20 {
  margin-top: 20px;
}
.wrapper {
  padding: 20px 20px 40px;
}
p.title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 0;
}
p.subTitle {
  font-size: 14px;
  letter-spacing: 1.2px;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 0;
  color:#449CEA;
  font-weight: 400
}
.city-select-list {
  margin: 0;
  padding: 0;
}
.city-select-list li {
  list-style: none;
  display: inline-block;
  width: 70px;
  border-radius: 5px;
  border: solid 1px #d8d8d8;
  text-align: center;
  margin-bottom: 15px;
  line-height: 28px;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  box-sizing: border-box;
}
.city-select-list li.active {
  color: #ffffff;
  background-color: #6acfc7;
  border: 0 none;
}
.city-select-list li.poi::before {
  content: ' ';
  display: inline-block;
  width: 10px;
  height: 14px;
  background: url(/home/img/city.png) no-repeat center / contain;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.city-list {
  padding: 0;
  margin: 0;
}
.city-list li {
  list-style: none;
  display: block;
  margin-bottom: 26px;
  padding: 12px 20px;
  background-color: #fbfbfb;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  border-left: 3px solid #6acfc7;
  position: relative;
}
.city-list li > div {
  position: relative;
  z-index: 1;
}
.city-list li::before {
  content: '贝致网红医生';
  display: block;
  position: absolute;
  z-index: 0;
  font-size: 33px;
  font-weight: 500;
  color: #f2f2f2;
  top: 40px;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 10px;
}
.city-list li .avatar {
  width: 47px;
  height: 47px;
  border: solid 1px #ebebeb;
  border-radius: 50%;
  vertical-align: top;
}
.city-list li .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 47px;
  margin-left: 21px;
  display: inline-block;
}
.city-list li .btn {
  width: 87px;
  height: 28px;
  line-height: 28px;
  border-radius: 5px;
  background-color: #6acfc7;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 2px;
  display: inline-block;
  text-decoration: none;
}
.city-list li p {
  line-height: 17px;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: left;
  margin: 15px 0 5px;
}
.order-list {
  margin: 0;
  padding-left: 24px;
}
.order-list li {
  list-style: decimal;
  margin: 14px 0;
  font-size: 14px;
  font-weight: 500;
}

.intro-box {
  padding: 10px 20px 10px;
  background-color: white;
}
.tips2 .tips2-span {
  display: block;
  width: 8px;
  height: 8px;
  background: #58B3AF;
  border-radius: 50%;
  margin-right: 9px;
}
.tips2 .tips2-span2 {
  width: calc(100% - 18px);
}

.desc_extra {
  font-family: PingFangSC-Regular;
  font-size: 10px;
  color: #F44336;
  letter-spacing: 0.83px;
}
