.down {
  width: 100%;
  min-height: 787px;
  background: #edf0f2;
  padding: 46px 0px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.down .content {
  width: auto;
  padding: 0px 51px;
}
.down .content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.down .content .title > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.down .content .title .button-primary {
  height: 34px !important;
  margin-right: 0;
  color: #6868CE;
}
.down .content .list {
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  margin-top: 10px;
  padding: 0px 26px 16px 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.down .content .list .top {
  width: 100%;
  height: 59px;
  border-bottom: 1px dashed #c6c4c4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.down .content .list .top .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.down .content .list .top .left .input {
  width: 190px;
  height: 32px;
  border: 1px solid #979797;
  position: relative;
  margin-left: 50px;
}
.down .content .list .top .left .input input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 3px 5px;
}
.down .content .list .top .left .input input :focus {
  outline: none;
}
.down .content .list .top .left .input img {
  width: 19px;
  height: 19px;
  position: absolute;
  right: 13px;
  top: 6px;
  cursor: pointer;
}
.down .content .list .top .left .sort {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 28px;
}
.down .content .list .top .left .sort span {
  font-size: 14px;
  font-weight: 400;
  color: #363636;
  margin-right: 15px;
}
.down .content .list .top .left .sort img {
  width: 8px;
  height: 100%;
  cursor: pointer;
}
.down .content .list .top .right {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.down .content .stepBox img {
  width: 19px;
  height: 19px;
  margin-right: 8px;
}
.down .icon-read {
  width: 18px;
  margin-right: 6px;
  vertical-align: middle;
}
.down .download-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.down .download-top span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.down .download-top span:nth-of-type(2) {
  font-size: 14px !important;
}
.down .actionBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.down .actionBtn span {
  cursor: pointer;
}
.down .actionBtn span:nth-of-type(1) {
  margin-right: 20px;
}
.down .select-box {
  margin-left: 10px;
}


/*# sourceMappingURL=13.1750509728150.css.map*/