body {
  position: relative;
  font-family: Helvetica, -apple-system, "Helvetica Neue", Helvetica, "Segoe UI",
    Arial, freesans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Microsoft Yahei", "Helvetica Neue", Helvetica;
  width: 100vw;
  min-width: 500px;
  height: calc(100vh - 53px);
  background-color: #eceef1;
  overflow:hidden;
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: 0;
}

textarea {
  resize: none;
}

.text {
  font-size: 12px;
  color: #999999;
  font-weight: 200;
}

.error-message {
  color: #d9534f;
  font-size: 12px;
}

.success-message {
  color: #5cb85c;
  font-size: 12px;
}

.input-readonly {
  border: 1px solid rgba(34, 36, 38, 0.15);
  background-color: #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

::-webkit-scrollbar,
body .scrollbar-track-color {
  height: 9px;
  width: 7px;
  background: #e6e6e6;
}

::-webkit-scrollbar:hover {
  background: #cccccc;
}

::-webkit-scrollbar-thumb {
  background: #a2a2a2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.bootstrap-tagsinput {
  display: block !important;
}

.manual-header {
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 5px;
  /* border-top: 1px solid #009a61; */
  background-color: #040f31;
  color: #fff;
}

.manual-header .navbar-brand,
.manual-header a {
  font-weight: 500;
  color: #fff;
  max-width: 236px;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 2px;
}
.manual-header .login-header a {
  max-width: 420px;
}

.manual-header .navbar-nav li.active a {
  background-color: #009a61;
  color: #ffffff;
}

.nav2 > li > a:hover,
.nav2 > li > a:focus,
.nav3 > li > a:hover,
.nav3 > li > a:focus {
  text-decoration: none;
  color: #212529;
  background-color: #eceef1;
}

.nav3 {
  display: flex;
  align-items: center;
  /* gap: 14px; */
  height: 50px;
}

.manual-reader .slidebar {
  margin: 5px 10px 0 0;
}

.user-info {
  border: 0;
  /* background-color: #ffffff; */
  padding: 5px 10px !important;
  cursor: pointer;
}

.user-info:hover {
  background-color: none;
}

.user-info-dropdown a {
  font-size: 14px;
  color: #333333;
  height: 30px !important;
  line-height: 25px !important;
}

.user-info-dropdown a > i {
  display: inline-block;
  margin-right: 5px;
}

.userbar-avatar {
  display: inline-block;
  width: 43px;
  height: 43px;
  margin-right: 15px;
}

.userbar-content {
  display: inline-block;
  vertical-align: middle;
}

.userbar-content span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-right: 40px;
  /* color: #3d444f; */
  color: #fff;
}

.userbar-content div {
  font-size: 12px;
  line-height: 1;
  color: #9ba3af;
}

/**************首页标签*******************/
.tag-container-outer {
  border-bottom: 1px solid #eee;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
  position: relative;
  display: block !important;
  margin-top: 15px;
}

.tag-container-outer .title {
  font-weight: 400;
  font-size: 14px;
}

.tag-container-outer .tags a {
  display: inline-block;
  vertical-align: baseline;
  line-height: 1;
  border-radius: 0.3rem;
  transition: background 0.1s ease;
  cursor: pointer;
  background-color: #e0e0e0;
  margin: 0 0.5em 0.5em 0 !important;
  padding: 0.5rem 0.8rem;
  color: #999999;
  opacity: 0.8;
}

.tag-container-outer .tags a:hover {
  color: #666666;
  opacity: 1;
}

.tag-container-outer .tags a > .detail {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  margin-left: 1em;
  opacity: 0.8;
}

/*********************************/
.manual-body {
  margin-top: 53px;
}

.manual-body .page-left {
  position: fixed;
  overflow: auto;
  top: 50px;
  bottom: 0;
  z-index: 100;
  width: 199px;
  background-color: #f5f5f5;
  border-right: 1px solid #eaeaea;
}

.manual-body .page-left .menu {
  padding: 18px 0;
}

