﻿body {
    background: #fff;
}

.spe-header {
    position: relative;
    z-index: 0;
}

.spe-header {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    min-width: 1226px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.comm-head1 {
    background: url(/static/images/viewheadbg.png) no-repeat;
    width: 100%;
    height: 65px;
}

/*信息条*/
.headul ul {
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    height: 65px;
}

    .headul ul li {
        display: flex;
        height: inherit;
        align-items: center;
        justify-content: center;
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
        color: var(--white-color);
    }

        .headul ul li p {
            color: #4F84F7;
            font-size: 16px;
            font-weight: 500;
            display: inline-block;
        }

        .headul ul li:first-child {
            padding-left: 5px;
        }

        .headul ul li:last-child {
            padding-right: 0;
        }

        .headul ul li a:hover {
            text-decoration: underline;
        }

        .headul ul li a {
            display: inline-block;
            font-size: 14px;
            color: #205f99;
            margin-left: 20px;
            background: #fff;
            padding: 5px 20px;
            border-radius: 5px;
        }

        .headul ul li i {
            font-size: 16px;
            margin-right: 10px;
        }



.img-actual {
    display: block;
}

.m-main-block {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.m-main-block {
    display: flex;
    flex-wrap: wrap;
    /* 设置元素之间的间距为 20px */
    gap: 20px;
}

.m-block2 {
    /* 重新计算宽度以适应 gap */
    flex-basis: calc(20% - 16px);
    box-sizing: border-box;
    margin-bottom: 0;
}

    .m-block2 > div {
        background: #f4f5f6;
        padding: 15px;
        border-radius: 10px;
        cursor: pointer;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        transition: box-shadow 0.3s ease;
    }

        .m-block2 > div:hover {
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
        }

.m-b2-img img {
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto 10px;
}

.m-b2-bottom {
    text-align: center;
}

    .m-b2-bottom b {
        font-size: 16px;
        font-weight: 500;
        color: #333;
        height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        text-align: center;
    }

    .m-b2-bottom span:first-of-type {
        font-size: 14px;
        color: #666;
        display: block;
        margin-bottom: 5px;
    }

.pro-price {
    font-size: 16px;
    color: #333;
    margin: 8px 0;
    font-weight: 700;
}

.alink {
    display: block;
    width: 150px;
    margin: 10px auto;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    background: linear-gradient(300deg, #0F2D49 0%, #246CAF 100%);
}

.itemempty_ip {
    height: 0px;
    width: 340px;
}

.ribbon {
    background-color: #ff6a00;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    left: -35px;
    top: 20px;
    padding: 4px;
    transform: rotate(-45deg);
    box-shadow: 0 0 10px #888;
}

    .ribbon span {
        color: #fff;
        font-weight: normal;
        font-size: 13px;
        padding: 0px 50px;
        display: block;
    }
