* {
    margin: 0;
    padding: 0;
    word-break: break-word;
    box-sizing: border-box
}

:focus {
    outline: none !important
}

html {
    overflow: hidden
}

body,
html {
    height: 100%
}

a,
body {
    color: #333
}

body {
    min-width: 1350px !important;
    font-family: Noto Sans SC, Microsoft YaHei, sans-serif;
    font-size: 12px;
    background-color: #f8f8f8;
    font-variant: tabular-nums;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum"
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-thumb {
    background-color: #dadada;
    border-radius: 4px
}

::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 4px
}

.custom_scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.custom_scrollbar::-webkit-scrollbar-thumb {
    background-color: #dadada;
    border-radius: 4px
}

.custom_scrollbar::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 4px
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

b,
dt,
strong,
th {
    font-weight: 600;
    font-family: PingFang SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif
}

input[type=password],
input[type=text],
select,
textarea {
    border: 1px solid #d9d9d9;
    font-size: 12px;
    color: #444
}

textarea {
    padding: 8px
}

input[type=password],
input[type=text],
select {
    padding: 0 8px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle
}

input[type=password][disabled],
input[type=text][disabled],
select[disabled] {
    background-color: #eee;
    cursor: no-drop
}

input[type=password]:hover,
input[type=text]:hover,
select:hover,
textarea:hover {
    border-color: #c9c9c9;
    box-shadow: none
}

select:hover {
    cursor: pointer
}

input[type=password]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
    border-color: #0086fa;
    box-shadow: none
}

pre {
    all: initial;
    font-size: 12px;
    font-family: Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif
}

::-moz-placeholder {
    color: #bdbdbd
}

::-webkit-input-placeholder {
    color: #bdbdbd
}

:-ms-input-placeholder {
    color: #bdbdbd
}

#loading {
    z-index: 9999
}

.unselected {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none
}

.pointer {
    cursor: pointer
}

.f_0 {
    font-size: 0
}

.f_10 {
    font-size: 10px
}

.f_12 {
    font-size: 12px
}

.f_13 {
    font-size: 13px !important
}

.f_14 {
    font-size: 14px !important
}

.f_16 {
    font-size: 16px !important
}

.f_17 {
    font-size: 17px !important
}

.f_18 {
    font-size: 18px
}

.f_20 {
    font-size: 20px
}

.f_24 {
    font-size: 24px
}

.fw_400 {
    font-weight: 400
}

.fw_600 {
    font-weight: 600
}

.f_black {
    color: #32393d !important
}

.f_black_major {
    color: #000
}

.f_white {
    color: #fff
}

.f_gray_light {
    color: #7a8992
}

.f_gray {
    color: #a5afb5 !important
}

.f_red {
    color: #ff4851
}

.f_green {
    color: #8dbf64 !important
}

.f_orange {
    color: #ffb71c
}

.f_yellow {
    color: #faad14
}

.f_blue,
.f_default {
    color: #0086fa
}

.t_l {
    text-align: left !important
}

.t_c {
    text-align: center !important
}

.t_r {
    text-align: right !important
}

.vta_t {
    vertical-align: top !important
}

.vta_m {
    vertical-align: middle !important
}

.vta_b {
    vertical-align: bottom !important
}

.m_0 {
    margin: 0 !important
}

.ml_0 {
    margin-left: 0 !important
}

.ml_5 {
    margin-left: 5px !important
}

.ml_7 {
    margin-left: 7px !important
}

.ml_8 {
    margin-left: 8px !important
}

.ml_10 {
    margin-left: 10px !important
}

.ml_12 {
    margin-left: 12px !important
}

.ml_15 {
    margin-left: 15px !important
}

.ml_20 {
    margin-left: 20px !important
}

.ml_24 {
    margin-left: 24px !important
}

.ml_30 {
    margin-left: 30px !important
}

.ml_50 {
    margin-left: 50px !important
}

.mr_0 {
    margin-right: 0 !important
}

.mr_5 {
    margin-right: 5px !important
}

.mr_10 {
    margin-right: 10px !important
}

.mr_12 {
    margin-right: 12px !important
}

.mr_20 {
    margin-right: 20px !important
}

.mr_24 {
    margin-right: 24px !important
}

.mr_30 {
    margin-right: 30px !important
}

.mt_0 {
    margin-top: 0 !important
}

.mt_1 {
    margin-top: 1px !important
}

.mt_3 {
    margin-top: 3px !important
}

.mt_5 {
    margin-top: 5px !important
}

.mt_7 {
    margin-top: 7px !important
}

.mt_10 {
    margin-top: 10px !important
}

.mt_12 {
    margin-top: 12px !important
}

.mt_15 {
    margin-top: 15px !important
}

.mt_20 {
    margin-top: 20px !important
}

.mt_24 {
    margin-top: 24px !important
}

.mt_30 {
    margin-top: 30px !important
}

.mt_50 {
    margin-top: 50px !important
}

.mb_0 {
    margin-bottom: 0 !important
}

.mb_5 {
    margin-bottom: 5px !important
}

.mb_10 {
    margin-bottom: 10px !important
}

.mb_12 {
    margin-bottom: 12px !important
}

.mb_15 {
    margin-bottom: 15px !important
}

.mb_16 {
    margin-bottom: 16px !important
}

.mb_20 {
    margin-bottom: 20px !important
}

.mb_24 {
    margin-bottom: 24px !important
}

.mb_30 {
    margin-bottom: 30px !important
}

.p_0 {
    padding: 0 !important
}

.p_10 {
    padding: 10px !important
}

.p_20 {
    padding: 20px !important
}

.pl_0 {
    padding-left: 0 !important
}

.pl_5 {
    padding-left: 5px !important
}

.pl_10 {
    padding-left: 10px !important
}

.pl_15 {
    padding-left: 15px !important
}

.pl_20 {
    padding-left: 20px !important
}

.pl_30 {
    padding-left: 30px !important
}

.pl_40 {
    padding-left: 40px !important
}

.pr_0 {
    padding-right: 0 !important
}

.pr_5 {
    padding-right: 5px !important
}

.pr_10 {
    padding-right: 10px !important
}

.pr_12 {
    padding-right: 12px !important
}

.pr_15 {
    padding-right: 15px !important
}

.pr_20 {
    padding-right: 20px !important
}

.pr_30 {
    padding-right: 30px !important
}

.pt_0 {
    padding-top: 0 !important
}

.pt_5 {
    padding-top: 5px !important
}

.pt_8 {
    padding-top: 8px !important
}

.pt_10 {
    padding-top: 10px !important
}

.pt_20 {
    padding-top: 20px !important
}

.pt_30 {
    padding-top: 30px !important
}

.pb_0 {
    padding-bottom: 0 !important
}

.pb_5 {
    padding-bottom: 5px !important
}

.pb_10 {
    padding-bottom: 10px !important
}

.pb_20 {
    padding-bottom: 20px !important
}

.pb_30 {
    padding-bottom: 30px !important
}

.w_45 {
    width: 45px !important
}

.w_50 {
    width: 50px !important
}

.w_60 {
    width: 60px !important
}

.w_70 {
    width: 70px !important
}

.w_80 {
    width: 80px !important
}

.w_90 {
    width: 90px !important
}

.w_100 {
    width: 100px !important
}

.w_110 {
    width: 110px !important
}

.w_120 {
    width: 120px !important
}

.w_130 {
    width: 130px !important
}

.w_140 {
    width: 140px !important
}

.w_150 {
    width: 150px !important
}

.w_160 {
    width: 160px !important
}

.w_180 {
    width: 180px !important
}

.w_200 {
    width: 200px !important
}

.w_220 {
    width: 220px !important
}

.w_240 {
    width: 240px !important
}

.w_250 {
    width: 250px !important
}

.w_300 {
    width: 300px !important
}

