.section-wrap .title {
    width: 95%;
    margin: 0 auto;
    text-align: center;
}

.section-wrap .title h1,
.section-wrap .title h1 a,
.section-wrap .title h2,
.section-wrap .title h2 a,
.section-wrap .title h3,
.section-wrap .title h3 a,
.section-wrap .title h4,
.section-wrap .title h4 a,
.section-wrap .title h5,
.section-wrap .title h5 a {
    font-size: 36px;
    letter-spacing: 2px;
    color: #000009;
}

.section-wrap .title b {
    display: block;
    margin-bottom: 8px;
    color: var(--color-primary);
    font-size: 17px;
    font-family: var(--font-family);
    letter-spacing: 0;
}

.section-wrap .title p {
    margin-top: 0;
}

.section-wrap {
    padding: 0 0 70px !important;
}

.qianhe-goods-pricing {
    position: relative;
}
.qianhe-goods-pricing table {
    margin-top: 0;
}
.qianhe-goods-pricing th,
.qianhe-goods-pricing td {
    padding: 18px 20px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}
.qianhe-goods-pricing th {
    color: #303030;
    border-top: 1px solid #ddd;
}
.qianhe-goods-pricing td {
    color: #666;
}

.qianhe-goods-pricing::after {
    content: "";
    position: absolute;
    right: 13.5%;
    bottom: 90px;
    width: 72px;
    height: 70px;
    background: url("./pics/ico14.png") no-repeat;
    display: none;
}

.qianhe-goods-pricing .main-href {
    margin-top: 60px;
    text-align: center;
    display: none !important;
}

.section-wrap .main-href a {
    display: inline-block;
    padding: 15px 65px;
    font-family: var(--font-family);
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: var(--button-radius);
}

.section-wrap .main-href a:hover {
    background: none;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
}

.section-wrap .main-href a i {
    margin-left: 10px;
    font-size: 12px;
}

.section-wrap table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

.section-wrap table td {
    border: 1px solid #ddd !important;
}

.section-wrap table tr:nth-of-type(2) td:first-child {
    font-weight: bold;
}

.section-wrap table tr:nth-of-type(2n+1) {
    background: #fdfdfd !important;
}

.section-wrap table tr:first-child {
    background: var(--color-primary) !important;
}

.section-wrap table tr:first-child th {
    color: #fff !important;
}
@media screen and (max-width: 1280px) {
    .section-wrap {
        padding: 0 0 50px !important;
    }
}

@media screen and (max-width: 960px) {

    .qianhe-goods-pricing .main-href a {
        padding: 15px 35px;
    }

    .qianhe-goods-pricing::after {
        display: none;
    }

    .qianhe-goods-pricing .goods-table {
        width: 100%;
        overflow-x: scroll;
    }
    .qianhe-goods-pricing table {
        width: 100%;
    }
    .qianhe-goods-pricing th,
    .qianhe-goods-pricing td {
        height: auto;
        padding: 15px 10px;
    }
}
@media screen and (max-width: 768px) {
    .section-wrap {
        padding: 0 0 30px !important;
    }
}
