body,p,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,td,input,select,textarea,figure{
	margin:0;
	padding:0;
}
body{
	font-family:"微软雅黑",Arial;
    background:#fff;
    position: relative;
	-webkit-text-size-adjust: 100% !important;
}
html,body{
    width:100%;
}
a{
	text-decoration:none;
}
img{
	border:none;
	display:block;
}
html{
	font-size:16px !important;
}

#menuBar{
    display: flex;
    position: fixed;
    top: 40px;
    right: 15px;
    z-index: 999;
    width: 87px;
    height: 32px;
    background: rgba(255,255,255,0.6);
    border-radius: 16px;
    border: 1px solid #EBEBEB;
    overflow: hidden;
    box-sizing: content-box;
}
#shareBtn{
    width: 20px;
    height: 18px;
    padding:7px 10px 7px 13px;
    box-sizing: content-box;
}
#closeBtn{
    width: 18px;
    height: 18px;
    padding:7px 13px 7px 13px;
    box-sizing: content-box;
}

.header{
    height:45px;
    background-color: #ededed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 16px;
    font-size: 17px !important;
}
.header img:first-child{
    display: block;
    width:14px;
    height:14px;
}
.header img:last-child{
    display: block;
    width:20px;
}
.content{
    height: 100%;
    padding:0 15px;
    overflow-y: auto;
    background-color: #f3f3f3;
    padding-bottom:2%;
}
.content h2{
    font-size: 19px;
    color: #2E2E2E;
    line-height: 30px;
}
.content span{
    font-size:15px;
    color:#999999;
    display: block;
    line-height: 20px;
    padding-top:10px;
}
.content em{
    font-style: normal;
    font-size:12px;
    color:#999999;
    line-height: 44px;
    display: block;
}
.content em{
    margin-left:13px;
}
.content em:first-child{
    margin-left:0;
	color:#2E2E2E;
}
.content img{
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto 15px auto;
}
.content p{
    font-size: 16px;
    color: #2E2E2E;
    letter-spacing: 0;
    line-height:28px;
    margin-bottom:10px;
	text-align: justify;
}
.content .post{
	font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height:30px;
}
.MenuBox{
    position: fixed;
    bottom:0;
    right:20px;
}
.MenuBox img{
    display: block;
    width:40px;
    height:40px;
    margin-bottom:16px;
    cursor: pointer;
    border-radius: 50%;
}
.MenuBox a{
    display: block;
    width:40px;
    height:40px;
    margin-bottom:16px;
    cursor: pointer;
    border-radius: 50%;
    background-size: cover;
}
.remark{
    font-size: 26px;
    color: red;
    font-weight: bold;
    display: none;
}
#fullPage{
    display: none;
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 19930428;
}
#fullPage img{
    display: block;
    width: 100%;
}
#canvas{
    width: 100%;
    height: 100%;
    background: none;
    display: block;
}
/* 遮罩层 */
.Mask_box{
    position: relative;
    display: none;
}
.Mask{
    position: fixed;
    top: 0;
    background: rgba(0,0,0,.5);
    height: 100%;
    width: 100%;
} 
.shareBox{
    position: fixed;
    bottom: 0;
    z-index: 111;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height:100px;
    background: white;
    
}
.shareBox img{
    display: block;
    width:35px;
    height:35px;
}
.shareBox a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.shareBox span{
    display: block;
    color: #333;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    line-height:30px;
}
#min .optTips{
    width: 160px;
    height: 22px;
    position: fixed;
    bottom: 30px;
    left: 50%;
    margin-left: -80px;
    background: url('../image20/detailsIptTips.png')no-repeat center / 100% 100%;
    opacity: 0.8;
}
/* 打开APP begin*/
.footer-contain{
  position: fixed;
  top:0;
  height: 48px;
  width: 100%;
  background:#fff;
  color: #666;
  z-index: 1000;
  background-size:contain;
}
.footer-contain .footer-box{
    display: flex;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    padding: 0 8px;
}
.footer-contain .footer-box .app-logo{
  width: 34px;
  height: 34px;
  border-radius: 17px;
  text-align: center;
	margin-right:10px;
}
.footer-box .app-logo .logo{
  display: block;
  width: 34px;
  height: 34px;
  background: url('../image20/logoapp.png') center center no-repeat;  
  background-size:contain;
  border-radius: 5px;
}
.footer-contain .footer-box .app-content{
  flex: 1;
}
.footer-box .app-content .app-name{
    font-size: 14px;
   
}
.footer-box .app-content .app-brief{
    font-size: 12px;
   
}
.footer-box .app-content .app-details{
  font-size: 11px;
}

.footer-contain .footer-box .app-down{
  display: inline-block;
  
 
  border-radius: 4px;
  font-size: 14px;
  
  height: 28px;
  line-height: 30px;
  width: 72px;
  text-align: center;
  color:#fff;
  border: 1px solid #fff;
  background:#178EEB;
}
/* 打开APP end/