html, body {
    margin: 0;
    padding: 0;
    border: 0 none;
    font-size: 14px;
    font-family: "微软雅黑";
    overflow-x: hidden;
    overflow-y: auto;
    background: #ffffff;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    margin: 0;
    padding: 0;
}

textarea {
    resize: none;
    outline: none;
    border: solid 1px #d9d9d9;
}

#mainBody {
    overflow-y: auto;
    overflow-x: hidden;
}

#main_left {
    float: left;
    overflow: auto;
    width: 190px;
    background: #ffffff;
    /*margin-top: 10px;*/
}

#main_left_content {
    margin-top: 4px;
}

#main_right {
    float: right;
}

.main_collapse_bar {
    float: left;
}

#table_columns_manage ul {
    padding: 0;
    margin: 20px;
}

#table_columns_manage li {
    float: left;
    width: 150px;
    height: 45px;
}

#table_columns_manage li input {
    vertical-align: middle;
    margin-right: 10px;
}

.cyan-more-label {
    position: relative;
    padding-right: 12px;
    line-height: 20px;
}

.cyan-more-label button.cyan-more-label-icon {
    position: absolute;
    top: 0;
    right: 2px;
    border: none 0;
    width: 8px;
    height: 20px;
    cursor: pointer;
}

.cyan-more-label-collapsed button.cyan-more-label-icon:enabled,
.cyan-more-label-collapsed button.cyan-more-label-icon:hover,
.cyan-table-content .cyan-more-label-collapsed button.cyan-more-label-icon:hover,
.cyan-more-label-collapsed button.cyan-more-label-icon {
    background: transparent url(/platform/styles/icons/more_down.gif) no-repeat 0 6px;
}

.cyan-more-label-expanded button.cyan-more-label-icon:enabled,
.cyan-more-label-expanded button.cyan-more-label-icon:hover,
.cyan-table-content .cyan-more-label-expanded button.cyan-more-label-icon:hover,
.cyan-more-label-expanded button.cyan-more-label-icon {
    background: transparent url(/platform/styles/icons/more_up.gif) no-repeat 0 6px;
}

.cyan-more-label-collapsed {
    height: 20px;
}

button, button:active {
    outline: none;
}

.page_body #main_container {
    background: #f6f6f6;
}

.page_body #main_container #page_top {
    padding-top: 10px;
    width: 100%;
}

.page_body #main_container .toolbar {
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(128, 145, 165, 0.2);
    border-radius: 2px;
    padding-left: 18px;
    padding-right: 8px;
}

.page_body #main_container .toolbar #toolbar_left0 {
    float: left;
}

.page_body #main_container .toolbar #table_selected {
    font-size: 14px;
    color: #666666;
    margin-right: 24px;
    float: left;
}

.page_body #main_container .toolbar #table_selected span {
    display: inline-block;
    color: #1b82d1;
    margin-left: 2px;
    margin-right: 2px;
    min-width: 18px;
    text-align: center;
}

.page_body #main_container .toolbar #toolbar_right {
    float: right;
}

.toolbar .buttons {
    float: left;
}

.toolbar .buttons.buttons_right {
    float: right;
}

.toolbar .buttons button[type=button], .toolbar .buttons button {
    font-style: normal;
    display: block;
    float: left;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    border: 1px solid transparent;
    cursor: pointer;
    color: #666666;
    background: transparent;
    margin-top: 9px;
    font-weight: 400;
    padding: 0 8px;
    margin-right: 4px;
}

.toolbar .buttons .toolbar_button_icon[type=button], .toolbar .buttons .toolbar_button_icon {
    padding-left: 34px;
    background-repeat: no-repeat;
    background-position: 7px center;
}

.toolbar .buttons button:hover {
    background-color: #F2F6F9 !important;
    border: solid 1px #e1e1e1;
    color: #4188f3 !important;
    border-radius: 3px;
}

.toolbar_config {
    float: left;
}

