/*

*/

/* index.html 样式开始 */
html{
    font-size: 50px;
}
html,body,.hl_idiom{
    height: 100%;
}
.hl_idiom>div{
    width: 100%;
    padding: 0px 0.5rem 0;
}


.hl_idiom .img_box{
    margin: 0.25rem 0;
    /* border: #ccc solid 1px; */
    padding: 0.25rem;
}
.hl_idiom .img_box>div{
    width: 6rem;
    height: 5rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.hl_idiom .btn{
    border: #ccc solid 1px;
    line-height: 0.6rem;
    width: 1.6rem;
    border-radius: 0.3rem;
    margin: 0 auto;
}
.hl_idiom .select_box{
    margin: 0.25rem 1rem 0 1rem;
}
.hl_idiom .select_box>div{
    margin-bottom: 0.15rem;
}
.hl_idiom .select_box .item{
    width: 1rem;
    height: 0.7rem;
    line-height: 0.7rem;
    margin: 0 auto;
    background-color: #425cb3;
    border-radius: 4px;
}
.hl_idiom .select_box .item:hover{
    background-color: #ffc029;
}
/* 下面两个好像没有作用 */
.hl_idiom .select_box.selected_box .item{
    background-color: #ffc029;
}
.hl_idion .select_box.selected_box .item:hover{
    background-color: #ffa200;
}

.top_msg{
    position: fixed;
    width: 100%;
    padding: 0.2rem 0;
    background-color: rgba(24, 99, 211, 0.692);
    top: 0;
    left: 0;
    font-size: 2em;
}
.bottom_msg{
    position: fixed;
    width: 100%;
    padding: 0.2rem 0;
    background-color: rgba(0,0,0,0.5);
    bottom: 0;
    left: 0;
}