@charset "utf-8";

select {
    background-color: white;
}

.ygw_main {
    padding-top: 35px;
    position: relative;
}

/* .ygw_main .breadcrumb{
    display: none;
} */
.ygw_query_bar {
    width: 98%;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 3px;
    margin-top: 10px;
    padding: 0;
}

.ygw_query_item {
    display: flex;
    align-items: center;
    height: 50px;
    justify-content: flex-start;
    margin-left: 20px;
}

.ygw_query_item>div {}

.ygw_query_title {
    padding-right: 10px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.ygw_query_cont {
    flex: 0 1 100%;
}

.ygw_query_cont select {
    width: 88px;
}

.ygw_query_cont input {}

.ygw_query_input {}

.ygw_query_item_btn {
    flex: 0 1 90px !important;
    margin-right: 0;
}

.ygw_query_btn {}

.ygw_btns {
    width: 98%;
    margin: auto;
    margin-top: 10px;
}

.ygw_btn {}

.ygw_main_cont {
    margin: auto;
    width: 98%;
    margin-top: 10px;
}

.ygw_table_responsive {
    width: 100%;
}

.ygw_table_responsive>table {}

.ygw_table_responsive>table>thead {}

.ygw_table_responsive>table>thead>tr {}

.ygw_table_responsive>table>thead>tr>th {
    font-size: 14.3px;
}

.ygw_table_responsive>table>tbody {
    background-color: white;
}

.ygw_table_responsive>table>tbody>tr {}

.ygw_table_responsive>table>tbody>tr>td {
    padding: 10px 5px;
    max-height: 200px;
    word-break: break-all;
    position: relative;
    white-space: nowrap;
    font-size: 14.3px;
}

.ygw_table_no_data {
    text-align: center;
}

.ygw_table_no_data td {
    text-align: center;
}

.ygw_page_div {
    width: 98%;
    margin: auto;
    text-align: center;
    padding-bottom: 20px;
}

.ygw_page {}

.ygw_page {
    text-align: center;
    border-radius: 10px;
    background: #fff;
}


/*æŽ§åˆ¶è¡¨æ ¼æ¨ªå‘æ»šåŠ¨æ¡*/

@media screen and (max-width: 1980px) {
    .ygw_table_responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        margin: auto;
    }

    .ygw_table_responsive>.table {
        margin-bottom: 0
    }

    .ygw_table_responsive>.table>thead>tr>th,
    .ygw_table_responsive>.table>tbody>tr>th,
    .ygw_table_responsive>.table>tfoot>tr>th,
    .ygw_table_responsive>.table>thead>tr>td,
    .ygw_table_responsive>.table>tbody>tr>td,
    .ygw_table_responsive>.table>tfoot>tr>td {
        white-space: nowrap;
        word-break: break-all;
    }

    .ygw_table_responsive>.table-bordered {
        /*border: 0*/
    }
}

.ygw_form_div {
    display: flex;
    flex-direction: column;
}

.ygw_form_tr {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 15px;
}

.ygw_form_tr:first-child {
    margin-top: 15px;
}

.ygw_form_tr:last-child {
    margin-bottom: 0;
}

.ygw_form_tr_title {
    flex-basis: 30%;
    text-align: right;
    margin-top: 5px;
}

.ygw_form_tr_cont {
    width: 70%;
    display: flex;
    align-items: center;
}

.ygw_form_tr_cont input[type='text'],
.ygw_form_tr_cont input[type='password'],
.ygw_form_tr_cont textarea,
.ygw_form_tr_cont select {
    width: 80%;
}

.ygw_radio_div {
    display: inline-block;
    margin-right: 20px;
}

.ygw_radio_div input[type="radio"] {
    margin-right: 5px;
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
    appearance: none;
    background: url('../img/zhuangtai2.png');
    background-size: cover;
    cursor: pointer;
}

.ygw_radio_div input[type="radio"]:checked {
    background: url('../img/zhuangtai.png');
    background-size: cover;
}

.ygw_check_div {
    display: inline-block;
    margin-right: 20px;
}

.ygw_check_div input[type="checkbox"] {
    margin-right: 5px;
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
    appearance: none;
    background: url(../img/checkbox.png) no-repeat;
    background-position: 0 -18px;
    cursor: pointer;
}

.ygw_check_div input[type="checkbox"]:checked {
    background: url(../img/checkbox.png) no-repeat;
    background-position: 0 0;
}

input[readonly] {
    background-color: #e9e9e9;
}

