@charset "UTF-8";
html {
  font-family: "Microsoft YaHei", "微软雅黑 Light", Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hgroup, menu, nav, section, summary, time, mark {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  line-height: 1.5;
  font-size: 0.28rem;
}


ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-touch-callout: none;
}

img {
  border: 0;
  -webkit-touch-callout: none;
  vertical-align: top;
}

button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  line-height: normal;
  font: inherit;
  color: inherit;
  outline: none;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

.opacity {
  -webkit-animation: opacity 0.3s linear;
  animation: opacity 0.3s linear;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bg {
  width: 7.5rem;
  height: 1.9rem;
  background: #343549;
}

.content {
  width: 6.9rem;
  margin: 0 auto;
  margin-bottom: 1.3rem;
}
.content .detail {
  width: 6.1rem;
  background: #fff;
  border-radius: 0.1rem;
  -moz-box-shadow: 0px 3px 2px 1px #eee;
  -webkit-box-shadow: 0px 3px 2px 1px #eee;
  box-shadow: 0px 3px 2px 1px #eee;
  padding: 0.4rem 0.4rem 0.35rem 0.4rem;
  margin-top: -1.5rem;
}
.content .detail .top {
  height: auto;
  overflow: hidden;
  padding-bottom: 0.4rem;
}
.content .detail .top div {
  float: left;
}
.content .detail .top .img_wrap {
  width: 2rem;
  height: 2rem;
  text-align: center;
  -moz-box-shadow: 0px 1px 2px 1px #eee;
  -webkit-box-shadow: 0px 1px 2px 1px #eee;
  box-shadow: 0px 1px 2px 1px #eee;
}
.content .detail .top .img_wrap img {
  width: 1.9rem;
  height: 1.9rem;
  padding-top: 0.05rem;
}
.content .detail .top .describe {
  width: 3.7rem;
  margin-left: 0.25rem;
}
.content .detail .top .describe .name {
  color: #080808;
  font-weight: 600;
  line-height: 0.44rem;
  margin: 0.13rem 0 0.25rem 0;
}
.content .detail .top .describe .price {
  font-size: 0.26rem;
  color: #b5b5b5;
  line-height: 0.4rem;
}
.content .detail .top .describe .price span {
  font-size: 0.34rem;
  color: #F44444;
  font-weight: 600;
  margin-left: 0.2rem;
}
.content .detail .bot {
  border-top: 1px solid #ededed;
  padding-top: 0.28rem;
}
.content .detail .bot:after {
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.content .detail .bot p {
  height: auto;
  overflow: hidden;
}
.content .detail .bot p span {
  font-size: 0.26rem;
  float: left;
  line-height: 0.5rem;
}
.content .detail .bot p span:first-child {
  color: #a0a0a0;
  /*width: 1.14rem;*/
  margin-right: 0.4rem;
}
.content .detail .bot p span:last-child {
  color: #666;
 
}
.content .title {
  text-align: center;
  font-size: 0.32rem;
  color: #080808;
  margin-top: 0.4rem;
  line-height: 0.5rem;
}
.content .title span:first-child {
  color: #F44444;
  margin-right: 1.1rem;
  border-bottom: 2px solid #F44444;
  padding: 0.1rem 0;
}
.content .procedure {
  text-align: center;
  padding-top: 0.4rem;
}
.content .procedure img {
  width: 6.56rem;
  height: 3.8rem;
}
.content .tip {
  font-size: 0.2rem;
  color: #bfbfbf;
  text-align: center;
  line-height: 1rem;
  letter-spacing: -0.01rem;
}
.content .tip span {
  color: #F44444;
}
.content .headimg {
  margin-bottom: 0.13rem;
}
.content .headimg img {
  width: 0.74rem;
  height: 0.3rem;
}
.content .problem {
  height: auto;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.content .problem div {
  border: 1px solid #eaeaea;
  height: 120px;
}
.content .problem .head {
  line-height: 0.6rem;
  border-bottom: 1px solid #eaeaea;
  font-size: 0.24rem;
  color: #080808;
  font-weight: 600;
  text-indent: 0.3rem;
  letter-spacing: -0.02rem;
}
.content .problem ul {
  /*padding: 0.15rem 0;*/
}
.content .problem ul li {
  color: #a0a0a0;
  font-size: 0.22rem;
  line-height: 0.4rem;
  list-style: disc;
  margin-left: 0.6rem;
  text-indent: -0.05rem;
}
.content .before_problem {
  position: relative;
}
.content .before_problem div {
  float: left;
  width: 3.25rem;
  border: 1px solid #eaeaea;
}
.content .before_problem div:first-child {
  position: absolute;
  top: 0;
  bottom: 0;
}
.content .before_problem div:last-child {
  float: right;
}

.footer {
  border-top: 1px solid #EDEDED;
  height: 1rem;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  z-index: 999;
}
.footer a {
  float: left;
  width: 16%;
  height: 1rem;
  text-align: center;
}
.footer a img {
  width: 0.37rem;
  height: auto;
  margin: 0.1rem 0;
}
.footer a p {
  color: #8d8d8d;
  font-size: 0.2rem;
  line-height: 0.3rem;
}
.footer span {
  float: left;
  width: 84%;
  text-align: center;
  line-height: 1rem;
  background: #ffeced;
  color: #e04c4c;
}
.footer span:last-child {
  background: #F44444;
  color: #fff;
}

.header {
  height: 0.7rem;
  padding: 0.15rem 0.2rem;
  background: #fff;
  position: relative;
}
.header .back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2rem;
  margin: auto;
  color: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .service, .header .search {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.2rem;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .keepnickname {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.2rem;
  color: #f44444;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .tit {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.38rem;
}



