#body {
    padding-top: 0px !important;
}

@font-face {
    font-family: 'iconfont';
    src: url('//at.alicdn.com/t/font_3173388_8ifjxysvn77.woff2?t=1645794122306') format('woff2'),
        url('//at.alicdn.com/t/font_3173388_8ifjxysvn77.woff?t=1645794122306') format('woff'),
        url('//at.alicdn.com/t/font_3173388_8ifjxysvn77.ttf?t=1645794122306') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

.first {
    margin: 10px auto;
}

.first .item {
    background: #efefef;
    border-radius: 10px;
    height: 100px;
    margin: 10px 0px;
    padding: 10px;
}

.first .item .title {
    font-size: 16px;
    color: #aeaeae;
    font-weight: bold;
}

.first .item ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.first .item ul li {
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
}

.nav {
    margin-top: 10px;
}

.class-title {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.class-title-ul {
    list-style: none;
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 0;
    line-height: 20px;
    vertical-align: bottom;
}

.class-title-ul li {
    padding: 0 10px;
    margin: 0;
    float: left;
    font-size: 14px;

    cursor: pointer;
    color: #545C63;
    transition: all .2s;
}

.class-title-ul::after {
    content: '';
    display: table;
    clear: both;
}

/* 导航类 */
ul.nav-url {
    list-style: none;
    margin: 0px 0px;
    padding: 0px;
    display: none;
}

ul.active {
    display: block;
}

ul.nav-url>li {
    display: inline-table;
    padding: 10px;
    width: calc((100% - 70px) / 5) !important;
    text-align: left;
    text-indent: 0em;
    margin: 10px 5px;
    border-radius: 5px;
    /* height: 80px; */
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease;
}

@media screen and (max-width: 680px) {
    .content {
        width: 100%;
        margin: 0px;
    }

    ul.nav-url>li {
        width: calc((100% - 30px)/2) !important;
    }
}

/* .ani_bg {
    position: absolute;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 122px;
    background: url(/plugin/44886_tools/img/bgshine.png);
    background-repeat: no-repeat;
    border-radius: 5px;
} */
/*通过css3让块上有光闪过*/
ul.nav-url>li:after {
    content: '';
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    transform: skewX(-20deg);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
}

ul.nav-url>li:hover:after {
    animation: shine 1.5s ease;
}

ul.nav-url>li:active {
    transform: translateY(1px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

@-moz-keyframes shine {
    100% {
        left: 200%;
    }
}

@-webkit-keyframes shine {
    100% {
        left: 200%;
    }
}

@-o-keyframes shine {
    100% {
        left: 200%;
    }
}

@keyframes shine {
    100% {
        left: 200%;
    }
}

/* 光芒免费 */

.nav-url .tips {
    position: absolute;
    top: 5px;
    right: 5px;
    /* width: 16px; */
    height: 16px;
    opacity: 0.75;
}

.nav-url .tips>img {
    width: 16px;
    height: 16px;
}

.nav-url .url-title {
    font-weight: bold;
    color: #fefefe;
    font-size: 16px;
}

.nav-url .url-des {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    height: 80px;
}

.nav-url .url-view {
    text-align: right;
    font-size: 12px;
    color: #efefef;
}

.nav-url .url-view .iconfont {
    font-size: 14px;
    margin-right: 2px;
}