.top_png_text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_png_text1 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 55px;
    color: #FFFFFF;
    line-height: 73px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.top_png_text2 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 35px;
    text-align: center;
    font-style: normal;
    text-transform: none;

    margin-top: 16px;
}

.rfidsoftware_container {
    padding: 30px 0 60px 0;
    margin: 0 auto;
}

.rfidsoftware_row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.rfidsoftware_row:last-child {
    margin-bottom: 0;
}

.rfidsoftware_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.rfidsoftware_item img {
    width: 270px;
    height: 270px;
    object-fit: contain;
}

.rfidsoftware_item_text {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 29px;
    text-align: center;
    font-style: normal;
    text-transform: none;

    margin-top: 16px;
}

.breadcrumb {
    margin: 0 auto;
    margin-top: 60px;
}

.breadcrumb a {
    color: #333;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #3370FF;
}

.breadcrumb span {
    color: #3370FF;
}