@charset "UTF-8";

html {
    font-size: 16px;
}

body {
    position: relative;
    overflow: hidden;
    min-width: 1024px;
    max-width: 100%;
}

/* UIFormSearch相关样式 */
form.search {
    padding: 0 .75rem;
    position: sticky;
    left: 0;
}

form.search>div:first-of-type:not(ul+div) {
    align-items: flex-start;
}

form.search>div>nav {
    margin-right: 5rem;
}

form.search>div>nav>span {
    width: auto;
    flex: none;
}

form.search li>label:first-child {
    min-height: 1.75rem;
    height: auto;
    line-height: 1;
    text-align: right;
    justify-content: flex-end;
    width: 7em;
    margin-right: .5rem;
    padding-top: 0;
    align-items: center;
}

form.search>div:first-of-type {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    border-bottom: .0625rem solid #F7F7F7;
}

form.search>div:first-of-type>span {
    display: block;
    font-weight: bold;
    position: relative;
    padding-right: .875rem;
    align-self: center;
}

form.search>div:first-of-type>div.searchFormButtonDiv {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: .25rem 0;
}

form.search>div:first-of-type>nav+div.searchFormButtonDiv {
    flex: none;
}

form.search>div:first-of-type>div.searchFormButtonDiv>button {
    font-size: .875rem;
    height: auto;
    background-color: var(--s-search-button-color);
    color: #fff;
    border: 0;
    outline: none;
    cursor: pointer;
    line-height: 1.75rem;
    margin: 0 .625rem 0 0;
    border-radius: .25rem;
}

form.search>div:first-of-type>div.searchFormButtonDiv>button:hover {
    background-color: var(--s-search-button-hover-color);
}

form.search ul {
    padding: .5rem 0 .25rem;
    display: flex;
    flex-wrap: wrap;
}

form.search li {
    width: 25%;
    display: flex;
    align-items: flex-start;
    padding: 0 .375rem .25rem 0;
}

form.search li>div:not([role="switch"]) {
    border-color: var(--s-border);
}

form.search li div[role='switch'] {
    width: 7em;
    text-align: right;
    padding-top: .375rem;
}

form.search li>div:not([role='switch']):hover {
    box-shadow: 0 0 .375rem .0625rem rgba(112, 119, 129, 0.2);
}

form.search li>div.dateArea>input[type="text"]:first-of-type {
    min-width: 5.5rem;
    max-width: 7em;
}

form.search li .formMark {
    cursor: pointer;
}

form.search li .formMark:hover>em {
    color: #008738;
}

form.search li.liWord>mark {
    width: 30%;
}

form.search li div[role='switch']+label {
    padding-top: .25rem;
}

/* UIFormEdit相关样式 */
form[role='modify'] {
    padding: 0 .75rem;
}

form[role='modify']>ul {
    padding: .5rem 0 .25rem;
    display: flex;
    flex-wrap: wrap;
}

form[role="modify"] li>label:first-child {
    display: flex;
    min-height: 1.75rem;
    height: auto;
    line-height: 1;
    text-align: right;
    justify-content: flex-end;
    width: 7em;
    margin-right: .5rem;
    padding-top: 0;
    align-items: center;
}

form[role='modify'] li>div:not([role='switch']) {
    flex: 1;
}

form[role="modify"] li label>em {
    color: unset;
}

/* 必填栏位 */
form[role="modify"] li label>font[role="require"]+em {
    max-width: 6em;
}

form[role="modify"] li>div[role='switch'] {
    width: 7em;
    text-align: right;
    padding-top: .375rem;
    margin-right: .5rem;
    float: none;
}

form[role='modify'] li {
    width: 25%;
    display: flex;
    align-items: flex-start;
    padding: 0 .375rem .25rem 0;
}

form[role='modify'] li>div:not([role='switch']):hover {
    box-shadow: 0 0 .375rem .0625rem rgba(112, 119, 129, 0.2);
}

form[role="modify"] li>div.uploadFile li>div:first-of-type:hover {
    box-shadow: none;
}

form[role='modify'] li .formMark {
    cursor: pointer;
}

form[role='modify'] li .formMark:hover>em {
    color: #008738;
}

form[role='modify'] li.liWord>mark {
    width: 30%;
}

form[role='modify'] ul li div[role='switch']+label {
    padding-top: .25rem;
}

form[role="modify"] .modify-head {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: .0625rem solid #EBEBEB;
    color: #999999;
}

form[role="modify"] .modify-head>nav.tabHead {
    display: flex;
    flex: 1;
    border: 0;
}

form[role="modify"] .modify-head nav.tabHead>span {
    min-width: 6rem;
    flex: none;
    cursor: pointer;
    padding: .25rem 0;
}

form[role="modify"] .modify-head div[role="tabButtons"] {
    padding: .125rem 0;
}

form[role="modify"] .modify-head>nav.tabHead>.group-tab-li-selected::before {
    height: .0625rem;
    width: 100%;
}

form[role="modify"]>.tabBody {
    padding: 0;
}

form[role="modify"]>.tabBody>.modify-selected {
    display: flex;
    flex-wrap: wrap;
}

form[role="modify"] button {
    margin: 0 0.5rem;
}

/* UIFormEdit开启分组与openTabModel参数之后的css */
form[role='modify'] .fieldset {
    padding: .75rem;
    margin: .5rem .75rem;
}

form[role='modify'] .fieldset legend {
    font-size: 1rem;
    margin-left: -.5rem;
}

form[role='modify'] .fieldset legend::before {
    top: .375rem;
    bottom: .375rem;
    left: -1rem;
    width: .125rem;
}

form[role='modify'] .fieldset li {
    float: left;
    width: 25%;
}

form[role='modify'] .fieldset li>label:first-child {
    min-height: 1.75rem;
    height: auto;
    line-height: 1;
    text-align: right;
    justify-content: flex-end;
    width: 7em;
    margin-right: .5rem;
    padding-top: 0;
    align-items: center;
}

form[role='modify'] .fieldset li>div:not([role="switch"]) {
    border-color: var(--s-border);
}

form[role='modify'] .fieldset li div[role='switch'] {
    width: 7em;
    text-align: right;
    padding-top: .375rem;
    justify-content: flex-end;
}

form[role='modify'] .fieldset li>div:not([role='switch']):hover {
    box-shadow: 0 0 .375rem .0625rem rgba(112, 119, 129, 0.2);
}

form[role='modify'] .fieldset li>div.dateArea>input[type="text"]:first-of-type {
    min-width: 5.5rem;
    max-width: 7em;
}

form[role='modify'] .fieldset li .formMark {
    cursor: pointer;
}

form[role='modify'] .fieldset li .formMark:hover>em {
    color: #008738;
}

form[role='modify'] .fieldset li.liWord>mark {
    width: 30%;
}

form[role='modify'] .fieldset li div[role='switch']+label {
    padding-top: .25rem;
}

form[role='modify'] .fieldset .fieldBorder {
    border: .0625rem dashed;
    float: left;
    width: 99%;
    margin: .5rem .75rem .5rem 0;
}

form[role='modify'] .fieldset .fieldBorder>li:first-child {
    width: 100%;
}

/* siteLineField组件css */
form[role="modify"] li.siteLine {
    width: 100%;
}

form[role="modify"] li.siteLine ul {
    width: 25%;
}

form[role="modify"] li.siteLine ul li {
    width: 100%;
}

/* UIDetail详情展示 */
ul[role='detail'] {
    display: flex;
    flex-wrap: wrap;
    padding: .5rem .75rem .25rem;
}

ul[role='detail'] fieldset {
    width: 100%;
}

ul[role='detail'] fieldset ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

ul[role='detail'] li {
    width: 25%;
    padding: 0 .375rem .25rem 0;
}

ul[role='detail'] li>label {
    display: flex;
    min-height: 1.75rem;
    height: auto;
    line-height: 1;
    text-align: right;
    justify-content: flex-end;
    width: 7em;
    margin-right: .5rem;
    padding-top: 0;
    align-items: center;
}

ul[role='detail'] li>div {
    border: .0625rem solid #e0e0e0;
}

ul[role='detail'] li>div[role='switch']+label {
    text-align: left;
    padding-top: .375rem;
}

@media only screen and (max-width: 1650px) and (orientation: landscape) {

    form.search ul li,
    form[role='modify'] ul li,
    form[role='modify'] .fieldset li {
        width: 33.3%;
    }

    form[role="modify"] li.siteLine {
        width: 100%;
    }

    form[role="modify"] li.siteLine ul {
        width: 33.3%;
    }
    
    ul[role='detail'] li {
        width: 33.3%;
    }
}

form.scrallAreaForm div#grid.scrollArea {
    margin-top: 0;
}

/* UIFieldset组件样式 end */


/* UIFormItemFile组件样式start */

form[role='modify'] li>div.uploadFile:hover {
    box-shadow: none;
}

/* UIFormItemFile组件样式end */

.scrallAreaForm {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-top: .5rem;
    align-items: flex-start;
}

main>article>.content .importExeclForm {
    display: block;
    height: auto;
    flex: none;
    margin-top: 0;
    padding: 0 1rem;
}

.improtArea {
    height: 5rem;
    outline: none;
}

.titel_top {
    height: 3.75rem;
    line-height: 3.75rem;
}

