body,p,ol,dl,ul,li,dt,dd,input,fieldset,h1,h2,h3,h4,h5,h6,table,form{margin:0;padding:0}
li{list-style-type:none}
a{text-decoration:none;color:#666}
.left{float:left;}
.right{float:right;}
.clear:after{content:".";clear:both;height:0;visibility:hidden;overflow:hidden;display:block;}
img{border:none;vertical-align: top;}
body{font-family: '微软雅黑';font-smoothing: antialiased;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
input{border:none;outline: none;}
button{outline: none;}
b,strong{font-weight: normal;}


/*微信云分享页面*/
.downLoadAppKHD{
  width: 92%;
  height: 65px;
  background: #313131;
  margin:0 auto;
  border-radius: 10px;
  position: fixed;
  left: 50%;
  margin-left: -46%;
  bottom: 14px;
  display: none; 
}
.wsfIcon{
  width: 41px;
  height: 41px;
  margin:12px 12px 0 12px;
}
.wsfIcon img{
  width: 100%;
  height: 100%;
}
.wsfTips{
  color: #fff;
}
.wsfTips h3{
  margin-top: 12px;
  font-size: 17px;
  line-height: 24px;
}
.wsfTips p{
  font-size: 12px;
  line-height: 17px;
}
.openApp{
  width: 64px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin: 18px 12px 0 0;
  border-radius: 6px;
  background: #C64F4F;
  font-weight: 600;
}
#weixin-tip{
  position: fixed; 
  left:0; 
  top:0; 
  background: rgba(0,0,0,0.8); 
  filter:alpha(opacity=80); 
  width: 100%; 
  height:100%; 
  z-index: 100;
  z-index: 999;
  display: none;
} 
#weixin-tip p{text-align: center; margin-top: 10%; padding:0 5%;}
#weixin-tip p img{width: 100%}



/*分享

  通过版本号判断是新版还是旧版

  IOS URL自带  type=IOS&version=2.5.7
  获取URL参数即可 iosVersion
  
  android 获取android的方法得到code也就是版本号
  androidVersion

  判断 iosVersion&&iosVersion<2.5.6 || androidVersion&&androidVersion<=405
  即是老版分享
  否则是新版分享

  新版分享  link字段  需添加版本号  这样在分享页面即可通过版本号判断是否用最新的分享还是老版的
  
  微信分享页的书籍跳转链接需添加版本号


*/