.w_350 {
    width: 350px !important
}

.w_400 {
    width: 400px !important
}

.w_450 {
    width: 450px !important
}

.w_500 {
    width: 500px !important
}

.w_600 {
    width: 600px !important
}

.w_full {
    width: 100% !important
}

.max_vw_100 {
    max-width: 100% !important
}

.lh_20 {
    height: 20px;
    line-height: 20px
}

.lh_24 {
    height: 24px;
    line-height: 24px
}

.lh_30 {
    height: 30px;
    line-height: 30px
}

.lh_32 {
    height: 32px;
    line-height: 32px
}

.w_1200 {
    width: 1200px !important
}

.no_content {
    height: 200px !important;
    line-height: 200px !important
}

.no_content td {
    line-height: 200px !important
}

.no_content td,
.no_dashboard_content td {
    border-color: transparent !important;
    height: 200px !important;
    color: #888
}

.no_dashboard_content td>div {
    margin-bottom: 12px
}

.no_dashboard_chart {
    padding-top: 100px;
    text-align: center
}

.no_dashboard_chart>div {
    margin-bottom: 12px
}

.no_dashboard_chart>div.icons_box>span {
    font-size: 48px;
    margin: 0 12px;
    color: #bdbdbd
}

.border_e8 {
    border: 1px solid #e6e9ea
}

.border_red {
    border-color: #ff4d4f !important
}

.bd_no {
    border: none !important
}

.bdt_no {
    border-top: none !important
}

.bd_solid {
    border-style: solid !important
}

.bd_dashed {
    border-style: dashed !important
}

.bd_dotted {
    border-style: dotted !important
}

.d_i {
    display: inline !important
}

.d_b {
    display: block !important
}

.d_ib {
    display: inline-block !important
}

.d_n {
    display: none !important
}

.v_h {
    visibility: hidden !important
}

.flex {
    display: flex
}

.flex.center_align {
    align-items: center
}

.flex.star_align {
    align-items: flex-start
}

.flex.end_align {
    align-items: flex-end
}

.flex.center_just {
    justify-content: center
}

.flex.end_just {
    justify-content: flex-end
}

.flex.column {
    flex-direction: column
}

.flex.between {
    justify-content: space-between
}

.flex_item_right {
    margin-left: auto
}

.pti_r {
    position: relative !important
}

.pti_a {
    position: absolute !important
}

.pti_f {
    position: fixed !important
}

.flo_l {
    float: left !important
}

.flo_r {
    float: right !important
}

.clear_fix:after {
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    clear: both
}

a {
    color: #0086fa
}

a,
a:focus,
a:hover {
    text-decoration: none
}

a:focus,
a:hover {
    color: #1890ff
}

a[disabled] {
    color: #888;
    cursor: inherit
}

a.no_underline:focus,
a.no_underline:hover,
a[disabled] {
    text-decoration: none
}

.head_tabs {
    font-size: 0;
    padding-left: 20px
}

.head_tabs>li {
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #e6e9ea;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0 10px;
    font-size: 13px;
    line-height: 34px;
    color: #888;
    background: #fff;
    cursor: pointer
}

.head_tabs>li>a {
    display: block;
    padding: 0 12px;
    line-height: 32px;
    color: #888;
    background: transparent
}

.head_tabs>li:hover>a {
    color: #0086fa
}

.head_tabs>li.active,
.head_tabs>li:active,
.head_tabs>li:focus {
    border-color: #fff;
    color: #fff;
    background-color: #0086fa
}

.head_tabs>li.active>a,
.head_tabs>li:active>a,
.head_tabs>li:focus>a {
    color: #fff
}

.tab_content>.tab_pane {
    display: none;
    visibility: hidden
}

.tab_content>.tab_pane.active {
    display: block;
    visibility: visible
}

.list_tabs {
    font-size: 0
}

.list_tabs>li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    padding: 5px 10px;
    font-size: 13px;
    cursor: pointer
}

.list_tabs>li:first-child {
    margin-left: 0
}

.list_tabs>li:last-child {
    margin-right: 0
}

.list_tabs>li:not(:last-child):after {
    position: absolute;
    right: -10px;
    top: 10px;
    left: auto;
    width: 1px;
    height: 20px;
    content: "";
    background: #eee
}

.list_tabs>li>a {
    display: block;
    padding: 0 10px;
    line-height: 32px;
    color: #444;
    background: #fff
}

.list_tabs>li.active,
.list_tabs>li:active,
.list_tabs>li:focus,
.list_tabs>li:visited {
    border-color: #fff;
    color: #0086fa;
    border-bottom: 2px solid #0086fa
}

.list_tabs>li.active>a,
.list_tabs>li:active>a,
.list_tabs>li:focus>a,
.list_tabs>li:hover>a,
.list_tabs>li:visited>a {
    color: #0086fa;
    text-decoration: none;
    background-color: transparent
}

.list_tabs>li>a:focus,
.list_tabs>li>a:hover {
    text-decoration: none;
    background-color: transparent
}

.list_tabs_content .table_list {
    border: 1px solid #e6e9ea
}

.list_tabs_content>.list_tabs_pane {
    display: none;
    visibility: hidden
}

.list_tabs_content>.list_tabs_pane.active {
    display: block;
    visibility: visible
}

.modal {
    color: #444
}

.modal.modal_center .modal_dialog {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: -30px 0 0
}

.modal>.modal_dialog>.modal_content>.modal_header {
    border-radius: 0;
    border-bottom: 0;
    padding: 16px;
    background-color: #fff
}

.modal .modal_header>.close {
    position: relative;
    top: -3px;
    margin-top: 0
}

.modal .modal_header>.modal_title {
    font-size: 13px;
    font-weight: 400;
    color: #888
}

.modal .modal_content {
    border-radius: 0
}

.modal .modal_footer {
    padding: 16px;
    border-top: 1px solid #fff;
    background: #fff
}

.modal .modal_footer .btn {
    min-width: 56px
}

.modal .modal_footer .btn+.btn {
    margin-left: 10px
}

.modal .modal_body {
    max-height: calc(100vh - 200px);
    overflow: auto;
    background: #fff;
    padding: 12px 24px
}

.modal .modal_dialog {
    width: 600px
}

.modal.small>.modal_dialog {
    margin-top: 120px;
    width: 400px
}

.modal.small-bigger>.modal_dialog {
    width: 500px
}

.modal.middle>.modal_dialog {
    width: 800px
}

.modal.large>.modal_dialog {
    width: 1000px
}

@media (max-width:1100px) {
    .modal .modal_dialog {
        margin: 0;
        width: 99vmin;
        height: 99vmin
    }

    .modal .modal_header h4 {
        font-size: 15px
    }

    .modal .modal_header .close {
        font-size: 25px
    }

    .modal .modal_body {
        overflow: auto
    }
}

@media (max-width:768px) {
    .modal .modal_dialog {
        margin: 0;
        width: 99vmin;
        height: 99vmin
    }

    .modal .modal_header h4 {
        font-size: 20px
    }

    .modal .modal_header .close {
        font-size: 45px
    }

    .modal .modal_body {
        overflow: auto
    }
}

.modal.modal_flex .modal_body {
    overflow: auto;
    height: calc(100vh - 200px);
    max-height: inherit
}

.modal.modal_flex .modal_body .page_flex {
    display: flex;
    flex-direction: column;
    height: 100%
}

.modal.modal_flex .modal_body .page_flex .page_list {
    flex: 1;
    overflow: auto;
    background: #fff
}

.modal.modal_flex .modal_body .page_flex .page_list.default {
    background: transparent
}

.modal.modal_flex .modal_body .page_flex .page_list .table_out {
    width: 100%;
    height: 100%;
    background: #fff
}