.toolbar_config:before {
    display: block;
    float: left;
    content: '';
    height: 28px;
    width: 1px;
    background: #ececec;
    margin-top: 11px;
    margin-right: 10px;
}

.page_body #main_container #main_top_title {
    background: #ffffff;
    height: 40px;
    border-radius: 2px;
    margin-top: 12px;
    width: 100%;
}

.page_body #main_container #main_top_title .page_title {
    font-size: 17px;
    color: #333333;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    float: left;
    margin-right: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 260px);
}

.page_body #main_container #main_top_title .page_title:before {
    float: left;
    content: '';
    background: #1b82d1;
    width: 4px;
    height: 18px;
    margin-top: 11px;
    margin-right: 16px;
}

.page_body #main_container #main_top_title .page_title:after {
    float: right;
    content: '';
    background: #ececec;
    width: 1px;
    height: 18px;
    margin-top: 11px;
    margin-left: 10px;
}

.page_body #main_container #main_top_title .page_remark {
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    float: left;
    padding-left: 15px;
}

.page_body #main_container .toolbar .page_remark {
    font-size: 15px;
    color: #666666;
    line-height: 40px;
    float: left;
    padding-right: 10px;
    margin-top: 5px;
}

.page_body #main_container .toolbar .page_remark:after {
    float: right;
    content: '';
    background: #ececec;
    width: 1px;
    height: 18px;
    margin-top: 11px;
    margin-left: 8px;
}

.cyan-table-content button:enabled {
    padding: 3px;
    border: none;
    cursor: pointer;
    color: #1b82d1;
    font-size: 13px;
    background: none;
}

.cyan-table-content button.cyan-crud-button-more,
.cyan-table-content button.cyan-crud-button-more:hover,
.cyan-table-content button.cyan-crud-button-more:active,
.cyan-table-content button.cyan-crud-button-more:enabled,
.cyan-table-content button.cyan-crud-button-more:disabled,
.cyan-table-content button.cyan-crud-button-more,
.cyan-table-content button.cyan-crud-button-more:enabled:hover,
.cyan-table-content button.cyan-crud-button-more:disabled:hover {
    padding: 0;
    height: 23px;
    width: 6px;
    border: none;
    cursor: pointer;
    text-indent: -9999px
}

.cyan-table-content span.cyan-crud-button-more.cyan_menu_hidden {
    display: inline-block;
    height: 23px;
    width: 6px;
}

.cyan-table-content button:hover, .cyan-table-content button:active,
.cyan-table-content button:enabled:hover {
    padding: 3px;
    border: none;
    cursor: pointer;
    color: #0000ff;
    font-size: 13px;
    background: none;
}

.cyan-table-content button:disabled,
.cyan-table-content button:disabled:hover {
    padding: 3px;
    border: none;
    cursor: default;
    color: #cccccc;
    font-size: 13px;
    background: none;
}

#mainBody {
    background: #ffffff;
}

#mainBody .cyan-tree {
    background: #ffffff;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
}

#main_left {
    width: 190px;
    border-radius: 2px;
}

#main_left_content {
    margin-top: 4px;
}

#main_right {
}

.main_collapse_bar {
    height: 100%;
    width: 18px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.main_collapse_bar.main_bar_collapsed {
    width: 16px;
}

.main_left_collapsed {
    top: calc(50% - 42px);
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin-top: 0;
    margin-bottom: auto;
    margin-left: 0;
    margin-right: 3px;
    float: left;
    width: 12px;
    height: 44px;
    border-radius: 0 12px 12px 0;
    cursor: pointer;
}

.main_left_expanded {
    top: calc(50% - 42px);
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin-top: 0;
    margin-bottom: auto;
    margin-left: 3px;
    margin-right: 3px;
    float: left;
    width: 12px;
    height: 44px;
    border-radius: 0 12px 12px 0;
    cursor: pointer;
}

input.search {
    vertical-align: text-bottom;
    text-indent: 28px;
    outline: none;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    height: 26px;
}

input.search::-ms-clear {
    display: none;
}

input.search::-webkit-search-cancel-button {
    display: none;
}

#main_left_search input.search {
    width: calc(100% - 16px);
    margin-left: 5px;
}

