[v-cloak] {
    display: none !important;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: #f5f5f5;
}

ul {
    list-style: none;
}

.project-assets {
    width: 1400px;
    margin: auto;
    display: flex;
    flex-direction: row;
}

.headline_left {
    background: url("../images/line.png");
    width: 280px;
    height: 44px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 44px;
    box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, .1);
    margin-top: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.navigation-Bar {
    width: 280px;
    height: auto;
    background-color: #ffffff;
    box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, .1);
    padding-bottom: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.navigation-Bar_first {
    position: relative;
    width: 240px;
    line-height: 60px;
    font-size: 20px;
    font-weight: 600;
    padding-left: 25px;
    cursor: pointer;
}

.navigation-Bar_li-Tag {
    position: relative;
    left: -20px;
    width: 200px;
    height: 40px;
    line-height: 40px;
    margin-left: 45px;
    font-size: 18px;
    padding: 0 0 10px 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.navigation-Bar_li-Tag-button {
    width: 200px;
    font-size: 18px;
    border: 0px;
    background-color: #ffffff;
}

.changeColorCld {
    color: #B41326;
    background-color: #f7d9d9;
}

.changeColorPar {
    color: #B41326;
}

.project-assets_right {
    width: calc(100% - 280px - 20px);
    margin-top: 10px;
    margin-left: 20px;
    height: auto;
    
}

.project-assets_right-top {
    width: 100%;
    height: auto;
    box-shadow: 4px 2px 12px 0 rgba(0, 0, 0, .1);
    background-color: white;
}

.headline_right {
    width: 100%;
    height: 2px;
    border: 1px red solid;
}

.inner-button {
    margin-top: 20px;
    margin-left: 60%;
    width: 400px;
    text-align: center;
}

.el-input__inner {
    width: 100%;
    height: 34px;
    border-radius: 10px 0px 0px 10px;
    border: 1px red solid !important;
    line-height: 34px;
}

.el-button--primary {
    border-radius: 0 10px 10px 0;
    width: 28%;
    height: 34px;
    background-color: #AF1527 !important;
    border: 0px;
    font-size: 24px;
    margin-left: -18px;
}

.el-icon-search {
    position: relative;
    top: -6px;
    left: 10px;
}

.el-table_container {
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    color: black;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    user-select: none;
    padding-bottom: 15px;
}

.el-table_container-one {
    display: flex;
    flex-direction: row;
    font-size: 16px;
    margin-top: 20px;
    background-color: #f7d9d9;
    line-height: 60px;
}

.el-table_container-one>div {
    flex-shrink: 0;
}

.title-one {
    width: 51%;
    padding-left: 50px;
}

.title-two {
    width: 13%;
}

.title-three {
    width: 17%;
}

.title-four {
    width: 16%;
    padding-right: 50px;
    display: flex;
    justify-content: flex-end;
}

.data-body {
    padding-left: 50px;
    line-height: 40px;
    height: auto;
    margin-left: -30px;
}

.data-body_one {
    width: 96%;
    line-height: 60px;
    font-size: 16px;
    display: flex;
    flex-direction: row;
}

.body-one {
    width: 53%;
    line-height: 60px;
    padding-left: 17px;
    display: flex;
    flex-direction: row;
}

.body-one::before {
    content: "\25A0";
    color: #8a0504;
    display: inline-block;
    position: relative;
    top: -2px;
    left: -10px;
}

.body-one-p {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.body-one-p:hover {
    text-decoration: underline;
    color: red;
    cursor: pointer;
}

.body-two {
    width: 12%;
    position: relative;
    left: -60px;
    text-align: center;
}

.body-three {
    width: 16%;
    position: relative;
    left: -15px;
    text-align: center;
}

.body-four {
    width: 15%;
    text-align: center;
    position: relative;
    left: 45px;
    color: #888888;
}

.bottom-line {
    position: relative;
    left: -5px;
    width: 98%;
    border-bottom: 1px dashed red !important;
}

.noData {
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 14px;
    color: #888888;
    line-height: 40px;
    position: relative;
    top: 10px
}

.wrapper_pager {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    left: -40px;
    padding-top: 20px;
}

.bottom-button {
    position: relative;
    top: 5px
}

.wrapper_pager .el-pagination .number,
.wrapper_pager .el-pagination .more {
    height: 42px;
    width: 42px;
    line-height: 42px;
    background-color: #fff !important;
}

.wrapper_pager .el-pagination .number:hover,
.wrapper_pager .el-pagination .more:hover {
    color: #fff !important;
    background-color: #D6071F !important;
}

.wrapper_pager .el-pagination .number.active {
    background-color: #cc0a1e !important;
}

.wrapper_pager .el-button {
    padding: 14px 14px;
}

.wrapper_pager .el-button:focus,
.wrapper_pager .el-button:hover {
    color: #D6071F;
    border-color: #bb1124;
    background-color: #fff;
}