footer {
  width: 100%;
}
footer .floatAD {
  width: 230px;
  position: fixed;
  top: 200px;
  right: 10px;
  margin: auto;
  z-index: 1000;
  display: none;
}
footer .floatAD img {
  width: 100%;
}
footer .floatAD .iconfont {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
}
footer .create_container {
  width: 100%;
  height: 386px;
  background: url("../../image/footer/createbg.png") no-repeat;
  background-position: left top;
  background-size: cover;
  position: relative;
}
footer .create_container .propagate {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
footer .create_container .propagate .text {
  font-size: 50px;
  font-family: PingFangSC-Semibold-, PingFangSC-Semibold;
  font-weight: normal;
  color: #FFFFFF;
}
footer .create_container .propagate .free_user {
  margin-top: 30px;
  width: 300px;
  height: 68px;
  background: #FFFFFF;
  border-radius: 51px 51px 51px 51px;
  cursor: pointer;
}
footer .create_container .float_box {
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 80;
  background: #0557FB;
  width: 72px;
  border-radius: 8px;
}
footer .create_container .float_box .logo {
  position: absolute;
  top: -48px;
  left: 0;
  right: -10px;
  margin: auto;
  z-index: 10;
}
footer .create_container .float_box div.item {
  width: 100%;
  height: 62px;
  background: #296FFF;
  cursor: pointer;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5;
  border: 1px solid #0445DF;
  box-sizing: border-box;
}
footer .create_container .float_box div.item.title {
  font-weight: 400;
  color: #FFFFFF;
  font-size: 18px;
  background: #0557FB;
  border-radius: 8px 8px 0px 0px;
  box-sizing: border-box;
  word-break: break-all;
  text-align: center;
  border-bottom-width: 0px;
}
footer .create_container .float_box div.item > .iconfont {
  font-size: 30px;
  color: #fff;
}
footer .create_container .float_box div.item:last-child {
  margin-bottom: 0;
}
footer .create_container .float_box div.item:hover {
  background-color: #76A3FF;
}
footer .create_container .float_box div.item .tel_number,
footer .create_container .float_box div.item .ercode {
  display: none;
}
footer .create_container .float_box div.item.tel:hover .tel_number {
  display: flex;
}
footer .create_container .float_box div.item.wechat:hover .ercode {
  display: flex;
}
footer .create_container .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 .create_container .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 .create_container .float_box div.item.tel .outer_layer div.tel_number span.copy_button {
  color: #2673DD;
  margin-left: 5px;
}
footer .create_container .float_box div.item.wechat {
  border-top-width: 0px;
  border-bottom-width: 0px;
}
footer .create_container .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 .create_container .float_box div.item.wechat .ercode img {
  width: 120px;
  height: 120px;
}
footer .create_container .float_box div.item.wechat .ercode .tips {
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  margin-top: 5px;
}
footer .create_container .float_box div.item.to_top {
  border-radius: 0px 0px 8px 8px;
}
footer .create_container .float_box div.item.to_top > .iconfont {
  font-size: 24px;
}
footer .company_infos {
  width: 100%;
  height: 350px;
  background: #EBF5FF;
}
footer .company_infos .left_links {
  flex: 1;
  margin-right: 30px;
  height: 100%;
  justify-content: space-around;
  padding: 50px 0 50px 250px;
  box-sizing: border-box;
}
footer .company_infos .left_links .fonter_navs {
  width: 100%;
  justify-content: flex-start;
  font-size: 16px;
  font-family: PingFangSC-Semibold-, PingFangSC-Semibold;
  font-weight: normal;
  color: #000000;
}
footer .company_infos .left_links .fonter_navs .item {
  padding-right: 27px;
  border-right: 1px solid #999999;
  margin-right: 27px;
  cursor: pointer;
}
footer .company_infos .left_links .fonter_navs .item:last-child {
  padding-right: 0px;
  border-right: none;
  margin-right: 27px;
}
footer .company_infos .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 .infos {
  flex: 1;
}
footer .company_infos .infos .ercode {
  width: 168px;
  text-align: center;
  margin-right: 50px;
}
footer .company_infos .infos .ercode > div {
  width: 100%;
  height: 168px;
  margin-bottom: 15px;
}
footer .company_infos .infos .ercode > div img {
  width: 100%;
  height: 100%;
}
footer .company_infos .infos .ercode span {
  font-size: 14px;
  font-family: PingFangSC-Regular-, PingFangSC-Regular;
  font-weight: normal;
  color: #000000;
}
footer .company_infos .infos .tel_info .title,
footer .company_infos .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 .infos .tel_info .tel_num {
  font-size: 25px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 1.5em;
}