.manual-body .page-left .menu li {
  height: 36px;
  line-height: 0;
}

.manual-body .page-left .menu .item {
  display: block;
  padding: 8px 24px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  text-decoration: none;
}

.manual-body .page-left .menu .item:hover {
  background-color: #eee;
  text-decoration: none;
}

.manual-body .page-left .menu a:visited {
  text-decoration: none;
}

.manual-body .page-left .menu li.active .item {
  background-color: #ddb;
}

.manual-body .page-right {
  padding: 15px 0 15px 24px;
  margin-left: 200px;
  min-width: 400px;
}

.manual-body .page-right .box-head {
  border-bottom: 1px solid #ddddd9;
}

.m-box .box-head .box-title {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding-bottom: 3px;
  border-bottom: 2px solid #44b035;
  margin-bottom: -1px;
  min-width: 80px;
  font-weight: 200;
  font-size: 18px;
}

.manual-body .page-right .box-body {
  padding: 12px 0;
  position: relative;
  height: calc(100vh - 105px);
  overflow-y: auto;
}

.manual-body .page-right .box-body label,
.text-label {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222222;
  font-weight: 300;
}

.required > .text-label:after {
  color: #db2828;
  content: "*";
  vertical-align: middle;
  margin: -0.2em 0 0 0.2em;
}

.manual-body .page-right .box-body .form-right {
  position: absolute;
  right: 0;
  top: 34px;
}
.box-ab {
  position: absolute;
}
/*************网站首页******************/
.manual-list {
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  flex-wrap: wrap;
}

.manual-list .to-item {
  margin-bottom: 45px;
}

.manual-list .to-item-hide{
  visibility: hidden;
  margin-bottom: 45px;
}

.manual-list .to-item .list-item:hover {
  border: 3px solid #337ab7;
}

.manual-list .to-item .list-item,.manual-list .to-item-hide .list-item {
  margin: 0px 15px; /* 设置盒子之间的间距 */
  background-color: #ffffff; /* 盒子背景颜色 */
  /* background-color: #f0f0f0; 盒子背景颜色 */
  /* height: 360px; 盒子高度 */
  padding: 50px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 5px 0 rgba(16, 30, 30, 0.1),
    0 2px 7px 0 rgba(16, 30, 30, 0.15), 0 4px 4px -2px rgba(16, 30, 30, 0.1);
  border-radius: 10px;
  cursor: pointer;
  height: 100%;
  margin-bottom: 0;
  border: 3px solid #f0f0f0;
}

.manual-list .list-item .manual-item-standard {
  float: left;
  /* width: 163px; */
  line-height: 1.5em;
  position: relative;
}

.book-name {
  /* margin-top: 18px; */
  width: 200px;
  text-align: center;
  word-wrap: break-word;
  font-size: 20px;
}

.manual-list .list-item .manual-item-standard > dt {
  margin-bottom: 6px;
  height: 231px;
  position: relative;
}

.manual-list .list-item .manual-item-standard > dt > a {
  display: block;
  position: relative;
  width: 100%;
}

.manual-list .list-item .manual-item-standard > dt > a .image {
  position: relative;
  /*display: none;*/
}

.manual-list .list-item .cover {
  border: none;
  width: 200px;
  position: relative;
  display: inline-block;
  height: 200px;
  background-color: #eee;
  border-radius: 2px;
  /* box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5; */
}

.manual-list .list-item .manual-item-standard .b-cover:hover {
  border-color: #4db559;
  box-shadow: 0 0 4px rgba(77, 181, 89, 0.7);
}

.manual-list .list-item .manual-item-standard a.name {
  vertical-align: top;
  word-wrap: normal;
  font-size: 16px;
  color: #666;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.manual-list .list-item .manual-item-standard a.name:hover {
  color: #333333;
}

.manual-list .list-item .manual-item-standard .author {
  zoom: 1;
  vertical-align: top;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  color: #484848;
  font-size: 13px;
  display: none;
}

