/* 底部 */
.footer {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 4vw;
  padding-bottom: 3vw;
  background: #972C2A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/bottomBg.png');
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-position: center;
}
.footer .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.footer .left .logoimg img {
  height: 5.4166vw;
  width: auto;
}
.footer .left .listUl {
  font-size: 14px;
  color: #FFFFFF;
  padding-top: 3vw;
}
.footer .left .listUl li {
  line-height: 30px;
}
.footer .left .listUl .fl {
  width: 320px;
  float: left;
}
.footer .left .listUl a {
  color: #FFFFFF;
  font-size: 14px;
}
.footer .right {
  max-width: 450px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.footer .right .qrlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .right .qrlist .qrbox {
  width: 93px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.footer .right .qrlist .qrbox img {
  width: 93px;
  height: 93px;
}
.footer .right .qrlist .qrbox p {
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
}
.footer .right p {
  width: 100%;
  font-size: 14px;
  text-align: right;
  color: #FFFFFF;
}
#wrap, #wrap-wait {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5000;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#wrap.show, #wrap-wait.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#wrap .box, #wrap-wait .box{
  width: 444px;
  height: 300px;
  background: #972C2A;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(187, 186, 206, 0.25);
          box-shadow: 0px 0px 12px 0px rgba(187, 186, 206, 0.25);
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  position: relative;
  padding-top: 20px;
}
.qr-body {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.qr-body .image {
    width: 200px;
    height: 200px;
}
.qr-body .text {
    font-size: 18px;
    margin-top: 4px;
    color: white;
}
#wrap .box .close, #wrap-wait .box .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 20px;
  margin-bottom: 12px;
}
#wrap .box .close img, #wrap-wait .box .close img{
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#wrap .box .t, #wrap-wait  .box .t {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #111111;
  line-height: 23px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wrap .box .t img,  #wrap-wait  .box .t img {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  -webkit-animation: rotate 1000ms infinite linear;
          animation: rotate 1000ms infinite linear;
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
#wrap .box .d , #wrap-wait  .box .d{
  text-align: center;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
}
#wrap .box .bi , #wrap-wait  .box .bi{
  width: 100%;
  position: absolute;
  height: auto;
  bottom: 0;
  left: 0;
}
.rightWrap {
  position: fixed !important;
  z-index: 2000 !important;
  top: 60%;
  right: 10%;
  width: 48px;
  -webkit-transform: translate(68px, 0%);
          transform: translate(68px, 0%);
  border-radius: 8px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.rightWrap ul {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.rightWrap ul li {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.rightWrap ul li img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
#mvDrap {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -20;
}
.cwrap {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5000;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cwrap.show {
  opacity: 1;
  z-index: 20;
}
.cwrap.show .box {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.cwrap .box {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  width: 578px;
  height: 421px;
  background: #972C2A;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  -webkit-transform: scale(0);
          transform: scale(0);
  position: relative;
  padding-top: 20px;
}
.cwrap .box .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 20px;
  margin-bottom: 12px;
}
.cwrap .box .close img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.cwrap .box .clog {
  display: block;
  width: 311px;
  height: 64px;
  margin: 20px auto;
}
.cwrap .box .cwq {
  display: block;
  width: 168px;
  height: 168px;
  margin: 50px auto;
  margin-bottom: 15px;
}
.cwrap .box .c {
  text-align: center;
  font-size: 20px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 23px;
}
@media (max-width: 1200px) {
  .footer .left .listUl .fl {
    width: auto;
    float: none;
  }
}
@media (max-width: 1100px) {
  .rightWrap {
    right: 0%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media (max-width: 1000px) {
  .footer {
    background-image: none;
    display: block;
  }
  .footer .left .logoimg {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .footer .left .logoimg img {
    height: auto;
    width: 100%;
  }
  .footer .left .listUl {
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    color: #FFFFFF;
    padding-top: 3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .left .listUl li {
    width: 48%;
    text-align: center;
  }
  .footer .left .listUl .fl {
    width: 48%;
    float: none;
  }
  .footer .right {
    max-width: none;
    width: 100%;
    margin-top: 30px;
  }
  .footer .right .qrlist {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .right p {
    text-align: center;
    font-size: 12px;
  }
}
@media (max-width: 730px) {
  .footer .left .listUl li {
    width: 100%;
    text-align: center;
  }
  .footer .left .listUl .fl {
    width: 100%;
    float: none;
  }
  .m-hide {
      display: none;
  }
}
