
.fastui-detail-bg {
    height: 100%;
    background: #F1F1F1;
}

.fastui-screen {
    height: calc(100% - 94px);
    background: #F1F1F1;
    margin-top: 94px;
}

.fastui-screen.fastui-screen-margin {
    margin-top: 54px;
    height: calc(100% - 54px);
}

.left {
    float: left;
}

.right {
    float: right;
}


/*fastui common style*/

.fastui-bg-black {
    background: #393D49;
}


/*fastui header*/

.fastui-fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 6px 0 #eee;
}

.fastui-header {
    background-color: #5582e9;
    position: relative;
    height: 53px;
    border-bottom: 1px solid #4c75d1;
}

.fastui-header .layui-nav {
    background-color: #5582e9;
}

.fastui-header .layui-this {
    background: rgba(0, 0, 0, 0.1);
}

.fastui-header .fastui-menubar {
    position: absolute;
    top: 0;
    left: 180px;
}

.fastui-menubar li span {
    background: rgba(255, 255, 255, 0.1);
    height: 18px;
    width: 1px;
    line-height: 53px;
    display: inline-block;
    margin-bottom: -5px;
}

.fastui-header .fastui-usercenter {
    position: absolute;
    top: 0;
    right: 0;
}

.fastui-usercenter.layui-nav .fastui-nav-right-item a {
    background: none;
    color: #333333;
    font-weight: 600;
    font-size: 16px;
}

.fastui-usercenter.layui-nav .fastui-nav-right-item.layui-this a {
    background: none;
    border-bottom: 3px solid #1E9FFF;
    color: #1E9FFF;
}

.fastui-header .layui-nav .layui-nav-item {
    line-height: 53px;
    margin-right: 8px;
    height: 53px;
}

.fastui-product > a {
    margin-right: 23px;
    font-size: 16px;
    color: #FFFFFF !important;
}

.fastui-product i {
    font-size: 14px;
    margin-right: 8px;
    font-weight: 600;
}

.layui-nav .fastui-product .layui-nav-child a:hover {
    background: #5582E9;
    color: #FFFFFF;
}

.layui-nav .fastui-product .layui-nav-child dd.layui-this a,
.fastui-product .layui-nav-child dd.layui-this {
    background: #5582E9;
}

.fastui-menubar.layui-nav .layui-nav-more {
    display: none;
}


.fastui-header .layui-nav .layui-nav-more {
    right: 20px;
}

.fastui-product .layui-nav-child {
    top: 60px;
    z-index: 999;
}

.fastui-menubar.layui-nav .layui-nav-item a {
    color: #FFFFFF;
    font-size: 16px;
}

.fastui-logo {
    height: 53px;
    line-height: 20px;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    width: 180px;
}

.fastui-logo img {
    height: 23px;
    margin-top: 6px;
    width: auto;
}

.fastui-logo span {
    font-size: 14px;
    margin-left: 5px;
    display: block;
    margin-right: 24px;
    text-align: right;
}

.fastui-logo strong {
    font-size: 14px;
}

.fastui-logo-white {
    display: none;
}

.layui-nav .layui-this a {
    background: rgba(0, 0, 0, 0.1);
    font-weight: bold;
}

.fastui-menu-wrapper li.fastui-this > a {
    color: #5582E9;
}

.fastui-pack-up {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background: #FFFFFF;
    width: 158px;
    /*border-bottom: 1px solid #DAEFFF;*/
    border-bottom: 1px solid #e3e3e3;
}

.fastui-pack-up h3 {
    color: #ffffff;
    text-align: right;
}

.fastui-pack-up h3 i {
    font-size: 14px;
    color: #5582E9;
}

.fastui-product.layui-this {
    background: none;
}

.layui-nav .fastui-product.layui-this a {
    background: none;
}

.fastui-product.layui-this a {
    font-weight: normal;
}


/*single two menu*/

.fastui-two-menu {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 999;
    background: #FFFFFF;
    border-radius: 6px;
    min-width: 100px;
    display: none;
    border: 1px solid #EFEFEF;
}

.fastui-menu-wrapper .fastui-two-menu li {
    margin: 5px 0;
}

.fastui-menu-wrapper .fastui-two-menu li a:hover {
    color: #5582e9;
    background: none;
    font-weight: bold;
}

.fastui-menu-wrapper li a i {
    color: #999999;
    margin-left: 3px;
}


/*fastui sidebar*/

.fastui-window-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.fastui-sidebar-up {
    width: 260px;
    overflow: hidden;
}

.fastui-sidebar-up .fastui-pack-up h3 {
    margin-left: 35px;
    font-size: 14px;
    text-align: left;
}

.fastui-silder ul {
    display: none;
    position: absolute;
    top: 0;
    left: 72px;
    width: 120px;
    z-index: 999;
    color: #000000;
    background: #FFFFFF;
    box-shadow: 0 0 10px -4px #5582E9;
    border-radius: 2px;
}

.fastui-silder ul::before {
    content: '';
    position: absolute;
    top: 10px;
    left: -5px;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border-bottom-color: #FFFFFF;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 11px solid #FFFFFF;
    border-left: 0;
}

.fastui-sidebar-up .layui-nav-tree.fastui-silder .layui-nav-item ul li a {
    color: #777777;
    font-size: 12px;
    margin-left: 15px;
    padding: 0 8px;
    margin-top: 14px;
    line-height: 12px;
    height: 12px;
    display: inline-block;
    border-left: 2px solid #FFFFFF;
}

.fastui-sidebar-up .fastui-silder.layui-nav-tree .layui-nav-item ul li a:hover {
    background: none;
    border-left: 2px solid #5582e9;
    color: #5582e9;
}

.fastui-sidebar-up .fastui-silder.layui-nav-tree ul li.layui-this {
    background: none;
}

.fastui-sidebar-up .fastui-silder.layui-nav ul li.layui-this a {
    background: none;
    border-left: 2px solid #5582e9;
    color: #5582e9;
}

.fastui-sidebar-up .layui-nav-child {
    display: none;
}

.fastui-sidebar-up .fastui-silder li > a i {
    display: block;
    height: 16px;
    font-size: 16px;
    padding-left: 2px;
}

.fastui-sidebar-up .fastui-silder.layui-nav .layui-nav-item > a {
    padding: 0 22px;
}

.fastui-sidebar-up .fastui-silder > li > a > cite {
    width: 28px;
    overflow: hidden;
    display: inline-block;
    margin-top: 4px;
}

.fastui-sidebar-up .fastui-silder.layui-nav-tree .layui-nav-child a {
    margin-left: 20px;
    border-left: #f3f7fd 2px solid;
}

.fastui-sidebar-up .layui-nav-tree .layui-nav-item a {
    line-height: 26px;
}

.fastui-silder {
    height: calc(100vh - 99px);
    overflow-y: auto;
}

.fastui-silder.layui-nav {
    background: #FFFFFF;
}

.fastui-silder.layui-nav-tree .layui-nav-item > a:hover {
    background: #EEEEEE;
}

.fastui-silder.layui-nav-tree {
    width: 178px;
}

.fastui-silder.layui-nav .layui-nav-item > a > cite {
    color: #666;
    font-size: 13px;
    font-weight: bold;
}

.fastui-sidebar-all .layui-nav .layui-nav-more {
    border-top-color: rgba(0, 0, 0, 0.3)
}

.fastui-sidebar-all .layui-nav .layui-nav-mored,
.fastui-sidebar-all .layui-nav-itemed > a .layui-nav-more {
    border-color: transparent transparent #999;
}

.fastui-sidebar-all .layui-nav .layui-nav-mored,
.fastui-sidebar-all .layui-nav-itemed > a .layui-nav-more {
    border-color: transparent transparent #999;
}

.fastui-new-window-sidebar.fastui-sidebar-all {
    left: 0;
}

.fastui-new-window-sidebar .fastui-pack-up {
    width: 205px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #EEEEEE;
}

.fastui-new-window-sidebar .fastui-silder.layui-nav-tree {
    width: 225px;
    height: calc(100vh - 99px);
    overflow-y: auto;
}

.fastui-new-window-sidebar .fastui-pack-up span {
    text-align: left;
    width: 90%;
}

.fastui-silder.layui-nav-tree .layui-nav-child dd.layui-this a {
    background: none !important;
    border-left: 2px solid #5582e9;
    color: #5582e9;
}

.fastui-silder.layui-nav-tree .layui-nav-child dd.layui-this {
    background: none !important;
}

.fastui-silder.layui-nav i {
    font-size: 14px;
    margin-right: 5px;
    color: #666;
}

.fastui-silder.layui-nav .layui-nav-item > a {
    font-size: 14px;
    border-bottom: none;
    border-top: none;
}


.fastui-silder.layui-nav .layui-nav-item:first-of-type > a {
    border-top: none;
}

.fastui-silder .layui-nav-itemed > .layui-nav-child {
    background: none !important;
}

.fastui-silder.layui-nav-tree .layui-nav-child a {
    color: #777777;
    font-size: 12px;
    margin-left: 40px;
    padding: 0 8px;
    border-left: 2px solid #FFFFFF;
    margin-top: 14px;
    line-height: 14px;
    height: 14px;
    display: inline-block;
}

.fastui-silder.layui-nav-tree .layui-nav-bar {
    background: none;
}

.fastui-sidebar-all {
    border-right: 2px solid #efefef;
    height: 100%;
    overflow: hidden;
}

.fastui-header .layui-this:after {
    content: "";
    background: none !important;
}

.fastui-header .layui-nav-bar {
    content: "";
    background: none !important;
}


/*fastui content*/

.fastui-single-content {
    padding: 20px 20px 20px;
}


.fastui-maincontent {
    position: absolute;
    left: 178px;
    top: 54px;
    right: 0;
    bottom: 0;
    margin: 0;
    overflow: hidden;
    background: #fff;
    border-left: 2px solid #e7e7e7;
}

#container > ul > li:first-child i {
    display: none;
}

.fastui-maincontent.layui-tab-brief > .layui-tab-title .layui-this {
    color: #5582e9;
    font-size: 14px;
}

.fastui-maincontent > .layui-tab-content > .layui-tab-item {
    position: absolute;
    bottom: 0;
    top: 41px;
    left: 0;
    width: 100%;
}

.fastui-maincontent.layui-tab-brief > .layui-tab-more li.layui-this:after,
.fastui-maincontent.layui-tab-brief > .layui-tab-title .layui-this:after {
    border-bottom: none;
}

.fastui-maincontent .layui-tab-title {
    border-bottom: 1px solid #E3E3E3;
}

.fastui-maincontent.layui-tab .layui-tab-title li {
    font-size: 14px;
}

.fastui-footer {
    background: #FFFFFF;
    border-top: 10px solid #F1F1F1;
    height: 40px;
    line-height: 40px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

.fastui-footer a i {
    font-size: 12px;
    margin-right: 12px;
}

.fastui-footer span {
    margin: 0 15px;
}

.fastui-footer span span {
    margin: 0 10px;
}

/*********singleWindow******/
.fastui-single-maincontent.fastui-maincontent {
    left: 0;
}

.fastui-single-maincontent.fastui-maincontent .layui-tab-title {
    border-bottom: 1px solid #CCCCCC;
}

.fastui-menubar.layui-nav .layui-nav-child dd.layui-this a,
.fastui-menubar .layui-nav-child dd.layui-this {
    background-color: transparent;
    color: #1E9FFF;
}

.fastui-menubar.layui-nav .layui-nav-item .layui-nav-child a:hover {
    border-bottom: none;
    color: #1E9FFF;
}

.fastui-menubar.layui-nav .layui-nav-item .layui-nav-child a {
    border-bottom: none;
    color: #333333;
}

.fastui-meun-nav .layui-nav-child dd {
    display: inline-block;
}


/*fastui-sidemenu-content*/

.fastui-sidemenu-content {
    margin: 15px 0 0 15px;
}


/**********fastui-seacher-bar************/

.fastui-seacher-bar {
    padding: 5px 0;
    min-width: 970px;
}

.fastui-seacher-bar select {
    height: 30px;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 12px;
}

.fastui-seacher-bar input {
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    font-size: 12px;
}

.fastui-seacher-btn {
    display: inline;
}

.fastui-seacher-btn button {
    float: right;
    margin: 0 5px;
}

.fastui-seacher-input {
    display: inline;
}

.fastui-department {
    float: left;
    border-top: 1px solid #EEEEEE;
    padding: 10px;
}

.fastui-department-table {
    width: 65%;
    float: left;
}

.fastui-btn-more-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}

