@charset "UTF-8";
body,li,ol,ul {
    padding: 0;
    margin: 0
}

.icon-appendix,.icon-appendix:after {
    border-left: 1px solid currentColor;
    border-right: 1px solid currentColor;
    border-top: 1px solid currentColor
}

.icon-appendix:before,.icon-trash {
    border-bottom: 1px solid currentColor
}

.icon-appendix,.icon-close,.icon-edit,.icon-edit::after,.icon-mail,.icon-menu,.icon-plus,.icon-trash {
    color: currentColor
}

.icon-appendix,.icon-close,.icon-edit,.icon-mail,.icon-menu,.icon-plus,.icon-trash {
    position: relative
}

.project-item .td-system>div b,.system-btns,.td-system {
    font-weight: 400
}

.chart-item,.field-input input,.field-list .field-input,.head-info .search,.latest-news,.lightbox,.lightbox-close,.lightbox-content,.lightbox-foot,.login-heading,.login-wrapper,.main,.news-title,.page-link,.project-item>td,.project-item>th,.search-bar .search-bar-tit,.search-bar .search-input,.td-appendix,.td-function,.td-remark {
    box-sizing: border-box
}

body {
    color: #333;
    font: 12px/1.6em "Century Gothic",Arial,"Microsoft JhengHei","蘋果儷中黑","儷黑 Pro","新細明體","sans-serif";
    background-color: #f5f5f5;
    min-width: 320px
}

a {
    display: inline-block;
    text-decoration: none
}

*,:focus {
    outline: 0
}

i {
    font-style: normal
}

li,ol,ul {
    list-style: none
}

.wrapper {
    display: flex;
    justify-content: start;
    align-items: stretch;
    background: url("../images/bg.png") center/cover no-repeat;
    width: 100vw;
    height: 100vh;
    overflow: hidden
}

.login-pages {
    background: url("../images/bg_login.png") center/cover no-repeat
}

.sub-pages {
    background: url("../images/bg.png") center no-repeat rgba(84,124,232,.2);
    height: auto
}

