* {
    font-family: "微软雅黑";
    font-size: 12px;
    text-decoration: none;
}

html,
body {
    width: 100%;
    height: 100%;
}

input,
select {
    outline: none;
}

.common_book_title {
    line-height: 42px;
    font-size: 17px;
    color: #725635;
    margin: 0 auto;
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #d5c2ad;
}

.common_insert {
    padding-top: 14px;
    float: left;
    margin-left: 28px;
}

.common_book_name {
    font-size: 16px;
    color: #725635;
    float: left;
    margin-left: 5px;
}

.collect_success {
    display: none;
    font-size: 14px;
    position: fixed;
    left: 50%;
    top: 40%;
    color: white;
    text-align: center;
    line-height: 55px;
    width: 135px;
    height: 55px;
    background-color: #a3894f;
}

.main {
    min-width: 910px;
}

.login_background {
    margin-left: auto;
    margin-right: auto;
    background-image: url(../image/background-login.png);
    background-repeat: no-repeat;
}

.login_IP {
    margin: 0 auto;
    padding-top: 240px;
    width: 600px;
    font-size: 13px;
    text-align: left;
    color: black;
}

.login_center {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    background-color: white;
    border: 5px solid #fff6df;
    width: 600px;
    height: 310px;
}

.login_title {
    margin-top: 40px;
    text-align: center;
    color: #554704;
    font-size: 20px;
    font-weight: bold;
}

.login_username {
    padding: 5px 0 5px 0;
    background: url("../image/login_border.png");
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    margin-left: 66px;
    width: 468px;
    margin-top: 20px;
}

.login_border {
    z-index: 0;
    position: absolute;
    left: 0px;
    top: 0px;
}

.login_username_tag {
    float: left;
    margin-left: 20px;
    padding-top: 15px;
}

.login_username_input {
    background: transparent;
    z-index: 100;
    margin-top: 2px;
    float: left;
    margin-left: 10px;
    width: 400px;
    height: 40px;
    border: none;
}

.login_password {
    padding: 5px 0 5px 0;
    background: url("../image/login_border.png");
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    margin-left: 66px;
    margin-top: 15px;
    width: 468px;
}

.login_button {
    outline: none;
    text-align: center;
    float: left;
    width: 140px;
    height: 45px;
    background-color: #a49158;
    line-height: 45px;
    margin-top: 25px;
    margin-left: 230px;
}

.login_button_detail {
    border: none;
    background-color: #a49158;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.forget_pwd {
    width: 600px;
    float: left;
    margin-top: 12px;
}

.forget_pwd_detail {
    text-align: center;
    color: #9a9a9a;
}

.login_f-c {
    color: #9a9a9a;
}

.login_banquan {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    text-align: center;
    color: #a49158;
    font-size: 18px;
    font-weight: bold;
}

.exit {
    margin-left: 10px;
}


/*首页*/

.index_background {
    margin: 0 auto;
    background-image: url(../image/index_background.png);
    background-size: 100% 100%;
    background-repeat: repeat-y;
}

.index_text {
    width: 12%;
    float: left;
    margin-left: 5%;
    /*margin-left: 70px;*/
    margin-top: 50px;
}

.index_search {
    width: 42%;
    margin-top: 50px;
    float: left;
    /*margin-left: 180px;*/
    margin-left: 5%;
}

.index_search_input {
    float: left;
    background-color: white;
    border: 1px solid #dcd8cb;
    border-radius: 10px;
    height: 40px;
    width: 55%;
}

.index_go {
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    float: left;
    margin-left: 10px;
    width: 10%;
    /*width: 80px;*/
    height: 40px;
    border-radius: 20px;
    background-color: white;
    border: 1px solid #dcd8cb;
    color: #888888;
}

.index_jiansuo {
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    float: left;
    margin-left: 10px;
    width: 17%;
    /*width: 120px;*/
    height: 40px;
    border-radius: 10px;
    background-color: white;
    border: 1px solid #dcd8cb;
    color: #888888;
}

.index_keyword {
    font-size: 16px;
    color: #7d7971;
    padding-top: 15px;
}

.index_keyword:not(:first-child) {
    margin-right: 15px;
}

.index_top_right {
    float: right;
    margin-right: 40px;
    margin-top: 50px;
}

.index_top_right_common {
    cursor: pointer;
    font-size: 16px;
    color: #7d7971;
}