.titel_top img {
    margin-left: 1.06rem;
    width: 7.88rem;
}

.title {
    color: #333;
    position: relative;
}

.page-header {
    height: 2.875rem;
    line-height: 2.875rem;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .05);
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: .0625rem solid #dbdcdd;
    font-size: .875rem;
    white-space: nowrap;
    z-index: 1000;
    padding: 0;
}

.page-header span {
    color: unset;
}

.header-left {
    width: 17.5rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

/* 兼容收银台在1024屏幕下的显示 */
@media only screen and (max-width: 1300px) and (orientation: landscape) {
    div.header-left {
        display: none;
    }

    div.header-right {
        padding-left: 0;
    }

    main>nav>.tipShow::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 2.75rem;
        height: calc(100% + 1.625rem);
    }
}

.header-left>a {
    margin-left: 1rem;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.header-left>a>img {
    width: 1.25rem;
}

header .header-left>span {
    color: var(--p-titleColor);
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: .625rem;
    font-weight: 400;
}

.header-center {
    padding-left: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-center>.header-center-left {
    display: flex;
    align-items: center;
}

.header-center>.header-center-left>img {
    width: 1rem;
    margin-right: .5rem;
    cursor: pointer;
}

.header-center>.header-center-left>.site {
    color: #ccc;
    white-space: nowrap;
    display: flex;
}

.header-center>.header-center-left>.site a {
    color: #333;
    margin-left: 0;
}

.header-center>.header-center-left>.site a:hover {
    color: var(--m-link-green-color);
}

.header-center>.header-center-left>.site .header-module {
    height: 100%;
    position: relative;
}

.header-center>.header-center-left>.site .header-module-list {
    position: absolute;
    left: -.5rem;
    top: 2rem;
    display: none;
    width: 12.875rem;
}

.header-center>.header-center-left>.site .header-module-list>img {
    top: 2rem;
    width: 1.5rem;
    height: .75rem;
    display: block;
    margin-left: 1rem;
}

.header-center>.header-center-left>.site .header-module ul {
    background-color: #fff;
    box-shadow: 0rem 0rem .375rem .125rem rgba(0, 0, 0, .11);
    max-height: 15rem;
    overflow: auto;
    border-radius: .25rem;
}

.header-center>.header-center-left>.site .header-module ul li {
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 .5rem;
    position: relative;
}

.header-center>.header-center-left>.site .header-module ul li:hover {
    cursor: pointer;
    background-color: #ebebeb;
}

.header-center>.header-center-left>.site .header-module ul li:not(:last-child):after {
    content: '';
    position: absolute;
    left: .5rem;
    right: .5rem;
    bottom: 0;
    height: .0625rem;
    background-color: #ebebeb;
}

.header-center>.header-center-left>.site .header-module ul li:hover:after {
    height: 0;
}

.header-center>.header-center-left>.site .header-module ul li:hover:after {
    background-color: #fff;
}

.header-center>.header-center-left>.site .header-module ul li a {
    display: block;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-center>.header-center-left>.site .header-module ul li a .formNo {
    color: var(--m-green);
    margin-right: .75rem;
}

.header-center>.header-center-left>.site a.pageSite {
    color: var(--m-link-green-color);
}

.header-center>.header-center-left>.site a.moduleMenu {
    color: #333;
}

.header-center>.header-center-left>.site a.moduleMenu:hover {
    color: var(--m-link-green-color);
}

.header-center>.header-center-left>.site>a>img {
    margin-left: .25rem;
    width: .75rem;
    height: .75rem;
    transition: all 0.2s;
}

.header-center>.header-center-left>.site>a>img:hover {
    transform: scale(1.3);
}

.header-center>.header-center-right {
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-left: 1rem;
}

.header-center>.header-center-right>form {
    display: flex;
    align-items: center;
}

.header-center>.header-center-right>form>input {
    width: 11rem;
    height: 1.5rem;
    border: 0;
    outline: none;
    background-color: #EEEEEE;
    border-radius: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    font-size: .75rem;
}

.header-center>.header-center-right>form>button {
    background-color: transparent;
    border: .0625rem solid #eee;
    border-left: 0;
    border-radius: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    color: #000;
    font-size: .75rem;
    height: 1.5rem;
    line-height: .75rem;
    padding: .3125rem .75rem;
}

.header-center-right>.block104>span {
    display: flex;
    align-items: center;
}

.header-center-right>.block104>span input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.header-center-right>.block104>span button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    white-space: nowrap;
}

.header-center>.block104>span {
    align-items: center;
    display: flex;
}

.header-center>.block104>span>input {
    background-color: #F5F5F5;
    border-radius: 0;
    border-top-left-radius: .24rem;
    border-bottom-left-radius: .24rem;
    border: 0;
    outline: 0;
    height: 1.88rem;
}

.header-center>.block104>span>button {
    background-color: #3273F4;
    height: 1.88rem;
    min-width: 3.76rem;
    color: #fff;
    cursor: pointer;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: .24rem;
    border-bottom-right-radius: .24rem;
}

.header-right {
    width: 0;
    flex: 1;
    padding-left: 1rem;
    min-width: 22rem;
    padding-right: .75rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 1;
}

.header-right>.header-search {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-right>.header-search>* {
    margin-right: .625rem;
}

.header-right>.header-search>div {
    position: relative;
    display: flex;
    overflow: hidden;
    border: .0625rem solid var(--s-border);
    border-radius: .25rem;
    width: 18.1875rem;
    box-sizing: content-box;
}

.header-right>.header-search>div>img {
    position: absolute;
    left: .5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
}

.header-right>.header-search>div>input {
    height: 2rem;
    padding-left: 2rem;
    flex: 1;
    border: 0;
}

.header-right>.header-search>div>input::-webkit-input-placeholder {
    font-size: .875rem;
}

.header-right>.header-search>div>input:focus {
    outline: none;
    border-radius: .25rem 0 0 0;
}

.header-right>.header-search>div>button {
    height: 2rem;
    border-radius: 0;
    background: #fff;
    padding: 0 0.5rem;
    min-width: 3.75rem;
    white-space: nowrap;
    font-size: .875rem;
    border-left: .0625rem solid var(--s-border);
    color: #333;
    border-radius: .25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

header .header-right>.header-search>div>button:hover {
    background-color: #f7f7fa;
}

.header-right>.header-search>div>div {
    position: absolute;
    left: -.0625rem;
    right: 0;
    top: 100%;
    background: #fff;
    border: .0625rem solid var(--s-border);
    padding: 0.5rem;
    line-height: 2;
}

.header-right>.header-search>div>div li {
    display: flex;
    justify-content: space-between;
}

.header-right>.header-search>div>div a {
    color: #999999;
    flex: 1;
}

.header-right>.header-search>div>div a:hover {
    color: #429A60;
}

.header-right>.header-search>div>div span {
    cursor: pointer;
    color: #999999;
}

.header-right>.header-corp-box {
    position: relative;
    display: flex;
    align-items: center;
    position: relative;
}

.header-right>.header-corp-box>.header-corp {
    padding: 0 .75rem;
}

.header-right>.header-corp-box>.header-corp>img {
    width: 1rem;
}

.header-right>.header-corp-box a {
    color: #333333;
}

header .header-right>.header-corp-box>ul>li:hover a {
    color: var(--p-buttonBgc);
}

header .header-right>.header-corp-box>ul>li[role='payType1']>div,
header .header-right>.header-corp-box>ul>li[role='payType1']:hover>div {
    color: #3fa148;
}

.header-right>.header-corp-box [role='payType2']>div {
    color: #4d7fc0;
}

.header-right>.header-corp-box>ul {
    display: none;
    position: absolute;
    background-color: #F5F5F5;
    box-shadow: 0rem .25rem .25rem 0rem rgb(0 0 0/ 15%);
    top: 2.875rem;
    right: 0;
    min-width: 100%;
    max-height: 28.75rem;
    overflow: auto;
    overflow: overlay;
    padding-top: .75rem;
    scrollbar-width: none;
    /* 火狐隐藏滚动条 */
}

.header-right>.header-corp-box>ul::-webkit-scrollbar {
    width: 0;
    /*对垂直流动条有效*/
}

.header-right>.header-corp-box>ul.header-corp-list-two {
    width: 31.25rem;
}

.header-right>.header-corp-box>ul.header-corp-list-three {
    width: 46.625rem;
}

.header-right>.header-corp-box>ul.header-corp-list-three>li:nth-child(3n+1),
.header-right>.header-corp-box>ul.header-corp-list-two>li:nth-child(2n+1) {
    margin-left: .75rem;
}

.header-right>.header-corp-box>ul.header-corp-list-three>li:nth-child(3n+3),
.header-right>.header-corp-box>ul.header-corp-list-two>li:nth-child(2n+2) {
    margin-right: 0;
}

.header-right>.header-corp-box>ul>li {
    position: relative;
    white-space: nowrap;
    margin: 0rem .75rem .75rem .75rem;
    border: .0625rem solid #ebebeb;
    background-color: #fff;
    border-radius: .5rem;
    width: 14.5rem;
    height: 4rem;
    float: left;
}

.header-right>.header-corp-box>ul.header-corp-list-two>li,
.header-right>.header-corp-box>ul.header-corp-list-three>li {
    margin: 0rem .375rem .75rem .375rem;
}

.header-right>.header-corp-box>ul>li:hover {
    border: 0;
    box-shadow: 0 0 .375rem .0625rem rgba(112, 119, 129, 0.2);
}

.header-right>.header-corp-box>ul>li.currentCorp {
    position: relative;
}

.header-right>.header-corp-box>ul>li.currentCorp:before {
    content: var(--current);
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
    background-color: #fe882c;
    text-align: center;
    border-top-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
    font-size: .75rem;
    color: #ffffff;
    padding: .125rem .375rem;
}

.header-right>.header-corp-box>ul>li>div {
    display: flex;
    align-items: center;
    padding: .75rem;
    height: 100%;
    cursor: pointer;
}

.header-right>.header-right-button {
    flex-shrink: 0;
}

.header-right>.header-right-button>a {
    margin-left: .5rem;
}

.header-right>.header-right-button>a>img {
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: text-bottom;
}

.header-corp-box>ul>li>div>div:first-child {
    background-color: #fff;
    width: 2.625rem;
    height: 2.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-corp-box>ul>li>div>div.defaultLogo {
    border-radius: .25rem;
    background-color: #f5f5f5;
}

.header-corp-box>ul>li>div>div:first-child>img {
    max-width: 2.25rem;
    max-height: 2.25rem;
}

.header-corp-box>ul>li>div>div:nth-child(2) {
    padding-left: .75rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: .875rem;
    line-height: 1rem;
}

.header-corp-box>ul>li>div>div:nth-child(2)>span:nth-child(1) {
    font-weight: 500;
    max-width: 10em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.header-corp-box>ul>li>div>div:nth-child(2)>span:nth-child(2) {
    font-weight: 300;
    max-width: 9em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.header-right>.site {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.header-right>.site>a {
    margin-right: 2rem;
    color: #333333;
}

.header-right>.site>a>img {
    width: 1rem;
    margin-right: .25rem;
}

.header-right .header-menus-box {
    position: relative;
}

.header-right .header-menus-box .header-menu {
    cursor: pointer;
    padding: 0 .375rem 0 .75rem;
    display: flex;
    align-items: center;
}

.header-right .header-message {
    position: relative;
}

.header-right .header-menus-box .header-menu-active {
    background-color: #fff;
    box-shadow: 0rem .25rem .25rem 0rem rgba(0, 0, 0, .15);
}

.header-right .header-corp-active {
    background-color: #F5F5F5;
    box-shadow: 0rem .25rem .25rem 0rem rgba(0, 0, 0, .15);
}

.header-right .header-menus-box .header-menu>img {
    width: 1rem;
}

.header-right .header-badge {
    position: absolute;
    background-color: #ec5555;
    border-radius: .625rem;
    color: #fff;
    display: inline-block;
    font-size: .75rem;
    height: 1rem;
    line-height: 1rem;
    padding: 0 .3125rem;
    text-align: center;
    white-space: nowrap;
    top: .75rem;
    left: .75rem;
    cursor: pointer;
}

.header-right .header-menus-box .header-menu-list {
    background-color: #fff;
    box-shadow: 0rem .25rem .25rem 0rem rgba(0, 0, 0, .15);
    position: absolute;
    top: 2.875rem;
    right: 0;
    min-width: calc(100% - 1rem);
}

.header-right .header-menus-box .header-menu-list li {
    padding-right: .5rem;
}

.header-right .header-menus-box .hideList {
    display: none;
}

.header-menu-list li:last-child:after {
    height: 0;
}

.header-menu-list li {
    position: relative;
}

.header-menu-list li:after {
    content: "";
    position: absolute;
    left: .5rem;
    right: .5rem;
    height: .0625rem;
    background-color: #d1d1d1
}

.header-menu-list li:hover {
    background-color: #e9e9e9;
}

.header-menu-list li:hover::after {
    background-color: transparent;
}

.header-menu-list li a {
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 0 .5rem;
    height: 2.5rem;
    color: #222;
}

.header-menu-list li a img {
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
    max-width: none;
}

.header-right>.header_chooseAccount>img {
    margin-right: .29rem;
}

.header-right>.header_user>img {
    border-radius: 50%;
    margin-right: .29rem;
}

.header-right>a>img {
    width: 1rem;
    margin-right: .25rem;
}

.header-right-empty {
    padding-right: 1rem;
    flex: 1;
}

/* pad扫描模式下头部区分样式 */
body.scanBody .page-header {
    background-color: #d4ffcf;
}

body.scanBody main>nav {
    background-color: #d4ffcf;
}

body.scanBody main>nav>.stretch {
    display: none;
}

main {
    height: calc(100vh - 2.875rem);
    position: relative;
}

main>nav {
    position: absolute;
    z-index: 1000;
    width: 3.125rem;
    height: 100%;
    background-color: var(--m-nav-bg-color);
}

main>nav .menuBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .5rem;
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
    right: 0;
}

main>nav .menuBox #menu {
    width: .875rem;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/navMenu/oval.png');
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

main>nav .menuBox #menu i {
    width: .375rem;
    height: .75rem;
    background-image: url('../images/navMenu/oval_left.png');
    background-size: contain;
    background-repeat: repeat;
}

main>nav .menuBox #menu.navShow i {
    transform: rotate(180deg);
}

main>nav ul li {
    padding: 1rem 0;
}

main>nav a {
    color: #88898A;
    font-size: .75rem;
    display: block;
    text-align: center;
    background-size: 1.25rem 1.25rem;
    padding-top: 1.5rem;
    background-repeat: no-repeat;
    background-position: top center;
    line-height: 1rem;
    position: relative;
}

main>nav a:visited,
main>nav a:link {
    color: #88898A;
    word-break: break-all;
}

main>nav a:hover,
main>nav a.menu_active {
    color: #fff;
}

main>nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 0;
    height: 2.5rem;
}

main>nav a img {
    width: 1.25rem;
}

main>nav .messageBardge {
    background-color: #ed6d79;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    position: absolute;
    top: 0rem;
    right: .75rem;
}

main>nav .messageBardgeNums {
    background-color: #ed6d79;
    width: 1rem;
    height: 1rem;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -.375rem;
    right: .375rem;
}

main>nav>.stretch {
    position: absolute;
    left: unset;
    right: 0;
    box-sizing: border-box;
    cursor: pointer;
    background-size: contain;
    height: 3rem;
    top: 50%;
    transform: translate(50%, -50%);
    width: 1rem;
    background-color: var(--m-nav-bg-color);
    border-radius: .625rem;
    border: 0;
}

main>nav>.stretch::after {
    content: '';
    position: absolute;
    left: unset;
    right: -.0625rem;
    top: 50%;
    transform: translateY(-50%);
    width: .75rem;
    height: 1.125rem;
    background-image: url('../images/icon/navShow.png');
    background-size: .375rem .75rem;
    background-repeat: no-repeat;
    background-position: center center;
}

main>nav>.tipShow::after {
    background-image: url('../images/icon/navClose.png');
}

main>aside {
    flex-shrink: 0;
    background-color: var(--m-aside-bg-color);
    height: 100%;
    position: absolute;
    left: 3.125rem;
    z-index: 200;
    width: auto;
    padding: unset;
}

main>aside::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: .0625rem;
    background-color: #dbdcdd;
}

main>aside>.asideList {
    width: 14.125rem;
}

main>aside>.asideList>section {
    width: 12.5625rem;
    margin: .75rem .75rem 0 .75rem;
    padding: .625rem 1rem;
    border-radius: .25rem;
}

main>aside>.asideList>section.commonMenus {
    min-height: calc(100% - .75rem);
}

/* 左侧菜单栏 */
main>aside>.asideList>section>.title>.icon-div>span {
    width: 1rem;
    height: 1rem;
    margin-left: 1rem;
}

main>aside>.asideList>section>.title>.icon-div>span:hover {
    background-image: none;
}

main>aside>.asideList>section>.title>.icon-div>span:hover:before {
    content: '更多';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #429A60;
    white-space: nowrap;
}

section.menuList>div>ul>li {
    height: 2rem;
    line-height: 2rem;
    display: flex;
    align-items: center;
    color: #999;
    position: relative;
    z-index: 10;
}

section.menuList>div>ul>li>img {
    width: 1rem;
    margin-right: .56rem;
}

section.menuList>div>ul>li>a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    color: #404047;
    display: inline-block;
}

section.menuList>div>ul>li>a>img {
    width: 1rem;
    height: 1rem;
    margin-right: .375rem;
}

/** 子菜单样式 start */
.menu-section {
    display: flex;
    width: 100%;
    position: relative;
}

.menu-section>a>span {
    margin-right: .75rem;
}

.menu-section>a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    color: #404047;
    display: inline-block;
}

main>aside>.asideList>section>.contents li:hover>.menu-section>a,
main>aside>.asideList>section>.contents li.rotateDown>.menu-section>a {
    color: #008738;
}

.submenu-li {
    flex-direction: column;
    height: auto !important;
}

li:hover>.menu-section>a:before {
    content: '';
    position: absolute;
    left: -1rem;
    right: -1rem;
    top: 0;
    bottom: 0;
    background-color: #ebecf0;
    z-index: -1;
}

li.rotateDown>.menu-section>a:before {
    content: '';
    position: absolute;
    left: -1rem;
    top: 50%;
    transform: translateY(-50%);
    right: auto;
    height: .875rem;
    width: .125rem;
    background-color: #008738;
}

.submenu-contain {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.submenu-contain>div {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.submenu-contain>div>a {
    width: 100%;
    text-align: left;
}

.submenu-rigth-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.submenu-rigth-icon>img {
    width: .875rem;
    cursor: pointer;
    transition: all .5s;
    transform: rotate(-90deg);
}

li.rotateUp .submenu-rigth-icon>img {
    transform: rotate(-90deg);
}

li.rotateDown .submenu-rigth-icon>img {
    transform: rotate(0deg);
}

.submenu-rigth-icon>img+img {
    display: none;
}

li:hover .submenu-rigth-icon>img,
li.rotateDown .submenu-rigth-icon>img {
    display: none;
}

li:hover .submenu-rigth-icon>img+img,
li.rotateDown .submenu-rigth-icon>img+img {
    display: block;
}

main>aside>.asideList>section>.contents .submenu-contain a {
    padding-left: 2.75rem;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/** 子菜单样式 end */

/* 左侧侧边栏每个小卡片的小图标 */
main>aside>.asideList>section>.title {
    padding-left: 1.25rem;
    margin-left: 0;
    font-weight: bold;
    color: #333;
    padding-bottom: 0;
}

main>aside>.asideList>section>.title::before {
    position: absolute;
    content: "";
    left: 0;
    width: .875rem;
    height: .875rem;
    min-width: auto;
    background: url("../images/menu/instructions.png") center no-repeat;
    background-size: cover;
}

main>aside>.asideList>section>.uiSheetRelatedLink::before {
    background: url("../images/menu/relatedLink.png") center no-repeat;
}

main>aside>.asideList>section>.uiSheetTotalData::before {
    background: url("../images/menu/totalData.png") center no-repeat;
}

main>aside>.asideList>section>.noIcon {
    padding-left: 0;
}

main>aside>.asideList>section>.noIcon::before {
    display: none;
}

main>aside>.asideList .icon-div {
    display: flex;
    align-items: center;
}

main>aside>.asideList .icon-div a {
    width: .875rem;
    height: .875rem;
    min-width: auto;
    position: relative;
}

main>aside>.asideList .icon-div .document {
    background: url("../images/document.png") center no-repeat;
    background-size: cover;
}

main>aside>.asideList .icon-div .emptyDocument {
    background: url("../images/emptyDocument.png") center no-repeat;
    background-size: cover;
}

main>aside>.asideList .icon-div a:hover {
    box-shadow: 0 0 .125rem var(--m-green);
}

main>aside>.asideList .icon-div a:nth-child(2) {
    margin-left: 1rem;
    background: url("../images/property.png") center no-repeat;
    background-size: cover;
}

main>aside>.asideList>section>.contents {
    line-height: 1.625rem;
    color: #333;
}

main>aside>.asideList>section>.title+.contents {
    margin-top: .5rem;
}

main>aside>.asideList>section>.contents>.total {
    padding: 0 .29rem;
}

main>aside>.asideList>section>.contents>p {
    font-size: var(--m-default-font-size);
    line-height: 1.5;
    word-break: break-all;
}

main>aside>.asideList>section>.contents>p:last-of-type {
    padding-bottom: 0;
}

main>aside>.asideList>section>.contents .submenu-contain a:hover::before {
    content: '';
    position: absolute;
    left: -1rem;
    right: -1rem;
    top: 0;
    bottom: 0;
    background-color: #ebecf0;
    z-index: -1;
}

.gotoPage {
    display: flex;
    align-items: center;
    padding: 0 0.29rem;
}

main .gotoPage>input {
    width: 3rem;
    height: 1.5rem;
    text-align: center;
    padding: 0;
    margin: 0.5rem;
}

section>.contents>a {
    min-width: calc((100% - .3125rem)/2);
    display: inline-block;
    padding-bottom: 0;
    padding-right: .5rem;
}

section>.contents>a:last-of-type {
    padding-bottom: 0;
}

section>.contents>div>a {
    padding: 0 .29rem;
}

/* 新版我的菜单  start*/
main>aside>.asideList>section.commonMenus>div.title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
    position: relative;
}

main>aside>.asideList>section.commonMenus>div.title::before {
    display: none;
}

main>aside>.asideList>section.commonMenus>div.title>img {
    width: 1.125rem;
    height: 1.125rem;
    cursor: pointer;
}

main>aside>.asideList>section.commonMenus>div.title>span {
    font-weight: bold;
}

main>aside>.asideList>section.commonMenus>div>ul>li {
    margin-left: 0;
    line-height: .875rem;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
    height: 2.25rem;
    line-height: 2.25rem;
}

main>aside>.asideList>section.commonMenus>div>ul>li:hover::before,
main>aside>.asideList>section.commonMenus>div>ul>li.selected::before {
    content: '';
    position: absolute;
    left: -1rem;
    right: -1rem;
    top: 0;
    bottom: 0;
    background-color: var(--m-menu-bg-hover);
    z-index: -1;
}

main>aside>.asideList>section.commonMenus>div>ul>li.draggingClassToBefore::before {
    content: '';
    position: absolute;
    left: -1rem;
    right: -1rem;
    top: 0;
    bottom: 0;
    background-color: var(--m-menu-bg-hover);
    z-index: -1;
    display: block !important;
}

main>aside>.asideList>section.commonMenus>div>ul>li>a {
    color: #333;
    height: 2.25rem;
    line-height: 2.25rem;
    display: flex;
    align-items: center;
    position: relative;
}

main>aside>.asideList>section.commonMenus>div>ul>li>a>.menuName {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

main>aside>.asideList>section>div>ul>li>a>.menuLockIcon {
    width: .75rem;
    height: .75rem;
    margin: 0;
}

main>aside>.asideList>section.commonMenus>ul>li>a:hover {
    color: var(--m-link-green-color);
}

main>aside>.asideList>section>div>ul>li>a>span {
    margin-right: .5rem;
}

main>aside>.asideList>section.commonMenus>div>ul>li>a>span>img {
    width: 1rem;
    height: 1rem;
    margin-right: .375rem;
}

main>aside>.asideList>section.commonMenus>div>ul.cancelHover>li:hover::before {
    display: none;
}

div[role="chunkBox"].cancelHover .commonMenu:hover {
    background-color: #fff;
}

.cursorGrab {
    cursor: grab !important;
}

/* 新版首页左侧栏拖拽排序样式 end */
main>aside>.asideList>section.commonMenus>ul div.menuNoData {
    display: flex;
    flex-direction: column;
    align-items: center;
}

main>aside>.asideList>section.commonMenus>ul div.menuNoData img {
    width: 7.5rem;
    height: 7.5rem;
    margin: .625rem 0;
}

main>aside>.asideList>section.commonMenus>ul div.menuNoData span {
    color: #666;
    white-space: nowrap;
}

/* 新版我的菜单 end */
div.commonMenu {
    background-color: #ffffff;
    border-bottom: none;
    border-radius: .25rem;
}

div.commonMenu::after {
    height: 0;
}

div.commonMenu>ul>li>div:first-of-type,
div.commonMenu>ul>li:last-of-type {
    transition: transform .2s ease;
    transform-origin: left;
}

div.commonMenu:hover>ul>li>div:first-of-type,
div.commonMenu:hover>ul>li:last-of-type {
    transform: scale(1.1);
}

div.commonMenu>ul>li>div:nth-of-type(2)>img {
    width: .75rem;
    height: .75rem;
    transition: all 0.2s;
}

div.commonMenu>ul>li>div:nth-of-type(2):hover>img {
    transform: scale(1.3);
    transform-origin: right;
}

div.commonMenu>ul>li>div:first-of-type {
    z-index: 10;
    pointer-events: none;
}

div.commonMenu>ul>li>div:first-of-type>a {
    max-width: 78%;
    pointer-events: auto;
}

div.commonMenu>ul>li>div:first-of-type>span.menuCopy {
    opacity: 0;
    cursor: pointer;
    padding-left: 0.5rem;
    user-select: none;
    transition: all 0.1s;
    display: flex;
    align-items: center;
    pointer-events: auto;
}

div.commonMenu>ul>li>div:first-of-type:hover>span.menuCopy {
    opacity: 1;
}

div.commonMenu>ul>li>div:first-of-type>span.menuCopy>img {
    width: 0.875rem;
    height: 0.875rem;
    transition: all 0.1s;
}

div.commonMenu>ul>li>div:first-of-type>span.menuCopy:active>img {
    transform: translateY(0.0625rem);
}

div.commonMenu>ul>li>div:nth-of-type(2)::before {
    height: 100%;
    top: 0;
    right: 0;
    left: auto;
    width: 2rem;
}

div.commonMenu>div.searchBox form.vuiForm {
    padding: .375rem .625rem;
}

div.commonMenu>div:first-of-type:hover>ul>li>div:first-of-type>span.menuCopy {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1rem;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

main>article {
    height: 100%;
    box-sizing: border-box;
    padding: .75rem .75rem 0 18.25rem;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: auto;
}

main>article>.content {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 0;
    /* 1024分辨率下除去工具条加主体内容padding之后的宽度 */
    min-width: 950px;
    font-size: var(--m-default-font-size);
    position: relative;
}

main>article>.content>:first-child {
    margin-top: 0;
}

main>article>.content>form {
    margin-bottom: 0;
}

/* UICustomRadio组件 start */
div[role='radio'] {
    display: flex;
}

div[role='radio']>input {
    display: none;
}

div[role='radio']>label {
    display: flex;
    cursor: pointer;
}

div[role='radio']>label>img {
    width: 1.25rem;
    height: 1.25rem;
    display: none;
}

div[role='radio']>input:not(:checked)+label>img:first-of-type {
    display: block;
}

div[role='radio']>input:checked+label>img:nth-of-type(2) {
    display: block;
}

div[role='radio']>label>span {
    line-height: 1rem;
    padding-top: .125rem;
    padding-left: .625rem;
}

/* UICustomCheckbox组件 end */

/* noFieldset为新增商品料号页面用来替换UIFieldset组件默认红色边框样式 */
.noFieldset {
    border: none;
    padding: 0;
}

/* 新版 详情 样式 end */

/* 底部操作栏样式 start */
article>footer {
    overflow: auto;
    min-width: 950px;
}

article>footer footer[role="footer"] {
    position: relative;
    margin-top: .5rem;
    background-color: #fff;
    height: 2.9375rem;
    display: flex;
    align-items: center;
    padding: 0 1.25rem;
    font-size: .875rem;
    border-top: .0625rem solid #eeeeee;
}

article>footer footer[role="footer"] section[role="footerOperation"] {
    display: flex;
    align-items: center;
    margin-right: .94rem;
    margin-left: 0;
}

footer footer[role="footer"] section[role="footerTools"]>div,
footer footer[role="footer"] section[role="footerButtons"]>div {
    width: unset;
    flex: none;
    border: 0;
    margin: 0;
    padding: 0;
    margin-right: 1rem;
    height: auto;
    max-width: none;
}

footer footer[role="footer"] section[role="footerTools"]>select,
footer footer[role="footer"] section[role="footerButtons"]>select {
    margin-right: 1rem;
}

article>footer footer[role="footer"] section[role="footerTools"],
article>footer footer[role="footer"] section[role="footerButtons"] {
    display: flex;
    align-items: center;
}

footer footer[role="footer"] .bottomBotton>a {
    user-select: none;
    min-width: 4.125rem;
    height: 1.875rem;
    color: black;
    margin-left: 0;
    background-color: transparent;
    padding: 0 .5rem;
    border: .0625rem solid var(--m-footer-button-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .25rem;
}

footer footer[role="footer"] .bottomBotton>a[readonly] {
    pointer-events: none;
    border-color: #c0c0c0;
    color: #c0c0c0;
}

article>footer footer[role="footer"] a:hover {
    color: var(--m-footer-button-hover-color);
}

/* 底部操作栏样式 end */

/* 表格样式 */
.content .scrallAreaForm {
    margin-bottom: 0;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    min-width: 100%;
}

.scrallAreaForm .scrollArea {
    width: 100%;
    margin-top: 0;
}

.scrollArea,
div#grid {
    margin-top: .5rem;
    background-color: #fff;
    height: 0;
    flex: 1;
}

main>article>.content form[role='modify']+.scrollArea {
    height: auto;
    overflow: initial;
}

div#grid {
    height: auto;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    min-width: 100%;
}

div#grid.sonGrid {
    margin-top: 0;
    height: auto;
}

div#grid.sonGrid div[role="aui-table-title"] {
    height: 0;
}

div#grid.sonGrid div[role="aui-table-title"]+table {
    width: 100%;
    margin: 0;
}

.overflowRevert {
    height: auto;
}

.overflowRevert>div {
    overflow: revert;
}

.dbgrid {
    word-break: break-word;
}

.scrollArea .dbgrid th,
.dbgrid th {
    background-color: var(--m-gridThBgc);
    z-index: 101;
    padding: 0 .25rem;
    font-weight: bold;
    position: sticky;
    top: -.0625rem;
    box-sizing: content-box;
    line-height: 1.5;
    height: 2rem;
}

.scrollArea .dbgrid th>div,
.dbgrid th>div,
.gridView tr>th>div {
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: .25rem;
}

.dbgrid th>div>a {
    cursor: pointer;
}

.scrollArea .dbgrid tr {
    min-height: 1.75rem;
}

.dbgrid td {
    position: relative;
    line-height: 1.5;
    padding: 0.375em .25rem;
    border-bottom: .0625rem solid var(--s-border);
    cursor: pointer;
    word-break: break-all;
}

.dbgrid tr:not([id*=_]) td[role='showEllipsis']>span {
    max-height: 3.2em;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.dbgrid tr:not([id*=_]) td>span {
    width: 100%;
    padding-right: 0;
}

.dbgrid tr:not([id*=_]) td[align="left"]>span {
    text-align: left;
}

.dbgrid tr:not([id*=_]) td[align="center"]>span {
    text-align: center;
}

.dbgrid tr:not([id*=_]) td[align="right"]>span {
    text-align: right;
}

/* 设置.dbgrid以及其子样式 */
.dbgrid tr>th:not(tr>th:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    width: .0625rem;
    top: 0;
    bottom: 0;
    background-color: var(--s-border);
    z-index: 10;
}

.dbgrid tr>th:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: .0625rem;
    background-color: var(--s-border);
    z-index: 10;
}

.dbgrid tr>th:first-of-type:before {
    left: .25rem;
}

.dbgrid tr>th:last-of-type:before {
    right: .25rem;
}

/* 用于给td设置相对于左边sticky定位时添加的样式 */
/* 用于兼容火狐浏览器中td设置定位边框不见了的bug */
.dbgrid tr>td:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -.0625rem;
    height: .0625rem;
    background-color: var(--s-border);
    z-index: 10;
}

