.gxb-div {
    width: 100%;
    height: 243px;
}

.gxb-div img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.title-box {
    margin-top: 40px;
    position: relative;
}

.title-box span {
    position: relative;
    z-index: 2;
    font-size: 41px;
}

.title-box img {
    width: 503px;
    height: 25px;
    z-index: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.category-wrapper {
    margin-top: 40px;
}

.category-wrapper .category-header {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 120px;
    position: relative;
}

.category-wrapper .category-header span {
    cursor: pointer;
    display: block;
    width: 184px;
    font-size: 33px;
    text-align: center;
}

.category-wrapper .category-header span.layui-this {
    color: #0a5caa;
    border-bottom: 2px solid #0a5caa;
}

.category-wrapper .category-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 80%;
    background: #ccc;
}

.category-wrapper .category-content {
    margin-top: 40px;
}

.category-wrapper .category-content .category-item-box {
    display: none;
}

.category-wrapper .category-content .category-item-box .category-item-header {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.category-wrapper .category-content .category-item-box .category-item-header span {
    cursor: pointer;
    border: 2px solid #EDEDED;
    width: 135px;
    height: 47px;
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #333;
    gap: 7px;
}

.category-wrapper .category-content .category-item-box .category-item-header span.layui-this {
    background: #EFF4FA;
    border-radius: 23px;
    color: #2266E6;
    border: 2px solid #DFE8F3;
}

.category-wrapper .category-content .category-item-box .category-item-content {
    margin-top: 28px;
}

.category-wrapper .category-content .category-item-box .category-item-content > div {
    display: none;
}

.category-wrapper .category-content .category-item-box .category-item-content .category-item-list {
    flex-wrap: wrap;
    display: flex;
    gap: 17px;
}

.category-wrapper .category-content .category-item-box .category-item-content .category-item-list .category-item {
    display: flex;
}

.category-wrapper .category-content .category-item-box .category-item-content .category-item-list .card-item {
    box-sizing: border-box;
    height: 168px;
    width: 24%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 28px;
    background: #EFF4FA;
    border-radius: 9px;
}

.category-wrapper .category-content .category-item-box .category-item-content .category-item-list .card-item div {
    width: 70%;
}

.category-wrapper .category-content .category-item-box .category-item-content .category-item-list .card-item div p {
    color: #333;
    font-size: 22px;
    font-weight: bold;
}

.category-wrapper .category-content .category-item-box .category-item-content .category-item-list .card-item div span {
    display: block;
    color: #333;
    font-size: 18px;
    margin-top: 12px;
}

.category-wrapper .category-content .category-item-box .category-item-content .category-item-list .card-item div button {
    cursor: pointer;
    background: #2266E6;
    border-radius: 9px;
    padding: 10px 14px;
    color: #fff;
    border: none;
    margin-top: 18px;
}

.category-wrapper .category-content .category-item-box .category-item-content .category-item-list .card-item img {
    width: 71px;
    height: 71px;
}

.category-wrapper .category-content .category-item-box .category-item-content .category-item-list .blocky-item {
    display: flex;
    height: 53px;
    width: 24%;
    background: #F5F7FA;
    align-items: center;
    box-sizing: border-box;
    padding: 25px 17px;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
}

.category-wrapper .category-content .category-item-box .category-item-content .category-item-list .blocky-item:hover {
    color: #fff;
    background: #2266E6;
}

.category-wrapper .category-content .category-item-box .category-item-content .category-item-list .blocky-item span {
    flex: 1;
}