.footer{
    height: .6rem;
    position: fixed;
    z-index: 80;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto ;
    width: 100%;
    max-width: 640px;
}
.footerDiv{
    height: 1rem;
    background: #fff;
    font-size: 0;
    position:fixed;
    width: 100%;
    max-width: 640px;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 20px rgba(0,0,0,.4);
    z-index: 80;
    margin: auto;
}
.appDown{
    position: absolute;
    top: -1rem;
    width: 100%;
    background: #fff;
    height: 1rem;
    border-bottom: 2px solid #f2f2f2;
}
.foLO{
    display: inline-block;
    width: 1rem;
    padding: .2rem;
}
.appText{
    display: inline-block;
    font-size: .24rem;
    padding: .2rem 0;
}
.appTextP2{
    font-size: .2rem;
}
.downapp{
    float: right;
    font-size: .2rem;
    color:#fff;
    background: #f8485e;
    border-radius: .1rem;
    padding: .1rem .4rem;
    margin: .2rem .4rem .2rem 0;
}
.cos{
    position: absolute;
    right: .2rem;
    top: -.3rem;
    width: .4rem;
}
.cos img{
    width: 100%;
}
.footerDiv>a{
    padding-top: .2rem;
    display: inline-block;
    width: 20%;
    font-size: .2rem;
    color: #f8485e;
    text-align: center;
    height: 1rem;
}
.footerDiv>p{
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
    height: 1rem;
    line-height: 1rem;
    text-align: left;
    color: #f8485e;
    font-size: 0.3rem;
}
.footerDiv>a>i{
    font-size: .5rem;
}
.kefu_btn{ cursor: pointer; }
.opacity{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color:rgba(0,0,0,0.5) ;
  z-index: 999;
}
.show{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto auto;
  width: 300px;
  height: 240px;
  background: #fff;
  border-radius:10px;
  z-index: 9999;
}
.content .contentHead{
  height: 60px;
}
.content .contentHead .close{
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  font-size: 16px;
}
.content .contentHead p{
  font-size: 16px;
  text-align: center;
  color: #999;
  margin-top: 40px;
  line-height: 40px;
}
.content .conetntBody{
  width: 100%;
  height: 60px;
  background-color: #f8485e;
}
.content .conetntBody p{
  color: red;
  text-align: center;
  line-height: 60px;
  padding: 0;
}
.content .conetntBody span{
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
.content .contentFoot{
  height: 40px;
  margin-top: 10px;
}
.content .contentFoot p{
  text-align: center;
  line-height: 40px;
}
.content .contentFoot a{
  font-size: 0.3rem;
  color: #f8485e;
  text-decoration: underline;
}
@media(max-width: 600px){
  .fixed .left{
    width: 15%;
  }
  .fixed .right{
      width: 84%;
  }
  .fixed .right p{
    font-size: 16px;
  }
}