.software-page {
    width: 1200px;
    margin: auto;
}
body {
    background: #f6f7fa;
}
.software-list {
    float: left;
    width: 132px;
    border: 1px solid #E2E8EC;
    background: #FFFFFF;
    border-radius: 2px;
    padding: 0 16px;
    text-align: center;
    border-top: 2px solid #0084FF;
}
.software-top-item {
    height: 48px;
    padding-top: 14px;
}
.software-info {
    float: right;
    width: 1052px;
    border-radius: 8px;
}
.software-item {
    font-size: 14px;
    font-weight: bold;
    line-height: 48px;
    color: #8C8C96;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    border-top: 1px solid #ECEFF1;
    user-select: none;
}
.software-item.active ,
.software-item:hover {
    color: #0084FF;
}
.software-item.more {
    color: #8C8C96 !important;
}
.more-hover {
    display: none;
}
.software-item.more:hover .more-hover {
    display: unset;
}
.software-item.more:hover .more-de {
    display: none;
}
.software-item.more img {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    vertical-align: middle;
}
.software-item-warp {
}
.software-item-warp.expend {
    max-height: unset;
}
.software-item-warp.expend ~ .software-item.more {
    display: none;
}

.software-info-top {
    height: 204px;
    border-radius: 8px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #F1F5F9;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    padding: 24px;
}
.software-info-top-detail {
    padding-bottom: 16px;
    border-bottom: 1px solid #D9E4F0;
}
.software-info-top-detail img {
    float: left;
    width: 80px;
    height: 80px;
}
.software-info-top-detail .software-info-top-detail-txt {
    float: right;
    width: 908px;
}
.software-info-top-detail .software-info-top-detail-txt h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: #000000;
}
.software-info-top-detail .software-info-top-detail-txt p {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    color: #8C8C96;
    margin-top: 8px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    white-space: pre-wrap;
}
.software-info-top-btn {
    margin-top: 20px;
    width: 226px;
    height: 40px;
    border-radius: 8px;
    background: #0082DC;
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}
.software-info-top-btn:hover {
    background: #1564B4;
}
.software-info-top-btn.hidden {
    display: none;
}
.software-info-ver {
    margin-top: 17px;
    padding: 24px;
    border-radius: 8px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #F1F5F9;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.software-ver-hd {
    display: flex;
    justify-content: space-between;
    background: #F4F7FD;
    border-radius: 8px;
    height: 44px;
    line-height: 44px;
    padding: 0 8px;
    font-size: 16px;
    font-weight: bold;
    color: #8C8C96;
}
.ver-table-220 {
    width: 250px;
}
.ver-table-100 {
    width: 100px;
}
.software-ver-body {
    min-height: 200px;
}
.software-ver-row {
    border: 1px solid transparent;
    padding: 25px 8px;
    cursor: pointer;
    border-bottom: 1px solid #F1F5F9;
}
.software-ver-row:hover {
    background: #F0F6FF;
    border: 1px solid #FFFFFF;
}
.software-ver-row .ver {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #000000;
}
.software-ver-row .grey {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    color: #8C8C96;
}
.software-ver-row .download {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    text-decoration: underline;
    color: #0082DC;
}
.software-ver-row .download:hover {
    color: #1564B4;
}
.software-page-content {
    padding-bottom: 56px;
}
.ver-desc-btn {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 8px;
    background: url("/image/soft/icon-89d285b3a85d558baa19becd24dbc10c.png");
    background-position: -278px -8px;
    vertical-align: 2px;
}
.ver-desc-btn.hidden {
    display: none;
}
.software-ver-row-wrap{
    display: flex ;
    justify-content: space-between;
}
.software-ver-row-wrap.checked .ver-desc-btn {
    background-position: -238px -8px;
}
.software-ver-row-wrap.checked ~ .ver-desc {
    display: block;
}
.ver-desc {
    margin-top: 16px;
    display: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    color: #8C8C96;
    word-break: break-all;
    white-space: pre-wrap;
}
.common-page {
    padding-top: 24px;
}
.common-page-prev {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("/image/soft/icon-89d285b3a85d558baa19becd24dbc10c.png");
    background-position: -151px -0px;
    cursor: pointer;
}
.common-page-prev.disabled {
    background-position: -59px -0px;
    pointer-events: none;
}
.common-page-next {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("/image/soft/icon-89d285b3a85d558baa19becd24dbc10c.png");
    background-position: -198px -0px;
    margin-left: 8px;
    cursor: pointer;
}
.common-page-next.disabled {
    background-position: -105px -0px;
    pointer-events: none;
}
.common-page-btn {
    display: inline-block;
    margin-left: 8px;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    cursor: pointer;
    line-height: 32px;
    text-align: center;
    color: #000000;
}
.common-page-btn.active {
    border: 1px solid #0082DC;
    color: #0082DC;
}
.common-page {
    display: none;
}
#J_page_temp {
    display: flex;
    margin-top: 24px;
    justify-content: end;
    align-items: center;
}
.ver-max {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 220px;
    overflow: hidden;
}
