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-fill {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.e-img-w {
  display: block;
  width: 100%;
  height: auto;
}
#body {
  margin-top: 64px;
}
#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://cksfile.keshun.com.cn/keshunen/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://cksfile.keshun.com.cn/keshunen/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://cksfile.keshun.com.cn/keshunen/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://cksfile.keshun.com.cn/keshunen/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 {
  padding-top: 4.5rem;
  background-image: url('https://cksfile.keshun.com.cn/siteEN2024/mobile/footer/bg.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  position: relative;
}
#footer .beian {
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-main {
  background-color: #0075c2;
  padding: 0 2rem 3rem;
}
#footer .footer-logo {
  width: 14.5rem;
}
#footer .company {
  margin-top: 2rem;
  color: #ffffff;
  font-size: 0.9375rem;
}
#footer .company-message__list {
  margin-top: 0.75rem;
}
#footer .company-message__list .company-message__item {
  display: flex;
}
#footer .company-message__list .company-message__item:nth-child(n+2) {
  margin-top: 0.5rem;
}
#footer .company-message__list .company-message__item .item-left {
  flex-shrink: 0;
}
#footer .company-message__list .company-message__item .item-left .icon {
  margin-top: 0.25rem;
  width: 0.875rem;
  flex-shrink: 0;
  align-self: baseline;
  border-radius: 4px;
  overflow: hidden;
}
#footer .company-message__list .company-message__item .item-right {
  margin-left: 0.5rem;
  flex: 1;
}
#footer .company-message__list .company-message__item .item-right .item-title {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
}
#footer .company-message__list .company-message__item .item-right .item-desc {
  margin-top: 0.25rem;
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer_msg_medias {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 12px;
}
#footer .footer_msg_medias .media-item {
  width: 22px;
  border-radius: 4px;
  overflow: hidden;
}
#footer .footer_msg_medias .media-item .media-img {
  display: block;
  width: 100%;
}
#footer .contact-form {
  margin-top: 3rem;
}
#footer .contact-form .form-title {
  font-size: 1.3125rem;
  color: #ffffff;
  font-weight: 700;
}
#footer .contact-form .form-desc {
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.6875rem;
}
#footer .contact-form .form-wrap {
  margin-top: 1.25rem;
}
#footer .contact-form .form-wrap .form_item:nth-child(n+2) {
  margin-top: 1rem;
}
#footer .contact-form .form-wrap .form_item input {
  width: 100%;
  height: 2rem;
  border: 1px solid #ffffff;
  border-radius: 0.25rem;
  background-color: inherit;
  padding: 0 0.5rem;
  color: #ffffff;
  font-size: 0.75rem;
  box-sizing: border-box;
}
#footer .contact-form .form-wrap .form_item input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .contact-form .form-wrap .form_item textarea {
  box-sizing: border-box;
  width: 100%;
  height: 5.875rem;
  border: 1px solid #ffffff;
  border-radius: 0.25rem;
  background-color: inherit;
  padding: 0.5rem;
  color: #ffffff;
  font-size: 0.75rem;
}
#footer .contact-form .form-wrap .form_item textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .contact-form .btnSubmit {
  margin-top: 1.75rem;
  border-radius: 0.25rem;
  width: 5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5cb531;
  color: #ffffff;
  font-size: 0.75rem;
}
@media screen and (max-width: 576px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 576px) {
  html {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 32px;
  }
}