#main_left_search input {
    border: 1px solid #d9d9d9;
    height: 28px;
    margin-bottom: 3px;
    vertical-align: text-bottom;
}

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

#main_left::-webkit-scrollbar {
    width: 2px;
    height: 8px;
}

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

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

/**
 * 后面这部分是对话框的样式
**/

#dialogBody {
    margin-bottom: 50px;
    overflow: hidden;
    background: #ffffff;
    color: #262626;
}

#dialogBody #main.single {
    width: 390px;
    overflow-x: hidden;
}

#dialogBody #main.double {
    width: 780px;
}

#dialogBody #components.double {
    width: 780px;
}

#dialogBody #components {
    float: left;
    clear: both;
    width: 390px;
    margin-top: 10px;
    margin-left: 16px;
    font-size: 13px;
}

#dialogBody #components input {
    padding: 0 3px;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    margin-top: 0;
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    color: #262626;
    outline: none;
}

#dialogBody #components .component_item .component input,
#dialogBody #components .component input,
#dialogBody #components .component_item .double_component input,
#dialogBody #components .double_component input,
body#dialogBody #components .component_item .double_component input {
    height: 28px;
}

#dialogBody #components input.invalid {
    border-color: #ff6666;
}

#dialogBody #components input.invalid:hover {
    border-color: #ff6666;
}

#dialogBody #components input:hover {
    border: solid 1px #c9c9c9;
}

#dialogBody #components img {
    margin-top: 9px;
}

#dialogBody #components input[type=file] {
    border: 0;
    height: 24px;
    margin-top: 6px;
    line-height: 24px;
    margin-bottom: 6px;
}

#dialogBody #components select {
    height: 28px;
}

#dialogBody #components textarea {
    border: solid 1px #d9d9d9;
}

#dialogBody #components .component_line {
    clear: both;
}

#dialogBody #components .component_item .label {
    padding-top: 8px;
    padding-bottom: 8px;
    float: left;
    width: 80px;
    line-height: 20px;
    text-align: right;
    padding-right: 10px;
    color: #333333;;
}

body#dialogBody #components .component_item .label {
    padding-top: 5px;
    line-height: 20px;
    padding-bottom: 5px;
}

#dialogBody #components .component_item .component {
    padding-top: 0;
    margin-bottom: 10px;
    float: left;
    width: 300px;
}

#dialogBody #components .component_item input {
    width: 250px;
}

#dialogBody #components .component_item input.between {
    width: 114px;
}

#dialogBody #component {
    min-height: 30px;
}

.checkbox span label:not(:first-child) {
    padding-left: 3px;
    padding-right: 15px;
}

.radio span label:not(:first-child) {
    padding-left: 3px;
    padding-right: 15px;
}

#dialogBody #components .component_item textarea {
    padding: 3px;
    width: 250px;
    height: 100px;
}

#dialogBody #components .component_item select {
    width: 250px;
}

#dialogBody #components .component_item .component_with_unit {
    padding-top: 0;
    margin-bottom: 10px;
    float: left;
    width: 210px;
}

#dialogBody #components .component_item .component_with_unit input {
    width: 200px;
}

#dialogBody #components .component_item .unit {
    padding-top: 3px;
    margin-bottom: 10px;
    float: left;
    width: 90px;
    line-height: 19px;
    text-align: left;
}

#dialogBody #components .component_item .component_double {
    padding-top: 0;
    margin-bottom: 10px;
    float: left;
    width: 690px;
}

#dialogBody #components .component_item .component_double input {
    width: 640px;
}

#dialogBody #components .component_item .component_double textarea {
    width: 640px;
    height: 100px;
}

#dialogBody #components .component_item .component_double select {
    width: 640px;
}

#dialogBody #components .component_item .component_double_with_unit {
    padding-top: 0;
    margin-bottom: 6px;
    float: left;
    width: 600px;
}

