body {
    background-color: #fff;
    color: #303e45;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

h2 {
    position: absolute;
    left: 20px;
    top: 0px;
    z-index: -1;
}

.center {
    position: absolute;
    margin: auto;
    top: 10%;
    right: 50%;

}

a {
    color: #fff !important;
    text-decoration: none !important;
    outline: none !important;
    font-size: 12px !important;
}

.menu {
    width: 40px;
    height: 40px;
}

.title {
    width: 300px;
    height: 10px;
    top: 60px;
}

.item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 30px;
    background-color: #f3f3f3;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
}

i {
    font-size: 12px;
    color: #fff;
    font-style: normal !important;
}

.ulHide {
    display: none;

}

.item > ul {
    padding: 0;
    margin: 0;
    position: absolute;
    width: 80px;
    text-align: center;
    top: 30px;
    list-style-type: none !important;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
}

.item > ul > li {
    list-style-type: none !important;
    padding: 4px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background-color: #00cc66;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}

.item > ul > li:hover {
    padding: 4px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background-color: #389867;
    cursor: pointer;
}