header {
    /* background: url(../img/header-bg.jpg) no-repeat bottom center fixed; */
    background: url('https://assets.xinwo.vip:99/uploads/20250220/5466732542eeec236e2aeb1f0cc880b8.jpg') no-repeat bottom center fixed;
    background-size: cover;
    color: #cfcfcf;
    position: relative;
    height: 100%;
}

.breadcrumb {
    text-align: left;
    color: #000;
}

.breadcrumb a {
    color: #000;
}

.breadcrumb a:hover {
    color: #60d3ff;
}

.info-box {
    position: relative;
    padding-top: 130px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 15vh;
    background-color: #fff;
    display: flex;
    opacity: 0.97;
}

.info-box .content {
    margin-top: 5px;
    margin-left: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
}

.info-box .content a {
    color: #333;
    font-size: 16px;
}

.pslist .page {
    padding-top: 20px;
}
.info-a {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    margin: 0 5px 40px 0;
    width: 200px;
    height: 200px;
    box-sizing: border-box;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.info-a p {
    color: #000000;
    font-size: 12px
}

.info-a img {
    height: 150px;
    width: 150px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.info-a:hover {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .info-a {
        width: 45%;
    }
}

@media (max-width: 480px) {
    .info-a {
        width: 100%;
    }
}