
.zhiw_position_pop {
    display: none;
    position: fixed;
   height: 90%;
    left: 0;
    right: 0;
    bottom: -100%;
    margin: auto;
    z-index: 99999;
}

.zhiw_position_pop var {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #000;
    opacity: 0
}

.zhiw_position_pop .pop_cont {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    height:100%;
    background-color: #fff;border-top-left-radius: 10px;border-top-right-radius: 10px;overflow: hidden;
    position: absolute;
   
    left: 0%;
    right: 0%;    
    margin: auto;
  
}
.zhiw_position_pop.on{bottom:0}
.zhiw_position_pop .pop_cont iframe {
    display: block;
    width: 100%;
    height:calc(100% - 50px) ;
    overflow: hidden;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0
}
.guanbizw{padding: 10PX 0 10PX 10PX; }
.guanbizw .nav-trigger .icon-bar{background: #2e9ee3;}
.xqneirong{ display: block;
    width: 100%;
    height:calc(100% - 50px) ;
    overflow: auto;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0}
    .detail .block .con {
    word-break: break-all;
    white-space: pre-wrap;
}
.search {
						width: 96%;
						margin-left: 2%;
						height: 60px;
						display: flex;
						align-items: center;
						justify-content: center;
					}
		
					.search input {
						width: 60%;
						height: 40px;
						border: 1px #eeeeee solid;
						padding: 5px;
						border-top-left-radius: 20px;
						border-bottom-left-radius: 20px;
					}
		
					.search div {
						width: 100px;
						height: 40px;color: #fff;
						
						line-height: 40px;font-size: 15px;
						background-color: #164198;
						border-top-right-radius: 20px;
						border-bottom-right-radius: 20px;
					}
					.search .but img{
					width: 20px;
    float: left;
    margin: 10px 10px 0 18px;}
    .detail .topInfo .list .item .s1{width: 70px;}
    .detail .topInfo .list .item .s2{width: 4.8rem;padding-top: 2px}
    .hidden{ height: 100vh; overflow: hidden;}
  