/* 兼容表格td里面嵌套表格的底线样式 */
.dbgrid tr>td .dbgrid tr:last-of-type>td {
    border-bottom: 0;
}

.dbgrid tr>td .dbgrid tr:last-of-type>td:before {
    display: none;
}
/* 兼容表格td里面嵌套表格的底线样式 end */

.dbgrid tr>td:not(tr>td:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    width: .0625rem;
    top: 0;
    bottom: 0;
    background-color: var(--s-border);
    z-index: 10;
}

.dbgrid tr>th:not(tr>th:last-child).rightLine:after,
.dbgrid tr>td:not(tr>td:last-child).rightLine:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: -.0625rem;
    width: 1.875rem;
    transform: translateX(100%);
    background-color: unset;
    pointer-events: none;
    box-shadow: inset .625rem 0 .5rem -.5rem rgba(5, 5, 5, 0.1);
}

.dbgrid tr>th:not(tr>th:last-child).leftLine:after,
.dbgrid tr>td:not(tr>td:last-child).leftLine:after,
.dbgrid tr>th.leftLine:after,
.dbgrid tr>td.leftLine:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: -.0625rem;
    left: 0;
    width: 1.875rem;
    transform: translateX(-100%);
    background-color: unset;
    pointer-events: none;
    box-shadow: inset -.625rem 0 .5rem -.5rem rgba(5, 5, 5, 0.1);
}

