   .hint-information {
    border-radius:5px;
    width:100%;
    height:40px;
    position:absolute;
    bottom:100px;
    line-height:40px;
    text-align: center;
    color:#fff;
    left:0;
    z-index:9;
    }
    .hint-information-tip {
        font-size: 13px;
        display:inline-block;
        padding:0 10px;
        text-align: center;
        background: rgba(0,0,0, .5);
        border-radius:5px;
        line-height:38px;
        .oppinfo{
                display: inline-block;
                background: url('//img.alicdn.com/tfs/TB1YKLLaxrI8KJjy0FpXXb5hVXa-529-46.png');
                background-size: 255px 23px;
                background-repeat: no-repeat;
                width: 255px;
                height: 23px;
                top: 7px;
                margin-right: 2px;
                position: relative;
        }
    }
    .hint-information-quality .oppinfo{
         display:inline-block;
    }
    .information-tips {
        position: absolute;
        bottom: 46px;
        left: 0;
        width: 100%;
        padding: 0 10px;
        z-index: 9;
        box-sizing: border-box;
        color: #fff;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        background-color: rgba(0,0,0,0.5);
        .information-tip-link {
        display: inline-block;
        color: #00aae5;
        cursor: pointer;
        text-decoration : none;
    }
    .information-tip-des {
        display: inline-block;
        color:#fff;
    }
    .information-tip-close {
        font-size: 20px;
        line-height: 20px;
        cursor: pointer;
        float: right;
    }
}
.information-tips2 {
    bottom: 10px;
}
.information-tip-top {
    z-index: 9;
    bottom: 0;
    line-height: 2;
    padding: 0 10px;
    background:rgba(0,0,0,0.6);
}
/**
* 错误提示
*/
.note_error{
    position: absolute;
    top: 25%;
    left: 0;
    display: block;
    width: 100%;
    background: rgba(0,0,0,1);

    .note_error_panel{
        padding: 10px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        z-index: 19;
    }
    .note_error_tit{
        padding: 10px 0;
        font-size: 18px;
    }

    .note_error_option{
        padding: 10px 0;
    }
    .note_error_action{
        display: inline-block;
        background: #19355c;
        color: #cde4ff;
        border: 1px solid #2d5275;
        padding: 5px 10px;
        margin-left: 10px;
        border-radius: 3px;
        cursor: pointer;
    }
    .note_error_action_red{
        color:#ff6600;
    }
    .note_error_other{
        padding: 10px 0;
        color: #B1B1B1;
    }
    .note_error_code{
        padding: 2px 0;
        color: #B1B1B1;
        font-size:12px;
    }
    .note_error_download{
        display: inline-block;
        margin: 0 5px;
        color: #fff;
        cursor: pointer;
    }
    a.note_error_contact{
        display: inline-block;
        margin: 0 5px;
        color: #fff;
        cursor: pointer;
        text-decoration : none;
    }
    .note_notice_panel{
        padding: 10px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        z-index: 19;
    }
    .note_notice_icon{
        margin:0 auto;
        background-repeat: no-repeat;
        width:60px;
        height:60px;
        background-image:url('data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTI4IDEyOCI+PHN0eWxlPi5zdDB7ZmlsbDojRjkzfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTExLjYgMTE5SDExNmM3LjMgMCAxMi03LjcgOC43LTE0LjJMNzIuNSAxMi4zYy0zLjYtNy4yLTEzLjktNy4yLTE3LjUgMEwyLjggMTA0LjhjLTMuMiA2LjUgMS41IDE0LjIgOC44IDE0LjJ6TTcyIDk3LjVjMCA0LjgtMy41IDguNS04LjUgOC41cy04LjUtMy43LTguNS04LjV2LS4yYzAtNC44IDMuNS04LjUgOC41LTguNXM4LjUgMy43IDguNSA4LjV2LjJ6TTU4LjkgMzVoOS44YzIuNyAwIDQuMyAyLjMgNCA1LjJsLTQuMyAzNy42Yy0uMyAyLjctMi4xIDQuNC00LjYgNC40cy00LjMtMS43LTQuNi00LjRsLTQuMy0zNy42Yy0uMy0yLjkgMS4zLTUuMiA0LTUuMnoiLz48L3N2Zz4=');
    }
    .note_notice_tit{
        padding: 10px 0;
        font-size: 19px;
    }

    .note_limit_panel{
        padding: 10px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        z-index: 19;
        }
    .note_limit_tit{ padding: 10px 0; font-size: 16px; line-height: 1.7; }
    .note_limit_desc{ padding: 20px 0;  line-height: 1.7; text-align: center;}
    .note_limit_span{ display: inline-block; vertical-align: top; text-align: left;}
    .note_limit_type{ margin: 0 5px; display: inline-block; color: #f60; }
    .note_limit_option{ padding: 10px 0; }
    .note_limit_action{ display: inline-block; background: #f60; padding: 5px 15px; border-radius: 3px; cursor: pointer; color: #fff; text-decoration: none; }
    .note_limit_submit{ display: inline-block; background: #00aae5; padding: 5px 15px; border-radius: 3px; cursor: pointer; }
    a.note_limit_conact{ display: inline-block; background: #f60; padding: 5px 15px; border-radius: 3px; cursor: pointer;color: #fff; text-decoration: none;  }
    a.note_limit_link{ padding: 0 10px; color: #999;}
}

.note_info{
    display:block;
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,1);
    z-index:10;
    .note_panel{
        position: relative;
        top:25%;
        left:0;
        padding: 10px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        z-index: 19;
        .note_title{
            padding: 10px 0;
            font-size: 16px;
            line-height: 1.7;
        }
        .note_desc{
            padding: 20px 0;
            line-height: 1.7;
            text-align: center;
        }
        .note_span{
            display: inline-block;
            vertical-align: top;
            text-align: left;
        }
        .note_type{
            margin: 0 5px;
            display: inline-block;
            color: #f60;
        }

        .note_fans {
            display: inline-block;
            margin: 0 15px 0 15px;
        }
        .note_subscribe {
            display: block;
            align-items: center;

        }
        .note_uploader {
            border-radius: 50%;
            width: 68px;
            height: 68px;
            margin: auto;
            padding: 15px;
            display:block;
        }
        .note_btnsubscribe{
            font-size: 18px;
            display: inline-block;
            background: #00aae5;
            padding: 5px 15px;
            border-radius: 25px;
            cursor: pointer;
        }
        .note_option{
            padding: 10px 0;
        }
        a.note_action{
            display: inline-block;
            background: #f60;
            padding: 5px 15px;
            border-radius: 3px;
            cursor: pointer;
            color: #fff;
            text-decoration: none;
        }
        .note_submit{
            display: inline-block;
            background: #00aae5;
            padding: 5px 15px;
            border-radius: 3px;
            cursor: pointer;
        }
        a.note_conact{
            display: inline-block;
            background: #f60;
            padding: 5px 15px;
            border-radius: 3px;
            cursor: pointer;
            color: #fff;
            text-decoration: none;
        }
        a.note_link{
            padding: 0 10px;
            color: #999;
        }
        input.note_password{
            width: 100px;
            height: 28px;
            margin: 0;
            padding: 0;
            text-align: center;
            border: 1px solid #333;
        }
    }

}