.manual-list .list-item .manual-item-standard .book-item {
  text-align: center;
}

.manual-list .list-item .manual-item-standard .author > .text {
  font-weight: 200;
  color: #484848;
}

/*************文档列表******************/
.book-list .list-item {
  display: block;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #dddddd;
  padding: 15px 10px;
}

.book-list .list-item:hover {
  background: #eaeaea;
}

.book-list .list-item a {
  color: #666666;
  font-size: 16px;
  text-decoration: none;
}

.book-list .list-item .pull-right a {
  font-size: 12px;
}

.book-list .list-item a:hover {
  text-decoration: none;
  color: #428bca;
}

.book-list .list-item .desc-text {
  font-size: 12px;
  margin: 5px;
  word-wrap: break-word;
  word-break: break-word;
}

.book-list .list-item .info {
  font-size: 12px;
  color: #666666;
}

.book-list .list-item .info span {
  display: inline-block;
  padding-right: 10px;
}

/************文档概述*****************/
.dashboard {
}

.dashboard .list {
  zoom: 1;
  line-height: 35px;
}

.dashboard .summary {
  margin-top: 15px;
  word-break: break-all;
}

/************文档成员*************************/
.users-list .list-item {
  padding: 12px;
  border-bottom: 1px dotted #eee;
}

.users-list .list-item:hover {
  background-color: #f9f9f9;
}

.users-list .list-item .operate {
  float: right;
}

/**************用户搜索界面样式********************/
.searchbar {
  padding: 8px;
}

.searchbar .search-btn {
  display: inline-block;
  line-height: 100%;
  cursor: pointer;
  margin-top: -10px;
  margin-left: -45px;
  border: 0;
  background-color: transparent;
}

.searchbar .search-btn > i.fa {
  padding: 10px;
  color: black !important;
}

.manual-search-reader .manual-body {
  margin-top: 60px;
}

.manual-search-reader .search-head {
  margin: 10px auto;
  padding-bottom: 15px;
  line-height: 1.5em;
  border-bottom: 3px solid #eeeeee;
}

.manual-search-reader .search-head .search-title {
  font-size: 22px;
  font-weight: 300;
}

.manual-search-reader .search-body {
  margin-top: 80px;
}

.manual-search-reader .search-empty {
  margin: 150px auto;
  text-align: center;
}

.manual-search-reader .search-empty .empty-text {
  font-size: 18px;
  display: block;
  margin: 24px;
  text-align: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.manual-search-reader .search-empty .empty-image {
  margin: 5px auto;
  display: block;
  text-align: center;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.manual-search-reader .search-item {
  margin: 0 15px;
  padding: 10px 20px;
  line-height: 25px;
  word-break: break-word;
}

.manual-search-reader .search-item:hover {
  background-color: #f5f5f5;
}

.manual-search-reader .search-item a {
  color: #0886e9;
}

.manual-search-reader .search-item em {
  color: #ff802c;
  font-style: normal;
}

.manual-search-reader .search-item .title {
  font-size: 16px;
  font-weight: 400;
}

.manual-search-reader .search-item .title .label {
  color: #fff;
  padding-top: 0.3em;
}

.manual-search-reader .search-item .title .mark-book {
  background-color: #009a61;
}

.manual-search-reader .search-item .title .mark-blog {
  background-color: #0084ff;
}

.manual-search-reader .search-item .title .mark-doc {
  background-color: #337ab7;
}

.manual-search-reader .search-item .description {
  color: #666;
  line-height: 25px;
  min-height: 20px;
  font-size: 12px;
}

.manual-search-reader .search-item .site {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 600px;
  color: #008000;
  font-size: 12px;
}

.manual-search-reader .search-item .source .item {
  display: inline-block;
  margin-right: 15px;
}

.manual-search-reader .search-item .source,
.manual-search-reader .search-item .source a {
  font-size: 12px;
  color: #999999;
}

/**************用户登录界面样式*******************/
.login .login-body {
  width: 400px;
  padding: 5px 30px 25px 30px;
  margin: 0 auto;
  margin-top: 30px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  position: absolute;
}
.login {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 194px);
  position: relative;
}
.body-main {
  height: calc(100vh - 193px);
  background-color: rgba(0, 0, 0, 0.5) !important;
  position: relative;
  color: #fff;
  background-image: url("/static/images/bg-body.jpg");
  background-position: 50% 0px;
  background-attachment: fixed;
}

.body-main .body-bg {

  height: 100%;
  overflow-y: auto;
}

.body-main .body-inner {
  background-image: url("/static/images/filter.svg");
  background-size: cover;
  background-repeat: no-repeat no-repeat;
  will-change: transform;
  height: 100%;
  /* overflow-y: auto; */
}
.body-main .body-inner .body-title {
  font-size: 62px;
  text-align: center;
  /* margin-top: 110px; */
  font-weight: bold;
  color: #fff;
}

.body-main .body-inner .body-title2 {
  font-size: 62px;
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
  color: #fff;
}

.body-main .body-bg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/* .header-b {
  border-bottom: 1px solid #ccc;
} */
.header-logo {
  margin: auto;
  margin-top: 53px;
}
.header-logo .img {
  height: 80px;
  cursor: pointer;
}
.login .login-body .tooltip.bottom .tooltip-arrow,
.has-error .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #a94442;
}

