﻿@charset "utf-8";
.footer {
  padding-top: .05rem;
  padding-bottom: .05rem;
  position: relative;
  background-size: 19.20rem;
  background-color: #37373f;
}

.footer .foot-top .left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .foot-top .left .logo {
  width: 4.89rem;
  height: .53rem;
  overflow: hidden;
}

.footer .foot-top .left .logo img {
  width: 100%;
}

.footer .foot-top .left .cont {
  margin-right: 1.5rem;
}

.footer .foot-top .left .cont .mess {
  color: #fff;
  font-size: .14rem;
}

.footer .foot-top .left .cont .mess p {
  margin: .1rem 0rem;
}

.footer .foot-top .left .cont .bqsm a {
  color: rgba(255, 255, 255, 0.5);
}

.footer .for-top {
  position: absolute;
  right: 1.3rem;
  bottom: .5rem;
}

.footer .for-top img {
  width: .48rem;
  height: .7rem;
}

/*小屏幕*/