* {
    padding: 0px;
    margin: 0px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
    "Droid Sans", "Helvetica Neue", sans-serif;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 5px rgb(0 0 0 / 0%);
    background: #afb7c9;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgb(0 0 0 / 0%);
    border-radius: 8px;
    background: #f0f1f5;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}
.text_align_center {
    text-align: center;
}
.color_red {
    color: #f00;
}

#default_bond_box {
    padding-bottom: 50px;
}

#offer_bond_box, #rating_change_box, #maturity_bond_box {
    padding: 50px 0px;
}

.search_box {
    width: 1200px;
    display: flex;
    align-items: center;
    padding: 0px 6px 0px 0px;
    position: fixed;
    background-color: #f0f2f5;
    z-index: 100;
}
.search_box_content {
    width: 100%;
    background: #fff;
    border-radius: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.search_box_content_on_focus {
    -webkit-box-shadow: 0 0 10px rgb(0 153 255 / 50%) !important;
    box-shadow: 0 0 10px rgb(0 153 255 / 50%) !important;
}
.search_box_content:hover {
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
.search_box_group {
    line-height: normal;
    display: inline-table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.search_box_input {
    font-size: 14px;
    vertical-align: middle;
    display: table-cell;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    background: transparent;
    border: none;
    -webkit-appearance: none;
    background-image: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    line-height: 40px;
    outline: none;
    -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.search_box_btn_box {
    background-color: #F5F7FA;
    color: #909399;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    border-radius: 4px;
    width: 1px;
    white-space: nowrap;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: none;
    border: none;
    padding: 0;
}
.btn_group_box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border-left: 1px solid #ccc;
}
.btn_group_box i {
    font-weight: bold;
    color: #727f9e;
    font-size: 18px;
    margin: 0 18px;
    font-family: "jiuqi" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.btn_group_box i:before {
    content: "\E602";
}
.btn_group_box span {
    display: block;
    padding: 0 36px 0 0;
    color: #909399;
    font-size: 14px;
}
.search_keyword_list {
    position: fixed;
    width: 1170px;
    top: 105px;
    z-index: 100;
    background-color: #fff;
    height: 270px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow-y: hidden;
    padding: 5px 15px;
    display: none;
}
.search_keyword_list:hover {
    overflow-y: auto;
}
.search_keyword_list a {
    display: block;
    padding: 5px 0px;
}
.search_keyword_list a:hover {
    color: #282828;
}
.search_keyword_list a span {
    display: inline-block;
    padding-right: 15px;
    font-size: 12px;
}
.data_get_fail {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #ccc;
}
.bond_color {
    color: rgb(0, 153, 255)
}
.subject_color {
    color: rgb(255, 153, 0);
}
.isin_color {
    color: rgb(178, 187, 205);
}
.bond_statistics_box {
    padding: 25px 0px;
}
.bond_statistics_data {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    border-radius: 8px;
    background: #fff;
    margin: 0 6px;
    -webkit-box-shadow: 0 3px 5px #b2bbcd;
    box-shadow: 0 3px 5px #b2bbcd;
    padding: 13px 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 350px;
}
.bond_statistics_data:hover {
    -webkit-box-shadow: 0 3px 5px rgba(0,153,255,0.5);
    box-shadow: 0 3px 5px rgba(0,153,255,0.5);
    background: #f3faff;
}
.line_content {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    font-weight: 500;
    color: #6f7c9c;
}
.font_size_protrusion {
    font-size: 20px;
}
.bond_box {
    height: 760px;
    /*margin: 20px 0px 40px;*/
    background-color: #fff;
    position: relative;
    padding: 10px 20px;
    border-radius: 9px;
    -webkit-box-shadow: 0 3px 5px #b2bbcd;
    box-shadow: 0 3px 5px #b2bbcd;
}
.bond_box h3 {
    display: inline-block;
    font-size: 18px;
    padding: 5px 0px;
    color: #333;
    font-weight: 500;
}
.default_bond_search, .offer_bond_search, .rating_search, .maturity_search {
    display: inline-block;
    position: absolute;
    right: 30px;
}
/** 设置input placeholder的样式  开始 **/
.default_bond_search input::-webkit-input-placeholder, #bond_datetime_box input::-webkit-input-placeholder, #rating_datetime_box input::-webkit-input-placeholder {  /* WebKit browsers */
    color: #a5a5a5;
    font-size: 13px;
}
.default_bond_search input:-moz-placeholder, #bond_datetime_box input:-moz-placeholder, #rating_datetime_box input:-moz-placeholder {  /* Mozilla Firefox 4 to 18 */
    color: #a5a5a5;
    font-size: 13px;
}
.default_bond_search input::-moz-placeholder, #bond_datetime_box input::-moz-placeholder, #rating_datetime_box input::-moz-placeholder {  /* Mozilla Firefox 19+ */
    color: #a5a5a5;
    font-size: 13px;
}
.default_bond_search input:-ms-input-placeholder, #bond_datetime_box input:-ms-input-placeholder, #rating_datetime_box input:-ms-input-placeholder {  /* Internet Explorer 10+ */
    color: #a5a5a5;
    font-size: 13px;
}
/** 设置input placeholder的样式  结束 **/
#bond_datetime_box, #rating_datetime_box, #maturity_datetime_box {
    float: left;
    margin-right: 20px;
}
#bond_datetime_box .el-date-editor, #rating_datetime_box .el-date-editor, #maturity_datetime_box .el-date-editor {
    width: 200px;
    height: 32px;
    padding: 0px;
    border: none;
    border-bottom: 1px solid #b7bece;
    border-radius: 0px;
}
#bond_datetime_box .el-range__close-icon, #rating_datetime_box .el-range__close-icon, #maturity_datetime_box .el-range__close-icon {
    width: 0px;
}
#bond_datetime_box .el-range-input, #rating_datetime_box .el-range-input, #maturity_datetime_box .el-range-input {
    font-size: 13px;
    color: #282828;
}