.login .login-body .tooltip.top .tooltip-arrow,
.has-error .tooltip.top .tooltip-arrow {
  border-top-color: #a94442;
}

.login .login-body .tooltip.right .tooltip-arrow,
.has-error .tooltip.right .tooltip-arrow {
  border-top-color: #a94442;
}

.login .login-body .tooltip.left .tooltip-arrow,
.has-error .tooltip.left .tooltip-arrow {
  border-top-color: #a94442;
}

.login .login-body .tooltip-inner,
.has-error .tooltip-inner {
  background-color: #a94442;
}

/************图片上传样式*******************/

#upload-logo-panel .wraper {
  float: left;
  background: #f6f6f6;
  position: relative;
  width: 360px;
  height: 360px;
  overflow: hidden;
}

#upload-logo-panel .watch-crop-list {
  width: 170px;
  padding: 10px 20px;
  margin-left: 10px;
  background-color: #f6f6f6;
  text-align: center;
  float: right;
  height: 360px;
}

#image-wraper {
  text-align: center;
}

.webuploader-pick {
}

.webuploader-pick-hover {
}

.webuploader-container {
  padding: 0;
  border: 0;
  height: 40px;
}

.watch-crop-list > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.webuploader-container div {
  width: 77px !important;
  height: 40px !important;
  left: 0 !important;
}

.img-preview {
  margin: 5px auto 10px auto;
  text-align: center;
  overflow: hidden;
}

.img-preview > img {
  max-width: 100%;
}

.preview-lg {
  width: 120px;
  height: 120px;
}

.preview-sm {
  width: 60px;
  height: 60px;
}

#error-message {
  font-size: 13px;
  color: red;
  vertical-align: middle;
  margin-top: -10px;
  display: inline-block;
  height: 40px;
}

.manager .dashboard-item {
  float: left;
  width: 100px;
  height: 115px;
  padding: 10px;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  background-color: #f9f9f9;
  border: 1px solid #fff;
  cursor: pointer;
  color: #333;
}

.manager .dashboard-item:hover {
  background-color: #563d7c;
  color: #ffffff;
}

.manager .dashboard-item .fa {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
}

.manager .dashboard-item .fa-class {
  display: block;
  text-align: center;
  word-wrap: break-word;
  /* Help out IE10+ with class names */
}

.pagination-container {
  margin: 5px auto;
  display: block !important;
}

.pagination-container .pagination {
  box-shadow: 0 1px 2px 0 #e3e3e0;
}

.pagination-container .pagination > li > a,
.pagination-container .pagination > li > span {
  padding: 8px 16px !important;
}