.modal.modal_flex .modal_body .page_flex .page_paging {
    padding-top: 6px;
    padding-right: 16px;
    background: #fff;
    height: 40px;
    text-align: right
}

.loading_modal .modal_content {
    border: none;
    box-shadow: none;
    text-align: center;
    background: none
}

.loading_modal .modal_backdrop {
    background-color: #fff;
    opacity: .4;
    filter: alpha(opacity=40)
}

.loading_modal .modal_body {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    background: transparent
}

.loading_modal .modal_dialog {
    margin: 200px auto 0
}

#dialog_window {
    border: 1px solid #999;
    border-radius: 4px;
    width: 300px;
    background: #fff
}

#dialog_window.big_modal {
    width: 420px !important
}

#dialog_title {
    padding: 10px;
    border-radius: 4px 4px 0 0;
    color: #303133;
    font-size: 13px;
    font-weight: 600
}

#dialog_title h3 {
    display: inline;
    margin: 0;
    font-size: 13px;
    color: #333;
    font-weight: 600
}

#dialog_title .close {
    line-height: 16px
}

a#dialog_btn_close {
    color: #333;
    text-decoration: none
}

#dialog_content {
    clear: both;
    padding: 10px 30px 20px;
    min-height: 62px;
    font-size: 13px;
    vertical-align: middle
}

#dialog_content .alertContentOut {
    width: 100%;
    font-size: 0
}

#dialog_content .alertContentOut div {
    display: inline-block;
    font-size: 13px;
    text-align: center;
    vertical-align: top
}

#dialog_content .alertContentOut div.iconOut {
    width: 38px;
    height: 24px;
    line-height: 24px
}

#dialog_content .alertContentOut div.contentInfo {
    width: 100%
}

#dialog_content .contentInfo .rows {
    display: flex;
    align-items: center
}

#dialog_content .contentInfo .rows.center {
    justify-content: center
}

#dialog_content .alert_comm_tit {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600
}

#dialog_content .alert_comm_tit .bsicon_check_circle,
#dialog_content .alert_comm_tit .bsicon_times_circle {
    font-size: 20px;
    margin-right: 10px;
    font-weight: 400
}

#dialog_content .alert_comm_tit .bsicon_times_circle {
    color: #ff4747
}

#dialog_content .alert_comm_tit .bsicon_check_circle {
    color: #00b88d
}

.big_modal #dialog_content .alert_comm_tit {
    font-size: 18px
}

.big_modal #dialog_content .alert_comm_tit .bsicon_check_circle,
.big_modal #dialog_content .alert_comm_tit .bsicon_times_circle {
    font-size: 24px
}

#dialog_btnBox {
    padding: 0 20px 20px;
    border-radius: 0 0 4px 4px;
    text-align: center
}

#dialog_btn_cancel,
#dialog_btn_enter {
    height: 28px;
    line-height: 26px;
    zoom: 1
}

#dialog_btn_cancel+#dialog_btn_enter,
#dialog_btn_enter+#dialog_btn_cancel {
    margin-left: 20px
}

#diaglo_prompt_input {
    display: block;
    width: 90%;
    margin: 8px 0;
    padding: 5px;
    border: 1px solid #ddd
}

.custom_toast {
    position: fixed;
    top: 60px;
    right: 30px;
    left: auto;
    border-radius: 2px;
    padding: 10px;
    width: 300px;
    box-shadow: 1px 2px 3px #ccc;
    line-height: 24px;
    z-index: 999999;
    font-size: 12px
}

.custom_toast>.message_icon {
    position: absolute;
    left: 10px;
    top: 12px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 18px
}

.custom_toast.message_success {
    border: 1px solid #39b234;
    background: #ebf7ec;
    color: #39b234
}

.custom_toast.message_error {
    border: 1px solid #ff4d4f;
    background: #ffeded;
    color: #ff4d4f
}

.custom_toast.message_waring {
    border: 1px solid #faad14;
    background: #fff7e8;
    color: #faad14
}

.custom_toast a.close_alert {
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 25px;
    font-size: 18px
}

.custom_toast a.close_alert .icon_close_2 {
    font-weight: 600
}

.custom_toast.message_success a.close_alert {
    color: #39b234
}

.custom_toast.message_error a.close_alert {
    color: #ff4d4f
}

.custom_toast.message_waring a.close_alert {
    color: #faad14
}

.custom_toast a.close_alert,
.custom_toast a.close_alert:focus,
.custom_toast a.close_alert:hover {
    text-decoration: none
}

.custom_toast>div {
    padding: 0 30px;
    box-sizing: border-box
}

.custom_message {
    position: fixed;
    display: flex;
    top: 3px;
    left: calc(50% - 280px);
    border-radius: 2px;
    padding: 12px 20px;
    width: 510px;
    box-shadow: 1px 2px 3px #ccc;
    z-index: 999999;
    background: #fff
}

.custom_message>.message_icon {
    width: 30px;
    font-size: 22px
}

.custom_message.message_success>.message_icon {
    color: #39b234
}

.custom_message.message_error>.message_icon {
    color: #ff4d4f
}

.custom_message.message_default>.message_icon {
    color: #0086fa
}

.custom_message>.message_cont {
    width: calc(100% - 45px);
    box-sizing: border-box
}

.custom_message>.message_cont>p {
    margin-bottom: 6px;
    padding-top: 2px;
    font-size: 16px;
    font-weight: 600
}

.custom_message a.close_alert {
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 25px;
    font-size: 22px;
    color: #bdbdbd
}

.custom_message a.close_alert,
.custom_message a.close_alert:focus,
.custom_message a.close_alert:hover {
    text-decoration: none
}

