@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: "iconfont";
  /* Project id 2592897 */
  src: url("//at.alicdn.com/t/c/font_2592897_602eh8qw9f4.woff2?t=1734426668714") format("woff2"), url("//at.alicdn.com/t/c/font_2592897_602eh8qw9f4.woff?t=1734426668714") format("woff"), url("//at.alicdn.com/t/c/font_2592897_602eh8qw9f4.ttf?t=1734426668714") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  padding: 50px 0 50px;
}

html,
body {
  font-family: PingFangSC-Regular, Microsoft YaHei, Helvetica;
}

a,
a:hover,
a:active,
a:focus.a:visited {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.header {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  height: 50px;
  padding: 0 15px;
  line-height: 50px;
  font-size: 14px;
  color: #333;
}
.header .logo {
  display: block;
}
.header .logo img {
  height: 50px;
}
.header .flex {
  flex: 1;
}
.header .menubtn {
  width: 64px;
  font-size: 26px;
  line-height: 50px;
  color: #b71b2a;
  padding-left: 30px;
}
.header .menubtn i {
  display: block;
  font-size: 26px;
  text-align: right;
  width: 64px;
  overflow: hidden;
}
.header .menubtn i.close_icon {
  display: none;
}

.m_menu {
  overflow: auto;
  position: fixed;
  width: 100%;
  top: 50px;
  left: 0;
  bottom: 0;
  padding: 15px 26px;
  background: #fff;
  opacity: 0.9;
  z-index: 1000;
  box-sizing: border-box;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.m_menu li {
  width: 100%;
  font-size: 16px;
  line-height: 70px;
}
.m_menu li a {
  display: block;
  color: #333;
  text-align: center;
}

.m_footer {
  display: block;
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  line-height: 50px;
  padding: 0;
  z-index: 999;
  border-top: 1px solid #dadfec;
}
.m_footer .mainbox {
  padding-top: 5px;
  display: flex;
  padding: 5px 20px 0 8px;
}
.m_footer .apply {
  margin-left: 10px;
  width: 140px;
  height: 40px;
  background: linear-gradient(90deg, #ff5104, #b00414);
  border-radius: 20px;
  text-align: center;
}
.m_footer .apply a {
  color: #ffff64;
  line-height: 40px;
  height: 40px;
  display: block;
  font-size: 18px;
  padding-top: 0;
}
.m_footer a {
  width: 100%;
  color: #666666;
  display: block;
  padding-top: 3px;
}
.m_footer a span {
  display: block;
  line-height: 1;
}

.m_foot_box {
  flex: 1;
  width: 100%;
  display: flex;
  line-height: 20px;
  text-align: center;
  justify-content: space-around;
  border-radius: 25px;
  color: #666666;
  font-size: 10px;
}
.m_foot_box i {
  font-size: 20px;
}

.m_fixed_right {
  display: block;
  position: fixed;
  bottom: 185px;
  right: 0;
  z-index: 999;
  width: 43px;
  background: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px 0 0 10px;
}
.m_fixed_right a {
  display: block;
  height: 55px;
  text-align: center;
  padding-top: 8px;
  box-sizing: border-box;
  font-size: 12px;
  color: #232323;
}
.m_fixed_right a i {
  font-size: 22px;
  color: #b00414;
}
.m_fixed_right .share_btn {
  display: none;
}
.m_fixed_right .goto_top {
  display: none;
}

/* iphone x 适配 */
@supports (bottom: constant(safe-area-inset-top)) or (bottom: env(safe-area-inset-top)) {
  .m_footer {
    padding-bottom: constant(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);
  }
}