* {
    margin: 0;
    padding: 0;
    word-break: break-word;
    box-sizing: border-box
}

:focus {
    outline: none !important
}

html {
    overflow: hidden
}

body, html {
    height: 100%
}

body {
    min-width: 1350px !important;
    color: #32393d;
    font-family: -apple-system, BlinkMacSystemFont, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, "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: 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: #337eff;
    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_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: #337eff
}

.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
}

.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: #337eff
}

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: #337eff
}

.head_tabs > li.active, .head_tabs > li:active, .head_tabs > li:focus {
    border-color: #fff;
    color: #fff;
    background-color: #337eff
}

.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: #337eff;
    border-bottom: 2px solid #337eff
}

.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: #337eff;
    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: #337eff
}

.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: #337eff;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #337eff;
    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: #337eff
}

.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: #337eff
}

.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: #337eff;
    color: #337eff
}

.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: #337eff;
    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: #337eff;
    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 #337eff;
    background: #cfedfb
}

.page_message.news > .lt {
    color: #337eff
}

.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: #337eff
}

.page_message a {
    color: #337eff;
    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: .1s;
    transition: .1s;
    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: #337eff
}

.fixed_tools {
    position: fixed;
    bottom: 27%;
    right: 16px;
    z-index: 1
}

.fixed_tools_content {
    height: 100px
}

