.p_c_6_card {
    height: 700px;
    background-image: url("/images/index/13.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.p_c_6_card .title {
    font-size: 24px;
    font-weight: 1000;
    position: relative;
    text-align: center;
}
.p_h3_title {
    font-weight: 700;
    font-size: 36px;
    color: #3d3d3d;
}
.p_c_6_card .tips {
    color: #808180;
    width: 50%;
    z-index: 10;
    text-align: center;
}

.p_c_6_card .card_list {
    width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
}
