﻿*, *:before, *:after {
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: -moz-none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
     -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
}
body, html { 

  width: 100%;
  height: 100%;
  -ms-overflow-style: none !important;
}
body {

  display: -webkit-box;
  color: #000;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  min-width: 320px;
  -webkit-text-size-adjust: none;
  -webkit-box-orient: vertical;
  -webkit-box-align: stretch;
}
input, textarea {
  -webkit-user-select: text;
     -moz-user-select: -moz-text;
     -moz-user-select: text;
}
img {
  border: none;
}



/*header*/
.view header {
  position: relative;
  right: 0;
  left: 0;
  z-index: 250;
  display: block;
  height: 44px;
  color: #fff;
  background-color: #3e454d;
  border: none;
          box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.view header .xuanwu {
  position: absolute;
  left: 38%;
  z-index: 1;
  overflow: hidden;
  width: 25% !important;
  height: 33px;
  line-height: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-shadow: rgba(0, 0, 0, 0.8) 0 -1px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 5px 0;
  background-color: #b81f1f;
  border-radius: 10px;
}
.view header h1 {
  position: absolute;
  left: 27.5%;
  z-index: 1;
  overflow: hidden;
  width: 45%;
  height: 44px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-shadow: rgba(0, 0, 0, 0.8) 0 -1px 0;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 10px 0;
}
.view header h1 a {
  float: left;
  color: #fff;
  text-indent: 5px;
}
.view header h1 a::before {
  position: absolute;
  top: 10px;
  right: 5px;
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  background: url(../images/jiantou.svg) no-repeat;
  background-size: 15px;
}
.view header #backButton, .view header #backHome {
  position: absolute;
  top: 0;
  display: block;
  width: 50px;
  height: 44px;
  color: #fff;
  line-height: 44px;
  text-overflow: ellipsis;
  font-size: 14px;
  text-shadow: none;
  box-shadow: none;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
  background: #f9f9f9;
  background-color: transparent;
  border: none;
  border-color: transparent;
  border-radius: 0;
}
.view header #backButton {
  left: 25px;
}
.view header #backHome {
  right: 25px;
}
#backButton::before, #backHome::before {
  position: absolute;
  top: -2px;
  z-index: -1;
  font-size: 22px;
  text-align: center;
  padding: 12px;
  background-color: transparent;
  border: none;
  border-color: transparent;
  border-radius: 0;
}
#backHome::before {
  right: -30px;
}
#backButton::before {
  left: -30px;
  content: "\f054";
  box-shadow: none;
  -webkit-transform: none;
          transform: none;
  font-family: 'chevron';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/*END,header*/