@import ;
@import ;

.swiper-container_chlm {
    text-align: center;
    padding: 1rem 3% 1rem 3%;
    background: #fff;
    border-radius: 0.4rem;
}

.ch_lm {
    margin: 1rem 3% 0 3%;
}

.ch_lm .chlm_itme {
    width: 32%;
    display: block;
    float: left;
    line-height: 2.2rem;
    border-radius: 2rem;
    background-color: #fff;
    margin-left: 2%;
    text-align: center;
    margin-bottom: 0.8rem;
}

.ch_lm .chlm_itme:nth-child(1) {
    background-color: #e8b856;
    color: #fff;
    box-shadow: 0 0.4rem 0.6rem rgba(232, 184, 86, 0.2);
}

.ch_lm .chlm_itme:nth-child(2) {
    background-color: #36ad9e;
    color: #fff;
    box-shadow: 0 0.4rem 0.6rem rgba(54, 173, 158, 0.2);
}

.ch_lm .chlm_itme:nth-child(3) {
    background-color: #37aee0;
    color: #fff;
    box-shadow: 0 0.4rem 0.6rem rgba(55, 174, 224, 0.2);
}

.ch_lm .chlm_itme:nth-child(3n 1) {
    margin-left: 0;
}

.lm_em {
    width: 2rem;
    height: 2rem;
    display: block;
    border-radius: 1rem;
    margin: 0 auto 0.5rem auto;
    overflow: hidden;
    line-height: 2rem;
    box-sizing: border-box;
    padding-left: 0.1rem;
    font-size: 1.1rem;
    color: #fff;
}

.lm_a {
    font-size: 0.8rem;
    line-height: 2.5rem;
}

.swiper-slide:nth-child(5n 1) .lm_em {
    background-color: #08c3bc;
}

.swiper-slide:nth-child(5n 2) .lm_em {
    background-color: #8e49ff;
}

.swiper-slide:nth-child(5n 3) .lm_em {
    background-color: #ff7d45;
}

.swiper-slide:nth-child(5n 4) .lm_em {
    background-color: #d73895;
}

.swiper-slide:nth-child(5n 5) .lm_em {
    background-color: #4476f4;
}