.red_span {
    color: red;
}

.Hui-aside .menu_dropdown dt .Hui-iconfont {
    color: black;
    font-size: 16px;
    padding-right: 5px;
}

.Hui-aside .menu_dropdown dt {
    display: flex;
    align-items: center;
}


/*浮动 配置*/

.left10 {
    margin-left: 10px;
}


/*清楚input样式*/

.clearbBorder {
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.clearbBorder:hover {
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.breadcrumb span[ui-sref] {
    cursor: pointer;
    color: #5a98de;
}

.down_color {
    color: #FCB100;
}

.up_color {
    color: #009900;
}

th {
    font-weight: normal !important;
}

.welcome_img {
    margin-left: 170px;
    width: calc(100% - 170px);
    height: calc(100vh - 115px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.welcome_img>img {
    max-width: 90%;
    max-height: 80%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.query_option_select {
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 88px;
}

.query_option_select:hover {
    background-color: transparent;
    border: none;
}

.query_input_widthone {
    width: 95px;
}

.query_input_widthtwo {
    width: 100px;
}

.query_input_widththree {
    width: 140px;
}

.query_input_widthfour {
    width: 150px;
}

.blue_color {
    color: #148cf1;
    cursor: pointer;
}

.blue_color:hover {
    color: #148cf1;
    cursor: pointer;
}

.layui-layer {
    max-height: calc(100% - 110px);
}

.breadcrumb {
    position: absolute;
    width: 100%;
    top: 0;
    height: 35px;
    line-height: 35px;
}

.breadcrumb+div {
    /* margin-top: 40px; */
}


/*::-webkit-scrollbar        滚动条整体部分，其中的属性有width,height,background,border（就和一个块级元素一样）等。
::-webkit-scrollbar-button      滚动条两端的按钮。可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果。
::-webkit-scrollbar-track         外层轨道。可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果。
::-webkit-scrollbar-track-piece        内层轨道，滚动条中间部分（除去）。
::-webkit-scrollbar-thumb               滚动条里面可以拖动的那部分
::-webkit-scrollbar-corner               边角
::-webkit-resizer                       定义右下角拖动块的样式*/

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    cursor: pointer;
}

::-webkit-scrollbar-track-piece {
    background-color: transparent;
}

::-webkit-scrollbar-button {
    display: none;
}

body::-webkit-scrollbar-track-piece {
    background-color: transparent;
    cursor: pointer;
}

::-webkit-scrollbar-track-piece:no-button {}

::-webkit-scrollbar-thumb {
    background-color: rgba(31, 31, 31, 0.6);
    border-radius: 5px;
    cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
    /*background-color: rgba(31,31,31,0.7);*/
}

::-webkit-scrollbar-thumb:active {
    /*background-color: rgba(31,31,31,0.7);*/
}

::-webkit-scrollbar-button:vertical {
    width: 8px;
}

::-webkit-scrollbar-button:horizontal {
    width: 8px;
}

::-webkit-scrollbar-button:vertical:start:decrement {
    background-color: transparent;
}

::-webkit-scrollbar-button:vertical:end:increment {
    background-color: white;
}

::-webkit-scrollbar-button:horizontal:start:decrement {
    background-color: white;
}

::-webkit-scrollbar-button:horizontal:end:increment {
    background-color: white;
}

.Hui-aside {
    width: 170px;
    padding-top: 0;
}

.Hui-article-box {
    left: 170px;
}

@media screen and (max-width: 800px) {
    .navbar-wrapper {
        height: 36px !important;
    }

    .Hui-aside {
        width: calc(100% - 1px);
        padding-top: 0;
        top: 36px;
    }

    .Hui-article-box {
        left: 170px;
    }

    .welcome_img {
        width: 100%;
        margin-left: 0;
    }
}

.danger_status {
    color: red;
    font-weight: bold;
}

.primary_status {
    color: #148cf1;
    font-weight: bold;
}

.bold_status {
    color: black;
    font-weight: bold;
}

select[disabled] {
    background-color: rgb(235, 235, 228);
}

.red_tip {
    color: red;
    font-weight: normal;
    font-size: 12px;
}

.welcome_text {
    font-size: 6rem;
    letter-spacing: 1.5rem;
    color: #FD8032;
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: serif;
    font-weight: bolder;
    margin: 10px 0;
    -webkit-text-stroke: 1px gray;
    /*background-image: -webkit-linear-gradient(left, #FD8032,  #CC00CC 30%,  #CCCCFF 60%, #66FFFF 90%, #FD8032 100%);
	-webkit-text-fill-color: transparent;	
	-webkit-background-clip: text;	
	-webkit-background-size: 200% 100%;
	-webkit-animation: masked-animation 4s linear infinite;*/
}

@keyframes masked-animation {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -100% 0;
    }
}

.welcome_text:hover {}

.no_wrap_css {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /* max-width: 140px; */
    display: block;
}

.no_wrap_cont {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /*max-width: 115px;*/
    display: block;
}

.no_wrap_table_cont {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 265px;
    min-width: 60px;
}

.ygw_row_selected {
    /*background: #d5d5d5;
	border: 1px solid #ddd;*/
    background: #E0ECFF;
    color: #000000;
}

.table-hover>tbody>tr>td:hover,
.table-hover>tbody>tr>th:hover,
.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #E0ECFF
}

.icon_class {
    font-size: 20px;
    display: block;
    margin-top: 2px;
    color: #5a98de;
}

.danger_color {
    color: red;
}

.success_color {
    color: #5cb85c
}

.primary_color {
    color: #5a98de;
}

.warning_color {
    color: #f37b1d;
}

.danger_status {
    color: red;
    font-weight: bolder;
}

.success_status {
    color: #5cb85c;
    font-weight: bolder;
}

.primary_status {
    color: #5a98de;
    font-weight: bolder;
}

.warning_status {
    color: #f37b1d;
    font-weight: bolder;
}

@media screen and (max-width: 800px) {
    .breadcrumb {
        top: 0;
    }

    .ygw_main {
        padding-top: 0;
    }
}

.layui-nav-tree .layui-nav-item a {
    height: 35px !important;
    line-height: 35px !important;
}

.layui-nav-tree .layui-nav-child a {
    padding: 0 10px 0 30px !important;
}

.dropdown-menu th {
    color: black;
    font-weight: bold !important;
}

.dropdown-menu tbody tr:hover {
    color: white !important;
}

.home_href {
    color: #5a98de;
}

.ygw_btn_group {
    overflow: hidden;
    width: 255px;
    position: relative;
}

.ygw_btn_group>.btn,
.ygw_btn_group>label {
    margin-left: 10px;
}

.ygw_more_btn {
    position: absolute;
    right: 0;
    color: black;
    padding: 2px 5px;
    background-color: white;
    font-size: 22px;
    cursor: pointer;
    top: 0;
}

.ygw_btn_more_group {
    position: absolute;
    right: 0;
    width: auto;
    margin: auto;
    display: flex;
    align-items: center;
    background-color: white;
    border: 1px solid #d9d9d9;
    height: 40px;
    bottom: 0;
    box-shadow: 0px 1px 16px 2px #d9d9d9;
}

.ygw_more_close_btn {
    background-color: black;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    margin-right: 10px;
    display: none;
}

.ygw_more_close_btn>i {
    color: white;
}

.ygw_query_bar_expend {
    flex-wrap: nowrap;
}

.ygw_query_bar_left {
    flex: 0 1 100%;
    position: relative;
}

.ygw_query_bar_on {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.ygw_query_bar_off {
    display: flex;
    flex-wrap: wrap;
}

.ygw_query_bar_right {
    width: 118px;
    border-left: 1px solid #eee;
    display: flex;
    align-items: center;
}

.ygw_query_bar_right .ygw_query_item_btn {}

.ygw_query_bar_left .ygw_query_item {}

.ygw_query_bar_option {
    color: #5a98de;
    display: flex;
    position: absolute;
    bottom: -31px;
    /* background-color: white; */
    padding: 0 5px;
    border-radius: 10px;
    margin: auto;
    left: 0;
    right: 0;
    width: 109px;
    justify-content: center;
}

.ygw_query_bar_btn {
    display: flex;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ygw_query_bar_btn>i {
    font-size: 13px;
    margin-right: 5px;
}

.ygw_query_bar_btn_span {}

.am-selected-btn.am-btn-default {
    align-items: center;
}

.ygw_default_no_query {
    text-align: center;
    padding: 20px 0;
    font-size: 14.5px;
    background-color: #f5fafe;
    margin: auto;
    width: 98%;
    border: solid 1px #eee;
    border-radius: 3px;
    margin-top: 10px;
    font-weight: bold;
    letter-spacing: 3px;
}

.ygw_form_group {
    display: inline-flex;
    width: 100%;
    flex-wrap: nowrap;
}

.ygw_form_group .ygw_form_div {
    flex: 1;
}

.right_main_div .animated {
    -webkit-animation-duration: 1.5s !important;
    animation-duration: 1.5s !important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.right_main_div {
    height: 100%;
}


/*优化*/

.ygw_table_responsive>table>tbody>tr>td {
    padding: 8px 10px;
}

.table th,
.table td {
    padding: 6px 8px;
    line-height: 30px;
    word-break: break-all;
}

.table td {
    line-height: 35px;
}

.table-bordered th,
.table-bordered td {
    border-left: none;
}

.table-bordered {
    border-right: none;
    border: none;
}

.table th {
    background: #fafafa !important;
}

.bg-1 {
    background-color: #fff;
}

.Hui-article-box {
    background: #f0f2f5;
}

.breadcrumb {
    background: #fff;
}

.ygw_main_cont {
    margin: auto;
    width: 98%;
    margin-top: 10px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 8px;
}

.table-border th,
.table-border td {
    border-bottom: 2px solid #fafafa;
}

.ygw_query_bar {
    border-radius: 8px;
    padding: 8px 0;
}

.border_tr {
    border-bottom: 2px solid #fff;
}

.check_item {
    margin-right: 25px !important;
    width: auto !important;
}

.table_header_select {
    margin-bottom: 20px;
    overflow: hidden;
}

.Hui-aside {
    background-color: #fff;
}

.Hui-aside .menu_dropdown dt {
    border-bottom: 2px solid #fafafa;
    line-height: 45px;
}

.menuActive dt span {
    color: #148cf1 !important;
}

.ygw_query_bar_left {
    /*flex: 0 1 85%;*/
    width: 75%;
    flex: auto;
}

.ygw_query_bar_right {
    width: 220px;
}

.page_cont {
    margin: 15px;
}

.page_left {
    border: 1px solid #fafafa !important;
    height: 100%;
    width: 240px;
    padding: 20px;
    background: #fff;
    overflow-y: auto;
    border-radius: 8px !important;
}

.line_div {
    background: #fff;
}

.produt_info {
    display: flex;
    flex-direction: column;
    height: 103px;
    width: 100%;
    flex-wrap: wrap;
    border: none;
    padding-top: 15px;
    background: #fff;
    border-radius: 8px;
}

.product_item.select {
    background-color: #ffffff !important;
    color: #5a98de;
}

.query_bar {
    background: #fff !important;
}

.num_info {
    border: none !important;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    height: 150px;
    align-items: center;
    background: #fff !important;
}

.page_cont {
    background: #fff;
    border-radius: 8px;
}

.page_title {
    border: none !important;
}

.page_form {
    border: none !important;
    border-bottom: none !important;
}

.page_right {
    background: #f0f2f5 !important;
}

.right_flag {
    background: #f0f2f5 !important;
}

a.btn.size-MINI,
span.btn.size-MINI {
    line-height: 26px !important;
}

.btn.size-MINI {
    padding: 1px 5px !important;
}

.input-text.size-MINI,
.btn.size-MINI {
    font-size: 12px;
    height: 30px !important;
    padding: 1px 2px;
    line-height: 1.42857;
    line-height: 27px !important;
}

.layui-tab-card>.layui-tab-title .layui-this {
    font-weight: bold;
}

.red_icon {
    display: inline-flex;
    width: 16px;
    height: 16px;
    align-items: center;
    background-color: red;
    justify-content: center;
    color: white;
    border-radius: 4px;
    font-size: 5px;
    padding: 1px;
}

.layui-table thead th {
    /* font-weight: bold!important; */
}

.layui-table thead th,
.layui-table tbody td {
    word-break: break-all;
    white-space: nowrap
}

.ygw_user_icon {
    background: url('../img/icon/userIcon.png') center center no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    border: 0;
    cursor: pointer;
}

.ygw_user_icon:hover {
    width: 20px;
    height: 20px;
}

.layui-layer {
    border-radius: 10px !important;
}

.layui-layer-title {
    background-color: black !important;
    color: white !important;
    border-radius: 10px 10px 0 0 !important;
}

.layui-layer-setwin a {
    background-position: -156px -38px !important;
    border-radius: 100px !important;
}

.ygw_notice {
    padding: 0 15px;
    background-color: #16b777;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: white;
    border-radius: 8px;
    letter-spacing: 1px;
    font-size: 14px;
    height: 100%;
}

.layui-layer-setwin .layui-layer-close {
    color: white;
}