.dropmenu{
    position: absolute;
    width: 50%;
    height: 294px;
    top: 49px;
    right: 0;
    z-index: 2000;
    background: #333;
    display: none;
}
.dropmenu li {
    overflow: hidden;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    border-bottom: 1px solid #a3a3a3;
    text-align: center;
}
.dropmenu li a{
    color:#fff;
}
.dropmenu li.active a{
    color: #cf6da2;
}