.pre-load * {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: normal;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline-style: none;
}
.doc-content {
  padding: 40px;
  font-size: 14px;
  color: #000000;
  font-family: "微软雅黑", sans-serif;
}
@media screen and (max-width:768px) {
  .doc-content {
    padding: 20px;
  }
}
.doc-content .title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
@media screen and (max-width:768px) {
  .doc-content .title {
    font-size: 24px;
  }
}
.doc-content p.date {
  text-align: right;
}
.doc-content div.text {
  padding-top: 20px;
}
.doc-content div.text p {
  line-height: 30px;
  margin: 0;
}
.doc-content div.text table.zc {
  width: 100%;
  border-collapse: collapse;
}
.doc-content div.text table.zc td {
  border: 1px solid #333;
}
.doc-content div.text table.zc tr td:first-child {
  text-align: center;
}
.doc-content div.text table.zc tr:last-child td {
  text-align: left;
}
.bodybg {
  background-color: #f0f0f0;
}
.doc-index ul {
  margin: 15px;
  padding: 0;
}
.doc-index ul li {
  list-style: none;
  margin-bottom: 10px;
}
.doc-index ul li a {
  display: block;
  font-size: 18px;
  border-bottom: 1px solid #d5d5d5;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  color: #555;
  text-decoration: none;
  transition-property: border-bottom, color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  position: relative;
}
@media screen and (max-width:768px) {
  .doc-index ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width:375px) {
  .doc-index ul li a {
    font-size: 14px;
  }
}
.doc-index ul li a::after {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #999999;
  border-bottom: 2px solid #999999;
  transform: rotate(-45deg);
  position: absolute;
  right: 28px;
  top: 25px;
  transition: 0.2s all ease-in;
}
.doc-index ul li a:hover {
  color: #000;
  border-bottom: 1px solid #999;
}
.doc-index ul li a:hover::after {
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  right: 25px;
}
