

/* 二级卖点 */
.two-page-include {
    position: relative;
    width: 100%;
    height: auto;
}
.two_tag_box_pos {
    position: absolute;
    top: 1.08rem;
    left: 20%;
    width: 60%;
    text-align: center;
}
.all_two_tag {
    font-size: 0.45rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.all_two_tag_title {
    font-size: 0.18rem;
    line-height: 0.25rem;
    color: #fff;
    margin-top: 0.2rem;
}
.all_two_tag_titles{
    font-size: 0.18rem;
    line-height: 0.25rem;
    color: #fff;
    margin-top: 0.2rem;
    text-align: center;
}

@media (max-width: 768px) {
    .two_tag_box_pos {
        top: 1.37rem;
        width: 86%;
        left: 7%;
    }
    
    .all_two_tag {
        font-size: 0.6rem;
        line-height: 0.8rem;
    }

    .all_two_tag_title {
        font-size: 0.28rem;
        line-height: 0.38rem;
    }
    .all_two_tag_titles {
        font-size: 0.28rem;
        line-height: 0.38rem;
        margin-top: 0.2rem;
    }
    
}