.footer .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  background-color: #FBC846; }

.footer .top {
  height: 299px;
  background-color: #FBC846; }

.footer .top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1440px;
  height: 299px;
  margin: 0 auto; }

.footer .top .container #right {
  flex: 1; }

.footer .top .container #right ul {
  display: flex;
  justify-content: space-evenly;
  color: #333;
  font-weight: 600;
  line-height: 24px; }

.footer .top .container #right dt {
  margin-bottom: 24px;
  font-size: 18px; }

.footer .top .container #right dd {
  cursor: pointer;
  margin-top: 14px;
  font-size: 15px;
  opacity: 0.6; }
  .footer .top .container #right dd a {
    color: #333; }

.footer .top .container .qr {
  display: flex;
  flex-direction: column;
  align-items: center; }

.footer .bottom p {
  display: flex;
  justify-content: space-between;
  transform: translateY(10px); }

.footer .bottom p span {
  font-size: 13px;
  font-family: PingFang TC-Regular, PingFang TC;
  margin-right: 30px;
  font-weight: 400;
  color: #333;
  line-height: 22px; }

.classKefuImg {
  display: none;
  position: absolute;
  width: 100px;
  height: 220px;
  top: -10px;
  right: 70px; }
  .classKefuImg img {
    margin-bottom: 10px; }

.classKefuImg_bottom {
  display: flex;
  position: absolute;
  width: 210px;
  height: 100px;
  justify-content: space-between;
  top: 120px; }

.classKefuImg_bottom_box {
  display: none; }
