.center {
  width: 1180px;
  margin: 0 auto;
}
.title {
  height: 32px;
  margin-top: 60px;
  font-size: 20px;
  font-weight: 600;
  color: #2b333b;
  line-height: 32px;
}
.title .btn {
  float: right;
  width: 56px;
  height: 32px;
  background: #557af6;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.filter {
  margin-top: 30px;
  height: 121px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(43, 51, 59, 0.08);
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 24px;
}
.filter .row {
  line-height: 60px;
  font-size: 14px;
  overflow: hidden;
}
.filter .row:first-child {
  border-bottom: 1px solid #F8F8F8;
}
.filter .row label {
  float: left;
  color: #B7BBBF;
}
.filter .row .row-right {
  float: left;
}
.filter .row .row-right li {
  display: inline-block;
  vertical-align: middle;
  color: #2B333B;
  padding: 0 8px;
  height: 24px;
  border-radius: 1px;
  text-align: center;
  line-height: 24px;
  border: 1px solid transparent;
  cursor: pointer;
  box-sizing: border-box;
}
.filter .row .row-right li.active,
.filter .row .row-right li:hover {
  border: 1px solid #557af6;
  color: #557AF6;
  font-weight: 600;
}
.list {
  margin-top: 20px;
}
.list ul::after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.list li {
  float: left;
  width: 377px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(43, 51, 59, 0.08);
  border-radius: 4px;
  position: relative;
  margin-right: 24px;
  margin-bottom: 24px;
}
.list li:nth-child(3n) {
  margin-right: 0;
}
.list li:hover {
  box-shadow: 0px 0px 20px 0px rgba(43, 51, 59, 0.4);
}
.list li .img {
  height: 212px;
  position: relative;
}
.list li .img > img {
  width: 100%;
  height: 212px;
}
.list li .img .checkbox {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 8px;
  right: 8px;
  background: url(../images/c_checkbox.png) no-repeat;
  background-size: 16px 16px;
  cursor: pointer;
  border: solid 1px #557af6;
  border-radius: 25%;
}
.list li .img .checkbox.checked {
  background: url(../images/c_checked.png) no-repeat;
  background-size: 16px 16px;
}
.list li .code-popup {
  display: none;
  width: 136px;
  height: 136px;
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(43, 51, 59, 0.16);
  position: absolute;
  top: 50px;
  right: 38px;
  border-radius: 6px;
}
.list li .code-popup:after {
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  display: inline-block;
  content: "";
}
.list li .code-popup img {
  width: 120px;
  height: 120px;
  margin-top: 8px;
  margin-left: 8px;
}
.list li .info {
  position: relative;
  height: 78px;
  overflow: hidden;
}
.list li .info .name {
  color: #2B333B;
  font-size: 16px;
  margin: 0 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 21em;
  margin-top: 14px;
}
.list li .info .user {
  margin-left: 16px;
  margin-top: 8px;
}
.list li .info .user img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.list li .info .user span {
  font-size: 12px;
  color: #71777d;
  vertical-align: middle;
}
.list li .info .time {
  position: absolute;
  bottom: 14px;
  right: 16px;
}
.list li .info .time img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.list li .info .time span {
  font-size: 12px;
  color: #71777d;
  vertical-align: middle;
}
.list-my li .img .download {
  right: 48px;
}
.list-my li .info {
  height: 154px;
}
.list-my li .info .row {
  font-size: 14px;
  margin: 10px 16px 0;
}
.list-my li .info .row label {
  color: #B7BBBF;
  vertical-align: middle;
}
.list-my li .info .row p {
  display: inline-block;
  width: 11em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #71777D;
  vertical-align: middle;
}
.list-my li .info .user {
  margin-top: 20px;
}
.create {
  position: fixed;
  bottom: 80px;
  right: 80px;
  width: 48px;
  height: 48px;
  background: #116AE4;
  line-height: 48px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  box-shadow: 0px 2px 12px 0px rgba(17, 106, 228, 0.58);
}
.create img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.page {
  text-align: center;
  margin-top: 10px;
}
.layui-laypage a,
.layui-laypage button,
.layui-laypage input,
.layui-laypage select,
.layui-laypage span {
  border: none;
  height: 32px;
  line-height: 32px;
  box-shadow: 0px 0px 20px 0px rgba(43, 51, 59, 0.08);
  border-radius: 4px;
  font-size: 14px;
  color: #71777D;
  margin-right: 8px;
}
.layui-laypage a:hover,
.layui-laypage button:hover,
.layui-laypage input:hover,
.layui-laypage select:hover,
.layui-laypage span:hover {
  color: #116AE4;
}
.layui-laypage a,
.layui-laypage span {
  padding: 0 12px;
}