.screen_container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.screen_container .screen_l,
.screen_container .screen_r {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.screen_container .screen_l>*+* {
    margin-left: 10px
}

.screen_container .screen_l>input,
.screen_container .screen_l>select {
    width: 140px
}

.screen_container .screen_find {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative
}

.screen_container .screen_find>select:active,
.screen_container .screen_find>select:focus,
.screen_container .screen_find>select:hover {
    z-index: 2
}

.screen_container .screen_find>input {
    margin-left: -1px;
    padding-right: 30px
}

.screen_container .screen_find>.ipt_icon {
    margin-left: -1px
}

.screen_container .screen_find>i {
    position: absolute;
    right: 7px;
    top: 8px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    color: #bdbdbd;
    cursor: pointer
}

.screen_container .screen_btn_group {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.screen_container .screen_btn_group>.btn {
    min-width: 50px;
    z-index: 0
}

.screen_container .screen_btn_group>.btn.active {
    border-color: #0086fa;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #0086fa;
    z-index: 1
}

.screen_container .screen_btn_group>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.screen_container .screen_btn_group>.btn:not(:first-child) {
    margin-left: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.screen_container .screen_btn_group>.btn:not(.active):hover {
    border-color: #d8dcdf
}

.screen_container .screen_stat {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.screen_container .screen_stat .title {
    color: #888
}

.screen_container .screen_stat .ctr {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.screen_container .screen_stat .ctr>a {
    display: inline-block;
    color: #bdbdbd
}

.screen_container .screen_stat .ctr>a:not(:last-child) {
    margin-right: 10px
}

.screen_container .screen_stat .ctr>a.active,
.screen_container .screen_stat .ctr>a:active,
.screen_container .screen_stat .ctr>a:focus,
.screen_container .screen_stat .ctr>a:hover {
    color: #0086fa
}

.screen_container .dropdown>a {
    color: #bdbdbd
}

.screen_container .dropdown>a.active,
.screen_container .dropdown>a:active,
.screen_container .dropdown>a:focus,
.screen_container .dropdown>a:hover {
    color: #0086fa
}

.screen_container .screen_rectangle {
    height: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #dcdfe6;
    background: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: end;
    align-self: flex-end;
    cursor: pointer;
    margin-left: 10px;
    padding: 7px !important;
    border-radius: 2px
}

.screen_container .screen_square {
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    color: #888;
    cursor: pointer;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #fff
}

.screen_container .screen_square>a {
    display: block
}

.screen_container .screen_square:active,
.screen_container .screen_square:focus,
.screen_container .screen_square:hover {
    border-color: #0086fa;
    color: #0086fa
}

.screen_container .screen_add,
.screen_container .screen_square>i {
    font-size: 16px
}

.screen_more_box {
    width: 450px;
    background: #fff
}

.screen_more_box .screen_single {
    display: flex;
    align-items: center
}

.screen_more_box .screen_single>div {
    padding: 5px
}

.screen_more_box .screen_single .tit {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
    text-align: right;
    color: #888
}

.screen_more_box .screen_single .cont,
.screen_more_box .screen_single .cont input[type=text],
.screen_more_box .screen_single .cont select,
.screen_more_box .screen_single .cont textarea {
    width: 100%
}

.screen_more_box .screen_single .cont .split {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.screen_more_box .screen_single .cont .split>:first-child {
    margin-right: 5px
}

.screen_more_box .screen_single .cont .split>:last-child {
    margin-left: 5px
}

.screen_more_box .screen_single .cont .single>div {
    width: 170px
}

.screen_more_box .screen_single_ctr {
    padding: 5px
}

.screen_more_box .screen_single_ctr:after {
    display: block;
    clear: both;
    content: ""
}

.shop_panel {
    padding: 20px;
    background: #fff
}

.shop_panel>ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 80%;
    min-width: 920px;
    max-width: 1300px
}

.shop_panel>ul>li {
    border: 1px solid #d9d9d9;
    width: 25%;
    line-height: 24px;
    z-index: 0;
    cursor: pointer
}

.shop_panel>ul>li:not(:nth-child(4n+1)) {
    margin-left: -1px
}

.shop_panel.split>ul>li {
    margin: 5px;
    width: calc(25% - 10px)
}

.shop_panel:not(.split)>ul>li:nth-child(n+5) {
    margin-top: -1px
}

.shop_panel>ul>li.notShow {
    display: none
}

.shop_panel>ul>li>div {
    padding: 10px
}

.shop_panel>ul>li.active {
    border-color: #0086fa;
    z-index: 1
}

.shop_panel_single>.title {
    font-size: 14px;
    color: #888
}

.shop_panel_single>.total {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px
}

.shop_panel_single>.compare {
    color: #bdbdbd
}

.shop_panel_single>.compare .icon>i {
    display: none
}

.shop_panel_single>.compare .icon.up>i.icon_up4 {
    display: inline-block;
    color: #ff4d4f
}

.shop_panel_single>.compare .icon.down>.icon_down4 {
    display: inline-block;
    color: #39b234
}

.shop_column_modal {
    z-index: 99999
}

.column_btn {
    margin: 5px auto;
    padding-right: 5px;
    width: 80%;
    min-width: 920px;
    max-width: 1300px;
    color: #0086fa;
    text-align: right;
    cursor: pointer
}

.column_label {
    margin: 5px 0 !important;
    width: 136px
}

.column_label.middle {
    margin: 5px 0 !important;
    width: 150px
}

.column_label.large {
    width: 225px
}

.column_label>span {
    vertical-align: text-top
}

.table_list {
    width: 100%;
    background: #fff
}

.table_list.border_no {
    border: none
}

.table_list.border_no td {
    border-bottom: none !important
}

.table_list.border_no>tbody>tr>td {
    border-bottom: 1px dashed #e6e9ea !important
}

.table_list>thead>tr>th [class^=icon_] {
    width: 14px;
    height: 14px;
    font-size: 14px;
    vertical-align: text-bottom
}

.table_list>tbody>tr>td [class^=icon_] {
    width: 16px;
    height: 16px;
    font-size: 16px;
    vertical-align: text-bottom
}

.table_list>tbody>tr>td .popover_out [class^=icon_] {
    width: 12px;
    height: 12px;
    font-size: 12px;
    vertical-align: inherit
}

.table_list>thead>tr>th {
    position: relative;
    border-bottom: 1px solid #e6e9ea;
    padding: 5px 8px 5px 12px;
    line-height: 38px;
    text-align: left;
    color: #888;
    box-sizing: content-box
}

.table_list>thead>tr.header>th {
    background-color: #f2f2f2
}

.table_list>tbody>.header>td {
    border-top: 1px solid #e6e9ea;
    height: inherit;
    line-height: 27px;
    vertical-align: middle;
    background-color: #f2f2f2
}

.table_list>tbody>.header>td,
.table_list>tbody>tr>td {
    border-bottom: 1px solid #e6e9ea;
    padding: 5px 8px 5px 12px;
    box-sizing: content-box
}

.table_list>tbody>tr>td {
    min-height: 40px;
    line-height: 22px;
    text-align: left;
    vertical-align: top;
    word-wrap: break-word;
    word-break: break-word
}

.table_list>tbody>.content.dashed_content>td {
    border-bottom-style: dashed
}

.table_list>tbody>.content.tr_hover>td,
.table_list>tbody>.content:hover>td {
    background: #f9f9f9
}

.table_list>tbody>.details>td {
    border-bottom: 1px solid #e6e9ea;
    padding: 8px 5px;
    height: 40px;
    min-height: 40px;
    line-height: 22px;
    text-align: left;
    vertical-align: top;
    word-wrap: break-word;
    word-break: break-word;
    box-sizing: content-box
}

.table_list>tbody>.header>td.has_ipt,
.table_list>tbody>tr>td.has_ipt,
.table_list>thead>tr>th.has_ipt {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    text-align: center
}

.table_list>tbody>.header>td.has_ipt input,
.table_list>tbody>tr>td.has_ipt input,
.table_list>thead>tr>th.has_ipt input {
    margin: 0
}

.table_list>tbody>tr>td.has_ipt label input {
    margin-right: 0
}

.table_list>tbody>tr>td .img_box,
.table_list>thead>tr>th .img_box {
    width: 60px;
    min-width: 60px;
    max-width: 60px
}

.table_list>tbody>tr>td .img_box .img_out {
    width: 60px;
    height: 60px
}

.table_list>tbody>tr>td.operating,
.table_list>thead>tr>th.operating {
    width: 80px;
    min-width: 80px;
    max-width: 80px
}

.table_list>tbody>tr>td.operating>a {
    display: block
}

.table_list>tbody>tr>td.info_time,
.table_list>thead>tr>th.info_time {
    width: 120px;
    min-width: 120px;
    max-width: 120px
}

.table_list>tbody>tr>td.info_type,
.table_list>thead>tr>th.info_type {
    width: 100px;
    min-width: 100px;
    max-width: 100px
}

.table_list>tbody>.content>td.w20,
.table_list>thead>tr>th.w20 {
    width: 20px;
    min-width: 20px;
    max-width: 20px
}

.table_list>tbody>.content>td.w50,
.table_list>thead>tr>th.w50 {
    width: 50px;
    min-width: 50px;
    max-width: 50px
}

.table_list>tbody>.content>td.w70,
.table_list>thead>tr>th.w70 {
    width: 70px;
    min-width: 70px;
    max-width: 70px
}

.table_list>tbody>.content>td.w80,
.table_list>thead>tr>th.w80 {
    width: 80px;
    min-width: 80px;
    max-width: 80px
}

.table_list>tbody>.content>td.w100,
.table_list>thead>tr>th.w100 {
    width: 100px;
    min-width: 100px;
    max-width: 100px
}

.table_list>tbody>.content>td.w120,
.table_list>thead>tr>th.w120 {
    width: 120px;
    min-width: 120px;
    max-width: 120px
}

.table_list>tbody>.content>td.w150,
.table_list>thead>tr>th.w150 {
    width: 150px;
    min-width: 150px;
    max-width: 150px
}

.table_list>tbody>.content>td.w160,
.table_list>thead>tr>th.w160 {
    width: 160px;
    min-width: 160px;
    max-width: 160px
}

.table_list>tbody>.content>td.w170,
.table_list>thead>tr>th.w170 {
    width: 170px;
    min-width: 170px;
    max-width: 170px
}

.table_list>tbody>.content>td.w200,
.table_list>thead>tr>th.w200 {
    width: 200px;
    min-width: 200px;
    max-width: 200px
}

.table_list>tbody>.content>td.w300,
.table_list>tbody>.content>td.w400,
.table_list>thead>tr>th.w300,
.table_list>thead>tr>th.w400 {
    width: 300px;
    min-width: 300px;
    max-width: 300px
}

.table_list>tbody>.content>td.w500,
.table_list>thead>tr>th.w500 {
    width: 500px;
    min-width: 500px;
    max-width: 500px
}

.table_list>tbody>tr.total_tr>td {
    height: 40px;
    border-bottom: 1px solid transparent
}

.table_list>tbody>tr.total_tr:hover>td {
    background: transparent
}

.table_list>tbody>tr>td .open_icon>i {
    font-size: 14px;
    color: #888
}

.table_list .content.content_p>td:first-child {
    position: relative
}

.table_list .content.content_p>td:first-child:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: calc(100% + 1px);
    background: #ccc
}

.table_list .content.content_c>td:first-child {
    position: relative
}

.table_list .content.content_c>td:first-child:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: calc(100% + 1px);
    background: #ddd
}

.table_list .content.content_c>td:first-child>* {
    padding-left: 18px
}

.table_list_border {
    border: 1px solid #e6e9ea;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    background-color: #fff
}

.table_list_border>thead>tr>th {
    border: 1px solid #e6e9ea;
    padding: 5px;
    min-height: 40px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
    color: #888
}

.table_list_border>thead>tr.header>th {
    background-color: #f2f2f2
}

.table_list_border>tbody>.header>td {
    border-top: 1px solid #e6e9ea;
    border-bottom: 1px solid #e6e9ea;
    padding: 5px;
    line-height: 27px;
    text-align: left;
    word-wrap: break-word;
    word-break: break-word;
    background-color: #f2f2f2
}

.table_list_border>tbody>tr>td {
    border: 1px solid #e6e9ea;
    padding: 8px 5px 5px;
    line-height: 22px;
    text-align: left;
    vertical-align: top;
    background-color: #fff;
    word-break: break-word;
    word-wrap: break-word
}

.table_list_border>tbody>.header>td.has_ipt input,
.table_list_border>tbody>tr>td.has_ipt input,
.table_list_border>thead>tr>th.has_ipt input {
    margin: 0
}

.table_list_border>tbody>.header>td.has_ipt,
.table_list_border>tbody>tr>td.has_ipt,
.table_list_border>thead>tr>th.has_ipt {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    text-align: center
}

.table_list_border>tbody>tr>td.has_ipt label input {
    margin-right: 0
}

.table_list_border>tbody>tr>td.img_box,
.table_list_border>thead>tr>th.img_box {
    width: 70px;
    min-width: 70px;
    max-width: 70px;
    vertical-align: top
}

.table_list_border>tbody>tr>td.img_box .img_out {
    width: 60px;
    height: 60px
}

.table_list_border>tbody>tr>td.operating a,
.table_list_border>thead>tr>th.operating a {
    display: block
}

.table_list_border>tbody>tr>td.num,
.table_list_border>thead>tr>th.num {
    width: 100px;
    min-width: 100px;
    max-width: 100px
}

.table_list_border>tbody>.content.tr_hover>td,
.table_list_border>tbody>.content:hover>td {
    background: #f9f9f9
}

.table_list_border>tbody>.content>td.w50,
.table_list_border>thead>tr>th.w50 {
    width: 50px;
    min-width: 50px;
    max-width: 50px
}

.table_list_border>tbody>.content>td.w80,
.table_list_border>thead>tr>th.w80 {
    width: 80px;
    min-width: 80px;
    max-width: 80px
}

.table_list_border>tbody>.content>td.w100,
.table_list_border>thead>tr>th.w100 {
    width: 100px;
    min-width: 100px;
    max-width: 100px
}

.table_list_border>tbody>.content>td.w120,
.table_list_border>thead>tr>th.w120 {
    width: 120px;
    min-width: 120px;
    max-width: 120px
}

.table_list_border>tbody>.content>td.w150,
.table_list_border>thead>tr>th.w150 {
    width: 150px;
    min-width: 150px;
    max-width: 150px
}

.table_list_border>tbody>.content>td.w170,
.table_list_border>thead>tr>th.w170 {
    width: 170px;
    min-width: 170px;
    max-width: 170px
}

.table_list_border>tbody>.content>td.w200,
.table_list_border>thead>tr>th.w200 {
    width: 200px;
    min-width: 200px;
    max-width: 200px
}

.table_list_border>tbody>.content>td.w300,
.table_list_border>thead>tr>th.w300 {
    width: 300px;
    min-width: 300px;
    max-width: 300px
}

.table_list_border>tbody>.content>td.w400,
.table_list_border>thead>tr>th.w400 {
    width: 400px;
    min-width: 400px;
    max-width: 400px
}

.table_list_border>tbody>.content>td.w500,
.table_list_border>thead>tr>th.w500 {
    width: 500px;
    min-width: 500px;
    max-width: 500px
}

.table_list_border>tbody>.content_empty_info>td {
    height: 250px;
    font-size: 20px;
    line-height: 250px;
    text-align: center;
    color: #b0b3b6
}

.table_list_border.table_content_center>tbody>tr>td,
.table_list_border.table_content_center>thead>tr>th {
    text-align: center
}

.com_card {
    padding: 20px;
    width: 100%;
    background: #fff
}

.com_card_head {
    display: flex;
    align-items: center;
    width: 100%
}

.com_card_head .title {
    font-weight: 600;
    line-height: 20px;
    color: #7f7f7f
}

.com_card_body {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    width: 100%
}

.combination {
    width: 100%;
    text-align: left
}

.combination:after {
    display: block;
    clear: both;
    height: 0;
    content: "\0020"
}

.combination .combination_img {
    float: left
}

.combination .combination_img .img_out {
    width: 50px;
    height: 50px
}

.combination .combination_con {
    float: left;
    padding-left: 10px;
    width: calc(100% - 50px);
    word-wrap: break-word;
    word-break: break-word
}

.img_out {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    border: 1px solid #e6e9ea;
    width: 50px;
    height: 50px
}

.img_out>img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 1px
}

.img_out>.remove {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #bcbcbc;
    cursor: pointer
}

.img_out>.remove:after {
    content: "╳";
    color: #fff;
    position: absolute;
    top: 1px;
    left: 6px
}

.img_box_50 {
    width: 50px;
    height: 50px
}

.img_box_40 {
    width: 40px;
    height: 40px
}

.line_clamp {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%
}

.line_clamp_2 {
    -webkit-line-clamp: 2;
    max-height: 36px
}

.line_clamp_2,
.line_clamp_3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    line-height: 18px;
    white-space: normal
}

.line_clamp_3 {
    -webkit-line-clamp: 3;
    max-height: 54px
}

.jump_item_hide li.jump_item {
    display: none
}

.overflow_h {
    overflow: hidden
}

.copy_warp {
    display: inline;
    position: relative
}

.copy_warp .copy_btnsss {
    position: absolute;
    right: auto;
    top: 0;
    z-index: 100;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 40px;
    height: 26px;
    text-align: center;
    clear: both
}

.copy_warp .copy_btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    padding: 0;
    width: 100%;
    min-width: auto;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    color: #676269;
    background: #eee
}

