* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.breadNav {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    margin-top: 30px;
}

.breadNav a {
    font-size: 12px;
    color: #666666;
}

.breadNav span {
    padding: 0 5px;
}

.breadNav a:last-of-type {
    color: #333333;
}

.breadNav a:last-of-type:hover {}

.table_container {
    background-color: #FFF;
}

.FilterBox {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px;
    border-bottom: 1px solid #F2F2F2;
}

.FilterBox>span {
    font-size: 18px;
    font-weight: bold;
}

.FilterBox .SearchBox {
    margin-top: 0;
    height: auto;
}

.FilterBox .SearchBox input {
    width: 160px;
    height: 34px;
    border-radius: 6px;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding-left: 12px;
    transition: all 0.28s;
    box-shadow: 0 0 0 1px #dcdfe6 inset;
    
}
.FilterBox .SearchBox input:focus {
    border-color: #2872C9;
    box-shadow: 0 0 0 1px #409eff inset;
}

.FilterBox .SearchBox input::-webkit-input-placeholder {
    font-size: 12px;
    color: #AAAAAA;
}

.FilterBox .SearchBox input:nth-child(2) {
    margin: 0 10px;
}

.FilterBox .SearchBox a {
    width: 72px;
    height: 34px;
    background: #2872C9;
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 34px;
    transition: all 0.28s;

}

.FilterBox .SearchBox a:hover {
    opacity: 0.7;
    cursor: pointer !important;
}

.CFOTableList {
    box-sizing: border-box;
    padding: 16px 20px;
}

.CFOTableList .desc {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 12px;
}

.CFOTableList table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

.CFOTableList table th,
.CFOTableList table td {
    height: 44px;
    vertical-align: middle;
}

.CFOTableList table th {
    background-color: #F5F5F5;
    font-size: 14px;
    color: #666666;
    border-bottom: 1px solid #E2E2E2;
}

.CFOTableList table td {
    font-size: 14px;
    color: #333333;
}

.CFOTableList table tbody tr td:last-child a {
    font-size: 14px;
    color: #2872C9;
}

.CFOTableList table thead th {
    border-top: none;
}

.CFOTableList table tbody tr:nth-child(even) {
    background-color: #F9F9F9;
    border-top: 1px solid #f3f3f3;
}
.CFOTableList table tbody tr td:nth-child(8) p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.Price {
    color: #1F71C3;
}

.Up {
    color: #FF0000!important;
}

.Down {
    color: #18D018!important;
}

.AuthLogin a {
    color: #1F71C3;
}

.Permissions a {
    color: #D75252;
}

.Pagination {
    margin-bottom: 0!important;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Pagination>a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    min-width: 32px;
    padding: 0 12px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
    margin-left: 10px;
    font-size: 12px;
    color: var(--create_time_text);
    position: relative;
    cursor: pointer!important;
    transition: all 0.2s;
}
.Pagination>a:hover{
    box-shadow: inset 0 0 3px rgb(207, 207, 207);
}

.Pagination>a.active {
    border-color: #4373F8;
    background-color: #2872C9;
    color: #FFFFFF;
}
.Pagination .prevpage::after {
    content: "";
    display: inline-block;
    border: 7px solid transparent;
    border-right-color: #AAAAAA;
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 7px);
}

.Pagination .lastpage::after {
    content: "";
    display: inline-block;
    border: 7px solid transparent;
    border-left-color: #AAAAAA;
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 2px);
}


.footer_container {
    background-color: #323232;
    padding: 30px 0;
    margin-top: 30px;
    min-width: 1200px;
}

footer {
    width: 1200px;
    margin: 0 auto;
    position: relative;

}

footer > div:nth-child(1) {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 20px;
}

footer > div:nth-child(1) a {
    font-size: 14px;
    color: #FFFFFF;
    /*padding-right: 28px;*/
}

footer > div:nth-child(1) a:after {
    content: "|";
    margin-left: 22px;
}

footer > div:nth-child(1) a:last-child:after {
    content: none;
}

footer > p {
    margin-bottom: 0px;
    font-size: 12px;
    color: #AAAAAA;
}

footer .footImg {
    position: absolute;
    bottom: 0;
    right: 0;
}

footer .footImg a {
    display: inline-flex;

}

footer .footImg a:nth-child(1) {
    width: auto;
    height: 40px;
}

footer .footImg a:nth-child(2) {
    width: 110px;
    height: 40px
}

footer .version_container {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

footer .version_container a {
    color: #AAAAAA;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
}
footer .version_container a:hover{
    text-decoration: underline;
}


/* .up_text{
    color: #CF0F0F!important;
}
.down_text{
    color: #31BB1A!important;
} */