.layui-btn:not(.layui-btn-danger),
.layui-nav {
  background-color: #49bc85;
}
.top {
  position: fixed;
  background: #49bc85;
  height: 3.75rem;
  line-height: 3.75rem;
  color: #fff;
  padding: 0 2em;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
.top .logo {
  position: relative;
  height: 100%;
  display: inline-block;
  line-height: 3.75rem;
}
.top .logo a {
  height: 100%;
  display: inline-block;
}
.top .logo a img {
  height: 60%;
  vertical-align: middle;
}
.user {
  float: right;
  display: flex;
}
.user a {
  font-weight: 700;
  color: white;
}
.user .button {
  border: 1px solid currentColor;
  padding: 6px 16px;
  border-radius: 100rem;
}
.user .button:hover {
  background: #41a978;
}
.login-main {
  background: #f3f7f7;
  text-align: center;
  position: relative;
  overflow: auto;
  min-height: calc(100vh - 3.75rem);
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-main .form {
  width: 368px;
  background-color: white;
  padding: 30px 20px;
}
.main {
  display: flex;
}
.main .menu {
  width: 240px;
  background: #f3f7f7;
  color: #494949;
  min-height: calc(100vh - 3.75rem);
  margin-top: 56px;
  position: fixed;
}
.main .menu .list {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.main .menu .list .item {
  padding: 0 34px;
  line-height: 50px;
  font-size: 16px;
  position: relative;
}
.main .menu .list .item .layui-icon {
  font-size: 16px;
  padding-right: 20px;
}
.main .menu .list .item.selected {
  background-color: #fff;
  color: #49bc85;
}
.main .menu .list .item.selected:before {
  position: absolute;
  width: 0.25em;
  top: 0;
  left: 0;
  height: 100%;
  content: "";
  background: #49bc85;
}
.main .content {
  flex: 1;
  margin-top: 56px;
  margin-left: 240px;
  padding: 0 40px 60px;
}
.main .content .album-list-head {
  margin-top: 46px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
.main .content .album-list-head .search {
  max-width: 468px;
  display: flex;
  gap: 8px;
}
.main .content .album-list-list .item {
  width: 100%;
  margin: 10px 0;
  position: relative;
  box-shadow: 0 0.5px 1px #9f9f9f;
  cursor: pointer;
}
.main .content .album-list-list .item:hover {
  box-shadow: 0 0.5px 1px #49bc85;
}
.main .content .album-list-list .item:hover .img .sel.false {
  display: block;
}
.main .content .album-list-list .item:before {
  content: "";
  width: 94%;
  height: 2%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -4px;
  z-index: -1;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
.main .content .album-list-list .item .img {
  position: relative;
}
.main .content .album-list-list .item .img img {
  width: 100%;
  height: 110px;
  object-fit: cover;
}
.main .content .album-list-list .item .img .sel {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 28px;
  padding-top: 4px;
  padding-left: 4px;
}
.main .content .album-list-list .item .img .sel.true {
  color: #49bc85;
}
.main .content .album-list-list .item .img .sel.false {
  display: none;
  color: #49bc85;
}
.main .content .album-list-list .item .img .num {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 22px;
  padding: 4px 10px;
  text-align: right;
  color: #fff;
  background-repeat: repeat-x;
  background-position-x: left;
  background-position-y: bottom;
  background-size: 100% 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0, transparent);
  box-sizing: border-box;
}
.main .content .album-list-list .item .text {
  padding: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.main .content .category-list-head,
.main .content .album-show-head {
  margin-top: 46px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
.main .content .album-show-button {
  margin-bottom: 16px;
}
.main .content .album-show-list .item {
  width: 100%;
  margin: 10px 0;
  position: relative;
  box-shadow: 0 0.5px 1px #9f9f9f;
  cursor: pointer;
}
.main .content .album-show-list .item:hover {
  box-shadow: 0 0.5px 1px #49bc85;
}
.main .content .album-show-list .item:hover .img .sel.false {
  display: block;
}
.main .content .album-show-list .item .img {
  position: relative;
  overflow: hidden;
}
.main .content .album-show-list .item .img img {
  width: 100%;
  height: 110px;
  object-fit: cover;
}
.main .content .album-show-list .item .img .sel {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 28px;
  padding-top: 4px;
  padding-left: 4px;
}
.main .content .album-show-list .item .img .sel.true {
  color: #49bc85;
}
.main .content .album-show-list .item .img .sel.false {
  display: none;
  color: #49bc85;
}
.main .content .album-show-list .item .img .taglabel {
  position: absolute;
  transform: rotate(45deg) translate(25%, -3.3em);
  top: 0;
  right: 0;
}
.main .content .album-show-list .item .img .taglabel .tag {
  background: #49bc85;
  opacity: 1;
  display: block;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 14px 8px 6px;
  width: 120px;
  font-size: 12px;
  color: #fff;
}
.main .content .album-show-list .item .text {
  padding: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.main .content .category-list-list .el-tree-node__content {
  height: 34px;
}
.el-upload-list--picture-card .el-upload-list__item-actions span + span {
  margin-left: 0 !important;
}
.el-upload-list__item-preview {
  display: none !important;
}
.el-upload--picture-card,
.el-upload-list--picture-card .el-upload-list__item {
  width: 118px !important;
  height: 118px !important;
  line-height: 118px !important;
}
.page {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.page .item {
  background-color: #f4f4f5;
  color: #606266;
  min-width: 30px;
  border-radius: 2px;
  padding: 0 4px;
  vertical-align: top;
  display: inline-block;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  margin-right: 6px;
}
.page .item:hover {
  color: #49bc85;
}
.page .item.selected {
  background-color: #49bc85;
  color: #FFFFFF;
}