.page_message {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    width: 100%;
    min-height: 40px;
    font-size: 12px
}

.page_message>.lt {
    display: flex;
    align-items: center;
    padding: 10px 0;
    line-height: normal
}

.page_message.tips {
    border: 1px solid #39b243;
    background: #e0f4be
}

.page_message.tips>.lt {
    color: #444
}

.page_message.note {
    border: 1px solid #ff9240;
    background: rgba(255, 231, 187, .4)
}

.page_message.note>.lt {
    color: #ff9240
}

.page_message.warning {
    border: 1px solid #ff4d4f;
    background: #ffe0da
}

.page_message.warning>.lt {
    color: #ff4d4f
}

.page_message.warning>.lt .fw_700 {
    color: #444
}

.page_message.warning>.ltline2 {
    color: #444;
    display: inline-block;
    line-height: 20px;
    padding-bottom: 8px
}

.page_message.news {
    border: 1px solid #0086fa;
    background: #cfedfb
}

.page_message.news>.lt {
    color: #0086fa
}

.page_message>.lt>[class*=icon_] {
    position: relative;
    top: 1px;
    margin-right: 12px;
    font-size: 20px
}

.page_message.tips>.lt>[class*=icon_] {
    color: #39b243
}

.page_message.note>.lt>[class*=icon_] {
    color: #ff9240
}