.fixed_tools_content > .single {
    position: relative;
    border-radius: 4px;
    background: linear-gradient(0deg, #bed7ff, #a3c5ff)
}

.fixed_tools_content > .single:hover {
    border-radius: 4px;
    background: linear-gradient(0deg, #99beff, #669eff)
}

.fixed_tools_content > .single + .single {
    margin-top: 12px
}

.fixed_tools_content > .single .ctr {
    width: 40px;
    height: 40px;
    background: transparent url(../fonts/fb55eac786fb4a47bb89af606515c0ad.woff) no-repeat center -47px;
    background-size: 28px
}

.fixed_tools_content > .single .ctr.service {
    background: transparent url(../fonts/fb55eac786fb4a47bb89af606515c0ad.woff) no-repeat center 7px;
    background-size: 28px
}

.fixed_tools_content > .single .tips {
    display: none;
    position: absolute;
    top: 0;
    right: 50px;
    padding: 6px 12px;
    border-radius: 4px;
    width: 152px;
    background: #fff
}

.fixed_tools_content > .single .tips:before {
    position: absolute;
    width: 202px;
    top: -14px;
    right: -15px;
    height: 60px;
    z-index: -1;
    content: ""
}

.fixed_tools_content > .single .tips:after {
    position: absolute;
    top: 8px;
    right: -12px;
    width: 0;
    border: 6px solid transparent;
    content: ""
}

.fixed_tools_content > .single:hover .ctr {
    background: transparent url(../fonts/fb55eac786fb4a47bb89af606515c0ad.woff) no-repeat center -47px;
    background-size: 28px
}

.fixed_tools_content > .single:hover .ctr.service {
    background: transparent url(../fonts/fb55eac786fb4a47bb89af606515c0ad.woff) no-repeat center 7px;
    background-size: 28px
}

.fixed_tools_content > .single:hover .tips {
    display: flex;
    width: 190px;
    height: 181px;
    justify-content: center;
    align-items: flex-end;
    font-weight: 400;
    color: #556168;
    padding-bottom: 18px;
    background: #fff url(data:image/png;base64,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) no-repeat center 21px;
    background-size: 120px;
    box-shadow: 0 0 30px 0 rgba(51, 126, 255, .1);
    border-radius: 4px
}

.fixed_tools_content > .single:hover .tips:after {
    border-left-color: #fff
}

.index_head {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 64px;
    background: #fff;
    z-index: 400;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .02)
}

.index_head .sign_in_btn {
    width: 80px
}

.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: 115px;
    height: 34px;
    font-weight: 400;
    border: 0;
    background: linear-gradient(90deg, #f90, #ffb71c);
    transition: color .5s
}

.index_head .index_nav > .index_btn > .register_btn:hover {
    color: #fff;
    background: #f90;
    box-shadow: 0 4px 10px 0 rgba(230, 138, 0, .4)
}

.index_head .index_nav > .logo {
    /*margin-right: 24px;*/
    width: 60px;
    height: 55px;
    background: url('../images/logo.png') no-repeat;
    background-size: auto 55px;
    cursor: pointer
}

.index_head .index_nav > .nav_list {
    font-size: 16px
}

.index_head .index_nav > .nav_list > li {
    display: inline-block
}

.index_head .index_nav > .nav_list > li > a.special {
    width: 88px !important
}

.index_head .index_nav > .nav_list > li.active {
    position: relative
}

.index_head .index_nav > .nav_list > li.active:before {
    position: absolute;
    left: 50%;
    bottom: -4px;
    margin-left: -25px;
    width: 50px;
    height: 2px;
    background: #337eff;
    content: ""
}

.index_head .index_nav > .nav_list > li > a:not(.btn) {
    display: inline-block;
    height: 54px;
    line-height: 54px;
    color: #32393d;
    width: 125px;
    text-align: center
}

.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, .index_head .index_nav > .nav_list > li:active > a, .index_head .index_nav > .nav_list > li:focus > a, .index_head .index_nav > .nav_list > li:hover > a {
    color: #337eff
}

footer {
    background: #171b1d
}

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_logo {
    width: 100px;
    height: 80px;
    background: url('../images/logo.png') no-repeat 0;
    background-size: 80px;
}

footer .container .contact_code_img {
    width: 120px;
    height: 120px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAS4AAAEuCAYAAAAwQP9DAAAAAklEQVR4AewaftIAAA51SURBVO3BUW4sO5QkwXBC+9+yz/1r4DSBIZSpktgvzPCfVFVdZKWq6jIrVVWXWamqusxKVdVlVqqqLrNSVXWZlaqqy6xUVV1mparqMitVVZdZqaq6zEpV1WVWqqous1JVdZmVqqrLrFRVXWalquoyK1VVl1mpqrrMSlXVZVaqqi7zlR8C5K9RcwLIb1IzAdlRMwF5Qs0E5Ak1TwCZ1OwAmdScAnJCzQRkR80TQCY1E5C/Rs3bVqqqLrNSVXWZlaqqy6xUVV3mKx+k5hOAnAJySs0TQCY1E5BJzQ6QtwGZ1OwA+S4gP0HNE2omIBOQSc0pIJ+i5hOAfMJKVdVlVqqqLrNSVXWZlaqqy3zllwF5Qs0TaiYgp4A8AWRSMwE5peYUkEnNBGRHzQkgk5odIG8D8oSaJ4BMaiYgnwLkCTW/ZaWq6jIrVVWXWamqusxKVdVlVqqqLvOV/zggk5odIJOatwE5peYJNROQSc0pIJOaCciOmgnIBOQnqJmATGomID9BTf2Plaqqy6xUVV1mparqMitVVZf5Sh1TMwGZ1DyhZgKyA2RScwrIpGYC8gSQJ9ScAjKpOQVkUvOEmhNq6v9vparqMitVVZdZqaq6zEpV1WW+8svU/CY1E5BTak4BOaHmlJoJyCk1E5BTar4LyA6QSc0TQD5BzSkgk5pPUXOrlaqqy6xUVV1mparqMitVVZf5ygcB+WuATGp2gJwAsqNmAvIJanaATGomIKeATGpOqZmATGpOqZmA7KiZgExqJiA7ap4AMqk5BeT/kpWqqsusVFVdZqWq6jIrVVWXWamqugz+k/8wIJOaU0CeUDMBmdR8CpBTar4LyCk1bwNySs0E5FPU1P9Yqaq6zEpV1WVWqqous1JVdZmvfBCQSc0OkLepeQLIpOYTgJxScwrIpGYCsgPkbWomIJOaU0AmNTtATqiZgOyomYA8AeSUmgnICTU7QCY1n7BSVXWZlaqqy6xUVV1mparqMvhPPgTIpOavAbKj5m1ATqjZAfKEmgnIpGYHyHepOQWkvk/NBOSEmlNAJjVvW6mqusxKVdVlVqqqLrNSVXWZlaqqy3zlhwCZ1JwC8tcAmdQ8oeYEkFNqnlAzAdlRMwGZ1JwCckLNE0B21ExAnlDzm4BMak4A2VHzW1aqqi6zUlV1mZWqqsusVFVdBv/JhwCZ1JwCckLNDpBJzSkgT6iZgExqTgGZ1ExA/ho1O0AmNROQn6BmAjKpOQVkUvMpQD5BzSesVFVdZqWq6jIrVVWXWamqusxXfgiQT1AzAdlR84SaE0B2gExqJiCn1LxNzQRkR80E5ASQHTVPqDkBZAfIdwHZUXMCyI6aJ9RMQE6oOQVkUvO2laqqy6xUVV1mparqMitVVZdZqaq6DP6THwDkbWqeAHJCzSkgk5odIJ+gZgLyKWqeAHJCzQ6QSc0E5JSaCcgpNROQSc0pIE+omYA8oeYTVqqqLrNSVXWZlaqqy6xUVV0G/8mHAJnU7AB5m5ongExqJiA7aj4ByKTmFJBJzQ6QSc0EZFLzBJAdNROQSc0OkEnNCSA/Qc0nAJnU7AA5oeZtK1VVl1mpqrrMSlXVZVaqqi7zlQ9SMwHZUTMBOaHmFJBPAXJCzRNqJiA7aiY1E5C3AfkUNX+NmrcB2VHzNjW/ZaWq6jIrVVWXWamqusxKVdVlvvJDgLxNzQkgO2pOqNkBckLNDpBJzQTkCTWTmh0gN1AzATkF5Akgk5pTav4aIE8AOaHmbStVVZdZqaq6zEpV1WVWqqous1JVdRn8J78IyI6aE0AmNbcA8oSaE0BOqZmAnFIzAZnU7ACZ1LwNyCk1J4A8oWYHyNvUPAFkUvMJK1VVl1mpqrrMSlXVZVaqqi7zlR8C5G1AJjUTkB01E5BJzSkgk5odIJOaE0BOAZnUnAJySs3b1JwAckrNE0AmNZOaHSBvUzMBeQLIKTUTkEnN21aqqi6zUlV1mZWqqsusVFVdBv/JHwTku9TsADmhZgfIJ6iZgOyoOQHkr1GzA+SEmh0gJ9TsAPkuNb8JyI6aE0AmNTtAJjWfsFJVdZmVqqrLrFRVXWalquoyK1VVl/nKBwF5Qs0EZALyBJAn1OwA+S1qdoCcULMD5ISaCciOmgnIBGRHzdvUnACyo2YCMqn5TWpusFJVdZmVqqrLrFRVXWalquoyX/khQE6oeZuaU0AmNTtAnlBzAsgpIE+omYBMQE6peZuaCcgOkBNqTgGZ1LwNyKcAmdRMQHbU/JaVqqrLrFRVXWalquoyK1VVl8F/8gOAnFBzCsjN1ExAJjVvA7Kj5gSQW6iZgJxSMwE5oeYnAPkENROQHTUTkEnN21aqqi6zUlV1mZWqqsusVFVdZqWq6jJf+SA1b1PzBJBJzRNAdoCcADKp2QEyqXkCyCk13wXkLwIyqZmAnAJyQs0pNU8AmYCcAvJbVqqqLrNSVXWZlaqqy6xUVV3mKz9EzRNAvgvIjppPUHMKyAkgT6jZAfI2IJOat6n5CWpOqJmAnFLzNiA7ar5LzQ6QSc0nrFRVXWalquoyK1VVl1mpqrrMV34IkCfUTEBOqPkJQE6o2QEyqZmAvA3IjpoJyBNq3qbmFJATanaATGomIE8AeZuaJ9Q8AWRS87aVqqrLrFRVXWalquoyK1VVl8F/8gOAnFCzA+RWak4BeZuaCch/hZoJyKTmbUBupmYCsqNmAjKpedtKVdVlVqqqLrNSVXWZlaqqy6xUVV0G/8kPADKpmYA8oeavAbKj5m1A/q9RMwF5Qs0NgOyomYBManaA/BY1b1upqrrMSlXVZVaqqi6zUlV1ma98EJC3AXmbmh0gJ9ScAjKpOaXmCSCTmgnIE2repuYJIKfUnABySs0Tak6pmYBMak4B+S0rVVWXWamqusxKVdVlVqqqLvOVH6LmBJC3qdkBcgLIp6g5AeQnqJmATGqeAHJKzaRmAvKEmh0gE5BJzV8D5G1AdtRMQD5hparqMitVVZdZqaq6zEpV1WVWqqou85UPAnJKzQkgE5AdNROQSc0TQE6pmYCcUjMBmdT8BCCTmk9QcwrIBGRHzQkgTwD5TWpOqPlrVqqqLrNSVXWZlaqqy6xUVV0G/8kPAHJCzQ6QSc0TQN6mZgKyo+YEkEnNDpBJzduA7Kg5AWRS8wSQT1FzAsinqHkbkEnNKSCTmretVFVdZqWq6jIrVVWXWamqusxXfoiaCcgE5G1AdtRMQCY1O0CeADKpOQFkR80E5Ak1k5pTQE4A2VHzNjUTkB01E5ATanaAPKHmCSDfBWRHzW9Zqaq6zEpV1WVWqqous1JVdZmVqqrLfOWXqdkBMgGZ1ExqdoCcALKjZgLyNjWngExqTgF5m5oTQH6Tmh0gJ9R8CpBJzW8CMqn5hJWqqsusVFVdZqWq6jIrVVWX+covA7KjZgJyAsiOmhNAnlCzA2QCMqmZgDwB5BSQt6l5AsgpNROQSc2nqJmATGqeALKj5gSQJ4BMat62UlV1mZWqqsusVFVdZqWq6jJfuYiaCcikZgfIpOYJNROQHTUTkAnIp6iZgExqTgGZgExqnlDzBJAdNSeATGp2gExqJiA7aiYgk5r/gpWqqsusVFVdZqWq6jIrVVWX+coPATKpmYC8DcgpIJOaHSC3UvMTgExqngDyBJBJzQTkFJBJzQRkR80E5BSQE0CeUHODlaqqy6xUVV1mparqMitVVZdZqaq6zFd+iJoJyKRmB8gJNU8AOaXmt6g5BWRSswPkBmqeADKpOaXmhJqfoGYCckrNBORtQCY1b1upqrrMSlXVZVaqqi6zUlV1ma/8UWpOADmlZlIzAdlRMwE5pWZSMwGZgOyomdRMQHbUTEBOqfkEIKfUPAFkUnMCyP81QP6alaqqy6xUVV1mparqMitVVZfBf/IhQJ5Q8zYgp9Q8AeRtaiYgv0nNBOQJNaeATGqeADKpeQLIp6j5LiA7aiYgk5q3rVRVXWalquoyK1VVl1mpqrrMSlXVZfCf/AAgT6j5LiCn1DwBZFJzCsik5hSQE2p2gExqJiCfouYJIJOaCciOmu8CcjM1p4CcUPO2laqqy6xUVV1mparqMitVVZfBf/IfBmRScwrIKTUTkCfUPAHkCTXfBeQvUjMBmdS8DcgpNU8AeZuaT1ipqrrMSlXVZVaqqi6zUlV1ma/8ECB/jZpJzdvU7AA5oeYUkEnNKTUngJwCMqk5peYJICfUPAFkUnMKyKRmB8gJIDtqPgHIpOZtK1VVl1mpqrrMSlXVZVaqqi6zUlV1ma98kJpPAHIKyCk1k5oJyI6a7wKyo2YCMqk5BeQJNW8DckrNBOQJNROQCciOmknN29S8Tc0OkN+yUlV1mZWqqsusVFVdZqWq6jJf+WVAnlDzm4A8AeQJIJOaTwFyAzVPAHkbkCeAvE3NE2o+YaWq6jIrVVWXWamqusxKVdVlvlL/i5odIJOaCcjb1OwAmYBMak6pmYDsqJmAvE3NBGQHyKRmAvI2NTtATqjZAXJCzQ6QSc0E5Akgk5q3rVRVXWalquoyK1VVl1mpqrrMV/7j1ExATgH5BCCn1ExATql5Qs0EZFLzE9RMQE6pmYC8Tc0TaiYgO2omIJOaCciOmgnIJ6xUVV1mparqMitVVZdZqaq6zEpV1WW+8svU/CYgk5odIJOaU0AmNX8NkEnNKSAngJxSM6n5TWqeADKp2VEzAXkbkFNAfstKVdVlVqqqLrNSVXWZlaqqy3zlg4D8NWomIDtqnlDzXUBOqZnU7ACZ1ExATql5AsgEZFKzA2RSMwF5G5AdNW9TcwrId6k5BeQTVqqqLrNSVXWZlaqqy6xUVV0G/0lV1UVWqqous1JVdZmVqqrLrFRVXWalquoyK1VVl1mpqrrMSlXVZVaqqi6zUlV1mZWqqsusVFVdZqWq6jIrVVWXWamqusxKVdVlVqqqLrNSVXWZlaqqy6xUVV3m/wGTMpPRhjwBDgAAAABJRU5ErkJggg==) no-repeat 50%;
    background-size: cover
}

footer .container .contact_info {
    width: 640px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #bfc0c2
}

footer .container .contact_info .contact_info_title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px
}

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: #bfc0c2;
    text-decoration: underline
}

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 {
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    color: #bfc0c2;
    opacity: .8
}

footer .copy_info a {
    color: #bfc0c2
}

footer .copy_info a:active, footer .copy_info a:focus, footer .copy_info a:hover {
    color: #bfc0c2;
    text-decoration: underline
}

footer .mailTo {
    color: #bfc0c2
}