div[role="aui-table-title"] {
    font-size: .875rem;
    padding: 0 .75rem;
    background-color: #fff;
    line-height: 1;
}

div[role="aui-table-title"] b {
    padding: .375rem 0;
    display: inline-block;
    width: 100%;
    line-height: 1.6;
}

/* UIGridView样式 start */
.content table.gridView {
    margin-top: 0;
    border-right: none;
    border-left: none;
    border-top: none;
    z-index: 0;
}

.gridView tr>th {
    background-color: var(--m-gridThBgc);
    top: 0;
    height: 2rem;
}

.gridView tr>th:not(tr>th:last-child):after,
.gridView tr>td:before,
.gridView tr>td:not(tr>td:last-child):after {
    background-color: var(--s-border);
}

.gridView tr>th:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.0625rem;
    height: .0625rem;
    background-color: var(--s-border);
    z-index: 10;
}

.gridView tr>th:first-of-type:before {
    left: .25rem;
}

.gridView tr>th:last-of-type:before {
    right: .25rem;
}

.gridView tr>td,
.gridView tr>th {
    height: 1.75rem;
    padding: .125rem;
}

/* UIGridView样式 end */

/* customHeadGrid样式（用于自定义表头） */
.scrollArea .customHeadGrid .customLine th:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: -.0625rem;
    height: .0625rem;
    background-color: var(--s-border);
    z-index: 10;
}

