.ceilingArea {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  overflow: hidden;
}
.topBannerArea {
  position: relative;
  padding-top: 0.6rem;
}
.topBannerPic {
  position: absolute;
  top: -35px;
  left: 0;
  width: 3.75rem;
  height: 2.7rem;
}
.topBannerPic img {
  width: 100%;
}
.mt140 {
  margin-top: 1.4rem;
}
.mb140 {
  margin-bottom: 1.4rem;
}

/*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;
}

.mainNav {
  position: relative;
  z-index: 999;
  padding: 0 0.08rem;
  overflow: hidden;
}
.mainNav ul {
  display: flex;
}
.mainNav ul li {
  margin: 0 0.08rem;
  width: max-content;
  flex: none;
  text-align: center;
  position: relative;
}
.mainNav ul li a {
  font-size: 0.18rem;
  color: #455267;
  white-space: nowrap;
  display: inline-block;
  line-height: 0.45rem;
}
.mainNav ul li.actived ::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.125rem;
  width: 0.25rem;
  height: 0.03rem;
  border-radius: 0.03rem;
  background: #162641;
  font-weight: bold;
}

/* subSlideMenu */
.subSlideMenu {
  background: #ffffff;
  overflow: hidden;
  padding: 0 0.08rem;
}
.subSlideMenu ul {
  display: flex;
}
.subSlideMenu ul li {
  margin: 0 0.08rem;
  position: relative;
  width: max-content;
  flex: none;
}
.subSlideMenu ul li a {
  font-size: 0.14rem;
  color: #162641;
  white-space: nowrap;
  display: inline-block;
  line-height: 0.45rem;
}
.subSlideMenu ul li.actived a {
  color: #D72128;
}
.subSlideMenu ul li.actived ::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.125rem;
  width: 0.25rem;
  height: 0.03rem;
  border-radius: 0.03rem;
  background: #D72128;
}

.ceilingAreaSubMenu {
  position: relative;
  /* left: 200%; */
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  display: none;
}


/*footer*/
.footer {
  box-sizing: border-box;
  padding: 0.12rem;
  width: 3.75rem;
  background: linear-gradient(111.53deg, #F8F8F8 0%, #FFFFFF 49.27%, #F9F9F9 100%);
  border-top: 1px solid #FFFFFF;
}

.footer .footMenu {
  margin-bottom: 0.1rem;
}
.footer .footMenu a{
  padding-right: 0.1rem;
  border-right: 1px solid rgba(0,0,0,0.1);
}
.footer .footMenu a,.footer .footMenu span{
  font-size: 0.1rem;
  color: #455267;
}
.footer .copyright {
  font-size: 0.1rem;
  color: #878F9D;
  text-align: center;
}


.rightFloatIcon {
  position: fixed;
  top: 50%;
  right: 10px;
  margin-top: -77px;
  width: 32px;
  padding: 0 8px;
  background: #ffffff;
  box-shadow: 0 3px 8px rgba(0,0,0,0.2);
  z-index: 9999;
}
.rightFloatIcon .iconbox {
  text-align: center;
  border-bottom: #eeeeee 1px solid;
  padding: 8px 0;
  width: 28px;
  height: 28px;
  text-indent: 100px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.rightFloatIcon .iconbox:last-child {
  border: none;
}
.rightFloatIcon .iconbox.iconPhone {
  background: url(//v.icbc.com.cn/userfiles/resources/wap/zichantuoguan/images/2025/rightIcon1.png) no-repeat 0 8px;
}
.rightFloatIcon .iconbox.iconPhone:hover {
  background: url(//v.icbc.com.cn/userfiles/resources/wap/zichantuoguan/images/2025/rightIcon1hover.png) no-repeat 0 8px;
}
.rightFloatIcon .iconbox.iconText {
  background: url(//v.icbc.com.cn/userfiles/resources/wap/zichantuoguan/images/2025/rightIcon2.png) no-repeat 0 8px;
}
.rightFloatIcon .iconbox.iconText:hover {
  background: url(//v.icbc.com.cn/userfiles/resources/wap/zichantuoguan/images/2025/rightIcon2hover.png) no-repeat 0 8px;
}
.rightFloatIcon .iconbox.iconTop {
  background: url(//v.icbc.com.cn/userfiles/resources/wap/zichantuoguan/images/2025/rightIcon3.png) no-repeat 0 8px;
}
.rightFloatIcon .iconbox.iconTop:hover {
  background: url(//v.icbc.com.cn/userfiles/resources/wap/zichantuoguan/images/2025/rightIcon3hover.png) no-repeat 0 8px;
}


/*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%;
}
