﻿body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  background: #EEF0F5;
  height: 100vh;
  max-height: 100vh;
  width: 100vw;
  max-width: 100vw;
}

.doc-door {
  color: #5781FF;
}

body .button-open-left-nav {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 80px;
  background: rgba(255, 255, 255, 0);
  opacity: 1;
  z-index: 901;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 40px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

@media screen and (max-width: 1100px) {
  body .button-open-left-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

::-moz-selection {
  color: #FFFFFF;
  background: #5781FF;
  text-shadow: none;
}

::selection {
  color: #FFFFFF;
  background: #5781FF;
  text-shadow: none;
}

::-moz-selection {
  color: #FFFFFF;
  background: #5781FF;
  text-shadow: none;
}

#container {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  height: 100vh;
  max-height: 100vh;
  width: 100vw;
  max-width: 100vw;
  position: relative;
}

.document-content-pallet {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100vh;
  background: #F9FAFC;
  padding: 130px 60px 20px 60px;
  overflow: auto;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 1100px) {
  .document-content-pallet {
    padding: 200px 30px 20px 30px;
    width: 100%;
  }
}

.document-left-nav {
  height: 100vh;
  max-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 130px 0 0 40px;
  background: #EEF0F5;
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  z-index: 900;
  overflow-y: auto;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

@media screen and (max-width: 1100px) {
  .document-left-nav {
    height: 80px;
    width: 100vw;
    overflow: hidden;
    padding: 10px 0;
    top: 80px;
  }
}

.document-left-nav .catalog-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.document-left-nav .catalog-box .title {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 900;
  padding: 15px 0;
  margin-left: 25px;
  -webkit-user-select: none;
}

@media screen and (max-width: 1100px) {
  .document-left-nav .catalog-box .title {
    margin-left: 50px;
  }
}

.document-left-nav .catalog-box .catalog-father {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  .document-left-nav .catalog-box .catalog-father {
    padding-left: 70px;
  }
}

.document-left-nav .catalog-box .catalog-father .title {
  margin-left: 15px;
}

.document-left-nav .catalog-box .img-box {
  width: 6px;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.document-left-nav .catalog-box .img-box img {
  max-width: 100%;
  height: auto;
}

.document-left-nav .catalog-box .open {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.document-left-nav .catalog-box .links-box {
  height: 0;
  overflow: hidden;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

@media screen and (max-width: 1100px) {
  .document-left-nav .catalog-box .links-box {
    padding-left: 70px;
  }
}

.document-left-nav .catalog-box .links-box-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 45px;
}

.document-left-nav .catalog-box .links-box-height .sub-title {
  font-size: 14px;
  font-weight: 900;
  margin: 0;
  margin-bottom: 15px;
  color: #7E7D83;
  -webkit-user-select: none;
  font-family: PingFang SC;
  cursor: pointer;
}

.document-left-nav .catalog-box .links-box-height .sub-title:hover {
  color: #4E4D53;
}

.is-open {
  overflow-y: auto;
  height: calc(100vh - 80px) !important;
}

.document-content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.document-content-title .main-title, .sub-title {
  font-size: 28px;
  font-weight: 900;
  font-family: PingFang SC;
  margin-right: 30px;
  color: #2B2933;
}

.document-content-box {
  width: 1050px;
  max-width: 100%;
  padding-top: 30px;
}

.document-content-box p {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  text-align: left;
  line-height: 32px;
  color: #4E4D53;
}

.document-content-box b {
  font-size: 18px;
  color: #2B2933;
  font-weight: 900;
}

.firstCategory {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.document-content-copyright {
  background: #F9FAFC;
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: rgba(0,0,0,.7);
}

/*.document-container .menu-item{
  margin: 5px 0 0 0;
  padding-left: 20px;
  font-size: 14px;
  cursor: pointer;
  text-overflow: ellipsis;
  list-style: none;
  height: 32px;
  line-height: 32px;
}

.document-container .menu-item-hover{
  background: #5781FF;
}

.layui-text ul{
  padding: 0;
}

.document-container .menu-item a:hover{
  background: #5781FF;
  color: #FFFFFF;
  text-decoration:none;
}*/

/*# sourceMappingURL=document.css.map */