.body {
  overflow: hidden;
}

.footer {
  width: 100%;
  bottom: 0;
  /* padding-top: 48px; */
  text-align: center;
  background: #f7f8fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #242424;
  color: #FFFFFF;
}

.links {
  /* height: 284px; */
  padding: 48px 0;
  min-width: 980px;
  width: 70%;
  /* background: #f7f8fb; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.mock-block {
  height: 188px;
  min-width: 170px;
}

.mock-block-list {
  height: 62px;
  text-align: left;
}

.mock-block-list-title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #ffff;
}

.mock-block-list-describe {
  font-weight: 400;
  font-size: 14px;
  color: #ffff;
}

.mock-block-ul {
  height: 62px;
  text-align: left;
}

.mock-block-ul-title {
  font-weight: 500;
  font-size: 18px;
  color: #ffff;
}

.mock-block-ul_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mock-block-ul_right {
  margin-left: 40px;
}

.mock-block-ul-subtitle {
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #ffff;
}

.mock-block-ul-subtitle:hover {
  cursor: pointer;
  color: #ee4e41;
}

.copyright {
  color: #fff;
  font-size: 14px;
  height: 63px;
  line-height: 63px;
  width: 100%;
  background: #e43f36;
}
.copyright a{
  color: #fff;
}

.bold {
  font-weight: 400;
  font-size: 24px;
  color: #ffff;
}

.code-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.code_tip {
  width: 160px;
  margin-top: 20px;
  font-weight: 500;
  font-size: 14px;
  color: #ffff;
}

.loginPop {
  position: fixed;
  top: 0;
  inset-inline-end: 0;
  bottom: 0;
  inset-inline-start: 0;
  z-index: 9999;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.45);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loginPop .loginPop_concent {
  margin-top: 100px;
  width: 416px;
  height: 138px;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.loginPop .loginPop_concent .loginPop_concent_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-left: 24px;
}

.loginPop .loginPop_concent .loginPop_concent_1 .loginPop_concent_2 {
  display: inline-block;
  width: 22px;
  height: 22px;
  color: #faad14;
  margin-top: 1px;
}

.loginPop .loginPop_concent .loginPop_concent_1 .loginPop_concent_2 svg {
  width: 100%;
  height: 100%;
}

.loginPop .loginPop_concent .loginPop_concent_1 .loginPop_concent_3 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.88);
  font-weight: 600;
  margin-left: 12px;
}

.loginPop .loginPop_concent .loginPop_concent_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-left: 58px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.88);
}

.loginPop .loginPop_concent .loginPop_concent_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 12px;
}

.loginPop .loginPop_concent .loginPop_concent_btn .loginPop_concent_btn_1 {
  width: 64px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
  border-radius: 6px;
  margin-right: 8px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.88);
}

.loginPop .loginPop_concent .loginPop_concent_btn .loginPop_concent_btn_1:hover {
  color: #f06c60;
  border: 1px solid #f06c60;
}

.loginPop .loginPop_concent .loginPop_concent_btn .loginPop_concent_btn_2 {
  width: 88px;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  background-color: #e43f36;
  -webkit-box-shadow: 0 2px 0 rgba(255, 55, 5, 0.06);
          box-shadow: 0 2px 0 rgba(255, 55, 5, 0.06);
  margin-right: 24px;
  cursor: pointer;
  font-weight: 400;
}

.loginOutPop {
  position: fixed;
  top: 0;
  inset-inline-end: 0;
  bottom: 0;
  inset-inline-start: 0;
  z-index: 1000;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.45);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loginOutPop .loginPop_concent {
  margin-top: 100px;
  width: 416px;
  height: 138px;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.loginOutPop .loginPop_concent .loginPop_concent_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-left: 24px;
}

.loginOutPop .loginPop_concent .loginPop_concent_1 .loginPop_concent_2 {
  display: inline-block;
  width: 22px;
  height: 22px;
  color: #faad14;
  margin-top: 1px;
}

.loginOutPop .loginPop_concent .loginPop_concent_1 .loginPop_concent_2 svg {
  width: 100%;
  height: 100%;
}

.loginOutPop .loginPop_concent .loginPop_concent_1 .loginPop_concent_3 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.88);
  font-weight: 600;
  margin-left: 12px;
}

.loginOutPop .loginPop_concent .loginPop_concent_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-left: 58px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.88);
}

.loginOutPop .loginPop_concent .loginPop_concent_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 12px;
}

.loginOutPop .loginPop_concent .loginPop_concent_btn .loginPop_concent_btn_1 {
  width: 64px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
  border-radius: 6px;
  margin-right: 8px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.88);
}

.loginOutPop .loginPop_concent .loginPop_concent_btn .loginPop_concent_btn_1:hover {
  color: #f06c60;
  border: 1px solid #f06c60;
}

.loginOutPop .loginPop_concent .loginPop_concent_btn .loginPop_concent_btn_2 {
  width: 64px;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  background-color: #e43f36;
  -webkit-box-shadow: 0 2px 0 rgba(255, 55, 5, 0.06);
          box-shadow: 0 2px 0 rgba(255, 55, 5, 0.06);
  margin-right: 24px;
  cursor: pointer;
  font-weight: 400;
}

.voucherCenter {
  position: fixed;
  top: 0;
  inset-inline-end: 0;
  bottom: 0;
  inset-inline-start: 0;
  z-index: 1000;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.45);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.voucherCenter .voucherCenter_1 {
  width: 420px;
  height: 240px;
  margin-top: 100px;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.voucherCenter .voucherCenter_1 .voucherCenter_2 {
  width: 90%;
  margin-top: 20px;
  margin-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.voucherCenter .voucherCenter_1 .voucherCenter_2 .voucherCenter_3 {
  color: rgba(0, 0, 0, 0.88);
  font-weight: 600;
  font-size: 16px;
}

.voucherCenter .voucherCenter_1 .voucherCenter_2 .voucherCenter_4 {
  margin-top: 3px;
  cursor: pointer;
}

.voucherCenter .voucherCenter_1 .voucherCenter_5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  margin-left: 42px;
}

.voucherCenter .voucherCenter_1 .voucherCenter_5 .voucherCenter_6 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.88);
}

.foot-article_tip {
  font-weight: 500;
  font-size: 18px;
  color: #ffff;
  text-align: left;
}

.code_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  width: 400px;
  height: 30px;
}

.code_list a {
  cursor: pointer;
  font-weight: 500;
  /* margin-top: 10px; */
  font-size: 14px;
  color: #ffff;
  display: inline-block;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.code_list .time {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
}

.code_list .article_a:hover {
  color: #ee4e41;
}

.foot-line {
  width: 0px;
  height: 233px;
  border: 1px solid #FFFFFF;
  /* margin: 0 0 0 100px; */
}

.sevice-wrap {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* margin-top: 35px; */
}

.sevice-wrap .wrap_ul {
  width: 126px;
  height: 126px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  margin-right: 15px;
  margin-top: 30px;
  padding: 8px 8px 20px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sevice-wrap .wrap_ul img {
  width: 100%;
  height: 100%;
}

.sevice-wrap .wrap_ul span {
  font-size: 12px;
  color: #000000;
  text-align: center;
}

.sevice-wrap .font {
  margin-top: 12px;
}

/* 微信扫码咨询客服弹窗（在线签 / 点金税 使用） */
.qrcode-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qrcode-modal__mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.45);
}

.qrcode-modal__box {
  position: relative;
  z-index: 1;
  width: 360px;
  padding: 32px 24px 24px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.qrcode-modal__title {
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.88);
  text-align: center;
  margin-bottom: 20px;
}

.qrcode-modal__img-wrap {
  width: 200px;
  height: 200px;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.qrcode-modal__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.qrcode-modal__btn {
  min-width: 80px;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s;
}

.qrcode-modal__btn:hover {
  color: #e43f36;
  border-color: #e43f36;
}
/*# sourceMappingURL=bottom.css.map */