.screenList_box {
    display      : flex;
    padding      : 0.216rem 0.2401rem 0rem 0.278rem;
    box-sizing   : border-box;
    align-items  : baseline;
    border-bottom: 0.0126rem solid #F0F0F0;
    min-height: .8183rem;
}

.screenList {
    display    : flex;
    flex-wrap  : wrap;
    align-items: center;
    width      : 100%;
    position   : relative;
    box-sizing: border-box;
    padding-right: .3791rem;

}

.screenItem,
.screenItem1,
.screenItem2,
.screenItem3,
.screenItem4,
.screenItem5,
.screenItem6,
.screenItem7,
.screenItem8,
.screenItem9 {
    font-size    : .1769rem;
    margin-right : .2022rem;
    margin-bottom: .2022rem;
    cursor       : pointer;
    padding      : 0rem .1137rem;
    box-sizing   : border-box;
    height       : .3791rem;
    line-height  : .3791rem;
}

.screenItem a,
.screenItem1 a,
.screenItem2 a,
.screenItem3 a,
.screenItem4 a,
.screenItem5 a,
.screenItem6 a,
.screenItem7 a,
.screenItem8 a,
.screenItem9 a {
    color: #666666;
}
.itemClick{
    background   : #3C80F4;
    border-radius: .0632rem;
}
.itemClick a {
    display      : block;
    width        : 100%;
    height       : 100%;
    background   : #3C80F4;
    border-radius: .0632rem;
    color        : #FFFFFF !important;
}

.screenTitle {
    font-size    : .1769rem;
    font-weight  : bold;
    color        : #333333;
    margin-right : 0.4044rem;
    margin-bottom: 0.1517rem;
    width        : 0.8847rem;
    text-align   : end;
    white-space  : nowrap;
    min-width    : 0.8847rem;
}

.screen_zk {
    margin-bottom   : .1517rem;
    /* align-self   : flex-end; */
    font-size       : .1769rem;
    color           : #3C80F4;
    display         : flex;
    align-items     : center;
    cursor          : pointer;
    width           : .5814rem;
    height          : .3791rem;
    position        : absolute;
    right           : .1769rem;
    top             : 0rem;
    white-space: nowrap;
}

.screen_triangle {
    display            : inline-block;
    width              : 0rem;
    height             : 0rem;
    border             : .0632rem solid #000;
    border-top-color   : #3C80F4;
    border-bottom-color: transparent;
    border-left-color  : transparent;
    border-right-color : transparent;
    margin-left        : .0506rem;
}

.screen_triangle1 {
    transform: rotateX(180deg);
}

.stow {
    height  : .8183rem;
    min-height: .8183rem;
    overflow: hidden;
}