#dialogBody #components .component_item .component_double_with_unit input {
    width: 595px;
}

#dialogBody #buttons {
    position: fixed;
    bottom: 0;
    clear: both;
    text-align: right;
    height: 42px;
    border-top: 1px solid #ebebeb;
    width: calc(100% - 10px);
    padding-top: 10px;
    padding-right: 10px;
    background-color: #ffffff;
}

#dialogBody .buttons_place {
    width: 100%;
    height: 54px;
    float: left;
    clear: both;
}

#dialogBody #buttons button {
    padding: 0 12px;
    height: 30px;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    outline: none;
    font-size: 14px;
    color: #262626;
    margin-right: 10px;
}

#dialogBody #buttons button:hover {
    color: #262626;
    background: #efefef;
    border: solid 1px #d9d9d9;
    padding: 0 12px;
}

#dialogBody #buttons button:disabled {
    color: #8c8c8c;
    background: #ffffff;
    border: solid 1px #d9d9d9;
    padding: 0 12px;
}

#dialogBody #buttons span:first-child button {
    color: #ffffff;
    background: #2170d9;
    border: 1px solid #2170d9;
}

#dialogBody #buttons span:first-child button:hover {
    background-color: #1e65c3;
}

#dialogBody #buttons span:first-child button:disabled {
    background-color: #b2cdf2;
}

span.require {
    color: red;
}

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

#dialogBody::-webkit-scrollbar {
    width: 2px;
    height: 8px;
}

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

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

div#sortPage #sortButtons {
    padding-top: 20px;
}

#sortButtons button {
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    outline: none;
    font-size: 14px;
    color: #262626;
    margin-right: 10px;
    line-height: 16px;
    padding: 10px 12px;
}

#sortButtons button:hover, #sortButtons button:active {
    color: #262626;
    background: #efefef;
    border: solid 1px #d9d9d9;
}

button.btn, button[type=button].btn {
    font-size: 13px;
    outline: none;
    cursor: pointer;
    border-radius: 2px;
    background: #fff;
    height: 28px;
    padding: 0 12px;
    color: #3e76cb;
    line-height: 26px;
    border: 1px solid #3e76cb;
    margin-left: 2px;
    margin-right: 2px;
    filter: none;
}

button.btn:active, button.btn[type=button]:active, body button.btn[type=button]:active {
    background: #cfe2fd;
    border: 1px solid #3e76cb;
    color: #3e76cb;
    padding: 0 12px;
    margin-left: 2px;
    margin-right: 2px;
    filter: none;
}

button.btn:hover, button.btn[type=button]:hover {
    background: #f4f8ff;
    border: 1px solid #3e76cb;
    color: #3e76cb;
    padding: 0 12px;
    margin-left: 2px;
    margin-right: 2px;
    filter: none;
}

button:enabled {
    color: #262626;
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
    cursor: pointer;
    outline: none;
    padding: 4px 8px;
    border-radius: 2px;
}

button:enabled:hover, button:enabled:active {
    background: #efefef;
    border: solid 1px #d9d9d9;
    padding: 4px 8px;
    border-radius: 2px;
}

button:disabled {
    color: #8c8c8c;
    border: solid 1px #d9d9d9;
    background-color: #ffffff;
    cursor: default;
    padding: 4px 8px;
    border-radius: 2px;
}

#dialogBody #items .item .label {
    padding-top: 8px;
    line-height: 20px;
    padding-bottom: 8px;
    font-size: 14px;
}

#dialogBody #items .item input, #dialogBody #items .item select {
    height: 28px;
    padding-left: 2px;
}

#main.group_receiver_select {
    height: 430px;
}

.cyan-combox-down {
    height: 30px;
}

table.sublist {
    margin-left: 10px;
    border-spacing: 0;
    *border-spacing: expression(this.cellSpacing='0');
}

table.sublist th {
    background: #f7f7f7;
    padding-left: 6px;
    text-align: center;
    line-height: 45px;
}

