body {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

body,
div {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: PingFang SC;
}

img {
  pointer-events: none;
}

.clickimg {
  pointer-events: initial;
}

/* 设置滚动条的样式 */
@media screen and not (max-width: 640px) {
  ::-webkit-scrollbar {
    width: 10px;
    height: 6px;
  }

  /* 滚动槽 */

  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }

  /* 滚动条滑块 */

  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
  }

  ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 0, 0, 0.4);
  }
}

@media screen and (max-width: 640px) {
  ::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a:link {
  color: #666666;
  text-decoration: none !important;
}

a:visited {
  color: #666666;
  text-decoration: none !important;
}

a:hover {
  color: #666666;
  text-decoration: none !important;
}

a:active {
  color: #666666;
  text-decoration: none !important;
}

.none {
  display: none;
}

/* 右侧悬浮框 */

.menu_box {
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0.2rem;
  bottom: 14rem;
  z-index: 10;
  width: 3.35rem;
}

.menu_box_hide {
  bottom: 6rem;
}

.menu_box .menu_box_menu {
  width: 2.75rem;
  height: 8.44rem;
  background-color: #ff5858;
  border: 1px solid #f5f5f5;
  box-shadow: 0rem 0rem 0rem rgba(0, 0, 0, 0.09);
  border-radius: 1.38rem;
  margin-right: 0.4rem;
  margin-left: auto;
}

.menu_box .menu_box_menu .menu_box_icon {
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
  display: block;
  margin-top: 1rem;
}

.menu_box .totop {
  width: 3.31rem;
  height: 3.31rem;
  display: block;
  margin-top: 0.78rem;
  margin-right: 0;
  margin-left: auto;
  display: none;
}

.menu_title {
  width: 100%;
  font-size: 16px !important;
  color: #ffffff !important;
  background-color: #f58220 !important;
  letter-spacing: 3px;
}

.menu_icon {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right: 5px;
}

.mask {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 50%);
  display: none;
  touch-action: none;
}

/* 头部 */

.mobile_title_mini {
  width: 100%;
  height: 3rem;
  display: block;
  background-color: #ffffff;
}
.mobile_title_mini .logo_box {
  width: 100%;
  height: 3rem;
  display: flex;
}

.mobile_title_mini .logo_box .logo {
  width: 4.5rem;
  height: 1rem;
  margin: 1rem auto auto 0.94rem;
}
.mobile_title_mini .logo_box .menu_icon {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0.75rem 0.69rem auto auto;
}

.mobile_title_box {
  width: 100%;
  background: #ffffff !important;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  cursor: pointer;
  touch-action: none;
  display: none;
}
.mobile_title_box .logo_box {
  width: 100%;
  height: 3rem;
  display: flex;
}
.mobile_title_box .logo_box .logo {
  width: 4.5rem;
  height: 1rem;
  margin: 1rem auto auto 0.94rem;
  display: block;
}

.mobile_title_box .logo_box .close_icon {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0.75rem 0.69rem auto auto;
  display: block;
}

.mobile_title_box .naver-list li {
  height: 3.13rem;
  font-size: 0.88rem;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 3.13rem;
  color: #222222;
  padding-left: 0.94rem;
}
.mobile_title_box .naver-list .active {
  background-color: #f8f8f8;
}

/* 底部链接 */

.footer {
  width: 100%;
  padding-bottom: 80px;
  margin: 0;
  background: #343130;
}

.footer_content {
  width: 100%;
  height: auto;
  min-height: 19.34rem;
  margin: 0 auto;
  text-align: left;
}

.footer_icon {
  padding-top: 2.31rem;
  padding-left: 1.03rem;
}

.footer_icon div {
  font-size: 0.75rem;
  font-family: MicrosoftYaHei;
  line-height: 0.77rem;
  color: #ffffff;
  padding-top: 0.95rem;
}

.footer_icon div img {
  width: 0.85rem;
  height: 0.85rem;
  vertical-align: sub;
  margin-right: 0.6rem;
}

.footer_information {
  width: 100%;
  display: flex;
  padding-top: 1.5rem;
}
.footer_information_item {
  flex: 1;
}
.links_a_icon {
  width: 3.91rem;
  height: 3.91rem;
  display: block;
  margin: auto;
}
.footer_information_item {
  font-size: 0.63rem;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 0.88rem;
  color: #ffffff;
  text-align: center;
  padding-top: 0.58rem;
}

.footer_record {
  font-size: 0.56rem;
  font-family: MicrosoftYaHei;
  line-height: 1rem;
  color: #999999;
  padding: 0 1.5rem;
  padding-top: 1.2rem;
}

/* 浮窗 */

.mobile_show_box {
  z-index: 20;
  width: 18.75rem;
  height: 24.5rem;
  position: fixed;
  bottom: 10rem;
  left: calc(50vw - 9.38rem);
  background: #ffffff;
  border-radius: 0.25rem;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  touch-action: none;
}

.mobile_show_box .mobile_show_box_title {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.88rem;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 3rem;
  color: #222222;
  position: relative;
  text-align: center;
}

.mobile_show_box .mobile_show_box_title .mobile_show_box_close {
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  display: block;
}

.mobile_show_box_item {
  font-size: 0.88rem;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 1rem;
  color: #222222;
  padding: 1.25rem 0 0.5rem 0.94rem;
  text-align: left;
}

.mobile_show_box_input {
  width: 16.88rem;
  height: 2.25rem;
  background: rgba(255, 255, 255, 0.39);
  border: 1px solid #999999;
  opacity: 1;
  border-radius: 0.13rem;
  margin-left: 0.94rem;
  margin-right: auto;
  box-sizing: border-box;
  display: block;
}

.input_red {
  border: 1px solid red;
}

.mobile_show_box_join {
  width: 16.88rem;
  height: 2.25rem;
  background: #ed8f26;
  opacity: 1;
  border-radius: 1.13rem;
  margin: auto;
  margin-top: 2rem;
  font-size: 0.88rem;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 2.25rem;
  color: #ffffff;
}

 
/* 七鱼客服 */

.m-crm {
  max-width: 100vw;
  margin: 2rem auto 2rem;
}

#YSF-PANEL-INFO {
  left: 20px !important;
}

 .layer-7{
    display: none !important;
 }