/*通用跳转原生APP入口路径*/
.wy_header{
    height: 45px;
    background-color: #333;
    line-height: 50px;
    color: white;
    font-size: 12px;
}
.wy_header p{
    float: left;
}
.JDicon{
    margin-top: 7px;
    margin-left: 5%;
    width: 35px;
    height: 35px;
}
.closeIcon{
    margin-left:5%;
    margin-top: 4%;
    width: 16px;
    height: 16px;
}
.closeIcon img{
    float: left;
}
.wy_header .wenzi{
    margin-top: 5px;
    line-height: 18px;
    margin-left: 5%;
}
.wy_header .openimadiate{
    background-color: #00c0ff;
    float: right !important;
    display: inline-block;
    width: 31.88%;
    height: 100%;
    font-size: 13px;
    text-align: center;
    color: #fff;
}
.head-fixed{
    top: 45px ;
}