.index_school {
    font-size: 16px;
    color: #7d7971;
}

.index_IP {
    margin-left: 20px;
}

.index_help {
    margin-top: 30px;
    font-weight: bold;
    color: #71706e;
    font-size: 16px;
    margin-left: 50px;
}

.index_top_right_second {
    margin-top: 10px;
    text-align: right;
}

.index_myhouse {
    cursor: pointer;
    font-weight: bold;
    color: #71706e;
    font-size: 16px;
    margin-left: 22px;
}

.index_center_all {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 95%;
    height: calc(100% - 220px);
    background-color: white;
    margin-top: 15px;
}

.index_center_left {
    flex: 1;
    /* min-width: 220px; */
    border-right: 4px solid black;
    /* float: left;*/
    /* height: 100%;*/
    /*width:15%;*/
}

.index_center {
    flex: 4;
    /*float: left;*/
    /*padding: 17px 38px 0px 38px;*/
    /*width: 84%*/
}

.index_center2 {
    margin-top: 17px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.index_bottem {
    display: block;
    width: 95%;
    margin: 0 auto;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: white;
    border-top: 1px solid black;
}

.index_oracle_name {
    margin-left: 15px;
}

.index_advice {
    color: black;
    margin-left: 31px;
}

.index_content {
    margin-left: 23px;
    color: black;
}

.index_position {
    /* width:845px;*/
    color: black;
    font-size: 15px;
    margin-bottom: 17px;
}

table {
    box-sizing: border-box;
    display: table;
}

.index_table_content {
    border: 1px solid #c7c3a7;
    outline: none;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    width: 100%;
}

.index_table_content tr td {
    height: 40px;
    text-align: center;
    background-color: white;
}

.index_table {
    display: block;
}

.order_center {
    text-align: center;
}

th {
    display: table-cell;
    color: #000;
}

.index_table_content th {
    height: 40px;
    text-align: center;
    vertical-align: middle;
    border-right: #b5b18b;
    border-bottom: #b5b18b;
    background-color: #af977b;
}

.index_table_order {
    width: 5%;
}

.index_table_title {
    width: 25%;
}

.index_table_number {
    width: 8%;
}

.index_table_author {
    width: 25%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
}

.index_table_dynasty {
    width: 5%;
}

.index_table_edition {
    width: 10%;
}

.index_table_edition2 {
    width: 20%;
}

.index_table_read {
    width: 5%;
}

.index_table_collect {
    width: 5%;
}

.index_table_tbody {
    display: table-row-group;
    vertical-align: middle;
    border-collapse: collapse;
}

.index_center_left_top {
    height: 50%;
}

.index_center_tottem {
    /* float:left;*/
    width: 100%;
    border: 1px solid #c0b2a5;
    padding: 30px 0 30px 0;
    background-color: #fbf7ee;
}

.index_cb_page {
    margin-top: 3px;
    margin-left: 10px;
    font-size: 17px;
    color: #93434c;
}

.index_cb_page2 {
    display: flex;
    margin-top: 3px;
    margin-left: 10px;
    font-size: 17px;
    color: #93434c;
}

.index_cb_page_number {
    font-size: 17px;
    color: #93434c;
}

.index_cb_index {
    flex: 2;
    /*min-width: 50px;*/
    font-size: 14px;
    margin-left: 15px;
    height: 30px;
    background-color: #8c6040;
    text-align: center;
    line-height: 30px;
    color: white;
    border-radius: 5px;
}

.index_cb_index2 {
    margin-top: -3px;
    font-size: 14px;
    margin-left: 15px;
    width: 85px;
    height: 30px;
    background-color: #8c6040;
    text-align: center;
    line-height: 30px;
    color: white;
    border-radius: 5px;
}

.index_center_left_bottem_title {
    float: left;
    margin-left: 0;
    font-size: 14px;
    color: #7f5930;
}

.index_center_left_bottem_order {
    float: right;
    margin-right: 0;
    font-size: 14px;
    color: #cb9a56;
}

.index_center_left_bottem_content {
    padding-bottom: 25px;
}

.index_center_left_bottem {
    padding: 15px 15px 15px 30px;
    overflow-y: auto;
    max-height: 70%;
}

li.index_center_left_bottem_content {
    list-style: none;
}

.index_cb {
    /*float: left;*/
    /*margin-left: 255px;*/
    width: 90%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.index_cb_jump {
    flex: 6;
    min-width: 190px;
    font-size: 17px;
    color: #93434c;
    margin-left: 10px;
}

.index_cb_input {
    margin-top: -5px;
    width: 25%;
    height: 30px;
    border: 1px solid #c0b3a3;
    background-color: white;
}

.index_kind {
    text-align: center;
    line-height: 50px;
    height: 50px;
    background-color: #af977b;
    font-size: 18px;
    color: white;
}

.index_login {
    display: none;
    position: absolute;
    left: 45%;
    top: 25%;
    width: 352px;
    height: 195px;
    background: url("../image/index_login_background.png");
    background-repeat: repeat-y;
    z-index: 9999;
}

.index_login_first {
    float: left;
    width: 100%;
}

.index_login_first span {
    float: left;
    margin-left: 20px;
    margin-top: 15px;
    color: #af977b;
    font-size: 15px;
    font-weight: bold;
}

.index_login_first img {
    float: right;
    margin-right: 20px;
    margin-top: 15px;
}

.index_username {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.index_username span {
    color: block;
    float: left;
    margin-left: 30px;
    margin-top: 5px;
    font-size: 13px;
}

.index_username input {
    float: left;
    margin-left: 15px;
    width: 225px;
    height: 25px;
    border: 1px solid #eee3c0;
    background-color: transparent;
}

.index_pwd {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.index_pwd span {
    float: left;
    margin-left: 30px;
    margin-top: 5px;
    color: block;
    font-size: 13px;
}

.index_pwd input {
    background-color: transparent;
    float: left;
    margin-left: 15px;
    width: 225px;
    height: 25px;
    border: 1px solid #eee3c0;
}

.index_login_register {
    float: right;
    margin-top: 13px;
}

.index_login_register div:first-child {
    float: right;
    margin-right: 30px;
    text-align: center;
    width: 65px;
    height: 25px;
    background-color: #7d6132;
    line-height: 25px;
    cursor: pointer;
}

.index_login_register div:last-child {
    float: right;
    margin-right: 10px;
    text-align: center;
    width: 65px;
    height: 25px;
    background-color: #7d6132;
    line-height: 30px;
}

.index_login_close {
    cursor: pointer;
}

.index_login_common {
    outline: none;
    border: none;
    background-color: #7d6132;
    color: white;
    font-size: 13px;
}

.index_login_common2 {
    cursor: pointer;
    margin-top: 2px;
    outline: none;
    border: none;
    background-color: #7d6132;
    color: white;
    font-size: 13px;
}

.index_login_common3 {
    line-height: 25px;
    /*margin-top: 3px;*/
    outline: none;
    border: none;
    background-color: #7d6132;
    color: white;
    font-size: 13px;
}

.index_advanced_secrch {
    border-left: 2px solid #e9dcc6;
    border-right: 2px solid #e9dcc6;
    border-bottom: 2px solid #e9dcc6;
    border-radius: 20px;
    display: none;
    padding-bottom: 15px;
    position: absolute;
    left: 30%;
    top: 25%;
    width: 463px;
    background: url("../image/index_advanced_search.png");
    background-color: #faf3e7;
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.heightsearch_catagory_div {
    border-left: 2px solid #e9dcc6;
    border-right: 2px solid #e9dcc6;
    border-bottom: 2px solid #e9dcc6;
    border-radius: 20px;
    display: none;
    padding-bottom: 15px;
    position: absolute;
    left: 40%;
    top: 25%;
    width: 300px;
    background: url("../image/index_advanced_search.png");
    background-color: #faf3e7;
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.index_advanced_secrch_close,
.heightsearch_catagory_div_close {
    cursor: hand;
}

.index_as_name {
    float: left;
    margin-top: 16px;
    margin-left: 20px;
}

.index_as_name2 {
    float: left;
    margin-top: 8px;
    margin-left: 20px;
}

.index_as_name_choose {
    width: 72px;
    height: 30px;
    border: 1px solid #c8a372;
    background-color: white;
    color: #a27f43;
    float: left;
}

.index_as_name_choose2 {
    margin-left: 5px;
    width: 72px;
    height: 30px;
    border: 1px solid #c8a372;
    background-color: white;
    color: #a27f43;
    float: left;
}

.index_as_name input {
    border: 1px solid #c8a372;
    float: left;
    margin-left: 5px;
    background-color: white;
    width: 350px;
    height: 30px;
}

.index_as_input2 {
    border: 1px solid #c8a372;
    float: left;
    margin-left: 5px;
    background-color: white;
    width: 200px;
    height: 30px;
}

.index_as_delete {
    text-align: center;
    line-height: 29px;
    float: left;
    margin-left: 5px;
    width: 68px;
    height: 29px;
    background-color: #c2ae8d;
    color: white;
}

.index_as_insert {
    float: right;
    margin-top: 8px;
    margin-right: 14px;
}

.index_as_insert div:first-child {
    float: right;
    text-align: center;
    line-height: 29px;
    width: 68px;
    height: 29px;
    background-color: #7d6132;
    color: white;
}

.index_as_insert div:last-child {
    float: right;
    margin-right: 5px;
    text-align: center;
    line-height: 29px;
    width: 68px;
    height: 29px;
    background-color: #7d6132;
    color: white;
}


/*跳转*/

.jump_background {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    background-image: url(../image/jump_background.png);
    background-repeat: no-repeat;
    /*background-size: 100% auto;*/
}

.jump_function {
    display: flex;
    width: 77%;
    margin: 0 auto;
}

.jump_button {
    float: left;
    margin-left: 8px;
    text-align: center;
    width: 80px;
    border: 1px solid #c6ad78;
}

.jump_tag {
    width: 100%;
    margin-top: 8px;
    height: 30px;
}

.jump_font {
    font-size: 13px;
    margin-top: 5px;
    color: #a38e65;
}

.jump_down_list {
    width: 75%;
    border: 1px solid #c6ad78;
    color: #a38e65;
    font-size: 13px;
    background-color: transparent;
}

.jump_font_choose {
    text-align: center;
    float: left;
    margin-left: 8px;
    width: 110px;
    border: 1px solid #c6ad78;
}

.jump_direction_all {
    float: left;
    margin-left: 7px;
}

.jump_direction_position {
    margin-left: 5px;
    margin-top: 7px;
}

.jump_direction_center {
    margin-left: 7px;
    margin-top: 9px;
}

.jump_direction {
    float: left;
    padding-left: 5px;
    width: 34px;
    height: 34px;
    border: 1px solid #c6ad78;
}

.jump_title_page {
    text-align: center;
    width: 73px;
    height: 27px;
    border: 1px solid #c6ad78;
    margin-left: 7px;
    margin-top: 6px;
    background-color: transparent;
    color: #a38e65;
}

.jump_head_go {
    margin-top: 6px;
    color: #a38e65;
    float: right;
    margin-right: 0;
    text-align: center;
    line-height: 27px;
    width: 27px;
    height: 27px;
    border: 1px solid #c6ad78;
}

.jump_insert_tag {
    display: none;
    position: fixed;
    left: 40%;
    top: 30%;
    width: 467px;
    height: 195px;
    background: url("../image/insert_tag_background.png");
    background-repeat: no-repeat;
}

.jump_username {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.jump_username span {
    float: left;
    margin-left: 30px;
    margin-top: 10px;
    color: #a98029;
    font-size: 13px;
}

.jump_username input {
    float: left;
    margin-left: 15px;
    width: 345px;
    height: 36px;
    border: 1px solid #c8a372;
}

.jump_note_content {
    float: left;
    width: 100%;
    margin-top: 7px;
}

.jump_note_content span {
    float: left;
    margin-left: 30px;
    margin-top: 10px;
    color: #a98029;
    font-size: 13px;
}

.jump_note_content textarea {
    float: left;
    margin-left: 15px;
    width: 350px;
    outline: none;
    resize: none;
    height: 106px;
    border: 1px solid #c8a372;
}

.jump_insert_note {
    display: none;
    position: fixed;
    left: 40%;
    top: 30%;
    width: 468px;
    height: 282px;
    background: url("../image/insert_not_background.png");
    background-repeat: no-repeat;
    z-index: 10;
}

.jump_search {
    border-left: 2px solid #e9dcc6;
    border-right: 2px solid #e9dcc6;
    border-bottom: 2px solid #e9dcc6;
    border-radius: 20px;
    display: none;
    padding-bottom: 15px;
    position: absolute;
    left: 20%;
    top: 15%;
    width: 60%;
    background: url("../image/index_advanced_search.png");
    background-color: #faf3e7;
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.jump_search_border {
    flex: 5;
    border-radius: 30px 0 0 30px;
    border: 1px solid #d3c4aa;
    width: 68%;
    padding-left: 40px;
    /*height: 58px;*/
    background-color: #eddfc6;
}

.jump_search_tag {
    flex: 2;
    width: 25%;
    /*height: 62px;*/
    border-radius: 0 30px 30px 0;
    background-color: #cfa285;
}

.jump_search_tag img {
    margin: 5px auto;
}

.jump_search_all {
    width: 80%;
    display: flex;
    /*height:60px;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.jump_content_all {
    margin-top: 20px;
}

.jump_search_content {
    float: left;
    margin-left: 36px;
    border-bottom: 1px solid #dfd0b5;
    line-height: 62px;
}

.jump_bianhao {
    float: left;
    margin-left: 0;
    margin-top: 9px;
}

.jump_search_detail {
    margin-left: 20px;
    font-size: 13px;
    color: #5e2c10;
    cursor: pointer;
}

.jump_search_number {
    float: right;
    margin-right: 25px;
    font-size: 13px;
    color: #5e2c10;
    cursor: text !important;
}

.jump_book_list {
    border-left: 2px solid #e9dcc6;
    border-right: 2px solid #e9dcc6;
    border-bottom: 2px solid #e9dcc6;
    border-radius: 20px;
    display: none;
    padding-bottom: 15px;
    position: absolute;
    left: 20%;
    top: 25%;
    width: 50%;
    background: url("../image/index_advanced_search.png");
    background-color: #faf3e7;
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.jump_book_list2 {
    display: none;
    position: fixed;
    top: 18%;
    width: 1315px;
    height: 650px;
    background-color: white;
}

.jump_note_list {
    border-left: 2px solid #e9dcc6;
    border-right: 2px solid #e9dcc6;
    border-bottom: 2px solid #e9dcc6;
    border-radius: 20px;
    display: none;
    padding-bottom: 15px;
    position: absolute;
    left: 20%;
    top: 25%;
    width: 50%;
    background: url("../image/index_advanced_search.png");
    background-color: #faf3e7;
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.jump_book_list_content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    border-bottom: 1px solid #dfd0b5;
    width: 90%;
    height: 54px;
    line-height: 54px;
}

.jump_bianhao2 {
    float: left;
    margin-left: 0;
    margin-top: 22px;
}

.jump_center_all {
    text-align: left;
    width: 77%;
    height: auto;
    margin: 0 auto;
}

.jump_poetry_image {
    display: flex;
    width: 77%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.jump_shiwen {
    float: left;
    margin-top: 0.3rem;
}

.search {
    width: 100%;
    height: 40px;
}

.original_text {
    font-size: 17px;
    color: #8c7152;
    text-align: center;
    line-height: 55px;
    margin-left: 5px;
    margin-top: 18px;
    width: 17%;
    height: 60px;
    background-color: #e3d6c2;
    border: 1px solid #b9aa96;
    border-radius: 10px;
}

.jump_center_content {
    display: flex;
    margin-top: -2px;
    width: 100%;
    height: auto;
    padding: 0 10px 10px;
}

.jump_center_left {
    max-width: 230px;
    min-width: 190px;
    flex: 1;
    height: 630px;
    /*float: left;*/
    background-color: #d6c3a9;
}

.jump_book_detail {
    float: left;
    width: 207px;
    height: 30px;
}

.jump_book_bianhao {
    float: left;
    margin-left: 40px;
    margin-top: 5px;
}

.jump_book_title {
    float: left;
    margin-left: 15px;
    margin-top: 5px;
}

.jump_center_right {
    display: flex;
    margin-left: 10px;
    flex: 4;
    width: 100% !important;
    /*width: 1102px;*/
    height: 630px;
    /*float: right;*/
}

.jump_image_left {
    margin-left: 0;
    /*flex: 1 !important;*/
    height: 630px;
    background-color: white;
    overflow-x: scroll;
}

.book_collect {
    margin-top: 50px;
}

.navigation_all {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    /*width:1000px;*/
    height: 62px;
}

.navigation {
    margin: 0 auto;
    border-radius: 31px;
    /*width: 1290px;*/
    width: 90%;
    height: 62px;
    background-color: #e3e1ca;
    border: 1px solid #af977b;
}

.lianjie_common {
    font-size: 22px;
    color: #8d683c;
}

.navigation_index {
    cursor: pointer;
    float: left;
    text-align: center;
    width: 25%;
    line-height: 62px;
    font-size: 22px;
    font-weight: bold;
    color: #8d683c;
}

.jump_image_right {
    margin-right: 0;
    /*flex: 1;*/
    width: 50%;
    height: 630px;
    background-color: white;
    overflow-x: scroll;
}

.jump_image {
    float: left;
    margin-left: 22.5px;
    margin-top: 95px;
}

.searchplatform_list {
    float: left;
    padding: 0 15px 0 15px;
    border-top: 10px solid #a9010e;
    width: 266px;
    height: 680px;
    background-color: #fefbf4;
    margin-left: 25px;
    margin-top: 25px;
}

.searchplatform_kind {
    font-size: 16px;
    color: #89651e;
    line-height: 70px;
    width: 100%;
    height: 70px;
    border-bottom: 1px dashed #c9b9a1;
}

.searchplatform_maindepot {
    font-size: 16px;
    color: #89651e;
    margin-left: 12px;
}

.searchplatform_center_right {
    float: left;
    margin-left: 0;
    padding: 40px 30px 0 30px;
}

.searchplatform_title1 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 54px;
    width: 60%;
    background: url(../image/searchplatform_title_border1.png);
    background-position: center center;
    height: 54px;
}

.searchplatform_title2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 54px;
    width: 60%;
    background: url(../image/searchplatform_title_border2.png);
    background-position: center center;
    height: 54px;
}

.searchplatform_title3 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 54px;
    width: 60%;
    background: url(../image/searchplatform_title_border3.png);
    background-position: center center;
    height: 54px;
}

.searchplatform_title4 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 54px;
    width: 60%;
    background: url(../image/searchplatform_title_border4.png);
    background-position: center center;
    height: 54px;
}

.searchlist tr {
    border-bottom: 1px solid red;
}

.searchplatform_title5 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 54px;
    width: 60%;
    background: url(../image/searchplatform_title_border5.png);
    background-position: center center;
    height: 54px;
}

.searchplatform_title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 54px;
    width: 60%;
    height: 54px;
}

.searchplatform_content {
    border-bottom: 1px solid #dfd0b5;
    width: 100%;
    height: 55px;
    line-height: 55px;
}

.searchplatform_content2 {
    border-bottom: 1px solid #dfd0b5;
    width: 100%;
    height: 55px;
}

.jump_bianhao3 {
    float: left;
    margin-left: 0;
    margin-top: 22px;
}

.register_name {
    text-align: right;
    padding-top: 15px;
    font-size: 15px;
    color: #484848;
}

.register_input {
    color: #89651e;
    margin-top: 15px;
    font-size: 14px;
    width: 300px;
    height: 30px;
    border: 1px solid #eee3c0;
    background-color: #faf3e7;
}

.register_input2 {
    color: #89651e;
    margin-top: 15px;
    font-size: 14px;
    width: 305px;
    height: 34px;
    border: 1px solid #eee3c0;
    background-color: #faf3e7;
}

.register_button {
    float: right;
    margin-right: 0;
    color: white;
    width: 85px;
    height: 35px;
    margin-top: 20px;
    font-size: 20px;
    border: none;
    background-color: #c2ae8d;
}

.register_table {
    margin: 0 auto;
}

.readhistorylist li {
    list-style: none;
}

.keywordwidth {
    padding-top: 15px;
}

.jump_note_list thead th {
    font-size: 14px;
}

.jump_note_list a {
    color: #333;
}

.new-table {
    width: 98%;
    margin: 60px auto;
}

.index_cb_index,
.jump_note_list_close,
.search span,
.index_as_insert div,
.jump_search_tag,
.original_text {
    cursor: pointer;
}

@media screen and (min-width:0px) and (max-width:1142px) {
    .index_cb_page {
        font-size: 12px;
    }
    .index_cb_index {
        font-size: 8px;
    }
}

.fixed {
    display: block;
    position: fixed;
    top: 10px;
    left: 10px;
    width: 300px;
    background: #FFF;
    padding: 15px;
    color: #000;
}