@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 {
  -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 {
  margin: 0 auto;
  height: 0.7rem;
  padding: 0.15rem 0.2rem;
}
.header img {
  width: 0.19rem;
  height: 0.32rem;
  margin: 0.18rem 0.1rem 0 0;
}
.header form {
  display: inline;
}
.header input {
  width: 6rem;
  height: 0.68rem;
  border-radius: 0.34rem;
  border: 0;
  text-indent: 1rem;
  background: url("/img/index01.png") #F5F5F5 no-repeat 0.4rem 0.2rem;
  background-size: 0.28rem;
  font-size: 0.24rem;
  float: right;
}

.nav {
  height: auto;
  overflow: hidden;
  padding: 0.08rem 0 0 0.1rem;
  border-top: 1px solid #EDEDED;
}
.nav li {
  float: left;
  font-size: 0.26rem;
  color: #666;
  margin: 0 0.14rem;
  line-height: 0.7rem;
}
.nav li img {
  width: 0.26rem;
  height: 0.26rem;
  margin: 0.22rem 0.1rem 0 0;
}
.nav .check {
  color: #E02520;
  font-weight: 600;
}
.nav .check p {
  width: 0.5rem;
  height: 0.04rem;
  background: #ff4444;
  margin: 0 auto;
  border-radius: 0.02rem;
}
.nav .tocheck {
  color: #E02520;
  margin: 0 0.24rem 0 0;
  float: right;
}

.content {
  width: 6.8rem;
  margin: 0 auto;
}
.content .list a {
  display: block;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #eee;
  height: auto;
  overflow: hidden;
}
.content .list a .left {
  float: left;
  position: relative;
  width: 1.9rem;
  margin: 0.38rem 0.28rem 0 0;
}
.content .list a .left img {
  width: 1.9rem;
  height: 1.9rem;
}
.content .list a .left img:last-child {
  position: absolute;
  width: 0.66rem;
  height: 0.26rem;
  left: 0;
  top: 0;
}
.content .list a .right {
  float: left;
  width: 4.6rem;
}
.content .list a .right .name {
  margin-top: 0.3rem;
  font-size: 0.3rem;
  color: #080808;
  line-height: 0.4rem;
  font-weight: 600;
}
.content .list a .right p {
  font-size: 0.26rem;
  color: #333;
  line-height: 0.4rem;
}
.content .list a .right p span {
  color: #999;
}
.content .list a .right p .red {
  color: #E02520;
}

.popup_wrap {
  position: fixed;
  top: 1.84rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 9999;
}

.showsort {
  position: absolute;
  top: 1.84rem;
  background: #fff;
  width: 7.5rem;
  padding: 0.3rem 0.22rem 0 0.22rem;
  display: none;
  z-index: 10000;
  bottom: 1rem;
}
.showsort .main {
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 0.3rem;
}
.showsort .main .title {
  font-size: 0.3rem;
  color: #333;
  line-height: 0.46rem;
  font-weight: 600;
}
.showsort .main .title img {
  float: right;
  width: 0.27rem;
  height: auto;
  margin: 0.15rem 0.45rem 0 0.15rem;
}
.showsort .main .title span {
  float: right;
  font-size: 0.24rem;
  color: #999;
  line-height: 0.46rem;
}
.showsort .main ul {
  height: auto;
  overflow: hidden;
  padding-bottom: 0.35rem;
}
.showsort .main ul li {
  float: left;
  line-height: 0.66rem;
  margin-right: 0.2rem;
  padding: 0 0.15rem;
  background: #F6F7FB;
  border-radius: 0.05rem;
  margin-top: 0.2rem;
  font-size: 0.24rem;
}
.showsort .main ul li img {
  height: 0.25rem;
  width: auto;
  margin: 0.2rem 0.1rem 0 0;
}
.showsort .main ul .ischecked {
  background: #FFF0F0;
  color: #E02520;
}
.showsort .main .fixwidth {
  padding-bottom: 0;
}
.showsort .main .fixwidth li img {
  margin: 0.2rem 0.08rem 0 0.06rem;
}
.showsort .main .noopen {
  height: 3.44rem;
}
.showsort .popup_footer {
  height: 1rem;
  background: #fff;
  z-index: 999;
  box-shadow: 0 -2px 10px 4px rgba(239, 239, 239, 0.5);
  margin-left: -0.22rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.showsort .popup_footer p {
  float: left;
  width: 2.8rem;
  line-height: 0.7rem;
  text-align: center;
  font-size: 0.3rem;
  border-radius: 0.1rem;
}
.showsort .popup_footer .keep {
  margin: 0.15rem 0.5rem 0 0.9rem;
  background: #E02520;
  color: #fff;
}
.showsort .popup_footer .clearinfo {
  margin: 0.15rem 0 0 0;
  background: #FFECEC;
  color: #E02520;
}

.nomore {
  font-size: 0.22rem;
  color: #999;
  text-align: center;
  line-height: 0.4rem;
  padding: 0.15rem 0;
}

.nodata {
  text-align: center;
  height: 3.7rem;
  background: #fff;
  border-radius: 0.14rem;
  display: none;
}
.nodata img {
  width: 1.38rem;
  height: 1.7rem;
  padding-top: 0.5rem;
}
.nodata p {
  text-align: center;
  font-size: 0.24rem;
  color: #a0a0a0;
  line-height: 0.5rem;
}
.nodata a {
  display: block;
  width: 1.5rem;
  line-height: 0.5rem;
  text-align: center;
  background: #E02520;
  font-size: 0.22rem;
  color: #fff;
  margin: 0.2rem auto;
  border-radius: 0.25rem;
}

.dropload-refresh {
  text-align: center;
}/*# sourceMappingURL=registerlist.css.map */