.software_item{
    width:92%;
    margin:0 auto;
    background-color: #E1ECFF;
    border-radius: 5px;
    display:flex;
    flex-direction: column;
    padding:10px 0;
    margin-bottom: 10px;
}

.software_item_attr{
    display: flex;
    flex-direction: row;
}

.software_item_title{
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 26px;
    color: #3C4557;
    opacity: 1;
    margin-left: 16px;
}

.software_item_attr_title{
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 26px;
    color: #3C4557;
    opacity: 1;
    margin-left: 16px;
    max-width: 40%;
    width: 40%;
}

.software_item_enter{
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 26px;
    color: #357DFE;
    opacity: 1;
    margin-left: 16px;
    cursor:pointer;
}

.software_item_copy{
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 26px;
    color: #357DFE;
    opacity: 1;
    margin-left: auto;
    margin-right: 16px;
    cursor:pointer;
}

.software_item_version{
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 26px;
    color: #3C4557;
    opacity: 1;
    margin-left: auto;
    margin-right: 16px;
}