html,
body {
    font-size: 12px;
    font-family: "Microsoft YaHei", "����", "Arial", HELVETICA;
}
#login-page {
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#login-page #header {
    margin-top: 40;
    text-align: center;
    width: 100%;
}
#login-page #header #slogan .main {
    margin-bottom: 0.5rem;
    color: #333333;
    font-size: 2.5rem;
    font-weight: bold;
}
#login-page #header #slogan .sub {
    color: #cccccc;
    font-size: 1.5rem;
}
#login-page #header .slogan-img {
    max-width: 100%;
    max-height: 100%;
    width: 80%;
    /*height: 18rem;*/
    margin: 0px auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#login-page #login {
    width: 100%;
}
#login-page #login .login-header {
    border-left: 4px solid #6a05fd;
    padding-left: 0.5rem;
}
#login-page #login .login-header .chinese {
    color: #333333;
    font-weight: bold;
}
#login-page #login .login-header .english {
    margin-left: 0.5rem;
    color: #cccccc;
}
#login-page #login .component {
    border: 1px solid #ccc;
    border-radius: 5px 5px 5px 5px;
    height: 4rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1.5rem;
}
#login-page #login .component img {
    height: 40%;
    margin: 0 1.5rem;
}
#login-page #login .component .text {
    height: 100%;
    border: 0;
    flex: 0.9;
}
#login-page #login .component .text::placeholder {
    color: #ccc;
}
#login-page #login .component.active {
    border: 1px solid #6a05fd;
}
#login-page #login #mysubmit {
    margin-top: 10px;
    background-color:rgba(0, 154, 122, 1);
    color: #fff;
    height: 4rem;
    border-radius: 5px;
    font-size: 17px;
}
#login-page #login .tips {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    color: #999;
}
#login-page #login .tips .forget-pwd {
    color: inherit;
}
#login-page #login .tips .registe {
    color: #6a05fd;
}

.checkbox-view{
    /* width: 10%; */
    float: left;
}

.my_checkbox{
    margin: 0rem 0.5rem 0 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
}


.box-view{
    margin-top: 10px;
    height:2rem;
    position: relative;
    line-height: 2rem;
    display: flex;
    align-items: center;
}

.weui-cells_checkbox .weui-check:checked+.weui-icon-checked, .weui-cells_checkbox .weui-check[aria-checked="true"]+.weui-icon-checked {
    color:#7a1dff !important;
}

.weui-icon-checked {
    width: 1.5rem;
    height: 1.5rem;
}

.header-role-wrapper {
    display:inline-grid;
    height:24px;
    background-color: rgba(0, 141, 215, 1);
    border-radius: 10px 10px 10px 0px;
    margin: 0px;
    padding: 0px 9px;
    margin-left:5px;
}

.header-role-text {
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 13px;  
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
}

.doctor-role-color
{
    background-color: #009A7A;
}
.audit-role-color
{
    background-color: #B14ACA;
}