.sub-pages::before {
    content: ' ';
    display: block;
    background-image: none;
    background-color: rgba(84,124,232,.2);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.main {
    height: calc(100vh - 90px - 15px)
}

.main,.nav-menu .menu-box {
    overflow-y: auto;
    scrollbar-color: var(--scroll-thumb-color,grey) var(--scroll-track,transparent);
    scrollbar-width: thin;
    --scroll-size: 5px;
    --scroll-radius: 10px;
    --scroll-track: rgb(255 255 255 / 10%);
    --scroll-thumb-color: rgba(67, 105, 229, 0.05);
    transition: .1s
}

.main:hover,.nav-menu .menu-box:hover {
    --scroll-thumb-color: rgba(67, 105, 229, 0.5)
}

.main::-webkit-scrollbar,.nav-menu .menu-box::-webkit-scrollbar {
    width: var(--scroll-size,10px);
    height: var(--scroll-size,10px)
}

.main::-webkit-scrollbar-track,.nav-menu .menu-box::-webkit-scrollbar-track {
    background-color: var(--scroll-track,transparent);
    border-radius: var(--scroll-track-radius,var(--scroll-radius))
}

.main::-webkit-scrollbar-thumb,.nav-menu .menu-box::-webkit-scrollbar-thumb {
    background-color: var(--scroll-thumb-color,grey);
    background-image: var(--scroll-thumb,none);
    border-radius: var(--scroll-thumb-radius,var(--scroll-radius))
}

.icon-mail:after,.icon-mail:before {
    left: 7px;
    top: -4px;
    width: 1px;
    background-color: currentColor;
    content: '';
    position: absolute
}

.font-icon {
    font-size: 1em;
    line-height: 1em;
    display: inline-block
}

.icon-member-account {
    background: url("../images/icon-member-account.svg") center/contain no-repeat
}

.icon-member-password {
    background: url("../images/icon-member-password.svg") center/contain no-repeat
}

.icon-project-management {
    background: url("../images/icon-project-management.svg") center/contain no-repeat
}

.icon-basic {
    background: url("../images/icon-basic.svg") center/contain no-repeat
}

.icon-use {
    background: url("../images/icon-use.svg") center/contain no-repeat
}

.icon-personnel-management {
    background: url("../images/icon-personnel-management.svg") center/contain no-repeat
}

.icon-permissions {
    background: url("../images/icon-permissions.svg") center/contain no-repeat
}

.icon-log-in {
    background: url("../images/icon-log-in.svg") center/contain no-repeat
}

.icon-system-management {
    background: url("../images/icon-system-management.svg") center/contain no-repeat
}

.menu-item-tit:hover .icon-project-management,.menu-item.current .icon-project-management {
    background: url("../images/icon-project-management-current.svg") center/contain no-repeat
}

.menu-item-tit:hover .icon-basic,.menu-item.current .icon-basic {
    background: url("../images/icon-basic-current.svg") center/contain no-repeat
}

.menu-item-tit:hover .icon-use,.menu-item.current .icon-use {
    background: url("../images/icon-use-current.svg") center/contain no-repeat
}

.menu-item-tit:hover .icon-personnel-management,.menu-item.current .icon-personnel-management {
    background: url("../images/icon-personnel-management-current.svg") center/contain no-repeat
}

.menu-item-tit:hover .icon-permissions,.menu-item.current .icon-permissions {
    background: url("../images/icon-permissions-current.svg") center/contain no-repeat
}

.menu-item-tit:hover .icon-log-in,.menu-item.current .icon-log-in {
    background: url("../images/icon-log-in-current.svg") center/contain no-repeat
}

.menu-item-tit:hover .icon-system-management,.menu-item.current .icon-system-management {
    background: url("../images/icon-system-management-current.svg") center/contain no-repeat
}

.icon-search {
    background: url("../images/icon-search.svg") center/contain no-repeat;
    width: 27px;
    height: 27px
}

.icon-mail {
    margin-left: 2px;
    margin-top: 4px;
    width: 15px;
    height: 10px;
    border-radius: 1px;
    border: 1px solid currentColor
}

.icon-mail:before {
    height: 10px;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: rotate(-54deg);
    transform: rotate(-54deg)
}

.icon-mail:after {
    height: 10px;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: rotate(54deg);
    transform: rotate(54deg)
}

.icon-appendix {
    margin-left: 9px;
    margin-top: 2px;
    width: 6px;
    height: 12px;
    border-radius: 4px 4px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.icon-appendix:before {
    content: '';
    position: absolute;
    top: 11px;
    left: -1px;
    width: 4px;
    height: 6px;
    border-radius: 0 0 3px 3px;
    border-left: 1px solid currentColor;
    border-right: 1px solid currentColor
}

.icon-appendix:after {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    width: 2px;
    height: 10px;
    border-radius: 4px 4px 0 0
}

.icon-plus:after,.icon-plus:before {
    width: .8em;
    height: 1px;
    margin: auto;
    top: 0;
    left: 0;
    content: '';
    background-color: currentColor;
    position: absolute;
    bottom: 0;
    right: 0
}

.icon-plus {
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    border: 1px solid currentColor
}

.icon-plus:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.icon-edit {
    width: 14px;
    height: 2px;
    border-radius: 1px;
    border: 1px solid currentColor;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.icon-edit:before {
    content: '';
    position: absolute;
    left: -12px;
    top: -1px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid currentColor;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent
}

.icon-trash,.icon-trash:after {
    border-left: 1px solid currentColor;
    border-right: 1px solid currentColor
}

.icon-edit::after {
    position: absolute;
    margin-left: 4px;
    margin-top: 5px;
    width: 11px;
    height: 11px;
    border: 1px solid currentColor;
    border-radius: 1px
}

.icon-trash {
    margin-left: 5px;
    margin-top: 7px;
    width: 9px;
    height: 10px;
    border-radius: 0 0 2px 2px
}

.icon-trash:before {
    content: '';
    position: absolute;
    left: -4px;
    top: -2px;
    width: 17px;
    height: 1px;
    background-color: currentColor
}

.icon-trash:after {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    width: 7px;
    height: 2px;
    border-top: 1px solid currentColor;
    border-radius: 4px 4px 0 0
}

.icon-arrow,.icon-arrow-left,.icon-arrow-right {
    display: inline-block;
    width: .952em;
    height: 8px;
    position: relative
}

.icon-arrow-left::before,.icon-arrow-right::before,.icon-arrow::before {
    content: ' ';
    display: block;
    background-color: currentColor;
    width: 10px;
    height: 1px;
    margin: auto;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
}

.icon-arrow-left::after,.icon-arrow-right::after,.icon-arrow::after {
    content: ' ';
    display: block;
    background-color: currentColor;
    width: 10px;
    height: 1px;
    margin: auto;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.icon-close::after,.icon-close::before,.icon-menu::after,.icon-menu::before {
    content: '';
    background-color: currentColor
}

.icon-arrow-left {
    transform: rotate(-90deg)
}

.icon-arrow-right {
    transform: rotate(90deg)
}

.icon-close {
    width: 1em;
    height: 1em
}

.icon-close::before {
    display: block;
    width: 1em;
    height: 1px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotate(137deg)
}

.icon-close::after {
    display: block;
    width: 1em;
    height: 1px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotate(-137deg)
}

.icon-menu {
    margin-bottom: .3em;
    width: 1em;
    height: 1px;
    background-color: currentColor
}

.icon-menu::after,.icon-menu::before,.system-logo {
    position: absolute;
    left: 0
}

.icon-menu::before {
    width: 1em;
    height: 1px;
    top: -5px
}

.icon-menu::after {
    width: 1em;
    height: 1px;
    top: 5px
}

.nav-menu.open .nav-mobile-menu .icon-menu {
    background-color: transparent
}

.nav-menu.open .nav-mobile-menu .icon-menu::before {
    transform: rotate(137deg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.nav-menu.open .nav-mobile-menu .icon-menu::after {
    transform: rotate(-137deg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.system-logo {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 250px;
    padding: 12px 0;
    margin: 17px 13px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    top: 0;
    opacity: .5
}

.system-logo::before {
    content: ' ';
    display: block;
    background-color: #707070;
    width: 100%;
    height: 1px;
    margin-top: 9px;
    margin-left: 8px;
    margin-right: 11px
}

.system-logo img {
    max-width: 100%;
    margin-right: 15px;
    margin-bottom: 9px
}

.field-input i,.login-wrapper {
    margin: auto;
    position: absolute;
    bottom: 0;
    top: 0
}

.login-wrapper {
    width: 480px;
    max-height: 450px;
    padding: 20px 50px;
    border-radius: 20px;
    left: 48%;
    right: 26%;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 3px 6px rgba(0,0,0,.16)
}

.login-wrapper::before {
    content: ' ';
    display: block;
    background-color: rgba(255,255,255,.85);
    position: absolute;
    top: -30px;
    bottom: -30px;
    left: -30px;
    right: -30px;
    z-index: -1;
    filter: blur(30px)
}

.login-heading {
    color: #222;
    font-size: 28px;
    height: 55px;
    padding: 8px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d6d6d6
}

.field-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.field-input i {
    width: 20px;
    height: 20px;
    left: 13px
}

.field-input input {
    font-size: 13px;
    line-height: 20px;
    width: 100%;
    height: 40px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0,0,0,.06)
}

.field-input i+input {
    padding-left: 46px
}

.field-input input+img {
    margin-left: 10px
}

.login-fields .field-input+.field-input {
    margin-top: 20px
}

.field-input+.field-button {
    margin-top: 35px
}

.field-button .button {
    color: #fff;
    font-size: 18px;
    background: #6c94ec;
    background: -moz-linear-gradient(top,#6c94ec 0,#4369e5 100%);
    background: -webkit-linear-gradient(top,#6c94ec 0,#4369e5 100%);
    background: linear-gradient(to bottom,#6c94ec 0,#4369e5 100%);
    width: 100%;
    height: 46px;
    border: none;
    border-radius: 5px
}

.field-button .button.button-sm {
    max-width: 200px;
    height: 36px;
    font-size: 16px
}

.field-button .button.button-delete {
    background: #ff6a3a;
    background: -moz-linear-gradient(top, rgb(255 106 58 / 80%) 0%, rgb(236 76 25 / 80%) 100%);
    background: -webkit-linear-gradient(top,  rgb(255 106 58 / 80%) 0%, rgb(236 76 25 / 80%) 100%);
    background: linear-gradient(to bottom,  rgb(255 106 58 / 80%) 0%, rgb(236 76 25 / 80%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6a3a', endColorstr='#ec4c19',GradientType=0 );
}

.field-links {
    display: flex;
    justify-content: space-between;
    margin-top: 18px
}

.field-links a {
    color: #222;
    display: inline-block;
    transition: .5s
}

.field-links a:hover {
    color: #6c94ec
}

.field-links .link-txt {
    font-size: 15px;
    line-height: 1;
    font-style: normal
}

.control,.select-action .td-system .system-delete label {
    padding-left: 1.5em
}

.control {
    font-size: 1em;
    display: inline-block;
    position: relative;
    cursor: pointer
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.control__indicator {
    background: #fff;
    width: 1em;
    height: 1em;
    border-radius: 3px;
    position: absolute;
    top: .05em;
    left: 0
}

.select,.select select {
    display: inline-block;
    width: 100%
}

.control--radio .control__indicator {
    border-radius: 50%
}

.control input:focus~.control__indicator:after,.control:hover input~.control__indicator:after {
    border-color: #333
}

.control input:checked~.control__indicator:after {
    border-color: #6c94ec;
    display: block
}

.control input:checked:focus~.control__indicator:after,.control:hover input:not([disabled]):checked~.control__indicator:after {
    border-color: #4369e5
}

.control input:disabled~.control__indicator {
    background: #fff;
    opacity: .6;
    pointer-events: none
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none
}

.control--checkbox .control__indicator:after {
    width: .4em;
    height: .7em;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    left: .25em;
    top: 0
}

.control--checkbox input:disabled~.control__indicator:after {
    border-color: #7b7b7b
}

.control--radio .control__indicator:after {
    background: #fff;
    width: .3em;
    height: .3em;
    border-radius: 50%;
    left: .35em;
    top: .35em
}

.control--radio input:disabled~.control__indicator:after {
    background: #7b7b7b
}

.select {
    position: relative;
    margin-bottom: 15px
}

.select select {
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #e6e6e6;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.select-action .project-item .td-system .system-delete,.system-delete-btn a {
    background-color: #ff5722;
    color: #fff
}

.select select::-ms-expand {
    display: none
}

.select select:focus,.select select:hover {
    color: #000;
    background: #ccc
}

.select select:disabled {
    opacity: .5;
    pointer-events: none
}

.select__arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0;
    border-color: #7b7b7b transparent transparent
}

.select select:focus~.select__arrow,.select select:hover~.select__arrow {
    border-top-color: #000
}

.select select:disabled~.select__arrow {
    border-top-color: #ccc
}

.nav-menu {
    width: 20%;
    max-width: 280px;
    position: relative;
    z-index: 2
}

.nav-mobile-menu {
    display: none;
    color: #000;
    padding: 5px;
    border: 1px solid currentColor;
    position: absolute;
    top: 9px;
    right: 20px;
    cursor: pointer
}

.menu-box .menu-item+.menu-item,.menu-sub-list,.menu-sub-list .menu-sub-item+.menu-sub-item {
    border-top: 1px solid rgba(0,0,0,.03)
}

.breadcrumbs .current,.menu-item .menu-item-tit a:hover,.menu-item.current .menu-item-tit a,.menu-sub-list .menu-sub-item a:hover,.menu-sub-list .menu-sub-item.current a,.nav-mobile-menu:hover,.news-item a:hover,.system-btns a:hover,.td-appendix a:hover,.td-function a:hover {
    color: #537ae8
}

.nav-menu .system-logo {
    width: calc(100% - 26px)
}

.nav-menu .menu-box {
    height: calc(100vh - 90px);
    margin-top: 90px
}

.menu-box .menu-list {
    margin: 0 .5em
}

.menu-item .menu-item-tit a {
    color: #070707;
    font-size: 1em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px
}

.menu-item .menu-item-tit a i {
    width: 1.438em;
    height: 1.438em;
    margin-left: 12px;
    margin-right: 10px
}

.breadcrumbs span+span::after,.breadcrumbs span+span::before {
    background-color: #2f2e36;
    width: 10px;
    position: absolute;
    left: 0;
    content: ' '
}

.menu-item span,.search-bar .control-group label {
    font-size: 1em
}

.menu-sub-list {
    display: none;
    text-align: left;
    background-color: rgba(108,149,236,.06);
    margin: 0 .5em
}

.menu-sub-list .menu-sub-item a {
    color: #070707;
    font-size: 1em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 5px
}

.menu-sub-list .menu-sub-item a::before {
    content: ' ';
    display: block;
    background-color: currentColor;
    width: 3px;
    height: 3px;
    margin: .5em 12px
}

.menu-item.current .menu-sub-list,.search-bar.open .search-criteria,.select-action .system-delete-btn {
    display: block
}

.reduced-space-btn {
    background-color: #f9f7fc;
    border-radius: 5px 0 0 5px;
    width: 36px;
    height: 67px;
    cursor: pointer;
    position: absolute;
    bottom: 63px;
    right: 0
}

.reduced-space-btn i {
    width: 26px;
    height: 12px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotate(-90deg) translateY(3px)
}

.reduced-space-btn i::after,.reduced-space-btn i::before {
    background-color: #6c94ec;
    width: 15px
}

.reduced-space .reduced-space-btn i {
    transform: rotate(90deg) translateY(5px)
}

.content {
    width: calc(100% - 30px);
    margin-right: 30px;
    position: relative;
    z-index: 2
}

.content .head {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 90px
}

.latest-news {
    font-size: 1.2em;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    white-space: nowrap;
    background-color: #fff;
    width: 33%;
    min-width: 350px;
    max-width: 400px;
    height: 70px;
    padding: 10px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 15px
}

.news-title {
    color: #fff;
    font-size: 1.1em;
    display: inline-block;
    background: #6c94ec;
    background: -moz-linear-gradient(top,#6c94ec 0,#4369e5 100%);
    background: -webkit-linear-gradient(top,#6c94ec 0,#4369e5 100%);
    background: linear-gradient(to bottom,#6c94ec 0,#4369e5 100%);
    width: 5.26em;
    padding: 3px .66em;
    margin-bottom: 8px;
    margin-right: 8px;
    border-radius: 1em
}

.news-item a,.news-list {
    font-size: 1em;
    line-height: 1.5em
}

.news-list {
    display: block;
    width: calc(100% - 5.26em - 15px);
    padding: 0;
    margin: 0
}

.news-item a {
    color: #000;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.news-item .date {
    margin-right: 5px
}

.head-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 10px;
    right: 30px;
    z-index: 6
}

.head-info .search {
    width: 62px;
    height: 62px;
    position: relative;
    z-index: 1;
    border: 2px solid #c4d4f7;
    border-radius: 100%
}

.chart-box,.chart-item,.main {
    border-radius: 20px
}

.head-info .search::before {
    content: ' ';
    display: block;
    background: #889eea;
    background: -moz-linear-gradient(top,#b4c8f2 0,#889eea 100%);
    background: -webkit-linear-gradient(top,#b4c8f2 0,#889eea 100%);
    background: linear-gradient(to bottom,#b4c8f2 0,#889eea 100%);
    width: 52px;
    height: 52px;
    margin: auto;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: .1s
}

.head-info .search:hover:before {
    transform: rotate(180deg)
}

.search a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2
}

.breadcrumbs span,.main,.td-grade {
    position: relative
}

.head-info .member-account {
    background-color: #fff;
    width: 285px;
    height: 70px;
    border-radius: 10px;
    margin-left: 35px
}

.member-account a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.member-account .member-avatar {
    max-width: 52px;
    margin-left: 14px
}

.nav-menu.reduced-space {
    width: 10%
}

.nav-menu.reduced-space .menu-item .menu-item-tit a {
    font-size: 15px;
    flex-direction: column;
    padding-top: 12px;
    padding-bottom: 12px
}

.content .chart-list,.two-row {
    justify-content: space-between;
    display: flex
}

.nav-menu.reduced-space .menu-item .menu-item-tit a i {
    width: 2.4em;
    height: 2.4em;
    margin-bottom: 10px
}

.nav-menu.reduced-space+.content {
    width: calc(90% - 30px)
}

.main {
    background-color: #f9f7fc;
    padding: 25px 24px 15px;
    margin-bottom: 15px
}

.content .chart-list {
    align-items: stretch;
    margin-bottom: 15px
}

.chart-item {
    background-color: rgba(255,255,255,.6);
    width: 33%;
    padding: 10px
}

.chart-box {
    background-color: #fff;
    padding: 18px 22px
}

.chart-item .chart-tit {
    color: #2f2e36;
    font-size: 18px;
    line-height: 30px;
    padding-left: 10px;
    margin-bottom: 14px;
    border-left: 5px solid #6c94ec
}

.chart-item .chart-txt {
    width: 100%;
    overflow: hidden
}

.chart-item .chart-txt img {
    max-width: 100%;
    width: 100%
}

.main-text {
    padding-top: 10px;
    margin-top: 20px;
    border-top: 1px dotted #ccc;
    overflow-y: auto
}

.field-list {
    font-size: 1.1em;
    width: 80%;
    margin: auto
}

.field-list .field-input {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(83,123,232,.1)
}

.field-list .field-input .tit {
    color: #2f2e36;
    font-size: 1.05em;
    width: 25%
}

.field-list .field-input .txt {
    color: #707070;
    font-size: 1em;
    width: 75%
}

.field-list .field-input .txt input {
    border: 1px solid rgba(83,123,232,.2)
}

.main-bottom {
    padding: 20px 0 0
}

.main-title,.search-info {
    color: #2f2e36;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 400
}

.search-info span {
    color: #537ae8;
    font-weight: 700
}

.search-bar {
    color: #fff;
    font-size: 1em;
    background: #6c94ec;
    background: -moz-linear-gradient(top,#6c94ec 0,#4369e5 100%);
    background: -webkit-linear-gradient(top,#6c94ec 0,#4369e5 100%);
    background: linear-gradient(to bottom,#6c94ec 0,#4369e5 100%);
    margin-top: 20px;
    margin-bottom: 12px;
    border-radius: 20px
}

.search-bar .search-bar-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1em
}

.search-bar .search-bar-tit {
    font-size: 1.4em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5.1em
}

.search-bar-tit i {
    width: 1.2em;
    height: 1.2em;
    max-width: 27px;
    max-height: 27px
}

.search-bar-advanced span,.search-bar-tit span {
    letter-spacing: .3em;
    margin-left: .5em
}

.search-bar .search-input {
    background-color: #fff;
    width: calc(100% - 5.1em - 6em);
    height: 45px;
    padding: .6em;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    border-radius: 10px
}

.search-bar .search-bar-advanced {
    font-size: 1.4em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6em;
    cursor: pointer
}

.search-bar.open .search-bar-advanced i {
    transform: rotateX(0)
}

.search-bar-advanced i {
    transform: rotateX(180deg);
    transition: 1s;
    zoom:1.5}

.search-bar .search-criteria {
    display: none;
    font-size: 1.25em;
    padding: 0 1em .5em
}

.search-bar .control-group.search-items {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: .5em;
    margin-left: 2em
}

.search-bar .control-group.search-items .tit {
    font-size: 1.06em
}

.search-bar .control-group span {
    margin-right: .5em
}

.search-bar .control-group .control__indicator {
    margin-top: .15em
}

.breadcrumbs {
    color: #2f2e36;
    font-size: 15px;
    line-height: 20px;
    margin-top: 20px
}

.breadcrumbs span {
    display: block;
    float: left
}

.breadcrumbs span+span {
    padding-left: 15px
}

.breadcrumbs span+span::before {
    display: block;
    height: 1px;
    margin: auto;
    transform: rotate(45deg) translateY(-5px);
    top: 0;
    bottom: 0
}

.breadcrumbs span+span::after {
    display: block;
    height: 1px;
    margin: auto;
    transform: rotate(-45deg) translateY(5px);
    top: 0;
    bottom: 0
}

.breadcrumbs::after {
    content: ' ';
    display: block;
    width: 100%;
    height: 1px;
    clear: both
}

.content .project-list {
    background-color: transparent;
    border-radius: 20px
}

.content .project-list .project-item:last-child {
    border-radius: 0 0 20px 20px
}

.system-btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
    overflow: hidden
}

.system-btns>div {
    font-size: 1em;
    line-height: 1.2em;
    width: 5em
}

.system-btns>div+div {
    margin-left: 1em
}

.system-btns a {
    color: #2f2e36;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%
}

.system-btns span {
    margin-left: .6em
}

.system-delete-btn {
    display: none;
    padding-right: 1em
}

.system-delete-btn a {
    color: white;
    text-align: center;
    letter-spacing: .1em;
    display: block;
    border: 1px solid #ff5722;
    padding: .2em;
    border-radius: 1em
}

.system-delete-btn a:hover {
    color: #ff5722;
    background-color: transparent
}

.td-system {
    display: flex;
    justify-content: space-between;
    align-items: stretch!important;
    overflow: hidden;
    padding: 0!important;
    z-index: 2;
    width: 0;
    transition: .1s
}

.project-item .td-system>div {
    color: currentColor;
    justify-content: center;
    align-items: center;
    width: 0
}

.project-item .td-system>div a,.project-item .td-system>div a:active,.project-item .td-system>div a:focus,.project-item .td-system>div a:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: .1s
}

.project-item .td-system>div:hover {
    filter: brightness(110%)
}

.project-item .td-system>div label {
    color: currentColor;
    margin: auto
}

.td-system .system-delete,.td-system .system-revise {
    font-size: 1em;
    line-height: 1
}

.td-grade .grade-tab,.td-link,.td-link a {
    color: transparent;
    font-size: 0
}

.td-system .system-delete i,.td-system .system-revise a {
    color: #333
}

.td-system .system-revise a:hover {
    color: #00bcd4
}

.lightbox-04 .lightbox-title,.project-item>td>span,.project-item>th span,.select-action .td-system .system-delete i,.td-system .system-delete b,.td-system .system-delete label .control__indicator,.td-system .system-revise span {
    display: none
}

.td-system .system-delete i:hover {
    color: #ff5722
}

.td-system>div {
    display: none;
    justify-content: center;
    align-items: center;
    width: auto
}

.lightbox-title i+span,.td-system .system-delete label {
    padding-left: 0
}

.project-item:hover .td-system,.select-action .td-system {
    width: auto;
    opacity: 1
}

.project-item:hover .td-system>div,.select-action .td-system>div {
    display: flex;
    width: 5em
}

.select-action .td-system .system-delete b,.select-action .td-system .system-delete label .control__indicator {
    display: block
}

.project-item:hover .td-function,.project-item:hover .td-remark,.select-action .project-table .td-function,.select-action .project-table .td-remark,.select-action table:hover .project-head .td-function,.select-action table:hover .project-head .td-remark,table:hover .project-head .td-function,table:hover .project-head .td-remark {
    width: 5em
}

.select-action .project-table .td-system {
    width: 10em
}

.select-action .project-head .td-system,table:hover .project-head .td-system {
    width: 8.8em
}

table {
    width: 100%;
    margin: auto
}

.td-grade {
    justify-content: center;
    width: 6%;
    z-index: 2
}

.td-grade .grade-tab {
    font-weight: 700;
    white-space: nowrap;
    width: 20px;
    height: 20px;
    margin: 0 1px;
    border-radius: 20px;
    transition: .5s;
    cursor: pointer;
    display: none
}

.td-grade .grade-generally,.td-grade .grade-tab {
    background-color: #74ab5c
}

.td-grade .grade-urgent {
    background-color: #f8c552
}

.td-grade .grade-express {
    background-color: #f33a2c
}

.td-grade:hover .grade-tab {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    width: initial;
    padding: 0 12px
}

.td-grade.show .grade-tab {
    font-size: 0!important;
    display: inline-block;
    width: 20px!important;
    padding: 0!important
}

.td-grade .grade-tab.current {
    display: inline-block!important
}

.td-link {
    position: absolute!important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    cursor: pointer
}

.grade-info,.grade-info::before {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0
}

.td-project-name,.td-starting-name {
    width: 26%
}

.td-principal {
    justify-content: center;
    width: 13%
}

.td-document-quantity {
    justify-content: center;
    width: 16%
}

.td-function,.td-remark {
    justify-content: center;
    width: 13%;
    z-index: 2
}

.td-date,.td-issuer {
    justify-content: center
}

.td-appendix .txt,.td-function .txt {
    padding-left: 5px;
    padding-right: 5px
}

.lightbox-close .icon-close,.td-appendix a,.td-appendix i,.td-function a,.td-function i {
    color: currentColor
}

.td-document-subject {
    width: 40%
}

.td-date {
    width: 15%
}

.td-issuer {
    width: 20%
}

.td-appendix {
    justify-content: center;
    width: 12%;
    z-index: 2
}

.project-head {
    color: #fff;
    font-size: 1.3em;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background: #6c94ec;
    background: -moz-linear-gradient(top,#6c94ec 0,#4369e5 100%);
    background: -webkit-linear-gradient(top,#6c94ec 0,#4369e5 100%);
    background: linear-gradient(to bottom,#6c94ec 0,#4369e5 100%);
    width: 100%;
    border-radius: 20px 20px 0 0
}

.project-head>td,.project-head>th {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    min-height: 3.334em;
    padding: 1.1em .3em;
    transition: all 0s;
}

.grade-info {
    display: none;
    color: #fff;
    font-size: 13px;
    line-height: 1.4em;
    background: rgb(0 0 0 / 70%);
    padding: 5px;
    border-radius: 5px;
    transition: .5s;
    opacity: 0;
    bottom: 15px
}

.grade-info::before {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: rgb(0 0 0 / 70%) transparent transparent;
    bottom: -10px
}

.project-head .td-grade:hover .grade-info {
    display: block;
    opacity: 1
}

.project-head .td-system {
    justify-content: flex-end
}

.project-head .td-system .system-delete {
    width: 6em
}

.project-item {
    font-size: 1.2em;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background-color: #fff;
    position: relative;
    overflow: hidden
}

.project-item+.project-item {
    margin-top: 3px
}

.project-item:hover {
    background-color: #f2f5fd
}

.project-item>td,.project-item>th {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.1em .3em;
    position: relative
}

.project-item .td-grade {
    min-width: 24px
}

.project-item .td-appendix,.project-item .td-function {
    padding: 0
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding-top: 20px
}

.page-item {
    margin-left: 2.5px;
    margin-right: 2.5px
}

.page-arrow {
    margin-left: 10px;
    margin-right: 10px
}

.page-link {
    color: #000;
    font-size: 1.33em;
    line-height: 1.16em;
    display: block;
    padding: .55em .65em;
    border: 1px solid #d0d0d0
}

.back-btn a {
    color: #fff;
    text-align: center
}

.page-item.current .page-link,.page-item:hover .page-link {
    color: #537ae8;
    border: 1px solid #537ae8
}

@media screen and (max-width: 990px) {
    .system-logo::before {
        display: none;
    }

    .latest-news {
        height: initial;
        padding: .5em
    }

    .news-title {
        margin-bottom: 4px
    }

    .head-info .member-account {
        width: initial;
        padding: 0 1em;
        margin-left: 8px
    }

    .member-account .company-logo {
        width: 120px
    }

    .member-account .member-avatar {
        width: 35px;
        margin-left: 6px
    }
}

@media screen and (max-width: 768px) {
    .wrapper {
        width:100%;
        height: auto;
        min-height: 100vh;
        overflow-y: auto
    }

    .login-wrapper {
        width: 100%;
        max-width: initial;
        max-height: initial;
        padding: 3em 1.2em;
        border-radius: 20px 20px 0 0;
        top: initial;
        left: 0;
        right: 0
    }

    .nav-menu,.nav-menu.reduced-space {
        background-color: rgb(255 255 255 / 96%);
        width: 100%;
        max-width: initial;
        min-width: initial;
        min-height: 45px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999
    }

    .nav-menu.open,.nav-menu.open.reduced-space {
        height: 100%;
        bottom: 0
    }

    .nav-mobile-menu {
        font-size: 18px;
        display: block;
        box-sizing: border-box;
        width: 30px;
        height: 30px
    }

    .system-logo {
        padding: 5px 0;
        margin: 0 auto;
        position: relative
    }

    .content .chart-list,.head-info,.menu-box {
        display: none
    }

    .nav-menu.open .menu-box {
        display: block;
        margin-top: 0
    }

    .content,.nav-menu.reduced-space+.content {
        width: calc(100% - 20px);
        margin: 55px auto 0
    }

    .content .head {
        height: initial
    }

    .two-row {
        flex-direction: column;
    }

    .latest-news {
        width: 100%;
        max-width: initial;
        min-width: initial
    }

    .main {
        height: auto;
        padding: 1.5em
    }

    .search-bar {
        font-size: 1em
    }

    .search-bar .search-bar-head {
        flex-wrap: wrap
    }

    .search-bar .search-bar-tit {
        justify-content: flex-start;
        width: 100%;
        margin-top: .8em;
        margin-bottom: .4em
    }

    .search-bar .search-input {
        width: calc(100% - 6em);
        height: 40px;
        margin-top: 5px
    }

    .search-bar .search-bar-advanced {
        width: initial
    }

    .search-bar-advanced i {
        zoom:1}

    .search-bar .control-group.search-items {
        margin-left: 0;
        padding-top: .5em;
        border-top: 1px solid
    }
}

.lightbox,.lightbox-mask {
    display: none;
    bottom: 0;
    left: 0
}

@media screen and (max-width: 480px) {
    .main {
        padding: 0
    }
}

.lightbox {
    background-color: #fff;
    max-width: 1100px;
    width: 90%;
    height: 90%;
    margin: auto;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000
}

.lightbox-01 .lightbox-title i {
    width: 18px;
    height: 18px;
    margin-right: .4em
}

.lightbox-02 {
    background-color: #dbe2f2
}

.lightbox-02 .lightbox-title i {
    margin-bottom: .3em;
    margin-right: .6em
}

.lightbox-04 {
    text-align: center;
    width: 400px;
    height: 250px;
    box-shadow: 0 0 0 3px #ff5722; 
}

.back-btn,.lightbox-04 .lightbox-foot,.lightbox-content .field-list .field-button {
    text-align: center
}

.lightbox .lightbox-head {
    height: 25px;
    position: relative
}

.lightbox-title {
    font-size: 2em;
    padding: .8em 10% .5em 7%;
    border-bottom: 1px solid #000
}

.lightbox-title span {
    padding-left: 1.25em
}

.lightbox-close {
    font-size: 2em;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer
}

.lightbox-content {
    width: 100%;
    height: calc(100% - 25px - 80px);
    margin: 25px auto 0;
    overflow-y: auto;
    overflow-x: hidden
}

.lightbox-content .field-list {
    margin: 10px auto 0
}

.lightbox-content iframe::-webkit-scrollbar-button,.lightbox-content::-webkit-scrollbar-button {
    background-color: transparent;
    display: none
}

.lightbox-content iframe::-webkit-scrollbar-track,.lightbox-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,.1);
    background-color: rgba(216,216,216,.1)
}

.lightbox-content iframe::-webkit-scrollbar,.lightbox-content::-webkit-scrollbar {
    width: 4px
}

.lightbox-content iframe::-webkit-scrollbar-thumb,.lightbox-content::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px
}

.lightbox-content p {
    font-size: 15px;
    line-height: 1.5em;
    word-wrap: break-word;
    margin-top: .2em;
    margin-bottom: .2em
}

.text-orange {
    color: #f89e58
}

.text-orangered {
    color: #ff6435
}

.lightbox-foot {
    height: 80px;
    padding: .5em
}

.back-btn a {
    font-size: 20px;
    line-height: 20px;
    background-color: #f28463;
    padding: 10px 20px;
    border-radius: 8px;
    transition: .5s
}

.back-btn a:hover {
    background-color: #ff6029
}

.lightbox-mask {
    background-color: rgba(0,0,0,.75);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999
}

@media screen and (max-width: 768px) {
    .lightbox {
        width:96%
    }

    .lightbox-content {
        top: 100px;
        bottom: 5%
    }
}
