* {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: pink;
    font-size: 10px;
}

.background {
    width: 100%;
    height: 1000%;
}

.function {
    position: absolute;
    left: 180px;
    top: 200px;
    width: 600px;
    height: 600px;
    /* background-color: grey; */
    /* opacity: .5; */
}

.search {
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-bottom: 1px solid black;
}

/* .search>.i1 {
    float: left;
    height: 60px;
    width: 60px;
    margin-top: 30px;
    margin-left: 1px;
}

.search>.i2 {
    height: 60px;
    width: 60px;
    float: right;
    margin-top: 30px;
    margin-right: 1px;
}

.search>.i1>.search-picture1 {
    width: 100%;
    height: 100%;
}

.search>.i2>.search-picture2 {
    width: 100%;
    height: 100%;
} */

.search>input {
    border-radius: 20px;
    text-align: center;
    height: 40px;
    width: 470px;
    padding: 10px;
    box-sizing: border-box;
    border-style: none;
    outline: none;
}

.ulBox {
    width: 600px;
    height: 500px;
    overflow: auto;
}

.ulBox::-webkit-scrollbar {
    display: none;
}


ul>li {
    position: relative;
    float: left;
    width: 120px;
    height: 120px;
    text-align: center;
}

ul>li:hover {
    background-color: rgba(255, 255, 255, .2)
}

ul>li>a>div,
.father {
    text-align: center;
    line-height: 60px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin-top: 30px;
    margin-left: 30px;
    overflow: hidden;
}

ul>li>p {
    display: none;
    position: absolute;
    top: 10px;
    left: 95px;
    color: gray;
}

p:hover {
    cursor: default;
}

ul>li>a>div>img {
    width: 32px;
    height: 32px;
}

ul>li div .ADD {
    width: 100%;
    height: 100%;
}

.ask {
    display: none;
    position: absolute;
    z-index: 2;
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 60px;
    border-radius: 5px;
    top: 0;
    left: 0;
}

.ask>.question1 {
    width: 120px;
    height: 30px;
    margin-top: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    background-color: white;
    opacity: .8;
    border-bottom: 1px solid gray;
    cursor: default;
}

.ask>.question1:hover {
    background-color: gray;
}

.ask>.question2 {
    width: 120px;
    height: 30px;
    border-radius: 3px;
    background-color: white;
    opacity: .8;
    text-align: center;
    line-height: 30px;
    cursor: default;
}

.ask>.question3 {
    width: 120px;
    height: 30px;
    border-radius: 3px;
    background-color: white;
    opacity: .8;
    text-align: center;
    line-height: 30px;
    cursor: default;
}

.ask>.question3:hover {
    background-color: gray;
}

.ask>.question2:hover {
    background-color: gray;
}

.Ename {
    white-space: nowrap;
    overflow: hidden;
    /* text-overflow: ellipsis; */
}
