:root {
    --main-bg-color: #2f4050;
    --menu-active-bg-color: #293846;
    --menu-item-active-bg-color: #293846;
    --menu-color: #a7b1c2;
    --nav-bg-color: #ffffff;
    --vc-tab-text-color: #888888;
}


/**合肥客户自定义*/


/* :root {
    --main-bg-color: #3158e4;
    --menu-active-bg-color: #4f80f6;
    --menu-item-active-bg-color: #3158e4;
    --menu-color: #FFFFFF;
    --nav-bg-color: #4f80f6;
    --vc-tab-text-color: #FFFFFF;
} */

.el-input__prefix{
	display: none;
}
.el-input--prefix .el-input__inner {
    padding-left: 11px !important;
    font-size: 15px;
}
body {
    margin: 0;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif
    background-color: var(--main-bg-color);
    font-size: 13px;
    color: #676a6c;
    overflow-x: hidden;
}

.vc {
    width: 100%;
    overflow-x: hidden;
}

.divaq_loading {
    width: 100%;
    height: 100%;
    z-index: 2300;
    position: fixed;
}

.divaq_step {
    width: 80%;
    margin: 20px auto 50px auto;
}

.no_display {
    display: none;
}

h2 {
    font-size: 24px;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-weight: 100; */
}

h3,
h4,
h5 {
    margin-top: 5px;
    font-weight: 600;
}

h3 {
    font-size: 16px;
}

.block {
    display: block;
}

.arrow {
    float: right;
}

.navbar-default {
    background-color: transparent;
    border-color: var(--main-bg-color);
}

.navbar-static-side {
    z-index: 2001;
    position: absolute;
    width: 220px;
}

.nav.metismenu>li {
    display: block;
    width: 100%;
    position: relative;
}

.nav.metismenu .dropdown-menu>li>a {
    padding: 3px 20px;
    display: block;
}

.nav.navbar-right>li>a {
    color: #999c9e;
}

.nav>li.active>a {
    color: #ffffff;
}

.navbar-default .nav>li>a:hover,
.navbar-default .nav>li>a:focus {
    background-color: #293846;
    color: white;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background: #fff;
}

.vc .nav-header {
    transition: all 0.4s;
}

.nav-header {
    padding: 33px 25px;
    /* background-color: #2f4050;
    background-image: url(patterns/header-profile.png); */
}

.nav-header a {
    color: #DFE4ED;
}

.logo-element {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: white;
    display: none;
    padding: 18px 0;
}

body.mini-navbar.fixed-sidebar .profile-element,
.block {
    display: block !important;
}

.fixed-sidebar.mini-navbar .nav-second-level.collapsing li a,
.nav-second-level.collapsing li a {
    min-width: 220px;
}

.body-small .nav-second-level.collapsing li a,
.mini-navbar .nav-second-level.collapsing li a {
    min-width: 140px;
}

.nav-third-level li a,
.fixed-sidebar.mini-navbar .nav-second-level li .nav-third-level li a {
    padding-left: 62px;
}

body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav li:hover>.nav-second-level,
.mini-navbar .nav li:focus>.nav-second-level {
    display: block;
    border-radius: 0 2px 2px 0;
    min-width: 160px;
    height: auto;
}

body.mini-navbar .navbar-default .nav>li>.nav-second-level li a {
    font-size: 12px;
    border-radius: 3px;
}

.mini-navbar .nav-second-level li a {
    padding: 10px 10px 10px 15px;
}

.mini-navbar .nav .nav-second-level {
    position: absolute;
    left: 70px;
    top: 0;
    background-color: #2f4050;
    padding: 10px 10px 10px 10px;
    font-size: 12px;
}

.canvas-menu.mini-navbar .nav-second-level {
    background: #293846;
}

.mini-navbar li.active .nav-second-level {
    left: 65px;
}

body.fixed-nav.fixed-nav-basic.mini-navbar .navbar-fixed-top {
    left: 70px;
}

body.fixed-nav.fixed-nav-basic.fixed-sidebar.mini-navbar .navbar-fixed-top {
    left: 0;
}

body.fixed-nav.fixed-nav-basic.fixed-sidebar.mini-navbar.body-small .navbar-fixed-top {
    left: 220px;
}

body.mini-navbar .navbar-static-side {
    width: 70px;
}

body.mini-navbar .profile-element,
body.mini-navbar .nav-label,
body.mini-navbar .navbar-default .nav li a span {
    display: none;
}

body.canvas-menu .profile-element {
    display: block;
}

body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav-second-level {
    display: none;
}

body.mini-navbar .navbar-default .nav>li>a {
    font-size: 16px;
}

body.mini-navbar .logo-element {
    display: block;
}

body.canvas-menu .logo-element {
    display: none;
}

body.mini-navbar .nav-header {
    padding: 0;
    background-color: #1ab394;
}

body.canvas-menu .nav-header {
    padding: 33px 25px;
}

body.mini-navbar #vc-page {
    margin: 0 0 0 70px;
}

body.fixed-sidebar.mini-navbar .footer,
body.canvas-menu.mini-navbar .footer {
    margin: 0 0 0 0 !important;
}

body.canvas-menu.mini-navbar #vc-page,
body.canvas-menu.mini-navbar .footer {
    margin: 0 0 0 0;
}

body.fixed-sidebar .navbar-static-side,
body.canvas-menu .navbar-static-side {
    position: fixed;
    width: 220px;
    z-index: 2001;
    height: 100%;
}

body.fixed-sidebar.mini-navbar .navbar-static-side {
    width: 0;
}

body.fixed-sidebar.mini-navbar #vc-page {
    margin: 0 0 0 0;
}

body.body-small.fixed-sidebar.mini-navbar #vc-page {
    margin: 0 0 0 220px;
}

body.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
    width: 220px;
}

.fixed-sidebar.mini-navbar .nav li:focus>.nav-second-level,
.canvas-menu.mini-navbar .nav li:focus>.nav-second-level {
    display: block;
    height: auto;
}

body.fixed-sidebar.mini-navbar .navbar-default .nav>li>.nav-second-level li a {
    font-size: 12px;
    border-radius: 3px;
}

body.canvas-menu.mini-navbar .navbar-default .nav>li>.nav-second-level li a {
    font-size: 13px;
    border-radius: 3px;
}

.fixed-sidebar.mini-navbar .nav-second-level li a,
.canvas-menu.mini-navbar .nav-second-level li a {
    padding: 10px 10px 10px 15px;
}

.fixed-sidebar.mini-navbar .nav-second-level,
.canvas-menu.mini-navbar .nav-second-level {
    position: relative;
    padding: 0;
    font-size: 13px;
}

.fixed-sidebar.mini-navbar li.active .nav-second-level,
.canvas-menu.mini-navbar li.active .nav-second-level {
    left: 0;
}

body.fixed-sidebar.mini-navbar .navbar-default .nav>li>a,
body.canvas-menu.mini-navbar .navbar-default .nav>li>a {
    font-size: 13px;
}

body.fixed-sidebar.mini-navbar .nav-label,
body.fixed-sidebar.mini-navbar .navbar-default .nav li a span,
body.canvas-menu.mini-navbar .nav-label,
body.canvas-menu.mini-navbar .navbar-default .nav li a span {
    display: inline;
}

body.canvas-menu.mini-navbar .navbar-default .nav li .profile-element a span {
    display: block;
}

.canvas-menu.mini-navbar .nav-second-level li a,
.fixed-sidebar.mini-navbar .nav-second-level li a {
    padding: 7px 10px 7px 52px;
}

.fixed-sidebar.mini-navbar .nav-second-level,
.canvas-menu.mini-navbar .nav-second-level {
    left: 0;
}

body.canvas-menu nav.navbar-static-side {
    z-index: 2001;
    background: #2f4050;
    height: 100%;
    position: fixed;
    display: none;
}

body.canvas-menu.mini-navbar nav.navbar-static-side {
    display: block;
    width: 220px;
}

.top-navigation.mini-navbar #vc-page,
.top-navigation.body-small.fixed-sidebar.mini-navbar #vc-page,
.mini-navbar .top-navigation #vc-page,
.body-small.fixed-sidebar.mini-navbar .top-navigation #vc-page,
.canvas-menu #vc-page {
    margin: 0;
}

body.mini-navbar .footer.fixed,
body.body-small.mini-navbar .footer.fixed {
    margin: 0 0 0 70px;
}

body.mini-navbar.canvas-menu .footer.fixed,
body.canvas-menu .footer.fixed {
    margin: 0 !important;
}

body.fixed-sidebar.body-small.mini-navbar .footer.fixed {
    margin: 0 0 0 220px;
}

body.mini-navbar .branding {
    display: none;
}

body.mini-navbar.fixed-sidebar .profile-element,
.block {
    display: block !important;
}

body.mini-navbar.fixed-sidebar .nav-header {
    padding: 33px 25px;
}

body.mini-navbar.fixed-sidebar .logo-element {
    display: none;
}

.mini-navbar .metismenu .collapse {
    opacity: 0;
}

.mini-navbar .metismenu .collapse.in {
    opacity: 1;
}

.mini-navbar .metismenu .collapse a {
    display: none;
}

.mini-navbar .metismenu .collapse.in a {
    display: block;
}

body.rtls.mini-navbar .footer.fixed,
body.body-small.mini-navbar .footer.fixed {
    margin: 0 70px 0 0;
}

body.rtls.mini-navbar.fixed-sidebar .footer.fixed,
body.body-small.mini-navbar .footer.fixed {
    margin: 0 0 0 0;
}

body.rtls.mini-navbar #vc-page {
    margin: 0 70px 0 0;
}

body.rtls.mini-navbar.fixed-sidebar #vc-page {
    margin: 0 0 0 0;
}

body.rtls.body-small.fixed-sidebar.mini-navbar #vc-page {
    margin: 0 220px 0 0;
}

body.rtls.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
    width: 220px;
}

body.rtls .top-navigation #vc-page,
body.rtls.mini-navbar .top-navigation #vc-page,
body.rtls.mini-navbar.top-navigation #vc-page {
    margin: 0;
}

.body-small.rtls.mini-navbar .navbar-static-side {
    display: block;
}

.rtls.fixed-sidebar.body-small .navbar-static-side {
    display: none;
    z-index: 2001;
    position: fixed;
    width: 220px;
}

.rtls.fixed-sidebar.body-small.mini-navbar .navbar-static-side {
    display: block;
}

.rtls .ltr-support {
    direction: ltr;
}

.rtls.mini-navbar .nav-second-level,
.rtls.mini-navbar li.active .nav-second-level {
    left: auto;
    right: 70px;
}

.skin-1.mini-navbar .nav-second-level {
    background: #3e495f;
}

.skin-2.mini-navbar .nav-second-level {
    background: #ededed;
}

.skin-2.mini-navbar .nav-header {
    background: #213a53;
}

.skin-3.mini-navbar .nav-second-level {
    background: #3e2c42;
}

.md-skin .mini-navbar .nav-second-level {
    background-color: inherit;
}

.md-skin .mini-navbar li.active .nav-second-level {
    left: 65px;
}

.md-skin .canvas-menu.mini-navbar .nav-second-level {
    background: inherit;
}

.md-skin.canvas-menu.mini-navbar .nav-second-level {
    background: #f8f8f9;
}

.md-skin.mini-navbar .nav-second-level {
    background-color: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.md-skin.mini-navbar .nav-second-level li a {
    padding-left: 0;
}

.md-skin.mini-navbar.fixed-sidebar .nav-second-level li a {
    padding-left: 52px;
}

.md-skin.fixed-sidebar.mini-navbar .navbar-static-side {
    width: 0;
}

.md-skin.fixed-sidebar.mini-navbar #vc-page {
    margin: 0 0 0 0;
}

.md-skin.body-small.fixed-sidebar.mini-navbar #vc-page {
    margin: 0 0 0 0;
}

.md-skin.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
    width: 220px;
    background-color: #ffffff;
}

.body-small.mini-navbar .navbar-static-side {
    display: block;
}

.fixed-sidebar.body-small.mini-navbar .navbar-static-side {
    display: block;
}

.m-t-xs {
    margin-top: 5px;
}

.font-bold {
    font-weight: 600;
}

.nav>li.active {
    border-left: 4px solid #19aa8d;
    background: var(--menu-active-bg-color);
}

.nav>li.active>a {
    color: #ffffff;
}

.nav-link-breadcrumb {
    color: #888888;
    font-size: 12px;
    cursor: pointer;
}

.navbar-default .nav>li>a:hover,
.navbar-default .nav>li>a:focus {
    background-color: var(--menu-active-bg-color);
    color: white;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background: #fff;
}

.nav.navbar-top-links>li>a:hover,
.nav.navbar-top-links>li>a:focus {
    background-color: transparent;
}

.nav>li>a {
    color: var(--menu-color);
    font-weight: 600;
    padding: 14px 20px 14px 25px;
    display: block;
}

.nav>li.tab-active {
    border-bottom: 2px solid #1ab394 !important;
    color: #1ab394;
}

.nav>li>span.vc-tab-text {
    padding: 16px 15px;
    font-size: 14px;
    display: block;
    color: var(--vc-tab-text-color);
    font-weight: 400;
    cursor: pointer;
}

.nav>li.tab-active>span.vc-tab-text {
    color: #1ab394;
}

.nav>li>span.vc-tab-text i {
    margin-right: 5px;
}

.nav>li>a i {
    margin-right: 5px;
}

.label {
    background-color: #d1dade;
    color: #5e5e5e;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 3px 8px;
    text-shadow: none;
    border-radius: 0.25em;
    line-height: 1;
    white-space: nowrap;
}

