html {
  min-width: 1347px;
  overflow: scroll;
}
ul {
  padding: 0;
}
#navbar ul.nav .dropdown > a:hover {
  cursor: pointer;
  background-color: #5ea0d9;
}
.main {
  margin: 50px 0 0 20px;
}
.main .crumbs-page .breadcrumb {
  width: 99%;
}
.main .btns a {
  padding: 8px 40px;
  border: 1px solid #5bc0de;
}
.main .btns a.active {
  background-color: #5898d6;
}
.main .filterData {
  margin: 15px 0;
}
.main .filterData .form-control {
  width: 12%;
  margin-right: 12px;
}
.main .template-list {
  max-width: 90%;
  margin-top: 30px;
  overflow: visible;
}
.main .template-list .table-header {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
.main .template-list .table-body {
  font-size: 14px;
}
.main .template-list .table-body td {
  color: #999;
}
.main .template-list .table-body td.sort span {
  cursor: pointer;
}
.main .template-list .table-body td.activity {
  width: 220px;
}
.main .template-list .table-body td.activity img {
  width: 100%;
  height: 82px;
}
.main .template-list .table-body td.operation ul {
  display: flex;
  justify-content: space-around;
  font-size: 16px;
}
.main .template-list .table-body td.operation ul li {
  position: relative;
  cursor: pointer;
}
.main .template-list .table-body td.operation ul li a {
  text-decoration: none;
  color: #999;
}
.main .template-list .table-body td.operation ul li .copy-tip {
  width: 80px;
  position: absolute;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  background-color: #666;
  color: #ddd;
  top: -30px;
  left: -30px;
  border-radius: 6px;
  display: none;
}
.main .template-list .table-body td.operation ul li .confirm-delete {
  display: none;
  cursor: default;
  position: absolute;
  top: -120px;
  left: -32px;
  width: 210px;
  height: 104px;
}
.main .template-list .table-body td.operation ul li .confirm-delete .confirm-delete-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 6px #aaa;
  z-index: 99;
  padding: 8px;
}
.main .template-list .table-body td.operation ul li .confirm-delete .confirm-delete-frame::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 92px;
  left: 30px;
  transform: rotate(45deg);
  border: 2px solid #ccc;
  background-color: #fff;
  border-left-color: transparent;
  border-top-color: transparent;
}
.main .template-list .table-body td.operation ul li .confirm-delete .confirm-delete-frame p {
  font-size: 12px;
  text-align: left;
  height: 16px;
  line-height: 16px;
}
#sort {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
}
#sort .sort-box {
  width: 371px;
  height: 183px;
  position: absolute;
  background-color: #fff;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#sort .sort-box .sort-title {
  height: 34px;
  background-color: #06d1f5;
  position: relative;
}
#sort .sort-box .sort-title h4 {
  line-height: 34px;
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 16px;
}
#sort .sort-box .sort-title #closeSort {
  position: absolute;
  top: 8px;
  cursor: pointer;
  right: 16px;
  color: #fff;
  font-size: 18px;
}
#sort .sort-box .sort-body {
  padding: 24px 64px 0 64px;
}
#sort .sort-box .sort-body #input-sort {
  margin-left: 5px;
  border: 1px solid #ccc;
  outline: none;
  border-radius: 4px;
  padding: 4px;
}
#sort .sort-box .sort-body .tip {
  padding-left: 20px;
  height: 34px;
  line-height: 34px;
  color: red;
  font-size: 12px;
}
#sort .sort-box .sort-footer #saveSort {
  display: block;
  margin: 0 auto;
  border: none;
  background-color: #06d1f5;
  color: white;
  width: 80px;
  height: 30px;
  border-radius: 4px;
}
.save-success-tip {
  border: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
  width: 240px;
  height: 60px;
  line-height: 60px;
  position: fixed;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
