<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html * {
  outline: 0;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}
html,
body {
  font-family: Microsoft YaHei UI, PingFang SC, Heiti SC, Droid Sans, sans-serif;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  vertical-align: top;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 700;
}
a {
  text-decoration: none;
  color: #707070;
}
button {
  outline: 0;
  border: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.ml50 {
  margin-left: 50px;
}
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.noscroll {
  overflow: hidden;
  height: 100%;
}
.home-body-pc #modal-overlay {
  visibility: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}
.home-body-pc #modal-overlay .model {
  width: 640px;
  height: 604px;
  background: #ffffff;
  border-radius: 8px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home-body-pc #modal-overlay .model .model-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 39px;
  box-sizing: border-box;
}
.home-body-pc #modal-overlay .model .model-container .close {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url('../image/h5/close.png') no-repeat;
  background-size: cover;
}
.home-body-pc #modal-overlay .model .model-container .model-qrcode {
  width: 444px;
  height: 444px;
  margin: 0 auto 32px;
}
.home-body-pc #modal-overlay .model .model-container .model-qrcode img {
  height: 444px;
}
.home-body-pc #modal-overlay .model .model-container .model-tips {
  font-size: 32px;
  line-height: 30px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #42618e;
}
.home-body-pc .home-nav {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
}
.home-body-pc .home-nav .wrapper {
  display: flex;
  align-items: center;
  height: 80px;
}
.home-body-pc .home-nav .wrapper .nav-logo {
  display: inline-block;
  width: 50px;
  height: 50px;
}
.home-body-pc .home-nav .wrapper .nav-logo .logo {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
.home-body-pc .home-nav .wrapper .nav-logo .logo .logo-dzm {
  width: 50px;
  height: 50px;
  background: url('../image/logo.png') no-repeat;
}
.home-body-pc .home-nav .wrapper .home-name {
  display: inline-block;
  height: 24px;
}
.home-body-pc .home-nav .wrapper .home-name img {
  height: 24px;
}
.home-body-pc .home-banner {
  width: 100%;
  height: 640px;
  min-width: 1300px;
  background-color: #23bdbd;
}
.home-body-pc .home-banner .wrapper {
  position: relative;
  height: 100%;
}
.home-body-pc .home-banner .wrapper .banner-pic {
  position: absolute;
  bottom: 0;
  left: -46px;
  width: 1260px;
  height: 578px;
  background: url('../image/img_banner.png') no-repeat;
  background-size: cover;
}
.home-body-pc .home-banner .wrapper .banner-tips {
  line-height: 35px;
  font-size: 30px;
  font-weight: 400;
  color: #183053;
  position: absolute;
  left: 60px;
  bottom: 366px;
}
.home-body-pc .home-banner .wrapper .banner-qrcode {
  position: absolute;
  left: 75px;
  bottom: 80px;
  width: 243px;
  height: 243px;
  background: #ffffff;
  box-shadow: 0px 10px 32px 3px rgba(0, 68, 68, 0.33);
  border-radius: 20px;
  overflow: hidden;
}
.home-body-pc .home-banner .wrapper .banner-qrcode img {
  width: 243px;
}
.home-body-pc .home-course {
  width: 100%;
  height: 772px;
  min-width: 1300px;
  background-color: #fff;
}
.home-body-pc .home-course .wrapper {
  padding-top: 78px;
  box-sizing: border-box;
}
.home-body-pc .home-course .wrapper .course-title {
  font-size: 46px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #183053;
  line-height: 45px;
  text-align: center;
}
.home-body-pc .home-course .wrapper .course-tips {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #42618e;
  line-height: 30px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 57px;
}
.home-body-pc .home-course .wrapper ul {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  display: -webkit-box;
  /* è€ç‰ˆæœ¬è¯­æ³•: Safari 3.1-6,  iOS 6-, Android browser, older WebKit browsers.  */
  display: -moz-box;
  /* è€ç‰ˆæœ¬è¯­æ³•: Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
  display: -webkit-flex;
  /* æ–°ç‰ˆæœ¬è¯­æ³•ï¼š Chrome 21+ */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  justify-content: space-between;
}
.home-body-pc .home-course .wrapper ul li {
  width: 370px;
  height: 211px;
  margin-bottom: 40px;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
}
.home-body-pc .home-course .wrapper ul li .icon {
  width: 78px;
  height: 40px;
  background: url('../image/img_label.png') no-repeat;
  background-size: cover;
  position: absolute;
  top: 9px;
  left: -9px;
  text-align: center;
  line-height: 30px;
}
.home-body-pc .home-course .wrapper ul li .long-icon {
  width: 101px;
  height: 40px;
  background: url('../image/img_label2.png') no-repeat;
  background-size: cover;
  position: absolute;
  top: 9px;
  left: -10px;
  text-align: center;
  line-height: 30px;
}
.home-body-pc .home-course .wrapper ul li:nth-of-type(1) {
  background: url('../image/img_course01.png') no-repeat;
  background-size: cover;
}
.home-body-pc .home-course .wrapper ul li:nth-of-type(2) {
  background: url('../image/img_course02.png') no-repeat;
  background-size: cover;
}
.home-body-pc .home-course .wrapper ul li:nth-of-type(3) {
  background: url('../image/img_course03.png') no-repeat;
  background-size: cover;
}
.home-body-pc .home-course .wrapper ul li:nth-of-type(4) {
  background: url('../image/img_course04.png') no-repeat;
  background-size: cover;
}
.home-body-pc .home-course .wrapper ul li:nth-of-type(5) {
  background: url('../image/img_course05.png') no-repeat;
  background-size: cover;
}
.home-body-pc .home-course .wrapper ul li:nth-of-type(6) {
  background: url('../image/img_course06.png') no-repeat;
  background-size: cover;
}
.home-body-pc .home-activity {
  width: 100%;
  height: 1240px;
  min-width: 1300px;
  background-color: #f7f7f7;
}
.home-body-pc .home-activity .wrapper {
  text-align: center;
  padding-top: 83px;
  box-sizing: border-box;
}
.home-body-pc .home-activity .wrapper .activity-title {
  font-size: 46px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #183053;
  line-height: 46px;
  margin-bottom: 18px;
}
.home-body-pc .home-activity .wrapper .activity-tips {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #42618e;
  line-height: 30px;
  margin-bottom: 90px;
}
.home-body-pc .home-activity .wrapper .activity-themeType {
  width: 1186px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 69px;
}
.home-body-pc .home-activity .wrapper .activity-themeType .theme-game,
.home-body-pc .home-activity .wrapper .activity-themeType .theme-guide,
.home-body-pc .home-activity .wrapper .activity-themeType .theme-study {
  height: 437px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.home-body-pc .home-activity .wrapper .activity-themeType .theme-game .title,
.home-body-pc .home-activity .wrapper .activity-themeType .theme-guide .title,
.home-body-pc .home-activity .wrapper .activity-themeType .theme-study .title {
  width: 155px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-body-pc .home-activity .wrapper .activity-themeType .theme-game .title .icon,
.home-body-pc .home-activity .wrapper .activity-themeType .theme-guide .title .icon,
.home-body-pc .home-activity .wrapper .activity-themeType .theme-study .title .icon {
  width: 40px;
  height: 40px;
}
.home-body-pc .home-activity .wrapper .activity-themeType .theme-game .title .icon img,
.home-body-pc .home-activity .wrapper .activity-themeType .theme-guide .title .icon img,
.home-body-pc .home-activity .wrapper .activity-themeType .theme-study .title .icon img {
  width: 40px;
}
.home-body-pc .home-activity .wrapper .activity-themeType .theme-game .title .name,
.home-body-pc .home-activity .wrapper .activity-themeType .theme-guide .title .name,
.home-body-pc .home-activity .wrapper .activity-themeType .theme-study .title .name {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #183053;
  line-height: 24px;
}
.home-body-pc .home-activity .wrapper .activity-themeType .theme-game .pic,
.home-body-pc .home-activity .wrapper .activity-themeType .theme-guide .pic,
.home-body-pc .home-activity .wrapper .activity-themeType .theme-study .pic {
  width: 370px;
  height: 370px;
}
.home-body-pc .home-activity .wrapper .activity-themeType .theme-game .pic img,
.home-body-pc .home-activity .wrapper .activity-themeType .theme-guide .pic img,
.home-body-pc .home-activity .wrapper .activity-themeType .theme-study .pic img {
  width: 370px;
}
.home-body-pc .home-activity .wrapper .reward-title {
  width: 416px;
  height: 35px;
  background: url('../image/zi.png') no-repeat;
  background-size: cover;
  margin: 0 auto 52px;
}
.home-body-pc .home-activity .wrapper .reward-item-con {
  display: flex;
  justify-content: space-between;
}
.home-body-pc .home-activity .wrapper .reward-item-con .reward-item {
  align-items: center;
  height: 283px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-body-pc .home-activity .wrapper .reward-item-con .reward-item .reward-pic {
  width: 238px;
  height: 238px;
}
.home-body-pc .home-activity .wrapper .reward-item-con .reward-item .reward-pic img {
  width: 238px;
}
.home-body-pc .home-activity .wrapper .reward-item-con .reward-item .name {
  font-size: 16px;
  font-weight: 400;
  color: #42618e;
  line-height: 16px;
  text-align: center;
}
.home-body-pc .home-receive {
  width: 100%;
  background-color: #fff;
  height: 1397px;
  position: relative;
  min-width: 1300px;
}
.home-body-pc .home-receive .line {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 1px;
  background-color: #c3d4eb;
}
.home-body-pc .home-receive .wrapper .receive-title {
  font-size: 46px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #183053;
  line-height: 212px;
  text-align: center;
}
.home-body-pc .home-receive .wrapper .receive-list {
  width: 100%;
}
.home-body-pc .home-receive .wrapper .receive-list .receive-item {
  cursor: pointer;
  width: 100%;
  height: 348px;
  margin-bottom: 40px;
}
.home-body-pc .home-receive .wrapper .receive-list .receive-item img {
  height: 348px;
}
.home-body-pc .business-license {
  display: block;
  margin: 0 auto;
  width: 1200px;
}
.home-body-pc .footer {
  width: 100%;
  height: 197px;
  min-width: 1300px;
}
.home-body-pc .footer .wrapper {
  display: flex;
  justify-content: space-between;
}
.home-body-pc .footer .wrapper .with-us {
  padding-top: 40px;
}
.home-body-pc .footer .wrapper .with-us .title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #42618e;
  line-height: 17px;
  margin-bottom: 16px;
}
.home-body-pc .footer .wrapper .with-us .msg {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #42618e;
  line-height: 23px;
}
.home-body-pc .footer .wrapper .with-qrcode {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 37px;
}
.home-body-pc .footer .wrapper .with-qrcode .name {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #42618e;
  line-height: 13px;
  margin-right: 24px;
}
.home-body-pc .footer .wrapper .with-qrcode .qr {
  width: 120px;
  height: 120px;
}
.home-body-pc .footer .wrapper .with-qrcode .qr img {
  width: 120px;
}
.home-body-mobile .mobile-nav {
  width: 100%;
  height: 1rem;
  display: flex;
  align-items: center;
  padding-left: 0.21rem;
  box-sizing: border-box;
}
.home-body-mobile .mobile-nav .logo {
  width: 0.673rem;
  height: 0.673em;
  margin-right: 0.22rem;
}
.home-body-mobile .mobile-nav .logo img {
  width: 0.673rem;
}
.home-body-mobile .mobile-nav .name {
  width: 1.11rem;
  height: 0.39rem;
}
.home-body-mobile .mobile-nav .name img {
  height: 0.39em;
}
.home-body-mobile .mobile-banner {
  width: 100%;
  height: 6.9em;
  background: url('../image/h5/img_banner.png') no-repeat;
  background-size: cover;
}
.home-body-mobile .mobile-qrcontainer {
  padding-top: 0.56rem;
}
.home-body-mobile .mobile-qrcontainer .title {
  font-size: 0.36rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #183053;
  line-height: 0.42rem;
  text-align: center;
  margin-bottom: 0.65rem;
}
.home-body-mobile .mobile-qrcontainer .qrcode {
  width: 3.55rem;
  height: 3.55rem;
  margin: 0 auto 0.96rem;
}
.home-body-mobile .mobile-qrcontainer .qrcode img {
  height: 3.55rem;
  -webkit-touch-callout: default;
}
.home-body-mobile .mobile-course {
  text-align: center;
  width: 100%;
  height: 8.21rem;
}
.home-body-mobile .mobile-course .title {
  font-size: 0.46rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #183053;
  line-height: 0.45rem;
  margin-bottom: 0.15rem;
}
.home-body-mobile .mobile-course .tips {
  font-size: 0.3rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #42618e;
  line-height: 0.3rem;
  margin-bottom: 0.46rem;
}
.home-body-mobile .mobile-course ul {
  width: 100%;
  padding: 0 0.3rem;
  box-sizing: border-box;
  display: flex;
  display: -webkit-box;
  /* è€ç‰ˆæœ¬è¯­æ³•: Safari 3.1-6,  iOS 6-, Android browser, older WebKit browsers.  */
  display: -moz-box;
  /* è€ç‰ˆæœ¬è¯­æ³•: Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
  display: -webkit-flex;
  /* æ–°ç‰ˆæœ¬è¯­æ³•ï¼š Chrome 21+ */
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-body-mobile .mobile-course ul li {
  width: 3.35rem;
  height: 1.91rem;
  margin-bottom: 0.3rem;
  background-color: #eaeaea;
  position: relative;
}
.home-body-mobile .mobile-course ul li .icon {
  position: absolute;
  width: 0.97rem;
  height: 0.47rem;
  line-height: 0.39rem;
  text-align: center;
  top: 0.1rem;
  left: -0.02rem;
  background: url('../image/h5/label01.png') no-repeat;
  background-size: cover;
  font-size: 0.26rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}
.home-body-mobile .mobile-course ul li .long {
  position: absolute;
  width: 1.16rem;
  height: 0.47rem;
  line-height: 0.39rem;
  text-align: center;
  top: 0.1rem;
  left: -0.02rem;
  background: url('../image/h5/label02.png') no-repeat;
  background-size: cover;
  font-size: 0.26rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}
.home-body-mobile .mobile-course ul li:nth-of-type(1) {
  background: url('../image/h5/img_course01.png') no-repeat;
  background-size: cover;
}
.home-body-mobile .mobile-course ul li:nth-of-type(2) {
  background: url('../image/h5/img_course02.png') no-repeat;
  background-size: cover;
}
.home-body-mobile .mobile-course ul li:nth-of-type(3) {
  background: url('../image/h5/img_course03.png') no-repeat;
  background-size: cover;
}
.home-body-mobile .mobile-course ul li:nth-of-type(4) {
  background: url('../image/h5/img_course04.png') no-repeat;
  background-size: cover;
}
.home-body-mobile .mobile-course ul li:nth-of-type(5) {
  background: url('../image/h5/img_course05.png') no-repeat;
  background-size: cover;
}
.home-body-mobile .mobile-course ul li:nth-of-type(6) {
  background: url('../image/h5/img_course06.png') no-repeat;
  background-size: cover;
}
.home-body-mobile .mobile-course ul li:nth-of-type(7) {
  background: url('../image/h5/img_course07.png') no-repeat;
  background-size: cover;
}
.home-body-mobile .mobile-activity {
  width: 100%;
  height: 20.1rem;
  background-color: #f7f7f7;
  text-align: center;
  padding-top: 0.6rem;
  box-sizing: border-box;
}
.home-body-mobile .mobile-activity .title {
  font-size: 0.46rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #183053;
  line-height: 0.46rem;
  margin-bottom: 0.18rem;
}
.home-body-mobile .mobile-activity .tips {
  font-size: 0.3rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #42618e;
  line-height: 0.3rem;
  margin-bottom: 0.42rem;
}
.home-body-mobile .mobile-activity ul {
  width: 100%;
  padding: 0 0.3rem;
  box-sizing: border-box;
}
.home-body-mobile .mobile-activity ul li {
  width: 100%;
  margin-bottom: 0.42rem;
}
.home-body-mobile .mobile-activity ul li .title-con {
  width: 1.79rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 0.13rem;
}
.home-body-mobile .mobile-activity ul li .title-con .icon {
  width: 0.41rem;
  height: 0.4rem;
}
.home-body-mobile .mobile-activity ul li .title-con .name {
  font-size: 0.3rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #183053;
  line-height: 0.3rem;
}
.home-body-mobile .mobile-activity ul li .pic-con {
  width: 100%;
  height: 3.7rem;
}
.home-body-mobile .mobile-activity ul li .pic-con img {
  height: 3.7rem;
}
.home-body-mobile .mobile-activity ul li:nth-of-type(1) .icon {
  background: url('../image/h5/tc_ic01.png') no-repeat;
  background-size: contain;
}
.home-body-mobile .mobile-activity ul li:nth-of-type(2) .icon {
  background: url('../image/h5/tc_ic02.png') no-repeat;
  background-size: contain;
}
.home-body-mobile .mobile-activity ul li:nth-of-type(3) {
  margin-bottom: 0.66rem;
}
.home-body-mobile .mobile-activity ul li:nth-of-type(3) .icon {
  width: 0.4rem;
  height: 0.4rem;
  background: url('../image/h5/tc_ic03.png') no-repeat;
  background-size: contain;
}
.home-body-mobile .mobile-activity .reward {
  width: 4.15rem;
  height: 0.35rem;
  background: url('../image/h5/zi.png') no-repeat;
  background-size: cover;
  margin: 0 auto 0.54rem;
}
.home-body-mobile .mobile-activity .hide-scrollbar {
  position: relative;
  overflow: hidden;
}
.home-body-mobile .mobile-activity .company-list {
  transform: translateY(0.12rem);
  /* position: absolute; */
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  padding-left: 0.31rem;
  box-sizing: border-box;
  font-size: 0;
}
.home-body-mobile .mobile-activity .company-list::-webkit-scrollbar {
  height: 0 !important;
  width: 0 !important;
}
.home-body-mobile .mobile-activity .company-list .reward-item-h5 {
  display: inline-block;
  width: 2.08rem;
  height: 2.27rem;
  margin-right: 0.42rem;
  margin-bottom: 0.18rem;
}
.home-body-mobile .mobile-activity .company-list .reward-item-h5 .reward-pic-h5 {
  width: 1.78rem;
  height: 1.78rem;
  margin: 0 auto 0.18rem;
}
.home-body-mobile .mobile-activity .company-list .reward-item-h5 .reward-pic-h5 img {
  width: 1.78rem;
}
.home-body-mobile .mobile-activity .company-list .reward-item-h5 .name {
  font-size: 0.3rem;
  font-weight: 400;
  color: #42618e;
  line-height: 0.3rem;
}
.home-body-mobile .mobile-welfare {
  height: 8.6rem;
  width: 100%;
  background-color: #fff;
  padding-top: 0.59rem;
  box-sizing: border-box;
  position: relative;
}
.home-body-mobile .mobile-welfare .welfare-title {
  font-size: 0.46rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #183053;
  line-height: 0.45rem;
  text-align: center;
  margin-bottom: 0.31rem;
}
.home-body-mobile .mobile-welfare .welfare-banner-list {
  width: 6.9rem;
  height: 1.99rem;
  margin: 0 auto 0.32rem;
}
.home-body-mobile .mobile-welfare .welfare-banner-list img {
  height: 1.99rem;
}
.home-body-mobile .mobile-welfare .welfare-banner-list:nth-of-type(4) {
  margin: 0 auto 0.61rem;
}
.home-body-mobile .mobile-welfare .welfare-line {
  width: 6.9rem;
  height: 1px;
  background: #c3d4eb;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home-body-mobile .business-license {
  width: 100%;
}
.home-body-mobile .mobile-footer {
  width: 100%;
  height: 7.53rem;
  padding-top: 0.28rem;
}
.home-body-mobile .mobile-footer .footer-title {
  font-size: 0.36rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #42618e;
  text-align: center;
  line-height: 0.31rem;
  margin-bottom: 0.25rem;
}
.home-body-mobile .mobile-footer .footer-msg {
  font-size: 0.3rem;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #42618e;
  text-align: center;
  line-height: 0.41rem;
  margin-bottom: 0.5rem;
}
.home-body-mobile .mobile-footer .qr-title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #42618e;
  line-height: 0.3rem;
  text-align: center;
  font-size: 0.3rem;
}
.home-body-mobile .mobile-footer .qr-detail {
  width: 3.6em;
  height: 3.6em;
  margin: 0.53rem auto 0.58rem;
}
.home-body-mobile .mobile-footer .qr-detail img {
  height: 3.6em;
  -webkit-touch-callout: default;
}
</pre></body></html>