* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
li,
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
i {
  font-style: normal;
}
input,
select {
  outline: none;
}
img {
  border: none;
  display: block;
}
.wrapper {
  max-width: 375px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.wrapper .banner {
  height: 225px;
  background: url("../img/banner.png") no-repeat center;
  background-size: 100% auto;
  margin: 25px 12.5px 0;
}
.wrapper .wrapper_info {
  margin-top: -25px;
  padding: 9px 37.5px 0;
  overflow: hidden;
}
.wrapper .wrapper_info .wrapper_title {
  width: 100%;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
  margin-top: 16px;
}
.wrapper .wrapper_info .wrapper_line {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.wrapper .wrapper_info .wrapper_line .text_ico {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #00ab84;
  border-radius: 100%;
  margin-top: 6px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.wrapper .wrapper_info .wrapper_line .wrapper_text {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  margin-left: 8px;
}
.wrapper .tel_tip {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #00AB84;
  line-height: 16px;
  margin-top: 16px;
  font-weight: bold;
}
.wrapper .tel_tip_pc {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #00AB84;
  line-height: 18px;
  margin-top: 16px;
  font-weight: bold;
}
.wrapper .pc {
  display: none;
}
.wrapper .tel_href {
  display: block;
  margin: 16px 5px 0;
  height: 44px;
  background: url("../img/tel_ico.png") #00ab84 no-repeat 32% center;
  background-size: auto 34%;
  border-radius: 3px;
  line-height: 44px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}
.wrapper .brand {
  padding: 16px 0;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.wrapper .brand .brand_line {
  display: block;
  width: 75px;
  height: 1px;
  background: #d8d8d8;
  margin: auto 0;
}
.wrapper .brand .brand_text {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  color: #999999;
}
/*# sourceMappingURL=index.css.map */