.ceilingArea {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  overflow: hidden;
}
/*header*/
.header {
  position: relative;
  z-index: 999;
  padding: 0.2rem 0.2rem 0.1rem;
}
.header .logo img {
  display: block;
  width: 1.41rem;
  height: 0.24rem;
}

.topBannerMenuArea {
  position: relative;
  background: #ffffff;
  padding-top: 1.6rem;
}
.appPageAbout {
  width: 100%;
  height: 2.7rem;
}
.appPageAbout img {
  width: 100%;
}
.topBannerPic {
  position: absolute;
  top: -47px;
  left: 0;
  width: 3.75rem;
  height: 2.1rem;
}
.topBannerPic img {
  width: 100%;
}
.mt140 {
  margin-top: 1.4rem;
}
.mb140 {
  margin-bottom: 1.4rem;
}

.reserveTwoMenuBox {
  height: 0.98rem;
}
.twoMenuBoxWrap {
  padding-bottom: 0.1rem;
  background: #ffffff;
  width: 100%;
  box-sizing: border-box;
}
.twoMenuBoxWrap.fixedMenuBox {
  position: fixed;
  top: 0.54rem;
  left: 0;
}



/* topicSlideMenu */
.topicSlideMenu {
  background: #ffffff;
  overflow: hidden;
  padding: 0 0.08rem 0.1rem;
}
.topicSlideMenu ul {
  display: flex;
  justify-content: space-around;
}
.topicSlideMenu.topicSwiperMenu ul {
  justify-content: flex-start;
}
.topicSlideMenu ul li {
  margin: 0 0.08rem;
  position: relative;
  width: max-content;
  flex: none;
}
.topicSlideMenu ul li a {
  font-size: 0.14rem;
  color: #162641;
  white-space: nowrap;
  display: inline-block;
  line-height: 0.45rem;
}
.topicSlideMenu ul li.actived a {
  color: #D72128;
}
.topicSlideMenu ul li.actived ::after {
  content: '';
  position: absolute;
  bottom: 0.05rem;
  left: 50%;
  margin-left: -0.125rem;
  width: 0.25rem;
  height: 0.03rem;
  border-radius: 0.03rem;
  background: #D72128;
  font-weight: bold;
}

.subTopicSlideMenu {
  background: #ffffff;
  overflow: hidden;
  padding: 0 0.08rem;
  display: none;
}
.subMenuBox.actived {
  display: block;
}
.subTopicSlideMenu ul {
  display: flex;

}
.subTopicSlideMenu ul li {
  margin: 0 0.08rem;
  position: relative;
  width: max-content;
  flex: none;
  background: #FAFAFA;
  border-radius: 0.15rem;
  color: #455267;
  font-size: 0.12rem;
  white-space: nowrap;
  line-height: 0.26rem;
  padding: 0.03rem 0.1rem;
  box-sizing: border-box;
}
.subTopicSlideMenu ul li.actived {
  color: #D72128;
  background: #FFE8E9;
}


.ceilingAreaTopicMenu {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  display: none;
}

.ceilingAreaSubTopicMenu {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  display: none;
}





.topicWrap {
  flex: 1;
  box-sizing: border-box;
  margin: 0.15rem 0.15rem 0.1rem;
  padding: 0.15rem;
  border-radius: 0.08rem;
  background: #ffffff;
}
.topicWrap img {
  width: 3.15rem;
  margin-bottom: 0.1rem;
  height: 2.1rem;
}
.topicWrap img.appPageImg {
  height: auto;
}
.topicWrap .titleText {
  font-size: 0.14rem;
  font-weight: 500;
  margin-bottom: 0.1rem;
}
.topicWrap p {
  font-size: 0.12rem;
  color: #697384;
  line-height: 1.8;
  margin-bottom: 0.1rem;
}

.tabBoxWrap {
  display: none;
}
.tabBoxWrap.actived {
  display: block;
}


/*footer*/
.footer {
  box-sizing: border-box;
  padding: 0.15rem 0;
  width: 3.75rem;
}
.footer .copyright {
  font-size: 0.1rem;
  color: #878F9D;
  text-align: center;
}

/*common*/
html,body {
  font-size: 16px;
  color: #162641;
  height: 100%;
  display: flex;
  flex-direction: column;
}
body {
  flex: 1;
  background: #f7f8fa;
  position: relative;
}
.conWrap {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.ml15 {
  margin-left: 0.15rem;
}
.mr15 {
  margin-right: 0.15rem;
}
.mb15 {
  margin-bottom: 0.15rem;
}
.marginLRAuto {
  margin-left: auto;
  margin-right: auto;
}
.block {
  display: block;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}



.pt10 {
  padding-top: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pl20 {
  padding-left: 20px;
}
.pr20 {
  padding-right: 20px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.ml20 {
  margin-left: 20px;
}
.mr20 {
  margin-right: 20px;
}
strong {
  font-weight: bold;
}
.bgWhite {
  background: #ffffff;
}
.ptb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.minHieght100 {
  min-height: 100%;
}