﻿* {
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navigation-bar {
    font-size: 17px;
    color: #FFFFFF;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 9999;
    background: bottom center no-repeat;
    background-image: url(../images/index_01.png);
    background-size: 100% 100%;
    overflow: hidden;
}

.navigation-bar.iphone .navigation-bar-wrap {
    padding-top: 0.533333rem;
}

.navigation-bar.iphoneX .navigation-bar-wrap {
    padding-top: 1.066667rem;
}

.navigation-bar-menu {
    display: -webkit-box;
    -webkit-box-pack: justify;
    position: relative;
    height: 1.2rem;
    line-height: 1.2rem;
}

.navigation-bar-menu .left {
    min-width: 1.333333rem;
    background: 0.373333rem center no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAoCAMAAADT08pnAAAAmVBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////VHQRUAAAAMnRSTlMABfvk9/TvzKaaey8gCuvejodHQBsVEQ3X08XBvLiwq6CTbmZiW1ZPOTco6LGBc3IpJkeE90UAAADmSURBVCjPddPHGoIwEEXhgFKkWJBir4Bgl/d/OLl8uMkdZ/mfTZgQJc1rJLLymsY1BJ827ezZR3Ar0tlw4XZFvoOPfd3DDXzw1j1bwSeB7okDX8S6x0u4k+geTOCrVPfrAL4JdffH8DttorLhvKG5BeedXobwKXlpwh/keedP8hPYPJN7nRfk6mxin4HiKbryIe8Pe/OFEqHYNXn/4dZcKDVWNYzI++WaJTmuAyUn/13gSSjxAsUTSrJEmQkldVCOQsnWKAeDS7hF2aOIP/U2FIqLss7Un4fjpPJTk0+tZuLJMF77LV8XvSUp0KmaNgAAAABJRU5ErkJggg==);
    background-size: 0.32rem;
    position: relative;
    z-index: 1;
}

.navigation-bar-menu .title {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.navigation-bar-menu .right {
    min-width: 1.333333rem;
    font-size: 0.373333rem;
    padding-right: 0.373333rem;
    position: relative;
    z-index: 1;
    text-align: right;
}


/* ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: transparent;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 6px solid #eae7e7;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(245, 0, 25, .8);
    box-shadow: inset 0 0 5px rgba(245, 0, 25, .8);
} */

.loading {
    background: #e02709;
    /* url(/common/images/loading.gif) center center no-repeat; */
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background-size: .533333rem;
}

* {
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/*页面异常样式*/

.study-error {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: white;
}

.study-error-content {
    width: 100%;
    height: auto;
}

.study-error-content .study-error-icon {
    width: 3.866667rem;
    height: 3.68rem;
    margin: 0 auto;
    margin-top: 4.373333rem;
    background: url("http://d.zhangle.com/pic/cft/app/info/deliver-v4/images/study-network-error.png") no-repeat;
    background-size: 100% 100%;
}

.study-error-content p:nth-of-type(2) {
    margin-top: 0;
}

.study-error-content .study-error-info {
    font-size: 0.4rem;
    line-height: 0.586667rem;
    margin-top: 0.426667rem;
    color: #C5C5C5;
    text-align: center;
}

.study-error-content .study-error-info .study-error-reload {
    color: #4a90e2;
}

.study-error-content .study-error-btn {
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    width: 3.973333rem;
    height: 0.906667rem;
    font-size: 0.4rem;
    color: #DF4D4E;
    text-align: center;
    line-height: 0.906667rem;
    border: 1px solid #DF4D4E;
    border-radius: 0.106667rem;
    margin-top: 0.8rem;
}

.study-not-found .study-error-content .study-error-icon {
    background-image: url("http://d.zhangle.com/pic/cft/app/info/deliver-v4/images/study-404.png");
}

.study-data-failed .study-error-content .study-error-icon {
    background-image: url("http://d.zhangle.com/pic/cft/app/info/deliver-v4/images/study-data-failed.png");
}

.study-network-error .study-error-content .study-error-icon {
    width: 3.68rem;
}

.study-server-error .study-error-content .study-error-icon {
    width: 3.68rem;
}