@charset "utf-8";

.l-content .m-description {
  background: url(/pr/mobile-app/images/bg_01.png) 100% 100% no-repeat;
  height: 255px;
}
.l-content .m-description .head_title {
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  font-weight: bold;
  text-align: center;
  height: 60px;
}
.l-content .m-description .s-description {
  display: flex;
  justify-content: center;

}
.l-content .m-description .s-description .cell {
  height: 150px;
  width: 161px;
  display: table;
}
.l-content .m-description .s-description .cell p {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.l-content .m-description .s-description .cell.ol {
  background: url(/pr/mobile-app/images/bg_02.png) 100% 100% no-repeat;
  margin: 20px 20px 20px 0;
}
.l-content .m-description .s-description .cell.nw {
  background: url(/pr/mobile-app/images/bg_03.png) 100% 100% no-repeat;
  margin: 20px 0 20px 0;
}
.l-content .m-chart {
  height: 501px;
  background: url(/pr/mobile-app/images/bg_04.png) 100% 100% no-repeat;
}
.l-content > .m-chart > .m-features > .m-content, .l-content > .m-chart > .m-features > .m-image {
  float: left;
}
.l-content > .m-chart > .m-features > .m-content {
  margin-top: 85px;
  margin-left: 70px;
}
.l-content > .m-chart > .m-features > .m-content > li {
  padding-left: 30px;
  background: url(/pr/mobile-app/images/note_icon.png) no-repeat top left;
  font-size: 14px;
  line-height: 24px;
}
.l-content > .m-chart > .m-features > .m-content > li.fs {
  padding-left: 0px;
  background: none;
}
.l-content .topic {
  text-align: center;
  padding: 40px 0;
  margin-bottom: 40px; 
}
.l-content .topic .sub_title {
  padding: 0 15px;
  font-size: 24px;
  color: #333333;
  text-align: center;
}
.l-content .topic .sub_title img {
  vertical-align: middle;
}
.l-content .topic.bu {
  background-color: #edf8ff;
  padding: 40px 0;
}
.l-content > .m-btnList--center {
  margin-top: 0;
}
.l-content > .m-btnList--center > li {
  padding: 0 10px;
}
.l-content > .m-btnList--center a {
  width: 290px !important;
}
.l-content .dl-button a span {
  display: block;
  background-image: url(/pr/mobile-app/images/btn_download_pdf.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
.l-content img.dl {
  vertical-align: middle;
  float: right;
  margin-right: 15px;
}
.l-content .m-recommended {
  padding: 5px 0px;
}
.l-content .m-recommendedList {
  padding: 0;
}
.l-content .m-recommendedList li {
  float: left;
  width: 50%;
  padding: 0;
  font-size: 0;
  box-sizing: border-box;
  text-align: center;
}

.l-content .m-banner2 {
  position: relative;
}
.l-content .m-banner2 >img {
  width: 100%;
}
.l-content .m-banner2 .b-btn {
  position: absolute;
  left: 0; right: 0;
  bottom: 35px;
  display: flex;
  justify-content: center;
}
.l-content .m-banner2 .b-btn a {
  width: 429px !important;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
}