html,
body {
  height: 100%;
  position: relative;
}

.nav::after {
  clear: none;
}

.site {
  /* position: fixed;
    width: 100%; */
  min-width: 1280px;
  overflow-x: scroll;
}

.sider-bar {
  background: #1b2a3b;
  color: #dadbdd;
  font-size: 15px;
  padding: 0 30px 10px;
  width: 285px;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  display: none; /*2022-01-24需求：隐藏左侧筛选*/
}

.tips-wrap {
  position: absolute;
  bottom: 28px;
}

.tips-wrap .tips .content {
  display: flex;
  font-size: 13px;
}

.tooltip-inner {
  background: #faf3e6 !important;
  text-align: left !important;
  color: #363636 !important;
  border: 1px solid #dedede;
  min-width: 300px !important;
}

.tag-bd {
  overflow: hidden;
  width: 250px;
}

.tag-hd {
  font-size: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.tag-bd li {
  float: left;
  width: 100px;
  text-align: left;
  background: #3f4b56;
  list-style: none;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 4px;
  padding: 0 20px 0 10px;
  position: relative;
  margin-right: 25px;
}

.tag-bd li i {
  font-size: 12px;
  position: absolute;
  top: 3px;
  right: 5px;
  display: none;
}

.tag-bd li.current i {
  display: block;
}

.tag-bd a {
  color: #dadbdd;
  font-size: 13px;
}

.logo-wrap {
  padding: 18px 0;
  border-bottom: 1px solid #182533;
}

/* theme */

.theme-wrap {
  padding: 20px 20px 0;
  overflow-y: scroll;
}

.theme-list {
  overflow: hidden;
}

.theme-list li {
  margin-bottom: 20px;
  width: 20%;
  float: left;
}

.theme-list li a {
  color: #666;
  display: block;
  width: 255px;
  border-radius: 4px;
  box-shadow: 1px 1px 5px #999;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  background: #fff;
  position: relative;
}

.theme-list li a:hover,
.theme-list li a:focus {
  text-decoration: none;
}

.theme-list li {
  width: 25%;
}

.theme-list li a:hover .mask {
  display: block;
}

.theme-list li a .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.theme-list li a i {
  font-size: 20px;
  color: #fff;
  z-index: 2;
}

.img-wrap {
  text-align: center;
  overflow: hidden;
}

.theme-list li .avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}

.theme-bd {
  padding-top: 10px;
  min-height: 129px;
}

.theme-bd div {
  padding-left: 10px;
  padding-right: 10px;
}

.theme-title {
  margin-bottom: 5px;
  font-size: 16px;
  color: #666;
  height: 30px;
}

.theme-desc {
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.theme-user {
  padding-top: 10px;
  padding-bottom: 10px;
}

#img img {
  margin-right: 10px;
}

.color-list {
  width: 260px;
}

.color-list li {
  width: 28px;
  height: 28px;
  background: none;
  float: left !important;
  margin-bottom: 15px;
  padding: 0;
  margin-right: 21px;
}

.color-list li.current a {
  border: 1px solid #fff;
}

.color-list li a {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 4px;
}

.color-list li.black a {
  background: black;
}

.color-list li.red a {
  background: red;
}

.color-list li.blue a {
  background: blue;
}

.color-list li.green a {
  background: green;
}

.color-list li.yellow a {
  background: yellow;
}

.color-list li.orange a {
  background: orange;
}

.color-list li.pink a {
  background: pink;
}

.color-list li.gray a {
  background: gray;
}

.color-list li.blackwhite a {
  background-image: url(/images/bw.png);
}

.color-list li.colors a {
  background-image: url(/images/colors.png);
}

.main {
  /* margin-left: 285px; */
}

#del {
  position: absolute;
  right: 10px;
}

@media (min-width: 1860px) {
  .theme-list li {
    width: 20%;
  }
  .theme-list li a {
    width: 295px;
  }
}

@media (min-width: 1440px) and (max-width: 1860px) {
  .theme-list li {
    width: 25%;
  }
}

/* override bootstrap */

body {
  background: #f6f6f6;
  min-width: 1280px;
  font-family: "Microsoft YaHei", "PingFang SC";
  overflow: hidden;
  overflow-x: scroll;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.navbar {
  margin-bottom: 0;
}
.navbar::before,
.navbar::after,
.nav::before,
.nav::after {
  display: none;
}
.nav {
  padding-right: 85px;
}
.unlogined,
.logined {
  position: absolute !important;
  right: 0;
  top: 0;
}
.nav > li {
  margin-right: 10px;
  /* float: left; */
  display: inline-block;
}

.nav > li > a {
  border-radius: 15px;
  display: block;
  padding: 4px 21px;
  position: relative;
  margin-top: 18px;
  color: #666;
}

.nav > li.current a {
  color: #fff;
  background: #f2941a;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background: #f2941a;
}

.navbar {
  padding-left: 20px;
  /* height: 70px; */
  padding-bottom: 18px;
}

.nav-dropdown > li > a {
  text-align: center;
  line-height: 30px !important;
}

.pagination {
  margin: 0;
}

.pagination > li > a,
.pagination > li > span {
  color: #f2941a;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #f2941a;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #f2941a;
  border-color: #f2941a;
}

.panel-body {
  position: relative;
}

::-webkit-scrollbar {
  width: 12px;
}

/* 滚动槽 */

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  border-radius: 2px;
}

/* 滚动条滑块 */

::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 0, 0, 0.1);
}

/* login page */

.off {
  display: none;
}

.login {
  width: 500px;
  margin: 0 auto;
  margin-top: 100px;
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  box-shadow: 0 0 6px rgba(90, 90, 90, 0.4);
}

.tab {
  border-bottom: solid 2px #e4e4e4;
}

.tab li {
  float: left;
  padding: 10px;
  line-height: 20px;
  border-bottom: solid 2px transparent;
  margin-bottom: -2px;
  cursor: pointer;
}

.tab li.active {
  border-color: #f2941a;
}
