.foot-page {
  margin-top: 50px;
  background: #3a3a3a;
  height: 250px;
  position: absolute;
  /*bottom: 0;*/
  left: 0;
  right: 0;
}
.foot-page .foot-info {
  padding-top: 39px;
  padding-bottom: 20px;
  border-bottom: 1px solid #4E4E4E;
}
.foot-page .foot-info .logo img {
  width: 48px;
}
.foot-page .foot-info .logo span {
  font-size: 30px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #ffffff;
  opacity: 0.8;
  padding-left: 10px;
}
.foot-page .foot-info .foot-detail {
  padding-left: 91px;
  border-right: 1px solid #4E4E4E;
}

.foot-page .foot-info .foot-detail .footbar li {
  padding: 0 40px;
  border-left: 1px solid #4E4E4E;
  cursor: pointer;
}
.foot-page .foot-info .foot-detail .footbar li a {
  color: rgba(255, 255, 255, 0.6);
}

.foot-page .foot-info .foot-detail .footbar li:first-child {
  padding-left: 0px;
  border-left: none;
}
.foot-page .foot-info .foot-detail .footbar li:last-child {
  padding-right: 59px;
}
.foot-page .foot-info .foot-detail .call-phone {
  margin-top: 30px;
}
.foot-page .foot-info .wechat-code img {
  width: 82px;
}
.foot-page .foot-info .wechat-code .wechat-text {
  margin-top: 10px;
  text-align: center;
}
.foot-page .foot-copyright {
  margin-top: 30px;
}
.foot-page .foot-copyright .cooperation-name {
  padding-right: 40px;
  padding-left: 30px;
}
iframe {
  width: 610px;
  height: 732px;
  position: fixed;
  z-index: 99999;
  left: 50%;
  transform: translate(-50%);
  overflow-x: auto;
  overflow-y: auto;
}
.foot-bars a {
  padding-left:350px;
  font-size: 16px;
  color: rgba(255, 255, 255, .3) !important;
}
