
/*底部*/
.footer {
  width: 100%;
  height: 28rem;
}

.footer .foot-top {
  width: 100%;
  height:16rem;
  background: #fff;
}

.footer .foot-top .foot-top1 {
  width: 100%;
  height:16rem;
  margin: 0 auto;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.footer .foot-top .foot-top1 div.qrcode {
  float: left;
  height:10rem;
  width: 50%;
  text-align: center;
}

.footer .foot-top .foot-top1 .qrcode img {
  width: 6.2rem;
  height: 6.2rem;
  margin-top: 1.5rem;
}

.footer .foot-top .foot-top1 .qrcode p {
  text-align: center;
  width: 100%;
  font-size: 0.7rem;
  color: #949494;
  font-family: "方正兰亭";
  margin-top: 0.16rem;
}

.footer .foot-top .foot-top1 .qrcode-right {
  float: left;
  /*height: 100%;*/
  /*margin-left: 20px;*/
  width: 100%;
}

.footer .foot-top .foot-top1 .qrcode-right h1 {
  display: block;
  width: 100%;
  font-weight: normal;
  font-size: 1.33rem;
  margin-top: 0.5rem;
  color: #222;
  font-family: "方正兰亭";
  text-align: center;
}

.footer .foot-top .foot-top1 .qrcode-right h3 {
  display: block;
  width: 100%;
  font-weight: normal;
  font-size: 0.9rem;
  margin-top: 0.8rem;
  color: #222;
  font-family: "方正兰亭";
  text-align: center;
}


.footer .foot {
  width: 100%;
  height: 12rem;
  background: #222;
  margin: 0 auto;
  position: relative;
}

.footer .foot .foot_con{
  width: 100%;
  height: 100%;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  padding-top: 0.7rem;

/*  display: flex;
  display: -webkit-flex;
  flex-direction:row;
  justify-content:space-around;*/
}
.footer .foot .foot_con .list{
  float: left;
  width: 33.3333%;
  height: 100%;
}

.footer .foot .foot_con .list ul{
    list-style: none;
}
.footer .foot .foot_con .list ul li{
  height: 1.6rem;
  text-align: center;
  line-height: 1.6rem;  
  margin-top: 1.4rem;
}
.footer .foot .foot_con .list ul li a{
  display: block;
  height: 1.6rem;
  text-align: center;
  line-height: 1.6rem;  
  font-family: "方正兰亭";
  color: #fff;
  font-size: 1rem;
}


.footer .foot div.ftt{
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  position: absolute;
  left: 0;
  bottom: 1.2rem;
  width: 100%;
}

.footer .foot div.ftt span{
  font-size: 1rem;
  color: #BDBDBD;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.5rem;
}