.fastui-btn-more-wrapper dd {
    padding: 4px;
}

.layerDemo {
    display: inline;
}

.fastui-department-nav {
    background: #fff;
    padding: 10px;
}

.fastui-department-child {
    text-indent: 14px;
    display: none;
}

.fastui-department-nav li a {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
}

.fastui-department-nav li a:hover {
    background: #dddddd;
}

.fastui-off-btn {
    position: relative;
    z-index: 999999;
}

.fastui-btn-child {
    position: absolute;
    top: 36px;
    left: 0;
    background: #FFF;
    z-index: 999999;
    width: 100%;
    border: 1px solid #e2e2e2;
    display: none;
    line-height: 30px;
    padding: 10px;
}

.fastui-btn-child li:hover {
    background: #DDDDDD;
}

.fastui-money-time {
    border: 1px solid #E2E2E2;
    height: 30px;
}

.fastui-money-time .layui-select-group select {
    border: none;
}

.fastui-money-time .layui-input-inline input {
    border-top: none;
    border-right: none;
    border-bottom: none;
}


/*****fastui-general-tab******/

.fastui-general {
    background: #F0F0F0;
    padding: 10px 20px 40px;
    min-width: 1000px;
}

.fastui-branch {
    background: #fff;
    height: 60px;
    margin-bottom: 10px;
}

.fastui-branch > form {
    float: right;
    margin-top: 12px;
}

.fastui-general .layui-tab-title .layui-this:after {
    border: none;
}

.fastui-general .layui-tab-title .layui-this {
    color: #FFFFFF;
    background: #009688;
}

.fastui-general .layui-tab-title .layui-this:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.fastui-general .layui-tab-title .layui-this:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.fastui-general .layui-tab-title {
    border: 1px solid #D2D2D2;
    border-radius: 10px;
    width: 287px;
    height: 30px;
    margin-left: 15px;
}

.fastui-general .layui-tab {
    margin: 0;
}

.fastui-general .layui-tab-title li {
    border-right: 1px solid #D2D2D2;
    text-align: center;
    line-height: 30px;
}

.fastui-general .layui-tab-title li:last-child {
    border-right: none;
}

.fastui-general .layui-this {
    color: #000000;
}

.fastui-general .layui-tab-content {
    padding: 0;
}

.fastui-general-all {
    background: #FFFFFF;
    padding-top: 20px;
}

.fastui-general-tab {
    position: relative;
}

.fastui-general-con {
    background: #F0F0F0;
    height: 100%;
    position: relative;
    right: 0;
    bottom: 0;
}

.fastui-echart-bg {
    background: #F0F0F0;
    height: 600px;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    padding: 0 20px;
    min-width: 1000px;
}

.fastui-echart {
    background: #FFFFFF;
    height: 280px;
    margin: 0;
    float: left;
    padding: 40px;
    position: relative;
}

.fastui-echart .fastui-echart-tab.layui-tab-title {
    position: absolute;
    top: 15px;
    left: initial;
    right: 15px;
    width: 130px;
    border: 1px solid #C2C2C2;
    height: 30px;
    border-radius: 10px;
}

.fastui-echart .layui-tab-title li {
    height: 30px;
    line-height: 30px;
    min-width: 35px;
}

.fastui-echart .layui-tab-title li:last-child {
    border-left: 1px solid #C2C2C2;
}

.fastui-echart .layui-tab-title .layui-this:after {
    border: none;
}

.fastui-echart .layui-tab-title .layui-this {
    color: #FFFFFF;
    background: #009688;
}

.fastui-echart .layui-this:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.fastui-echart .layui-this:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.fastui-echart-tip {
    color: #666666;
    font-size: 14px;
    margin-left: 60px;
    margin-top: 30px;
}

.fastui-echart-tip span {
    color: #1E9FFF;
    margin-left: 5px;
}

.fastui-frist-con {
    background: #FFFFFF;
    height: 200px;
    min-width: 1000px;
}

.fastui-frist-total {
    text-align: center;
    color: #393D49;
    border-right: 1px solid #D2D2D2;
    display: inline-block;
}

.fastui-frist-total:last-child {
    border-right: none;
}

.fastui-frist-total i {
    font-size: 38px;
}

.fastui-frist-total p {
    color: #393D49;
    margin-top: 10px;
}

.fastui-frist-total p span {
    display: block;
    margin: 10px 0;
    font-size: 22px;
    color: #2F4056;
}

.fastui-customer {
    text-align: center;
    width: 245px;
    float: left;
    border-right: 1px solid #F0F0F0;
    margin-top: 100px;
}

.fastui-customer:last-child {
    border-right: none;
}

.fastui-customer i {
    font-size: 24px;
    color: #009688;
}

.fastui-customer p {
    color: #009688;
    font-size: 16px;
    margin-top: 10px;
}

.fastui-customer p span {
    font-size: 32px;
    display: block;
    color: #FF5722;
    margin-top: 10px;
}

.fastui-echart-branch {
    margin: 0 20px;
    background: #FFF;
    padding: 0 20px;
    position: relative;
}

.fastui-echart-branch h1 {
    padding: 20px 20px;;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    float: left;
}

.fastui-echart-branch table a {
    color: #009688;
}

.fastui-table-btn {
    float: right;
}

.fastui-echart-branch .layui-tab-title {
    position: absolute;
    top: 22px;
    left: initial;
    right: 15px;
    border: 1px solid #C2C2C2;
    height: 30px;
    border-radius: 10px;
}

.fastui-echart-branch .layui-tab-title li {
    height: 30px;
    line-height: 30px;
    min-width: 35px;
}

.fastui-echart-branch .layui-tab-title li {
    border-right: 1px solid #C2C2C2;
}

.fastui-echart-branch .layui-tab-title li:last-child {
    border-right: none;
}

.fastui-echart-branch .layui-tab-title .layui-this:after {
    border: none;
}

.fastui-echart-branch .layui-tab-title .layui-this {
    color: #FFFFFF;
    background: #009688;
}

.fastui-echart-branch .layui-this:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.fastui-echart-branch .layui-this:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.fastui-echart-branch .layui-tab-item {
    padding: 0 20px;
    margin-top: 10px;
}

.layui-tab-brief > .layui-tab-title .layui-this {
    color: #1E9FFF;
}


/** fastui-echart-wrapper **/

.fastui-echart-wrapper {
    margin: auto;
}


/*****fastui-general-tab******/

.fastui-tab-wrapper {
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.fastui-loading {
    display: block;
    width: 100%;
    text-align: center;
}

.fastui-toolbar-btn {
    width: 100%;
}

.fastui-toolbar-con {
    padding: 25px 0;
    box-shadow: 0 0 10px 2px #EEEEEE;
    margin-bottom: 10px;
}

.fastui-toolbar-link {
    color: #1E9FFF;
    padding-left: 20px;
    cursor: pointer;
}

.fastui-toolbar-link:hover {
    color: #1E9FFF;
}


/**layui-ext treeselect*/

.layui-form-select .layui-tree {
    display: none;
    position: absolute;
    left: 0;
    top: 42px;
    padding: 5px 0;
    z-index: 999;
    min-width: 100%;
    border: 1px solid #d2d2d2;
    max-height: 150px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
    box-sizing: border-box;
}

.layui-form-selected .layui-tree {
    display: block;
}

.layui-tab .layui-tab-title li {
    font-size: 14px;
}

.layui-nav * {
    font-size: 12px;
}

.layui-card-header {
    font-size: 14px;
    font-weight: bold;
    border-bottom: none;
    line-height: 40px;
    height: 40px;
}

.layui-layout-admin .layui-logo {
    font-size: 14px;
}

.layui-side-scroll {
    width: 200px;
}


/****规范UI标准************/


/*单页面二级导航*/

.fastui-twomenu-bg {
    background: #FFFFFF;
    height: 30px;
    line-height: 30px;
    padding: 5px 0;
}

.fastui-menu-wrapper {
    margin-left: 200px;
}

.fastui-menu-wrapper li {
    display: inline-block;
    margin: 0 4px;
    color: #efefef;
    font-size: 14px;
    position: relative;
}

.fastui-menu-wrapper li a {
    display: inline-block;
    padding: 0 16px;
    border-radius: 6px;
    color: #333333;
}

.fastui-menu-wrapper li span {
    background: rgba(0, 0, 0, 0.1);
    height: 18px;
    width: 1px;
    line-height: 40px;
    display: inline-block;
    margin-bottom: -5px;
}

.fastui-menu-wrapper li a:hover {
    background: #f1f1f1;
}


/******fastui-table****/

.fastui-table {
    min-width: 970px;
}

.fastui-table .layui-table,
.layui-table-view {
    margin: 0;
}

.fastui-table .layui-table td {
    padding: 1px 0;
}

.fastui-table .layui-table-header {
    border-width: 0;
}

.layui-table-tool-temp {
    padding-right: 0;
}

/*.layui-table-tool-self>div:last-of-type {
	display: none;
}*/

.layui-table-tool-self > div {
    border: 1px solid #EEEEEE;
}

.fastui-window-con {
    padding: 10px 20px;
}


/*********table*********/

.fastui-content-style .layui-table-view .layui-table {
    height: auto;
}

.fastui-content-style {
    padding: 15px;
}

.fastui-content-style .layui-table-cell {
    white-space: normal;
    overflow: visible !important;
    word-wrap: break-word
}

.layui-table-body td[data-field="operate"] .layui-table-cell {
    overflow: visible !important;
}

.fastui-content-style .layui-table-view .layui-table[lay-size=sm] .layui-table-cell {
    height: auto;
    overflow-x: hidden;
}

.fastui-content-style .layui-table-cell {
    height: auto;
}

.fastui-content-style .layui-table-view .layui-table td .layui-table-edit {
    height: auto;
}

.fastui-toolbar-btn .layui-btn {
    margin-bottom: 0;
    position: relative;
}

.fastui-toolbar-btn .layui-btn:first-of-type {
    margin-left: 0;
}

.fastui-badge {
    position: absolute;
    top: -10px;
    right: -10px;
}

.fastui-down {
    position: relative;
    display: inline-block;
    margin-bottom: -6px;
}

.fastui-btn-down {
    position: absolute;
    top: 32px;
    left: 0;
    background: #FFFFFF;
    box-shadow: 0 0 10px -7px #4D4D4D;
    border: 1px solid #F1F1F1;
    padding: 10px 0;
    border-radius: 3px;
    width: 100%;
    z-index: 1;
    display: none;
}

.fastui-btn-down li {
    padding: 0 20px;
}

.fastui-btn-down li a {
    color: #666666;
    font-size: 12px;
}

.fastui-btn-down li:hover {
    background: #5582E9;
}

.fastui-btn-down li:hover a {
    color: #FFFFFF;
}

.layui-table-view .layui-table thead th {
    font-weight: bold;
    padding: 7px 0;
}

.layui-table thead tr,
.layui-table-mend,
.layui-table-patch,
.layui-table-total,
.layui-table-total tr,
.layui-table[lay-even] tr:nth-child(even),

    /*.layui-table-header,*/

.layui-table-header .layui-table {
    background-color: #e0eaff;
}

.layui-table-header {
    background: #FFFFFF;
}

.fastui-complextr-table .layui-table thead tr:first-of-type {
    background: #c1d3fa;
}

.fastui-complextr-table .layui-table thead tr:first-of-type th {
    font-size: 14px;
    background: #c1d3fa;
}

.layui-table tbody tr:hover,
.layui-table-hover {
    background-color: #f5fbfe;
}

.layui-table-tool {
    background: none;
    padding: 10px 0;
}

.layui-table-tool .layui-inline[lay-event] {
    border: 1px solid #d1d1d1;
    width: 65px;
    height: 30px;
    border-radius: inherit;
    vertical-align: middle;
    line-height: 20px;
}

.layui-table-tool-self {
    top: 9px;
    right: 2px;
}

.layui-table-tool .layui-inline[lay-event] i {
    padding-right: 5px;
    color: #1E9FFF;
    vertical-align: middle;
}

.layui-table-tool .layui-inline[lay-event]:hover {
    border: 1px solid #d1d1d1;
}

.layui-table-tool .layui-inline[lay-event]:first-of-type {
    border-right: none;
    width: 76px;
}

.layui-table-tool .layui-inline[lay-event] span {
    color: #1E9FFF;
}

.layui-table-tool .layui-table-tool-self .layui-inline[lay-event] {
    margin: 0;
    font-size: 12px;
}

.layui-btn-group .layui-btn-primary:hover {
    color: #5582E9;
}

.layui-table-view {
    border: none;
}

.layui-table-box {
    border-top: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #eee;
}

.layui-table-page {
    border-bottom: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-top: none;
}

.layui-btn .layui-icon {
    margin-right: 0;
    font-size: 16px;
}

.layui-table .layui-unselect.layui-form-switch {
    box-sizing: content-box;
    margin-top: 0;
}

.fastui-table-contorl a {
    color: #1E9FFF;
    padding: 0 2px;
}

.fastui-table-contorl a:hover {
    color: #5582E9;
}

.fastui-table-contorl span {
    color: #999;
}

.fastui-dropdown {
    position: relative;
    display: inline-block;
}

.fastui-dropdown-menu {
    display: none;
    position: absolute;
    top: 18px;
    left: 0;
    box-shadow: 0 0 6px -3px #5582E9;
    width: 86px;
    padding: 1px;
    text-align: center;
    border-radius: 3px;
    background: #fff;
    z-index: 1;
}

.fastui-dropdown-menu li {
    padding: 3px 0;
}


.fastui-table-tip {
    vertical-align: bottom;
    margin: 0 10px;
    display: inline-block;
    color: #999;
}


/****index content******/

.layui-card-body.fastui-card-body {
    padding: 20px 15px;
}

.fastui-card-minheight {
    min-height: calc(100vh - 104px)
}


/******page***/

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #5582E9;
}


