.footer{
  width: 100%;
  min-height: 354px;
  margin-top:200px;
  background: #062F81;
}
*{
  margin: 0;padding: 0;  touch-action: manipulation;

}
.english{
  display: none;
}
.footer_info{
  width: 1350px;
  margin: auto;
  display: flex;
  padding-top: 50px;
justify-content: space-between;
}
.footer_list{
  display: flex;

}
.list_more{
  text-align: left;
  margin-left: 80px;
}

.more_title{
  font-family: SourceHanSansCN-Medium;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  margin-bottom: 4px;
}
.list_more p{
  opacity: 0.7;
  font-family: SourceHanSansCN-Light;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  margin-top: 18px;
}
.list_more a{
  text-decoration: none;
  font-family: SourceHanSansCN-Light;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  margin-top: 18px;
  cursor: pointer;
}
.footer_msg{
  width: 100%;
  height: 80px;
  background: #06286A;
  text-align: center;
  font-family: SourceHanSansCN-Light;
  font-size: 14px;
  color: rgba(255,255,255,0.80);
  letter-spacing: 0;
  line-height: 80px;
}
.footer_qr{
  display: flex;align-items: center;

}
.qr_box{
  width: 110px;
  text-align: center;
  margin-left: 24px;
}
.qr_box img{
  width: 110px;
  height: 110px;
}
.qr_box p{
  opacity: 0.7;
  font-family: SourceHanSansCN-Light;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 69px)and (max-width: 699px) {
  .footer_info{
    width: 100%;flex-wrap: wrap;
  }
  .footer{
    min-height: 612px;
  }
  .footer_list{
    width: 100%;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-top: -30px;
  }
  .list_more{
    width: 120px;
    margin-left: 0px;
    text-align: center;
    margin-top:30px;
  }
  .footer_qr{
    width: 300px;
    margin: auto;
    margin-top: 40px;
    justify-content: space-around;
  }
  .footer_qr div{
    margin-left: 0px!important;
  }
  .footer_msg{
    zoom: 0.5;
    margin-top: 20px;
  }
}
