@charset "UTF-8";

.nav-ul-title{
    color: #000;
    padding: 20px 20px 20px 20px;
    font-weight:bold;
    border-bottom: 1px solid #cacaca;
    margin-right: 10%;
}

.nav-ul-item{

    margin-right: 10%;
    transition: box-shadow 0.3s
}

.nav-ul-item:hover{
    border-radius: 5px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1); /* 阴影效果 */
}

.nav-ul-item>a{
    font-size: 12px !important;
}

.dropdown{
    min-height: 25%;
}

.nav-ul-row{
    width: 100%;
}
.navTitle {
    text-transform: none !important;
    /*color: #000 !important;*/
    font-weight: 750;
    font-size: 15px !important;
}


@media screen and (max-width:768px) {
    #fh5co-offcanvas ul li{
        padding-top: 10px;
        font-size: 16px;
    }


    /* 隐藏 after 伪元素 */
    #fh5co-offcanvas a::after {
        display: none;
    }
    #fh5co-offcanvas {
        width: auto;
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }
    .nav-ul-title{
        color: #eee !important;
    }
    .navTitle{
        font-size: 18px !important;
    }
}