/****btn****/

.layui-btn {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin: 0 10px 0;
}

.fastui-toolbar-btn .layui-btn + .layui-btn,
.fastui-toolbar-btn .layui-btn {
    margin-right: 0;
}

.layui-btn-lg {
    height: 44px;
    line-height: 44px;
    padding: 0 25px;
    font-size: 16px;
}

.fastui-form .layui-btn {
    margin: 0 10px 0 0;
}

.layui-btn-xs {
    margin: 0 5px 10px;
}

.fastui-btn.layui-btn.fastui-btn-sky {
    background-color: #1E9FFF;
}

.fastui-btn.layui-btn.fastui-btn-blue {
    background-color: #5582e9;
}

.fastui-btn.layui-btn.fastui-btn-org {
    background-color: #ff9865;
}

.fastui-btn.layui-btn.fastui-btn-warn {
    background-color: #e95555;
}

.fastui-btn.layui-btn.fastui-btn-green {
    background-color: #56c881;
}

.fastui-btn-border-blue.layui-btn-primary,
.fastui-btn-border-blue.layui-btn-primary:hover {
    color: #5582E9;
    border: 1px solid #5582E9;
}

.fastui-btn-border-org.layui-btn-primary,
.fastui-btn-border-org.layui-btn-primary:hover {
    color: #ff9865;
    border: 1px solid #ff9865;
}

.fastui-btn-border-sky.layui-btn-primary,
.fastui-btn-border-sky.layui-btn-primary:hover {
    color: #1E9FFF;
    border: 1px solid #1E9FFF;
}

.fastui-btn-border-green.layui-btn-primary,
.fastui-btn-border-green.layui-btn-primary:hover {
    color: #56c881;
    border: 1px solid #56c881;
}

.fastui-btn-border-warn.layui-btn-primary,
.fastui-btn-border-warn.layui-btn-primary:hover {
    color: #e95555;
    border: 1px solid #e95555;
}

.fastui-btn-group.layui-btn-group .layui-btn-primary:first-child,
.fastui-btn-group.layui-btn-group .layui-btn + .layui-btn {
    color: #1E9FFF;
}

.layui-btn .layui-icon {
    margin-right: 4px;
}

.layui-btn-primary:hover {
    border-color: #5582E9;
    color: #5582E9;
}

.layui-btn-xs.layui-btn-primary:hover {
    border-color: initial;
}

.layui-table .layui-btn-xs {
    margin: 0;
    height: 20px;
    line-height: 20px;
}

.fastui-font-color-blue {
    color: #5582E9;
}

.fastui-font-color-org {
    color: #ff9865;
}

.fastui-font-color-green {
    color: #56c881;
}

.fastui-font-color-sky {
    color: #1E9FFF;
}

.fastui-font-color-warn {
    color: #e95555;
}

.fastui-font-color-ash {
    color: #C9C9C9;
}

.fastui-title-fontsize {
    font-size: 18px;
}

.fastui-btn-radius.layui-btn,
.fastui-btn-radius.layui-btn-xs {
    border-radius: 15px;
}

.fastui-btn-center {
    text-align: center;
    margin-top: 30px;
}

body .fastui-layer-btn .layui-layer-btn .layui-layer-btn0 {
    border: 1px solid #C9C9C9;
    color: #333333;
    background: #FFFFFF;
}

body .fastui-layer-btn .layui-layer-btn a {
    background: #5582E9;
    color: #FFFFFF;
    border: none;
}

.fastui-layerdefault-btn {
    text-align: right;
    margin-top: 30px;
    margin-right: 20px;
}

.fastui-layerdefault-btn button.layui-btn {
    margin: 0 10px;
}

.fastui-layer-currency-btn {
    text-align: right;
    margin-right: -5px;
    margin-top: 5px;
}

.fastui-layer-currency-btn button.layui-btn {
    margin: 0 5px;
}

.fastui-table-bar button {
    margin-bottom: 10px;
    position: relative;
}

.fastui-table-bar button:first-of-type {
    margin-left: 0;
}

.fastui-button-margin button {
    margin-bottom: 10px;
}


/*****form******/


/*.fastui-form{
	min-width: 775px;
}*/

.fastui-form .layui-input-inline {
    width: 300px;
    vertical-align: middle;
}

.fastui-join-check.layui-input-inline {
    width: 450px;
}

.fastui-input-amount.layui-input-inline {
    width: 82px;
    margin-bottom: 5px;
}

.layui-input.fastui-input-special {
    font-size: 15px;
    font-weight: 600;
    color: #ff9865 !important;
}

.fastui-bill-input.layui-input.fastui-input-special {
    font-size: 15px;
    font-weight: 600;
    color: #ff9865 !important;
}

.fastui-join-check > span {
    display: inline-block;
    margin-left: 5px;
}

.fastui-join-check input {
    float: left;
    width: 300px;
}

.fastui-join-left div {
    float: left;
}

.fastui-form .layui-input-inline.fastui-name-width {
    width: 200px;
}

.fastui-form .layui-input-inline.fastui-postname-width {
    width: 260px;
}

.fastui-form .layui-input-inline.fastui-type-width {
    width: 210px;
}

.fastui-form .layui-input-inline.fastui-price-width {
    width: 100px;
}

.layui-form-item .fastui-join-check .layui-form-checkbox[lay-skin=primary] {
    margin-top: 6px;
    margin-left: 7px;
}

.layui-form-item .layui-form-checkbox {
    margin-top: 0;
    margin-right: 0;
}

.layui-input,
.layui-select {
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    border-color: #CCCCCC;
    font-size: 12px;
}

.fastui-bill-input.layui-input,
.fastui-bill-input.layui-textarea,
.fastui-bill-input .layui-form-select .layui-input {
    border: none;
    color: #333333 !important;
}

.fastui-bill-input .layui-form-select i {
    display: none;
}

.fastui-bill-input.layui-input:hover,
.fastui-bill-input.layui-textarea:hover,
.fastui-bill-input .layui-form-select .layui-input:hover {
    border: none !important;
    box-shadow: none;
}

.fastui-bill-input .xm-select-parent .xm-input {
    border: none;
}

.fastui-bill-input .xm-select-parent .xm-select-sj,
.fastui-bill-input div[xm-select-skin=default] .xm-select-title div.xm-select-label > span i {
    display: none;
}

.fastui-bill-input div[xm-select-skin=default] .xm-select-title div.xm-select-label > span {
    background: none;
    border: none;
}

.layui-form-radio > i {
    font-size: 16px;
    margin-right: 5px;
}

.layui-form-label {
    font-weight: bold;
    padding: 5px 10px;
    font-size: 12px;
    width: 100px;
    color: #333333;
}

.layui-form-label.fastui-form-label {
    width: 24px;
    padding: 5px 5px 5px 0;
    text-align: left;
}

.layui-input-block {
    margin-left: 120px;
    min-height: 30px;
}

.layui-form-label span {
    font-weight: normal;
}

.layui-form-radio > i:hover,
.layui-form-radioed > i {
    color: #5582e9;
}

.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #5582e9;
}

.layui-table-tool-panel li .layui-form-checkbox[lay-skin=primary] i {
    color: #FFFFFF;
}

.layui-form-checked[lay-skin=primary] i {
    background: #5582e9;
}

.fastui-btn.layui-btn {
    background-color: #5582E9;
}

.layui-form-select dl dd.layui-this {
    background-color: #5582E9;
}

.layui-input:hover,
.layui-textarea:hover {
    box-shadow: 0 0 10px -5px #5582E9;
    border: 1px solid #5582E9 !important;
}

.layui-form-switch {
    margin-top: 0;
}

.layui-form-onswitch {
    border-color: #5582E9;
    background-color: #5582E9;
}

.layui-textarea {
    font-size: 12px;
}

.fastui-form-mid.layui-form-mid {
    font-size: 12px;
    line-height: 10px;
}

.layui-form-label span {
    color: #FF0000;
}

.fastui-select-height .layui-form-select dl {
    max-height: 120px;
}

.fastui-form-item {
    margin: 20px 0;
}

.fastui-verificationcode {
    width: 200px;
    float: left;
}

.fastui-verif-btn {
    float: right;
}

.fastui-form-block {
    margin-top: 20px;
}

.fastui-form-block .layui-form-label {
    text-align: left;
    padding-left: 0;
}

.fastui-card.layui-card {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .05);
    height: 100%;
}

.fastui-link-style {
    border: none;
    background: none;
    color: #1E9FFF;
}

.fastui-link-style.layui-btn-disabled:hover {
    border: none;
    background: none;
}

.fastui-link-style:hover {
    color: #1E9FFF;
}

.fastui-card-header-date {
    color: #1E9FFF;
    border: none;
    background: none;
    padding: 4px;
    margin: 0 4px;
    font-size: 14px;
    border-bottom: 2px solid transparent;
}

.fastui-card-header-date:hover {
    color: #5582e9;
}

.fastui-card-header-date.fastui-this {
    border-bottom: 2px solid #1E9FFF;
}


/********seacher*************/

.fastui-toolbar-btn {
    position: relative;
    /*margin-bottom: 10px;*/
    min-width: 670px;
}

.layui-table-tool-temp .fastui-toolbar-btn > div.layui-row {
    padding-right: 150px;
}

.layui-table-tool-temp .fastui-toolbar-btn.fastui-toolbar-noexport > div.layui-row {
    padding-right: 90px;
}


.fastui-seacher-ullist li {
    float: left;
    padding: 0 22px;
    font-size: 14px;
}

