.crumbs {
    padding-top: 20px;
    padding-bottom: 30px
}

.product {
    display: flex;
    padding-bottom: 120px
}

.product .container {
    display: flex
}

.news {
    padding: 56px 0;
    width: 100%;
    background: #f4f8fd
}

.news .news-item {
    display: flex;
    width: 100%;
    transition: all .3s
}

.news .news-item:first-child {
    padding-top: 0
}

.news .news-item .item-img {
    position: relative;
    display: block;
    width: 440px;
    height: 280px;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .3s
}

.news .news-item .item-img .img-line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../image/line.jpg);
    transition: all .3s
}

.news .news-item .item-right {
    padding-left: 30px;
    width: 1000px
}

.news .news-item .item-right .item-title {
    padding-top: 38px;
    padding-bottom: 24px;
    font-size: 48px;
    font-weight: bold;
    color: #26292e;
    line-height: 58px;
    transition: all .3s
}

.news .news-item .item-right .item-line {
    width: 32px;
    height: 6px;
    background: #2e7dd6
}

.news .news-item .item-right .item-content {
    padding-top: 25px;
    font-size: 18px;
    font-weight: 500;
    color: #26292e;
    line-height: 30px
}

.news .news-item:hover .item-img {
    box-shadow: 0 2px 33px 2px rgba(53, 131, 219, 0.16)
}

.news .news-item:hover .item-img .img-line {
    width: 396px;
}

.product-box {
    width: 100%
}

.product-box .search-box {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 13px;
    width: 100%;
    height: 48px;
    border: 1px solid #d2d2d2
}

.product-box .search-icon {
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../image/search.png")
}

.product-box .search-value {
    flex: 1;
    padding: 0 20px;
    font-size: 18px;
    line-height: 26px;
    color: #999;
    height: 100%
}

.product-box .search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 135px;
    height: 48px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    background: #2e7dd6;
    cursor: pointer
}

.select-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    z-index: 1
}

.select-box .select-item {
    position: relative;
    margin-right: 20px;
    width: 230px;
    height: 48px;
    border: 1px solid #d2d2d2
}

.select-box .select-item .item-top {
    display: flex;
    align-items: center;
    padding: 0 15px;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.select-box .select-item .item-top .item-content {
    flex: 1;
    font-size: 18px;
    font-weight: bold;
    color: #303036;
    line-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select-box .select-item .item-top .item-arrow-box .add {
    font-size: 30px;
    color: #303036;
    font-weight: 100
}

.select-box .select-item .item-top .item-arrow-box .del {
    display: none;
    font-size: 30px;
    color: #303036;
    font-weight: 100
}

.select-box .select-item .item-bottom {
    position: absolute;
    top: 48px;
    left: -1px;
    display: none;
    padding: 10px 15px;
    width: calc(100% + 2px);
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-top: none
}

.select-box .select-item .item-bottom .bottom-item {
    font-size: 16px;
    font-weight: 400;
    color: #303036;
    line-height: 40px;
    cursor: pointer
}

.select-box .select-item.active .item-top .item-arrow-box .add {
    display: none
}

.select-box .select-item.active .item-top .item-arrow-box .del {
    display: block
}

.select-box .select-item.active .item-bottom {
    display: block
}

.product-detail {
    position: relative;
    width: fit-content;
    max-width: 100%
}

.product-detail .no-date {
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    text-align: center;
    display: none
}

.product-detail::-webkit-scrollbar {
    width: 12px;
    height: 10px
}

.product-detail::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 2px
}

.product-detail::-webkit-scrollbar-thumb {
    background: #4cadde;
    border-radius: 10px
}

.product-detail::-webkit-scrollbar-thumb:hover {
    background: #4cadde
}

.table {
    display: block;
    position: relative;
    max-height: 670px;
    width: fit-content;
    max-width: 100%;
    overflow-x: scroll;
    z-index: 0;
    scrollbar-face-color: #4cadde;
    scrollbar-arrow-color: #4cadde;
    scrollbar-shadow-color: white;
    scrollbar-track-color: #fff;
    scrollbar-base-color: #4cadde
}

.table::-webkit-scrollbar {
    width: 12px;
    height: 10px
}

.table::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 2px
}

.table::-webkit-scrollbar-thumb {
    background: #4cadde;
    border-radius: 10px
}

.table::-webkit-scrollbar-thumb:hover {
    background: #4cadde
}

.table .scrollbar-arrow {
    display: none
}

.table .thead {
    position: sticky;
    left: 0;
    top: 0;
    transform: translateY(0);
    height: 74px;
    background: #2e7dd6;
    z-index: 0
}

.table .thead .td-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    height: 100%
}

.table .thead .td {
    height: 100%;
    padding: 0 20px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 48px;
    border-right: 1px solid rgba(255, 255, 255, 0.8)
}

.table .thead .arrow-bottom {
    margin-top: -10px
}

.table .thead .icon {
    opacity: .6
}

.table .thead .icon-active {
    opacity: 1
}

.table .thead .td-value {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
    width: max-content
}

.table .thead .td-value .small {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 20px
}

.table .thead .sort-box {
    margin-left: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.table .thead .td-sort {
    cursor: pointer
}

.table .tbody {
    max-height: 575px;
    overflow-y: scroll
}

.table .tbody::-webkit-scrollbar {
    width: 12px;
    height: 10px
}

.table .tbody::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 2px
}

.table .tbody::-webkit-scrollbar-thumb {
    background: #4cadde;
    border-radius: 2px
}

.table .tbody::-webkit-scrollbar-thumb:hover {
    background: #4cadde
}

.table .tbody tr {
    height: 48px
}

.table .tbody tr:nth-child(2n) {
    background-color: rgba(46, 125, 214, 0.05)
}

.table .tbody a {
    color: #303036
}

.table .tbody td {
    padding: 0 10px;
    height: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #303036;
    line-height: 22px;
    text-align: center
}

.table .tbody .blue {
    color: #2e7dd6
}

.table .pdf-box .pdf {
    display: block;
    margin: 0 auto;
    width: 14px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../image/pdf.png)
}

.table .pdf-box .pdf.pdf-active {
    display: none;
    background-image: url(../image/pdf-active.png)
}

.table .pdf-box.active .pdf {
    display: none
}

.table .pdf-box.active .pdf.pdf-active {
    display: block
}

.table .arrow-box .arrow {
    display: block;
    margin: 0 auto;
    width: 15px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../image/arrow2.png)
}

.table .arrow-box .arrow.arrow-active {
    display: none;
    background-image: url(../image/arrow-active.png)
}

.table .arrow-box.active .arrow {
    display: none
}

.table .arrow-box.active .arrow.arrow-active {
    display: block
}

.table .link {
    display: flex;
    justify-content: center;
    align-items: center
}

.table .apply-icon {
    margin-right: 6px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../image/apply.png)
}