@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: .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"] {
  -webkit-box-sizing: border-box;
          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;
  }
}

.header {
  width: 100%;
  height: 1rem;
  font-size: 0.38rem;
  color: #080808;
  letter-spacing: 0;
  text-align: center;
  line-height: 1rem;
}

.header span {
  float: left;
  font-size: .38rem;
  color: #080808;
  line-height: 1rem;
  width: 4.7rem;
  text-align: center;
  margin-left: 1.4rem;
}

.header a {
  float: left;
}

.header a img {
  width: .4rem;
  height: .4rem;
  margin-top: .32rem;
}

.header a:last-child {
  margin-left: .4rem;
}

.header a:last-child img {
  width: .4rem;
  height: .4rem;
  margin-top: .33rem;
}

.top {
  height: 2.2rem;
  background: url("/Public/cn/images/y123.png") no-repeat center;
  background-size: cover;
}

.top img {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  margin: .62rem .3rem 0 .52rem;
  float: left;
}

.top div {
  width: 5rem;
  float: left;
  color: #fff;
}

.top div p {
  font-size: .24rem;
  line-height: .48rem;
}

.top div p:first-child {
  font-size: .34rem;
  margin-top: .75rem;
}

.content {
  width: 7.1rem;
  padding: 0 .2rem;
}

.content .title {
  height: .7rem;
  line-height: .76rem;
  font-size: .24rem;
  color: #666;
  border-bottom: 1px dashed #DDDDDE;
  text-indent: .1rem;
  margin: 0 .2rem;
}

.content .order {
  height: 2.1rem;
  padding: 0 .5rem;
}

.content .order li {
  float: left;
  text-align: center;
}

.content .order li img {
  width: .7rem;
  height: .7rem;
  margin-top: .47rem;
}

.content .order li p {
  font-size: .28rem;
  color: #999;
  line-height: .52rem;
}

.content .order li:nth-child(2) {
  margin: 0 1.34rem;
}

.two {
  height: .24rem;
  background: #f4f4f4;
}

.three li {
  height: 1.05rem;
  border-bottom: 1px solid #f9f9f9;
  background: url("/img/index07.png") no-repeat 6.55rem center;
  background-size: .2rem .27rem;
  line-height: 1.05rem;
  font-size: .3rem;
  color: #080808;
}

.three li a {
  font-size: .3rem;
  color: #080808;
  display: block;
}

.three li img {
  width: .45rem;
  height: auto;
  /*margin: .32rem .2rem 0 .4rem;*/
  margin: .32rem .2rem;
}

.three li:last-child {
  background: #fff;
  border: 0;
}

.three li:last-child span {
  float: right;
  font-size: .24rem;
  color: #999;
  margin-right: .28rem;
  line-height: 1.05rem;
}

.four {
  background: #f4f4f4;
  line-height: 1.1rem;
  color: #333;
  text-align: center;
}

.four img {
  width: .42rem;
  height: .2rem;
  vertical-align: middle;
  margin: 0 .15rem;
}

.five {
  background: #f4f4f4;
  padding: 0 .2rem .25rem .2rem;
  overflow-x: scroll;
}

.five .list {
  margin-right: .4rem;
  width: 20rem;
}

.five .list a {
  float: left;
  width: 2.58rem;
  height: 1.78rem;
  border-radius: .08rem;
  margin-left: .2rem;
  text-align: center;
  background: #fff;
}

.five .list a img {
  width: 2.1rem;
  height: 1.58rem;
  margin-top: .1rem;
}
/*# sourceMappingURL=index.css.map */