@charset "UTF-8";
.designers_title_box{
    background: #fff;
    box-sizing: border-box;
    display: flex;
    height: 1.58rem;
    justify-content: center;
    margin-bottom: .62rem;
    width: 100%;
}
.designers_title{
    background: #fff;
    display: flex;
    height: 100%;
    justify-content: space-between;
    width: 100%;
}
.dt_item{
    align-items: center;
    display: flex;
    height: 100%;
}
.dt_item img{margin-left: 5px;}
.dt_item p{
    color: #454545;
    font-size: 14px;
    font-weight: 400;
    line-height: 1rem;
}
.dt_item .sort{
    width: 2px;
    font-style: normal;
    margin-left: 5px;
}
.dt_item .sort .sorthorn{font-size: 8px;display: block;height: 5px;}
.dt_item .sort .sorthorn:nth-child(1){transform: translateY(-5px);}
.dt_item .sort img{margin-left: 5px;}
.designers_select_box{
    background: rgba(0,0,0,.6);
    height: 100vh;
    margin-top: 3rem;
    position: fixed;
    width: 100%;
    z-index: 1;
}
.designers_select{
    background: #fff;
    border-radius: 0 0 .5rem .5rem;
    height: 15rem;
    overflow-x: scroll;
    padding-bottom: 2.5rem;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.ds{
    padding: .94rem .52rem 0;
}
.ds .ds_title{
    color: #454545;
    font-size: 14px;
    font-weight: 500;
    height: 2rem;
    line-height: 2rem;
    margin-bottom: .7rem;
    text-indent: 1rem;
}
.ds .ds_item{
    grid-gap: .2rem 0.2rem;
    display: grid;
    grid-template-columns: repeat(4,100px);
}
.ds .ds_item .ds_item_p_click,
.ds .ds_item .active{
    border: .04rem solid #d8000f;
    border-radius: .06rem;
    box-sizing: border-box;
    color: #d8000f;
    height:28px;
}
.ds .ds_item .ds_item_p,
.ds .ds_item .active{
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: center;
}
.ds .ds_item_level .ds_item_level_p{
    background: #fff;
    border: .04rem solid #f7f7f7;
    border-radius: .06rem;
    color: #101010;
}
.bottom_fixed{
    align-items: center;
    background: #fff;
    border-radius: 0 0 .5rem .5rem;
    box-shadow: 0.01rem 0.1rem 0.3rem 0.01rem #0003;
    display: flex;
    height: 3rem;
    justify-content: space-between;
    padding: 0 1rem 0 2rem;
    position: fixed;
    top: 0;
    margin-top: 25rem;
    width: 100%;
    z-index: 1;
}
.bottom_fixed .bottom_fixed_clear{
    background: #fff;
    font-size: 14px;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 10rem;
}
.bottom_fixed .bottom_fixed_determine{
    border: .03rem solid #d8000f;
    border-radius: 1rem;
    color: #d8000f;
    font-size: 14px;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    width: 8rem;
}
.ovh{height: 100vh;overflow: hidden;}



