/*表格拖拽效果*/
.gird-drag-line {
    width: .25rem;
    float: left;
    border: none;
    position: absolute;
    top: 0;
    z-index: 99;
}

.gird-drag-line:hover {
    cursor: col-resize;
}

.gird-drag-sizelayer {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    cursor: col-resize;
}

/*表格拖拽效果*/

.cardMove {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    cursor: all-scroll;
}

/* dbgrid新表格的样式 */

/* dbgrid和footer的多选框样式 */
.dbgrid tr td>span>input[type="checkbox"]::after,
main footer[role="footer"] section[role="footerOperation"] input[type="checkbox"]::after,
table tr th input[type="checkbox"]::after {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    box-sizing: border-box;
    border: .0625rem solid #c1c1c1;
    border-radius: .25rem;
    background-color: #fff;
    position: relative;
    z-index: 1;
    transition: border-color .25s cubic-bezier(.71, -.46, .29, 1.46),
        background-color .25s cubic-bezier(.71, -.46, .29, 1.46);
    cursor: pointer;
    transform: translate(0);
    left: 0;
    top: 0;
}

/* 多选框禁用时颜色变灰 */
.dbgrid tr td>span>input[type="checkbox"]:disabled::after,
main footer[role="footer"] section[role="footerOperation"] input[type="checkbox"]:disabled::after,
table tr th input[type="checkbox"]:disabled::after {
    background: var(--m-readonly-color);
}

