.kuang {
    width: 350px;
    height: 100px;
    margin: 0 auto;
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: url(../imgs/kuang-gr.png) no-repeat;
    background-size: 100% 100%;
}

.kuang1 {
    padding: 35px 100px;
}

.kuang img {
    width: 200px;
}

.kuang h2 {
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: rgb(0, 0, 0, 0.7);
    letter-spacing: 2px;
}

.modBox {
    margin-top: 20px;
    width: 80%;
    margin: 0 auto;
}

.modBox li {
    background-color: rgba(255, 255, 255, 0.4);
    border: solid 1px #565656;
}

.modBox li>img {
    width: 60px;
    /* height: 60px; */
}

.modBox li>div {
    color: rgb(0, 0, 0);
    border-left: none
}

.modBox li>div .line {
    background: rgba(255, 255, 255, .4);
}

.wrap3 {
    background: url(../imgs/imgbg/pc/8.jpg) no-repeat center;
    background-size: cover;
    height: 1350px;
    position: relative;
    /* margin-top: 100px; */
}

.rig h6 {
    font-size: 20px;
    letter-spacing: 2px;
}

.rig p {
    font-size: 15px;
    line-height: 1.5;
}


/* .lastwrap{
    display: none;
} */

@media (max-width: 768px) {
    .safewidth {
        width: 100%;
        padding: 0 15px;
    }
    .kuang {
        width: 75%;
        height: 80px;
    }
    .kuang>img {
        width: 150px;
        height: auto;
    }
    .kuang h2 {
        width: 100%;
        font-size: 24px;
        letter-spacing: 1px;
        margin-left: 0;
    }
    .rig p {
        font-size: 14px;
        color: rgb(0, 0, 0);
        font-size: 13px;
        line-height: 1.7;
        letter-spacing: 0.5;
    }
    .modBox {
        margin-top: 15px;
        width: 100%;
    }
    .modBox li {
        width: 100%;
        margin-bottom: 10px;
        padding: 10px;
        padding: 10px;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        margin-bottom: 20px;
        width: 100%;
        height: auto;
        background-color: rgba(255, 255, 255, 0.4);
        border: solid 1px #565656;
    }
    .modBox li>img {
        width: 40px;
        height: 40px;
        margin: 5px 20px;
    }
    .modBox li>div {
        border-left: none;
    }
    .modBox li>div.rig {
        margin: 0;
        padding-left: 10px;
        border-left: solid 4px rgba(0, 0, 0, .4);
    }
    .rig h6 {
        font-size: 16px;
        color: rgb(0, 0, 0);
        text-align: left;
    }
    /* .wrap3 {
        background: url(../img/m7.png) no-repeat center;
        background-size: cover;
        padding: 0;
        height: 1020px;
        margin-top: 0px;
    } */
    .wrap3 {
        background: url(../imgs/imgbg/m/8.jpg);
        padding-bottom: 0;
        background-size: cover;
        height: auto;
        background-position: 0 100%;
    }
    .wrap3 .safewidth {
        padding: 30px 0 280px;
        /*background: rgba(0, 0, 0, .2);*/
    }
    /* .lastwrap{
        display: block;
        width: 100%;
        height: auto;
        min-height: 267px;
        position: relative;
        background: url(../img/new4.png) center 0 no-repeat;
        background-size: cover;
    } */
}