.footer {
  width: 1460rem;
  margin: 0 auto;
  background: rgba(250, 250, 250, 1);
  display: flex;
  align-items: flex-start;
  padding: 125px 0 0 0;
  box-sizing: border-box;
  color: #4d4d4d;
}
/* 108 */
.footer h6 {
  font-size: 18px;
  line-height: 1em;
  font-family: 'SourceHanSansCN_medium';
  margin-bottom: 40px;
}
.footer p {
  font-size: 14px;
  line-height: 18px;
  font-family: 'SourceHanSansCN_normal';
  margin-bottom: 0;
  margin-top: 0;
}
.footer  .left, .footer  .left img {
  width: 300rem;
}
.footer .middle,  .footer .middle .img {
  flex: 1;
}
.footer .middle .all {
  height: 45rem;
}
.footer .middle {
  margin-left: 180rem;
  margin-right: 190rem;
}
.footer .right {
  width: 170rem;
}
.footer .right .img {
  width: 170rem;
}
.footer .right .qr {
  width: 100rem;
  height: auto;
}

.footer .logo {
    width: 188rem;
    height: 73rem;
    margin-top: 60rem;
    object-fit: fill;
}

.footer .social {
    height: 29rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 45rem;
}

.footer .social .item-box {
    position: absolute;
    width: 109rem;
    height: 113rem;
    top: 39rem;
    left: -35rem;
    display: none;
}

.footer .social .item-box.tik-tok {
    left: -40rem;
}

.footer .social .item-box .bg {
    width: 109rem;
    height: 113rem;
}

.footer .social .item-box .code {
    position: absolute;
    width: 101rem;
    height: 101rem;
    top: 8rem;
    left: 4rem;
    object-fit: fill;
}

.footer .social .weibo {
    width: auto;
    height: 29rem;
    margin-right: 40rem;
}

.footer .social .social-wechat {
    position: relative;
    margin-right: 44rem;
}

.footer .social .social-wechat:hover .item-box {
    display: block;
}

.footer .social .social-wechat .wechat {
    width: auto;
    height: 28rem;
}

.footer .social .social-tik-tok {
    position: relative;
}

.footer .social .social-tik-tok:hover .item-box {
    display: block;
}

.footer .social .social-tik-tok .tik-talk {
    width: auto;
    height: 28rem;
}

.footer .footer-nav {
    width: 100%;
    height: 76rem;
    margin-top: 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .footer-nav a {
    color: #FFFFFF;
    font-size: 18rem;
    margin-right: 90rem;
}

.footer .footer-nav a:visited {
    color: #FFFFFF;
}

.footer .footer-nav .subscribe {
    position: relative;
}

.footer .footer-nav .subscribe:hover .code-box {
    display: block;
}

.footer .footer-nav .subscribe .text {
    color: #282828;
    font-size: 18rem;
    cursor: pointer;
}

.footer .footer-nav .subscribe .code-box {
    position: absolute;
    top: 30rem;
    left: 50%;
    transform: translate(-50%, 0);
    width: 109rem;
    height: 113rem;
    display: none;
}

.footer .footer-nav .subscribe .code-box .bg {
    width: 109rem;
    height: 113rem;
}

.footer .footer-nav .subscribe .code-box .code {
    position: absolute;
    width: 101rem;
    height: 101rem;
    top: 8rem;
    left: 4rem;
    object-fit: fill;
}

.footer .rights {
    color: #777777;
    font-size: 14rem;
    margin-top: 20rem;
    margin-bottom: 60rem;
    width: 488rem;
    /*display: flex;*/
    /*justify-content: space-between;*/
    text-align: center;
}
.footer .footer-nav a:last-child{
    margin-right:0;
}