/* my components css style
-------------------------------------------------- */
/* iconfont */
@font-face {
    font-family: "iconfont"; /* Project id 3216966 */
    src: url("http://at.alicdn.com/t/font_3216966_n24jnbx9iu.eot?t=1646270840440"); /* IE9 */
    src: url("http://at.alicdn.com/t/font_3216966_n24jnbx9iu.eot?t=1646270840440#iefix") format("embedded-opentype"),
        /* IE6-IE8 */ url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAQMAAsAAAAACLAAAAO/AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACDHAqEXIQXATYCJAMQCwoABCAFhGcHRRucB8iOxDiGcgnFgMlNPNDPoe9DUkbF6Op6vqqsCEeggBU5N+En5G4W7Xz+T6d+WTIAK4hjgVmRTwasfAU+tyyXeAvBlKlMY2jqy9SMRfqfw6VNihL4FgDMNagXlmWlbQ1srH1jit87P0G/YezyIm8RUG/BJLKNWQtWgOGawynwYOjFgSg+XEfDHKg4iVyBD2r5ZdOZuYQ6CwXxo+wNgE/ez4d/0BhUICoS6Httns4MwYN3BWN9NPlPQPoBZLgM2DuiQMLMwmThvFpziA48M2j1RS7GGsCuWpFBm66P9f3/j2mb4tQa//JIokAoQY9tBCtIlBwY1SKQ+HWdQORXH+0CONnpX4sWfAfwH2MHRxayss1uNusYE6NWa43r/JY9Gqkn16vV5rvBiy6ph0oBudomdVynqDxR+7W4SBNl1EqupilLR6mYS+VztvM4ehKyR6FXpoyEVcZYhnKEcswuPTRu53tzPVIX6Y676TfIzXwvyvVoUuW0+d51wshVHRppYACIv00jdZSWXjb3XLF6iMoND2vzg4OIDKxYuWpAIw0Nyd0a+3uJ5XjRcUuPxSIFXVYeILrWcc5xrbosU+cznfGSusGVTfIMtSK6nOIYyWkL5lS1anSVckW9OZKWRcxeEn2harRn9H1FQlUcKbQOh3lPnXfqN9ZsqL/dpTa9cBqvBa8ZnS+ONhYgYrgRx/c6Rq58Nju45tUbLq2tedlgNTZbDmVCT8/MKd/bnm3bkmq+tzGD+ufvOMyfn75w57SGYHjrpJW2si0tizecaDNNLUu2bEB3SnAXoPpP52gKVISeShNQtTIX6I0/xd94/qb18WbjhK+qBgbg58yXPzxRRZppCXip1MaUX0B9kM8PWoi5oNjI+alRLO7X5l7Zttc7LKJePSpgaPd2CEHHjfUFtToiiGoMQFJrCJmxU1BosASlWutQb9rM+Q06ZNBCVgNjDgEIWnVD1OwbJK2eIzN2GArdxqDU6i/U2wr61RqMBX66iDiMQmzTLjbKp1OCycdeq8tQeFuCE/Ocq5CYjUI721Bbn/bPRikk9jEmuz3ciLHACmI6yc6i+6FEIs1mxHQM8bg2gnFmXF2dUPQmtXw6CdOJEA6GhLCa7MKK4qWlCE5unPx9yyBh2yRwxIbIVSpRFpNR66wGteobIGdzUo2yLqR91nZhjTBMwP0EorQk1ixFhSQMTxorU9wtBuFhtSIdXBnj1KFcQlNO7fS85O2tgHr6q+Qgo2iKoeSQH/BcSpNMN0UTqIZLYOUOxEc4XAMAAA==") format("woff2"),
    url("http://at.alicdn.com/t/font_3216966_n24jnbx9iu.woff?t=1646270840440") format("woff"), url("http://at.alicdn.com/t/font_3216966_n24jnbx9iu.ttf?t=1646270840440") format("truetype"),
    url("http://at.alicdn.com/t/font_3216966_n24jnbx9iu.svg?t=1646270840440#iconfont") format("svg");
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* --------------------------------------------------- */
/* reset */
ul {
    margin-block-start: 0px !important;
}

/* el */
.msgbox {
    width: 95%;
}

@media screen and (min-width: 768px) {
    .msgbox {
        width: 500px;
    }
}

/** Notification 居中显示 **/
/** .el-notification{
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}
.el-notification .right{
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}
.el-notification .left{
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
} **/



/* commons */
.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.color-primary {
    color: #409eff;
}

.color-success {
    color: #67c23a;
}

.color-warning {
    color: #e6a23c;
}

.color-danger {
    color: #f56c6c;
}

.color-info {
    color: #909399;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 1px;
}

.width100 {
    width: 100%;
}

.border1 {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.border1red {
    border: 1px solid red;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.form-group a {
    text-decoration: none;
    color: #1890ff;
    outline: none;
    cursor: pointer;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.flex-center {
    display: flex;
    justify-content: center;
    justify-items: center;
}

.flex-between-center {
    display: flex;
    justify-content: space-between;
    justify-items: center;
}

/* page */
/* .my-page {
  min-height: 20px;
  padding: 19px 19px 6px 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
} 
.my-app-root {
  background-color: #fff;
}
.my-page-container {
  min-height: 20px;
  // padding: 19px 19px 6px 19px;
  // margin-bottom: 20px;
}*/
.my-page-container {
    padding-right: 15px;
    padding-left: 15px;
}

.my-page-navbar {
    padding: 0px 15px 0px 15px;
    min-height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #9d9d9d;
    background-color: #222;
}

.my-page-navbar a {
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
}

.my-page-navbar a:hover {
    color: #fff;
}

.my-page-body {
    padding: 52px 15px 0px 15px;
}

.my-page-panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.my-page-title {
    padding: 10px 0px 10px 0px;
    font-size: 19px;
    color: #303133;
}

.my-page-well {
    min-height: 20px;
    padding: 20px 1px 6px 1px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.my-data-view-container {
    min-height: 20px;
    /* padding-top: 10px; */
    border: 1px solid #e3e3e3;
    border-bottom: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.my-data-view-head {
    margin-bottom: -11px;
    border: 1px solid #e3e3e3;
    border-bottom: none;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.my-data-view-col-title {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.my-list-item {
    padding-top: 10px;
    line-height: 39px;
    border-bottom: 1px solid #e3e3e3;
}

.my-login1-page {
    /* padding-top: 40px !important;
    padding-bottom: 40px !important; */
    background-color: #fff;
    background-image: url("zyoushu_index_bg.jpg");
    color: #5a5a5a;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

/*********** login1 ****************************/
.my-login1-panel1 {
    display: flex;
    align-items: center;
    justify-content: center;

    text-align: justify;
    width: 200px;
    height: 200px;
    background: #000;
    margin: 30px auto;
    color: #fff;
}

.my-login1-panel {
    padding: 10px 10px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.my-login-footer {
    font-size: 14px;
    color: #5a5a5a;
    text-align: center;
}

.my-login-icon {
    font-family: "iconfont" !important;
    font-size: 20px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
    color: #909399;
    cursor: pointer;
}

.my-login-icon:hover {
    color: rgb(24, 144, 255);
}

.zys-app-logo{
    height: 90px;
    width: 90px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}

.my-page-content-row{
    padding: 0 10px;
}

.my-confirm-msg-box{
    width: unset !important;
    max-width: 420px;
}

.my-dialog-custom1{
    width: 90%;
    max-width: 560px;
}

/*********** salary ****************************/
.salary-m-detail-page{
    width: 100%;
    min-height: 99vh;
    display: flex;
    justify-content: center;
}
.salary-m-detail-page > :first-child{
    /*max-width: 960px;*/
    width: 100%;
}
.salary-m-detail-page-head {
    width: 100%;
    height: 120px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-image: url("zyoushu_salary_detail_head_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.salary-m-detail-list-item {
    display: flex;
    justify-content: space-between;
    justify-items: center;
}
.salary-m-detail-list-item:not(:first-child) {
    margin-top: 10px;
}

.salary-m-detail-list-item-selected {
    color: #87cefa;
}

.salary-m-detail-page .el-button{
    /** ::v-deep .el-button{border-radius: 0;} **/
    border-radius: 0;
}
.salary-m-detail-page .el-alert__content{
    padding: 0 0;
    margin-left: -5px;
}

/*
.el-header {
  background-color: #222;
  color: #333;
  line-height: 50px;
  height: 50px;
}

.el-main {
  background-color: #e9eef3;
  color: #333;
  text-align: center;
  line-height: 160px;
  height: 1200px;
} */
