body {
    background-color: rgba(242, 242, 242, 1);
}

h1 {
    color: black;
}

.v-table-header-row{
	background-color: #202753;
	color: #fff;
}

.wrapper-header {
    text-align: center;
    background: rgba(57, 172, 106, 1);
}

.wrapper-header-nav {
    width: 95%;
    margin: 0 auto;
}

.ivu-menu-primary {
    background: rgba(57, 172, 106, 1);
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.ivu-radio-checked .ivu-radio-inner {
    border-color: rgba(57, 172, 106, 1);
}

.ivu-radio-inner:after {
    background-color: rgba(57, 172, 106, 1);
}

.ivu-menu-primary.ivu-menu-horizontal .ivu-menu-item-active, .ivu-menu-primary.ivu-menu-horizontal .ivu-menu-item:hover, .ivu-menu-primary.ivu-menu-horizontal .ivu-menu-submenu-active, .ivu-menu-primary.ivu-menu-horizontal .ivu-menu-submenu:hover {
    background: rgb(6, 144, 49);
}

.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-selected, .ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-selected:hover {
    background: rgb(6, 144, 49);
    color: white;
}

.layout-footer-center {
    text-align: center;
}

.wrapper {
    min-width: 980px;
    visibility: hidden;
}

.page-container {
    margin: 0px auto 0 auto;
    position: absolute;
    width: 100%;

}

a {
    font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #333333;
}

a:hover {
    color: rgb(6, 144, 49);
}

.ivu-input::-webkit-input-placeholder {
    color: rgb(153, 153, 153);;
}

.ivu-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgb(153, 153, 153);
}

.ivu-input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgb(153, 153, 153);
}

.ivu-input::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(153, 153, 153);
}


.ivu-select-visible .ivu-select-selection {
    border-color: rgba(57, 172, 106, 1);
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(57, 172, 106, .2);
    box-shadow: 0 0 0 2px rgba(57, 172, 106, .2);
}

.ivu-select-selection-focused, .ivu-select-selection:hover {
    border-color: rgba(57, 172, 106, 1);
}

.ivu-select-item-selected, .ivu-select-item-selected:hover {
    color: rgba(57, 172, 106, 1);
}

.ivu-select-multiple .ivu-select-item-selected {
    color: rgba(57, 172, 106, .9);
    background: #fff;
}

.ivu-select-multiple .ivu-select-item-selected:after {
    color: rgba(57, 172, 106, .9);
}

.ivu-checkbox-checked .ivu-checkbox-inner {
    border-color: rgba(57, 172, 106, 1);
    background-color: rgba(57, 172, 106, 1);
}


.ivu-menu-submenu-title > i {
    margin-right: 0px;
    visibility: hidden;
    width: 0px;
}


.wrapper-content {
    background-color: white;
    margin-top: 10px;
    height: 500px;
}

.input-submit {
    background: rgba(57, 172, 106, 1);
    color: white;
    border: 0px solid #000000;
    font-size: 16px;
    padding-left: 6px;
    outline-style: none;
}

.ivu-page-item-active a, .ivu-page-item-active:hover a {
    color: rgba(57, 172, 106, 1);
}

.ivu-page-item:hover {
    border-color: rgba(57, 172, 106, 1);
}

.ivu-page-item-active {
    border-color: rgba(57, 172, 106, 1);
}

.ivu-page-next:hover, .ivu-page-prev:hover {
    border-color: rgba(57, 172, 106, 1);
}

.ivu-page-next:hover, .ivu-page-prev:hover {
    color: rgba(57, 172, 106, 1);
}

.ivu-page-item:hover a {
    color: rgba(57, 172, 106, 1);
}

.ivu-page-next:hover a, .ivu-page-prev:hover a {
    color: rgba(57, 172, 106, 1);
}

.ivu-cell-selected, .ivu-cell-selected:hover {
    color: white;
}

.ivu-cell-selected, .ivu-cell.ivu-cell-selected:hover {
    background: rgba(57, 172, 106, 1);
}

.ivu-btn:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(45, 240, 95, .2);
    box-shadow: 0 0 0 2px rgba(45, 240, 95, .2);
}

.ivu-btn.active, .ivu-btn:active {
    color: #39AC6A;
    background-color: #fff;
    border-color: #39AC6A;
}

.ivu-btn:hover {
    color: #39AC6A;
    background-color: #fff;
    border-color: #39AC6A;
}

