body {
    font-size: 1rem;
}

main {
    flex-direction: row;
}

aside {
    background-color: #ffffff;
    height: 100%;
    overflow: auto;
    width: 200px;
    border-right: 1px solid #dbdcdd;
    padding: 0 8px;
}

aside>ul>li>div {
    font-size: 16px;
}

aside>ul>li>div:hover, aside>ul>li>ul>li>a:hover {
    color: #0473EA;
}

aside li a, aside li>div {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 8px;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    margin: 4px;
    border-radius: 6px;
    line-height: 1;
}

aside li>div>span {
    width: 0;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 8px 0 16px;
}

aside li>div>img {
    width: 1rem;
    transition: 0.3s transform;
}

aside li>div>img.selected {
    transform: rotate(180deg);
}

aside li>div+ul {
    display: none;
    overflow: hidden;
}

aside li>div+ul.show {
    display: block;
}

aside li.selected a {
    color: #0473EA;
    background: #DCE8FF;
}

article {
    width: 0;
    height: auto;
    padding: .5rem .5rem 0;
}

content form {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

content form>div {
    flex-direction: row;
    flex-wrap: wrap;
    width: 0;
    flex: 1;
}

content form>div>span {
    padding-right: 2rem;
    padding-bottom: .5rem;
}

content form>div>span>select,
content form>div>span>input:not([type='checkbox']),
content form>div>span>textarea {
    width: 14.5rem;
}

content form>button {
    margin-top: 0;
}

footer {
    justify-content: flex-start;
    height: 2.94rem;
}

footer>a, footer>button {
    width: auto;
    flex: none;
    min-width: 3rem;
    height: 1.88rem;
    line-height: 1.88rem;
    text-align: center;
    color: black;
    margin-left: 0.94rem;
    background-color: #d9efff;
    border-radius: 0.12rem;
    display: inline-block;
    padding: 0 0.8em;
    border: none;
    outline: none;
    vertical-align: middle;
    cursor: pointer;
}

.frontPanel {
    line-height: 1;
}

.frontPanel>a {
    position: relative;
    padding-left: 1rem;
    color: #0283f7;
    cursor: pointer;
}

.frontPanel>a::after {
    content: '';
    position: absolute;
    background: url("../images/goBack.png") center no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.notice {
    margin-top: .5rem;
}

.notice>.info {
    display: flex;
    align-items: center;
}

.panelTitle {
    line-height: 1;
    margin-bottom: 0.5rem;
    margin-left: 5px;
}

.welcome {
    background: #FFF;
    padding: 0 1rem;
    border-radius: 4px;
}

.welcome .oneDiv {
    display: flex;
}

.welcome .oneDiv a {
    margin: 0 2rem 1rem 0;
}

.welcome a,
.welcome p,
.welcome span {
    margin: 1rem 0;
    display: block;
}

.flexDiv {
    display: flex;
}

.flexDiv a {
    margin-right: 2rem;
}

.panelTitle {
    display: none;
}

ul.cardList>li {
    width: calc((100% - 5rem) / 6);
}

ul.cardList>li:nth-child(2n+2) {
    margin-right: 1rem;
}

ul.cardList>li:nth-child(6n+6) {
    margin-right: 0;
}
/* VuiForm 查询样式 start */
form.vuiForm {
    display: block;
}

form.vuiForm nav.tabs {
    overflow-x: auto;
    scrollbar-width: thin;
}

form.vuiForm div.tabsHead {
    display: flex;
    border-bottom: 1px solid #F7F7F7;
    ;
}

form.vuiForm div.tabsHead nav.tabs {
    width: 0;
    flex: 1;
    margin-right: 10px;
}

form.vuiForm nav.tabs>span {
    min-width: auto;
    padding: 0 14px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
/* VuiForm 查询样式 end */
/* 新版VuiForm手机端查询样式-pc兼容版 start */
.vuiForm[role='search'] .searchTabs {
    height: auto;
    align-items: unset;
    border-bottom: 0;
    width: auto;
    flex-direction: column;
}

.vuiForm[role='search'] .searchTabs > nav {
    margin-right: 0;
    overflow-x: auto;
    scrollbar-width: thin;
}

.vuiForm[role='search'] .searchTabs > nav > span {
    min-width: unset;
    padding: 0 14px;
    font-size: 14px;
}

.vuiForm[role='search'] > .searchTabs .searchTextButton {
    justify-content: unset;
    padding: 8px 0 0;
}

.vuiForm[role='search'] > .searchTabs .searchTextButton .searchFormButtonDiv {
    border: 0;
    padding: 0;
}

.vuiForm[role='search'] .searchTextButton button {
    font-size: 14px;
}

.vuiForm[role='search'] div[role='switch'] {
    width: 7em;
    min-width: 7em;
}

/* 新版VuiForm手机端查询样式-pc兼容版 end */

/* 新版pc端showMsg对应样式 */
[role='messagePc'] {
    position: absolute;
    padding: 6px 8px;
    color: #ff7d00;
    background-color: rgba(253, 246, 236, 0.8);
    border: 1px solid rgb(241, 192, 118);
    border-radius: 4px;
    z-index: 1001;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    line-height: 1.4;
}

[role='messagePc'] .moveMessage {
    cursor: move;
    user-select: none;
    margin-left: -3px;
    height: 20px;
    margin-top: -1px;
    line-height: 1;
    font-size: 21px;
    color: #acabaa;
}

[role='messagePc'] .contentMessage {
    display: inline-block;
    word-break: break-all;
    overflow-y: auto;
    line-height: 1.5;
    flex: 1;
    margin: 0px 10px;
    display: flex;
    flex-direction: column;
    min-height: calc(1em * 1.5);
    min-width: 10em;
    max-width: 50em;
    max-height: calc(20em * 1.5);
}

[role='messagePc'] [data-type='error'] {
    color: red;
}

[role='messagePc'] [data-type='info'] {
    color: #333333;
}

[role='messagePc'] .closeMessage > span {
    cursor: pointer;
    color: black;
    display: inline-block;
    transition: transform 0.2s;
}

[role='messagePc'] .closeMessage > span:hover {
    color: red;
    transform: scale(1.5);
}

[role='messagePc'] .setSizeMessage {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: nwse-resize;
    user-select: none;
}

[role='messagePc'].message-open {
    animation: message-open 0.3s;
    -webkit-animation: message-open 0.3s;
    animation-fill-mode: forwards;
}

[role='messagePc'].message-close {
    animation: message-close 0.1s;
    -webkit-animation: message-close 0.1s;
    animation-fill-mode: forwards;
}

@keyframes message-open {
    0% {
        transform: translateY(-50%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes message-close {
    100% {
        transform: translateY(-20%);
        opacity: 0;
    }
}

/* 新版pc端showMsg对应样式 end */

.dbgrid tr>th a {
    color: #000;
}