* a {
  text-decoration: none;
}
#header {
  width: 100vw;
}
#header .main {
  width: 100vw;
  padding: 3vw 0;
  background-color: #00a0e8;
  display: flex;
  position: fixed;
  z-index: 9999;
}
#header .main .btn {
  width: 20%;
}
#header .main .btn div {
  margin: 0 auto;
  width: 8vw;
  height: 2px;
  background-color: #fff;
  margin-bottom: 2vw;
}
#header .main .btn div:nth-of-type(3) {
  margin-bottom: 0;
}
#header .main .logo {
  width: 60%;
}
#header .main .logo img {
  width: 100px;
  display: block;
  margin: 0 auto;
}
#header .main .search {
  width: 6%;
  margin-left: 5vw;
}
#header .menu {
  position: fixed;
  background-color: #58a0dc;
  height: 100vh;
  z-index: 20;
  width: 40vw;
  padding: 0 2vw;
  transform: translateX(-100%);
  padding-top: 60px;
  transition-property: transform;
  transition-duration: 500ms;
}
#header .menu .sec {
  width: 100%;
  background-color: #58a0dc;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #fff;
  font-size: 16px;
  border-top: #87b4d9 1px solid;
  line-height: 50px;
  padding-left: 1vw;
  overflow: hidden;
}
#header .menu .sec:nth-of-type(1) {
  border-top: none;
}
#header .menu .sec li {
  width: 100%;
}
#header .menu .sec li a {
  width: 100%;
  color: #fff;
}
#header .menu .sec .thi {
  list-style: none;
  font-size: 1rem;
  padding: 0;
  margin: 0;
  max-height: 0;
  transition: max-height 0.5s;
}
#header .menu .sec .thi li {
  width: 100%;
}
#header .menu .sec .thi li a {
  width: 100%;
}
#header .menu .has-thi {
  position: relative;
}
#header .menu .has-thi::after {
  content: "\+";
  color: #fff;
  position: absolute;
  right: 5vw;
  top: 0;
}
#header .mask {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 10;
}
.show-menu .menu {
  transform: translateX(0) !important;
}
.show-menu .menu .open::after {
  content: "-" !important;
}
.show-menu .menu .open .thi {
  max-height: 200px !important;
}
#body {
  min-height: 78vh;
  padding-top: 50px;
}
#body .img-fluid {
  width: 100%;
  display: block;
}
#body a {
  text-decoration: none;
}
#body .page-btn {
  width: 80%;
  display: flex;
  margin: 5vw auto;
  justify-content: space-around;
}
#body .page-btn .num,
#body .page-btn .next,
#body .page-btn .prev {
  white-space: nowrap;
  font-size: 0.75rem;
  border: none;
}
#body .page-btn .num a,
#body .page-btn .next a,
#body .page-btn .prev a {
  display: block;
  border: 1px solid #999;
  padding: 1vw 2vw;
  border-radius: 3px;
  color: #999;
}
#body .page-btn .active a {
  color: #fff;
  background-color: #00a0e8;
  border-color: #00a0e8;
  border-radius: 3px;
}
#footer {
  background: url('/skhtmobile/images/ft-bg.png') center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 1rem 1rem 0.3rem 1rem;
}
#footer .logo {
  width: 77px;
  margin-bottom: 1rem;
}
#footer .logo img {
  width: 100%;
}
#footer .contact {
  font-size: 0.875rem;
  font-family: "思源黑体 CN Medium";
  margin-bottom: 0.75rem;
}
#footer .contact .tel {
  margin-top: 0.1rem;
  font-family: "思源黑体 CN Regular";
}
#footer .email,
#footer .address {
  font-size: 0.75rem;
}
#footer .copyright {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}
#footer .copyright img {
  width: 15px;
}
#footer .service-company a {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}
.search-bar {
  position: fixed;
  top: -65px;
  left: 0;
  right: 0;
  background-color: #58a0dc;
  padding: 1rem;
  display: flex;
  align-items: flex-end;
  transition: top 1s;
  z-index: 11;
}
.search-bar .input {
  border-width: 0;
  border-bottom: 1px #fff solid;
  flex: 1;
  background-color: transparent;
  margin: 0 1rem 0 0;
  color: #fff;
  line-height: 1.5rem;
  overflow: hidden;
}
.search-bar .btnSearch {
  border: 1px #fff solid;
  background-color: transparent;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  flex: 0;
  color: #fff;
  white-space: nowrap;
}
.show-search .search-bar {
  top: 3rem;
}
#sliderCaptcha_masker {
  z-index: 99;
}
#sliderCaptcha_masker .ed_sliderCaptcha_section {
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.e-masker {
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(8, 8, 8, 0.7);
  z-index: 100;
  transform: scale(1.185);
  -ms-transform: scale(1.185);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
  backface-visibility: hidden;
  pointer-events: none;
}
.e-masker.show {
  opacity: 1;
  transition-duration: 0.3s;
  -ms-transform: scale(1);
  transform: scale(1);
  pointer-events: auto;
}