.dbgrid tr td>span>input[type="checkbox"]:not(:disabled):hover::after,
main footer[role="footer"] section[role="footerOperation"] input[type="checkbox"]:not(:disabled):hover::after,
table tr th input[type="checkbox"]:not(:disabled):hover::after {
    border-color: #0473EA;
}

.dbgrid tr td>span>input[type="checkbox"]:checked::after,
main footer[role="footer"] section[role="footerOperation"] input[type="checkbox"]:checked::after,
table tr th input[type="checkbox"]:checked::after {
    background-color: var(--m-checked-color);
    border-color: var(--m-checked-color);
}

.dbgrid tr td>span>input[type="checkbox"]::before,
main footer[role="footer"] section[role="footerOperation"] input[type="checkbox"]::before,
table tr th input[type="checkbox"]::before {
    content: "";
    box-sizing: content-box;
    width: .1875rem;
    height: .4375rem;
    border: .0625rem solid #fff;
    border-left: 0;
    border-top: 0;
    z-index: 2;
    position: absolute;
    top: .1875rem;
    left: .375rem;
    transform: rotate(45deg) scaleY(0);
    transition: transform .15s ease-in .05s;
    transform-origin: center;
    cursor: pointer;
}

.dbgrid tr td>span>input[type="checkbox"]:checked::before,
main footer[role="footer"] section[role="footerOperation"] input[type="checkbox"]:checked::before,
table tr th input[type="checkbox"]:checked::before {
    transform: rotate(45deg) scaleY(1);
}

.dbgrid tr td>span>input[type="checkbox"],
main footer[role="footer"] section[role="footerOperation"] input[type="checkbox"] {
    width: 0;
    height: 0;
    margin: 0;
    position: relative;
    outline: none;
    transform: translate(-.375rem, -.875rem);
}

table tr th input[type="checkbox"] {
    width: 1.25rem;
    height: 1.25rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    outline: none;
    margin: 0;
    transform: translate(.25rem, .375rem);
}

article>footer footer[role="footer"] section[role="footerOperation"] input[type="checkbox"] {
    width: 1rem;
    transform: translate(0, -.5rem);
    z-index: 1;
}

article>footer footer[role="footer"] section[role="footerOperation"] input[type="checkbox"]+label {
    padding-left: .25rem;
}

div[role='group']>div#grid {
    height: auto;
    margin-top: 0;
    padding-bottom: .625rem;
}

/* 修复flex为1导致的详情页底部表格背景高度不对 -> 46 */
form.modify+.scrollArea {
    overflow: initial;
    height: auto;
}

/* 修复销售单表格不显示-> 47 */
.fieldset div#grid {
    height: auto;
}

/* UIHintInputBox结构样式 start */
.hintInputBox {
    width: 34.375rem;
    margin: 4rem auto 0;
    padding: 2rem;
    border: .0625rem solid #e6e6e6;
    border-radius: .5rem;
    -webkit-border-radius: .5em;
    box-shadow: .1875rem .1875rem z #ccbebe;
    background-color: #fff;
}

.hintInputBox .hintTitle {
    padding-bottom: 1rem;
    text-align: center;
}

.hintInputBox form {
    width: 18.75rem;
    margin: 0 auto;
    background-color: #F6F8FA;
    border: .0625rem solid #EEF0F1;
    border-radius: .5rem;
    padding: 1.25rem;
    box-sizing: border-box;
}

.hintInputBox .hideLine {
    display: none;
}

.hintInputBox .line {
    width: 100%;
    position: relative;
}

.hintInputBox .line>label {
    display: block;
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: .25rem;
}

.hintInputBox .line>input {
    width: 100%;
    height: 2.16rem;
    line-height: 2.16rem;
}

.hintInputBox .line input[type='number']::-webkit-outer-spin-button,
.hintInputBox .line input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.hintInputBox .line input[type='number'] {
    -moz-appearance: textfield;
}

.hintInputBox .sendCode>span {
    color: #009307;
}

.hintInputBox .imgCode {
    position: relative;
}

.hintInputBox .imgCode>input {
    padding-right: 9em;
}

.hintInputBox .imgCode>img {
    position: absolute;
    right: .2em;
    bottom: .1875rem;
    height: 2.2em;
    font-size: .9em;
}

.hintInputBox .imgCode>img.codeImg {
    display: none;
}

.hintInputBox form>.line:nth-of-type(n+2) {
    margin-top: .75em;
}

.hintInputBox form>.hideLine {
    display: none;
}

.hintInputBox form button {
    height: 2.4rem;
    border-radius: .4rem;
    -webkit-border-radius: .4rem;
    background-color: #009307;
    text-align: center;
    width: 100%;
    margin-top: 1rem;
}

.hintInputBox .hint {
    width: 100%;
    padding: .56rem;
    color: #666;
    font-size: .8rem;
    background: #f5f5f5;
    border-radius: .24em;
    -webkit-border-radius: .24rem;
    margin-top: 3.2rem;
}

.hintInputBox .line>input[readonly=readonly] {
    border: .0625rem solid #C2CAD8;
    border-radius: .4rem;
    padding-left: .6rem;
    outline: none;
    color: #333;
}

/* UIHintInputBox结构样式 end */

/* messageBox为消息弹窗，目前只在WebDefault中使用 start */
.messageBox {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1010;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes showMessageBox {
    from {
        transform: translateY(-1.25rem);
        opacity: .3;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.messageBox .messageMain {
    background-color: #fff;
    border: .0625rem solid #ebeef5;
    border-radius: .25rem;
    box-shadow: 0 .125rem .75rem 0 rgba(0, 0, 0, .1);
    padding: .5rem 1rem 1rem 1rem;
    width: 31.25rem;
    animation: showMessageBox .1s linear;
}

.messageBox .messageTitle {
    font-size: 1.25rem;
    color: #009307;
}

.messageBox .messageBody {
    font-size: 1rem;
    color: #606266;
    line-height: 1.625rem;
    padding: .75rem 0;
    text-indent: 2em;
}

.messageBox .messageBody a {
    color: red;
    text-decoration: underline;
}

.messageBox .messageButton {
    display: flex;
    justify-content: flex-end;
}

.messageBox .messageButton button {
    background: #009307;
    border-color: #009307;
    color: #fff;
    padding: .375rem .625rem;
    font-size: .875rem;
    border-radius: .1875rem;
    box-sizing: content-box;
}

/* messageBox为消息弹窗，目前只在WebDefault中使用 end */

/* exportDialog为导出开窗,waitDialog为通用线程等待开窗 start */
#exportDialog,
#waitDialog {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

#exportDialog .dialogMain,
#waitDialog .dialogMain {
    background-color: #fff;
    border: .0625rem solid #ebeef5;
    border-radius: .125rem;
    box-shadow: .0625rem .0625rem 3.125rem rgba(0, 0, 0, .3);
    min-width: 18.75rem;
    width: auto;
    animation: showMessageBox .1s linear;
    position: relative;
}

#exportDialog .dialogTitle,
#waitDialog .dialogTitle {
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: .0625rem solid #F0F0F0;
    padding: .5rem 1rem;
}

#exportDialog .dialogClose,
#waitDialog .dialogClose {
    position: relative;
    color: #333;
    width: 1.45rem;
    height: 1.45rem;
    padding: 0;
    line-height: 1.4rem;
    text-align: center;
    background-color: transparent;
    font-size: 1.5rem;
    cursor: pointer;
}

#exportDialog .dialogClose:hover,
#waitDialog .dialogClose:hover {
    color: #7b7a7a;
}

#exportDialog .dialogBody,
#waitDialog .dialogBody {
    font-size: 1rem;
    color: #606266;
    line-height: 1.625rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    max-width: 25rem;
}

#exportDialog .dialogBody .dialogIcon,
#waitDialog .dialogBody .dialogIcon {
    width: 1.875rem;
    height: 1.875rem;
    margin-right: 1rem;
}

#exportDialog .dialogBody .dialogIcon>div,
#waitDialog .dialogBody .dialogIcon>div {
    width: 1.875rem;
    height: 1.875rem;
}

#exportDialog .dialogBody .dialogIcon>.dialogErrorIcon,
#waitDialog .dialogBody .dialogIcon>.dialogErrorIcon {
    background-image: url('../images/icon/icon_sprite.png');
    background-position: -1.875rem 0;
}

#exportDialog .dialogBody .dialogIcon>.dialogSuccessIcon,
#waitDialog .dialogBody .dialogIcon>.dialogSuccessIcon {
    background-image: url('../images/icon/icon_sprite.png');
    background-position: 0 0;
}