.fastui-seacher-ullist li a {
    display: inline-block;
    border-bottom: 2px solid #FFFFFF;
}

.fastui-seacher-ullist li:first-of-type {
    padding-left: 0;
}

.fastui-seacher-ullist li a:hover {
    color: #5582E9;
    border-bottom: 2px solid #5582E9;
}

.fastui-seacher-ullist li a.fastui-this {
    color: #5582E9;
    border-bottom: 2px solid #5582E9;
}

.fastui-seacher-up {
    background: #FFFFFF;
    box-shadow: 0 0 37px 6px #EEEEEE;
    padding: 20px 0 10px;
    margin-top: 8px;
    border-radius: 6px;
    display: none;
    min-width: 670px;
}

.layui-form-item .layui-form-checkbox[lay-skin=primary] {
    margin-top: 0;
}

.fastui-seacher-up label {
    font-size: 14px;
    color: #666666;
}

.fastui-seacher-hide {
    position: absolute;
    top: 55px;
    right: 20px;
    font-size: 14px;
    cursor: pointer;
    z-index: 1;
}

.fastui-seacher-hide i {
    margin-left: 5px;
}

.layui-form-radio {
    margin-top: 2px;
}

.fastui-card-header {
    border-bottom: 1px solid #EEEEEE;
    border-left: 3px solid #5582E9;
}

.fastui-card-header > span {
    margin-right: 20px;
}

.fastui-card-header > div {
    position: absolute;
    right: 20px;
    top: 0;
}

.fastui-card-header > div a {
    color: #1E9FFF;
    cursor: pointer;
    font-size: 12px;
    margin: 0 3px;
}

.fastui-card-header-preserve {
    display: none;
}

.fastui-card-header.fastui-card-header-border {
    border-left: none;
}


/***************errohtml*************/

