.copy_yy .copy_search_wrapper, .copy_yy .y_scroll_cols_auto {
    top: 1rem;
    padding: 5px;
    background-color: rgb(237 242 246);
    border-radius: 10px;
    box-shadow: 0px 0px 10px #a2a2a29c;
}
section#emoji_wrap {
    bottom: 1rem !important;
    padding: 5px;
    background-color: rgb(237 242 246);
    border-radius: 10px;
    box-shadow: 0px 0px 10px #a2a2a29c;
}
.mb_1, p {
    margin-bottom: 0;
}
footer {
    background-color: #fff;
    padding: 1rem 30px 1rem;
    min-height: 0;
    color: #888da8;
}
.content_right {
    padding: 0;
}
.copy_yy .emoji_card_nav>ul {
    flex-grow: 1;
}
@media (max-width: 1025px){
.y_scroll::before {
    display: none;
}
}
.emoji_card_nav .card>p {
    margin-left: 1rem;
}
section#emoji_wrap .input_wrap #data-del {
    cursor: pointer;
}
section#emoji_wrap .btn-group a#data-copy {
    cursor: pointer;
}
.copy_search input[type=submit] {
    cursor: pointer;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{
    width: 7px;
    height: 7px;
    background-color: #edf2f6;
  }

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb{
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #b4b8bc;
}