﻿/*
 * *Created by PoLeung
 * *Email 30930572@qq.com
 * *Create date 2022-03-23
 * *Copyright LockDataV
 * *Desc data visualization project based on echarts4.0.js.
 */

@charset "utf-8";
body {
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei";
    color: #333;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

a {
    background-color: transparent;
    outline: 0;
    text-decoration: none;
}


button, input, optgroup, select, textarea {
    margin: 0;
    padding: 0;
    border: 1px solid #ededed;
    font-family: inherit
}

input {
    font-family: "Microsoft Yahei";
}

label, select, button, input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {
    cursor: pointer
}

input[type=checkbox], input[type=radio] {
    padding: 0
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix {
    zoom: 1;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

html {
    font-size: 14px
}

body {
    min-width: 100%;
    min-height: 100%;
    background: #f2f2f2 url('../images/loginbg.jpg') no-repeat top center;
    background-size: cover;
}

a:hover {
    text-decoration: none;
}

.aui-input {
    font-size: 14px;
    position: relative;
    z-index: 1;
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
    color: #333;
    border-width: 1px;
    border-style: solid;
    outline: 0;
}

button, input, optgroup, select, textarea {
    margin: 0;
    padding: 0;
    border: 1px solid #ededed;
    font-family: inherit;
}

input {
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    padding: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}

input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 11px system-ui;
}

.aui-btn {
    font-size: 16px;
    line-height: 44px;
    display: inline-block;
    height: 44px;
    padding: 0 30px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    outline: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: .05s linear;
    -o-transition: .05s linear;
    transition: .05s linear;
}

.aui-header {
    margin: auto 0;
    padding: 0;
    width: 100%;
}

.aui-header-box {
    width: 100%;
    height: 380px;
    text-align: center;
    color: #FFF;
    border: none;
}

.aui-header-box > img {
    margin-top: 60px;
    width: 68%;
}

.aui-content-box {
    width: 400px;
    margin: -150px auto 60px;
    padding: 30px 65px 70px 75px;
    background-color: #ffffff;
    display: table;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 10px;
    border: 1px solid #d6d6d6;
    z-index: 1;
    position: relative;
    z-index: 1;
}

.aui-content-box-fl {
    width: 400px;
    height: 350px;
    float: left;
}

.aui-content-box-fr {
    width: 0px;
    height: 280px;
    background: #fff url("../images/doctor.png") no-repeat top right;
    background-size: contain;
    padding-top: 26px;
    float: right;
    padding-left: 0px;
}

.copyright {
    width: 100%;
    text-align: center;
    margin: 30px 0;
}

.aui-form-header {
    position: relative;
    z-index: 1;
    height: 35px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e2e0e0;
}

.aui-form-header .aui-form-header-item {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    float: left;
    width: 50%;
    height: 33px;
    cursor: pointer;
    text-align: center;
    color: #121212;
}

.aui-form-header li a {
    color: #121212;
}

.aui-form-content-item {
    display: none;
}

.aui-form-header .on {
    margin-bottom: -1px;
    color: #3aaaa8;
    border-bottom: 2px solid #3aaaa8;
}

.aui-form-header .on:after {
    position: absolute;
    z-index: 2;
    top: -12px;
    left: 50%;
    margin-left: -3px;
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    border: 6px solid transparent;
    border-bottom-color: #3aaaa8;
}

.aui-form-header .on:after {
    z-index: 3;
    top: -11px;
    width: 0;
    height: 0;
    line-height: 0;
    border: 6px solid transparent;
    border-bottom-color: #fff;
}

.aui-form-header .on:after {
    position: absolute;
    z-index: 2;
    top: 21px;
    left: 50%;
    margin-left: -3px;
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    border: 6px solid transparent;
    border-bottom-color: #3aaaa8;
}

.aui-form-list {
    position: relative;
    z-index: 1;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

.aui-form-list .aui-input {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-color: #ededed;
    background: 0 0;
}

.aui-form-pwd {
    padding-top: 20px;
}

.aui-form-pwd a {
    position: relative;
    float: right;
    font-size: 14px;
    display: block;
    text-align: right;
    text-decoration: none;
    color: #3aaaa8;
    margin-top: -5px;
    z-index: 3;
}

.aui-form-pwd a:hover {
    color: #121212;
}

.aui-form-btn {
    position: relative;
    margin-top: 20px;
}

.aui-form-btn .aui-btn {
    color: #fff;
    border-color: #3aaaa8;
    background-color: #3aaaa8;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 46px;
    height: 46px;
}

.aui-child {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    height: 43px;
    font-size: 14px;
    padding: 0;
    border: 0;
    color: #3aaaa8;
}

.aui-child-img img {
    width: 75px;
    display: block;
    border: none;
}

.aui-content-box-text h3 {
    margin: 44px 0 8px;
    color: #555;
    font-size: 14px;
}

.aui-content-box-text .aui-ll-link {
    display: inline-block;
    height: 22px;
    font-size: 15px;
    color: #3aaaa8;
    padding-right: 23px;
    /*background: url("../img/icon-row.png") right center no-repeat;
    background-size: 20px;*/
}

.aui-content-box-text-link {
    margin-top: 12px;
    text-align: center;
}

.aui-content-box-text-link li {
    display: block;
    margin-left: 22px;
    float: left;
}

.aui-content-box-text-link li:first-child {
    margin: 0;
}

.aui-content-box-text-link li a {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
}

.aui-form-list .aui-input:active {
    border-bottom: 1px solid #3aaaa8;
}

.aui-form-list .aui-input:active {
    border-bottom: 1px solid #3aaaa8;
}

.aui-form-list .aui-input:hover {
    border-bottom: 1px solid #3aaaa8;
}

.aui-form-ty {
    width: 100%;
    position: relative;
    padding-top: 10px;
    text-align: center;
    color: #999;
}