.bond_keyword_box {
    height: 31px;
    border-bottom: 1px solid #b7bece;
    float: left;
}
.bond_keyword_box input {
    height: 30px;
    line-height: 30px;
    width: 200px;
    color: #282828;
}
.bond_btn_search {
    display: inline-block;
    width: 50px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background-color: #409EFF;
    border-color: #409EFF;
    border-radius: 3px;
    cursor: pointer;
    margin-left: 15px;
}
.investment_grade_box {
    float: left;
    width: 135px;
    height: 31px;
    position: relative;
    border-bottom: 1px solid #b7bece;
    margin-right: 20px;
}
.investment_grade_show {
    height: 30px;
    line-height: 30px;
    color: #282828;
    font-size: 13px;
}
.investment_grade_list {
    opacity: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 0px 10px;
}
.icon_follow_down {
    display: inline-block;
    font-family: 'element-icons' !important;
    transform: rotateZ(180deg);
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    position: absolute;
    top: 8px;
    right: 0px;
}
.icon_follow_down::before {
    content: "\E6E1";
}
.table_container {
    margin-top: 10px;
}
.table_header_fixed_box {
    height: 30px;
    overflow: hidden;
    padding: 0px 5px;
}
.table_container table {
    display: table;
    font-size: 14px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}
.defaulted_bond_table, .tender_bond_table, .rating_change_table, .maturity_change_table {
    max-height: 630px;
    overflow-y: auto;
    padding: 5px;
}
.default_bond_loading_box, .tender_bond_loading_box {
    width: 100%;
    height: 250px;
    position: relative;
    display: none;
}
.circular {
    height: 42px;
    width: 42px;
    position: absolute;
    left: calc(50% - 21px);
    top: calc(50% - 21px);
    -webkit-animation: loading-rotate 2s linear infinite;
    animation: loading-rotate 2s linear infinite;
}
.circular .path {
    -webkit-animation: loading-dash 1.5s ease-in-out infinite;
    animation: loading-dash 1.5s ease-in-out infinite;
    stroke-dasharray: 90, 150;
    stroke-dashoffset: 0;
    stroke-width: 2;
    stroke: #409EFF;
    stroke-linecap: round;
}
.table_container table thead {
    width: 100%;
}