.label-primary,
.badge-primary {
    background-color: #1ab394;
    color: #FFFFFF;
}

.count-info .label {
    line-height: 12px;
    padding: 2px 5px;
    position: absolute;
    right: 6px;
    top: 12px;
}

.label-success,
.badge-success {
    background-color: #1c84c6;
    color: #FFFFFF;
}

.nav .label,
.ibox .label {
    font-size: 10px;
}

.ibox-title .label {
    margin-left: 4px;
}

.metismenu .arrow {
    float: right;
    line-height: 1.42857;
}

.metismenu .collapse.in {
    display: block;
}

.metismenu .collapse {
    display: none;
}

ul.nav-second-level {
    background: var(--menu-item-active-bg-color);
}

.nav-second-level li:last-child {
    padding-bottom: 10px;
}

.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

.nav-second-level li a {
    padding: 7px 10px 7px 10px;
    padding-left: 52px;
}


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

.vc-body .nav-header {
    transition: all 0.4s;
}

.vc-body .navbar-static-side,
.vc-body .nav-header,
.vc-body li.active,
.vc-body #vc-page,
.vc-body .footer {
    /* -webkit-transition: all 0.4s; */
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    /* transition: all 0.4s; */
}

#vc-page {
    position: inherit;
    margin: 0 0 0 220px;
    min-height: 100vh;
    padding: 0 0px;
    position: relative !important;
}

.gray-bg,
.bg-muted {
    background-color: #f3f3f4;
}

.border-bottom {
    border-bottom: 1px solid #e7eaec !important;
}

.navbar.navbar-static-top {
    padding: 0;
    width: 100%;
    align-items: inherit;
}

.navbar {
    border: 0;
}

.navbar-fixed-top,
.navbar-static-top {
    background: #f3f3f4;
}


/*************************************btn****************************************/

.minimalize-styl-2 {
    padding: 4px 5px;
    margin: 10px 20px 5px 10px;
    font-size: 18px;
    float: left;
    color: var(--vc-tab-text-color);
    cursor: pointer;
}

.btn {
    border-radius: 3px;
    font-size: inherit;
}

.btn-xs {
    font-size: 0.7rem;
    padding: 0.2rem 0.4rem;
}

.btn-white {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}

.nav.navbar-top-links .dropdown-toggle::after {
    display: none;
}

.navbar-right {
    margin-right: -15px;
}

.navbar-top-links li {
    display: inline-block;
    align-self: center;
}

