#content .main {
    
}

.data-content {
    overflow: scroll;
    width: 100%;
}
.data-content .data-table {
    margin-top: 20px;
    border-collapse: collapse;
    font-size: 12px;
    text-align: center;
    table-layout: fixed;
    word-break: break-all;
    
}
.data-content .data-table thead tr th {
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-top: 3px solid #0153a9;
    font-size: 17px;
    font-weight: 600;
    background-color: #f6f6f6;
}
.data-content .data-table thead tr th:nth-child(1) {
    min-width: 80px;
    font-size: 17px;
}
.data-content .data-table thead tr th:nth-child(2) {
    min-width: 600px;
    font-size: 17px;
}
.data-content .data-table thead tr th:nth-child(3) {
    min-width: 160px;
    font-size: 17px;
}
.data-content .data-table thead tr th:nth-child(4) {
    min-width: 140px;
    font-size: 17px;
}
.data-content .data-table thead tr th:nth-child(5) {
    min-width: 160px;
    font-size: 17px;
}
.data-content .data-table thead tr th:nth-child(6) {
    min-width: 60px;
    font-size: 17px;
}
.data-content .data-table tbody tr td {
    text-align: center;
    height: 50px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    font-size: 17px;
    font-weight: 400;
    cursor: pointer;
}
.data-content .data-table tbody tr td:nth-child(1) {
    min-width: 80px;
}
.data-content .data-table tbody tr td:nth-child(2) {
    min-width: 600px;
    text-align: left !important;
}
.data-content .data-table tbody tr td:nth-child(3) {
    min-width: 171px;
}
.data-content .data-table tbody tr td:nth-child(4) {
    min-width: 140px;
}
.data-content .data-table tbody tr td:nth-child(5) {
    min-width: 160px;
}
.data-content .data-table tbody tr td:nth-child(6) {
    min-width: 60px;
}
.pagebar {
    display: flex;
    width: 100%;
    padding: 16px;
    align-items: center;
    justify-content: center;
}

.paginationjs .paginationjs-pages li {
    margin: 2px !important;
    border: 1px solid #AAA !important;
}

@media(min-width: 1080px) {
    #content .main {
        width: calc(100% - 240px);
    }
}

.data-select {
    padding: 0px 8px;
}
.publicity-select {
    display: flex;
    padding: 0px 8px;
    max-width: 360px;
    margin-top: 30px;
    height: 40px;
}

.publicity-select .publicity-item2 {
    padding: 8px;
    border: 1px solid #ddd;
    position: relative;
    border-radius: 2px;
}

.publicity-select .f-1 {
    border: 1px solid #ddd;
    padding: 0px;
    max-width: 60px;
}

.publicity-select .mx-w-60 {
    max-width: 60px;
}

.publicity-select .publicity-item2 .select-bottom {
    position: absolute;
    top: 10px;
    right: 8px;
    cursor: default;
}

.publicity-select .f-2 {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0px 8px;
    width: 255px !important;
}

.pagination-section {
    display: flex;
    padding: 16px;
    align-items: center;
    justify-content: center;
}

.pagination-section li {
    margin: 4px !important;
    border: 1px solid #AAA !important;
}



.publicity-select .publicity-item2 select {
    width: 100%;
    height: 100%;
}

.publicity-select .publicity-item2 select option {}

.publicity-select .publicity-item2 input {
    width: 100%;
    height: 100%;
}

.publicity-select .publicity-item2 input:focus {
    border: none;
    outline: none;
}

.publicity-select .publicity-item2 button {
    width: 100%;
    height: 100%;
}

.publicity-select .publicity-item2 button img {
    width: 100%;
    height: 100%;
    /* position: absolute;
    top: 5px;
    right: 14px; */
}
@media(min-width: 768px) {

    .data-select {
        display: flex;
    }
}


@media(min-width: 1000px) {
    .pagination-section {
      margin-left: 30%;
    }
}`