.ve-menu ul {
    font-family: 'Arial';
    margin: 0;
    padding: 0;
    list-style: none;
}

.ve-menu a {
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 0;
}

.ve-menu a:hover {
    color: #999999
}

.ve-menu>.ve-menu-pc>li {
    /*line-height: 40px;*/
    position: relative;
    float: left;
    /*height: 40px;*/
    cursor: pointer;
    /* width: 63px !important; */
    width: auto !important;
    padding: 0 !important
}

/* .ve-menu>.ve-menu-pc>li:nth-child(3) { */
    /* width: 90px !important */
/* } */

/* .ve-menu>.ve-menu-pc>li:nth-child(4) { */
    /* width: 120px !important */
/* } */

.ve-menu>.ve-menu-pc>li:hover ul {
    display: block;
}

.ve-menu>.ve-menu-pc>li>ul {
    position: absolute;
    /*top: 40px;*/
    left: 0;
    display: none;
}

.ve-menu>.ve-menu-pc>li>ul>li {
    /*  height: 40px;*/
}

.ve-menu-icon {
    float: right;
    width: 20px;
    height: 21px;
    margin-right: 10px;
    overflow: hidden;
    cursor: pointer
}

.ve-menu-icon>div {
    width: 100%;
    height: 3px;
    margin-top: 3px;
    background: #fff;
    border-radius: 3px;
}

.ve-menu-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #000;*/
}

.ve-menu-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*color: #fff;*/
    overflow: hidden;
}

.ve-menu-mobile li {
    width: 100%;
    /*color: #fff;*/
}

.ve-menu-mobile li a {
    padding: 15px 0;
    border-bottom: 1px solid #333;
}

.ve-menu-mobile li.selected a {
    color: #d1be91;
    border-color: #d1be91;
}

.ve-menu-mobile ul {
    display: none;
}

.ve-menu-mobile ul li a {
    /*background: #222;*/
}

.ve-menu-close {
    overflow: hidden;
}

.ve-menu-close>div {
    float: right;
    padding: 23px 40px;
    cursor: pointer
}

.ve-menu-close>div:after {
    font-size: 35px;
    content: '\00d7';
    color: #ffffff
}