.ant-select-sm > .ant-select-selection > .ant-select-selection__rendered {
    line-height: 24px;
}

.ant-select-selection > .ant-select-arrow {
    top: 53%;
}

body, button, input, select, textarea {
    background-color: #ececec;
    font: 12px/1.5 tahoma;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, SimSun, sans-serif
}


table {
    font-size: 12px;
}

div {
    font-size: 12px;
}

.header-item:hover {
    background-color: #E5F1FF;
}

.ant-modal-mask {
    background-color: rgba(0, 0, 0, 0.5);
}

.rs-pagination-left > .ant-select-sm > .ant-select-selection > .ant-select-selection__rendered {
    line-height: 26px;
    margin: 0;
    padding-left: 10px;
    width: 39px;
    border-right: 1px solid #E1E3E4;
}

.rs-pagination-left > .ant-select-sm > .ant-select-selection {
    background-color: white;
    border-radius: 2px;
}

.rs-pagination > .ant-pagination > .ant-pagination-prev {
    width: 26px;
    height: 26px;
    border: 1px solid #E1E3E4;
    border-radius: 2px;
    margin-right: 4px;
}

.rs-pagination > .ant-pagination > .ant-pagination-item {
    line-height: 26px !important;
    height: 26px;
    margin-left: 4px;
    margin-right: 4px;
    border: 1px solid #e1e3e4 !important;
    border-radius: 2px;
    color: #787a7d;
}

.rs-pagination > .ant-pagination > .ant-pagination-item-active {
    height: 26px;
    border: 1px solid #1890FF !important;
    border-radius: 2px;
}

.rs-pagination > .ant-pagination > .ant-pagination-item-active a {
    color: #1890FF;
}

.ant-rate {
    color: #fadb14 !important;
}

.rs-pagination > .ant-pagination > .ant-pagination-next {
    width: 26px;
    height: 26px;
    border: 1px solid #E1E3E4;
    margin-right: 5px;
    border-radius: 2px;
    margin-left: 4px;
}

.ant-select-sm .ant-select-selection--single {
    height: 26px;
}

