.footer{
  padding-top:2.5rem !important;
}
.footer .top{
  display: flex;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #F4F4F4;
}
.footer .logo{
  flex: 1;
}
.footer .logo>img{
  width: 6.5625rem;
}
.footer .contact{
  display: flex;
  margin-top:  2.3125rem;
}
.contact_item{
  display: flex;
  align-items: center;
  margin-right:1.5rem ;
}
.footer .logo .contact_item>img{
  width: 1.75rem;
}
.contact_item>p{
  font-size: 0.9375rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #282828;
  line-height: 1.3125rem;
  margin-left: 10px;
  margin-bottom: 0;
}
.footer_nav{
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.footer_nav>div{
  display: flex;
  flex-direction: column;
}
.footer_nav>div>h6{
  font-size: 0.875rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #222222;
  line-height: 1.25rem;
  margin-bottom: 1.25rem;
}
.footer_nav>div>a{
  font-size: 0.875rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 1.25rem;
  margin-bottom: 0.625rem
}
.footer .center {
  padding-top:0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #F4F4F4;
  font-size: 0.75rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #95989D;
  line-height: 1.5rem;
}
.footer .center>a{
  font-size: 0.875rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #95989D;
  line-height: 1.5rem;
  margin-right: 12px;
}
.footer .bottom{
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #95989D;
  line-height: 1.0625rem;
}
.float-connect {
  position: fixed;
  right: 3.5625rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  width: 3.25rem;
  height: 15.625rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  background: #FFFFFF;
  box-shadow: 0px 0px 24px 0px rgba(104,153,255,0.1);
  border-radius: 6px;
}
.float-connect>a{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}
.float-connect>a>img{
  width: 1.375rem;
  margin-bottom: 3px;
}
.float-connect>a>span{
  font-size: 0.75rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222222;
  line-height: 1.0625srem;
}
.block_img{
  display: block;
}
.none_img{
  display: none;
}
.float-connect>a:hover .block_img{
  display: none !important;
}
.float-connect>a:hover .none_img{
  display: block !important;
}
.float-connect>a:hover span{
  color: #227CFF;
}
.float-connect>a:hover .call_box{
  display: block;
}
.float-connect .call_box{
  width: 15rem;
  /* height: 7.6875rem; */
  background: #FFFFFF;
  box-shadow: 0px 0px 1.5rem 0px rgba(104,153,255,0.1);
  border-radius: 6px;
  padding: 0.9375rem 1.25rem 0;
  position: absolute;
  right: 3.875rem;
  top: 2rem;
  z-index: 99;
  display: none;
}
.call_box>h3{
  font-size: 1rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222222;
  line-height: 1.975rem;
}
.call_box>p{
  font-size: 0.75rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 1.0625rem;
  padding-bottom: 7px;
  border-bottom: 1px solid #F4F4F4;
}
.call_num{
  font-size: 1.25rem;
  font-family: Roboto-MediumItalic, Roboto;
  font-weight: normal;
  color: #227CFF;
  line-height: 1.625rem;
  height: 4.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.float-connect>a:hover .wx_ {
  display: block;
}
.wx_ {
  position: absolute;
  right: 3.875rem;
  top: 5rem;
  display: none;
  background-color: #FFFFFF;
  border-radius: 6px;
}
.wx_ >img{
  width: 10.75rem;
  margin: 6px;
 
}
.gaoxin{
  display: flex;
  align-items: center;
  margin-top: 2.3125rem;
}
.gaoxin>img{
  width: 1.875rem;
  margin-right: 0.5rem;
}
.gaoxin_text{
  font-size: 0.75rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
}
.gaoxin_text_num{
  font-family: PingFangSC-Medium-SemiBold, PingFang SC;
  font-size: 0.9375rem;
}