@CHARSET "UTF-8";

.hidden-box {
    position: absolute;
    display: none;
    z-index: 999999;
    background-color: transparent;
    margin-top: -1px;
}

.hidden-box > ul {
    /* margin-top: 8px; */
    background-color: white;
    list-style-type: none;
    cursor: pointer;
    font-size: 13px;
    /* border-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    border-left: 1px solid rgba(0, 0, 0, .15);
    border-right: 1px solid rgba(0, 0, 0, .15); */
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .175);
    background-clip: padding-box;
}

.hidden-box li {
    border-top: 1px solid #EEE;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

.hidden-box li:HOVER {
    background-color: #EEE;
}

.hidden-box li a {
    display: inline-block;
    color: #555;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

/*���غ���λ������*/
.hidden-loc-index {
    width: 6%;
    /* top: 30px; */
    top: 55px;
    right: 11%;
}

/* ������ */
.triangle {
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #AAA;
}