#top #remark {
    position: absolute;
    bottom: 13px;
    right: 0;
}

#top.form_top {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    border: none 0;
}

.form_body {
    background: #bed4ee;
}

.color_page .form_body {
    background: #3c4653;
}

#nodeName{
    line-height: 16px;
    padding-right: 20px;
    text-align: right;
    color: #3e74bb;
    font-size: 13px;
    font-weight: bold;
}

#container.form_container {
    background: #bed4ee;
}

.color_page #container.form_container {
    background: #3c4653;
}

#pages {
    position: relative;
    background-color: #bed4ee;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: none 0;
    width: 1120px;
    margin-top: 10px;
    background-size: 100% 120px, 100% 60px, 100% calc(100% - 180px);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 0 0, 0 100%, 0 120px;
    background-image: url(./images/bg_book_top_2.png), url(./images/bg_book_bottom.png), url(./images/bg_book_middle.png);
}

.color_page #pages {
    background-color: #3c4653;
}

body.switch_page #pages {
    background-size: 100% 120px, 100% 60px, 100% calc(100% - 180px);
    background-image: url(./images/bg_book_top.png), url(./images/bg_book_bottom.png), url(./images/bg_book_middle.png);

}

#pages:before {
    content: '';
    position: absolute;
    width: 62px;
    height: calc(100% - 50px);
    left: 28px;
    top: 0;
    background-image: url(./images/book_ring.png)
}

#pages .page {
    position: absolute;
    left: 90px;
    top: 20px;
    width: 1000px;
    overflow-x: auto;
}

body.switch_page #pages .page {
    transform-style: preserve-3d;
    transform-origin: -10px center;
}

body.switch_page #pages .page.switching {
    background: #ffffff;
}

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

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

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

#pages .tabBar {
    position: absolute;
    left: 1107px;
    top: 60px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    border: none 0;
}

#pages .tabBar .tabs {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    border: none 0;
}

#pages .tabBar .tabs div {
    float: none;
    border: none 0;
    overflow: hidden;
    text-wrap: none;
    margin-bottom: 15px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    border-radius: 0 20px 20px 0;
    padding-left: 0;
    text-indent: 8px;
    font-size: 12px;
}

#pages .tabBar .tabs div.selected, #pages .tabBar .tabs div.unselected:hover {
    float: none;
    border: none 0;
    background: linear-gradient(45deg, rgb(255, 169, 57) 0%, rgb(253, 64, 129) 100%);
    /*background: #3e74bb;*/
    width: 120px;
    text-align: center;
}

.color_page #pages .tabBar .tabs div.selected, color_page #pages .tabBar .tabs div.unselected:hover {
    background: linear-gradient(45deg, rgb(255, 169, 57) 0%, rgb(253, 64, 129) 100%);
}

#pages .tabBar .tabs div.unselected {
    float: none;
    border: none 0;
    background: #3e74bb;
    width: 70px;
}

.color_page #pages .tabBar .tabs div.unselected {
    background: linear-gradient(45deg, rgb(51, 220, 250) 0%, rgb(62, 161, 252) 100%);
}

#top .config {
    position: absolute;
    left: 15px;
    top: 20px;
    width: 24px;
    height: 24px;
    border: none 0;
    background: url(./images/config.png) no-repeat;
    padding: 0;
}

#top .config:hover, #top .config:active {
    border: none 0;
    background: url(./images/config.png) no-repeat;
    padding: 0;
}

.config_div {
    position: absolute;
    width: 120px;
    height: 115px;
    left: 12px;
    bottom: 95px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background-color: #fff;
}

.config_div:after {
    content: '';
    width: 0;
    height: 0;
    border: 8px transparent solid;
    border-top-color: #fff;
    position: absolute;
    left: 8px;
    top: 114px;
}

.config_div ul {
    margin: 0;
    padding: 0;
}

.config_div li {
    list-style: none;
    width: 100%;
    height: 25px;
    padding-left: 10px;
    margin-top: 10px;
    clear: both;
}

.config_div li .config_label {
    font-family: 'MicrosoftYaHei';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    color: #666666;
    float: left;
    width: 40px;
}

.config_div li .config_value {
    float: left;
    padding-left: 5px;
}

.config_switch {
    width: 46px;
    height: 24px;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
}

.config_switch_off {
    background-color: #ccc;
}

.config_switch_on {
    background-color: #3e74bb;
}

.config_switch_off:after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 26px;
    background: #fff;
    border-radius: 50px;
}

.config_switch_on:after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    background: #fff;
    border-radius: 50px;
}

.config_value label input[type=radio] {
    display: none;
}

.config_value label:first-child input[type=radio] + span.cyan_radio_span {
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    background-color: #3c4653;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 8px;
    margin-left: 5px;
}

.config_value label:first-child input[type=radio]:checked + span.cyan_radio_span {
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #3c4653;
    background: #fff;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 3px;
    margin-left: 0;
}

.config_value label:first-child input[type=radio]:checked + span.cyan_radio_span:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    margin-left: 3px;
    margin-top: 3px;
    border-radius: 50%;
    background-color: #3c4653;
}

.config_value label:last-child input[type=radio] + span.cyan_radio_span {
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    background-color: #bed4ee;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-left: 5px;
}

.config_value label:last-child input[type=radio]:checked + span.cyan_radio_span {
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #bed4ee;
    background: #fff;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 0;
}

.config_value label:last-child input[type=radio]:checked + span.cyan_radio_span:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    margin-left: 3px;
    margin-top: 3px;
    border-radius: 50%;
    background-color: #bed4ee;
}

.page_left {
    position: absolute;
    width: 48px;
    height: 48px;
    left: 30px;
    top: 50%;
    background: url("./images/iocn_left_n.png");
    cursor: pointer;
}

.page_left:hover {
    background: url("./images/iocn_left_s.png");
}

.page_right {
    position: absolute;
    width: 48px;
    height: 48px;
    right: 30px;
    top: 50%;
    background: url("./images/iocn_right_n.png");
    cursor: pointer;
}

.page_right:hover {
    background: url("./images/iocn_right_s.png");
}

.buttons {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 2px;
    text-align: center;
    line-height: 32px;
}

