﻿body {
}
.text-center {
    text-align: center;
}

.text-red {
    color: red;
}

.text-blue {
    color: blue;
}

.text-bold {
    font-weight: bold;
}

.input-icon .layui-icon {
    position: absolute;
    padding: 10px;
}

.input-icon > input {
    padding-left: 35px;
}

.header-shadow {
    box-shadow: rgba(0,0,0,0.1) 0 1px 5px 0;
    border-bottom: 1px solid #e4e4e4;
    height: 80px;
    margin-bottom: 30px;
}

.header {
    padding: 10px 0px 10px 10px;
}

.header-text {
    font-size: 28px;
    vertical-align: middle;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #d2d2d2;
}

.header-right {
    float: right;
    line-height: 60px;
    padding-right: 10px;
}
#appqr_div {
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    min-width: 200px;
}
    #appqr_div > .layui-icon-loading{
        font-size:40px;
        margin-top:20px;
    }