.btn {
    background: rgba(57, 172, 106, 1);
    color: white;
    width: 100px;
}

.btn:hover {
    color: white;
    background-color: rgb(6, 144, 49);
    border-color: rgb(6, 144, 49);

}

.ivu-btn-primary {
    background: rgba(57, 172, 106, 1);
    color: white;
    border-color: rgba(57, 172, 106, 1);
}

.ivu-btn-primary:hover {
    color: white;
    background-color: rgb(6, 144, 49);
    border-color: rgb(6, 144, 49);
}

.main-title {
    margin-top: 5px;
    margin-left: 15px;
}

.ivu-input-search {
    background: rgba(57, 172, 106, 1) !important;;
    color: white;
    border-color: rgba(57, 172, 106, 1) !important;;
}

.ivu-input-search:active {
    color: white;
    background-color: rgb(6, 144, 49) !important;;
    border-color: rgb(6, 144, 49) !important;;
}

.ivu-input-search:hover {
    color: white;
    background: rgb(6, 144, 49) !important;;
    border-color: rgb(6, 144, 49) !important;;
}

.ivu-input:focus {
    border: 1px solid rgba(57, 172, 106, 1);
}

.ivu-input:hover {
    border-color: rgba(57, 172, 106, 1);
}

.ivu-input-with-search:hover {
    border-color: rgba(57, 172, 106, 1);
}

.ivu-input-with-search:hover .ivu-input {
    border-color: rgba(57, 172, 106, 1);
}

.ivu-cascader-menu .ivu-cascader-menu-item-active {
    background-color: #f3f3f3;
    color: rgba(57, 172, 106, 1);
}

.ivu-btn-dashed:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(45, 240, 95, .2);
    box-shadow: 0 0 0 2px rgba(45, 240, 95, .2);
}

.ivu-btn-dashed.active, .ivu-btn-dashed:active {
    color: rgba(57, 172, 106, 1);
    background-color: #fff;
    border-color: rgba(57, 172, 106, 1);
}

.ivu-btn-dashed:hover {
    color: #39AC6A;
    background-color: #fff;
    border-color: #39AC6A;
}

.ivu-upload-drag:hover {
    border: 1px dashed #39AC6A;
}

.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-tab-active {
    color: #39AC6A;
}

.ivu-tabs-ink-bar {
    background-color: #39AC6A;
}

.ivu-tabs-nav-container:focus {
    border-top-color: #39AC6A;
}

.ivu-tabs-nav-container:focus .ivu-tabs-tab-focused {
    border-color: #39AC6A !important;
}

.ivu-tabs-nav .ivu-tabs-tab:hover {
    color: #39AC6A;
}

.ivu-date-picker-cells-cell-today em:after {
    background: #39AC6A;
}

.ivu-date-picker-cells-cell-selected em, .ivu-date-picker-cells-cell-selected:hover em {
    background: #39AC6A;
}

.ivu-date-picker-cells-focused em {
    -webkit-box-shadow: 0 0 0 1px #39AC6A inset;
    box-shadow: 0 0 0 1px #39AC6A inset;
}

.ivu-date-picker-focused input {
    border-color: #39AC6A;
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(45, 240, 95, .2);
    box-shadow: 0 0 0 2px rgba(45, 240, 95, .2);
}

.ivu-table-filter i.on {
    color: #39AC6A;
}

.ivu-table-filter-list .ivu-table-filter-select-item-selected, .ivu-table-filter-list .ivu-table-filter-select-item-selected:hover {
    color: #39AC6A;
}

.ivu-modal-confirm-head-icon-info {
    color: #39AC6A;
}

.upload-list {
    display: inline-block;
    width: 85px;
    height: 85px;
    text-align: center;
    line-height: 30px;
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    position: relative;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    margin-right: 4px;
}

.upload-list img {
    width: 100%;
    height: 100%;
}

.upload-list-cover {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
}

.upload-list:hover .upload-list-cover {
    display: block;
}

.upload-list-cover i {
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    margin: 9px 6px;
}

.add-image {
    width: 83px;
    height: 83px;
    line-height: 83px;
}

.upload-image {
    display: inline-block;
    width: 83px;
    height: 83px;
    text-align: center;
    line-height: 30px;
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    position: relative;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    margin-right: 4px;
}

.ivu-btn-error.active, .ivu-btn-error:active {
    color: #f2f2f2;
    background-color: #e13d13;
    border-color: #e13d13;
}

