* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  color: inherit;
}

/* 固定顶部菜单 */
.common-fixed-header {
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 14px;
  font-size: 18px;
  font-weight: bold;
  color: #3a56f7;
  z-index: 2;
  background-color: #fff;
  box-shadow: 2px 0 2px 0 rgba(0, 0, 0, 0.2);
}

.common-fixed-header .back-btn {
  height: 100%;
  padding: 0 14px;

}

.common-fixed-header .back-btn .layui-icon {
  font-size: 20px;
  color: #666;
}

.common-fixed-header .left img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  border-radius: 50%;
}

.common-fixed-header .right {
  width: 100%;
  margin-left: 20px;
  color: #888;
  font-size: 12px;
  height: 30px;
  border-radius: 15px;
  background-color: #eee;
  padding: 0 14px;
}

.common-fixed-header .right i {
  margin-right: 6px;
}

.common-fixed-header .drop-down-menu-btn {
  widows: 50px;
  height: 50px;
  margin-left: 20px;
}

.common-fixed-header .drop-down-menu-btn img {
  width: 22px;
  height: 22px;
}

/* 文档列表横向排版 */
.doc-list-x-item {
  background-color: #f6f6f6;
  padding: 10px;
  border-radius: 8px;
}

.doc-list-x-item:active {
  background-color: #eee;
}

.doc-list-x-item .file-icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.doc-list-x-item .cover {
  width: 70px;
  height: 100px;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
  margin-right: 10px;
}

.doc-list-x-item .infos {
  width: 100%;
}

.doc-list-x-item .infos .title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 1.6;
}

.doc-list-x-item .infos .info {
  font-size: 14px;
  color: #868686;
}

/* 查看更多 */
.more {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #999;
  line-height: 2em;
  padding-bottom: 20px;
}

.more:active {
  color: #3a56f7;
  text-decoration: underline;
}

/* 固定底部菜单 */
.common-fixed-bottom-menu {
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 14px;
  height: 50px;
  background-color: #fff;
  box-shadow: -2px 0 2px 0 rgba(0, 0, 0, 0.2);
}

.common-fixed-bottom-menu .item {
  width: 25%;
  text-align: center;
  font-size: 12px;
  color: #aaa;
}

.common-fixed-bottom-menu .item.active {
  color: #3a56f7;
}

.common-fixed-bottom-menu .item img {
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
  text-align: center;
}

/* 通用底部 */
.common-footer {
  padding: 14px;
  padding-top: 30px;
  text-align: center;
  font-size: 14px;
  color: #aaa;
  background-color: #f6f6f6;
}

.common-footer img.ba {
  width: 14px;
  height: 14px;
}

/* 顶部及底部padding */
body.common-padding {
  padding: 60px 0;
}

body.common-padding-top {
  padding-top: 60px;
}

/* 通用分页样式 */
.common-pager {
  padding: 20px 14px 20px 14px;
  font-size: 14px;
}

.common-pager .pages {
  color: #1d1946;
  margin-right: 20px;
  font-size: 14px;
}

.common-pager a {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  margin-right: 4px;
  margin-bottom: 8px;
}

.common-pager a:hover,
.common-pager a.active {
  background-color: #3a56f7;
  color: #fff;
  border-color: #3a56f7;
}

/* 颜色 */
.red {
  color: #f00;
}

.blue {
  color: #3a56f7;
}

.green {
  color: green;
}

.no-more {
  font-size: 16px;
  font-weight: bold;
  color: #999;
  width: 100%;
  padding: 50px 0;
  text-align: center;
}

.const-input-box {
  width: 0;
  height: 0;
  overflow: hidden;
}