table.sublist td {
    padding-left: 6px;
    border-bottom: 1px #efe2e6 solid;
    text-align: center;
    line-height: 45px;
}

table.sublist td > button {
    line-height: 20px;
}

table.sublist span.add {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url("/platform/commons/icons/add.gif");
}

table.sublist span.up {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url("/platform/commons/icons/up.gif");
}

table.sublist span.down {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url("/platform/commons/icons/down.gif");
}

table.sublist span.remove {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url("/platform/commons/icons/delete.gif");
}

table.sublist span.edit {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url("/platform/commons/icons/edit.gif");
}

table.sublist th.add, table.sublist td.add {
    width: 30px;
}

table.sublist th.up, table.sublist th.down, table.sublist th.remove, table.sublist th.edit,
table.sublist td.up, table.sublist td.down, table.sublist td.remove, table.sublist td.edit {
    width: 40px;
}

body div.itemselector .from .content {
    border: 1px solid #e6e6e6;
}

body div.itemselector .from .content .cyan-form-list {
    border: none 0;
}

body #rolesSelector.itemselector .from .content {
    border: 1px solid #e6e6e6;
}

body .memberselector .membertree {
    border: 1px solid #e6e6e6;
}

body .receiverselector .grouptree {
    border: 1px solid #e6e6e6;
}

body .ownedselector .nodetree, body .ownedselector_single .nodetree {
    border: 1px solid #e6e6e6;
}

div.ownedselector .nodetree {
}

.calendar.month {
    min-height: 130px;
}

.calendar.week {
    min-height: 60px;
}

.calendar div.title {
    background: none;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: left;
    text-indent: 10px;
}

td .calendar .item a {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

td .calendar .item a:hover {
    color: #2170d9;
}

.new_bold td, .new_bold td a {
    font-weight: bold;
}

#dialogBody #components .component_item button {
    height: 30px;
    vertical-align: top;
}

body.page_body #query_window {
    position: absolute;
    right: 0;
    top: 80px;
    width: 318px;
    height: calc(100% - 90px);
    background: #ffffff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.13);
    z-index: 1000;
}

.query_window_header {
    height: 50px;
    position: relative;
    color: #666666;
    font-size: 16px;
}

.query_window_title {
    float: left;
    height: 50px;
    line-height: 50px;
    text-indent: 24px;
    color: #262626;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 100%;
    font-weight: bold;
}

.query_window_close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}

.query_window_content {
    height: calc(100% - 121px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 20px;
}

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

.query_window_content::-webkit-scrollbar {
    width: 4px;
    height: 8px;
}

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

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

.query_window_buttons {
    text-align: right;
    height: 40px;
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
    padding-right: 10px;
}

.query_window_buttons button {
    padding: 0 12px;
    height: 30px;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    outline: none;
    font-size: 14px;
    color: #262626;
    margin-right: 10px;
}

.query_window_buttons button:hover {
    color: #262626;
    background: #efefef;
    border: solid 1px #d9d9d9;
    padding: 0 12px;
}

.query_window_buttons button:first-child {
    color: #ffffff;
    background: #2170d9;
    border: 1px solid #2170d9;
}

.query_window_buttons button:hover:first-child {
    background-color: #1e65c3;
}

.query_window_content #components {
    padding-left: 20px;
}

.query_window_content #components span.query_span {
    display: block;
    font-size: 13px;
    margin-bottom: 12px;
}

.query_window_content #components span.query_span_label {
    display: block;
    color: #999999;
    line-height: 28px;
}

.query_window_content #components input {
    padding: 0 3px;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    margin-top: 0;
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    color: #262626;
    outline: none;
    width: 264px;
}

.query_window_content #components input.cyan-form-field-date {
    width: 122px;
}

.query_window_content #components select {
    width: 264px;
}

.query_window_content #components li {
    display: inline-block;
    width: 50%;
    color: #999999;
    line-height: 24px;
}