.navbar-top-links li:last-child {
    margin-right: 30px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.nav.navbar-right>li>a {
    color: var(--vc-tab-text-color);
}

.nav.navbar-top-links a {
    font-size: 14px;
}

.navbar-top-links li a {
    padding: 16px 10px;
    min-height: 50px;
}

.dropdown-messages li a,
.dropdown-alerts li a {
    font-size: 12px;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.profile-element .dropdown-toggle::after {
    display: none;
}

.navbar-static-top .dropdown-menu {
    right: 0;
    left: auto;
}

.navbar .dropdown-menu {
    margin-top: 0;
}

.dropdown-menu {
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
    display: none;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 1000;
}

.dropdown-menu>li>a {
    border-radius: 3px;
    color: inherit;
    line-height: 25px;
    margin: 4px;
    text-align: left;
    font-weight: normal;
    display: block;
    padding: 3px 20px;
}

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

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1ab394;
    outline: 0;
}

.dropdown-menu>li>a.font-bold {
    font-weight: 600;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.dropdown-item {
    width: auto;
}

.link-block a {
    font-size: 10px;
    color: inherit;
}

.text-muted {
    color: var(--vc-tab-text-color) !important;
}

.m-r-sm {
    margin-right: 10px;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-static-top .dropdown-menu {
    right: 0;
    left: auto;
}

.navbar .dropdown-menu {
    margin-top: 0;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    margin-left: auto;
}

.dropdown-messages,
.dropdown-alerts {
    padding: 10px 10px 10px 10px;
}

.link-block {
    font-size: 12px;
    padding: 10px;
}

.nav.navbar-top-links .dropdown-alerts a {
    font-size: 12px;
}

.nav.navbar-top-links .link-block a {
    font-size: 12px;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.vc-wrapper {
    padding: 0 20px;
}

.vc-content {
    padding: 20px 10px 20px;
}

.white-bg {
    background-color: #ffffff;
}

.page-heading {
    border-top: 0;
    padding: 0 10px 20px 10px;
}

.border-bottom {
    border-bottom: 1px solid #e7eaec !important;
}

.breadcrumb {
    background-color: #ffffff00;
    padding: 0;
    margin-bottom: 0;
}

.ibox {
    clear: both;
    margin-bottom: 5px;
    margin-top: 0;
    padding: 0;
}

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #ffffff;
    border-image: none;
    border-style: solid solid none;
    border-width: 2px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 19px 15px;
    min-height: 48px;
    position: relative;
    clear: both;
}

.ibox-title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: none;
    font-weight: normal;
    font-size: 16px;
    color: #1a1a1a;
}

.ibox-tools {
    display: block;
    float: none;
    margin-top: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0;
    text-align: right;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 10px 15px 15px;
    border-color: #ffffff;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.ibox-content {
    clear: both;
}

.modal-backdrop {
    z-index: 2040 !important;
}

.modal {
    z-index: 2050 !important;
}

.modal-content {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    outline: 0 none;
    position: relative;
}

.modal-dialog {
    z-index: 2200;
}

.modal-body {
    padding: 20px 30px 30px 30px;
}

.inmodal .modal-body {
    background: #f8fafb;
}

.inmodal .modal-header {
    padding: 30px 15px;
    text-align: center;
    display: block;
}

.animated.modal.fade .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.inmodal .modal-title {
    font-size: 26px;
}

.inmodal .modal-icon {
    font-size: 84px;
    color: #e2e3e3;
}

.modal-footer {
    margin-top: 0;
}

body.modal-open {
    padding-right: inherit !important;
}

body.modal-open .animated {
    animation-fill-mode: initial;
    z-index: inherit;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top: 1px solid #e7eaec;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}

.table>thead>tr>th {
    border-top: 0;
}

.footer {
    background: none repeat scroll 0 0 white;
    border-top: 1px solid #e7eaec;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    right: 0;
}

.no-margins {
    margin: 0 !important;
}

h1 {
    font-size: 30px;
}

.stat-percent {
    float: right;
}

.label-info,
.badge-info {
    background-color: #23c6c8;
    color: #FFFFFF;
}

.mailbox-content {
    background: none;
    border: none;
    padding: 10px;
}

.space-25 {
    margin: 25px 0;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.text-navy {
    color: #1ab394 !important;
}

.category-list li {
    display: block;
}

.category-list li i {
    margin-right: 8px;
    color: #3d4d5d;
}

.category-list li a .text-navy {
    color: #1ab394;
}

.mail-box {
    background-color: #ffffff;
    border: 1px solid #e7eaec;
    border-top: 0;
    padding: 0;
    margin-bottom: 20px;
}

.mail-box-header {
    background-color: #ffffff;
    border: 1px solid #e7eaec;
    border-bottom: 0;
    padding: 30px 20px 20px 20px;
}

table.table-mail tr td {
    padding: 12px;
}

.table-mail .check-mail {
    padding-left: 20px;
}

.table-mail .mail-date {
    padding-right: 20px;
}

.star-mail,
.check-mail {
    width: 40px;
}

.fileinput>.file {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 23px;
    height: 100%;
    width: 100%;
    direction: ltr;
    cursor: pointer;
}

.delete_button {
    color: #dc3545;
}

.divaq_loading {
    width: 100%;
    height: 100%;
    z-index: 2300;
    position: fixed;
}

.divaq_loading>div {
    margin: 70px auto;
}

.sk-spinner-wave.sk-spinner {
    margin: 0 auto;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}

.sk-spinner-wave div {
    background-color: #1e66f4;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-spinner-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-waveStretchDelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.wizard>.actions .vc_disabled a,
.wizard>.actions .vc_disabled a:hover,
.wizard>.actions .vc_disabled a:active {
    background: #fff;
    color: #888;
}

.wizard>.steps .vc_disabled a,
.wizard>.steps .vc_disabled a:hover,
.wizard>.steps .vc_disabled a:active {
    background: #fff;
    color: #888;
    cursor: default;
}

.wizard>.steps>ul>li {
    width: 33.33%;
}

.divaq_step {
    width: 80%;
    margin: 20px auto 50px auto;
}

.form-group span.required {
    color: #f00;
    font-size: 100%;
}


/**  修复select2 和 modal bug  **/

.select2-drop {
    z-index: 10050 !important;
}

.select2-search-choice-close {
    margin-top: 0 !important;
    right: 2px !important;
    min-height: 10px;
}

.select2-search-choice-close:before {
    color: black !important;
}


/*防止select2不会自动失去焦点*/


/* 20210709修改 zindex 由16000改为2050  与modal的zindex持平即可 */

.select2-container {
    z-index: 2050 !important;
    width: 100%;
}

.select2-drop-mask {
    z-index: 15990 !important;
}

.select2-drop-active {
    z-index: 15995 !important;
}

.uploadImage img {
    border-radius: 8px;
    /*margin-right: 10px;*/
}

.uploadImage .uploadButton {
    width: 100px;
    height: 100px;
    border: 1px dashed #888;
    border-radius: 10px;
    text-align: center;
    line-height: 100px;
}

.uploadImage .uploadButton i {
    font-size: 24px;
    color: #888;
}

.note-editor {
    /* z-index: 3000!important; */
}


/* FILE MANAGER */

.file-box {
    float: left;
    width: 220px;
}

.file-manager h5 {
    text-transform: uppercase;
}

.file-manager {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.folder-list li a {
    color: #666666;
    display: block;
    padding: 5px 0;
}

.folder-list li {
    border-bottom: 1px solid #e7eaec;
    display: block;
}

.folder-list li i {
    margin-right: 8px;
    color: #3d4d5d;
}

.category-list li a {
    color: #666666;
    display: block;
    padding: 5px 0;
}

.category-list li {
    display: block;
}

.category-list li i {
    margin-right: 8px;
    color: #3d4d5d;
}

.category-list li a .text-navy {
    color: #1ab394;
}

.category-list li a .text-primary {
    color: #1c84c6;
}

.category-list li a .text-info {
    color: #23c6c8;
}

.category-list li a .text-danger {
    color: #EF5352;
}

.category-list li a .text-warning {
    color: #F8AC59;
}

.file-manager h5.tag-title {
    margin-top: 20px;
}

.tag-list li {
    float: left;
}

.tag-list li a {
    font-size: 10px;
    background-color: #f3f3f4;
    padding: 5px 12px;
    color: inherit;
    border-radius: 2px;
    border: 1px solid #e7eaec;
    margin-right: 5px;
    margin-top: 5px;
    display: block;
}

.file {
    border: 1px solid #e7eaec;
    padding: 0;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px;
}

.file-manager .hr-line-dashed {
    margin: 15px 0;
}

.file .icon,
.file .image {
    height: 100px;
    overflow: hidden;
}

.file .icon {
    padding: 15px 10px;
    text-align: center;
}

.file-control {
    color: inherit;
    font-size: 11px;
    margin-right: 10px;
}

.file-control.active {
    text-decoration: underline;
}

.file .icon i {
    font-size: 70px;
    color: #dadada;
}

.file .file-name {
    padding: 10px;
    background-color: #f8f8f8;
    border-top: 1px solid #e7eaec;
}

.file-name small {
    color: #676a6c;
}


/**
滚动条 处理

**/

::-webkit-scrollbar-track-piece {
    background-color: #f8f8f8;
}

::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    background-clip: padding-box;
    min-height: 28px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #bbb;
}

.carousel_div1 {
    background: url(../img/login-bg.png) fixed center center
}

.carousel_div2 {
    background: url(../img/login-bg1.png) fixed center center
}

.carousel_div3 {
    background: url(../img/BG-A.png) fixed center center
}

.layer_notice {
    background: #5fb878 none repeat scroll 0 0;
    float: left;
    height: 75px;
    overflow: hidden;
    padding: 10px;
    width: 330px
}

.layer_notice ul li {
    color: #fff
}

.video-player {
    background-color: transparent;
    min-width: 100%;
    min-height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0
}

.video_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 90;
    background-color: rgba(0, 0, 0, 0.3)
}

.login {
    width: 300px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 35%;
    margin: -150px 0 0 -150px;
    z-index: 99;
    text-align: center
}

.form_code {
    position: relative
}

.form_code .code {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer
}

.login_btn {
    width: 100%
}

.text-white {
    color: whitesmoke
}

.user {
    width: 330px;
    margin: 0 auto;
    margin-top: 3%;
    border-radius: 4px;
}

.main {
    width: 300px;
    padding: 20px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    text-align: center;
}

.code {
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.form_code {
    position: relative;
}

.form_code .code {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.text-white {
    color: whitesmoke;
}

.login_btn {
    width: 100%;
}

.margin-0 {
    margin: 0;
}

.margin-lr-0 {
    margin-left: 0;
    margin-right: 0;
}

.margin-xs {
    margin: 5px;
}

.margin-sm {
    margin: 10px;
}

.margin {
    margin: 15px;
}

.margin-lg {
    margin: 20px;
}

.margin-xl {
    margin: 25px;
}

.margin-top-xs {
    margin-top: 5px;
}

.margin-top-sm {
    margin-top: 10px;
}

.margin-top {
    margin-top: 15px;
}

.margin-top-lg {
    margin-top: 20px;
}

.margin-top-xl {
    margin-top: 25px;
}

.margin-right-xs {
    margin-right: 5px;
}

.margin-right-sm {
    margin-right: 10px;
}

.margin-right {
    margin-right: 15px;
}

.margin-right-lg {
    margin-right: 20px;
}

.margin-right-xl {
    margin-right: 25px;
}

.margin-bottom-xs {
    margin-bottom: 5px;
}

.margin-bottom-sm {
    margin-bottom: 10px;
}

.margin-bottom {
    margin-bottom: 15px;
}

.margin-bottom-lg {
    margin-bottom: 20px;
}

.margin-bottom-xl {
    margin-bottom: 25px;
}

.margin-left-0 {
    margin-left: 0px;
}

.margin-left-xs {
    margin-left: 5px;
}

.margin-left-sm {
    margin-left: 10px;
}

.margin-left {
    margin-left: 15px;
}

.margin-left-lg {
    margin-left: 20px;
}

.margin-left-xl {
    margin-left: 25upx;
}

.margin-lr-xs {
    margin-left: 5px;
    margin-right: 10upx;
}

.margin-lr-sm {
    margin-left: 10px;
    margin-right: 10px;
}

.margin-lr {
    margin-left: 15px;
    margin-right: 15px;
}

.margin-lr-lg {
    margin-left: 20px;
    margin-right: 20px;
}

.margin-lr-xl {
    margin-left: 25px;
    margin-right: 25px;
}

.margin-tb-xs {
    margin-top: 5px;
    margin-bottom: 5px;
}

.margin-tb-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin-tb {
    margin-top: 15px;
    margin-bottom: 15px;
}

.margin-tb-lg {
    margin-top: 20px;
    margin-bottom: 20px;
}

.margin-tb-xl {
    margin-top: 25px;
    margin-bottom: 25px;
}

.padding-0 {
    padding: 0;
}

.padding-lr-0 {
    padding-left: 0;
    padding-right: 0;
}

.padding-xs {
    padding: 5px;
}

.padding-sm {
    padding: 10px;
}

.padding {
    padding: 15px;
}

.padding-lg {
    padding: 20px;
}

.padding-xl {
    padding: 25px;
}

.padding-top-xs {
    padding-top: 5px;
}

.padding-top-sm {
    padding-top: 10px;
}

.padding-top {
    padding-top: 15px;
}

.padding-top-lg {
    padding-top: 20px;
}

.padding-top-xl {
    padding-top: 25px;
}

.padding-right-xs {
    padding-right: 5px;
}

.padding-right-sm {
    padding-right: 10px;
}

.padding-right {
    padding-right: 15px;
}

.padding-right-lg {
    padding-right: 20px;
}

.padding-right-xl {
    padding-right: 25px;
}

.padding-bottom-xs {
    padding-bottom: 5px;
}

.padding-bottom-sm {
    padding-bottom: 10px;
}

.padding-bottom {
    padding-bottom: 15px;
}

.padding-bottom-lg {
    padding-bottom: 20px;
}

.padding-bottom-xl {
    padding-bottom: 25px;
}

.padding-left-xs {
    padding-left: 5px;
}

.padding-left-sm {
    padding-left: 10px;
}

.padding-left {
    padding-left: 15px;
}

.padding-left-lg {
    padding-left: 20px;
}

.padding-left-xl {
    padding-left: 25px;
}

.padding-lr-xs {
    padding-left: 5px;
    padding-right: 5px;
}

.padding-lr-sm {
    padding-left: 10px;
    padding-right: 10px;
}

.padding-lr {
    padding-left: 15px;
    padding-right: 15px;
}

.padding-lr-lg {
    padding-left: 20px;
    padding-right: 20px;
}

.padding-lr-xl {
    padding-left: 25px;
    padding-right: 25px;
}

.padding-tb-xs {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padding-tb-sm {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-tb {
    padding-top: 15px;
    padding-bottom: 15px;
}

.padding-tb-lg {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-tb-xl {
    padding-top: 25px;
    padding-bottom: 25px;
}

.border-right {
    border-right: 1px solid #e7eaec;
}

.border-top {
    border-top: 1px solid #e7eaec;
}

.border-bottom {
    border-bottom: 1px solid #e7eaec;
}

.border-left {
    border-left: 1px solid #e7eaec;
}

.select {
    color: #1ab394;
}

.overflow-hidden {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.staff {
    overflow-y: auto;
    height: 400px
}

.staff div span {
    cursor: pointer;
	font-size: 14px;
    background: #ffffff;
    transition-duration: 0.5s;
}

.staff div span:hover {
opacity: .9;
}

.staff::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.staff::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.staff::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.staff div {}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 420px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.right .modal-body {
    padding: 15px 15px 80px;
}


/*Right*/

.modal.right.fade .modal-dialog {
    right: 0px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}


/* ----- MODAL STYLE ----- */

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

.vc-float-left {
    float: left;
}

.vc-float-right {
    float: right
}

.vc-node-selected {
    color: #FFFFFF;
    background-color: #3E77FC;
}

.vc-node-selected-line {
    color: #3E77FC;
}

.vc-line {
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(left, #fff -4%, #e8e8e8 50%, #fff 100%);
}

.vc-line-y {
    width: 2px;
    height: 100%;
    background: -webkit-linear-gradient(top, #fff -4%, #1ab394 50%, #fff 100%);
}

.vc-line-primary {
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(left, #fff -4%, #007bff 50%, #fff 100%);
}

.vc-line-y-primary {
    width: 2px;
    height: 100%;
    background: -webkit-linear-gradient(top, #fff -4%, #007bff 50%, #fff 100%);
}

.vc-table-border {
    border: 1px solid #000000;
}

.vc-table-border tr td {
    border: 1px solid #000000;
}

.vc-table-border tr th {
    border: 1px solid #000000;
}

.fix-width {
    width: 60%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.divaq-table-scoll-width {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
}

.checkbox-area {
    height: 100px;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: .375rem 1.75rem .375rem .75rem;
}

.font-red {
    color: red;
}

.vc-tr-td {
    width: 120px;
    text-align: center;
}

.nav-bg {
    background-color: var(--nav-bg-color);
}

.nav-tabs li{
	margin-right: 7px;
}

.nav-tabs .nav-link{
	background-color: #f5f5f5;
	font-size: 14px;
	color: #1a1a1a;
	padding: 0 13px;
	border-radius: 6px 6px 0 0;
	height: 30px;
	line-height: 30px;
	border: solid 1px #dce3f0;
	border-bottom: none;
}

.nav-tabs .nav-link.active{
	background-color: #1e66f4;
	color: #fff;
}

.nav-tabs .nav-link i{
  width: 9px;
	  height: 10px;
	  background: url('../newimg/c.png') no-repeat left top;
	  background-size: 100% 100%;
	  margin-left: 4px;
	  display: inline-block;
}

.nav-tabs .nav-link.active i{
	filter: grayscale(100%) brightness(600%);
}


/* left tab */
.dev_menuGroupManage_kuan{
	width:260px;background-color: #fafafa;padding-top: 20px;height: fit-content;min-height: 84vh;
	margin-top: 10px;
}

.dev_menuGroupManage_kuan > .border-radius{
	width: 153px;
	margin: 0 auto;
	border-radius: 8px;
}

.dev_menuGroupManage_kuan .list-group-item:first-child{
	    border-top-left-radius: 8px;
	    border-top-right-radius: 8px;
}

.dev_menuGroupManage_kuan .list-group-item:last-child{
	    border-bottom-left-radius: 8px;
	    border-bottom-right-radius: 8px;
}

.dev_menuGroupManage_kuan .list-group-item{
    border: 1px solid #e6e6e6;
    font-size: 15px;
    color: #1a1a1a;
    padding: 10px;
	cursor: pointer;
}

.dev_menuGroupManage_kuan .list-group-item.vc-node-selected {
    color: #FFFFFF;
    background-color: #1e66f4;
}

/* dev_menuGroupManage_youbg */

.dev_menuGroupManage_youbg{
	background-color: #fafafa;
	padding:14px 10px 15px 10px;
	margin-top: 10px;
}

.dev_menuGroupManage_youbg h5{
	padding-left: 10px;
	font-weight: normal;
	font-size: 16px;
	color: #1a1a1a;
	padding-bottom: 0;
	/* padding-bottom: 7px; */
}

.dev_menuGroupManage_youbg .col-lg-12{
	padding: 0;
}

.btncx{
	background-color: #eef4ff;
	border: solid 1px #1e66f4 !important;
	color: #1e66f4;
    margin-right: 20px;
    height: 36px;
    padding: 0 0.75rem;
}

.btncz{
	background-color: #ffffff;
	border: solid 1px #1e66f4 !important;
	color: #1e66f4;
	height: 36px;
	padding: 0 0.75rem;
}

.dev_menuGroupManage_hg{
    padding-top: 14px;
}

.dev_menuGroupManage_hg > h5{
	font-weight: normal;
	font-size: 16px;
	color: #1a1a1a;
	padding: 0;
}

.ptbtnInputdw{
	    position: absolute;
	    right: 0px;
	    top: 50%;
	    z-index: 3;
	    transform: translateY(-50%);
}

@charset "utf-8";

#loadingComponent {
	display: none !important;
}

* {
	word-break: break-all;
}

/* 01 */
.pttable_kuanGun {
	width: calc(100vw - 275px);
	overflow-x: auto;
	overflow-y: hidden;
	border: none;
	margin-bottom: 20px;
	margin-top: 3px;
}

img {
	pointer-events: all;
}

.pttable_kuanGun table {
	margin-top: 0px;
	width: 1645px;
	margin-bottom: 0;
}


/* tbale滚动 */
.pttable_gunx {
	overflow-x: auto;
	width: 100%;
	overflow-y: hidden;
}

.pttable_gunx>.pttable_kuan {
	width: 1500px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}

/* 置白  filter: grayscale(100%) brightness(600%); */
textarea {
	width: 100%;
	display: block;
	white-space: pre-wrap;
	resize: none;
}

img {
	display: block;
	outline: none;
}

.zhan_div {
	position: relative;
	z-index: 1;
}

input {
	width: 100%;
	display: block;
	-webkit-box-shadow: 0 0 0 1000px transparent inset;
}

button {
	display: block;
	box-sizing: content-box;
}

.flex {
	display: flex;
}

.float {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.zhong {
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.xend {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
}

.end {
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
}

.center {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.wrap {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexCenter {
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.flexFloat {
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.slh {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.slhTwo {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-wrap: break-word;
}

input,
p {
	margin-bottom: 0;
	padding: 0;
	outline: none;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	outline: none;
}

button,
input,
textarea {
	border: none;
	outline: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
}

select {
	width: 100%;
	border: none;
	height: 44px;
	border-radius: 5px;
	line-height: 44px;
	padding: 0 15px;
	color: #999999;
}

button:after {
	border: none;
}

select,
input {
	height: 38px !important
}

.pick {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}

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

/* select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
	outline: none;
	background-size: 1rem;
} */

img {
	display: block;
	pointer-events: all;
}

.fileInput {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	cursor: pointer;
}

.pthui {
	cursor: default;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	color: #f7f7f7 !important;
	background-color: #d9d9d9;
}

.shoua {
	cursor: pointer;
}

.shou {
	cursor: pointer;
}

.shou.on:hover {
	opacity: 1;
}


.shou * {
	cursor: inherit;
}

.img_bai {
	width: 100%;
	height: 100%;
}

video.img_bai {
	background-color: #000000;
	object-fit: contain;
}

img.img_bai {
	object-fit: cover;
}

.zhan {
	position: relative;
}

.popup {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
}

.pophei {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.popZhong {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}


/* 滚动条 */
.gun {
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: auto;
}

.gun::-webkit-scrollbar {
	width: 2px;
	height: 4px;
}

.gun::-webkit-scrollbar-thumb {
	border-radius: 50px;
	background: #e5e7ec;
	height: 4px;
}

.gun::-webkit-scrollbar-track {
	border-radius: 50px;
	background: transparent;
}

/* // 暂无数据
 <div class="ptend_gao" v-else>
                 <div class=" ptend_div">
                   <img src="../../../newimg/wu_a.png" />
                     <p>没有找到匹配的结果</p>
                     <span>建议您修改关键词重新搜索</span>
                 </div>
             </div> */

.ptend_div p {
	text-align: center;
	font-size: 16px;
	color: #666;
}

.ptend_div>span {
	text-align: center;
	font-size: 14px;
	color: #737373;
	display: block;
	margin-top: 8px;
}

.ptend_div img {
	width: 261px;
	height: 137px;
	margin: 20px auto;
}

.ptend_div {
	padding: 30px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ptend_gao {
	height: auto;
	width: 100%;
}

/* ptform_bg */
/* 顶部查询 */
.ptpage_bg {
	background-color: #fff;
}

.ptform_bg_white {
	margin: 0;
}

.ptform_bg_white>.col-lg-12:first-child {
	padding: 0;
	/* margin-top: -10px; */
}

.ptpage_bg>.row:nth-child(2)>.col-lg-12>.ibox>.ibox-title,
.ptpage_bg>.row:nth-child(2)>.col-lg-12>.ibox>.ibox-content,
.ptpage_bg>.row:nth-child(2) {
	padding: 0;
}

.ptpage_bg>.row:nth-child(2)>.col-lg-12>.ibox>.ibox-title {
	position: relative;
	margin-top: -20px;
}

.ptpage_bg>.row:nth-child(2)>.col-lg-12>.ibox>.ibox-title>h5 {
	line-height: 60px;
	margin-top: 0;
}

.ptform_bg_white .ibox {
	background-color: #fafafa;
	padding: 14px 10px;
	width: calc(100% - 40px);
	margin: 20px;
}

.ptform_bgYou_table table,
.ptform_bg_table table {
	margin-top: 0;
}

.ptform_bg_table .ibox-title,
.ptform_bg_white .ibox .ibox-title {
	padding: 0;
	border-width: 0;
	min-height: auto;
	border-color: transparent;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
}

.ptform_bg_white .ibox .ibox-title {
	padding-bottom: 0px;
}

.ibox-content {
	padding-top: 0;
}

.ptform_bg_table .ibox-content,
.ptform_bg_white .ibox .ibox-content {
	background-color: transparent;
	padding: 0;
	border-color: transparent
}

.ptform_bg_white .ibox-title h5 {
	font-weight: normal;
	padding-left: 10px;
	font-size: 16px;
	color: #1a1a1a;
	margin: 0;
}

.ptform_bg_white .ibox-title .ibox-tools {
	position: static;
}

.ptform_bg_white .ibox-title .ibox-tools button {
	padding: 0;
	font-size: 14px;
	height: fit-content !important;
}

.ptform_bg_white .ibox-content .row {
	margin: 0;
}

.ptform_bg_white .ibox-content .form-group {
	width: 100%;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

.ptform_bg_white .ibox-content .form-group label {
	width: 60px;
	font-size: 16px;
	color: #333;
	text-align: right;
	margin-right: 0;
}

.ptform_bg_white .ibox-content .col-sm-2,
.ptform_bg_white .ibox-content .col-sm-3,
.ptform_bg_white .ibox-content .col-sm-4 {
	max-width: none;
	width: auto;
	flex: none;
	padding: 0;
	margin-right: 20px;
	/* width: 280px; */
	width: 304px;
	margin-top: 15px;
}


.ptform_bg_white .ibox-content .col-md-4 {
	max-width: none;
	width: auto;
	flex: none;
	padding: 0;
	margin-right: 20px;
	width: 340px;
}

.form-control {
	border: 1px solid #e4e9f3;
	border-radius: 6px;
	font-size: 15px;
	padding: 0 10px;
	height: 40px !important;
	box-shadow: none !important;
}

.ptform_bg_white .ibox-content .col-sm-2 .btn {
	height: 36px;
	border-radius: 5px;
	padding: 0;
	width: 82px;
	background-color: #fff;
	color: #2470f8;
}

.ptform_bg_white .ibox-content .col-sm-2 .btn:first-child {
	background-color: #2470f8;
	color: #fff;
	margin-right: 18px;
}

/* ptform_bg_table */
.ptform_bg_table .ibox {
	padding: 0 20px;
}

.ptform_bgYou_table .ibox {}

.ptform_bg_table .ibox .ibox-title {
	padding-bottom: 0;
}

.ptform_bg_table .ibox h5 {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 16px;
	color: #1a1a1a;
}

.ptform_bg_table .ibox-tools {
	position: static;
}

.ptform_bg_table .ibox-tools .btn {
	min-width: 60px;
	height: 34px;
	border-radius: 5px;
	padding: 0 5px;
	font-size: 14px;
	color: #fff;
	margin-left: 12px;
}

.ptform_bg_table .ibox-tools .btn i {
	/* margin-right: 10px; */
}

.ptform_bg_table .ibox-tools .btn.bor {
	border: solid 1px #007bff;
	color: #007bff;
}

/* table  */

.table {
	border: solid 1px #eaf2ff;
	margin-top: 0 !important;
}

.table thead {
	background-color: #eaf2ff;
}

.table thead th {
	padding: 0 !important;
	height: 50px;
	line-height: 50px !important;
	font-size: 14px;
	border-right: solid 1px #f5f6f7;
	background-color: #eaf2ff;
	border-bottom: none;
}

.table thead th .i-checks {
	margin: 7px auto 0 auto !important;
	/* margin: 15px auto 0 auto; */
	cursor: pointer;

}

.table thead th input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 16px auto;
}

.table td input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 0px auto;
	cursor: pointer;
}

.table tbody td {
	padding: 7px 6px !important;
	/*padding: 14px 0 !important;
	 height: 50px; */
	/* line-height: 50px !important; */
	border-right: none;
	color: #333333;
	font-size: 14px;
	background-color: #fff;
	vertical-align: middle !important;
	border-top: none !important;
}

.table tbody td:last-child,
.table thead th:last-child {
	border-right: none;
}

.table tbody tr:nth-of-type(even) td {
	background-color: #f5f9ff;
}

.table td {
	border-top: none !important;
	padding: 0 !important;
}

.table .btn {
	color: #333333;
	font-size: 14px;
	padding: 0 10px;
	border: none;
	background-color: transparent;
}

.table .btn:hover {
	cursor: pointer;
	opacity: .9;
}

.table .hc-table-fix-left-td {
	left: -1px;
}

.table tbody+tbody {
	border-top: none;
}

/* 表单文字提示 */

.fwgltis {
	padding-top: 20px;
}

.fwgltis p {
	padding-top: 6px;
}

/* 分页 */
.pagination .page-item.disabled .page-link {
	color: #333333;
	background-color: #f2f3f7;
	border-color: #f2f3f7;
	font-size: 14px;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 32px;
	padding: 0;
	border-radius: 6px !important;
	cursor: pointer;
}

.page-link {
	border-radius: 6px !important;
	padding: 0;
	height: 34px;
	width: 34px;
	text-align: center;
	line-height: 32px;
}


.pagination li.page-item {
	margin: 0 5px;
	cursor: pointer;
	line-height: 32;
}

.pagination .page-item.active .page-link {
	color: #1e66f4;
	font-weight: bold;
	background-color: #e8effe;
	border-color: #1e66f4;
	font-size: 14px;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	padding: 0;
	border-radius: 6px;
	cursor: pointer;
}

.pagination>span {
	line-height: 34px !important;
}

.ptnei {
	border-top: solid 1px #f0f0f0;
	padding: 14px 10px;
}

/* tree */

.ptnei .tree-div {
	background-color: #fafafa !important;
	height: 74vh;
	border-radius: 0;
}

.ptnei .tree-div .jstree-default .jstree-anchor {
	line-height: 34px;
	height: 34px;
	color: #1a1a1a;
	margin-left: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 84%;
}

.ptnei .tree-div .jstree-default .jstree-icon:empty {
	margin-top: 0px;
	filter: gray;
}

.jstree-default .jstree-icon:empty {
	line-height: 34px;
	height: 34px;
}

.jstree-default .jstree-clicked {
	background: #eaf2ff;
	box-shadow: inset 0 0 1px #eaf2ff;
}

.jstree-container-ul>li>i {
	background-color: #fff;
}

/* 表格上面的按钮 */

.ptpage_bg .bg-white {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 10px;
}

.ptpage_bg .bg-white button {
	border-radius: 6px;
	min-width: 60px;
	height: 36px;
	line-height: 36px;
	display: block;
	margin-right: 10px;
	font-size: 14px;
	padding: 0 10px;
	color: #fff;
}

.ptpage_bg .bg-white button i {
	margin-right: 5px;
}

.ptpage_bg .bg-white button.ls {
	background-color: #30ac4d;
}

.ptpage_bg .bg-white button.lans {
	background-color: #1e66f4;
}

.ptpage_bg .bg-white button.red {
	background-color: #d9534f;
}

.ptpage_bg .bg-white button.hs {
	background-color: #f0ad4e;
}

.ptpage_bg .bg-white button.tl {
	background-color: #5bc0de;
}

.ptpage_bg .bg-white button.hs {
	background-color: #9096a0;
}

.ptpage_bg .bg-white button.info {
	background-color: #fff;
	border: solid 1px #cccccc;
	color: #fff;
}

/* ptform */
.ptform {
	margin-top: -15px;
}

.ptform .li {
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.ptform .li label {
	width: 70px;
	font-size: 15px;
	color: #333;
	text-align: right;
	margin-bottom: 0;

}

.ptform_divIn {
	width: 250px;
	padding-left: 10px;
}


/* 弹窗标题 */

.modal-title,
.modal-body h3 {
	color: #333;
	/* margin-bottom: 20px; */
}

button.btn-info,
button.btn-warning {
	background-color: #eef4ff;
	border: 1px solid #007bff;
	color: #007bff;
}

.btn-warning.float-right {
	background-color: #eef4ff;
	border: 1px solid #007bff;
	color: #007bff;
}

.btn-info:active,
.btn-info:hover,
.btn-warning:active,
.btn-warning:hover,
.btn-warning.float-right:active,
.btn-warning.float-right:hover {
	background-color: #eef4ff;
	border: 1px solid #007bff;
	color: #007bff;
	box-shadow: #007bff;
}

.ptTopBtn button {
	height: 36px;
	border-radius: 5px !important;
	padding: 0;
	width: 82px;
	background-color: #fff;
	color: #2470f8;
	border: solid 1px #2470f8;
}

.ptTopBtn button:hover {
	color: #2470f8;
}

.ptTopBtn button.a {
	background-color: #2470f8;
	color: #fff;
	margin-right: 18px;
}

.ptTopBtn button.a:hover {
	color: #fff;
}

button:active,
button:focus,
.close:focus {
	border: none;
	outline: none !important;
	/* 取消按钮点击时的轮廓边框 */
	box-shadow: none !important;
}

.fwgl_btn .text-right button {
	height: 36px;
}

.btn-group-sm>.btn,
.btn-sm {
	padding: 0.454rem .5rem;
}

.btn {
	border-radius: 6px !important;
	transition: none;
}

.btn:focus {
	box-shadow: none !important;
}

.ibox-title h5 {
	margin-bottom: 0;
}

.dropdown-menu.show {
	padding: 10px !important;
	height: auto;
}

.dropdown-menu.show p {
	display: flex;
	line-height: normal !important;
}

.dropdown-menu.show p a {
	width: 50%;
	display: inline-block;
	text-align: center;
	color: #1e66f4;
}

.dropdown-menu.show p span {
	width: 0;
	display: none;
}

/* pttianJieYeZhu */

.pttianJieYeZhu label {
	font-size: 15px;
	color: #333;
	text-align: right;
	margin-right: 0;
}

.pttianJieYeZhu .col-sm-9 {
	/* padding-left: 0; */
}


.input-group {
	width: 240px;
}

.custom-select {
	border: 1px solid #e4e9f3;
	border-radius: 6px;
}

/* modal */
.col-form-label {
	width: 130px;
	font-size: 15px;
	text-align: right;
}

.modal.show .col-form-label {
	width: 130px;
	font-size: 15px;
	text-align: right;
	padding-right: 0;
	flex: none;
	padding-left: 0;
	color: #333;
	height: fit-content;
}

.ptNoLabel label::after {
	content: '' !important;
}

.btn-primary.plain {
	border: solid 1px #007bff;
	color: #007bff;
	background-color: #fff;
}

.btn-primary.plain:hover {
	opacity: .9;
}

@media (min-width: 992px) {

	.modal-lg,
	.modal-xl {
		max-width: 1100px !important;
	}
}

.modal-body {
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	max-height: 80vh;
	overflow: auto;
}

.modal-body h3 {
	padding-top: 0;
}

.property_payFeeOrder label {
	text-align: right;
	color: #333;
	font-size: 15px;
}

.property_payFeeOrder .row>label:last-child {
	text-align: left;
}

.property_payFeeOrder label+div {
	padding-left: 0;
}

.property_payFeeOrder .custom-select {
	font-size: 14px;
	color: #999;
}

.col-form-label {
	position: relative;
}

.modal-body .col-form-label::after {
	content: '：';
	color: #676a6c;
	position: absolute;
	right: -17px;
	top: 44%;
	transform: translateY(-50%);
	z-index: 1;
}

/* frame_changeStaffPwd */


.ptform_cx .form-group {
	width: 303px !important;
	margin: 15px 20px 0 0;
	position: relative;
}

.ptform_cxbtn {
	margin-top: 15px;
}

.admin_propertyCompanyManage_kt .bootstrap-select {
	width: 100% !important;
	outline: none;
	resize: none;
}

.admin_propertyCompanyManage_kt .dropdown-menu.show {
	width: 100%;
}

.admin_propertyCompanyManage_kt .form-control {
	border: 1px solid #e4e9f3;
	border-radius: 6px;
	background-color: #fff !important;
	outline: none !important;
	resize: none;
	width: 97%;
}

.admin_propertyCompanyManage_kt .form-control:focus {
	outline: none !important;
}

.admin_propertyCompanyManage_kt .form-control:active {
	color: #212529;
	background-color: #fff !important;
	border-color: #d3d9df00;
}

.admin_propertyCompanyManage_kt .dropdown-menu.show ul {
	padding: 0 !important;
}

.admin_propertyCompanyManage_kt .dropdown-menu.show ul li .text {
	padding-left: 12px;
}

.admin_propertyCompanyManage_kt .filter-option-inner-inner {
	line-height: 38px;
	height: 38px;
	color: #999;
}

.admin_propertyCompanyManage_gn label {}

.admin_propertyCompanyManage_gn label input {
	width: fit-content;
	margin-right: 10px;
}


.btn-warning:focus,
.btn-warning:active {
	background-color: #eef4ff !important;
	border: 1px solid #007bff !important;
	color: #007bff !important;
}

.ptinputbgmr input::placeholder,
.ptinputbgmr input:-internal-autofill-selected {
	background-color: #fff;
	height: 100%;
}

.report_operationalAnalysis .col-md-4 {
	border-radius: 12px;
	overflow: hidden;
}

.report_communityFeeSummary_table .table thead th {
	font-size: 14px;
}

.ptfileInput {
	width: 100% !important;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0 !important;
}

.btn-primary:hover {
	background-color: #9acaff;
	border-color: #9acaff;
}

.nav-tabs .nav-link {
	cursor: pointer;
}

.nav-tabs .nav-link:hover {
	background-color: #5b8def;
	color: #fff !important;
}

.nav-tabs .nav-link:hover i {
	filter: grayscale(100%) brightness(600%);
}

button.btn {
	height: 36px !important;
	line-height: normal;
	padding: 0 10px;
}

.modal-body .ibox .input-group button.btn {
	border: solid 1px #007bff00 !important;
	width: 50px;
}

.admin_addContract_form.kuan .form-group {
	width: 95%;
}

.modal-body .ibox .input-group button.b {
	border: solid 1px #007bff !important;
}


/* 弹窗一排2个表单 */
.property_feeConfigManage {
	padding-left: 0;
}

.property_feeConfigManage .form-group {
	width: 50%;
	display: flex;

}

.property_feeConfigManage .form-group>label {
	line-height: 38px;
	padding: 0;
}

.property_feeConfigManage .form-group .div {
	width: calc(100% - 130px);
	padding-left: 20px;
}

.select2-container--default .select2-selection--single {
	border: 1px solid #e4e9f3;
	height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px;
	font-size: 1rem;
	color: #495057;
}


/* 多select */
.bootstrap-select>.dropdown-toggle {
	line-height: 38px;
	background-color: #fff !important;
	color: #495057 !important;
	width: 92% !important;
}

.form-group .bootstrap-select {
	width: 100% !important;
}

.bootstrap-select .dropdown-toggle:focus {
	background-color: #fff !important;
	border: solid 1px #dae0e5 !important;
	outline: none !important;
}

.form-group.aa .bootstrap-select .dropdown-menu {
	padding: 0 !important;
	width: 100% !important;
}

.form-group.aa .dropdown-item {
	text-align: center;
	font-size: 14px;
}

.form-group.aa .dropdown-item span {
	margin-right: 0 !important;
}

.form-group.aa .dropdown-menu>li {
	height: auto;
}

.form-group.aa .dropdown-menu>li a {
	height: 34px;
	line-height: 34px;
}

.custom-select {
	font-size: 15px !important;
}

.dev_menuGroupManage_tableKuan .ibox-tools {
	right: 0 !important;
}

/* 右边200 pages/property/room */

.ptyou_200 {
	width: calc(100vw - 474px);
	margin-left: 10px;
	overflow: hidden;
}

.ptyou_200 .ptform_bg_white .ibox {
	width: 100%;
	box-sizing: border-box;
	margin: 20px 0 15px 0;
}

.ptyou_200 .ptform_bgYou_table>.ibox-title {
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

/* 右边tab 260 pages/fee/invoiceApply */
.ptyou_260 {
	width: calc(100vw - 533px);
	margin-left: 10px;
	overflow: hidden;
}


.zqdiv .bootstrap-select>.dropdown-toggle {
	width: 96.7% !important;
}

.ptqxline-height .table thead th {
	vertical-align: middle;
	height: auto !important;
	line-height: normal !important;
	padding: 4px 0 !important;
}

.uploadImage>div {
	margin-right: 15px;
}

.uploadButton {
	cursor: pointer;
}

/* ptNav_tab */

.ptNav_tab {
	background-color: #fff;
	border-bottom: solid 1px #e6e6e6;
	padding: 0 10px;
}

.ptNav_tab li {
	margin-right: 12px;
}

.ptNav_tab li a {
	font-size: 16px;
	color: #1a1a1a !important;
	cursor: pointer;
	display: block;
	padding: 20px 10px 15px 10px;
	position: relative;
}

.ptNav_tab li a.active:hover,
.ptNav_tab li a.active {
	color: #1e66f4 !important;
	font-weight: bold;
}

.ptNav_tab li a.active::after {
	content: '';
	width: 100%;
	height: 3px;
	background-color: #1e66f4;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.btn {
	border: none;
}

.btn:hover {
	opacity: .8;
}

.btn:focus,
/*清除btn按钮点击出现的边框*/
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none !important;
	box-shadow: none !important;
}

.pagination {
	margin-bottom: 20px;
}

/* select option:first-child[selected="selected"] {
  color: #999 !important;
}

select option:not(:first-child[selected="selected"]) {
color: #495057 !important
} */

.datetimepicker {
	width: 240px;
}

.datetimepicker th.switch {
	width: 195px;
}

.datetimepicker .table-condensed {
	width: 100%
}

.datetimepicker td,
.datetimepicker th,
.datetimepicker .datetimepicker-hours span,
.datetimepicker .datetimepicker-minutes span {
	height: 26px;
	line-height: 26px;
}

.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
	background-image: none;
	background-color: #007bff !important;
}

.datetimepicker table tr td span {
	height: 40px;
	line-height: 40px;
}

.uploadImage img {
	object-fit: cover;
}

/* pttable_hsbg */

.pttable_hsbg {
	background-color: #fff8ee;
	padding: 15px 30px 15px 0;
	margin-bottom: 22px;
	margin-top: -20px border-radius: 0 0 4px 4px;
}

.pttable_hsbg p {
	font-size: 16px;
	color: #e38c0e;
	font-weight: bold;
	width: 240px;
	display: flex;
}

.pttable_hsbg p b {
	width: 120px;
	display: block;
	text-align: right;
}

.pttable_hsbg .tis {
	padding-left: 30px;
	font-size: 14px;
	color: #333333
}

/* 组织样式开始 */
/* 岗位管理 */



.ptdiy_select {
	/* border: 1px solid #DCDFE6; */
	box-sizing: border-box;
	color: #606266;
	display: inline-block;
	border-radius: 0.2rem;
	height: 2rem;
	line-height: 2rem;
	outline: none;
	/* padding: 0 0.45rem; */
	text-align: left;
	font-size: 0.75rem;
	width: 100%;
	animation: ptSelectheadDh 0.2s;
}

.ptdiy_select_del {
	color: #c0c4cc;
	position: absolute;
	right: .5rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.ptdiy_select_pop {
	width: 100%;
	max-height: 274px;
	border: solid 1px #E4E7ED;
	border-radius: 4px;
	background-color: #FFFFFF;
	position: absolute;
	left: 0;
	top: 45px;
	z-index: 1;
}

.ptdiy_select_san {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: 40px;
	left: 35px;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-bottom: 6px solid #EBEEF5;
	z-index: 2;
	display: none;
}

.ptdiy_select_san::after {
	content: '';
	top: 2px;
	position: absolute;
	width: 0;
	height: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-bottom: 4px solid #fff;
	z-index: 4;
	left: -4px;
}

.ptdiy_select_pop li {
	color: #495057;
	height: 34px;
	line-height: 34px;
	font-size: 15px !important;
	padding: 0 20px;

}

.ptdiy_select_pop li:hover {
	background-color: #f5f7fa;
}

@keyframes ptSelectheadDh {
	from {
		height: 0px;
		opacity: 0;
	}

	to {
		height: 174px;
		opacity: 1;
	}
}

.ptdiy_select .ptdiuxl {
	position: absolute;
	right: 10px;
	top: 62%;
	transform: translateY(-50%);
	font-size: 18px;
	z-index: 1;
}

.ptxlxz_txt {
	background-color: #f4f4f5;
	border: solid 1px #e9e9eb;
	box-sizing: border-box;
	margin: 2px 6px 2px 0;
	display: flex;
	max-width: 100%;
	align-items: center;
	height: 24px;
	padding: 0 8px;
	line-height: 22px;
	color: #909399;
	font-size: 12px;
	border-radius: 4px;
	width: fit-content;
	max-width: 180px;
	position: relative;
}

.ptxlxz_txt span {
	flex: 1;
	/* padding-right: 16px; */
	line-height: 1;
}

.ptxlxz_txt .el-icon-close {
	width: 16px;
	height: 16px;
	background-color: #C0C4CC;
	border-radius: 50px;
	color: #909399;
	cursor: pointer;
	font-size: 12px;
	position: absolute;
	right: 5px;
	top: 50%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	transform: translateY(-50%) scale(.8);
	z-index: 1;
	padding-bottom: 1px;
}

.ptxlxz_txt .el-icon-close:hover {
	color: #fff
}

.ptxliconsj {
	position: absolute;
	right: 0.5rem;
	top: 50%;
	transform: translateY(-50%);
}


.ptdiyShu_tree_three {
	padding-left: 15px;
}

.ptdiyShu_tree li .ptdiyShu_tree_one.on {
	background-color: #edf4fe;
}

.ptdiyShu_tree li .ptdiyShu_tree_one {
	font-size: 14px;
	height: 36px;
	color: #606266;
	position: relative;
	cursor: pointer;
}

.ptdiyShu_tree li .ptdiyShu_tree_one:hover {
	background-color: #f5f7fa;
}

.ptdiyShu_tree li i {
	color: #c0c4cc;
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.ptdiyShu_tree li .ptdiyShu_tree_one p {
	padding-left: 24px;
}

.ptdiyShu_tree_two .ptdiyShu_tree_one {
	padding-left: 15px;
}

.ptdiyShu_tree_two .ptdiyShu_tree_one i {
	left: 24px
}

.ptdiyShu_select_pop {
	width: 100%;
	max-height: 274px;
	border: solid 1px #767676;
	border-radius: 4px;
	background-color: #FFFFFF;
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 1
}

/* ptdiyShu_tree--- */

.ptZdyHeadSelect .el-input__inner {
	background-color: transparent;
	border: none;
	color: #fff;
	width: 15rem;
	text-align: right;
}

.ptZdyHeadSelect .el-input__inner::-webkit-input-placeholder {
	color: #fff;
}

.ptZdyHeadSelect .el-input__inner:-moz-placeholder {
	color: #fff;
}

.ptZdyHeadSelect .el-input__inner:-ms-input-placeholder {
	color: #fff;
}

.ptZdyHeadSelect .el-select__caret,
.ptZdyHeadSelect .el-input__suffix {
	color: #fff !important;
}

/* 滚动条 */
.gun {
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: none;
}

.gun::-webkit-scrollbar {
	width: 6px;
	height: 4px;
}

.gun::-webkit-scrollbar-thumb {
	border-radius: 50px;
	background: #e5e7ec;
	height: 4px;
}

.gun::-webkit-scrollbar-track {
	border-radius: 50px;
	background: transparent;
}

.ptredSpan {
	color: #ff0000;
	padding-right: 12rpx;
}

/* ptOrgFramework_table */

.ptOrgFramework_table_one>div {
	border-right: solid 1px #f5f6f7;
	color: #333333;
	font-size: 14px;
	padding: 7px 6px !important;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ptOrgFramework_table_btn p {
	color: #333333;
	font-size: 14px;
	width: 76px;
	text-align: center;
	cursor: pointer;
}

.ptOrgFramework_table li {
	border-top: solid 1px #eaf2ff;
}

.ptOrgFramework_table {
	border: solid 1px #eaf2ff;
	border-bottom: none;
}

.ptOrgFramework_table_two {
	border-top: solid 1px #eaf2ff;
}

.ptOrgFramework_table_two .ptOrgFramework_table_one {
	padding-left: 20px;
}

.orgFramework_icon {
	width: 100px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.orgFramework_icon div {
	width: 33.33%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.orgFramework_icon div i {
	font-size: 18px;
	color: #1a1a1a;
}

.dingInput {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	cursor: pointer;
}

.ptcgpic {
	position: relative;
	width: 190px;
	height: 100px;
	margin: 15px 15px 0 0;
	border-radius: 10px;
	overflow: hidden;
}

.ptxaa {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	cursor: pointer;
}

.orgFrameworkLeftAdd_tag span {
	margin: 15px 15px 0 0;
	font-size: 15px
}

.ptdiyShu_tree .el-checkbox {
	width: 100%;
	padding-left: 15px;
}

/* 修改element */
.el-input__inner {
	font-size: 15px;
	color: #495057;
	border: 1px solid #e4e9f3;
	border-radius: 6px;
}

.el-range-input {
	font-size: 15px !important;
	color: #495057 !important;
}

.el-input__inner:focus {
	border-color: #80bdff;
}

.el-select {
	width: 100%;
}


.el-range-input::-webkit-input-placeholder {
	color: #999 !important;
}

.el-range-input:-moz-placeholder {
	color: #999 !important;
}

.el-range-input:-ms-input-placeholder {
	color: #999 !important;
}

.el-input__inner::-webkit-input-placeholder {
	color: #999;
}

.el-input__inner:-moz-placeholder {
	color: #999;
}

.el-input__inner:-ms-input-placeholder {
	color: #999;
}

.ptssgs p {
	color: #999
}

.ptssgs {
	border: 1px solid #e4e9f3;
}

.ptssgs:hover {
	border: 1px solid #80bdff;
}

.custom-select {
	box-shadow: none !important;
}

/* .el-tree-node__content */

.el-tree-node__content {
	height: 40px
}

.el-tree-node__content p {
	font-size: 16px
}

/* enterCommunityDetails */

.enterCommunityDetails .head_box {
	background-color: #fff;
	padding: 20px;
}

.enterCommunityDetails .head_left {
	width: 260px;
	height: 260px;
	border-radius: 10px;
	overflow: hidden;
}

.enterCommunityDetails .head_hei {
	border-radius: 10px;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
}

.enterCommunityDetails .head_right {
	padding-top: 12px;
	width: calc(100% - 288px);
}

.enterCommunityDetails .head_right h1 {
	font-ize: 20px;
	color: #1a1a1a;
	font-weight: bold;
	line-height: 1;
}

.enterCommunityDetails .head_right h1 span {
	margin-left: 12px;
}

.enterCommunityDetails .line {
	width: 100%;
	height: 1px;
	background-color: #f5f5f5;
	margin: 20px 0 0 0;
}

.enterCommunityDetails .head_li {
	width: 33.33%;
	margin-top: 20px;
}

.enterCommunityDetails .head_li label {
	font-size: 14px;
	color: #666;
	margin-bottom: 0;
}

.enterCommunityDetails .head_li p {
	font-size: 14px;
	color: #333;
}

/* nei_box */

.enterCommunityDetails .nei_box {
	background-color: #fff;
	margin-top: 20px;
}

.enterCommunityDetails .nei_head {
	border-bottom: solid 1px #e6e6e6;
}

.enterCommunityDetails .nei_head p {
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding: 0 10px;
	font-size: 16px;
	color: #1a1a1a !important;
	cursor: pointer;
	position: relative;
	margin-right: 12px;
}

.enterCommunityDetails .nei_head p.on {
	color: #1e66f4 !important;
	font-weight: bold;
}

.enterCommunityDetails .nei_head p.on::after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #1e66f4;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

/* ---- */
.tranSxzsp {
	width: 120px;
	flex-direction: column;
}

.tranSxzsp p {
	font-size: 14px;
	color: #333;
	padding-bottom: 6px;
}

.tranSxzsp span {
	font-size: 12px;
	color: #666;
}

.tranStj_pop .el-radio {
	width: 20%;
	display: flex;
	align-items: center;
	margin: 0 0 15px 0;
}

.tranStj_pop .el-radio-group {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.tranSzuzhi-sel .el-tag {
	font-size: 0.65rem;
	margin: 0 0.25rem;
}

/* .search .el-input--prefix .el-input__inner{
		padding-left: 30px !important;
	} */
.pttable_view .el-dialog {
	width: 60rem !important;
}

/* 	.on {
		color: #2470f8
	} */

.tranStab_box span.on {
	color: #2470f8
}

.tranStab_box span.on:after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #2470f8;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1
}

.tranStab_box span {
	font-size: 14px;
	color: #303133;
	height: 40px;
	line-height: 40px;
	margin-right: 40px
}

.tranStab_box {
	margin-bottom: 20px;
	border-bottom: solid 1px #dadde4;
}

.tranSlook_list {
	margin-top: 10px;
	height: calc(100% - 50px);
}

.tranSlookdiv {
	padding: 0 15px 15px 15px;
	height: 67.9vh;
}

/* lookdiv */

.tranSbox2_right .el-radio-group {
	width: 100%;
}

.tranSbox2_right .el-radio .el-radio__label {
	width: calc(100% - 14px);
	display: inline-block;
}

.tranSbox2_right .el-radio .el-radio__label p:nth-child(2) {
	font-size: 12px;
	color: #999;
	padding-top: 6px;
}

.tranSbox2_right .el-radio {
	margin-top: 15px !important;
	width: 33.33% !important;
	margin-right: 0 !important;
	padding-right: 10px !important;
	display: inline-flex !important;
	align-items: center !important;
}

.tranSbox2_left .tranSsearch {
	padding: 10px 0;
}

.tranSbox2_left>span {
	font-size: 12px;
	color: #999;
	display: block;
}

.tranSbox2_right {
	width: calc(100% - 340px);
	height: 100%;
	padding: 0 15px;
}

.tranSbox2_left {
	width: 340px;
	height: 100%;
	padding-right: 15px;
	border-right: solid 1px #f5f5f5;
}

/* box2_left */

.tranSyxdiv {
	padding-top: 10px;
	border-top: solid 1px #f5f5f5;
	margin-top: 20px;
}

.tranSyxdiv .el-tag {
	font-size: 13px;
	margin: 10px 10px 0 0;
	max-width: 200px;
	display: flex;
	align-items: center;
}

.tranSyxdiv .el-tag i.slh {
	flex: 1;
	display: block;
}

.tranSyxdiv .el-tag__close {
	margin-top: 4px;
}

.tranSbox1_list .el-checkbox:first-child {
	margin-top: 0;
}

.tranSbox1_list .el-checkbox {
	display: block;
	margin-top: 10px;
}

.tranSel-tree {
	border-bottom: none;
}

.tranSzjview .el-checkbox-group .el-checkbox {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.tranSzjview .el-checkbox {
	width: calc(33.33% - 30px)
}

.tranSzjview .el-checkbox-group {
	display: flex;
	flex-wrap: wrap;
}

.tranSzjview .tranSbmname {
	width: 170px;
}

.ptpopdata {
	z-index: 4100 !important;
}

.ptwpcolorRed td {
	background-color: #ffc9c7 !important;
}

.ptwpcolorBlue td {
	background-color: #c2eafc !important;
}

.ptwpcolorYellow td {
	background-color: #ffeead !important;
}

.el-radio-button__orig-radio:checked+.el-radio-button__inner {
	background-color: #007bff !important;
	border-color: #007bff !important;
}

.el-radio__input.is-checked .el-radio__inner {
	border-color: #007bff !important;
	background: #007bff !important;
}

.el-radio__input.is-checked+.el-radio__label {
	color: #007bff !important;
}

.el-date-editor .el-range-separator {
	padding: 0 !important;
	width: 20px !important;
}

/* 上传断点 */
.ptnotice-hint {
	font-size: 14px;
	color: #999999;
	/* line-height:40px; */
	margin-top: 20px;
	display: block;
}

.file-i02_btn {
	width: 174px;
	color: #666;
	font-size: 14px;
}

.file-i02_btn span {
	cursor: pointer;
	padding-left: 15px;
}

.file-i02 {
	width: 400px;
}

/* 以上是断点样式 */

.file_btn img {
	width: 20px;
	height: 19px;
	margin-right: 10px;
}

.file_btn {
	width: 140px;
	height: 40px;
	border-radius: 8px;
	border: solid 1px #2470f8;
	background-color: #e9f0fe;
	font-size: 16px;
	color: #2470f8;
}

/* file_btn */

.notice-hint {
	font-size: 14px;
	color: #999999;
	/* line-height:40px; */
	margin-top: 20px;
	display: block;
}

/* file-list */
.file-list {
	width: 100%;
	height: auto;
}

.file-list li {
	width: 100%;
	height: auto;
	margin: 30px 0;
}

.file-list li:first-child {
	margin-top: 20px;
}

.file-list li:last-child {
	margin-bottom: 0;
}

.file-i01 {
	width: 400px;
	height: auto;
	margin-bottom: 10px;
}

.file-name,
.file-size,
.file-right {
	flex: 1;
}

.file-name img {
	width: 18px;
	height: 21px;
	display: block;
	margin-right: 10px;
}

.file-name span {
	font-size: 14px;
	color: #666;
	flex: 1;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.file-size {
	font-size: 14px;
	color: #999;
	text-align: center;
}

.file-right span {
	font-size: 16px;
	color: #666;
	padding-left: 20px;
}

.file-btn button {
	font-size: 14px;
	color: #2470f8;
	width: 96px;
	border-right: 1px solid #999;
	text-align: left;
}

.file-btn button:last-child {
	border-right: none;
	color: #666;
}

/* file */
.ptfile_imgDel {
	right: 0;
	top: 0;
}

.uploadStyle {
	width: 100%;
	height: 100%;
}

.uploadStyle>img {
	width: 100%;
	height: 100%;
	display: block;
}

.uploadStyle-plan {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 20px;
}

.ptfile_img {
	/* border-radius: 10px; */
	overflow: hidden;
	margin: 0 10px 10px 0;
}

.ptfile_img {
	width: 100px;
	height: 100px;
	margin: 20px 20px 0 0;
}

.ptfile_img .img_bai {
	border-radius: 4px;
}

.ptfile_imgDel {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	cursor: pointer;
}

.video_box.ptfile_img {
	width: 220px;
	height: 130px;
	background-color: transparent !important;
	border-radius: 4px;
}

.video_box.ptfile_img video {
	background-color: #000;
}

.video_box.ptfile_img video,
.video_box.ptfile_img .img_bai {
	border-radius: 4px;
}

/* 首页样式--- */

.homepagediv>img {
	width: 1920px;
	height: 1080px;
	position: absolute;
	left: -220px;
	top: 0;
	z-index: 0;
}

.homepagediv * {
	line-height: 1.2;
	margin-bottom: 0;
}

.homepagediv .kjrk {
	padding-top: 1rem;
	font-size: 0.9rem;
	color: #1a1a1a;
	font-weight: bold;
}

.homepagediv .kjrk_view {
	margin-left: -1rem;
	width: calc(100% + 1rem);
}

.homepagediv .kjrk_view li {
	width: calc(11% - 1rem);
	height: 4rem;
	background: url('../newimg/home/kj_bg.png') no-repeat left top;
	background-size: 100% 100%;
	margin: 1rem 0 0 1rem;
	padding: 0 .75rem 0 1.25rem;
	cursor: pointer;
}

.homepagediv .kjrk_view li:last-child {
	margin-right: 0
}

.homepagediv .kjrk_view li p {
	font-size: 0.9rem;
	color: #1a1a1a;
}

.homepagediv .kjrk_view li img {
	width: 2.2rem;
	height: 2.2rem;
}

.homepagediv .white_bg {
	background-color: #fff;
	border-radius: 0.7rem;
	padding: 1rem 1.5rem;
	margin-top: 1rem;
}

.homepagediv .white_bg .white_tit {
	font-size: 0.9rem;
	color: #1a1a1a;
	font-weight: bold;
}

.homepagediv .data_list {
	margin-left: -1.5rem;
	width: calc(100% + 3rem);
}

.homepagediv .data_list li {
	margin: 1rem 0 0 1.5rem;
	width: calc(16.6% - 1.8rem);
	height: 5rem;
	border-radius: 0.6rem;
	padding: 0 1rem;
	background: -webkit-linear-gradient(#fff3e1, #fff);
	background: -o-linear-gradient(#fff3e1, #fff);
	background: -moz-linear-gradient(#fff3e1, #fff);
	background: linear-gradient(#fff3e1, #fff);
}

.homepagediv .data_list li.b {
	background: -webkit-linear-gradient(#e9fddc, #fff);
	background: -o-linear-gradient(#e9fddc, #fff);
	background: -moz-linear-gradient(#e9fddc, #fff);
	background: linear-gradient(#e9fddc, #fff);
}

.homepagediv .data_list li.c {
	background: -webkit-linear-gradient(#d3faf0, #fff);
	background: -o-linear-gradient(#d3faf0, #fff);
	background: -moz-linear-gradient(#d3faf0, #fff);
	background: linear-gradient(#d3faf0, #fff);
}

.homepagediv .data_list li.d {
	background: -webkit-linear-gradient(#e9fddc, #fff);
	background: -o-linear-gradient(#e9fddc, #fff);
	background: -moz-linear-gradient(#e9fddc, #fff);
	background: linear-gradient(#e9fddc, #fff);
}

.homepagediv .data_list li.e {
	background: -webkit-linear-gradient(#ffebe4, #fff);
	background: -o-linear-gradient(#ffebe4, #fff);
	background: -moz-linear-gradient(#ffebe4, #fff);
	background: linear-gradient(#ffebe4, #fff);
}

.homepagediv .data_list li.f {
	background: -webkit-linear-gradient(#ffebe4, #fff);
	background: -o-linear-gradient(#ffebe4, #fff);
	background: -moz-linear-gradient(#ffebe4, #fff);
	background: linear-gradient(#ffebe4, #fff);
}

.homepagediv .data_list li.g {
background: -webkit-linear-gradient(#ceeeff, #fff);
	background: -o-linear-gradient(#ceeeff, #fff);
	background: -moz-linear-gradient(#ceeeff, #fff);
	background: linear-gradient(#ceeeff, #fff);
}


.homepagediv .data_list li.i {
background: -webkit-linear-gradient(#ceeeff, #fff);
	background: -o-linear-gradient(#ceeeff, #fff);
	background: -moz-linear-gradient(#ceeeff, #fff);
	background: linear-gradient(#ceeeff, #fff);
}
.homepagediv .data_list li.j {
	background: -webkit-linear-gradient(#dbdeff, #f1f1ff);
	background: -o-linear-gradient(#dbdeff, #f1f1ff);
	background: -moz-linear-gradient(#dbdeff, #f1f1ff);
	background: linear-gradient(#dbdeff, #f1f1ff);
}

.homepagediv .data_list li.k {
	background: -webkit-linear-gradient(#e2e4ff, #f1f1ff);
	background: -o-linear-gradient(#e2e4ff, #f1f1ff);
	background: -moz-linear-gradient(#e2e4ff, #f1f1ff);
	background: linear-gradient(#e2e4ff, #f1f1ff);
}

.homepagediv .data_list li>img {
	width: 2.8rem;
	height: 2.8rem;
}

.homepagediv .data_lihg {
	padding-left: 0.8rem;
	width: calc(100% - 2.8rem);
}


.homepagediv .data_lihg label {
	font-size: 0.8rem;
	color: #666666;
}

.homepagediv .data_lihg b {
	padding-top: 0.7rem;
	display: block;
	font-size: 1.2rem;
	color: #1a1a1a;
}

/* fw_left */
.homepagediv .fw_left {
	width: 29rem;
	height: 14.5rem;

}

.homepagediv .yz_right {
	width: calc(100% - 30rem);
	height: 14.5rem;
	margin-left: 1rem;
}

.homepagediv .yz_right li {
	margin-top: 0.5rem;
}

.homepagediv .yz_right li div {
	width: calc(100% - 7rem);
	padding-right: 20px;
}

.homepagediv .yz_right li p {
	font-size: 0.8rem;
	color: #1a1a1a;
	max-width: calc(100% - 7.5rem);
}

.homepagediv .yz_right li label {
	font-size: 0.7rem;
	color: #1e66f4;
	border: solid 1px #85a8ed;
	border-radius: 50px;
	padding: .15rem .35rem;
	margin-left: .3rem;
}

.homepagediv .yz_right li label.ls {
	color: #13a95d;
	border: solid 1px #71bd96;
}

.homepagediv .yz_right li span {
	font-size: 0.7rem;
	color: #999999;
}

.homepagediv .bx_box {
	width: 22.5rem;
	background-color: #fff;
	border-radius: 0.7rem;
	margin-right: 1rem;
	margin-top: 1rem;
}

.homepagediv .bx_box:nth-child(3) {
	width: calc(100% - 47rem);
	margin-right: 0;
}

.homepagediv .bx_box header {
	height: 2.5rem;
	border-bottom: solid 1px #f0f0f0;
	padding: 0 1.5rem;
}

.homepagediv .bx_box header b {
	font-size: 0.9rem;
	color: #1a1a1a;
	font-weight: bold;
}

.homepagediv .bx_box_label p {
	font-size: 0.7rem;
	color: #666666;
	margin-left: 1.5rem;
}

.homepagediv .bx_box_label p i {
	display: block;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 0.1rem;
	background-color: #e6eeff;
	margin-right: 0.5rem;
}

.homepagediv .bx_time p {
	width: 2.9rem;
	height: 1.9rem;
	background-color: #2b75f2;
	border-radius: 0.2rem;
	color: #fff;
	text-align: center;
	line-height: 1.9rem;
	font-size: 0.8rem;
	border: solid 1px #e6e6e6;
	margin-right: 0.5rem;
}

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


	.homepagediv .bx_box {
		width: calc(50% - .5rem);
	}

	.homepagediv .bx_box:nth-child(2) {
		margin-right: 0;
	}

	.homepagediv .bx_box:nth-child(3) {
		width: 100%;
	}
}

.homepagediv .bx_left {
	width: 40%;
	padding-top: 4rem;
	flex-direction: column;
}

.homepagediv .el-input__inner {
	height: 2rem !important;
	font-size: .75rem;
}

.homepagediv .bx_left p:first-child {
	padding-top: 0;
}

.homepagediv .bx_left p {
	display: flex;
	padding-top: 0.6rem;
}

.homepagediv .bx_left p span {
	width: calc(100% - 3.5rem);
	text-align: right;
	font-size: .8rem;
	color: #666666;
	display: block;
}

.homepagediv .bx_left p b {
	font-size: 0.9rem;
	color: #1a1a1a;
	width: 3.5rem;
	text-align: left;
}

.homepagediv .bx_right {
	width: 60%;
	height: 100%;
}

/* 首页样式end---*/


.bannerXaa {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	width: 20px;
	height: 20px;
	cursor: pointer;
}


.el-time-panel__footer {
	display: flex;
	justify-content: space-between;
}

.el-radio {
	display: inline-flex;
	align-items: center;
}

.el-radio__input {
	padding-top: 1px;
}

.homediva .el-progress-circle__track {
	stroke-linecap: round;
}

.ptzs {
	color: #2470f8;
}

/* file-list */
.file-list {
	width: 50%;
	height: auto;
}

.file-list li {
	width: 100%;
	height: auto;
	margin: 10px 0;
}

.file-list li:last-child {
	margin-bottom: 0;
}

.file-i01 {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	padding-right: 5px;
}

.file-size,
.file-right {
	width: calc(100% / 3);
}

.file-name {
	flex: 1
}

.file-name img {
	width: 18px;
	height: 22px;
	display: block;
	margin-right: 10px;
}

.file-name span {
	font-size: 14px;
	color: #999;
	width: calc(100% - 30px);
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.file-size {
	font-size: 14px;
	color: #999;
	text-align: center;
}

.file-right span {
	font-size: 16px;
	color: #666;
	padding-left: 20px;
}

.file-btn button {
	font-size: 14px;
	color: #2470f8;
	width: 50px;
	border-right: 1px solid #999;
}

.file-btn button:last-child {
	border-right: none;
	color: #666;
}

.box3-txt h4 {
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 18px;
	padding-bottom: 30px;
}

.box3-txt p {
	text-align: center;
	color: #999;
	font-size: 14px;
}

.box3 {
	width: 660px;
	margin: 0 auto;
}

/* box3 */
.fen_box .ptform_input {
	width: 120px;
}

.fen_box .ptForm {
	margin-top: 0;
}

.box2_tis p i {
	color: #ff0000;
}

.box2_tis p {
	color: #333;
	margin-right: 50px;
}

.box2_tis p span {
	color: #999;
}

/* box2_tis */
.box1_yc p {
	color: #666666;
	padding-top: 10px;
}

.box1_yc b {
	font-size: 14px;
	color: #666666;
	display: block;
	margin-bottom: 5px;
}

.ptdivLine {
	height: 20px
}

.box1_yc {
	margin-top: 15px;
	border-radius: 4px;
	border: dashed 1px #eceeef;
	padding: 20px;
	height: 280px;
	background-color: #f7f8f9;
}

.box1_you b span {
	font-weight: normal;
	color: #333333;
}

.box1_you b:last-child {
	color: #ff2a2a;
	padding-top: 10px;
}

.box1_you b {
	font-size: 14px;
	color: #33ac72;
	display: block;
}

.box1_you {
	flex: 1;
	padding-left: 28px;
}

.box1_icon_left img {
	width: 42px;
	height: 42px;
}

.box1_icon_left {
	width: 100px;
	height: 100%;
	background-color: #f7f8f9;
	border-radius: 4px;
	border-right: solid 1px #eceeef;
}

.box1_icon {
	height: 100px;
	border-radius: 4px;
	border: solid 1px #eceeef;
}

/* box1_icon */
/* preview-box */
.preview-box {
	width: 100%;
	/* height: 400px; */
	overflow: hidden;
	box-sizing: border-box;
}

.prew-tis {
	/* width: 87%; */
	height: auto;
	background: #f7f8f9;
	border-radius: 4px;
	border: 1px dashed #d9d9d9;
	padding: 10px 20px;
	margin-bottom: 15px;
}

.pTis-txt {
	width: 100%;
	font-size: 14px;
	color: #999;
	padding: 5px 0;
}

.pTis-txt span {
	font-size: 20px;
	font-weight: bold;
	color: #666;
	padding-right: 5px;
}

.box1_fg {
	/* width: 78%; */
	background-color: #f7f8f9;
	border-radius: 4px;
	border: 1px dashed #d9d9d9;
	padding: 28px 56px;
}

.box1_fg p {
	font-size: 14px;
	color: #808080;
	text-align: center;
}

.box1_fg b {
	font-size: 18px;
	color: #666666;
	text-align: center;
	display: block;
	padding-bottom: 14px;
}

.box1_fg>img {
	width: 88px;
	height: 60px;
	margin: 0 auto 20px auto;
}

.drhead_li.on::after {
	content: '';
	width: 290px;
	height: 1px;
	background-color: #2470f8;
	position: absolute;
	left: -113px;
	-webkit-transform: translateX(-50%);
	/* transform: translateX(-50%); */
	top: 9px;
	margin-top: 0;
	z-index: 0;
}

.drhead_li:first-child.on::after {
	width: 0;
}

.drhead_li span {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #666666;
	padding-top: 10px;
}

.drhead_li i {
	width: 18px;
	height: 18px;
	display: block;
	margin: 0 auto;
	background: url('../newimg/rqw.png') no-repeat left top;
	background-size: 100% 100%;
	position: relative;
	z-index: 1;
}

.drhead_li {
	position: relative;
	z-index: 1;
}

.drhead_li.on i {
	background: url('../newimg/rq.png') no-repeat left top;
	background-size: 100% 100%;
}

.drhead_li.on span {
	color: #2470f8;
	font-weight: bold;
}

.drhead_box::after {
	content: '';
	width: 90%;
	height: 1px;
	background-color: #f7f8f9;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 9px;
	margin-top: 0;
	z-index: 0;
}

.drhead_box {
	width: 640px;
	position: relative;
	margin: 30px auto 0 auto;
}

.tagDiv span {
	margin: 10px 10px 0 0;
}

.ptformyou_tis {
	font-size: 15px;
	color: #666;
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 0;
	height: 38px;
	line-height: 38px;
}

.ptxxnr .note-form-label {
	width: 80px;
	font-size: 15px;
	color: #333;
	text-align: right;
	position: relative;
	padding-right: 5px;
}



.ptxxnr .note-form-label::after {
	content: ':';
	font-size: 15px;
	color: #333;
	position: absolute;
	right: 0;
	top: 38%;
	transform: translateY(-50%);
	z-index: 1;
}

.ptxxnr .form-group input {
	flex: none;
	margin-left: 10px;
	width: calc(100% - 90px);
}

.ptxxnr .form-group:last-child .note-form-label {
	line-height: 40px;
}

.ptxxnr .form-group:last-child .note-form-label:after {
	top: 47%;
}

.dialogClass .el-dialog__header {
	display: none;
}

.dialogClass .el-dialog__body {
	padding: 0;
}

.el-dialog__wrapper {
	z-index: 3000 !important;
}

.dialogClass {
	margin-top: 29px !important;
}

.ptradio_fg {
	display: flex;
	align-items: center;
	width: 70px;
	margin-top: 10px;
}

.ptradio_fg input {
	width: 16px !important;
	height: 16px !important;
	margin-right: 6px;
	cursor: pointer;
}

.form-control::-webkit-input-placeholder {
	/* line-height: 36px; */
	color: #999
}

.form-control:-moz-placeholder {
	/* line-height: 36px; */
	color: #999
}

.form-control:-ms-input-placeholder {
	/* line-height: 36px; */
	color: #999
}

textarea.form-control {
	padding-top: 6px;
}

.touSuJianYiTree .el-tree>.el-tree-node>.el-tree-node__content>.el-tree-node__label::before {
	content: '';
	width: 18px;
	height: 18px;
	background: url('../newimg/ld.png') no-repeat left top;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 1px;
	z-index: 1;
}

.touSuJianYiTree .el-tree-node__children .el-tree-node__label::before {
	content: '';
	width: 18px;
	height: 18px;
	background: url('../newimg/fw.png') no-repeat left top;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 1px;
	z-index: 1;
}

.touSuJianYiTree .el-tree-node__label {
	padding-left: 28px;
	position: relative
}

/* 001 */
.pic_dd.sp {
	height: 200px;
}

.pic_li {
	width: calc(20% - 12px);
	margin-top: 15px;
	margin-right: 15px;
}

.pic_li:nth-child(5n+5) {
	margin-right: 0
}

.pic_li p {
	margin-top: 10px;
	font-size: 14px;
	color: #1a1a1a;
}

.pic_li input {
	margin-top: 10px;
	font-size: 14px;
	color: #1a1a1a;
	height: 20px !important;
}

.pic_checked {
	position: absolute;
	right: 10px;
	top: 0px;
	z-index: 1;
	/* zoom: 1.5; */
}

.pic_dd {
	width: 100%;
	height: 246px;
	border-radius: 4px;
	overflow: hidden;
}

.list_box {

	height: calc(100% - 223px);
}


.ptform_card p {
	font-size: 14px;
	color: #666;
	padding-top: 10px;
}

.head b {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	padding-right: 12px;
}

.viewDiv {
	height: 100%;
	position: relative;
}

.enterCommunityDetailsPicCeModel_li {
	width: calc(25% - 10px);
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
}

.enterCommunityDetailsPicCeModel_li img {
	height: 150px;
	border: solid 1px #f5f5f5;
	border-radius: 6px;
	width: 100%;
	object-fit: cover;
}

.enterCommunityDetailsPicCeModel_li p {
	font-size: 14px;
	color: #1a1a1a;
	padding-top: 12px;
	text-align: center;
}

.enterCommunityDetailsPicCeModel_lidiv {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 2;
}

.simplifyAcceptanceaa .form-group {
	margin-bottom: 0;
}

.ownerRepairManage .table tbody td {
	line-height: 50px !important;
	padding: 0 6px !important;
}

.xjsb .select2-selection__rendered,
.xjsb .select2-selection__placeholder {
	font-size: 15px !important;
	height: 38px;
	display: block;
	line-height: 36px;
}

.roomStructure_head {
	height: 48px;
	padding: 0 24px;
	border-bottom: solid 1px #e5e5e5;
}

.roomStructure_head p {
	font-size: 15px;
	color: #1a1a1a;
	margin-right: 48px;
}

.roomStructure_head p i {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 2px;
	margin-right: 6px;
	background-color: #bcbcbc;
}

.oaAddWorkFwb .note-form-label {
	width: 95px;
	text-align: right;
	padding-right: 10px;
	position: relative;
	font-size: 15px;
	color: #1a1a1a
}

.oaAddWorkFwb .note-form-label::after {
	content: ':';
	font-size: 15px;
	color: #1a1a1a;
	position: absolute;
	right: 5px;
	top: 47%;
	transform: translateY(-50%);
	z-index: 1;
}

.oaAddWorkFwb .form-control-file,
.oaAddWorkFwb .form-control {
	width: calc(100% - 95px);
	flex: none;
}

.oaAddWorkFwb .form-group:first-child .note-form-label {
	line-height: 26px;
}

.oaAddWorkFwb .form-group:nth-child(2) .note-form-label {
	line-height: 40px;
}

.isTransferGoodsStepDoneeModal {
	height: 0px;
	width: 0;
	overflow: hidden;
}

.el-table__fixed,
.el-table__fixed-right {
	box-shadow: none !important;
}

.el-table td.el-table__cell,
.el-table th.el-table__cell.is-leaf {
	border-bottom: none !important;
}

.modal-header {
	border-bottom-color: #ffffff;
	background-color: #ffffff;
	padding: .75rem 1rem;
}

.modal-header .modal-title {
	line-height: 1;
	color: #333;
	font-size: 16px
}

.modal-dialog .modal-body>span {
	font-size: 16px;
	color: #333;
}

.ptZdyHeadSelectClass .popper__arrow::after {
	margin-left: 126px !important;
}

.addOwner .select2-selection__rendered,
.addOwner .select2-selection__placeholder{
	font-size: 15px !important
}

/* /property_viewMainFee */

.modal.show .property_viewData label,
.property_viewMainFee .form-group>label {
	width: 110px;
	color: #666;
	font-size: 15px;
	padding: 0;
	text-align: right;
	margin-bottom: 0;
}


.property_viewData .div,
.property_viewMainFee .form-group .div {
	color: #333;
	font-size: 15px;
	width: calc(100% - 110px);
	line-height: 1.5;
	text-align: left;
	position: relative
}

.property_viewData .div{
	padding-left: 10px;
}

.property_viewMainFee .form-group {
	display: flex;
	width: 410px;
}

.property_viewData .form-group {
	display: flex;
	width: 338px;
}

.owner_ownerDetail_form .form-group label {
	margin-bottom: 0;
	width: 90px;
	text-align: right;
	font-size: 15px;
}

.owner_ownerDetail_form .form-group .div {
	width: calc(100% - 90px);
	font-size: 15px;
}

/* property_simplifyRoomFee_btn */

.property_simplifyRoomFee_btn p {
	text-align: center;
	padding-top: 15px;
}

.dropdown-menu.show.property_simplifyRoomFee_btn p:first-child {
	padding-top: 5px;
}

.dropdown-menu.show.property_simplifyRoomFee_btn p a {
	width: 100%;
	text-align: center;
}

/* property_hireParkingSpace */

.property_hireParkingSpace label {
	line-height: 38px;
}

.inputdw {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	zoom: .8;
	display: flex;
	align-items: center;
}

.property_viewMainFee.batchPayConfirm .form-group>label {
	padding-right: 10px;
	width: 110px;
}

.property_viewMainFee .form-group>label::after {
	content: '';
}


.owner_ownerDetail .col-sm-10,
.owner_ownerDetail .col-sm-9 {
	padding-left: 0;
}

/* property_simplifyAcceptance */

.property_simplifyAcceptance_head img {
	object-fit: cover;
}

.property_simplifyAcceptance_form .form-group {
	width: 300px;
	display: flex;
	align-items: center;
}

.property_simplifyAcceptance_form .form-group .div {
	width: calc(100% - 140px);
	font-size: 15px;
	color: #333;
}



/* admin_addContract_form */

.admin_addContract_form .form-group {
	width: 548px;
	display: flex;
}


.admin_addContract_form  .form-group .new_label {
	width: 160px;
	text-align: right;
	font-size: 15px;
	color: #333;
	line-height: 38px;
	margin-bottom: 0;
}


.admin_addContract_form .form-group .div{
	width: calc( 100% - 160px );
	position: relative;
}

.property_addOwnerRoomBinding .form-group .new_label{
	color: #666;
	width: 160px;
	text-align: right;
	font-size: 15px;
	margin-bottom: 0;
}

.property_addOwnerRoomBinding .div{
	width: calc( 100% - 160px );
	font-size: 15px;
	color: #333;
}
/* 01 */

.property_roomStructure {
	width: 290px;
	height: 160px;
	border-radius:10px;
	padding: 20px;
	position: relative;
	margin: 20px 20px 10px 0;
	overflow: hidden;
}


.property_roomStructure h6 {
	color: #333;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 4px;
	line-height: 1;
	margin-bottom: 10px;
}

.property_roomStructure p {
	font-size: 14px;
	color: #333;
	padding-top:4px;
	line-height: 1.2;
	margin-bottom: 0;
}

.property_roomStructure >div.flex div{
	width: 80px;
	height: 26px;
	border-radius: 50px;
	margin-top: 12px;
	margin-right: 12px;
	color: #fff;
}


.property_roomStructure >div.flex  p{
	margin-top: 0;
	padding-top: 12px;
}

.property_roomStructure >div.flex i{
	display: block;
	width: 6px;
	height: 6px;
	background-color: #fff;
	border-radius: 50px;
	margin-right: 10px;
}

.property_roomStructure.red::after{
	background-color: #ff2928;
}
.property_roomStructure.red p{
	color:#e5383a
}
.property_roomStructure.red h6{
	color: #ff2a1c;
}

.property_roomStructure.ls::after{
	background-color: #1AB394;
}
.property_roomStructure.ls p{
	color:#1AB394
}
.property_roomStructure.ls h6{
	color: #1AB394;
}

.property_roomStructure.yi::after{
	background-color: #1296db;
}
.property_roomStructure.yi p{
	color:#1296db
}
.property_roomStructure.yi h6{
	color: #1296db;
}

.property_roomStructure.san::after{
	background-color: #2f94fe;
}
.property_roomStructure.san p{
	color:#2f94fe
}
.property_roomStructure.san h6{
	color: #2f94fe;
}


.property_roomStructure.wu::after{
	background-color: #085DC9;
}
.property_roomStructure.wu p{
	color:#085DC9
}
.property_roomStructure.wu h6{
	color: #085DC9;
}


.property_roomStructure.si::after{
	background-color: #9DBFEA;
}
.property_roomStructure.si p{
	color:#9DBFEA
}
.property_roomStructure.si h6{
	color: #9DBFEA;
}

.property_roomStructure.liu::after{
	background-color: #365A87;
}
.property_roomStructure.liu p{
	color:#365A87
}
.property_roomStructure.liu h6{
	color: #365A87;
}

.property_roomStructure.qi::after{
	background-color: #1053A8;
}
.property_roomStructure.qi p{
	color:#1053A8
}
.property_roomStructure.qi h6{
	color: #1053A8;
}

.property_roomStructure.ba::after{
	background-color: #4E79AF;
}
.property_roomStructure.ba p{
	color:#4E79AF
}
.property_roomStructure.ba h6{
	color: #4E79AF;
}

.property_roomStructure.jiu::after{
	background-color: #5B81B1;
}
.property_roomStructure.jiu p{
	color:#5B81B1
}
.property_roomStructure.jiu h6{
	color: #5B81B1;
}

/* ptform_groupKuan */
.ptform_groupKuan{
	margin-top: -15px;
}
.ptform_groupKuan .form-group{
	width: 240px; margin-bottom: 0px;
	margin-right: 20px;
	margin-top: 15px;
}

.ptform_groupKuan .flex{
	margin-top: 15px;
}

/* property_roomCreateFee_mbpop */

.property_roomCreateFee_mbpop label{
	width: 115px;
	cursor: pointer;
	font-size: 15px;
}

.property_roomCreateFee_mbpop label input{
	margin: 0;
	 width: 18px;
	 margin-right: 6px;
}

.property_roomCreateFee_mbpop label span{
	color: #333;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "浏览";
}

.property_roomCreateFee_mbpop.a label{
	    width: 200px;
	    display: flex;
	    align-items: center;
}

/* dev_menuGroupManage_form */

.dev_menuGroupManage_form .form-group{
	width: 219px; margin-bottom: 0px; margin-right: 20px;
	margin-top: 15px;
}

.dev_menuGroupManage_tableKuan .ibox-title{
	padding-left: 0;
	padding-right: 0;
}

.oweFeeCallable_h .tree-div{
	    min-height: 85vh !important;
}
.property_feeSummary_btn button{
	border: none !important;
}

/* oa工作办理 */

.property_newOaWorkflowDoing .li{
	width: 240px;
	height: 80px;
	margin: 0 20px 20px 0;
	border-radius: 4px;
	border: solid 2px #f5f5f5;
	padding: 10px 20px 0 20px;
	box-sizing: border-box;
}

.property_newOaWorkflowDoing .li_hg span{
	font-size: 16px;
	color: #1a1a1a;
}

.property_newOaWorkflowDoing .li_hg label{
	font-weight: bold;
	font-size: 24px;
	color: #1e66f4;
	margin-bottom: 0;
}

.property_newOaWorkflowDoing .li_hg label.red{
	color: #ff0000;
}

.property_newOaWorkflowDoing .li_hg label i{
	padding-left: 10px;
}

.property_newOaWorkflowDoing .li_jdt{
	width: 100%;
	height: 2px;
	background-color: #e8effe;
	overflow: hidden;
	margin-top: 10px;
}
 

.property_newOaWorkflowDoing.aa .li{
    background-color: #f7f7f7;
    padding-top: 0;
    display: flex;
    align-items: center;
}

.property_newOaWorkflowDoing.aa .li_hg{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.property_newOaWorkflowDoing.aa .li_hg label i{
	color: #999999;
}

.property_newOaWorkflowDoing.aa .li:hover{
	background-color: #e8effe;
}

.property_newOaWorkflowDoing.aa .li:hover .li_hg label i,
.property_newOaWorkflowDoing.aa .li:hover .li_hg span{
	color: #1e66f4;
}

/* property_staffAttendanceManage */
.property_staffAttendanceManage{
	margin-top: 10px;
	width: 100%;
}

.property_staffAttendanceManage .li{
	width: 211px;
	padding: 15px;
	background-color: #f5f5f5;
	position: relative;
	border-radius: 10px;
	margin: 0 20px 20px 0;
}

.property_staffAttendanceManage .li:nth-child(6n+6){
	border-right: none;
}

.property_staffAttendanceManage .li > p{
  font-size: 18px;
  color: #333;
  text-align: center;
  display: block;
}

.property_staffAttendanceManage .li > a{
		font-size: 14px;
		display: block;
		text-align: center;
		color: #1e66f4;
		padding-top: 10px;
}

.property_staffAttendanceManage .li .text{
	font-size: 16px;
	text-align: center;
	color: #7e7e7e;
	padding-top:5px;
}

.property_staffAttendanceManage .li .strip{
  font-size: 24px;
  color: #333;
  display: block;
}

/* fee_invoiceApplyDetail */

.fee_invoiceApplyDetail .form-group{
	width: 520px !important;
}

.fee_invoiceApplyDetail .new_label{
	line-height: normal !important;
	color: #666 !important;
}

.fee_invoiceApplyDetail .div{
	color: #333;
	    font-size: 15px;
}

/* property_liucheng */

.property_liucheng{
	font-size: 16px; color: #1a1a1a;padding-left: 12px;
	width: 240px; height: 80px;margin: 20px 20px 0 0; border-radius: 4px; border: solid 2px #f5f5f5; padding:  0 20px;
}

.property_liucheng span{
	padding:0 12px;
	text-align: left;
	width: calc( 100% - 66px );
}

.property_liucheng:hover{
	background-color: #edf2fe;
	color: #1053A8;
}

.property_payFeeOrder .div{
	font-size:15px
}

.property_staffAttendanceManage .li{
	background-color: #f5f5f5;
}

.contractChangeDetailFixed .dialogClass .aa-body{
	position: fixed;
	    left: 50%;
	    top: 63%;
	    z-index: 10;
	    transform: translate(-50%, -50%);
	    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	    box-sizing: border-box;
		    background-color: #fff;
}

.dingwei{
	z-index: 999999 !important;
}

.zxsj .el-input__inner{
	    border: 1px solid #e4e9f3 !important;
	    border-radius: 6px !important;
	    font-size: 15px !important;
	    padding: 0 10px !important;
	    height: 40px !important;
	    box-shadow: none !important;
}

.zxsj .el-input__icon{
	display:none !important
}

.el-input__inner::-webkit-input-placeholder {
	color: #999999  !important
}

.el-input__inner:-moz-placeholder {
	color: #999999  !important
}

.el-input__inner:-ms-input-placeholder {
	color: #999999  !important
}

.bannerRadio .el-radio{ 
	display: flex;align-items: center;
}

.el-image-viewer__wrapper{
	z-index: 3000 !important
}

.htbgzqpop .dialogClass .aa-body{
	    top: 47% !important;
}

.staffAttendanceManageTime .el-input__inner{
	text-align: center;
	padding: 0 !important;
}
.orgPostTree .el-tree-node__label {
	width: calc( 100% - 24px );
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
}

.el-tree-node__content .el-checkbox{
	margin-bottom: 0;
}

.el-pagination__jump .el-input__inner{
	height: 34px !important;
}

.el-pagination.is-background  .el-pagination__total{
	line-height: 34px !important;
}

.el-select-dropdown.el-popper{
	z-index: 3000 !important;
}

/* 文本域变富文本 */

.textareaGaiFwb .note-toolbar{
	display: none;
}

.textareaGaiFwb .note-editable{
	  height: 150px !important;
}

.textareaGaiFwb .note-resizebar{
	display: none;
}

.textareaGaiFwb .note-editor.note-frame{
    border-color: #e4e9f3;
    border-bottom: none;
	border-radius: 6px;
}

.textareaGaiFwb{
	height: 152px;
	overflow: hidden;
}

tfoot{
	display: none;
}.editEquipmentAccount{}

.editEquipmentAccount .new_label{
	width: 200px !important;
}

.editEquipmentAccount .div{
	width: calc( 100% - 200px ) !important;
}

.homeHide{
	height:0 !important;
	overflow: hidden;
}.homeShow{
	height:14.5rem;
}