body {
  margin: 0;
  padding: 0;
  width: 100vw;
  background-color: #fff;
}
.popup-open {
  position: fixed;
}
a {
  color: #333;
  text-decoration: none;
}
.img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.img-fuild {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.e-img {
  display: block;
  width: 100%;
  height: auto;
}
.e-img-fill {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oh1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.oh2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.oh3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.oh4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.oh5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
#body {
  margin-top: 4rem;
}
#warpper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
#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 {
  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;
  box-sizing: border-box;
}
.e-masker.show {
  opacity: 1;
  transition-duration: 0.3s;
  -ms-transform: scale(1);
  transform: scale(1);
  pointer-events: auto;
}
#sidebar {
  width: 100vw;
}
#sidebar .sidebar_main {
  position: fixed;
  top: 0;
  width: 100%;
  height: 64px;
  z-index: 21;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
  background-color: #ffffff;
  padding: 0 1.5rem;
  box-sizing: border-box;
}
#sidebar .sidebar_main .logo-wrapper {
  width: 7.0625rem;
}
#sidebar .sidebar_main .logo-wrapper .logo {
  display: block;
  width: 100%;
}
#sidebar .sidebar_main .btn {
  width: 1.375rem;
}
#sidebar .menu {
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #E4EFFD;
  z-index: 20;
  width: 100vw;
  padding: 2rem;
  transform: translateY(-100%);
  transition-property: transform;
  transition-duration: 500ms;
  overflow: scroll;
  box-sizing: border-box;
}
#sidebar .menu .sec {
  width: 100%;
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 1rem;
  border-bottom: #D6E0E8 0.0625rem solid;
  line-height: 2.75rem;
  padding-left: 1vw;
  overflow: hidden;
}
#sidebar .menu .sec:nth-of-type(1) {
  border-top: none;
}
#sidebar .menu .sec:nth-child(n+2) {
  margin-top: 1rem;
}
#sidebar .menu .sec .f {
  font-size: 1.3125rem;
}
#sidebar .menu .sec .s {
  font-size: 1.125rem;
}
#sidebar .menu .sec .t {
  font-size: 1.125rem;
}
#sidebar .menu .sec li {
  width: 100%;
}
#sidebar .menu .sec li a {
  width: 100%;
  color: #333;
}
#sidebar .menu .sec .thi,
#sidebar .menu .sec .thi2 {
  list-style: none;
  font-size: 0.875rem;
  padding: 0;
  margin: 0;
  max-height: 0;
  transition: max-height 0.5s;
}
#sidebar .menu .sec .thi li,
#sidebar .menu .sec .thi2 li {
  width: 100%;
}
#sidebar .menu .sec .thi li a,
#sidebar .menu .sec .thi2 li a {
  width: 100%;
}
#sidebar .menu .sec .thi2 {
  padding-left: 3.375rem;
}
#sidebar .menu .sec .thi .title {
  padding-left: 1.75rem;
  position: relative;
}
#sidebar .menu .sec .thi .title::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.25rem;
  height: 0.25rem;
  background: #626262;
  border-radius: 50%;
}
#sidebar .menu .has-thi,
#sidebar .menu .has-thi2 {
  position: relative;
}
#sidebar .menu .has-thi::after,
#sidebar .menu .has-thi2::after {
  content: "";
  background: url('https://sitefile.keshun.com.cn/keshunWeb2022/mobile/images/header/right.png') no-repeat center center;
  background-size: cover;
  color: #333;
  position: absolute;
  right: 0.25rem;
  top: 1rem;
  width: 0.75rem;
  height: 0.75rem;
}
#sidebar .menu .has-thi2::after {
  background: url('https://sitefile.keshun.com.cn/keshunWeb2022/mobile/images/header/add.png') no-repeat center center;
  background-size: cover;
  right: 0.5rem;
}
#sidebar .icons {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#sidebar .icons .icon {
  width: 4.25rem;
  height: 4.25rem;
}
#sidebar #qrCode {
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 23;
}
#sidebar #qrCode .cell-group {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#sidebar #qrCode .cell-group .cell {
  width: 35%;
}
#sidebar #qrCode .cell-group .cell .cell-img {
  width: 100%;
}
#sidebar #qrCode .cell-group .cell .cell-title {
  text-align: center;
  background-color: #ffffff;
  padding: 0.5rem;
  font-size: 0.9375rem;
  color: #2962ae;
}
.show-menu .menu {
  top: 64px !important;
  transition: all 0.5s;
  transform: translateY(0) !important;
}
.show-menu .menu .open2::after {
  background: url('https://sitefile.keshun.com.cn/keshunWeb2022/mobile/images/header/subtract.png') no-repeat center center !important;
  background-size: cover !important;
}
.show-menu .menu .open2 .thi2 {
  max-height: 31.25rem !important;
}
.show-menu .menu .open::after {
  background: url('https://sitefile.keshun.com.cn/keshunWeb2022/mobile/images/header/bottom.png') no-repeat center center !important;
  background-size: cover !important;
}
.show-menu .menu .open .thi {
  max-height: 31.25rem !important;
}
#footer {
  background-color: #0064B4;
  padding: 1.9375rem 2rem 2.125rem;
  color: #ffffff;
}
#footer .company {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 2px;
}
#footer .box {
  margin-top: 2rem;
}
#footer .box .item {
  font-size: 0.625rem;
}
#footer .box .item:nth-child(n+2) {
  margin-top: 0.5rem;
}
#footer .box .item .email {
  margin-left: 0.875rem;
}
/* 超小屏幕（手机，小于 768px） */
@media (min-width: 375px) {
  html {
    font-size: 16px;
  }
}
/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
  html {
    font-size: 20px;
  }
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