.pagination-container .pagination > li > a,
.pagination-container .pagination > li > span {
  color: #272727;
}

.pagination-container .pagination > .active > a {
  /*color: #fff;*/
  background-color: #f3f3f3;
  border: 1px solid #e3e3e0;
}

.pagination-container .pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #272727;
}

/*************文章相关样式**********/
.ui.items > .item > .content > .header {
  display: inline-block;
  margin: -0.21425em 0 0;
  font-family: "PingFang SC", "Helvetica Neue", "Microsoft YaHei UI",
    "Microsoft YaHei", "Noto Sans CJK SC", Sathu, EucrosiaUPC, Arial, Helvetica,
    sans-serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
}

.ui.items > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0;
  width: 100%;
  min-height: 0;
  background: 0 0;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.1s ease;
  transition: -webkit-box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
  z-index: "";
}

.ui.items > .item a {
  cursor: pointer;
}

.ui.items {
  margin: 1.5em 0;
}

.ui.items:first-child {
  margin-top: 0 !important;
}

.ui.items:last-child {
  margin-bottom: 0 !important;
}

.ui.items > .item:after {
  display: block;
  content: " ";
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.ui.items > .item:first-child {
  margin-top: 0;
}

.ui.items > .item:last-child {
  margin-bottom: 0;
}

.ui.items > .item > .image {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  max-height: "";
  -ms-flex-item-align: top;
  align-self: top;
}

.ui.items > .item > .image > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.125rem;
  border: none;
}

.ui.items > .item > .image:only-child > img {
  border-radius: 0;
}

.ui.items > .item > .content {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: 0 0;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1em;
  border: none;
  border-radius: 0;
}

.ui.items > .item > .content:after {
  display: block;
  content: " ";
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.ui.items > .item > .image + .content {
  min-width: 0;
  width: auto;
  display: block;
  margin-left: 0;
  -ms-flex-item-align: top;
  align-self: top;
  padding-left: 1.5em;
}

.ui.items > .item > .content > .header {
  display: inline-block;
  margin: -0.21425em 0 0;
  font-family: "PingFang SC", "Helvetica Neue", "Microsoft YaHei UI",
    "Microsoft YaHei", "Noto Sans CJK SC", Sathu, EucrosiaUPC, Arial, Helvetica,
    sans-serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
}

.ui.items > .item > .content > .header:not(.ui) {
  font-size: 1.14285714em;
}

.ui.items > .item [class*="left floated"] {
  float: left;
}

.ui.items > .item [class*="right floated"] {
  float: right;
}

.ui.items > .item .content img {
  -ms-flex-item-align: middle;
  align-self: middle;
  width: "";
}

.ui.items > .item .avatar img,
.ui.items > .item img.avatar {
  width: "";
  height: "";
  border-radius: 500rem;
}

.ui.items > .item > .content > .description {
  margin-top: 0.6em;
  font-size: 1em;
  line-height: 1.4285em;
  color: rgba(0, 0, 0, 0.87);
  min-height: 40px;
  word-wrap: break-word;
  word-break: break-word;
}

.ui.items > .item > .content p {
  margin: 0 0 0.5em;
}

.ui.items > .item > .content p:last-child {
  margin-bottom: 0;
}

.ui.items > .item .meta {
  margin: 0.5em 0 0.5em;
  font-size: 1em;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.6);
}

.ui.items > .item .meta * {
  margin-right: 0.3em;
}

.ui.items > .item .meta :last-child {
  margin-right: 0;
}

.ui.items > .item .meta [class*="right floated"] {
  margin-right: 0;
  margin-left: 0.3em;
}

