html, body {
  border: 0;
  min-height: 100%;
}
.download-a:link {
  text-decoration: none;
}

.download-a:hover {
  text-decoration: underline;
}

.Statistics-border-djl {
  margin-top: 2px;
}

#span_num {
  margin-top: 5px;
}

.iframeBox {
  position: relative;
  width: 76%;
  height: 800px;
  display: inline-block;
  vertical-align: top;
  border: 0;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

iframe {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  border: none;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  min-height: 100%;
}

#tree {
  width: 20%;
  max-height: 500px;
  float: none;
  display: inline-block;
}

#tree.dtree-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .qr_nr {
    width: 60%;
    float: left;
    padding-left: 2%;
  }

  .iframeBox {
    display: none;
  }

  #tree {
    width: 100%;
  }

  #tree.dtree-mobile {
    display: block;
  }

  #tree.dtree-pc {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .qr_nr {
    width: 60%;
    float: left;
    padding-left: 2%;
  }

  .iframeBox {
    width: 76%;
    float: left;
    padding-left: 2%;
  }
}
.s-Article-content .Article-text div {
  margin-bottom: 0 !important;
}

.tczz {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
  display: none;
}

.breadnav a.on {
  color: #666;
}

.s-ArticleDetails-wrapper {
  /* display: flex; */
  justify-content: space-between;
}

.s-Article-content {
  flex: 1;
}
.s-Article-right {
  width: 200px;
  margin: 0 0 20px 20px;
  flex-shrink: 0;
  /*1228*/
  /*1228*/
}
.s-Article-right .t {
  color: #222222;
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.s-Article-right .t .ico {
  margin-right: 10px;
}
.s-Article-right .xq {
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  padding: 18px 20px;
  margin-bottom: 20px;
}
.s-Article-right .xq a {
  color: #222222;
  font-size: 14px;
}
.s-Article-right .xq a:hover {
  text-decoration: underline;
}
.s-Article-right .tj {
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  padding: 18px 20px 18px 10px;
}
.s-Article-right .tj ul li {
  margin-bottom: 10px;
}
.s-Article-right .tj ul li a {
  color: #777777;
  font-size: 14px;
  position: relative;
  padding-left: 10px;
  display: block;
  word-break: break-all;
}
.s-Article-right .tj ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: -8px;
  top: 10px;
  width: 8px;
  height: 2px;
  background: #a2a2a2;
}
.s-Article-right .pro-img {
  width: 100%;
  margin-bottom: 18px;
}
.s-Article-right input {
  margin: 0;
  padding: 0;
  font-size: 0.85em;
  outline: 0;
  font-family: inherit;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.s-Article-right input[type="checkbox"] {
  position: absolute;
  left: -999em;
  border: none;
  background: none;
}
.s-Article-right label:before {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  content: "";
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.s-Article-right input[type="checkbox"] + label:before {
  background: url(/UIA/img/checkico.png) no-repeat;
  background-size: 100%;
}
.s-Article-right input[type="checkbox"]:checked + label:before {
  background: url(/UIA/img/checkico_on.png) no-repeat;
  background-size: 100%;
}