.page_message.warning>.lt>[class*=icon_] {
    color: #ff4d4f
}

.page_message.news>.lt>[class*=icon_] {
    color: #0086fa
}

.page_message a {
    color: #0086fa;
    margin: 0 4px
}

.page_message>.rt {
    display: flex;
    align-items: center
}

.page_message>.rt>.close_btn {
    cursor: pointer
}

.page_message>.rt>.close_btn:hover {
    color: #ff4d4f
}

.page_message_n_line>.rt>.close_btn {
    cursor: pointer
}

.page_message_n_line>.rt>.close_btn:hover {
    color: #ff4d4f
}

.btn_disabled {
    background: #f2f2f2 !important;
    cursor: no-drop !important;
    border-color: #ddd !important;
    color: #ddd !important
}

input[type=password],
input[type=text],
select {
    vertical-align: inherit
}

.btn_text {
    padding: 0
}

.btn_divider {
    margin: -1px 8px 0;
    width: 1px;
    height: 14px;
    vertical-align: middle;
    background: #d0d6d9
}

.btn_divider,
button {
    display: inline-block
}

button {
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #d0d6d9;
    color: #32393d;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: color 0s;
    transition: color 0s;
    font-family: Noto Sans SC, Microsoft YaHei, sans-serif;
    font-weight: 400;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 9px 18px;
    font-size: 14px;
    border-radius: 4px
}

button[type=default]:active,
button[type=default]:focus,
button[type=default]:hover {
    border-color: #c2d8ff;
    background-color: #ebf2ff;
    color: #0086fa
}

.fixed_tools {
    position: fixed;
    right: 16px;
    bottom: calc(50% - 250px) !important;
    z-index: 1
}

.fixed_tools_box {
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, .08)
}

.fixed_tools_box>ul>li {
    width: 60px;
    font-size: 0;
    cursor: pointer;
    position: relative
}

.fixed_tools_box>ul>li:not(:last-child):after {
    position: relative;
    left: 14px;
    display: inline-block;
    content: "";
    width: 32px;
    height: 0;
    border-bottom: 1px solid #e7e9ed
}

.fixed_tools_box>ul>li>.ctr_out {
    padding: 10px 10px 6px;
    position: relative
}

.fixed_tools_box>ul>li>.ctr_out:before {
    position: absolute;
    top: 10px;
    left: auto;
    content: "";
    border-radius: 20px;
    width: 40px;
    height: 40px;
    background: #fff2de;
    z-index: 1
}

.fixed_tools_box>ul>li>.ctr_out>.ctr {
    position: relative;
    top: -1px;
    width: 40px;
    height: 40px;
    font-size: 28px;
    text-align: center;
    background: linear-gradient(180deg, #f90, #ffb71c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 10
}

.fixed_tools_box>ul>li>.ctr_info {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #333
}

.fixed_tools_box>ul>li:first-child>.ctr_out .ctr {
    font-size: 18px;
    line-height: 40px
}

.fixed_tools_box>ul>li:nth-child(2)>.ctr_out .ctr {
    top: 0;
    font-size: 24px;
    line-height: 38px
}

.fixed_tools_box>ul>li:nth-child(3)>.ctr_out .ctr {
    top: 1px;
    font-size: 26px;
    line-height: 34px
}

.fixed_tools_box>ul>li>.tips {
    display: none;
    position: absolute;
    top: 10px;
    right: 70px;
    border-radius: 4px;
    width: 152px;
    background: #fff
}

.fixed_tools_box>ul>li>.tips:before {
    position: absolute;
    width: 202px;
    top: -14px;
    right: -15px;
    height: 60px;
    z-index: -1;
    content: ""
}

.fixed_tools_box>ul>li>.tips:after {
    position: absolute;
    top: 8px;
    right: -12px;
    width: 0;
    border: 6px solid transparent;
    content: ""
}

.fixed_tools_box>ul>li>.tips.tips_show {
    display: block;
    filter: drop-shadow(0 0 12px rgba(0, 0, 0, .08))
}

.fixed_tools_box>ul>li>.tips.tips_show:after {
    border-left-color: #fff
}

.fixed_tools_box>ul>li>.tips.tips_pop {
    top: 18px !important;
    padding: 12px !important;
    width: 162px !important
}

.fixed_tools_box>ul>li>.tips.tips_pop .tips_pop_in {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 14px;
    text-align: left
}

.fixed_tools_box>ul>li>.tips.tips_pop .tips_pop_in .tips_close {
    position: relative;
    top: -2px;
    color: #999
}

.fixed_tools_box>ul>li>.tips.tips_pop .tips_pop_in .tips_close:hover {
    color: #333
}

.fixed_tools_box>ul>li>.tips.tips_pop .tips_pop_in .tips_ctr {
    cursor: pointer;
    color: #ffa91e
}

.fixed_tools_box>ul>li>.tips>.qq_box {
    width: 118px
}

.fixed_tools_box>ul>li>.tips>.qq_box>img {
    width: 100%;
    height: 100%
}

.fixed_tools_box>ul>li:hover>.ctr_out:before {
    background: linear-gradient(180deg, #f90, #ffb71c)
}

.fixed_tools_box>ul>li:hover>.ctr_out>.ctr {
    background: transparent;
    color: #fff;
    -webkit-text-fill-color: #fff
}

.fixed_tools_box>ul>li:hover .tips:not(.tips_dn) {
    display: block;
    width: 150px;
    font-weight: 400;
    color: #556168;
    filter: drop-shadow(0 0 12px rgba(0, 0, 0, .08));
    border-radius: 4px;
    padding: 16px;
    text-align: center
}

.fixed_tools_box>ul>li:hover .tips:not(.tips_dn):after {
    border-left-color: #fff
}

.dialog_box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background-color: hsla(0, 0%, 47.1%, .7)
}

.dialog_box .dialog_content {
    width: 480px;
    background: #fff;
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    border-radius: 4px
}

.dialog_box .dialog_content .dialog_header {
    height: 48px;
    padding: 17px 20px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    text-align: left;
    color: #333;
    border-bottom: 1px solid #dadce0;
    align-items: center
}

.dialog_box .dialog_content .dialog_header .dialog_close {
    cursor: pointer
}

.dialog_box .dialog_content .dialog_body {
    flex: 1;
    margin: 16px 32px auto
}

.dialog_box .dialog_content .dialog_body .dialog_body_top {
    margin-bottom: 12px;
    padding: 10px 12px;
    background-color: #e5f3ff;
    height: 52px;
    border-radius: 4px;
    font-size: 12px;
    color: #666
}

.dialog_box .dialog_content .dialog_body .dialog_body_top span {
    color: #0086fa;
    font-weight: 700
}

.dialog_box .dialog_content .dialog_body .dialog_body_content {
    font-size: 14px;
    color: #888
}

.dialog_box .dialog_content .dialog_body .dialog_body_content .form_tysle .form_label {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    position: relative
}

.dialog_box .dialog_content .dialog_body .dialog_body_content .form_tysle .form_label .sign {
    width: 6px;
    color: #f5222d;
    line-height: 13px;
    margin-right: 4px
}

.dialog_box .dialog_content .dialog_body .dialog_body_content .form_tysle .form_label .ml_10 {
    margin-left: 10px
}

.dialog_box .dialog_content .dialog_body .dialog_body_content .form_tysle .form_label .ml_12 {
    margin-left: 12px
}

.dialog_box .dialog_content .dialog_body .dialog_body_content .form_tysle .form_label .label_name {
    margin-right: 16px
}

.dialog_box .dialog_content .dialog_body .dialog_body_content .form_tysle .form_label .select_jop {
    width: 358px;
    height: 40px;
    border-radius: 4px;
    flex: 1
}

.dialog_box .dialog_content .dialog_body .dialog_body_content .form_tysle .form_label input {
    flex: 1;
    width: 358px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid #dadce0;
    padding: 0 8px
}

.dialog_box .dialog_content .dialog_body .dialog_body_content .form_tysle .form_label input:focus {
    border: 1px solid #0086fa
}

.dialog_box .dialog_content .dialog_body .dialog_body_content .form_tysle .form_label:last-child {
    margin-bottom: 40px
}

.dialog_box .dialog_content .dialog_body .dialog_body_content .form_tysle .form_label:last-child select {
    width: 175px;
    height: 40px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #dadce0
}

.dialog_box .dialog_content .dialog_body .dialog_body_content .form_tysle .form_label:last-child select:first-child {
    margin-right: 8px
}

.dialog_box .dialog_content .dialog_body .dialog_body_content .form_tysle .form_label .err_remind {
    position: absolute;
    bottom: -18px;
    left: 53px;
    font-size: 12px;
    line-height: 22px;
    color: #f56c6c
}

.dialog_box .dialog_content .dialog_body .dialog_body_content .form_tysle .form_label #select_city+.err_remind,
.dialog_box .dialog_content .dialog_body .dialog_body_content .form_tysle .form_label #select_province+.err_remind {
    left: 0
}

