﻿.footer {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  background: #009CA0;
  overflow: hidden;
  padding-bottom: 22px;
}

.logo_footer {
  margin-top: 35px;
}

.link {
  font-size: 12px;
  display: flex;
  align-items: center;
}

.link a {
  font-size: 12px;
  color: #fff;
  padding: 0 10px;
}

.link a:nth-child(1) {
  padding-left: 0;
}

.other p {
  font-size: 14px;
  line-height: 30px;
}

.link span.line,
.other span.line {
  display: inline-block;
  width: 1px;
  height: 8px;
  background: #fff;
}

.footer_right {
  margin-top: 28px;
}

.footer_phone {
  display: none;
}
.footer_count{
  position: relative;
}
#_ideConac{
  position: absolute;
  right: 0;
  top: 77px;
}
@media screen and (max-width:768px) {
  .footer_count {
   display: none;
  }
  .footer_phone {
   display: block;
   width: 100%;
  }
  .footer_right {
   margin-top: 0.3rem;
  }
  .footer {
   padding-bottom: 0.3rem;
  }
  .other {
   padding: 0 0.3rem;
   position: relative;
  }
  .other img {
   width: 0.55rem;
  }
  .other p {
   font-size: 0.16rem;
   line-height: 0.3rem;
   text-align: center;
  }
  .footer_phone p a{
 color:#FFF;
  }
  #_ideConac {
 position: initial;
 right: 50%;
 top: 93px;
 margin: 10px auto;
 text-align: center;
 display: block;
}
} 