﻿/*--------------------------页脚----------------------------*/
#footer {
  background-color: #333333;
  padding: 4rem 4rem 2rem 10rem;
}
#footer .row {
  width: 90%;
  margin: 0 auto;
}
#footer .footer_left .footer_left_qrBox {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.6rem;
  color: #d1d0d0;
}
#footer .footer_left .footer_left_qrBox a {
  font-size: 1.6rem;
  color: #d1d0d0;
  text-decoration: none;
}
#footer .footer_left .footer_left_qrBox a:hover {
  color: white;
}
#footer .footer_left .footer_left_qrBox .footer_left_qr {
  width: 10rem;
  height: 10rem;
}
#footer .footer_left .footer_left_qrBox .footer_left_weixin {
  padding: 0;
  margin: 0;
  padding-top: 1rem;
}
#footer .footer_left .footer_left_qrBox .footer_left_text {
  padding: 0;
  margin: 0;
  padding-bottom: 2rem;
}
#footer .footer_left .footer_left_contact {
  padding-bottom: 0.5rem;
}
#footer .footer_left .footer_left_contact a {
  color: #d1d0d0;
  font-size: 1.4rem;
}
#footer .footer_left .footer_left_contact a:hover {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
#footer .footer_left .footer_left_contact .footer_left_contact_img {
  width: 2rem;
  height: 2rem;
}
#footer .footer_right .footer_right_session .footer_right_session_title {
  color: white;
  font-size: 2.4rem;
  padding-bottom: 3rem;
  display: inline-block;
}
#footer .footer_right .footer_right_session .footer_right_session_item a {
  color: #d1d0d0;
  font-size: 1.4rem;
  padding-bottom: 0.8rem;
  display: inline-block;
}
#footer .footer_right .footer_right_session .footer_right_session_item a:hover {
  color: white;
  text-decoration: none;
}
#footer .footer_copy {
  font-size: 0.8rem;
  text-align: left;
  color: #b3afaf;
  padding-top: 2rem;
}
#footer .footer_copy a {
  color: #1296db;
  text-decoration: none;
}
@media screen and (max-width: 1170px) {
  #footer {
    padding-left: 2rem;
  }
  #footer .footer_left .footer_left_qrBox {
    text-align: left;
  }
  #footer .footer_left .footer_left_qrBox .footer_left_weixin a {
    font-size: 3rem;
  }
  #footer .footer_left .footer_left_qrBox .footer_left_text a {
    font-size: 3rem;
  }
  #footer .footer_right {
    padding: 5rem 0rem 0rem 0rem;
  }
  #footer .footer_right .footer_right_session .footer_right_session_title a {
    font-size: 3rem;
  }
  #footer .footer_copy {
    padding: 0;
    padding-top: 3rem;
  }
}
