.main {
    border: none;
}

.headCategory {
    margin-bottom: 20px;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.banner {
    width: 100%;
    height: 380px;
    background: url(../../img/bondFinancing/banner.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.banner.myFavorite {
    background: url(../../img/bondFinancing/myFavorite.jpg) no-repeat center center;
}

.banner h3 {
    font-size: 41px;
    font-weight: bold;
    color: #282828;
    margin: 0;
}

.banner h3::after {
    content: '';
    width: 56px;
    height: 4px;
    background: #282828;
    margin-top: 29px;
    display: block;
}

.productLists {
    height: auto;
    margin-top: 50px;
}

.productLists .productList {
    height: auto;
    padding: 0 0 80px 0;
}

.productLists .productList table {
    width: 100%;
    border-collapse: collapse;
}

.productLists .productList table thead tr {
    background-color: #1459F4;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.productLists .productList table tbody tr {
    height: 82px;
    box-sizing: border-box;
    box-shadow: 0px 0px 13px 0px rgba(98, 136, 200, 0.23);
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.productLists .productList table tbody tr:first-child {
    margin-top: 20px;
}

.productLists .productList table thead tr th {
    width: 168px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    border-right: 1px solid #fff;
    text-align: center;
    line-height: 50px;
}

.productLists .productList table thead tr th:last-child {
    border-right: none;
}

.productLists .productList table tbody tr td {
    width: 168px;
    height: 82px;
    font-size: 14px;
    font-weight: 400;
    color: #282828;
    text-align: center;
    display: flex;
    align-items: center;
}

.productLists .productList:not(.myCollect) table thead tr th:nth-of-type(2),
.productLists .productList:not(.myCollect) table tbody tr td:nth-of-type(2) {
    width: 310px;
}

.productLists .productList:not(.myCollect) table thead tr th:nth-of-type(6),
.productLists .productList:not(.myCollect) table tbody tr td:nth-of-type(6) {
    width: 218px;
}

.productLists .productList:not(.myCollect) table tbody tr td:nth-of-type(2)>div {
    width: 290px;
}

.productLists .productList table tbody tr td:nth-of-type(6)>div {
    width: 198px;
}

.myCollect .productList table thead tr th,
.myCollect .productList table tbody tr td {
    width: 171px;
}

.productLists .productList table tbody tr td>div {
    width: 148px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-right: 1px solid #E0E0E0;
    padding: 0 10px;
}

.productLists .productList table tbody tr td>div {
    width: 151px;
}

.productLists .productList table tbody tr td:last-child>div {
    border-right: none;
}

.productLists .productList table tbody tr td .uncommited {
    color: #999999;
}

.productLists .productList table tbody tr td .inreview {
    color: #FF9A3A;
}

.productLists .productList table tbody tr td .passAudit {
    color: #1459F4;
}

.productLists .productList table tbody tr td .auditFailed {
    color: #DB402A;
    position: relative;
}

.productLists .productList table tbody tr td .auditFailed .causeFailed {
    position: absolute;
    width: 344px;
    height: auto;
    background: #FFFFFF;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 24px 15px rgb(198 215 239 / 18%);
    padding: 20px;
    top: 63px;
    display: none;
    z-index: 9999;
}

.productLists .productList table tbody tr td .auditFailed .causeFailed h5 {
    font-size: 14px;
    font-weight: 400;
    color: #1459F4;
    line-height: 14px;
    text-align: left;
    margin: 0;
}

.productLists .productList table tbody tr td .auditFailed .causeFailed p {
    font-size: 14px;
    font-weight: 400;
    color: #282828;
    line-height: 24px;
    text-align: left;
    margin: 14px 0 0 0;
}

.productLists .productList table tbody tr td .auditFailed:hover .causeFailed {
    display: block;
}

.productLists .productList table tbody tr td .statusMenu {
    padding: 0 9px;
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.productLists .productList table tbody tr td .statusMenu>div:nth-of-type(2) {
    margin-left: 10px;
}

.productLists .productList table tbody tr td .statusMenu .operaBtn {
    width: 90px;
    height: 34px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 34px;
    cursor: pointer;
}

.productLists .productList table tbody tr td .statusMenu .inreviewBtn {
    width: 193px;
    height: 40px;
    background: #1459F4;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    cursor: pointer;
}

.productLists .productList table tbody tr td .statusMenu .changed {
    background: #FF9A3A;
}

.productLists .productList table tbody tr td .statusMenu .deleted {
    background: #b3b3b3;
}

.productLists .productList table tbody tr td .statusMenu .toExmain {
    background: #1459F4;
}

.productLists .productList table tbody tr td .statusMenu .cancelCollection {
    background: #FF9A3A;
}

.noneList {
    text-align: center;
}

.noneList p {
    font-size: 16px;
    color: #282828;
    text-align: center;
    margin: 20px 0 40px;
}

.noneList p span {
    color: #1459F4;
    cursor: pointer;
}

.noneList img {
    height: 269px;
    margin: 0 auto;
}

.mask .is-delete {
    top: 50%;
    left: 50%;
    margin: -105px 0 0 -190px;
}