.footer{
  background: #fff;
  position: relative;
}
.footer .ce{
  margin-left: 20px;
}
.footer .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer_email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 0 20px;
  border-bottom: 1px solid rgba(13, 32, 20, 0.5);
  justify-content: space-between;
}
.footer .footer_email span{
  color: rgba(13, 32, 20, 0.5);
  transition: all 0.5s;
}
.footer .footer_email:hover span{
  color: var(--green-color);
} 
.footer .footer_email input {
  margin: 0 12px;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
    background: none;      
}
.footer .footer_email .right {
  cursor: pointer;
}
.footer .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .share a {
  margin-right: 16px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  position: relative;
  width: 40px;
}
.footer .share a:last-child {
  margin-right: 0;
}
.footer .share a .share_icon{
  width: 40px;
}
.footer .share a .share_task{
  position:absolute;
  width: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  top:calc(100% + 20px);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.footer .btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  border-top: 1px solid rgba(13, 32, 20, 0.1);
  margin-top: 150px;
  color: rgba(0, 0, 0, 0.5);
}
.footer .btm a {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .btm a:hover {
  color: var(--green-color);
}
.footer .phone_email div {
  line-height: 1;
}
.footer .phone_email a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .phone_email a:hover {
  color: var(--green-color);
}
.footer .phone_email_tit {
  opacity: 0.5;
  margin-bottom: 12px;
}
.footer .footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer_nav > div {
  margin-right: 80px;
}
.footer .footer_nav > div:last-child {
  margin-right: 0;
}
.footer .footer_nav a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .footer_nav a:hover {
  color: var(--green-color);
}
.footer .footer_nav2 a {
  color: rgba(13, 32, 20, 0.5);
}
@media screen and (max-width: 768px){
  .phone_bg {
    display: block !important;
}
  .footer .top .l{
      width:100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
   }
   .footer .top .r{
      display: none;
   }
   .footer .btm{
    margin-top: 50px;
   }
   .footer .btm{
    flex-direction: column;
      align-items: center;
      text-align: center;
   }
   .footer .ce{
    display: block;
    margin-left: 0;
   }
   .footer .btm_r{
    margin-top: 10px;
   }
   .footer .footer_email{
    padding: 0 0 10px;
   }
   .footer .footer_email span{
    margin: 0 20px;
   }
}