.dialog_box .dialog_content .dialog_body .dialog_body_content .form_tysle .form_label .city_label,
.dialog_box .dialog_content .dialog_body .dialog_body_content .form_tysle .form_label .jop_label,
.dialog_box .dialog_content .dialog_body .dialog_body_content .form_tysle .form_label .province_label {
    position: relative;
    flex: 1;
    display: flex
}

.dialog_box .dialog_content .dialog_body .dialog_body_content .form_tysle .form_label .city_label input,
.dialog_box .dialog_content .dialog_body .dialog_body_content .form_tysle .form_label .jop_label input,
.dialog_box .dialog_content .dialog_body .dialog_body_content .form_tysle .form_label .province_label input {
    height: 40px;
    border-radius: 4px;
    width: 100%
}

.dialog_box .dialog_content .dialog_body .dialog_body_content .form_tysle .form_label .city_label .icon_down,
.dialog_box .dialog_content .dialog_body .dialog_body_content .form_tysle .form_label .jop_label .icon_down,
.dialog_box .dialog_content .dialog_body .dialog_body_content .form_tysle .form_label .province_label .icon_down {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%)
}

.dialog_box .dialog_content .dialog_body .dialog_body_content .form_tysle .form_label .city_label {
    margin-left: 8px
}

.dialog_box .dialog_content .dialog_body .dialog_body_content .form_tysle .form_label ul {
    position: absolute;
    top: 50px;
    z-index: 1;
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    padding: 6px 0;
    max-height: 200px;
    overflow-y: scroll;
    display: none
}

.dialog_box .dialog_content .dialog_body .dialog_body_content .form_tysle .form_label ul li {
    font-size: 12px;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    height: 32px;
    line-height: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.dialog_box .dialog_content .dialog_body .dialog_body_content .form_tysle .form_label ul li:hover {
    background-color: #f5f7fa
}

.dialog_box .dialog_content .dialog_footer {
    justify-content: center;
    display: flex;
    align-items: center;
    margin-bottom: 24px
}

.dialog_box .dialog_content .dialog_footer .dialog_footer_btn {
    width: 416px;
    height: 40px;
    background-color: #0086fa;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    cursor: pointer
}

.dialog_box .dialog_content .dialog_footer .dialog_footer_btn:hover {
    background-color: #339efb
}

.dialog_box .dialog_content .dialog_footer .dialog_footer_btn:active {
    background-color: #057ee6
}

.message_box {
    display: none;
    z-index: 1051;
    justify-content: center;
    min-width: 380px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #f1f2f3;
    position: fixed;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    background-color: #edf2fc;
    overflow: hidden;
    padding: 15px 15px 15px 20px
}

.message_box .message_text {
    width: 343px;
    z-index: 1;
    border-radius: 4px
}

.message_success_show {
    display: flex;
    background-color: #f4f9f0;
    border-color: #e8f2e0;
    align-items: end
}

.message_success_show .icon_complete_fill {
    color: #8dbf64;
    margin-right: 10px
}

.message_success_show .message_text {
    color: #8dbf64
}

.message_error_show {
    display: flex;
    background-color: #ffedee;
    border-color: #ffdadc;
    align-items: end
}

.message_error_show .icon_close_fill {
    color: #ff4851;
    margin-right: 10px
}

.message_error_show .message_text {
    color: #ff4851
}

#newBridge #nb_icon_wrap {
    display: none !important
}

#newBridge .nb-webim-light-windowsos {
    display: none
}

#newBridge .minMessageContainer {
    height: auto !important;
    overflow: visible !important
}

#newBridge .nb-webim-light-status-bar-toggle ins {
    font-size: 0 !important;
    margin-top: 24px !important;
    margin-left: 12px !important;
    width: 11px !important;
    border-color: transparent !important;
    border-top: 2px solid #fff !important
}

.dialog_box {
    display: none
}

.dialog_box_show {
    display: block
}

.text_style {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #333;
    margin-top: 10px
}

.loadding_box {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1051;
    background-color: hsla(0, 0%, 47.1%, .7)
}

.loadding_box_show {
    display: block
}

.icon_load_big {
    width: 32px;
    height: 32px
}

.icon_load_big,
.icon_load_mid {
    animation: rotating 2s linear infinite;
    display: inline-block;
    font-size: 32px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MCA0MC4wMDEiIGNsYXNzPSJkZXNpZ24taWNvbmZvbnQiIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4Ij48cGF0aCBkPSJNOC4wNjUgMEE4LjA2NSA4LjA2NSAwIDExMCA4LjA2NSA4LjA2NSA4LjA2NSAwIDAxOC4wNjUgMHoiIGZpbGw9IiMwMDg2ZmEiLz48cGF0aCBkPSJNMzEuOTM1IDBhOC4wNjUgOC4wNjUgMCAxMS04LjA2NSA4LjA2NUE4LjA2NSA4LjA2NSAwIDAxMzEuOTM1IDB6TTguMDY1IDIzLjg3MUE4LjA2NSA4LjA2NSAwIDExMCAzMS45MzZhOC4wNjUgOC4wNjUgMCAwMTguMDY1LTguMDY1eiIgZmlsbD0iI2FiZDdmZCIvPjxwYXRoIGQ9Ik0zMS45MzUgMjMuODcxYTguMDY1IDguMDY1IDAgMTEtOC4wNjUgOC4wNjUgOC4wNjUgOC4wNjUgMCAwMTguMDY1LTguMDY1eiIgZmlsbD0iI2U1ZjNmZiIvPjwvc3ZnPg==);
    background-size: 100% 100%;
    position: fixed;
    left: 50%;
    top: 50%
}