.query_window_content #components li label span {
    margin-left: 3px;
}

#query_bar0 {
    height: 40px;
    float: left;
    overflow: hidden;
}

#queryBarTitle {
    float: left;
    font-size: 15px;
    color: #333333;
    line-height: 40px;
    width: 65px;
}

#query_bar1 {
    float: left;
    width: calc(100% - 65px);
    overflow: hidden;
    height: 40px;
}

#query_bar2 {
    float: left;
    height: 40px;
    overflow: hidden;
}

#query_bar3 {
    float: left;
    width: 4000px;
    height: 40px;
}

#query_bar {
    float: left;
    height: 40px;
}

#query_bar .query_item {
    float: left;
    color: #666666;
    font-size: 14px;
    height: 30px;
    margin-top: 5px;
    background: #f7f7f7;
    line-height: 30px;
    margin-right: 15px;
    padding-left: 10px;
    padding-right: 25px;
    position: relative;
}

#query_bar .query_item_label {
    float: left;
    position: relative;
    padding-right: 5px;
    margin-right: 4px;
}

#query_bar .query_item_label:after {
    content: '';
    position: absolute;
    width: 1px;
    background: #e1e1e1;;
    height: 12px;
    top: 9px;
    right: 0;
}

#query_bar .query_item_value {
    float: left;
}

#query_bar .query_item_close {
    position: absolute;
}

.toolbar #query_bar0 {
    margin-top: 5px;
}

#query_bar_left {
    float: left;
}

#query_bar_right {
    float: right;
}

#main_top_title #toolbar_left {
    float: left;
}

body#page_switch_body {
    background: #f6f6f6;
    height: 100%;
    overflow: hidden;
}

body#page_switch_body #page_switch_top {
    width: 100%;
    margin: 10px 0 0 0;
    background: #ffffff;
    height: 50px;
    box-shadow: 0 0 10px 0 rgba(128, 145, 165, 0.2);
}

body#page_switch_body #page_switch_top #title {
    float: left;
    font-size: 18px;
    color: #262626;
    font-weight: bold;
    line-height: 50px;
    text-indent: 25px;
    max-width: calc(100% - 120px);
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    height: 50px;
}

body#page_switch_body #page_switch_top #remark {
    float: left;
    line-height: 50px;
    margin-left: 15px;
    padding-top: 2px;
    font-size: 14px;
}

body#page_switch_body #page_switch_top #page_switch {
    float: right;
    margin-right: 20px;
    padding-top: 11px;
}

body#page_switch_body #page_switch_top #page_switch button {
    border: 0 none;
    width: 28px;
    height: 28px;
    margin-left: 5px;
    cursor: pointer;
}

body#page_switch_body #page_switch_top #page_switch button.selected {
    cursor: default;
    border-radius: 3px;
}

body#page_switch_body #page_switch_content {
    width: 100%;
    height: calc(100% - 60px);
    background: #ffffff;
}

/*列管理*/
body.page_body #columns_manage_window {
    position: absolute;
    right: 0;
    top: 80px;
    width: 240px;
    height: calc(100% - 90px);
    background: #ffffff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.13);
    z-index: 1000;
}

.columns_manage_window_header {
    height: 50px;
    position: relative;
    color: #666666;
    font-size: 16px;
}

.columns_manage_window_title {
    float: left;
    height: 50px;
    line-height: 50px;
    text-indent: 24px;
    color: #262626;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 100%;
    font-weight: bold;
}

.columns_manage_window_close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}

.columns_manage_window_content {
    height: calc(100% - 70px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 20px;
}

.columns_manage_window_content ul {
    padding-left: 40px;
}

.columns_manage_window_content ul li {
    line-height: 24px;
}

.columns_manage_window_content ul li + li {
    margin-top: 15px;
}

.columns_manage_window_content ul li label span {
    margin-left: 3px;
}

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

.columns_manage_window_content::-webkit-scrollbar {
    width: 4px;
    height: 8px;
}

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

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