@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;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: 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 {
  animation: opacity 0.3s linear;
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
input[type=search]::-webkit-search-cancel-button {
  display: none;
}

.header {
  height: 0.7rem;
  padding: 0.15rem 0.3rem;
  background: #fff;
  position: relative;
}
.header .back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2rem;
  margin: auto;
  color: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .service, .header .search {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.2rem;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .keepnickname {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.2rem;
  color: #f44444;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .tit {
  width: 100%;
  height: 100%;
  font-size: 0.38rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.header .search2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 6rem;
  float: right;
}
.header .search2 .input {
  flex: 1;
  height: 0.68rem;
  background: #F4F5F7;
  border-radius: 0.08rem;
  padding-left: 0.7rem;
  box-sizing: border-box;
  background-image: url(/img/footer/1.png);
  background-repeat: no-repeat;
  background-size: 0.3rem;
  background-position: 0.2rem;
  position: relative;
}
.header .search2 .input input {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  font-size: 0.26rem;
  font-weight: 400;
  color: #181818;
}
.header .search2 .input input::-moz-placeholder {
  font-size: 0.26rem;
  font-weight: 400;
  color: #B2B2B2;
}
.header .search2 .input input::placeholder {
  font-size: 0.26rem;
  font-weight: 400;
  color: #B2B2B2;
}
.header .search2 .input .close {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.3rem;
  line-height: 0.68rem;
}
.header .search2 .input .close .iconfont {
  font-size: 0.3rem;
  color: #B0B0B0;
}
.header .search2 .btn {
  font-size: 0.32rem;
  font-weight: 400;
  color: #181818;
  margin-left: 0.2rem;
}
.header .iconfont {
  font-size: 0.34rem;
}/*# sourceMappingURL=header.css.map */