#exportDialog .dialogBody .dialogIcon>.dialogWarnIcon,
#waitDialog .dialogBody .dialogIcon>.dialogWarnIcon {
    background-image: url('../images/icon/icon_sprite.png');
    background-position: -3.75rem 0;
}

#exportDialog .dialogBody .dialogIcon>div>div:before,
#waitDialog .dialogBody .dialogIcon>div>div:before {
    background-color: #6aa16a;
}

#exportDialog .dialogProgressBg,
#waitDialog .dialogProgressBg {
    height: .3125rem;
    background-color: #e1e1e1;
    border-radius: .3125rem;
    margin-bottom: 1rem;
    overflow: hidden;
}

#exportDialog .dialogProgressBg .dialogProgress,
#waitDialog .dialogProgressBg .dialogProgress {
    height: 100%;
    background-color: #67c23a;
    width: 0%;
}

#exportDialog .dialogBody a,
#waitDialog .dialogBody a {
    color: red;
    text-decoration: underline;
}

#exportDialog .dialogBottom,
#waitDialog .dialogBottom {
    display: flex;
    justify-content: flex-end;
    padding: .25rem 1rem .75rem;
}

#exportDialog .dialogBottom a,
#waitDialog .dialogBottom a {
    background: #F0F0F0;
    border-color: #F0F0F0;
    color: #bcbec2;
    padding: .25rem .625rem;
    font-size: .875rem;
    border-radius: .1875rem;
    box-sizing: content-box;
}

#exportDialog .dialogBottom a.reload,
#waitDialog .dialogBottom a.reload {
    background: #009307;
    border-color: #009307;
    color: #fff;
}

/* exportDialog为导出开窗,waitDialog为通用线程等待开窗 end */

/* 钓友投稿管理 => 图片显示列表(横排展示) */
#image-display-list>img {
    width: 10rem;
    height: 10rem;
    vertical-align: top;
    border: .0625rem solid #dedcdc;
    border-radius: .25rem;
    margin-left: 1rem;
    margin-top: 1rem;
}

/* 编码字体颜色 */
.formNo {
    width: 2rem;
    font-size: var(--m-default-font-size);
    line-height: .875rem;
    display: inline-block;
    vertical-align: middle;
}

/* 购物车数量显示 */
[role="shopNums"].shopNums {
    position: relative;
    display: inline;
}

.gridIt {
    padding: 0;
    background-color: unset;
    color: unset;
    margin-right: 0;
}

/* #fullContent，该id只适用于react挂载节点高度为content的百分百且弹性布局方向为纵向 */
#fullContent {
    height: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

/* 应付管理（物流）--->数据合计样式 start */
.dataTtotal li {
    margin: .25rem 0;
}

.dataTtotal li strong {
    float: right;
}

.dataTtotal li hr {
    border: none;
    height: .0625rem;
    background: #33333300;
    border-top: .0625rem dashed #DCDCDC;
}

/* 应付管理（物流）--->数据合计样式 end */

/*UISheetCard卡片样式 用于基本资料、帐号权限管理等 start */
.content section[role="sheetCard"] {
    width: 32%;
    margin: 1.3%;
    margin-top: 0;
    margin-left: 0;
    min-height: 13em;
    float: left;
    padding: .125rem 1.25rem .625rem;
    border-radius: .25rem;
}

.content section[role="sheetCard"] div {
    padding: 0;
}

.content section[role="sheetCard"] label {
    border-bottom: .0625rem solid #ebebeb;
    padding: 0.25em 0;
    border-left: 0;
    position: relative;
}

.content section[role="sheetCard"] label::before {
    content: "";
    position: absolute;
    left: -.625rem;
    top: .4375rem;
    bottom: .4375rem;
    width: .125rem;
    background-color: #0473EA;
}

/*UISheetCard卡片样式 用于基本资料、帐号权限管理等 end */

/* pad端适配 */
@media screen and (min-width: 768px) and (max-width: 1300px) and (orientation: landscape) {

    #pad content,
    #pad footer {
        min-width: 696px;
    }

    #pad .header-left {
        width: 12.5rem;
    }

    #pad form.search ul li label,
    #pad form.modify ul li label {
        min-width: 4.5rem;
    }
}

/* 兼容火狐浏览器样式 */
@-moz-document url-prefix() {

    /* dbgrid和footer的多选框兼容火狐浏览器 */
    .dbgrid tr td>span>input[type="checkbox"],
    article>footer footer[role="footer"] section[role="footerOperation"] input[type="checkbox"] {
        width: auto;
        height: auto;
        z-index: auto;
        transform: translate(0);
    }

    /* dbgrid的表头全选框兼容火狐浏览器 */
    .dbgrid tr th input[type="checkbox"] {
        width: auto;
        height: auto;
        z-index: auto;
        transform: translate(0);
        appearance: auto;
        -moz-appearance: auto;
    }

    /* 兼容火狐浏览器select下拉框背景色为黑色的问题 */
    form[role='search'] ul li select,
    form[role='modify'] ul li select,
    form fieldset li select {
        background-color: #fff;
    }
}

/*设置td背景红色，且hover状态不改变*/
td.redTd,
.dbgrid tr:hover td.redTd {
    background-color: #ff0000 !important;
}

/*设置td背景黄色，且hover状态不改变*/
td.yellowTd,
.dbgrid tr:hover td.yellowTd {
    background-color: yellow !important;
}

.historyclick td {
    background-color: var(--m-gridHoverBgc) !important;
}

/* 解决form[role='tabSheet']框架默认样式被产品影响到的问题 */
form[role='vuiForm'] {
    display: block;
}

body .side_bar {
    top: 3.75rem;
    width: 17.37rem;
}

.side_bar #rightSide {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #E0E0E0;
}

.formBtnBox {
    flex-flow: wrap;
}

.formBtnBox>ul {
    width: 100%;
}

.formBtnBox>div {
    width: 100%;
}

.formBtnBox>div>button {
    margin-left: 1.25rem;
}

/* DataGrid组合列样式 start */
.gridColumn-noWrap {
    display: flex;
}

.gridColumn-noWrap>div {
    flex: 1;
    word-break: break-all;
}

.gridColumn-noWrap>div:not(:last-of-type) {
    margin-right: 1rem;
    position: relative;
}

.gridColumn-noWrap>div:not(:last-of-type)::after {
    content: '';
    background-color: var(--s-border);
    width: .0625rem;
    height: 1.25rem;
    position: absolute;
    top: 50%;
    right: -0.5rem;
    transform: translateY(-40%);
}

/* DataGrid组合列样式 end */

/** ChartGroupChange可切换数据概览组件 */
[role='chartGroup'].chartGroupChange .chartTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 1.875rem;
}

[role='chartGroup'].chartGroupChange>.chartTitle>.groupChange>span {
    cursor: pointer;
    font-weight: normal;
    margin: 0 .25rem;
    padding: .125rem .375rem;
    border-radius: .25rem;
    display: inline-block;
    border: .0625rem solid #999;
    color: #999;
    font-size: .75rem;
}

[role='chartGroup'].chartGroupChange>.chartTitle>.groupChange>span:hover {
    color: #0473ea;
    border-color: #0473ea;
}

[role='chartGroup'].chartGroupChange>.chartTitle>.groupChange>span.active {
    background: #0473ea;
    color: #fff;
    border-color: #0473ea;
}

[role='chartGroup'].chartGroupChange ul {
    justify-content: space-around;
}

[role='chartGroup'].chartGroupChange ul>li {
    width: auto;
    align-items: unset;
}

[role='chartGroup'].chartGroupChange ul>li>span:first-child {
    font-size: 1rem;
}

[role='chartGroup'].chartGroupChange ul>li>span:nth-child(2) {
    font-weight: bold;
    margin: .25rem 0;
}

[role='chartGroup'].chartGroupChange ul>li>p {
    font-size: .875rem;
    color: #999;
}

[role='chartGroup'].chartGroupChange ul>li>p.hideGroup {
    display: none;
}

/** ChartGroupChange可切换数据概览组件 end */

/* 图片管理 start */
ul[role="imageBox"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

ul[role="imageBox"]>li {
    width: 13.75rem;
    height: 13.75rem;
    position: relative;
}

/* 图片管理 end */
i.roleStatu0,
i.roleStatu1,
i.roleStatu2 {
    transform: translate(-50%, 0);
    left: 50%;
    display: block;
}

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

/* ColumnGroup组件样式，单行元素不换行 */
.dbgrid td>span>div>div {
    display: flex;
    align-items: center;
}

.dbgrid td>span>div>div input[type='text'] {
    width: 0;
    flex: 1;
    margin: .125rem 0;
}

/* 分页式分页器控件样式 */
tr#tableMutiControl>td {
    cursor: auto;
    position: sticky;
    bottom: 0;
    z-index: 101;
    background-color: #fff!important;
}

tr#tableMutiControl:hover {
    background: none;
}

tr#tableMutiControl:hover>td {
    background-color: #fff !important;
}

tr#tableMutiControl>td:before {
    top: -.0625rem;
    bottom: auto;
}

tr#tableMutiControl>td:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -.0625rem;
    height: .0625rem;
    background-color: var(--s-border);
    z-index: 10;
}

#flipContorlBox {
    display: flex;
    align-items: center;
    padding: 0;
}