.fastui-erro-html {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.fastui-erro-html p {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    color: #999;
}

.fastui-erro-con {
    position: relative;
}

.fastui-erro-con a {
    color: #5582E9;
    font-size: 12px;
}

.fastui-erro-show {
    text-align: left;
    margin-top: 30px;
    display: none;
    position: absolute;
    width: 100%;
}

.fastui-not-found {
    width: 350px;
}

.fastui-erro-url {
    width: 240px
}

.fastui-no-data {
    width: 260px;
}

.fastui-load-img {
    width: 240px;
}

.fastui-erro-con-show {
    width: 800px;
    left: -200px;
}

.fastui-dataErro {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
}

.fastui-dot {
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #999999;
    display: inline-block;
    margin: 0 3px;
    animation: fastui-dot linear 1s infinite;
    -webkit-animation: fastui-dot linear 1s infinite;
}

.fastui-dot:nth-child(1) {
    animation-delay: 0s;
}

.fastui-dot:nth-child(2) {
    animation-delay: 0.15s;
}

.fastui-dot:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes fastui-dot {

    0%,
    60%,
    100% {
        transform: scale(1);
    }

    30% {
        transform: scale(2.5);
    }
}

@-webkit-keyframes fastui-dot {

    0%,
    60%,
    100% {
        transform: scale(1);
    }

    30% {
        transform: scale(2.5);
    }
}

@-moz-keyframes fastui-dot {

    0%,
    60%,
    100% {
        transform: scale(1);
    }

    30% {
        transform: scale(2.5);
    }
}


/*********single tab*****/

.fastui-tab-title li,
.fastui-tabtitle-rank li {
    float: left;
    margin: 0 10px;
    min-height: 28px;
}

.fastui-tab-title li a,
.fastui-tabtitle-rank li a {
    color: #333333;
    font-size: 14px;
    border-bottom: 2px solid #fff;
    padding: 5px;
    font-weight: 600;
}

.fastui-tab-title li a:hover,
.fastui-tabtitle-rank li a:hover {
    color: #5582E9;
    border-bottom: 2px solid #5582E9;
}

.fastui-tab-title li.fastui-tab-click a,
.fastui-tabtitle-rank li.fastui-tab-click a {
    color: #5582E9;
    border-bottom: 2px solid #5582E9;
}

.fastui-tab-title-weight {
    display: flex;
}

.fastui-tab-title-weight li {
    font-weight: 600;
    flex: 1;
}

.fastui-tab-con,
.fastui-tabcon-rank {
    display: none;
}

.fastui-tab-con div {
    text-align: center;
    font-size: 14px;
    margin-top: 35px;
}

.fastui-tab-con div strong {
    display: block;
    font-size: 24px;
    margin: 10px 0;
}

.fastui-tab-con div strong cite {
    font-style: normal;
    font-size: 12px;
}

.fastui-tab-con div span {
    display: block;
    font-size: 12px;
}

.fastui-tabcon-rank {
    margin-top: 15px;
}

.fastui-tabcon-rank li {
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    font-size: 14px;
}


/******field******/

.layui-elem-field legend {
    font-size: 14px;
    font-weight: 400;
}

.fastui-field-color {
    margin-top: 35px;
}

.fastui-field-color legend {
    color: #5582E9;
}

.fastui-elem-field {
    margin-top: 30px;
}

.fastui-form-separate {
    border-left: 2px solid #5582E9;
    padding-left: 10px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    background: #f8f8f8;
    margin: 22px 0 22px 30px;
}

.fastui-add-bar {
    margin-left: 50px;
}

.fastui-add-bar i {
    margin: 0 10px;
    padding: 5px;
    font-size: 14px;
    background: #EEEEEE;
    border-radius: 2px;
}


/*******help*****/

.fastui-form-help {
    padding-left: 20px;
}

.fastui-formhelp-list {
    padding-left: 20px;
}

.fastui-formhelp-list li {
    line-height: 32px;
    color: #999;
    font-size: 12px;
}

.fastui-formhelp-list li a:hover {
    color: #333;
    cursor: default;
}

.fastui-formhelp-list li span {
    color: #FF0000;
}

.fastui-card-help {
    border-bottom: 1px solid #eaf0fc;
    color: #666;
}

.fastui-card-help.layui-card-header .layui-icon {
    position: initial;
    margin-right: 5px;
    margin-top: 0;
    font-weight: normal;
    color: #666;
    vertical-align: middle;
}


/*******用户管理中心首页*******/

.fastui-user-appicon {
    margin-top: 25px;
}

.fastui-user-appicon img {
    width: 80px;
}

.fastui-user-appicon dt {
    float: left;
    margin-right: 20px;
    margin-left: 20px;
}

.fastui-user-appicon dd {
    float: left;
    margin-top: 10px;
}

.fastui-user-appicon dd p {
    font-size: 12px;
    color: #666;
}

.fastui-user-appicon dd p i {
    font-weight: bold;
    font-style: normal;
}

.fastui-user-appicon dd p strong {
    display: inline-block;
    color: #fff;
    background: #5582E9;
    line-height: 20px;
    height: 20px;
    padding: 0 3px;
    border-radius: 3px;
    font-weight: normal;
    font-size: 12px;
}

.fastui-user-appicon dd span {
    font-size: 12px;
    color: #666666;
}

.fastui-app-body {
    padding-bottom: 38px;
}

.fastui-unapp-body {
    padding-bottom: 38px;
}

.fastui-unapp-body .fastui-user-appicon dd p strong {
    background: #999;
}

.fastui-user-msg {
    text-align: right;
    font-size: 12px;
}

.fastui-user-msg a {
    color: #5582E9;
}

.fastui-msg-list li {
    font-size: 12px;
    line-height: 28px;
}

@media only screen and (max-width: 1110px) {
    .fastui-user-appicon dt {
        margin-left: 0;
        margin-right: 10px;
    }

    .fastui-user-appicon dd {
        width: 200px;
    }
}


/*****************资产管理系统首页*************/

.fastui-task-num {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 55px;
}

.fastui-task-num dt {
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: #78a0fc;
}

.fastui-task-num dt span {
    font-size: 12px;
}

.fastui-task-num dd {
    display: block;
    color: #666;
    font-size: 12px;
    height: 20px;
}

.fastui-task-num dd:last-of-type {
    font-size: 12px;
    font-weight: bold;
}

.fastui-task-num.fastui-font-color dt {
    color: #ff9865;
}

.fastui-task-num.fastui-font-color1 dt {
    color: #7ccc9a;
}

.fastui-money-stat.fastui-tab-con {
    display: block;
}

.fastui-money-stat.fastui-tab-con div {
    padding: 10px 0 30px;
    margin-top: 0;
}

.fastui-money-stat.fastui-tab-con div p {
    font-weight: bold;
}

.fastui-money-stat.fastui-tab-con div strong {
    font-size: 26px;
    margin: 10px 0 0;
}

.fastui-already-money.fastui-tab-con {
    display: block;
}

.fastui-already-money.fastui-tab-con div {
    padding: 20px 0 30px;
    margin-top: 0;
}

.fastui-already-money.fastui-tab-con div p {
    font-weight: bold;
}

.fastui-already-money.fastui-tab-con div strong {
    font-size: 22px;
    margin: 10px 0 0;
    color: #78a0fc;
}


/********************团购首页******************/

.fastui-tuan-tab.fastui-tab-con {
    display: block;
}

.fastui-tuan-tab > div {
    border-right: 1px solid #EEEEEE;
    margin: 30px 0;
}

.fastui-tuan-tab > div:last-of-type {
    border-right: none;
}

.fastui-tuan-tab > div p {
    color: #666666;
    font-size: 14px;
}

.fastui-tuan-tab > div strong {
    color: #333333;
    font-weight: normal;
    font-size: 24px;
}

.fastui-tuan-rate {
    box-shadow: 0 0 8px 3px #EEEEEE;
    padding: 10px 20px 20px;
    border-radius: 3px;
    position: relative;
}

.fastui-tuan-rate h2 {
    font-size: 14px;
    color: #333333;
    font-weight: 600;
}

.fastui-tuan-rate-con {
    text-align: center;
}

.fastui-tuan-rate-con > div {
    border-right: 1px solid #EEEEEE;
}

.fastui-tuan-rate-con > div:last-of-type {
    border-right: none;
}

.fastui-tuan-unopen {
    position: absolute;
    top: 0;
    right: 0;
    background: #EEEEEE;
    border-bottom-left-radius: 15px;
    color: #666666;
    font-size: 12px;
    padding: 3px 20px;
}


.fastui-fastentry-bg {
    width: 100%;
    padding: 10px 0;
    cursor: pointer;
}

.fastui-fastentry-bg:hover {
    box-shadow: 0 0 8px -6px #4D4D4D;
}

.fastui-fastentry-bg:hover dl dd p {
    color: #1E9FFF;
}

.fastui-fastentry-bg:hover dl dt img {
    width: 95px;
    transition: width 0.2s;
    -webkit-transition: width 0.2s;
}

.fastui-fastentry-bg dl {
    width: 100%;
    border-right: 1px solid #EEEEEE;
    text-align: center;
}

.fastui-fastentry-bg dl dt {
    display: inline-block;
    vertical-align: middle;
    width: 95px;
    height: 95px;
    overflow: hidden;
}

.fastui-fastentry-bg dl dt img {
    width: 92px;
    vertical-align: middle;
    overflow: hidden;
}

.fastui-fastentry-bg dl dd {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    padding-top: 10px;
    text-align: left;
}

.fastui-fastentry-bg dl dd p {
    font-weight: 600;
    font-size: 14px;
    color: #333333;
}


/************tab选项卡***************/

.layui-tab-brief > .layui-tab-more li.layui-this:after,
.layui-tab-brief > .layui-tab-title .layui-this:after {
    border-bottom: 2px solid #5582E9;
}

.layui-card .layui-tab-brief .layui-tab-title li.layui-this {
    color: #5582E9;
}

.layui-card .layui-tab-brief .layui-tab-title,
.layui-tab-brief .layui-tab-title {
    border-bottom: none;
}

/**********transfer穿梭框************/

.fastui-transfer-style .layui-btn {
    background-color: #5582E9;
}

.fastui-transfer-style .layui-btn-disabled {
    background-color: #FBFBFB;
}

.fastui-transfer-style {
    text-align: center;
    padding: 20px 0;
}

.layui-transfer-active .layui-btn {
    background-color: #1E9FFF;
    border-color: #1E9FFF;
}

.layui-transfer-active .layui-btn-disabled {
    background-color: #FBFBFB;
    border-color: #e6e6e6;
}


/**************右边侧边栏弹出*************/

.fastui-left-side {
    display: inline-block;
}

.fastui-block-bg {
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    display: none;
}

.fastui-side-con {
    position: fixed;
    right: -460px;
    top: 0;
    height: 100%;
    background: #FFFFFF;
    z-index: 999999;
    overflow: auto;
    width: 460px;
}

.fastui-side-con h2 {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    background: #5582E9;
    color: #FFFFFF;
    font-weight: normal;
    text-align: center;
}

.fastui-side-con h2 i {
    position: absolute;
    left: 20px;
    top: 0;
    font-size: 18px;
}

.fastui-timeline .layui-text h3 {
    font-size: 14px;
}

.fastui-timeline .layui-text {
    font-size: 12px;
}

.fastui-rightside-title {
    position: fixed;
    top: 0;
    right: 0;
    width: 460px;
    z-index: 11;
}

.fastui-rightside-con.layui-tab {
    margin-top: 100px;
}

.fastui-rightside-tip {
    text-align: center;
    color: #999999;
    font-size: 12px;
    margin-bottom: 20px;
}

.fastui-rightside-con .layui-tab-title {
    position: fixed;
    top: 60px;
    right: 0;
    width: 460px;
    left: initial;
    background: #FFFFFF;
    z-index: 11;
}


/************工作台，消息*******/

.fastui-side-con h2.fastui-side-writetitle {
    background: none;
    color: #666666;
    border-bottom: 1px solid #E3E3E3;
    font-size: 14px;
    height: 53px;
    line-height: 53px;
    font-weight: bold;
    position: fixed;
    top: 0;
    right: -460px;
    width: 460px;
    z-index: 1;
    background: #fff;
}

@keyframes showSide {
    from {
        right: -460px;
    }
    to {
        right: 0;
    }
}

@-webkit-keyframes showSide /* Safari 和 Chrome */
{
    from {
        right: -460px;
    }
    to {
        right: 0;
    }
}

@keyframes hideSide {
    from {
        right: 0;
    }
    to {
        right: -460px;
    }
}

@-webkit-keyframes hideSide /* Safari 和 Chrome */
{
    from {
        right: 0;
    }
    to {
        right: -460px;
    }
}

.fastui-side-con h2.fastui-side-writetitle i {
    font-size: 14px;
}

.fastui-workbench {
    margin-top: 50px;
}

.fastui-workbench dl {
    border-bottom: 1px solid #F4F4F4;
    padding: 10px 20px 10px 0;
    margin-left: 20px;
}

.fastui-workbench > div:hover {
    background: #FAFAFA;
}

.fastui-workbench dl dt img {
    width: 70px;
}

.fastui-side-con .layui-card {
    box-shadow: none;
}

.fastui-sys-role {
    height: 30px;
    overflow: hidden;
    line-height: 30px;
}

.fastui-sys-role span {
    display: inline-block;
    background: #1E9FFF;
    color: #FFFFFF;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 5px;
    margin-top: 6px;
    margin-bottom: 5px;
    margin-right: 5px;
    height: 18px;
    line-height: 18px;
}

.fastui-workbench dl dd p {
    font-size: 12px;
    color: #999;
    line-height: 24px;
}

.fastui-workbench dl dd h3 {
    font-size: 12px;
    font-weight: 600;
    color: #666666;
    margin-top: 10px;
    height: 14px;
    line-height: 14px;
}

.fastui-side-newtitle a {
    font-weight: normal;
    border: 1px solid #D1D1D1;
    color: #999999;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    font-size: 14px;
}

.fastui-side-newtitle a:first-of-type {
    border-right: none;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.fastui-side-newtitle a:last-of-type {
    border-left: none;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.fastui-side-newtitle a:hover {
    color: #1E9FFF;
}

.fastui-side-newtitle a.fastui-this {
    color: #1E9FFF;
    border: 1px solid #1E9FFF;
}

.fastui-side-newtitle span {
    position: absolute;
    top: 0;
    right: -30px;
    font-weight: normal;
    cursor: pointer;
}

.fastui-side-newcon {
    margin-top: 100px;
    position: relative;
    margin-bottom: 60px;
}

.layui-card .fastui-side-newcon .layui-tab-brief .layui-tab-title li {
    margin: 0;
}

.fastui-side-newcon .layui-tab-brief .layui-tab-title {
    border-bottom: 1px solid #F4F4F4;
    position: fixed;
    top: 54px;
    right: 0;
    width: 0;
    transition: width 1s;
    -moz-transition: width 1s; /* Firefox 4 */
    -webkit-transition: width 1s; /* Safari and Chrome */
    -o-transition: width 1s; /* Opera */
    left: initial;
    background: #FFFFFF;
    z-index: 11;
}

.fastui-news-btn {
    color: #999999;
    font-size: 12px;
    position: absolute;
    top: -38px;
    right: 20px;
    cursor: pointer;
    z-index: 2;
}

.fastui-news-btn:hover {
    color: #666666;
}

.fastui-news-ullist li {
    border-bottom: 1px solid #F4F4F4;
    padding: 10px 20px 16px 20px;
}

.fastui-news-ullist li:hover {
    background: #FAFAFA;
}

.fastui-side-newcon .layui-tab-brief .layui-tab-content {
    padding: 0;
}

.fastui-news-ullist li h4 {
    font-weight: bold;
    font-size: 12px;
    color: #666666;
    margin: 5px 0;
}

.fastui-news-ullist li h4 span {
    font-weight: normal;
    color: #999999;
    margin-left: 10px;
}

.fastui-news-ullist li a {
    display: inline-block;
    line-height: 18px;
    color: #666666;
    position: relative;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fastui-news-ullist li strong {
    display: inline-block;
    background: #ff4b4b;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
    z-index: 0;
}

.fastui-side-newcon > div.layui-tab:last-of-type {
    display: none;
}

.fastui-side-newcon > div.layui-tab .layui-tab-title {
    padding-left: 20px;
}

.fastui-side-news .layui-laypage .layui-laypage-skip {
    margin-right: 0;
}


/************seachertab**************/

.fastui-seachertab {
    position: relative;
    margin-bottom: 10px
}

.fastui-seachertab-total {
    width: 90px;
    height: 240px;
    box-shadow: 0 0 6px 2px #EEEEEE;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
}

.fastui-seachertab-total:hover {
    border-bottom: 4px solid #1E9FFF;
}

.fastui-seachertab-total span {
    color: #1E9FFF;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
}

.fastui-seachertab-total p {
    font-size: 14px;
    color: #333333;
}

.fastui-seachertab-total.fastui-this {
    border-bottom: 4px solid #1E9FFF;
}

.fastui-seachertab-right {
    margin-left: 100px;
    position: relative;
    height: 240px;
}

@keyframes myAnimationTwo {
    from {
        transform: translate(400px, 0);
    }

    to {
        transform: translate(0, 0);
    }
}

.fastui-short-seachertab {
    position: absolute;
    top: 0;
    left: 0;
    height: 115px;
    width: 385px;
    box-shadow: 0 0 6px 2px #EEEEEE;
    animation: myAnimationTwo 1s linear forwards;
}

.fastui-short-seacher-width.fastui-short-seachertab {
    width: 100%;
}

.fastui-short-seacher-width.fastui-short-seachertab .fastui-seachertab-con {
    width: 98%;
}

.fastui-seachertab-height .fastui-short-seachertab-three .fastui-seachertab-title,
.fastui-seachertab-height .fastui-short-seachertab-three,
.fastui-seachertab-height .fastui-seachertab-total {
    height: 115px;
}

.fastui-seachertab-height .fastui-seachertab-right {
    height: 120px;
}

.fastui-short-seachertab .fastui-seachertab-inside,
.fastui-short-seachertab .fastui-seachertab-dateiltit {
    height: 100%;
}

.fastui-short-seachertab-two .fastui-seachertab-inside,
.fastui-short-seachertab-two .fastui-seachertab-dateiltit {
    height: 100%;
}

.fastui-seachertab-title {
    word-wrap: break-word;
    width: 12px;
    font-size: 12px;
    margin: 0 auto;
    background: #DCDCDC;
    padding: 0 7px;
    position: absolute;
    top: 0;
    line-height: 18px;
    left: 0;
    height: 115px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    vertical-align: middle;
    align-items: center;
    display: flex;
    cursor: pointer;
}

.fastui-seachertab-con {
    display: flex;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 26px;
    width: 360px;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 115px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.fastui-short-seachertab .fastui-seachertab-con > div:hover,
.fastui-short-seachertab-two .fastui-seachertab-con > div:hover {
    border-bottom: 3px solid #1E9FFF;
    cursor: pointer;
}

.fastui-seachertab-con > div {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.fastui-seachertab-con > div:last-of-type .fastui-seachertab-inside {
    border-right: none;
}

.fastui-seachertab-inside {
    border-right: 1px solid #EEEEEE;
    flex: 1;
}

.fastui-seachertab-con > div span {
    color: #1E9FFF;
    font-size: 16px;
    display: inline-block;
}

.fastui-seachertab-con > div p {
    color: #333333;
    font-size: 14px;
}

.fastui-short-seachertab-two {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 115px;
    width: 385px;
    box-shadow: 0 0 6px 2px #EEEEEE;
    animation: myAnimationTwo 1s linear forwards;
}

.fastui-short-seachertab-two .fastui-seacher-dateil,
.fastui-short-seachertab .fastui-seacher-dateil {
    display: none;
}

@keyframes myAnimation {
    from {
        transform: translate(-400px, 0);
    }

    to {
        transform: translate(0, 0);
    }
}

.fastui-short-seachertab-three {
    position: relative;
    height: 240px;
    margin-left: 400px;
    box-shadow: 0 0 6px 2px #EEEEEE;
    animation: myAnimation 1s linear forwards;
}

.fastui-short-seachertab-three .fastui-seachertab-title {
    height: 240px;
    background: #1E9FFF;
    color: #FFFFFF;
}

.fastui-short-seachertab-three .fastui-seachertab-con {
    width: 95%;
    height: 100%;
}

.fastui-short-seachertab-three .fastui-seachertab-con > div .fastui-seachertab-inside {
    height: 100%;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
}

.fastui-short-seachertab-three a {
    border-bottom: 3px solid transparent;
}

.fastui-short-seachertab-three a.fastui-this {
    border-bottom: 3px solid #1E9FFF;
}

.fastui-seachertab-dateiltit {
    height: 48%;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
    width: 100%;
    border-bottom: 3px solid transparent;
}

.fastui-seachertab-dateiltit.fastui-this {
    border-bottom: 3px solid #1E9FFF;
}

.fastui-seacher-dateil {
    display: flex;
    width: 100%;
    border-top: 1px solid #DCDCDC;
    justify-content: center;
    align-items: center;
    height: 50%;
}

.fastui-seacher-dateil > a {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.fastui-seacher-dateil > a:hover {
    border-bottom: 3px solid #1E9FFF;
}

.fastui-seacher-dateil > a div {
    border-right: 1px solid #EEEEEE;
    flex: 1;
}

.fastui-seacher-dateil > a:last-of-type > div,
.fastui-seacher-dateil > div:last-of-type {
    border-right: none;
}

.fastui-short-seachertab-three .fastui-seachertab-dateiltit:hover {
    border-bottom: 3px solid #1E9FFF;
}

.fastui-seachertab-hide {
    color: #1E9FFF;
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    align-items: center;
    height: 30px;
    line-height: 30px;
}

.fastui-seachertab-hide:last-of-type {
    display: none;
}

.fastui-seachertab-hide i {
    font-size: 14px;
    margin-left: 5px;
    color: #999999;
}

.fastui-seachertab .fastui-this .fastui-seachertab-dateiltit {
    border-bottom: 3px solid #1E9FFF;
}

@media only screen and (max-width: 1440px) {

    .fastui-short-seachertab,
    .fastui-short-seachertab-two {
        width: 280px;
    }

    .fastui-seachertab-con {
        width: 255px;
    }

    .fastui-short-seachertab-three {
        margin-left: 290px;
    }
}


/*********************fastui-seacher-tabbar**********************/

.fastui-seacher-tabbar {
    margin: 15px 0 0;
    position: relative;
    height: 60px;
}

.fastui-seacher-tabbar-tatol {
    box-shadow: 0 0 6px 2px #EEEEEE;
    width: 100px;
    height: 50px;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
    text-align: center;
    font-size: 12px;
    border-bottom: 3px solid transparent;
}

.fastui-seacher-tabbar-tatol:hover {
    border-bottom: 3px solid #1E9FFF;
}

.fastui-seacher-tabbar-tatol.fastui-this {
    border-bottom: 3px solid #1E9FFF;
}

.fastui-seacher-tabbar span {
    color: #1E9FFF;
    font-size: 15px;
}

.fastui-seacher-tabbar-flex {
    /*box-shadow: 0 0 6px 2px #EEEEEE;*/
    display: flex;
    height: 50px;
}

.fastui-seacher-tabbar-right {
    width: calc(100% - 100px);
    margin-left: 110px;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
}

.fastui-seacher-bg {
    box-shadow: 0 0 6px 2px #EEEEEE;
    display: flex;
    margin: 0 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 3px;
}

.fastui-seacher-bg > div {
    height: 100%;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
    text-align: center;
    border-bottom: 3px solid transparent;
    flex: 1;
    width: 100%;
    min-width: 85px;
}

.fastui-seacher-bg > div a {
    border-right: 1px solid #EEEEEE;
    display: block;
    width: 100%;
}

.fastui-seacher-bg > div a p {
    font-size: 12px;
}

.fastui-seacher-bg > div:hover {
    border-bottom: 3px solid #1E9FFF;
}

.fastui-seacher-bg > div.fastui-this {
    border-bottom: 3px solid #1E9FFF;
}

.fastui-seacher-bg > div.fastui-seacher-type-title:hover {
    border-bottom: 3px solid transparent;
}

.fastui-seacher-bg > div:last-of-type a {
    border-right: none;
}

.fastui-seacher-bg > div.fastui-seacher-type-title {
    background: #1E9FFF;
    color: #FFFFFF;
    height: 48px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
    text-align: center;
    width: 28px;
    padding: 0 15px;
    flex: unset;
    font-size: 12px;
    letter-spacing: 2px;
    min-width: 40px;
}

.fastui-seacher-bg > div.fastui-seacher-type-title.fastui-seacher-type-title1 {
    width: 42px;
    letter-spacing: 1px;
}

.fastui-form-seacher.fastui-form .layui-input-inline {
    width: 100%;
}


/***************fastui-tab-otherways************/

.fastui-tab-otherways-bg {
    box-shadow: 0 0 10px -6px #4D4D4D;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.fastui-tab-otherways {
    flex: 1;
}

.fastui-tab-otherways a {
    border-right: 1px solid #EEEEEE;
    display: inline-block;
    padding: 0 10px;
}

.fastui-tab-otherways:last-of-type a {
    border-right: none;
}

.fastui-tab-otherways a span {
    margin-left: 5px;
}


/**********fastui-back*************/

.fastui-back-bg {
    background: #FFFFFF;
    height: 60px;
    line-height: 60px;
    box-shadow: 0 0 8px -6px #4D4D4D;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
}

.fastui-back-padding {
    padding-top: 60px;
}

.fastui-back-btn {
    position: absolute;
    top: 0;
    left: 20px;
}

.fastui-back-btn a {
    display: inline-block;
}

.fastui-back-btn i {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-left: 24px;
}

.fastui-back-btn span {
    /*margin: 0 10px;*/
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.fastui-back-title h2 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.fastui-back-bg button {
    position: absolute;
    top: 15px;
    right: 30px;
}


/**************fastui-jurisdiction-spread**********/

.fastui-jurisdiction-spread li {
    display: inline-block;
    margin: 0 10px;
    color: #666666;
    font-size: 12px;
}

.fastui-jurisdiction-spread li a:hover {
    background: #1E9FFF;
    color: #FFFFFF;
}

.fastui-jurisdiction-spread li.fastui-this a {
    background: #1E9FFF;
    color: #FFFFFF;
}

.fastui-jurisdiction-spread li a {
    display: inline-block;
    color: #666;
    border-radius: 5px;
    padding: 3px 10px;
}

.fastui-jurisdiction-department li {
    color: #666;
    line-height: 32px;
}


/*****************appnav**************/

.fastui-appnav-bg {
    width: 340px;
    padding: 10px 0;
    cursor: pointer;
    margin-right: 15px;
    display: inline-block;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    margin-bottom: 15px;
}

.fastui-appnav-bg:hover {
    box-shadow: 0 0 8px -6px #4D4D4D;
}

.fastui-appnav-bg:hover dl dd p,
.fastui-appnav-bg:hover dl dd p a {
    color: #1E9FFF;
}

.fastui-appnav-bg:hover dl dt img {
    width: 80px;
    transition: width 0.2s;
    -webkit-transition: width 0.2s;
}

.fastui-appnav-bg dl {
    width: 100%;
}

.fastui-appnav-bg dl dt {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    overflow: hidden;
    padding-left: 30px;
}

.fastui-appnav-bg dl dt img {
    width: 76px;
    vertical-align: middle;
    overflow: hidden;
}

.fastui-appnav-bg dl dd {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    padding-top: 10px;
    text-align: left;
}

.fastui-appnav-bg dl dd p {
    font-weight: 600;
    font-size: 14px;
    color: #333333;
}

.fastui-appnav-bg dl dd span {
    display: inline-block;
    color: #999999;
    font-size: 12px;
}

.fastui-appnav-all {
    position: relative;
    width: 357px;
    display: inline-block;
}

.fastui-appnav-all .fastui-appnav-bg dl {
    text-align: left;
    border-right: none;
}

.fastui-appnav-role-right {
    position: absolute;
    top: 32px;
    right: 0;
    font-size: 14px;
    width: 100px;
    z-index: 2;
}

.fastui-appnav-role-right p, .fastui-appnav-role-right i {
    color: #666666;
}

.fastui-appnav-role-right ul {
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 #eeeeee;
    border-radius: 5px;
    margin-top: 7px;
    width: 240px;
    position: absolute;
    right: 25px;
    text-align: right;
    display: none;
}

.fastui-appnav-role-right ul li {
    color: #666666;
    line-height: 28px;
    padding: 5px 10px;
}

.fastui-appnav-role {
    padding: 0 20px;
}

.fastui-appnav-role span {
    background: #CCCCCC;
    color: #FFFFFF;
    display: inline-block;
    margin-right: 5px;
    padding: 0 10px;
    font-size: 12px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.fastui-appnav-operation {
    padding: 0 20px;
}

.fastui-appnav-operation a {
    background: #1E9FFF;
    color: #FFFFFF;
    display: inline-block;
    margin-right: 5px;
    padding: 0 10px;
    font-size: 12px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.fastui-appnav-other p {
    color: #666666;
    font-size: 12px;
    line-height: 20px;
    padding: 0 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/********empower*********/
.fastui-empower-role {
    padding: 0 15px;
}

.fastui-empower-role li {
    height: 32px;
    line-height: 32px;
}

.fastui-empower-role li a {
    color: #666666;
    float: left;
}

.fastui-empower-role li a:hover {
    color: #1E9FFF;
}

.fastui-empower-role li span {
    float: right;
    font-size: 12px;
    color: #1E9FFF;

}

.fastui-empower-role li.fastui-this a {
    color: #1E9FFF;
}


/****layer*************/

.fastui-layer-padding {
    padding: 30px 20px 0;
}

.layui-layer-page .layui-layer-content {
    overflow: visible !important;
}

/*******tree*******/

.fastui-tree-bg {
    /*box-shadow: 0 0 6px -3px #5582E9;*/
    border-radius: 2px;
    padding: 10px 0;
}

.fastui-dtree-title {
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
    font-weight: 600;
}

.fastui-dtree-title span {
    float: right;
}

.fastui-empower-tree .dtree-nav-checkbox-div > i.dtreefont:last-child {
    position: absolute;
    top: 0;
    right: 0;
}

.fastui-empower-tree .dtree {
    width: auto;
}

.fastui-empower-tree .dtree .dtree-nav-first-line, .fastui-empower-tree .dtree .dtree-nav-line, .fastui-empower-tree .dtree .dtree-nav-last-line {
    width: auto;
}

.fastui-tree-bg .dtree-theme-item:hover cite {
    color: #1E9FFF !important;
}

.fastui-tree-bg [class^="dtree-icon-"],
.fastui-tree-bg [class*=" dtree-icon-"] {
    color: #999999 !important;
    width: 8px;
    display: inline-block;
}

.fastui-tree-bg [class*=" dtree-icon-"] {
    font-size: 12px;
}

.fastui-tree-bg .dtree-nav-checkbox-div > i {
    color: #1E9FFF !important;
    font-size: 15px;
}

.fastui-tree-bg .dtree-nav-div cite:hover {
    color: #1E9FFF;
    opacity: 1;
}

.fastui-tree-bg .dtree-nav-item {
    padding-left: 15px;
}

.fastui-tree-bg .dtree-theme-item-this {
    background: none !important;
}

.fastui-tree-bg .dtree-theme-item:hover {
    background: none !important;
}

.fastui-tree-bg .dtree-nav-checkbox-div > i.dtreefont:last-child {
    margin-left: 4px;
    font-size: 20px !important;
    width: auto;
}

.fastui-tree-bg .dtree-nav-div cite {
    font-size: 14px !important;
    color: #666666;
}

.fastui-tree-bg .dtree-nav-div {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.fastui-tree-bg .dtree-nav-checkbox-div > i.dtreefont:hover {
    opacity: 1;
}

.fastui-tree-bg .dtree-toolbar-fixed {
    width: 25px;
    position: absolute;
    top: 0;
    right: 45px;
}

.fastui-tree-bg .dtree-toolbar-fixed i {
    color: #1E9FFF !important;
}

.fastui-tree-bg .dtree-toolbar-fixed [class*=" dtree-icon-"] {
    padding: 0 3px;
}

.fastui-tree-bg .dtree-toolbar-fixed a {
    font-style: normal;
    color: #1E9FFF;
    cursor: pointer;
}


.fastui-tree-bg .dtree-toolbar-fixed [class^="dtree-icon-"],
.fastui-tree-bg .dtree-toolbar-fixed [class*=" dtree-icon-"] {
    width: 20px;
    font-size: 16px;
}


.fastui-card-body-vh {
    height: calc(100vh - 164px);
    overflow: auto;
}


.fastui-all-election {
    position: absolute;
    top: 0;
    right: 35px;
    color: #1E9FFF;
    cursor: pointer;
    z-index: 1;
}


/**********dropdown**********/

.layui-dropdown {
    position: relative;
    display: inline-block
}

.layui-dropdown .layui-icon {
    font-size: 12px;
    margin-right: 0
}

.layui-dropdown .layui-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    margin: 2px 0 0;
    padding: 5px 0;
    min-width: 110px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    list-style: none;
    text-align: left;
    font-size: .875rem;
    -webkit-background-clip: padding-box
}


.layui-dropdown .layui-dropdown-menu.hide {
    display: none
}

.layui-dropdown .layui-dropdown-menu.show {
    display: block;
    -webkit-animation: slideDown .2s ease-in-out;
    transition: background .3s ease-in-out;
    transform-origin: 50% 0
}

@-webkit-keyframes slideDown {
    0% {
        transform: scale(1, 0)
    }

    25% {
        transform: scale(1, .7)
    }

    50% {
        transform: scale(1, .9)
    }

    75% {
        transform: scale(1, .95)
    }

    100% {
        transform: scale(1, 1)
    }
}

.layui-dropdown .layui-dropdown-menu > li > a {
    clear: both;
    display: block;
    padding: 3px 15px;
    color: #333;
    white-space: nowrap;
    font-weight: 400;
    line-height: 1.42857143
}

.layui-dropdown .layui-dropdown-menu > li > a:focus,
.layui-dropdown .layui-dropdown-menu > li > a:hover {
    background-color: #f0f0f0;
    text-decoration: none
}

.layui-dropdown .layui-dropdown-menu .divider {
    overflow: hidden;
    margin: 9px 0;
    height: 1px;
    background-color: #e5e5e5
}


/***************list structure**************/
.fastui-list-structure li {
    height: 45px;
    line-height: 45px;
}

.fastui-list-structure li a {
    color: #666666;
    float: left;
    height: 30px;
    overflow: hidden;
    width: 196px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fastui-list-structure li span {
    float: right;
}

.fastui-list-structure li a:hover {
    color: #1E9FFF;
}

.fastui-list-structure li.fastui-this a {
    color: #1E9FFF;
}

/******formSelects************/
.xm-select-parent .xm-select {
    min-height: 30px;
    padding: 0 10px;
}

.xm-select-parent .xm-select-title div.xm-select-label > span {
    font-size: 12px;
}

.xm-select-parent .xm-select-title {
    min-height: 30px;
    font-size: 12px;
}

.xm-select-parent .xm-input {
    height: 30px;
}

.xm-form-checkbox > i {
    border: 1px solid #1E9FFF;
}

.xm-form-checkbox:hover > i {
    border-color: #1E9FFF;
}

.xm-select-parent dl dd.xm-select-this div i,
div[xm-select-skin=default] dl dd.xm-select-this:not(.xm-dis-disabled) i {
    color: #1E9FFF;
}

.xm-form-selected .xm-select,
.xm-form-selected .xm-select:hover {
    border-color: #1E9FFF !important;
}

.xm-select-parent dd .xm-cz:hover {
    color: #1E9FFF;
}

div[xm-select-skin] .xm-select-title div.xm-select-label > span {
    border: 1px solid #1E9FFF;
}

div[xm-select-skin=default] .xm-select-title div.xm-select-label > span {
    border: 1px solid #F0F2F5;
}

.xm-select-parent .xm-select-title div.xm-select-label > span {
    background-color: #1E9FFF;
}

div[xm-select-skin=default] dl dd:not(.xm-dis-disabled) i,
div[xm-select-skin=default] dl dd:not(.xm-dis-disabled) i {
    border-color: #1E9FFF;
}


/********查找带回部分 ********************/
.fastui-select-department .layui-row,
.fastui-select-staff .layui-row {
    padding: 5px 10px;
}

.fastui-select-department .grid-box,
.fastui-select-staff .grid-box {
    padding: 0 10px;
}

.fastui-select-department .grid-box-header,
.fastui-select-staff .grid-box-header {
    line-height: 32px;
    color: #333333;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.fastui-select-department .grid-box-header-clear,
.fastui-select-staff .grid-box-header-clear {
    cursor: hand;
    color: #1E9FFF;
}

.fastui-select-department .grid-box-body {
    padding: 10px 20px;
    border: 1px solid #E8EAF1;
    background: rgba(250, 251, 255, 1);
    height: 375px;
    overflow-y: auto;
}

.fastui-select-staff .grid-box-body {
    padding: 10px 20px;
    border: 1px solid #E8EAF1;
    background: rgba(250, 251, 255, 1);
    height: 500px;
    overflow-y: hidden;
}

.fastui-select-department .layui-form-item,
.fastui-select-staff .layui-form-item,
.fastui-select-product .layui-form-item {
    position: relative;
    margin-bottom: 10px;
}

/* .fastui-select-department .options-box,
.fastui-select-staff .options-box {
	height: 500px;
	overflow-y: auto;
} */

.fastui-select-department .layui-input,
.fastui-select-product .layui-input,
.fastui-select-staff .layui-input {
    height: 32px;
    text-indent: 25px;
    background-color: transparent;
}

.fastui-select-department .selected,
.fastui-select-product .selected,
.fastui-select-staff .selected {
    /* background: #1E9FFF; */
    color: #1E9FFF;
    background-color: #f5fbfe;
}

.fastui-select-department .layui-tree-entry {
    height: 25px;
}

.fastui-select-department .layui-icon-search,
.fastui-select-product .layui-icon-search,
.fastui-select-staff .layui-icon-search {
    position: absolute;
    padding: 8px 10px;
    top: 0;
    left: 0;
    color: #999999;
}

.fastui-select-department .layui-form-checkbox i,
.fastui-select-product .layui-form-checkbox i,
.fastui-select-staff .layui-form-checkbox i {
    width: 12px;
    height: 12px;
    line-height: 12px;
    top: 2px;
}

.fastui-select-department .layui-icon-add-circle-fine,
.fastui-select-product .layui-icon-add-circle-fine,
.fastui-select-staff .layui-icon-add-circle-fine {
    float: right;
    font-weight: bold;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fastui-select-department .grid-box-body .layui-card,
.fastui-select-product .grid-box-body .layui-card,
.fastui-select-staff .grid-box-body .layui-card {
    background: transparent;
    box-shadow: none
}

.fastui-select-department .grid-box-body .layui-card-header,
.fastui-select-staff .grid-box-body .layui-card-header {
    padding: 0;
    height: 34px;
    line-height: 34px;
    font-weight: bold;
    border-bottom: 1px solid #E8EAF1;
    color: #333333
}

.fastui-select-product #product-list .layui-table-body {
    height: 390px;
    overflow-y: auto;
    position: relative;
    padding-bottom: 40px;
}

.fastui-select-product #product-list .layui-table-body::-webkit-scrollbar {
    display: none;
}

.fastui-select-product #product-list .layui-table-page {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 99;
}

.fastui-select-department .layui-tree-main {
    width: 100%;
}

.fastui-select-department #search,
.fastui-select-staff #search {
    display: none;
}

.fastui-select-department #search .search-item,
.fastui-select-staff #search .search-item {
    padding: 5px 0;
}

/********tree******/
.fastui-treebg-height {
    height: 100%;
    min-width: 200px;
}

.fastui-treebg-height .fastui-tuan-productList {
    overflow-y: auto;
    overflow-x: hidden;
}

.fastui-tuan-productList {
    background: #F8F8F8;
    padding: 10px 0 0;
    border-radius: 6px;
    height: 100%;
    min-height: 500px;
}

.fastui-tuan-ulList ul li {
    font-size: 14px;
    color: #666;
    line-height: 34px;
    margin: 5px 10px;

}

.fastui-tuan-ulList ul li a {
    color: #666;
    display: block;
    width: calc(100% - 26px);
    padding-left: 26px;

}

.fastui-tuan-ulList ul li:hover {
    background: #e8f9ff;
    border-radius: 5px;
}

.fastui-tuan-ulList ul li:hover a {
    color: #1E9FFF;
    font-weight: 600;
}

.fastui-tuan-ulList ul li.fastui-this {
    background: #e8f9ff;
    border-radius: 5px;
}

.fastui-tuan-ulList ul li.fastui-this a {
    color: #1E9FFF;
    font-weight: 600;
}

.fastui-approval {
    padding-left: 10px;
    color: #666666;
    font-weight: 600;
    font-size: 14px;
    border-left: 3px solid #1e9fff;
    margin: 20px 0 20px 16px;
    height: 14px;
    line-height: 14px;
}


.fastui-tree-title {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    padding-left: 10px;
    margin-bottom: 10px;
}

.fastui-organizational-tree {
    min-width: 200px;
    overflow-x: auto;
    min-height: 465px;
}

.fastui-organizational-tree .layui-tree-entry {
    height: 24px;

}

.fastui-organizational-tree .layui-tree-iconClick {
    width: 10px;
}

.fastui-organizational-tree .layui-tree-btnGroup {
    position: absolute;
    right: 0;
    top: 4px;
}

.fastui-organizational-tree .layui-tree-pack {
    padding-left: 14px;
}


/********left right 结构******/
.fastui-left-organization {
    border-radius: 6px;
    height: calc(100vh - 134px);
}

.fastui-organization-menu li {
    font-size: 14px;
    color: #333;
    line-height: 34px;
    margin: 20px 10px;

}

.fastui-organization-menu li:first-of-type {
    margin-top: 0;
}

.fastui-organization-menu li a {
    color: #333;
    display: block;
    width: 100%;
    background: #F8F8F8;
    border-radius: 5px;
    height: 60px;
    line-height: 60px;
    text-align: center;

}

.fastui-organization-menu li a i {
    padding-right: 10px;
}

.fastui-organization-menu li:last-child a {
    color: #666666;
}

.fastui-organization-menu li a:hover {
    color: #1E9FFF;
}

.fastui-organization-menu li.fastui-this a {
    color: #1E9FFF;
}

@media only screen and (max-width: 1440px) {
    .fastui-organizational-tree .layui-tree-txt {
        width: 84px;
    }
}

/********数据块*******/
.fastui-data-block-list li {
    box-shadow: 0 0 10px 2px #EEEEEE;
    background: #FFFFFF;
    display: inline-block;
    margin: 15px 10px;
    padding: 15px 25px;
    text-align: center;
}

.fastui-data-block-list li a {
    color: #1E9FFF;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 5px;
}

.fastui-data-block-list li span {
    color: #666666;
    font-size: 14px;
    display: block;
}


/*****tips******/
.fastui-form-tip {
    color: #E95555;
    padding-left: 50px;
    padding-bottom: 30px;
}


/******point******/
.fastui-left-point li {
    margin-top: 35px;
    min-width: 150px;
}

.fastui-left-point li img {
    width: 38px;
    margin-right: 10px;
}

.fastui-left-point li a {
    display: inline-block;
    position: relative;
}

.fastui-left-point li a:before {
    border-left: 3px solid #E2E2E2;
    height: 35px;
    width: 4px;
    content: '';
    position: absolute;
    top: 38px;
    left: 19px;
}

.fastui-left-point li:last-of-type a:before {
    border: none;
}

.fastui-left-point .fastui-this a {
    color: #1E9FFF;
}

.fastui-left-point .fastui-this a:before {
    border-left: 3px solid #1E9FFF;
}

.fastui-left-fixed {
    position: fixed;
    top: 50px;
    left: 60px;
    z-index: 1;
}

@media only screen and (max-width: 1400px) {
    .fastui-left-fixed {
        left: 8px;
    }
}


/******hr************/
.fastui-hr-dash {
    border-top: 1px #EEEEEE dashed;
    margin-bottom: 20px;
}


/********数据中台首页*********/
.fastui-number-content {
    text-align: center;
    width: 100%;
    border-right: 1px solid #EEEEEE;
    margin: 20px 0;
    height: 100%;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
}

.fastui-number-title {
    color: #333333;
    font-size: 14px;
}

.fastui-number-price {
    font-size: 22px;
    font-weight: 600;
    margin: 5px 0;
}

.fastui-number-notes {
    font-size: 12px;
    color: #666666;
}

.fastui-flex {
    display: flex;
    vertical-align: middle;
    text-align: center;
    align-items: center;
}

.fastui-flex-list {
    flex: 1;
}

/************消息列表**********/
p.fastui-help-list {
    width: auto;
    margin-bottom: 10px;
}

img.fastui-help-list {
    width: auto;
    margin-bottom: 20px;
    max-width: 100%;
}

.fastui-help-list h2 {
    font-size: 14px;
}

.fastui-help-list h2 a {
    color: #1E9FFF;
}

.fastui-help-list-con {
    font-size: 12px;
    line-height: 20px;
    padding: 5px 10px;
    color: #666666;
}

.fastui-help-list-message {
    display: flex;
    vertical-align: middle;
    align-items: center;
    padding-left: 10px;
}

.fastui-help-list-message span {
    flex: 1;
    color: #666;
    font-size: 12px;
}

/**********button selected*******/
.fastui-button-selected {
    position: relative;
    border: 1px solid #1E9FFF;
    color: #1E9FFF;
}

.fastui-button-ok img {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 15px;
}

.fastui-button-close img {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 15px;
}

/* 帮助中心 */
.fastui-label-items {
    height: 100%;
    position: relative;
}

.fastui-recycle-bin {
    position: absolute;
    right: 20px;
    bottom: 20px;
    border: 1px solid #1E9FFF;
    background: #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    transition: all .5s ease;
    cursor: hand;
}

.fastui-recycle-bin:hover {
    background: #1E9FFF;
    color: #fff;
    box-shadow: 0 0 10px 2px #a5d8ff;
}

.fastui-card-body-vh {
    height: calc(100vh - 200px);
}

.fastui-btn-container {
    padding: 10px;
    text-align: right;
}

.fastui-btn-container .fastui-step-p {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #1E9FFF;
    color: #fff;
}

.fastui-btn-container button {
    margin: 0 !important;
}

.layui-upload-list,
.layui-upload-list img {
    width: initial;
    max-width: 600px;
}

.fastui-category span:hover {
    color: #1E9FFF;
    cursor: default;
}

/* 帮助中心阅读部分 */
.fastui-context-title {
    font-size: 20px;
    padding-top: 5px;
}

.fastui-step-detail .fastui-context-title {
    padding-top: 0;
}

#step li {
    list-style: none;
    border-left: 2px dotted #000000;
}

#step .fastui-context-circle {
    width: 32px;
    height: 32px;
    color: white;
    line-height: 32px;
    text-align: center;
    background-color: #1E9FFF;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    left: 20px;
}

#fastui-ico-group .fastui-context-circle {
    width: 32px;
    height: 32px;
    color: white;
    line-height: 32px;
    text-align: center;
    background-color: #1E9FFF;
    border-radius: 50%;
    cursor: pointer;
}

.fastui-ico-container {
    width: 32px;
    height: calc(100vh - 76px);
    overflow: hidden;
    position: fixed;
    top: 60px;
}

#fastui-ico-group {
    width: 50px;
    margin-top: 0;
}

#fastui-ico-group .fastui-context-circle {
    background-color: #eee;
    color: #666;
}

.fastui-step-card-body-vh {
    height: calc(100vh - 130px);
}

#fastui-step-container {
    margin-top: 10px;
}

#fastui-step-container .layui-col-xs4,
#fastui-step-container .layui-col-xs8 {
    height: 100%;
    overflow-x: hidden;
}

.fastui-step-container .layui-upload-list img {
    border: 1px solid #eee;
}

.fastui-step-detail {
    height: calc(100vh - 180px);
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
}

.fastui-step-detail::-webkit-scrollbar {
    display: none;
}

button a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

/**********laydate********/
.laydate-theme-date-color.layui-laydate .layui-this {
    background-color: #1E9FFF !important;
}

.laydate-theme-date-color .layui-laydate-content td.laydate-selected {
    background-color: #cbdfff;
}

.laydate-theme-date-color .laydate-selected:hover {
    background-color: #cbdfff !important;
}

.laydate-theme-date-color .layui-laydate-header i:hover,
.laydate-theme-date-color .layui-laydate-header span:hover {
    color: #1E9FFF;
}

.laydate-theme-date-color .layui-laydate-footer span:hover {
    color: #1E9FFF;
}

/**************load********/
.fastui-load {
    position: relative;
}

.fastui-area-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    justify-content: center;
    align-items: center;
    z-index: 1;
    display: none;
}

/*标题居中显示*/
.fastui-header-center {
    position: absolute;
    top: 16px;
    left: 45%;
    color: #1E9FFF;
    font-size: 18px;
    font-weight: 600;
}

/************guide*******/
.fastui-guide {
    position: relative;
}

.fastui-guide-categories {
    margin-right: 16px;
    width: 106px;
    position: absolute;
}

.fastui-guide-categories span {
    width: 106px;
    height: 78px;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
    text-align: center;
    background: #1E9FFF;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 4px;
}

.fastui-guide-list {
    margin-left: 122px;
    float: left;
}

.fastui-guide-nav {
    width: 230px;
    height: 62px;
    border: 1px solid #C9C9C9;
    border-radius: 4px;
    padding: 8px 16px;
    margin-right: 16px;
    margin-bottom: 16px;
    float: left;
    cursor: pointer;
}

.fastui-guide-nav:hover {
    border: 1px solid #1E9FFF;
}

.fastui-guide-nav:hover .fastui-guide-title {
    color: #1E9FFF;
}

.fastui-guide-title {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    font-weight: 600;
    height: 24px;
    vertical-align: middle;
}

.fastui-guide-title i {
    font-size: 20px;
    color: #1E9FFF;
    margin-right: 6px;
    font-weight: 500;
    vertical-align: middle;
}

.fastui-guide-con {
    font-size: 12px;
    color: #666666;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* canvas */
.fastui-canvas {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

/*上级类目背景*/
.fastui-category-bg {
    background: rgba(102, 102, 102, .2);
    padding: 2px 5px;
    margin: 0 5px;
    border-radius: 2px;
    line-height: 18px;
    font-size: 12px;
}

/* 树形结构点击高亮 */
.fastui-high-active {
    color: #1E9FFF !important;
    opacity: 1;
}

/* 查找带回列表展示 */
.layui-button-container button {
    position: relative;
}

.layui-button-container button:hover i {
    display: inline-block;
    opacity: 1;
}

.layui-button-container button i {
    position: absolute;
    top: -7px;
    right: -11px;
    font-size: 12px !important;
    width: 12px;
    color: #fff;
    height: 12px;
    line-height: 12px;
    text-align: center;
    border: 1px solid #5582E9;
    border-radius: 50%;
    background-color: #5582E9;
    transition: all .5s;
    display: none;
    opacity: 0;
}

.layui-button-container button i:hover {
    background-color: red;
    border: 1px solid red;
}

/* 审批流程 */
.fastui-approval-progress > ul {
    height: 60px;
    font-size: 0;
    position: relative;
    border: 1px solid #f1f1f1;
}

.fastui-approval-progress > ul li {
    width: 25%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    z-index: 99;
}

.fastui-approval-progress > ul li.layui-this a {
    color: #FFF;
    background-color: #1E9FFF;
}

.fastui-approval-progress > ul li.layui-this:after {
    border: none;
}

.fastui-icon-container label img {
    max-width: 100%;
    max-height: 100%;
    background: #fff;
    border-radius: 5px;
}

/*********code************/
.fastui-fixed-bg {
    background: #FFFFFF;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/*****cardList*********/
.fastui-card-list {
    display: flex;
}

.fastui-card-list li:first-of-type {
    width: 30%;
}

.fastui-card-list li:nth-of-type(2) {
    width: 20%;
}

.fastui-card-list li:last-of-type {
    width: 70%;
}

.fastui-card-list-body {
    margin-top: 10px;
}

.fastui-card-list-body li:first-of-type span {
    display: block;
    color: #999;
    font-size: 12px;
}

.fastui-card-list-body li:first-of-type span strong {
    color: #333333;
    font-size: 14px;
}

.fastui-card-list-body li:last-of-type a {
    color: #ff9865;
    font-weight: bold;
    font-size: 16px;
}

.fastui-card-footer {
    border-top: 1px solid #EEEEEE;
    padding: 10px 15px;
}

.fastui-card-footer span {
    margin-right: 30px;
}

/*****browser*******/
.fastui-browser-fixed {
    position: fixed;
    top: 90px;
    right: 30px;
    background: #E95555;
    padding: 20px;
    width: 200px;
    box-shadow: 0 0 4px 2px #EEEEEE;
    color: #FFFFFF;
    border-radius: 5px;
    font-size: 18px;
}

.fastui-browser-fixed i {
    vertical-align: middle;
    margin-right: 5px;
    font-size: 24px;
}

.fastui-browser-fixed a {
    color: #fdd000;
    font-weight: 600;
    display: block;
    margin-left: 25px;
}

/**********移动端********/
.fastui-mob-login {
    padding: 120px 40px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    text-align: center;
}

.fastui-mob-login .fastui-mob-tip {
    margin-bottom: 30px;
    color: #999999;
}

.fastui-mob-login-input {
    margin-bottom: 20px;
}

.fastui-mob-login-input .layui-input {
    height: 38px;
    line-height: 38px;
}

.fastui-mob-login .layui-btn {
    height: 38px;
    line-height: 38px;
}

.fastui-mob-title {
    text-align: center;
    font-size: 14px;
    padding: 10px 0 20px;
}

.fastui-mob-salary .fastui-bill-input.layui-input {
    background: none;
}

/****new*****/
.fastui-data {
    display: flex;
    text-align: center;
    margin-top: 35px;
    margin-left: 30px;
}

.fastui-data > span {
    width: 30px;
    font-size: 20px;
}

.fastui-data div {
    margin: 0 10px;
}

.fastui-data div span {
    color: #1E9FFF;
    font-size: 20px;
    font-weight: 600;
}

.fastui-data div p {
    color: #666;
    font-size: 12px;
}

.fastui-data .fastui-data-total span {
    font-size: 28px;
}

.fastui-card-header-right {
    font-size: 12px;
    color: #666666;
    font-weight: 500;
    cursor: pointer;
}

.fastui-ulList {
    height: 100%;
    overflow: hidden;
}

.fastui-ulList li {
    cursor: pointer;
    font-size: 12px;
    color: #666;
    line-height: 26px;
}

/********statistics*******/
.fastui-data-formula-search {
    margin: 10px 0;
}

.fastui-data-formula-search .layui-form {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.fastui-data-formula {
    display: flex;
    text-align: center;
    margin-top: 35px;
    margin-left: 30px;
    color: #1E9FFF;
}

.fastui-data-formula > span {
    width: 30px;
    font-size: 24px;
    color: #666666;
    font-weight: 600;
}

.fastui-data-formula div {
    margin: 0 10px;
}

.fastui-data-formula div span {
    font-size: 20px;
    font-weight: 500;
}

.fastui-data-formula div span strong {
    font-size: 30px;
    display: inline-block;
    margin: 0 3px;
}

.fastui-data-formula div p {
    font-size: 12px;
}

.fastui-data-formula .fastui-data-total span {
    font-size: 28px;
}

.fastui-data-formula-list {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin-top: 60px;
}

/*******首页面板**********/
.fastui-personal-data {
    text-align: center;
    color: #333333;
    width: 220px;
    margin: 0 auto;
    padding: 10px 0;
}

.fastui-personal-data img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    border-radius: 50%;
}

.fastui-personal-data p {
    color: #333333;
    font-weight: 600;
}

.fastui-panel-role {
    width: 294px;
}

.fastui-panel-role span {
    color: #333333;
    font-weight: 600;
}

.fastui-personal-data label {
    font-size: 14px;
}

.fastui-personal-data input {
    width: 100px;
    font-size: 14px;
    font-weight: 600;
}

.fastui-panel-role-list {
    display: inline-block;
    position: relative;
}

.fastui-panel-role-list a {
    text-decoration: none;
    cursor: pointer;
}

.fastui-panel-role-list a:hover {
    text-decoration: none;
}

.fastui-panel-role-list a i {
    font-size: 14px;
}

.fastui-panel-role-list ul {
    display: none;
    position: absolute;
    top: 28px;
    left: 0;
    background: #FFFFFF;
    color: #333333;
    border-radius: 2px;
    width: 120px;
    box-shadow: 0 0 10px 2px #EEEEEE;
    z-index: 9;
    padding: 5px 0;
}

.fastui-panel-role-list ul li {
    list-style: none;
    color: #333333;
    text-align: left;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
}

.fastui-panel-role-list ul li:hover {
    background: rgba(30, 159, 255, 0.1);
    color: #1E9FFF;
}

.fastui-photo {
    width: 30px;
    margin-right: 5px;
    border-radius: 50%;
}