@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    border: 0;
    word-wrap: break-word;
}
*,
*:before,
*:after {
    /* 修改盒子模型 */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
    line-height: 22px;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding: inherit;
    -webkit-user-select: text;
    border: 1px solid #c8c7cc;
    border-radius: 0;
    outline: 0;
    background-color: #fff;
    -webkit-appearance: none;
}

.navbar-inverse
{
    background-color:purple;
}


.loading-content{
    width:84%;
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 8%;
    bottom: 50%;
    z-index: 1000;
    text-align: center;
}