.table_container table thead tr {
    display: table-row;
    width: 100%;
    box-sizing: border-box;
}
.table_container table thead tr th {
    display: table-cell;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    background-color: rgba(241,242,245,0.5);
    border-right: 2px solid #fff;
}
.table_container table thead tr th:last-child {
    width: auto;
    border-right: none;
}
.table_container table tbody {
    width: 100%;
    max-height: 320px;
    overflow-y: auto;
}
.table_container table tbody tr {
    width: 100%;
    box-sizing: border-box;
    height: 30px;
}
.table_container table tbody tr:hover {
    -webkit-box-shadow: 0 0 10px rgba(0,153,255,0.5);
    box-shadow: 0 0 10px rgba(0,153,255,0.5);
    border-radius: 7px;
}
.table_container table tbody tr:hover td:nth-child(-n+2) a {
    color: #0099FF;
}
.table_container table tbody tr:hover .tender_bond_more a {
    color: #0099FF;
}
.table_container table tbody tr:hover .rating_more a {
    color: #0099FF;
}
.bond_container table tbody tr td {
    width: 200px;
    vertical-align: middle !important;
    text-align: center;
    font-size: 12px;
    font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
    "Helvetica Neue", sans-serif;
}
.rating_container table tbody tr td {
    width: 150px !important;
    vertical-align: middle !important;
    text-align: center;
    font-size: 12px;
    font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
    "Helvetica Neue", sans-serif;
}
.maturity_container table tbody tr td {
    width: 200px !important;
    vertical-align: middle !important;
    text-align: center;
    font-size: 12px;
    font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
    "Helvetica Neue", sans-serif;
}
.table_container table tbody tr td:last-child {
    width: auto !important;
    border-right: none;
}
.page {
    padding: 0px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.page span {
    display: inline-block;
    margin: 0 5px;
    background-color: #f4f4f5;
    color: #606266;
    min-width: 30px;
    border-radius: 2px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    font-weight: bold;
}
.page span:hover i {
    color: #409EFF;
}
.page span i {
    font-style: normal;
    font-weight: normal;
    font-family: 'element-icons' !important;
}
.more_page::before {
    content: "\E794";
}
.left_more_page::before {
    content: "\E6DD";
}
.right_more_page::before {
    content: "\E6DC";
}
.page .active {
    background-color: #409EFF;
    color: #FFF;
}

/*detail.php 详情*/
.detail_box {
    width: 820px;
    background-color: #fff;
    min-height: 758px;
    margin: 0px auto;
    padding-bottom: 30px;
    margin-top: 10px;
}
.detail_title_box {
    border-bottom: 1px solid #e9ecf2;
}
.detail_title {
    font-weight: 500;
    padding: 15px 20px;
    position: relative;
    height: 100%;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}
.detail_title::after {
    content: "";
    position: absolute;
    height: 4px;
    background: #09f;
    width: 18px;
    border-radius: 4px;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}
.detail_table_box {
    padding: 10px 20px 20px;
    -webkit-box-shadow: 0 3px 10px rgba(178,187,205,0.2);
    box-shadow: 0 3px 10px rgba(178,187,205,0.2);
    border: 1px solid #e9ecf2;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 0 10px;
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin: 15px 20px 0px;
}
.detail_table_box:hover {
    -webkit-box-shadow: 0 3px 10px rgba(0,153,255,0.3);
    box-shadow: 0 3px 10px rgba(0,153,255,0.3);
    border: 1px solid #b6e2ff;
}
.detail_box table {
    width: 100%;
    color: #282828;
    border-collapse: collapse;
}
.detail_box table tr {
    width: 100%;
}
.detail_box table tr td {
    font-size: 12px;
    padding: 10px 15px;
    border-bottom: 1px solid #e9ecf2;
}
.detail_box table tr td:nth-child(odd) {
    width: 150px;
    color: #6f7c9c;
}