/*footer*/
.footer{
  position:relative;
  height:128px;
  background:#FEF103;
  padding:34px 0 0;
  color:#333;
}
.footer-logo{
  position:absolute;
  left:0;
  top:0;
  width: 140px;
}
.product,.about{
  position:absolute;
  top:0;
  right:0;
  text-align:left;
}
.product{
  right:0;
  width:160px;
}
.about .product li{
  width:75px;
  font-size:10px;
  line-height:24px;
  text-align:center;
  margin-right:0;
  color:#333;
  }
  .about .product li a{
    color:#333;
  }
  .aboutList{
    width:103px;
    border-right:1px solid #333;
  }
  .aboutList p{
    padding-bottom:6px;
  }
.about .product li img{
    margin:0 auto;
  }
  .product-icon{
    width:25px;
  }
.about{
  width:283px;
}
.about p{
  text-align:left;
}
.about li{
  position:relative;
  display:inline-block;
  width:25px;
  margin-right:10px;
  box-sizing:border-box;
}
.about span{
  display:none;
  position:absolute;
  top:-117px;
  left: 50%;
  width: 112px;
  height: 103px;
  margin-left: -61px;
  padding-top: 9px;
  text-align: center;
  background:#fff;
}
.about span img{
  display:inline;
}

.about li:hover span{
  display:block;
}
.footer-name,.about p{
  padding-bottom:12px;
  font-size:12px;
}
.footer-info{
  padding: 0 17% 0 5%;
  text-align:center;
}
.footer-info li{
  display:inline-block;
  border-right:1px solid #333;
  padding:0 16px;
  text-align:left;
  color:#333;
}
.footer-des{
  padding:32px 0 0;
  text-align:center;
  font-size:12px;
}
.footer-des a{
  color:#333;
}


@media screen and (max-width:1218px) {
  .footer-info{
    padding: 0 6% 0 14%;
    text-align:center;
  }
  .footer-info li{
    padding:0 15px;
  }
  .about{
    position:relative;
    /* width:162px; */
    margin:15px auto;
  }
  .footer-logo{
    left:-28px;
  }

}

/*底部美恰*/
.meiqia-pop{
  position:fixed;
  right:10px;
  bottom:240px;
  z-index:9998;
}
.meiqia-pop.cur{
  bottom:10px;
}
.meiqia-btn{
  display:;
  width:211px;
  background:#5C68F3 url(../../../img/home/meiqia_icon2.png) no-repeat 20px 9px;
  border-radius:25px;
  color:#fff;
  text-align:center;
  font-size:14px;
  line-height:40px;
  cursor:pointer;
  text-indent:25px;
}
.meiqia-btn-icon{
  display:none;
  cursor:pointer;
}
.meiqia-txt{
  display:none;
  position:absolute;
  right:0;
  bottom:42px;
  width:218px;
  height:177px;
  padding:20px 0 0;
  background:url(../../../img/home/meiqia_bg.png) no-repeat;
  text-align:center;
  color:#fff;
  cursor:pointer;
}
.meiqia-txt em{
  display:block;
  width:40px;
  height:40px;
  background:#fff;
  border-radius:50%;
  margin:0 auto 10px;
}
.meiqia-txt span{
  display:block;
  width:139px;
  height:31px;
  margin:20px auto 0;
  background:rgba(255,255,255,1);
  border-radius:16px;
  color:#5C68F3;
  line-height:31px;
  cursor:pointer;
}
.meiqia-closed{
  display:block;
  position:absolute;
  right:10px;
  top:10px;
  width:10px;
  height:10px;
  background:url(../../../img/home/meiqia_closed.png) no-repeat;
  text-indent:-9999px;
  cursor:pointer;
  transition:.5s;
  -webkit-transition:.5s;
}
.meiqia-closed:hover{
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

/*pc适配ipad版*/
.ipadBox .footer{
  padding-bottom:35px;
}
.ipadBox .footer-logo{
  left:0;
  width:130px;
}
.index .footer.cur{
  padding-bottom:30px;
}
@media screen and (max-width:769px) {
  .ipadBox .footer-logo{display:none;}
  .ipadBox .about{display:none;}
  .ipadBox .footer-info{padding:0;}
}

/*#meiqia-container{display:none;}*/
iframe[name='button'] {
  display: none !important;
}