.ui.items > .item > .content a:not(.ui) {
  color: "";
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

.ui.items > .item > .content a:not(.ui):hover {
  color: "";
}

.ui.items > .item > .content > a.header {
  color: rgba(0, 0, 0, 0.85);
}

.ui.items > .item > .content > a.header:hover {
  color: #1e70bf;
}

.ui.items > .item .meta > a:not(.ui) {
  color: rgba(0, 0, 0, 0.4);
}

.ui.items > .item .meta > a:not(.ui):hover {
  color: rgba(0, 0, 0, 0.87);
}

.ui.items > .item > .content .favorite.icon {
  cursor: pointer;
  opacity: 0.75;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

.ui.items > .item > .content .favorite.icon:hover {
  opacity: 1;
  color: #ffb70a;
}

.ui.items > .item > .content .active.favorite.icon {
  color: #ffe623;
}

.ui.items > .item > .content .like.icon {
  cursor: pointer;
  opacity: 0.75;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

.ui.items > .item > .content .like.icon:hover {
  opacity: 1;
  color: #ff2733;
}

.ui.items > .item > .content .active.like.icon {
  color: #ff2733;
}

.ui.items > .item .extra {
  display: block;
  position: relative;
  background: 0 0;
  margin: 0.5rem 0 0;
  width: 100%;
  padding: 0 0 0;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
  border-top: none;
}

.ui.items > .item .extra > * {
  margin: 0.25rem 0.5rem 0.25rem 0;
}

.ui.items > .item .extra > [class*="right floated"] {
  margin: 0.25rem 0 0.25rem 0.5rem;
}

.ui.items > .item .extra:after {
  display: block;
  content: " ";
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.ui.items > .item > .image:not(.ui) {
  width: 175px;
}

.ui.horizontal.list {
  display: inline-block;
  font-size: 0;
}

.ui.horizontal.list > .item {
  display: inline-block;
  margin-left: 1em;
  font-size: 1rem;
}

.ui.horizontal.list:not(.celled) > .item:first-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.ui.horizontal.list .list {
  padding-left: 0;
  padding-bottom: 0;
}

.ui.horizontal.list a {
  color: rgba(0, 0, 0, 0.4);
}

.ui.horizontal.list a:hover {
  color: rgba(0, 0, 0, 0.87);
}

.ui.horizontal.list .list > .item > .content,
.ui.horizontal.list .list > .item > .icon,
.ui.horizontal.list .list > .item > .image,
.ui.horizontal.list > .item > .content,
.ui.horizontal.list > .item > .icon,
.ui.horizontal.list > .item > .image {
  vertical-align: middle;
}

.ui.horizontal.list > .item:first-child,
.ui.horizontal.list > .item:last-child {
  padding-top: 0.21428571em;
  padding-bottom: 0.21428571em;
}

.ui.horizontal.list > .item > i.icon {
  margin: 0;
  padding: 0 0.25em 0 0;
}

.ui.horizontal.list > .item > .icon,
.ui.horizontal.list > .item > .icon + .content {
  float: none;
  display: inline-block;
}

.ui.teal.label {
  background-color: #00b5ad !important;
  border-color: #00b5ad !important;
  color: #fff !important;
}

.ui.items > .item {
  border-bottom: 1px solid #efefef;
  margin: 0;
  padding: 1em 0;
}

/**************项目空间样式******************/
.ui-card {
  display: inline-block;
  width: 22%;
  margin: 10px 15px;
  border: solid 1px #d4d4d5;
  border-radius: 4px;
  padding: 15px 25px;
  text-align: center;
  color: #333333;
}

.ui-card:hover {
  -webkit-box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  -webkit-transition: -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease;
  transition: -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease;
  transition: box-shadow 0.1s ease, transform 0.1s ease;
  transition: box-shadow 0.1s ease, transform 0.1s ease,
    -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease;
}

.ui-card > .header {
  font-weight: 500;
  font-size: 18px;
}

.ui-card > .description {
  font-size: 12px;
  color: #666;
  text-align: left;
}

/**************网站底部样式*************************/
.int-footer {
  color: #fff;
  padding: 20px 0;
  margin-top: 70px;
  font-size: 12px;
  background-color: #0e3eaa;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  /* display: none; */
}

.int-footer .container {
  padding: 0;
}

.int-footer .container .row {
  margin-left: 220px;
  /* padding-top: 20px; */
  /* opacity: 0.8; */
  font-size: 13px;
}
.footer {
  display: none;
}
.int-footer .container .footer-list {
  display: flex;
  align-items: center;
  gap: 25px;
}
.int-footer .footer-con .img {
  height: 61px;
  cursor: pointer;
}

/* .int-footer {
  border-top: 2px solid #ddddd9;
} */

.manual-container .int-footer .container .row {
  margin-left: 0;
}

/* .body-main .container .row{
  position: relative;
  height: calc(100vh - 194px);
  width: 100vw;
}
.body-main .container .row .manual-list-b{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
} */

.int-footer a {
  color: #222;
  text-decoration: none;
}

.int-footer a:hover {
  color: #2b85ae;
}

@media screen and (max-width: 840px) {
  .manual-body .page-left {
    display: none;
  }

  .manual-body .page-right {
    margin-left: 0;
  }

  .manual-body .page-right .box-body .form-right {
    display: none;
  }

  .manual-body .page-right .box-body {
    padding-right: 0 !important;
  }

  .int-footer .container .row {
    margin-left: 0;
  }
}

.navbar-mobile {
  display: inline-block;
  padding: 10px 0;
  font-size: 14px;
  line-height: 30px;
  color: #563d7c;
}

.navbar-mobile a {
  padding-right: 5px;
}

@media (min-width: 768px) {
  .navbar-mobile {
    display: none !important;
  }
}

.dropdown-menu1 {
  position: absolute;
  left: -11%;
  top: 17px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 110px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu2 {
  position: absolute;
  left: -11%;
  bottom: 19px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 110px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.contatiner2,
.footer-con {
  display: flex !important;
  justify-content: space-between;
  align-items: center !important;
}
.local {
  position: relative;
  cursor: pointer;
}
.dropdown-menu1 > li,
.dropdown-menu2 > li {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-left: 15px;
}
.dropdown-menu1 > li > img,
.dropdown-menu2 > li > img {
  width: 30px;
  height: 20px;
}

.dropdown-menu1 > li > a,
.dropdown-menu2 > li > a {
  display: block;
  padding: 3px 0px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu1 > li:hover,
.dropdown-menu2 > li:hover,
.dropdown-menu1 > li:focus,
.dropdown-menu2 > li:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.flex {
  display: flex;
  align-items: center;
  gap: 15px;
}
.flex .img {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .col-xd-9 {
    width: 72% !important;
  }
  .header-container {
    width: 1170px !important;
  }
}

@media (min-width: 992px) {
  .manual-list .to-item,.manual-list .to-item-hide {
    width: calc(33.3333% - 10px); /* 减去间距以避免盒子之间重叠 */
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .manual-list .to-item,.manual-list .to-item-hide {
    width: calc(50% - 10px); /* 减去间距以避免盒子之间重叠 */
  }
}

@media (max-width: 767px) {
  .manual-list .to-item,.manual-list .to-item-hide {
    width: calc(100% - 30px); /* 减去间距以避免盒子之间重叠 */
  }
  .manual-list {
    width: 90%;
  }
}

@media (min-width: 1200px) {
  .box-ab {
    left: 50%;
    margin-left: -585px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .box-ab {
    left: 50%;
    margin-left: -485px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .box-ab {
    left: 50%;
    margin-left: -375px;
  }
}

@media (max-width: 767px) {
  .box-ab {
    /* left: 50%;
    margin-left: -375px; */
    width: 90%;
  }
}

.hide {
  display: none;
}

/* 头部样式修改 */
.navbar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* 阅读 - 返回首页*/

.head-left {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
}

/* 文档侧边栏样式修改 */
.manual-left .manual-tab .tab-wrap .tab-item {
  margin-bottom: 70px !important;
  background: red !important;
  background-image: url("/static/images/sider-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat no-repeat;
}

.pull-right{
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}


