.android .page.search .mwhz_c .sdata {
    height: calc(100vh - 6.033333rem);
}

.ios .page.search .mwhz_c .sdata {
    height: calc(100vh - 4.833333rem);
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    padding-bottom:10px;
    margin-bottom:-10px;
}

.toast_tip {
    position: absolute;
    left: 50%;
    top: 50%;
    background: rgba(0, 0 , 0, .6);
    color: #fff;
    border-radius: 16px;
    padding: 16px;
    max-width: 80%;
    line-height: 48px;
    font-size: 24px;
    text-align: center;
    transform: translate(-50%,-50%);
    display: none;
}

#zoomEl {
    width: calc(100% - 0.64rem);
}