.ivu-btn-error:hover {
    color: #fff;
    background-color: #f16643;
    border-color: #f16643;
}

.ivu-table .table-error-row td {
    color: #fff;
    background-color: #f16643;
}

.page-left-contet-main {
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
}

.under-line {
    text-decoration: underline;
}


.ivu-menu-item-group-title {
    text-align: left;
}

/*搜索条件表单*/
.form-search {

}

/*整体框架*/
.wrapper-main {
    height: 100%;
    margin: 0 auto;
    width: 1200px;
    background-color: #ffffff;
}

.fLeft {
    float: left;
}

.fRight {
    float: right;
}

input[readonly].ivu-input {
    color: rgba(0, 0, 0, 0.25);
    background-color: #f5f5f5;
    opacity: 1;
}

.ivu-menu-drop-list{
	max-height: 450px;
}


.el-select-dropdown__item.selected {
    color: rgba(57, 172, 106, 1);
}

.el-select .el-input.is-focus .el-input__inner {
    border-color: rgba(57, 172, 106, 1);
}

.el-select .el-input__inner:focus {
    border-color: rgba(57, 172, 106, 1);
}
.ivu-form .ivu-form-item-label{
    font-size: 12px;
}
.ivu-form-item-content{
    font-size: 12px;
}
.ivu-btn-small {
    font-size: 12px;
}
.ivu-table td.table-text{
    text-align: left;
}
.el-input__inner:hover {
    border-color: rgba(57, 172, 106, 1);
}
.ivu-input-number:hover {
    border-color: rgba(57, 172, 106, 1);
}
.ivu-input-number:focus {
    border-color: rgba(57, 172, 106, 1);
}
.ivu-input-number-focused {
    border-color: rgba(57, 172, 106, 1);
}
.ivu-badge-dot {
    top: 5px;
    right: 7px;
}
.ivu-badge {
    display: block;
}
.table-cell-img{
    justify-content: center;
    vertical-align: middle;
    width: 18px;
    height: 18px;
}
.ivu-input-number {
    width: 100%;
}
.logo-bottom-text{
	color: #32A25F;
	font-size: 22px;
	line-height:45px;
	font-weight: 600;
}
.beian-text{
	color: #666;
	font-size: 18px;
	
}
[class*=" el-icon-"], [class^=el-icon-] {
    color: #f5f5f5;
}
body{
    overflow: scroll !important;
}

.ivu-menu-horizontal {
    height: 40px;
    line-height: 40px;
}

.ivu-search-label{
    text-align: center;
    vertical-align: middle;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.ivu-select-small.ivu-select-multiple .ivu-select-selection {
     white-space: nowrap;
     overflow:hidden;
     text-overflow:ellipsis;
 }

.ivu-select-small .ivu-select-input, .ivu-select-small.ivu-select-multiple .ivu-select-input {
    overflow:hidden;
    text-overflow:ellipsis;
}

.ivu-select.ivu-select-multiple .ivu-select-selection {
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.ivu-select .ivu-select-input, .ivu-select-small.ivu-select-multiple .ivu-select-input {
    overflow:hidden;
    text-overflow:ellipsis;
}

.el-cascader .el-input .el-input__inner:focus, .el-cascader .el-input.is-focus .el-input__inner {
    border-color: rgba(57, 172, 106, 1);
}

.el-cascader-node.in-active-path, .el-cascader-node.is-active, .el-cascader-node.is-selectable.in-checked-path {
    color: rgba(57, 172, 106, 1);
}
.el-radio__input.is-checked .el-radio__inner {
    border-color: rgba(57, 172, 106, 1);
    background: rgba(57, 172, 106, 1);
}

.el-radio__inner:hover {
    border-color: rgba(57, 172, 106, 1);
}

.el-cascader--mini {
    line-height: 25px;
    font-size: 14px;
}
.el-input--mini .el-input__inner {
    height: 25px;
    line-height: 25px;
}
.el-input--suffix .el-input__inner {
    padding-right: 25px;
    padding-left: 8px;
    font-size: 14px;
}

.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    border-color: rgba(57, 172, 106, 1);
    background: rgba(57, 172, 106, 1);
}

.el-checkbox__inner:hover {
    border-color: rgba(57, 172, 106, 1);
}
.el-checkbox__input.is-focus
.el-checkbox__inner{
    border-color: rgba(57, 172, 106, 1);
}