.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selection {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.ant-select-selection {
    font-size: 12px;
    color: #323437;
    border-radius: 2px;
}

.ant-select-selection-selected-value {
    padding-right: 0;
}

.ant-select-arrow {
    color: #323437;
    font-size: 10px;
}

.ant-input {
    border-radius: 2px;
    font-size: 12px;
    color: #323437;
    height: 30px;
}

.ant-error-text {
    color: #e91313;
    margin-top: 5px;
}

.ant-table-tbody > tr > td, .ant-table-thead > tr > th {
    padding: 10px 16px;
    font-size: 12px;
    color: #5A5C5E;
    height: 36px !important;
    line-height: 14px;
}


.ant-checkbox-inner:after {
    height: 8px;
    width: 4px;
    left: 3.5px;
}

.ant-checkbox-wrapper {
    font-size: 12px;
}

.ant-form-item {
    margin: 0 0 10px 0;
}

.ant-table-selection {
    height: 14px;
    width: 14px;
}

.ant-checkbox {
    top: 0;
}

.ant-checkbox-inner {
    width: 14px;
    height: 14px;
}

.ant-table-tbody > tr > td.ant-table-selection-column, .ant-table-thead > tr > th.ant-table-selection-column {
    text-align: center !important;
}


.ant-table-selection-column > div {
    display: inline-block
}

.ant-empty {
    font-size: 12px;
}

.ant-empty-image {
    height: 84px;
}

.ant-slider {
    margin: 0 0 0 14px !important;
    padding: 0 !important;
}

.ant-slider-rail {
    background-color: #96C8FF;
}

.ant-slider-track {
    background-color: white;
}

.ant-slider:hover .ant-slider-rail {
    background-color: #96C8FF;
}

.ant-slider:hover .ant-slider-track {
    background-color: white;
}

.ant-tabs-bar {
    margin: 0 !important;
}

.rs-pagination {
    display: flex;
    align-items: center;
    height: 66px;
    font-size: 12px;
    padding: 0 10px;
    color: #787A7D;
    border-left: .5px solid #e1e3e4;
    border-right: .5px solid #e1e3e4;
    border-bottom: .5px solid #e1e3e4;
    border-radius: 2px;
}

.rs-pagination-left {
    flex: 1;
}


.rs-container {
    background-color: #ECECEC;
    min-height: 100vh;
}

.rs-hint {
    display: flex;
    background-color: white;
    align-items: center;
    height: 40px;
}

.rs-hint-title {
    margin-left: 20px;
    font-size: 14px;
    line-height: 16px;
    color: #323437;
    font-weight: bold;
    flex: 1;
}

.rs-breadcrumb {
    height: 54px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.rs-breadcrumb-item {
    font-size: 14px;
    height: 14px;
    color: rgba(0, 0, 0, 0.45);
    line-height: 14px;
}

.rs-breadcrumb-item-active {
    color: rgba(0, 0, 0, 0.65);
    cursor: initial;
}
.rs-breadcrumb-item-disactive:hover{
    color:#1276e5;
}

.rs-button {
    height: 26px;
    line-height: 26px;
    border-radius: 2px;
    font-size: 12px;
    color: #323437;
}

.rs-button-table {
    margin-right: 16px;
    font-size: 12px;
    cursor: pointer;
    color: #1276e5;
    height: 12px;
    line-height: 12px;
}


.rs-content {
    background-color: white;
    margin-left: 10px;
    margin-top: 6px;
    margin-right: 10px;
    border: 1px solid #E1E3E4;
}

.rs-table-btn {
    height: 20px;
    border-radius: 2px;
    padding: 0 10px;
    border: 1px solid #E1E3E4;
    color: #323437;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    margin-left: 10px;
    align-items: center;
    justify-content: center;
}

.rs-table-btn:hover {
    border: 1px solid #007CFF;
    color: #007CFF;
}


.ant-table-thead > tr > th {
    background: #F4F4F4;
}

.ant-table-tbody > tr > td, .ant-table-thead > tr > th {
    color: #000000 !important;
}

.ant-table-tbody > tr > td {
    line-height: 18px;
}


.rs-pagination-submit {
    margin-left: 10px;
    width: 44px;
    height: 26px;
    border: 1px solid #E1E3E4;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.65);
}

.catalog-tree {

}

.catalog-tree-item {
    background-color: #FBFBFB;
    cursor: pointer;
    height: 30px;
    display: flex;
    align-items: center;
    padding-left: 5px;
    padding-right: 10px;
    position: relative;
}

.catalog-tree-icon {
    margin-right: 15px;
}

.catalog-tree-item-select {
    background-color: #007CFF;
    color: white;
}

.catalog-tree-item-select:hover {
    background-color: #007CFF !important;
}

.catalog-tree-item:hover {
    background-color: #e6f7ff;
}

.cp-move-container {
    cursor: move;
}

.catalog-tree-group {
    margin-left: 20px;
}

.catalog-tree-options {
    position: absolute;
    z-index: 99;
    min-width: 100px;
    padding: 5px 0;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
}

.catalog-tree-option {
    margin: 0;
    padding: 5px 12px;
    color: #323437;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
    transition: all .3s;
    display: flex;
    height: 32px;
    align-items: center;
}

.catalog-tree-option:hover {
    background-color: #e6f7ff;
}

.ant-input-sm {
    height: 26px;
}

.ant-btn-sm {
    height: 26px;
    font-size: 12px;
    border-radius: 2px;
    color: #323437;
    padding: 1.5px 16px 0 16px;
}

.ant-modal-body {
    padding: 0;
    font-size: 12px;
    line-height: 18px;
}

.ant-modal-confirm-body-wrapper {
    padding: 20px;
}

.custom-select-icon {
    height: 30px;
}

.custom-select-icon-small {
    height: 26px;
}

.ant-menu-submenu-popup {
    background: none;
}

.custom-select {
    background: #FFFFFF;
    border: 1px solid #D9DBDC;
    border-radius: 2px;
    min-width: 220px;
    cursor: pointer;
    height: 30px;
    display: flex;
    align-items: center;
    color: #323437;
    font-size: 12px;
    padding-left: 8px;
}

.custom-select-disable {
    cursor: not-allowed;
    color: rgba(0, 0, 0, .25);
    background-color: #f5f5f5;
    border-color: #d9d9d9;
    text-shadow: none;
    box-shadow: none;
}

.custom-select-small {
    height: 26px;
}

.custom-select-popup {
    display: flex;
    flex-direction: column;
}

.ant-btn-primary > span {
    color: white !important;
}

.ck-content .image {
    max-width: 50%;
    max-height: 50%;
}

.ant-table-body {
    overflow-x: auto !important;
}

.ck-list {
    max-height: 150px;
    overflow-y: auto;
}


tbody div {
    color: #000000;
}

tbody span {
    color: #000000;
}

.daterangepicker{
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 4px;
    outline: none;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);

}
.btn-datepicker-apply{
    border: 1px solid #4aa6fc;
    font-size: 12px;
    color: white;
    background-color: #4aa6fc;
    border-radius: 2px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    height: 26px;
    width: 52px;
}

.btn-default{
    border: 1px solid #d9d9d9;
    height: 26px;
    width: 52px;
    font-size: 12px;
    border-radius: 2px;
    color: #323437;
    background-color: white;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
}
.search-datepicker {
    width: 300px;
    height: 26px;
    font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei","\5FAE\8F6F\96C5\9ED1",Arial,sans-serif;
    font-size: 12px;
    color:#222222;
    font-weight:normal;
    padding-left:10px;
    padding-right: 20px;
    background-color: #fff;
    border: 1px solid #e7e7eb;
    cursor: pointer;
}
.date-arr-temp{
    position: relative;
    left: -20px;
    width: 12px;
    height: 12px;
    background-image: url(/images/ic_date_arr.png);
    background-repeat:no-repeat;
    background-position: 97%;
    background-size: 9px;
}

.search-datepicker:focus {
    border: 1px solid #40a9ff;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(24,144,255,.2);
}
.search-datepicker:focus+.date-arr-temp{
    -moz-transform:scaleY(-1);
    -webkit-transform:scaleY(-1);
    -o-transform:scaleY(-1);
    transform:scaleY(-1);
}


.search-datepicker::-webkit-input-placeholder {
    padding-left: 7px;
    color: #ccc;
}
.search-datepicker::-moz-input-placeholder {
    padding-left: 7px;
    color: #ccc;
}
.search-datepicker::-ms-input-placeholder {
    padding-left: 7px;
    color: #ccc;
}

.show-calendar{
    width: 580px !important;
}

.input-mini{
    background-color: white;
}
.calendar-time>select{
    background-color: white;
}
.table-condensed>select{
    background-color: white;
}
.order-table-filter-checked{
    background-image: url(/images/ic_checked.png);
    background-size: 12px;
    width: 12px;
    height: 12px;
    margin-top: 5px;
    margin-right: 5px;
}
.order-table-filter-unchecked{
    background-size: 12px;
    width: 12px;
    height: 12px;
    margin-top: 5px;
    margin-right: 5px;
}
.order-table-filter-unchecked{
    width: 12px;
    height: 12px;
    margin-top: 5px;
    margin-right: 5px;
}

.ant-modal-content-none > div > div.ant-modal-content{
    box-shadow: none;
    background-color: transparent;
}
.ant-modal-content-none > div > div.ant-modal-content:hover  > button{
    display: flex;
}
.ant-modal-content-none > div > div.ant-modal-content > button{
    background-color: #229BFF;
    width: 118px;
    height: 36px;
    border-radius: 0 18px 18px 0;
    margin-right: -108px;
    margin-top: 63px;
    content: "232323242334";
    display: none;
    font-size: 14px;
    line-height: 36px;
    font-family: PingFangSC-Regular;
    color: #FFFFFF;
    font-weight: inherit;
}
.ant-modal-content-none > div > div.ant-modal-content > button > span{
    background-image: url(/images/_close.png);
    background-repeat: no-repeat;
    height: 12px;
    width: 12px;
    margin: 12px 4px 12px 23px;
}
.ant-modal-content-none > div > div.ant-modal-content > button > span > i{
    display: none;
}
.ant-modal-content-none > div > div.ant-modal-content > button.ant-modal-close:after {
content: "关闭预览";
}
#phoneView > div::-webkit-scrollbar {
    width: 0px;
}

.ant-modal-body img{
    max-width: 100%;
}

.ant-time-picker-panel-input {
    background-color: #fff;
}
h{
    background-color: yellow;
}