footer {
  width: 100%;
  height: auto;
  padding: 2.2917rem 0 0.5rem;
  background: url(/uploads/image/rcgdimages/footer6.png) no-repeat 100% 100%/auto 100% #1e273a;
}

.footer {
  margin: 0 8.5417rem;
}

.footer_login {
  display: block;
  width: 7rem;
  height: 2.25rem;
}

.footer_login img {
  width: 100%;
  height: 100%;
}

.footer_l {
  display: inline-block;
  width: 17.5rem;
}

.footer_l_zt {
  font-size: 0.6667rem;
  line-height: 150%;
  color: #677185;
  font-weight: normal;
}

.footer_l_dh {
  font-size: 1.1667rem;
  color: #ffae34;
}

.footer_l_dz {
  display: inline-block;
}

.dif {
  display: flex;
}

.wid20 {
  width: 2rem;
  white-space: nowrap;
  vertical-align: top;
}

.wid80 {
  /* width: 80%; */
  width: 15rem;
}

.footer_cen {
  margin-top: 3.375rem;
  vertical-align: top;
  display: inline-block;
}

.footer_cen>div,
.footer_cen>a {
  display: inline-block;
  width: 5.3333rem;
  text-align: center;
  font-size: 0.75rem;
  color: #677487;
  padding: 0.4167rem 0;
  border: 1px solid #677487;
  margin-right: 1.25rem;
  transition: color, border 0.4s;
}
.footer_cen>div {
  margin-bottom: 1rem;
}
.footer_cen>div,
.footer_cen>a:last-child {
  margin-right: 0;
}

.footer_cen>div:hover,
.footer_cen>a:hover {
  border: 1px solid #3569d2;
  color: #3569d2;
}

.footer_cen .linkbox {
  padding: 1rem;
  min-width: 100%;
  background-color: #fff;
  border-radius: .16rem;
  bottom: 120%;
  opacity: 0;
  width: 12.58rem;
  left: 0;
  visibility: hidden;
  transition: visibility .3s, opacity .3s, bottom .3s;
}

.footer_cen .linkbox p {
  white-space: nowrap;
  text-align: left;
  margin-bottom: .66rem;
}
.footer_cen .linkbox p:last-child {
  margin-bottom: 0;
}
.footer_cen .linkbox p a i {
  width: .58rem;
  height: .58rem;
  margin-left: 2rem;
  margin-top: 0.2rem;
}

.footer_cen>div:hover .linkbox {
  bottom: 100%;
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0 .16rem rgba(0, 0, 0, .2);
}

/* .footer_cen .linkbox p {} */

.footer_right {
  text-align: center;
  vertical-align: top;
  display: inline-block;
  float: right;
}

.footer_right_n {
  margin-top: 0.4167rem;
  display: block;
  text-align: center;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
}

.footer_right_rwm {
  display: inline-block;
  text-align: center;
  width: 6.125rem;
  height: 6.0833rem;
}

.footer_right_rwm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer_right_lj a {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.8333rem;
}

.footer_right_lj a:last-child {
  margin-right: 0;
}

.footer_right_lj a img {
  width: 100%;
  height: 100%;
}

.footer_right_lj {
  display: none;
  margin-top: 1rem;
}

.mar_b12 {
  margin-bottom: 0.5rem;
}

.font_clo12 {
  font-weight: 400;
  font-size: 0.5rem;
  display: inline-block;
  color: #455067;
}

.footer_bom {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  bottom: 0.5rem;
  margin-top: 3rem;
}

@media screen and (max-width:940px) {
  .footer {
    margin: auto;
    width: 90%;
  }

  .footer_l {
    display: inline-block;
    width: 100%;
  }

  .footer_cen {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.375rem;
    justify-content: space-around;
  }

  .wid20 {
    width: 2rem;
  }

  .footer_cen a {
    width: 30%;
    margin-right: 0.25rem;
    margin-bottom: 1rem;
  }

  .footer_right {
    display: block;
    width: 100%;
  }

  .wid80 {
    width: 19rem;
  }

  .footer_l_dh {
    font-size: 1rem;
    color: #ffae34;
  }
}