.icon_load_mid {
    width: 20px;
    height: 20px
}

.icon_load_small {
    animation: rotating 2s linear infinite;
    display: inline-block;
    font-size: 32px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MCA0MC4wMDEiIGNsYXNzPSJkZXNpZ24taWNvbmZvbnQiIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4Ij48cGF0aCBkPSJNOC4wNjUgMEE4LjA2NSA4LjA2NSAwIDExMCA4LjA2NSA4LjA2NSA4LjA2NSAwIDAxOC4wNjUgMHoiIGZpbGw9IiMwMDg2ZmEiLz48cGF0aCBkPSJNMzEuOTM1IDBhOC4wNjUgOC4wNjUgMCAxMS04LjA2NSA4LjA2NUE4LjA2NSA4LjA2NSAwIDAxMzEuOTM1IDB6TTguMDY1IDIzLjg3MUE4LjA2NSA4LjA2NSAwIDExMCAzMS45MzZhOC4wNjUgOC4wNjUgMCAwMTguMDY1LTguMDY1eiIgZmlsbD0iI2FiZDdmZCIvPjxwYXRoIGQ9Ik0zMS45MzUgMjMuODcxYTguMDY1IDguMDY1IDAgMTEtOC4wNjUgOC4wNjUgOC4wNjUgOC4wNjUgMCAwMTguMDY1LTguMDY1eiIgZmlsbD0iI2U1ZjNmZiIvPjwvc3ZnPg==);
    background-size: 100% 100%;
    width: 14px;
    height: 14px;
    position: fixed;
    left: 50%;
    top: 50%
}

.el-checkbox__input.is-checked+.el-checkbox__label {
    color: #333
}

@keyframes rotating {
    0% {
        transform: rotate(0deg)
    }

    25% {
        transform: rotate(90deg)
    }

    50% {
        transform: rotate(180deg)
    }

    75% {
        transform: rotate(270deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.index_head {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 64px;
    background: transparent;
    z-index: 400;
    transition: border-color 0s
}

.index_head.scroll_head {
    background: #fff !important;
    border-color: #dadce0 !important
}

.index_head.scroll_head a {
    transition: color 0s;
    color: #333 !important
}

.index_head.scroll_head .sign_in_btn {
    color: #333 !important
}

.index_head.scroll_head .logo {
    background: url("../logo.png") no-repeat 0 !important
}

.index_head .sign_in_btn {
    width: 80px;
    height: 40px;
    font-size: 16px;
    border: 0;
    color: #333;
    background: transparent;
    border-radius: 4px;
    transition: color 0s
}

.index_head .sign_in_btn:hover {
    color: #ffa91e !important
}

.index_head .index_nav {
    display: flex;
    position: relative;
    align-items: center;
    justify-items: center;
    margin: 0 auto;
    width: 1200px
}

.index_head .index_nav>.index_btn {
    position: absolute;
    right: 0
}

.index_head .index_nav>.index_btn>.register_btn {
    width: 112px;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    border: 0;
    color: #fff;
    background: linear-gradient(90deg, #f90, #ffb71c);
    border-radius: 4px;
    transition: color 0s
}

.index_head .index_nav>.index_btn>.register_btn:hover {
    background: linear-gradient(90deg, #ffb647, #ffc23d)
}

.index_head .index_nav>.logo {
    margin-right: 24px;
    width: 145px;
    height: 64px;
    background: url("../logo.png") no-repeat 50%;
    cursor: pointer
}

.index_head .index_nav>.nav_list {
    font-size: 16px
}

.index_head .index_nav>.nav_list>li {
    display: inline-block;
    position: relative
}

.index_head .index_nav>.nav_list>li>a.special {
    width: 88px !important
}

.index_head .index_nav>.nav_list>li.active:before {
    height: 2px;
    width: 50px
}

.index_head .index_nav>.nav_list>li:before {
    position: absolute;
    left: 50%;
    top: auto;
    bottom: -5px;
    margin-left: 0;
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: #ffa91e;
    transform: translateX(-50%);
    content: ""
}

@keyframes aAfterWidth {
    0% {
        width: 0
    }

    to {
        width: 50px
    }
}

.index_head .index_nav>.nav_list>li:not(.active):hover:before {
    animation: aAfterWidth .5s 1 forwards;
    -webkit-animation: aAfterWidth .5s 1 forwards
}

.index_head .index_nav>.nav_list>li:not(.active):hover>a {
    color: #ffa91e
}

.index_head .index_nav>.nav_list>li>a:not(.btn) {
    display: inline-block;
    height: 54px;
    line-height: 54px;
    color: #333;
    width: 125px;
    text-align: center;
    transition: color .8s
}

.index_head .index_nav>.nav_list>li>a.btn {
    height: 40px;
    line-height: 38px;
    color: #fff;
    padding: 0;
    font-size: 16px;
    width: 170px;
    margin-left: 10px
}

.index_head .index_nav>.nav_list>li.active>a {
    color: #ffa91e !important
}

footer {
    background: #112e47
}

footer .container {
    margin: 0 auto;
    width: 1200px
}

footer .container .contact {
    display: flex;
    align-items: start;
    justify-items: center;
    justify-content: space-between;
    padding: 35px 0 30px;
    border-bottom: 1px solid rgba(76, 78, 90, .45098039215686275)
}

footer .container .contact .contact_logo_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-right: 100px;
    height: 67px
}

footer .container .contact .contact_logo_wrap .contact_logo {
    width: 140px;
    height: 37px;
    background: url("../logo.png") no-repeat 0
}

footer .container .contact .contact_logo_wrap .contact_logo_desc {
    color: #fff
}

footer .container .contact_code_img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 102px;
    height: 102px;
    border-radius: 2px;
    background-color: #fff
}

footer .container .contact_code_img+.contact_code_img {
    margin-left: 32px
}

footer .container .contact_code_img img {
    width: 90px;
    height: 90px
}

footer .container .contact_info {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 560px;
    font-size: 12px;
    color: #bfc0c2
}

footer .container .contact_info:before {
    position: absolute;
    left: -100px;
    content: "";
    width: 1px;
    height: 113px;
    background-color: #29435a
}

footer .container .contact_info .contact_info_title {
    font-weight: 400;
    margin-bottom: 12px
}

footer .container .contact_info .contact_info_title>.mailTo,
footer .container .contact_info .contact_info_title>span>a {
    color: #fff
}

footer .container .contact_info .mailTo a {
    color: #bfc0c2
}

footer .container .contact_info .mailTo a:hover {
    color: #fff
}

footer .container .contact_info .separate {
    display: inline-block;
    position: relative;
    top: 2px;
    margin: 0 5px;
    width: 1px;
    height: 14px;
    background: #bfc0c2;
    opacity: .8
}

footer .copy_info {
    line-height: 48px;
    text-align: center;
    font-size: 12px;
    color: #999;
    border-top: 1px solid #29435a
}

footer .copy_info a {
    color: #999
}

footer .copy_info a:active,
footer .copy_info a:focus,
footer .copy_info a:hover {
    color: #999;
    text-decoration: underline
}

footer .mailTo {
    color: #bfc0c2
}

#newBridge .icon-right-center {
    margin-top: 0 !important;
    top: auto !important;
    bottom: 32px !important;
    right: 24px !important
}

#newBridge .icon-right-center .nb-icon-inner-wrap {
    overflow: hidden;
    width: 120px !important;
    height: 50px !important;
    background-position-x: center;
    background-position-y: center
}