.delete-layer,
.remarks-layer,
.sigin-layer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
}

.delete-layer .layer-box {
  width: 310px;
}

.delete-layer .layer-content {
  text-align: center;
}

.bylist-box {
  width: 792px;
  margin: auto;
  min-height: 510px;
}

.t-nav {
  margin: 20px 0;
  /*margin-top: 10px;*/
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}

.t-nav > .bgcolor {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  height: 24px;
  width: 98px;
  border-radius: 24px;
  line-height: 0;
}
.bgcolor:hover {
  box-shadow: 0 0 6px #e91e636b;
}
.t-nav .bgcolorlast {
  margin-right: 0;
}

.t-nav .bgcolor a {
  display: inline-block;
  width: 96px;
  height: 22px;
  line-height: 22px;
  border-radius: 22px;
  position: relative;
  top: 1px;
  /*left: 1px;*/
  background: rgba(245, 245, 245, 1);
}

.t-nav .bgcolor {
  background: linear-gradient(
    135deg,
    rgba(255, 77, 119, 0.5) 0%,
    rgba(74, 60, 233, 0.5) 100%
  );
}

.t-nav .tnavact {
  color: #fff !important;
}
.t-nav .tnavact a {
  background: none;
  color: #fff;
}
.bylist li {
  background: #fff;
  padding: 20px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
  position: relative;
}

.bylist li > div {
  float: left;
}

.by-l {
  width: 158px;
  height: 158px;
  border-radius: 20px;
  overflow: hidden;
}

.by-l img {
  width: 100%;
  height: 100%;
}

.by-r {
  float: none !important;
  padding-left: 30px;
  margin-left: 158px;
}

.author-phone {
  height: 30px;
  width: 30px;
  border-radius: 30px;
  float: left;
  margin-right: 10px;
}

.author-jj {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 16px;
}

.works-name {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin: 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.works-info {
  color: #969696;
  font-size: 14px;
  text-align: left;
  line-height: 24px;
}

.dep-ty {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 12px;
  color: #ff4d77;
  border: 1px solid #ff4d77;
  width: 84px;
  height: 24px;
  line-height: 23px;
  border-radius: 24px;
  text-align: center;
}

.dep-ty2 {
  color: #4a3ce9;
  border-color: #4a3ce9;
}

.oper-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: center;
}

.oper-btn a {
  display: block;
  float: left;
  margin-left: 15px;
  width: 84px;
  height: 24px;
  line-height: 24px;
  border-radius: 24px;
  font-size: 12px;
  background: #c5c5c5;
  color: #333;
}

.oper-btn .bgcolor {
  background: linear-gradient(
    135deg,
    rgba(255, 77, 119, 1) 0%,
    rgba(74, 60, 233, 1) 100%
  );
  color: #fff;
}

.oper-btn .siginty2 {
  display: none;
}

.addmore {
  margin-bottom: 20px;
}
.orgin-numberweb {
  display: none;
}
.second-nav li:nth-child(6) {
  display: none;
}
.second-nav li:nth-child(5) {
  display: none;
}
.admin-btn {
  height: 40px;
  /*width: 792px;*/
  margin: auto;
  font-size: 12px;
  text-align: right;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 2px;
}
.admin-btn a {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  border-radius: 24px;
  width: 92px !important;
  text-align: center;
  cursor: pointer;
  margin-left: 10px;
}
.admin-btn .btn-qbg {
  background: rgb(245, 245, 245);
  height: 22px;
  line-height: 22px;
  border-radius: 22px;
  width: 90px;
  position: relative;
  top: 0px;
  left: 0px;
  display: inline-block;
  color: #333;
}
.admin-btn .upbtn {
  color: #fff;
  opacity: 0.5;
}
.second-nav li:nth-child(6),
.second-nav li:nth-child(5) {
  display: block;
}
.shanchu1 {
  display: none !important;
}
.mobile {
  display: none;
}
.pc {
  display: flex;
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
  .pc {
    display: none;
  }
  .admin-btn {
    position: relative;
    top: 0 !important;
  }
  .mobile {
    display: flex;
  }
  .admin-btn {
    top: 40px;
  }
  .admin-btn a {
    width: 64px !important;
  }
  .admin-btn a {
    margin-left: 0;
  }
  .admin-btn .btn-qbg {
    width: 62px;
  }
  .t-nav {
    margin-bottom: 10px;
  }
  .bylist-box {
    width: 100%;
    /* padding-top: 35px; */
  }
  .section-nav {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0;
  }
  .page-name {
    position: absolute;
    color: #fff;
    left: 10px;
    font-size: 12px;
    line-height: 35px;
    overflow: hidden;
  }
  .second-nav {
    text-align: right;
    height: 35px;
    padding-right: 6px;
    background: rgba(0, 0, 0, 0.5);
  }
  .banner {
    height: 200px;
    display: block !important;
  }
  .banner-content {
    padding-top: 40px;
  }
  .second-nav-li {
    width: auto;
    padding: 0 6px;
    color: #fff;
    font-size: 12px;
    line-height: 35px;
    text-align: center;
    margin: 0;
    margin-right: 10px;
  }
  .secActive i {
    width: 30px;
    height: 6px;
    left: 5px;
    bottom: 5px;
  }
  .bylist {
    padding: 0 10px;
  }
  .orgin-number {
    display: none;
  }
  .by-l {
    width: 96px;
    height: 96px;
    border-radius: 20px;
    overflow: hidden;
  }
  .works-name {
    font-size: 14px;
    margin: 4px 0;
  }
  .works-info {
    font-size: 12px;
    line-height: 20px;
  }
  .by-r {
    padding-left: 15px;
    margin-left: 96px;
  }
  .dep-ty {
    right: 10px;
    top: 10px;
  }
  .bylist li {
    padding: 10px;
    padding-bottom: 40px;
    margin-bottom: 10px;
  }
  .oper-btn {
    bottom: 10px;
    right: 10px;
  }
  .orgin-numberweb {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 10px;
    font-size: 12px;
    color: #969696;
  }
  .oper-btn a {
    width: 65px;
    margin-left: 8px;
  }
  .t-nav > div {
    font-size: 12px;
  }
  .author-jj {
    font-size: 14px;
    line-height: 26px;
  }
  .author-phone {
    height: 26px;
    width: 26px;
  }
  .t-nav .bgcolor a {
    font-size: 12px;
    width: 62px;
  }
  .t-nav > .bgcolor {
    width: 64px;
    margin-right: 5px;
  }
  .admin-btn {
    right: 0px;
  }
  .t-nav {
    text-align: left;
    padding-left: 10px;
    margin: 0;
  }
  .t-nav > .bgcolor {
    text-align: center;
    background: #fff;
  }
  .t-nav .bgcolor a {
    background: #333;
    color: #fff;
  }

  /* .t-nav .bgcolor {
    background: #fff;
  } */
  .t-nav .tnavact {
    background: linear-gradient(
      135deg,
      rgba(255, 77, 119, 0.7) 0%,
      rgba(74, 60, 233, 0.7) 100%
    ) !important;
  }
  .t-nav .tnavact a {
    background: none;
  }
  .admin-btn .btn-qbg {
    height: 20px;
    top: 1px;
  }
  .admin-btn a:last-child {
    margin-left: 10px;
  }
  .shanchu1 {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    position: relative;
    top: 2px;
  }
  .shanchu2 {
    display: none !important;
  }
}
