* {
    box-sizing: border-box;
}

/********************阿里图标库********************/
@font-face {
    font-family: "yyicon"; /* Project id 2948616 */
    src: url('//at.alicdn.com/t/font_2948616_zt7gjh5ivlj.woff2?t=1642487535846') format('woff2'), url('//at.alicdn.com/t/font_2948616_zt7gjh5ivlj.woff?t=1642487535846') format('woff'), url('//at.alicdn.com/t/font_2948616_zt7gjh5ivlj.ttf?t=1642487535846') format('truetype');
}

.yyicon {
    font-family: "yyicon" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-Tips-1:before {
    content: "\e88e";
}

.icon-xuanzekuang-2:before {
    content: "\e610";
}

.icon-xuanzekuang-1:before {
    content: "\e60d";
}

.icon-xuanzekuang-0:before {
    content: "\e60a";
}

.icon-shaixuan-0:before {
    content: "\e672";
}




/*自己加入的图标样式*/
.icon-shaixuan-0:hover {
    color: #00f;
    cursor: pointer;
}

.icon-shaixuan-0[state] {
    color: #00f;
}

.icon-xuanzekuang-2 {
    color: #338dfc;
}


/********************UI插件********************/
/*表格区域*/
.yy-table-div {
    height: 100%;
    overflow: auto;
    width: 100%;
}

/*****Table表格*****/
.yy-ui-table {
    width: 100%;
    border-collapse: collapse;
}
    /*Table表格Thead元素*/
    .yy-ui-table > thead {
        height: 41px;
    }
/*Table表格Tbody区域的Div元素*/
.yy-ui-table-tbody-div {
    margin-bottom: 0px;
    overflow: overlay;
    margin-top: -41px;
    border-bottom: solid 1px rgb(204, 204, 204);
}

/*表格外观样式1*/
.yy-table1 {
    background-color: #fff;
    table-layout: fixed;
}

    .yy-table1 th {
        border-bottom: 1px rgb(204, 204, 204) solid;
        background-color: #fff;
        padding: 8px;
        color: #000;
    }

    .yy-table1 td {
        height: 40px;
        padding: 8px;
        color: #676a6c;
        WORD-WRAP: break-word;
    }

    .yy-table1 tbody tr:not(:last-child) {
        border-bottom: 1px #ddd solid;
    }

    .yy-table1 tbody tr:nth-child(odd) {
        background-color: rgb(250, 250, 250);
    }


/*会被省略掉文本的Td*/
.yy-table-td-EllipsisText {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*被点击的Tr行响应事件*/
.yy-table1 tbody tr[yy-selectstate] {
    background-color: rgb(240, 240, 240);
}

/*分页区域div*/
.yy-ui-table-page-div {
    display: flex;
    padding-top: 10px;
}

/*分页描述div*/
.yy-ui-table-page-describe-div {
    line-height: 28px;
    padding-left: 10px;
}

/*分页按钮区域div*/
.yy-ui-table-page-button-div {
    padding-right: 10px;
    margin: 0px 10px 0px auto;
}

/*分页按钮*/
.yy-ui-table-paging-button {
    border-right-style: solid;
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #ddd;
    background: #fff;
    color: #676a6c;
    text-align: center;
    height: 30px;
    min-width: 30px;
    padding: 6px;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .yy-ui-table-paging-button:nth-child(1) {
        border-left-style: solid;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .yy-ui-table-paging-button:nth-last-child(1) {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .yy-ui-table-paging-button:hover {
        background: #eee;
    }

    /*分页按钮选中(当前页)*/
    .yy-ui-table-paging-button[selectstate] {
        background: #eee;
    }

/*****Window窗口*****/
/*窗口遮蔽层*/
.yy-ui-window-shelter {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.5);
}

/*窗口框*/
.yy-ui-window {
    background-color: #fff;
    border-radius: 3px;
    color: #000;
    box-shadow: 0 0 10px #000000;
    position: fixed;
    top: 0px;
    left: 0px;
}

/*窗口标题区域*/
.yy-ui-window-title {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #676a6c;
    border-bottom: rgb(204, 204, 204) 1px solid;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    background-color: #fbfbfb;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*窗口body区域*/
.yy-ui-window-body {
    padding: 10px;
    overflow: auto;
}

/*窗口按钮区域*/
.yy-ui-window-button {
    height: 55px;
    padding: 10px;
}

    .yy-ui-window-button button {
        height: 35px;
        padding: 0px 20px;
    }

        .yy-ui-window-button button:not(:last-child) {
            margin-right: 10px;
        }

/****下拉框UI*****/
/*搜索框*/
div[name="Select"] > input[name="SearchBox"] {
    border: 0px;
    border-bottom: 1px solid #000;
    outline: none;
    width: 100%;
    padding: 2px 5px;
}
/*项目划过高亮*/
div[name="Select"] > div[name="ProjectArea"] div:hover {
    background-color: #338dfc;
    color: #fff;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*****按钮*****/
/*按钮样式1-蓝色*/
.yy-ui-button-1 {
    border: 0px #000 none;
    border-radius: 2px;
    background-color: #338dfc;
    color: #fff;
    transition: background-color 0.5s;
    outline: none;
    cursor: default;
}

    .yy-ui-button-1:hover {
        background-color: #2767b6;
    }

    .yy-ui-button-1:active {
        outline: none;
        border: 0px #000 none;
        background-color: #1e4e8a;
    }

/*按钮样式2-红色*/
.yy-ui-button-2 {
    border: 0px #dedede solid;
    border-radius: 2px;
    background-color: #e55353;
    color: #fff;
    transition: background-color 0.5s;
    outline: none;
    cursor: default;
}

    .yy-ui-button-2:hover {
        background-color: #be4c4c;
    }

    .yy-ui-button-2:active {
        outline: none;
        background-color: #983d3d;
    }

/*按钮样式3-白色*/
.yy-ui-button-3 {
    border: 1px #dedede solid;
    border-radius: 2px;
    background-color: #f7f7f7;
    color: #000;
    transition: background-color 0.5s;
    outline: none;
    cursor: default;
}

    .yy-ui-button-3:hover {
        background-color: #e0e0e0;
    }

    .yy-ui-button-3:active {
        outline: none;
        background-color: #cecece;
    }


/*右键菜单*/
.yy_RightClickMenu {
    background-color: #fff;
    top: 0px;
    position: fixed;
    border-radius: 3px;
    box-shadow: 0 0 5px #000000;
}

.yy_yy_RightClickMenu_Menu {
    padding: 2px 10px;
    cursor: default;
}

    .yy_yy_RightClickMenu_Menu:nth-child(1) {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .yy_yy_RightClickMenu_Menu:nth-last-child(1) {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .yy_yy_RightClickMenu_Menu:hover {
        background-color: #338dfc;
        color: #ffffff;
    }

/*选择窗口*/
.ShelterWindow {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.2);
    z-index: 10;
}

    .ShelterWindow .ChoiceWindow {
        margin: 150px auto 0px auto;
        height: 500px;
        width: min-content;
        background-color: #ffffff;
        padding: 10px;
        border-radius: 3px;
        box-shadow: 0 0 5px #000000;
    }

    .ShelterWindow .TableRegion {
        width: max-content;
        overflow: auto;
        border: #000 1px solid;
        min-width: 400px;
    }

.ShelterWindow_FixedTitle {
    border-collapse: collapse;
    position: fixed;
    background-color: #afe2ff;
}

    .ShelterWindow_FixedTitle th {
        padding: 4px 10px;
        max-width: 600px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border: #000 1px solid;
    }

.ShelterWindow_Table {
    border-collapse: collapse;
    width: max-content;
    table-layout: fixed;
}

    .ShelterWindow_Table th {
        padding: 4px 10px;
        max-width: 600px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border: #000 1px solid;
    }

    .ShelterWindow_Table tr:hover {
        background-color: #eeeeee;
    }

    .ShelterWindow_Table td {
        padding: 2px 5px;
        max-width: 600px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border: #000 1px solid;
        cursor: default;
    }

.ButtonRegion {
    height: 38px;
    padding: 10px 0px 0px 0px;
}

    .ButtonRegion > a {
        height: 28px;
        line-height: 28px;
        padding: 0px 10px;
        display: block;
        margin-left: 10px;
        float: right;
    }



/*
    右下角 消息窗
*/
.yy_ui_alert_frame {
    z-index: 99999999;
    right: 20px;
    bottom: 20px;
    position: absolute;
}

.yy_ui_alert {
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    border: 1px solid;
    border-radius: 2px;
    padding: 14px 26px;
    margin: 5px 5px 5px auto;
    width: fit-content;
    min-width: 300px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity 0.5s;
    box-shadow: 0 0 10px #000000;
    opacity: 0.8;
}

    .yy_ui_alert[StyleType="1"] {
        border-color: #296c9f;
        background-color: #bce8f1;
        color: #296c9f;
    }

    .yy_ui_alert[StyleType="2"] {
        border-color: #826730;
        background-color: #fdffc9;
        color: #b28a37;
    }

    .yy_ui_alert[StyleType="3"] {
        border-color: #984755;
        background-color: #ebccd1;
        color: #984755;
    }

    .yy_ui_alert[StyleType="4"] {
        border-color: #346f3c;
        background-color: #b7ffc1;
        color: #346f3c;
    }

    .yy_ui_alert[StyleType="13"] {
        border-color: #984755;
        background-color: #ebccd1;
        color: #984755;
    }
