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

ul {
    margin: 0;
    padding: 0;
}

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

textarea {
    resize: none;
    outline: none;
}

input {
    outline: none;
}

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

#main_left {
    float: left;
    overflow: auto;
}

#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:enabled.cyan-more-label-icon,
.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:enabled.cyan-more-label-icon,
.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;
}


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

body#page_switch_body #page_switch_top {
    width: 100%;
    margin: 10px 0 0;
    background: #ffffff;
    height: 60px;
}

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

body#page_switch_body #page_switch_top #remark{
    float: left;
    line-height: 60px;
    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: 16px;
}

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% - 90px);
    background: #ffffff;
    margin-top: 20px;
}