#flipContorlBox>select {
    width: 6.25rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: .125rem;
    margin: 0 .5rem;
}

#flipContorlBox>ul {
    width: 0;
    flex: 1;
    margin-top: 0;
    justify-content: flex-start;
}

#flipContorlBox>ul>li {
    background-color: #f4f4f5;
    margin: 0 .3125rem;
    padding: 0 .5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border: 0;
}

#flipContorlBox>ul>li:first-of-type {
    margin-left: 0;
}

table.dbgrid th .sortBox {
    display: inline-flex;
    flex-direction: column;
    vertical-align: middle;
    margin-left: .25rem;
    position: relative;
    width: .625rem;
}

table.dbgrid th .sortBox>span {
    width: 0;
    height: 0;
    border: .3125rem solid transparent;
    position: absolute;
    cursor: pointer;
}

table.dbgrid th .sortBox>span.asc {
    border-bottom-color: #c0c4cc;
    top: -.6875rem;
}

table.dbgrid th .sortBox>span.desc {
    border-top-color: #c0c4cc;
    top: .0625rem;
}

table.dbgrid th .sortBox>span.asc.sorted {
    border-bottom-color: #409eff;
}

table.dbgrid th .sortBox>span.desc.sorted {
    border-top-color: #409eff;
}

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

[role='messagePc'] .moveMessage {
    cursor: move;
    user-select: none;
    margin-left: -.1875rem;
    height: 1.25rem;
    margin-top: -.0625rem;
    line-height: 1;
    font-size: 1.3125rem;
    color: #acabaa;
}

[role='messagePc'] .contentMessage {
    display: inline-block;
    word-break: break-all;
    overflow-y: auto;
    line-height: 1.5;
    flex: 1;
    margin: 0rem .625rem;
    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'] .contentMessage .msgTime {
    font-size: .75rem;
    color: #999999;
    margin-right: .5rem;
}

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

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

[role='messagePc'] [data-type='success'] {
    color: green;
}

[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 */

/* 缺省图标样式 start */
body div#UINoData {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 6.25rem;
    color: #999;
    font-size: 1rem;
    float: none;
    width: auto;
}

#UINoData img {
    width: 22.375rem;
    height: 22.375rem;
}

/* 缺省图标样式 end */

/** alert新对话框样式 start */
.alert-box {
    width: 25rem;
    border-radius: .25rem;
    padding: 1.25rem;
    font-size: .875rem;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
}

.alert-box>div {
    flex: 1;
}

.alert-box .alert-title {
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: bold;
    height: auto;
    line-height: 1.5;
    text-align: left;
}

.alert-box .alert-con {
    color: rgba(0, 0, 0, 0.88);
    font-size: .875rem;
    line-height: 1.5;
    text-align: left;
    margin: 0;
    padding: 0;
}

.alert-box>ul {
    text-align: end;
    margin-top: 1rem;
    height: auto;
    display: block;
    border: 0;
    flex-shrink: 0;
}

.alert-box>ul li {
    display: inline-block;
    height: 2rem;
    padding: .25rem .9375rem;
    border: .0625rem solid #d9d9d9;
    margin-right: .25rem;
    border-radius: .25rem;
    cursor: pointer;
    line-height: 1.5;
    font-size: .875rem;
    float: none;
    min-width: 3.75rem;
    color: #666666;
}

.alert-box>ul li:hover {
    color: var(--p-buttonBgc);
    border-color: var(--p-buttonBgc);
}

.alert-box>ul li:last-of-type {
    color: #ffffff;
    background-color: var(--p-buttonBgc);
    border-color: var(--p-buttonBgc);
    margin-right: 0;
}

.alert-box>ul li:last-of-type:hover {
    background-color: var(--p-buttonHoverBgc);
    border-color: var(--p-buttonHoverBgc);
}

/** alert新对话框样式 end */
/* BlockFileList附件样式 start */
.blockFileList {
    padding: 0.5rem 1rem;
    display: block;
}

.blockFileList::after {
    content: "";
    clear: both;
    display: block;
}

[role="group"] .blockFileList section {
    width: 20.375rem;
    display: flex;
    margin-bottom: .625rem;
    padding-bottom: 0;
    border-bottom: none;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0.125rem 0.5rem;
    margin-right: 1rem;
    padding: .5rem;
    position: relative;
    float: left;
}

/* BlockFileList附件样式 end */
/* UIPhone组件 start */
content #uiPhone {
    height: 0;
    flex: 1;
    margin: 0 auto .75rem;
    overflow: hidden;
    position: relative;
    display: none;
    padding: calc((100vh - 2.875rem) * 0.02) calc((100vh - 2.875rem) * 0.0275) calc((100vh - 2.875rem) * 0.025) calc((100vh - 2.875rem) * 0.0325);
}

content #uiPhone>img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: block;
    z-index: 10;
}

content #uiPhone>div:nth-of-type(1) {
    border-top-left-radius: 10%;
    border-top-right-radius: 10%;
    height: 2.25rem;
    background-color: #fff;
}

content #uiPhone>div:nth-of-type(2) {
    padding: 0 .25rem;
}

content #uiPhone>div:nth-of-type(2)>* {
    position: relative;
    z-index: 20;
}

content #uiPhone footer[role="footer"] {
    position: relative;
}

content #uiPhone footer[role="footer"] {
    width: 100%;
    min-height: 2.5em;
    line-height: 2.5em;
    background: #FFFFFF;
    border-top: .0625rem solid #dedede;
}

content #uiPhone footer[role="footer"]>* {
    position: relative;
    z-index: 20;
}

content #uiPhone footer[role="footer"] section[role="footerTools"] {
    display: inline;
    padding-left: 1rem;
}

content #uiPhone section[role="footerTools"]>a {
    display: inline-block;
    vertical-align: top;
    min-width: 4em;
    height: 1.75em;
    line-height: 1.48em;
    border-radius: .4em;
    -webkit-border-radius: .4em;
    text-align: center;
    padding: 0 0.5em;
    border: none;
    outline: none;
    cursor: pointer;
    margin-left: 0.5em;
    background: #fcfcfc;
    color: #333;
    border: .0625rem solid #dedede;
    margin-top: 0.35em;
    font-size: 1em;
}

content #uiPhone footer[role="footer"] section[role="footerButtons"] {
    width: 100%;
    height: 2.5em;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

content #uiPhone footer[role="footer"] section[role="footerButtons"]>div {
    width: 0;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

content #uiPhone footer[role="footer"] section[role="footerButtons"]>div:nth-child(n+2) {
    border-left: .06rem solid #dedede;
}

content #uiPhone footer[role="footer"] section[role="footerButtons"]>div>a {
    width: 100%;
    height: 100%;
    line-height: 1.5;
}

content #uiPhone footer[role="footer"] section[role="footerButtons"]>div>a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

content #uiPhone footer[role="footer"] section[role="footerButtons"] a {
    display: flex;
    width: 100%;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    color: #333;
    float: left;
    border-right: .0625rem solid #dedede;
    font-size: .88em;
    justify-content: center;
    align-items: center;
}

content #uiPhone footer[role="footer"] section[role="footerButtons"] span:first-child {
    width: 4rem;
    flex-shrink: 0;
    line-height: 100%;
    display: inherit;
    height: 100%;
    border-right: .0625rem solid #dedede;
    text-align: center;
    align-items: center;
    justify-content: center;
}

content #uiPhone footer[role="footer"] section[role="footerButtons"] a.backButton,
content #uiPhone footer[role="footer"] section[role="footerTools"] a.backButton {
    flex: none;
    width: 2.5rem;
    background-image: url('../images/go-back.png');
    background-size: .5rem auto;
    background-position: center;
    background-repeat: no-repeat;
}

content #uiPhone footer[role="footer"] section[role="footerButtons"] a>img {
    width: 1.06em;
    height: 1.06em;
    margin-right: .64em;
    margin-top: -.125em;
}

content #uiPhone footer[role="footer"] section[role="footerButtons"] a:last-child {
    border-right: none;
}

content #uiPhone footer[role="footer"] section[role="footerOperation"] {
    display: inline-block;
    margin-left: .75rem;
}

content #uiPhone footer[role="footer"] section[role="footerOperation"] input[type="checkbox"] {
    width: 1rem;
    height: 1rem;
}

content #uiPhone footer[role="footer"] section[role="footerOperation"] input[type="checkbox"],
content #uiPhone footer[role="footer"] section[role="footerOperation"] label {
    vertical-align: middle;
    margin-right: 0.25rem;
    cursor: pointer;
}

/* UIFilesList样式排版 */
div[role='UIFilesList']>span {
    margin-right: 1rem;
    cursor: pointer;
}

div[role='UIFilesList']>ul {
    flex-direction: row;
}

div[role='UIFilesList']>ul>li {
    padding: .25rem 2rem .25rem 0;
}

div[role='UIFilesList']>ul>li:first-of-type {
    padding-top: .25rem;
}

div[role='UIFilesList']>div>span {
    margin-left: 1rem;
    color: var(--m-link-blue-color);
    cursor: pointer;
}

/* UIPageEditForm定制样式 */
form[role='modify'].virEditForm button {
    width: auto;
    border-radius: .25rem;
    height: 1.75rem;
    margin-top: 0;
    margin-left: 1rem;
}