.footer {
  background: #2a2a30;
  padding: 70px 0;
}
.footer .mbox {
  margin: 0 auto;
  color: white;
  height: 384px;
}
.footer .mbox .left {
  display: flex;
  width: 415px;
  height: 100%;
  flex-direction: column;
  text-align: left;
  padding-right: 80px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .mbox .rright .imgs{
    display: flex;
}
.footer .mbox .left .mlogo {
  width: 233px;
  height: 63px;
}
.footer .mbox .left .address {
  margin-top: 50px;
  color: #ffffff;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
}
.footer .mbox .left .tt {
  color: #ffffff;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
  margin-top: 20px;
  padding-bottom: 12px;
}
.footer .mbox .left .span {
  color: #ffffff;
  font-family: "Alimama FangYuanTi VF";
  font-weight: 300;
  font-size: 12px;
}
.footer .mbox .left .span + .span {
  margin-top: 2px;
}
.footer .mbox .rright .imgs .imgitem {
  width: 90px;
  text-align: center;
  cursor: pointer;
}
.footer .mbox .rright .imgs .imgitem + .imgitem {
  margin-left: 60px;
}
.footer .mbox .rright .imgs .imgitem .imgqr {
  width: 90px;
  height: 90px;
  transition: all 0.15s ease-in-out;
}
.footer .mbox .rright .imgs .imgitem .imgqr:hover {
  transform: scale(1.1);
}
.footer .mbox .rright .imgs .imgitem .imgtext {
  color: #ffffff;
  font-family: "PingFang SC";
  font-weight: 300;
  font-size: 10px;
  margin-top: 12px;
}
.footer .mbox .middle {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
  padding-top: 50px;
}
.footer .mbox .middle .hrefitem {
  padding: 0 80px;
  color: #ffffff;
  font-family: "PingFang SC";
  font-weight: 600;
  font-size: 16px;
  line-height: 62px;
  cursor: pointer;
  background: transparent;
  transition: all 0.15s ease-in-out;
}
.footer .mbox .middle .hrefitem:hover {
  text-decoration: underline;
  background: black;
}
.footer .mbox .rright {
  flex: 1;
  width: 393px;
  height: 100%;
  box-sizing: border-box;
  padding-top: 113px;
}
.footer .mbox .rright .rtt {
  color: #ffffff;
  font-family: "PingFang SC";
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 40px;
}
.footer .mbox .rright .reinput {
  line-height: 60px;
  background: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid #ffffff1a;
  color: white;
  font-weight: 400;
  font-size: 14px;
}
.footer .mbox .rright .reinput + .reinput {
  margin-top: 16px;
}
.footer .mbox .rright .textarea {
  margin-top: 16px;
  background: transparent;
  outline: none;
  border: none;
  height: 111px;
  resize: none;
  font-weight: 400;
  font-size: 14px;
  color: white;
  border-bottom: 1px solid #ffffff1a;
}
.footer .mbox .rright .subbtn {
  margin-top: 40px;
  padding: 16px 60px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  color: #ffffff;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 15px;
  width: max-content;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.footer .mbox .rright .subbtn:hover {
  background: white;
  color: #2a2a30;
}
.beianline {
  color: white;
  text-align: center;
  font-size: 12px;
  margin-top: 84px;
  cursor: pointer;
}
.beianline:hover {
  text-decoration: underline;
}


.mobilecss.footer{
  padding: 20px;
}
.mobilecss .mbox {
  margin: 0 auto;
  color: white;
  display: block !important;
  width: 100%;
  box-sizing: border-box;
  height: auto;
}
.mobilecss .mbox .left {
  display: flex;
  width: 100%;
  height: auto;
  text-align: left;
  padding-right: 0;
  border: none;
}

.mobilecss .mbox .middle {
  display: block;
  box-sizing: border-box;
  padding-top: 23px;
  height: auto;
}
.mobilecss .mbox .middle .hrefitem {
  color: #ffffff;
  font-family: "PingFang SC";
  font-weight: 600;
  padding: 0;
  font-size: 16px;
}
.mobilecss .mbox .middle .hrefitem:hover {
  text-decoration: underline;
  background: black;
}
.mobilecss .mbox .rright {
  padding-top: 24px;
  width: 100%;
  height: auto;
}

.mobilecss .mbox .rright .imgs{
  display: flex;
  /*justify-content: space-between;*/
}
.mobilecss .mbox .rright .subbtn {
  margin: 30px auto;
}