:root {
    --theme-color: #56b4f8;
    --font-size: 14px
}

div.adp-wraper {
    display: none;
    position: absolute;
    width: 450px;
    height: auto;
    min-height: 60px;
    font-size: 15px;
    border-radius: 3px;
    border: 1px solid var(--theme-color);
    border: 1px solid #078380;
    padding: 0 0 5px 0;
    box-shadow: 0 0 20px #eee;
    background-color: #fcfcfc
}

div.adp-wraper p {
    width: 450px;
    height: 37px;
    line-height: 37px;
    border-bottom: 2px solid var(--theme-color);
    margin: 0 0 0 -1px;
    cursor: pointer
}

div.adp-wraper p span {
    color: #666;
    display: inline-block;
    width: 90px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    font-size: var(--font-size)
}

div.adp-wraper p .adp-avtive {
    background: var(--theme-color);
    background: #078380;
    color: white
}

div.adp-wraper>div.ul-div {
    padding: 0 5px 0 5px;
    min-height: 60px;
    display: none
}

div.adp-wraper div ul {
    width: 100%;
    margin: 0;
    height: 100%;
    min-height: 60px;
    text-align: center;
    padding: 5px 0 0 0;
    list-style: none
}

div.adp-wraper div ul li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 20%;
    padding: 8px 0;
    border-radius: 3px;
    cursor: pointer;
    color: #666;
    text-align: center;
    float: left;
    transition: .3s;
    font-size: var(--font-size)
}

div.adp-wraper div ul li:hover {
    color: #fff;
    background: var(--theme-color);
    background: #078380;
}

div.adp-wraper .adp-active {
    background: var(--theme-color);
    background: #078380;
    color: #fff !important
}

div.adp-wraper .adp-head-active {
    position: absolute;
    background-color: var(--theme-color);
    background:#078380;
    width: 20%;
    height: 35px;
    transition: .3s;
    border-radius: 3px;
    color: #fff;
    font-size: var(--font-size);
    text-align: center;
    line-height: 34px
}

div.adp-wraper .adp-empty-text {
    margin-top: 15px;
    display: inline-block;
    color: #666;
    font-size: var(--font-size)
}

div.adp-wraper div.adp-btn-area {
    height: 30px;
    width: 100%;
    text-align: center
}

div.adp-wraper div.adp-btn {
    display: inline-block;
    margin-right: 2px;
    cursor: pointer;
    font-family: Microsoft YaHei;
    font-size: var(--font-size);
    outline: 0;
    width: 18%;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    /* border: 1px solid var(--theme-color); */
    border: 1px solid #078380;
    color: #fff;
    /* background-color: var(--theme-color); */
    background-color: #078380
}

div.adp-wraper div.adp-btn:hover {
    box-shadow: 0 0 10px #eee;
    color: #fbfbfb
}

div.adp-wraper-backshadow {
    top: 0;
    left: 0;
    display: none;
    position: absolute;
    width: 100%;
    height: 100%
}