/* 该文件换算规则 1rem=1px/192 */
.qm_index{
    width: 100%;
    min-height: 100vh;
    position: relative;
    padding-bottom: 0.52rem;
}

.qm_head{
    height:0.55rem;
    padding: 0 1.875rem;
    position: relative;
    z-index: 2;
}
.qm_head_l{
    color: #B0521D;
}
.qm_head_r li{
    height: 0.364rem;
    line-height: 0.364rem; 
    text-align: center;
    color: #333;
    cursor: pointer;
}
.qm_head_r .qm_head_r_liselect{
    border-radius: 0.026rem;
    background:#B0521D;
    color: #fff;
}
.qm_foot{
    width: 100%;
    height: 0.52rem;
    background: #EEEEEE;
    color: #000;
    font-size: 0.07rem;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.qm_tl{
    width: 2.35rem;
    height: 0.47rem;
    background: url('../img/index/tl_element.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
    color: #745106;
    font-weight: bold;
}
.qm_tl .tl_text{
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
}
.qm_step1,.qm_step2,.qm_step3{
    position: relative;
    z-index: 2;
}
.qm_step1{
    padding-bottom: 0.54rem;
}
.qm_step1 .qm_list_li_r{
    width: 3.6rem;
}
.qm_step1 .qm_list .qm_logo{
    width:2.3rem;
    height: 1.17rem;
}
.qm_step1 .qm_list_li_r .qm_text{
    border-left: 0.02rem solid #B60000;
    padding-left:0.1rem;
}

.qm_step1 .qm_list_li_r .qm_text .bbqm_text{
    width: 0.66rem;
}
.qm_step1 .qm_list_li_r .qm_text .hycs_text{
    width: 0.67rem;
}
.qm_step1 .qm_list_li_r .qm_text .yszr_text{
    width: 1.51rem;
}
.qm_step1 .qm_list_li_r .qm_text .tl_text{
    width: 0.68rem;
}


.qm_step2{
    border-top: 1px solid #B0521D;
    padding: 0.15rem 1.875rem 0.54rem 1.875rem;
}
.text1{
    letter-spacing: 2px;
    text-align: justify;
}
.text{
    letter-spacing: 2px;
    line-height: 0.18rem;
    text-align: justify;
}
.lx p{
    margin-bottom: 0.052rem;
}

.qm_step3{
    padding-bottom: 0.15rem;
}
.shan_el1,.shan_el2{
    position: absolute;
}
.shan_el1{
    right: 0;
    bottom: 20%;
}
.shan_el2{
    left: 0;
   bottom: 2%;
}

@media (max-width: 768px) {
    .qm_head{
        height:1rem;
        padding: 0 0.2rem;
    }
    .qm_head_r li{
        height: 0.6rem;
        line-height: 0.6rem; 
    }
    .qm_tl{
        width: 4.7rem;
        height: 0.9rem;
    }
    .qm_step1 .qm_step1_cont,.qm_step2{
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .qm_logo{
        display: none;
    }
    .qm_step1 .qm_list_li_r{
        width: auto;
    }
    .qm_step1 .qm_list_li_r .qm_text img{
        width: 1.2rem;
    }

    .qm_foot{
        height: 1.4rem;
        font-size: 0.14rem;
        flex-direction: column;
    }
    .qm_foot span{
        display: block;
    }
    .text{
        line-height: 0.46rem;
    }
    .lx p{
        margin-bottom: 0.2rem;
    }
    .shan_el1{
        display: none;
    }
    .textCenter2{
        height: 2.2rem !important;
        line-height: 0.40rem;
        text-align: center;
    }
    .plr{
        padding: 0;
    }
}