html {
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
fieldset,
input,
label,
table,
td,
th {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
body,
input,
textarea,
button,
td {
  -webkit-text-size-adjust: none;
  font-family: Helvetica, Tahoma, Arial, STXihei, "华文细黑", "Microsoft YaHei",
    "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
}
table {
  text-align: center;
  margin: 0 auto;
}
.margin_bottom5 {
  margin-bottom: 5px;
}
a {
  text-decoration: none;
}
em,
i,
s {
  font-style: normal;
}
ul,
li {
  list-style: none;
}
table {
  border-collapse: collapse;
}
td {
  empty-cells: show;
}
button {
  border: 0;
}
i,
cite {
  font-style: normal;
}
input[type="text"],
input[type="number"],
input[type="password"],
input[type="button"] {
  -webkit-appearance: none;
}
/* input::-webkit-input-placeholder {
  color: #b6b6b6;
}
:-moz-placeholder {
  color: #b6b6b6;
}
::-moz-placeholder {
  color: #b6b6b6;
} */
a,
img,
button,
input,
textarea {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
input,
textare {
  -webkit-appearance: none;
  border-radius: 0;
}
.fix {
  clear: both;
  float: none;
  height: 1px;
  width: 100%;
  line-height: 1px;
}

header {
  background: #d93f3f;
  color: #fff;
  height: 4rem;
  width: 100%;
}
header .goback {
  position: absolute;
  left: 0;
  top: 0;
  background: url(/static/images/icon2.png) no-repeat left center;
  margin-left: 3px;
  padding-left: 14px;
  font-size: 1.6rem;
  width: 2.2rem;
  height: 4rem;
  background-size: 2.2rem;
}
header .logo {
  position: absolute;
  left: 0;
  top: 0;
  margin: 12px 0 0 0;
  padding-left: 5px;
  font-size: 1.8rem;
}
header .logo {
  color: #fff;
}
header .home {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 1rem;
  height: 4rem;
  padding-top: 2.4rem;
  background: url(/static/images/icon5.png) no-repeat left center;
  width: 2.2rem;
  height: 1.9rem;
  background-size: 2.2rem;
  box-sizing: content-box;
}
header .kjh {
  position: absolute;
  right: 3.5rem;
  top: 0;
  margin-right: 1rem;
  height: 4rem;
  padding-top: 2.4rem;
  background: url(/static/images/kjh_icon_1.png) no-repeat left center;
  width: 2.2rem;
  height: 1.9rem;
  background-size: 2.5rem;
  box-sizing: content-box;
}
header .zst {
  position: absolute;
  right: 3.5rem;
  top: 0;
  margin-right: 1rem;
  height: 4rem;
  padding-top: 2.4rem;
  background: url(../static/images/zst_icon_1.png) no-repeat left center;
  width: 2.3rem;
  height: 1.9rem;
  background-size: 2.4rem;
}
header h1 {
  font-size: 1.6rem;
  line-height: 4rem;
  color: #fff;
  font-weight: normal;
  text-align: center;
}
header h1 a {
  color: #fff;
}
header .download {
  position: absolute;
  left: 0;
  top: 0;
  margin: 1rem 0 0 0;
  padding-left: 1rem;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  color: #fff;
}
header .download img {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 0.3rem;
}
header .login {
  font-size: 1.4rem;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 1rem;
  padding-top: 1rem;
}
header .logged {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 1rem;
  padding-top: 0.8rem;
  display: flex;
  align-items: center;
}
header .logged .avatar {
  display: block;
  width: 2.54rem;
  height: 2.54rem;
  border-radius: 50%;
  margin-right: 0.54rem;
}
header .logged .name {
  font-weight: bold;
  font-size: 1.27rem;
  color: #ffffff;
  max-width: 9.8rem;
  height: 1.84rem;
  line-height: 1.84rem;
  overflow: hidden;
  word-break: break-all;
}
header .logged .m-top,
header .logged .m-bot {
  width: 1.09rem;
  height: 0.63rem;
}
header .logged .m-bot {
  display: none;
}
header .logged .pull-down {
  width: 7.54rem;
  background: url(/static/images/pull-down.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 3rem;
  right: 1rem;
  display: none;
  box-shadow: 0rem 1rem 2rem 0rem #b8b8b8;
  z-index: 9;
}
header .logged .pull-down li {
  height: 2.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .logged .pull-down li a {
  font-size: 1.09rem;
  color: #181818;
}
header .logged .pull-down li:not(:last-child) {
  border-bottom: 1px solid #e7e7e7;
}
header .logged .pull-down li:first-of-type {
  margin-top: 0.6rem;
}
section {
  margin: 3px 0 0 0;
  overflow: hidden;
}
footer {
  background: #f9f8f0;
  text-align: center;
  color: #999;
  padding: 1.2rem;
  border-top: 1px solid #d5d5d5;
}
footer p {
  font-size: 1.4rem;
  padding: 3px 0 3px 0;
}
footer p a {
  color: #45a1db;
}
footer p em {
  margin: 0 1rem 0 1rem;
  color: #666;
}

.error {
  padding: 1rem;
  min-height: 20rem;
}
.error li {
  font-size: 1.4rem;
  line-height: 2.8rem;
}
.error li h2 {
  font-size: 1.8rem;
}
.error li span,
.error li span a {
  color: #666;
}

.tip {
  font-size: 1.4rem;
  text-align: center;
  padding-bottom: 0.5rem;
  color: #666;
}
.tip.line{
  border-top: 0.2667vw solid #c4c4c4;
}

.feedback {
  width: 100%;
}
.feedback ul {
  margin: 1rem;
}
.feedback ul li {
  margin: 0.6rem 0 0.6rem 0;
  font-size: 1.4rem;
  color: #444;
  width: 100%;
}
.feedback ul li .input {
  border: 1px solid #aaa;
  padding: 0.5rem;
  width: 98%;
  font-size: 1.4rem;
}
.feedback ul li .btn {
  border: 1px solid #ccc;
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0.3rem;
  font-size: 1.4rem;
  height: 3.8rem;
  cursor: pointer;
}
.feedback ul li.tip {
  color: #ff3300;
  display: none;
}

.vert {
  width: 100%;
  font-size: 1.5rem;
  line-height: 26px;
  border-bottom: 1px dotted #ddd;
  float: left;
  padding-bottom: 0.5rem;
}
.vert ul {
  padding: 0.5rem 0 0.5rem 0.5rem;
}
.vert li.l {
  width: 5%;
  float: left;
  line-height: 2.7rem;
  background: #efefef;
  text-align: center;
  margin: 2px 1px 2px 0;
  color: #666;
}
.vert li {
  float: right;
  width: 94%;
  overflow: hidden;
}
.vert a {
  float: left;
  width: 48%;
  text-align: center;
  background: #efefef;
  color: #555;
  display: block;
  margin: 2px;
  height: 2.6rem;
  line-height: 2.6rem;
}

.vert1 {
  width: 100%;
  font-size: 1.5rem;
  line-height: 26px;
  border-top: 1px dotted #ddd;
  float: left;
  padding: 0.1rem 0 0.6rem 0;
}
.vert1 ul {
  padding: 0.5rem 0 0.5rem 0.5rem;
}
.vert1 li.l {
  width: 5%;
  float: left;
  line-height: 4.2rem;
  background: #efefef;
  text-align: center;
  margin: 2px 1px 2px 0;
  color: #666;
}
.vert1 li {
  float: right;
  width: 94%;
  overflow: hidden;
}
.vert1 a {
  float: left;
  width: 48%;
  text-align: center;
  background: #efefef;
  color: #555;
  display: block;
  margin: 2px;
  height: 2.6rem;
  line-height: 2.6rem;
}

.bduion {
  width: 100%;
  margin: 1rem 0 1rem 0;
  overflow: hidden;
  clear: both;
  padding: 0px;
}
.hongbao {
  position: fixed;
  right: 0.5rem;
  bottom: 8rem;
}
.hongbao {
  position: fixed;
  right: 0.5rem;
  bottom: 3rem;
  z-index: 9999;
}
.hongbao img {
  width: 6rem;
  max-width: 100%;
}
.text-blue {
  color: #0e52a7;
}
.text-32 {
  color: #323232;
}

@media screen and (min-width: 240px) {
  html {
    font-size: 56.3%;
  }
}
@media screen and (min-width: 320px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 374px) {
  html {
    font-size: 68.8%;
  }
}
@media screen and (min-width: 400px) {
  html {
    font-size: 68.8%;
  }
}

@media screen and (min-width: 413px) {
  html {
    font-size: 68.8%;
  }
}
@media screen and (min-width: 426px) {
  html {
    font-size: 68.8%;
  }
}
@media screen and (min-width: 450px) {
  html {
    font-size: 68.8%;
  }
}
@media screen and (min-width: 480px) {
  html {
    font-size: 68.8%;
  }
}
@media screen and (min-width: 540px) {
  html {
    font-size: 93.8%;
  }
}
@media screen and (min-width: 590px) {
}
@media screen and (min-width: 600px) {
}
@media screen and (min-width: 640px) {
}
@media screen and (min-width: 720px) {
}

@media screen and (min-width: 800px) {
}
