@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;
  }
}
html {
  position: relative;
}

.header {
  display: flex;
  margin: 0.2rem auto;
  height: 0.7rem;
  padding: 0.5rem 0.2rem 0 0.2rem;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
}
.header img {
  width: 0.19rem;
  height: 0.32rem;
}
.header form {
  display: inline;
}
.header input {
  width: 5.36rem;
  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;
}
.header a img {
  width: 0.4rem;
  height: 0.34rem;
}

.nav {
  height: auto;
  overflow: hidden;
}
.nav li {
  float: left;
  text-align: center;
  padding: 0 0.5rem;
  color: #080808;
  line-height: 1rem;
}
.nav li img {
  width: 0.14rem;
  height: 0.1rem;
  margin: 0.48rem 0 0 0.2rem;
}
.nav .redcolor {
  color: #E02520;
}

.nav_wrap {
  position: relative;
}
.nav_wrap .pop {
  position: absolute;
  background: #fff;
  width: 100%;
  z-index: 10000;
}
.nav_wrap .pop div {
  width: 100%;
  display: none;
}
.nav_wrap .pop div p {
  color: #666;
  line-height: 0.86rem;
  text-indent: 0.48rem;
}
.nav_wrap .pop div ul {
  position: relative;
}
.nav_wrap .pop div ul li .right {
  position: absolute;
  left: 2rem;
  top: 0;
  display: none;
}
.nav_wrap .pop div ul li .right p {
  width: 4.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 0.7rem;
}
.nav_wrap .pop div ul li .checkedtwo {
  background: url("/img/transferlist04.png") no-repeat 4.9rem 0.3rem;
  background-size: 0.36rem 0.25rem;
}
.nav_wrap .pop div ul li .left {
  width: 2rem;
  background: #F5F5F5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav_wrap .pop div ul .checkone .right {
  display: block;
  height: 100%;
  overflow-y: scroll;
}
.nav_wrap .pop div ul .checkone .left {
  background: #fff;
  color: #E02520;
}
.nav_wrap .pop .showpop {
  display: block;
  overflow-y: scroll;
  overflow-x: hidden;
}
.nav_wrap .pop .showpop div {
  display: block;
}
.nav_wrap .pop .showpop p.checked, .nav_wrap .pop .showpop p.checkedtime {
  background: url("/img/transferlist04.png") no-repeat 6.9rem 0.3rem;
  background-size: 0.36rem 0.25rem;
}

.tip {
  font-size: 0.2rem;
  color: #bfbfbf;
  text-align: center;
  line-height: 0.5rem;
  background: #F5F5F5;
}
.tip span {
  color: #E02520;
}

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

.content {
  min-height: 9rem;
}
.content .nodata {
  text-align: center;
  padding-top: 4rem;
  display: none;
}
.content .nodata img {
  width: 1.97rem;
  height: 2.43rem;
}
.content .nodata p {
  text-align: center;
  font-size: 0.24rem;
  color: #a0a0a0;
  line-height: 0.5rem;
}
.content .nomore {
  text-align: center;
  line-height: 0.5rem;
  color: #999;
  font-size: 0.24rem;
  margin-top: 0.3rem;
  display: none;
}

.list {
  padding: 0 0.24rem;
}
.list a {
  display: block;
  height: auto;
  overflow: hidden;
  color: #080808;
  margin-top: 0.3rem;
}
.list a img {
  width: 1.6rem;
  height: 1.6rem;
  float: left;
}
.list a div {
  float: left;
  margin-left: 0.4rem;
  width: 5rem;
}
.list a div p {
  line-height: 0.4rem;
}
.list a div p:nth-child(2) {
  font-size: 0.24rem;
  color: #666;
  margin: 0.1rem 0;
}
.list a div span {
  font-size: 0.22rem;
  color: #b5b5b5;
  display: inline-block;
  padding: 0 0.1rem;
  border: 1px solid #b5b5bb;
  text-align: center;
  line-height: 0.4rem;
  border-radius: 0.04rem;
  margin-right: 0.1rem;
}

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