/* 通用底部 start */
.mobileF {
  height: 323px;
  background: #FFFFFF;
  min-width: 1300px;
  border-top: 1px solid #E6E6E6;
  margin-top: 72px;
}

.footer .footIn {
  position: relative;
}

.footer .footIn .f-bg {
  width: 476px;
  height: 323px;
  opacity: 0.66;
  position: absolute;
  left: 0;
  z-index: 0;
}

.footer .footIn .top {
  position: relative;
  z-index: 1;
  padding-top: 39px;
}

.footer .footIn .top .logoBox {
  padding-top: 49px;
}

.footer .footIn .top .logoBox img {
  width: 195px;
  /*height: 38px;*/
}

.footer .footIn .top .logoBox .logoTitle {
  margin-top: 27px;
  font-size: 20px;
  font-family: SourceHanSansCNVF, SourceHanSansCNVF;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

.footer .footIn .top .logoBox .after {
  width: 31px;
  height: 3px;
  border-radius: 2px;
  background-color: #004bf0;
  margin-top: 26px;
}

.footer .footIn .top .code_box {
  display: flex;
  align-items: center;
}

.footer .footIn .top .code_box .code {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer .footIn .top .code_box .code p {
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  color: #666666;
}

.footer .footIn .areaBox {
  padding-top: 35px;
  font-family: SourceHanSansCNVF, SourceHanSansCNVF;
}

.footer .footIn .areaBox .area {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.footer .footIn .areaBox .tip {
  color: #666666;
  font-size: 16px;
  line-height: 16px;
}

.footer .footIn .areaBox .email {
  margin-left: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #004BF0;
  line-height: 21px;
}

.footer .footIn .split {
  height: 1px;
  background-color: #e6e6e6;
  margin: 20px 0;
}

.footer .footIn .bottom {
  position: relative;
  z-index: 1;
  color: #666666;
  font-size: 16px;
  padding-bottom: 30px;

  a:hover {
    color: #333;
  }
}

.footer .footIn .bottom p {
  display: flex;
}

.footer .footIn .bottom p a{
  margin-left: 5px;
}

/* 通用底部 end */