footer {
  width: 100%;
}
footer .create_container {
  width: 100%;
  height: 280px;
  background: #F7F7F7;
  position: relative;
}
footer .create_container .propagate {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
footer .create_container .propagate .text {
  font-size: 0px;
}
footer .create_container .propagate .free_user {
  margin-top: 30px;
  width: 240px;
  height: 68px;
  background: #2673DD;
  font-size: 24px;
  font-family: PingFangSC-Semibold-, PingFangSC-Semibold;
  font-weight: normal;
  color: #FFFFFF;
}
footer .company_infos {
  width: 100%;
  height: 400px;
  background: #212734;
  padding: 40px 0 20px;
  box-sizing: border-box;
}
footer .company_infos .outerBox {
  width: 100%;
}
footer .company_infos .outerBox .left_links {
  width: 60%;
  flex: 1;
  height: 100%;
  justify-content: space-around;
  padding-top: 30px;
  box-sizing: border-box;
}
footer .company_infos .outerBox .left_links .fonter_navs {
  width: 100%;
  justify-content: flex-end;
  font-size: 16px;
  font-family: PingFangSC-Semibold-, PingFangSC-Semibold;
  font-weight: normal;
  color: #000000;
  align-items: flex-start;
}
footer .company_infos .outerBox .left_links .fonter_navs .item {
  margin-left: 27px;
  cursor: pointer;
}
footer .company_infos .outerBox .left_links .fonter_navs .item p.title {
  font-size: 16px;
  font-family: PingFangSC-Semibold-, PingFangSC-Semibold;
  font-weight: normal;
  color: #FFFFFF;
  margin-bottom: 24px;
}
footer .company_infos .outerBox .left_links .fonter_navs .item p.title a {
  color: #FFFFFF;
}
footer .company_infos .outerBox .left_links .fonter_navs .item ul li {
  font-size: 16px;
  font-family: PingFangSC-Semibold-, PingFangSC-Semibold;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 8px;
  max-width: 336px;
  line-height: 1.5em;
}
footer .company_infos .outerBox .left_links .fonter_navs .item ul li a {
  color: rgba(255, 255, 255, 0.3);
}
footer .company_infos .outerBox .left_links .case_info {
  width: 100%;
  font-size: 14px;
  justify-content: flex-start;
  font-family: PingFangSC-Regular-, PingFangSC-Regular;
  font-weight: normal;
  color: #000000;
  cursor: pointer;
}
footer .company_infos .outerBox .infos {
  width: 44%;
}
footer .company_infos .outerBox .infos .ercode {
  width: 120px;
  text-align: center;
  margin-right: 55px;
}
footer .company_infos .outerBox .infos .ercode > div {
  width: 100%;
  margin-bottom: 15px;
}
footer .company_infos .outerBox .infos .ercode > div img {
  width: 100%;
  height: 100%;
}
footer .company_infos .outerBox .infos .ercode span {
  font-size: 14px;
  font-family: PingFangSC-Regular-, PingFangSC-Regular;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.3);
}
footer .company_infos .outerBox .infos .tel_info .title,
footer .company_infos .outerBox .infos .tel_info .tips {
  font-size: 14px;
  font-family: PingFangSC-Regular-, PingFangSC-Regular;
  font-weight: normal;
  color: #000000;
  line-height: 2em;
  padding-left: 6px;
}
footer .company_infos .outerBox .infos .tel_info .tel_num {
  font-size: 25px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 1.5em;
}
footer .company_infos .trends_beian {
  margin-top: 50px;
}
footer .company_infos .trends_beian a {
  font-size: 14px;
  font-family: PingFangSC-Regular-, PingFangSC-Regular;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.3);
}
footer .float_box {
  position: fixed;
  right: 30px;
  bottom: 100px;
  z-index: 80;
}
footer .float_box div.item {
  width: 50px;
  height: 50px;
  background-color: #Fff;
  border-radius: 50%;
  margin-bottom: 30px;
  cursor: pointer;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5;
}
footer .float_box div.item > .iconfont {
  font-size: 30px;
  color: #999;
}
footer .float_box div.item:last-child {
  margin-bottom: 0;
}
footer .float_box div.item:hover > .iconfont {
  color: #0073e5;
}
footer .float_box div.item .tel_number,
footer .float_box div.item .ercode {
  display: none;
}
footer .float_box div.item.tel:hover .tel_number {
  display: flex;
}
footer .float_box div.item.wechat:hover .ercode {
  display: flex;
}
footer .float_box div.item.tel .outer_layer {
  position: absolute;
  top: 0;
  left: -170px;
  width: 170px;
  height: 48px;
  z-index: 10;
  padding-right: 10px;
  box-sizing: border-box;
}
footer .float_box div.item.tel .outer_layer div.tel_number {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
  border-radius: 6px 6px 6px 6px;
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #999999;
}
footer .float_box div.item.tel .outer_layer div.tel_number span.copy_button {
  color: #2673DD;
  margin-left: 5px;
}
footer .float_box div.item.wechat .ercode {
  position: absolute;
  top: 0;
  left: -170px;
  width: 160px;
  height: 180px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
  border-radius: 6px 6px 6px 6px;
  font-size: 0px;
  color: #999999;
  z-index: 10;
}
footer .float_box div.item.wechat .ercode img {
  width: 120px;
  height: 120px;
}
footer .float_box div.item.wechat .ercode .tips {
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  margin-top: 5px;
}
footer .float_box div.item.to_top > .iconfont {
  transform: rotate(180deg);
}
