@charset "utf-8";
ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.wyq-skin1-link a {
    text-decoration: none;
    transition: all ease-out 0.3s;
}
.wyq-skin1-link .botlinks .links-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 150px;
    line-height: 32px;
    background: #fff;
    box-sizing: border-box;
}
.wyq-skin1-link .botlinks .links-wrap a.links-arrow {
    display: block;
    padding: 0 25px 0 10px;
    color: #a1a1a1;
}
.wyq-skin1-link .botlinks .links-wrap a.links-arrow:hover, .wyq-skin1-link .botlinks .wrap-open a.links-arrow {
    color: #333;
    cursor: pointer;
}
.wyq-skin1-link .botlinks .links-wrap .link-items {
    display: none;
    position: absolute;
    left: 0;
    width: auto;
    min-width: 180px;
    height: auto;
    max-height: 300px;
    max-width: 100%;
    overflow: auto;
    overflow-x: hidden;
    background: #fafafa;
    z-index: 100;
}
.wyq-skin1-link .botlinks .links-wrap .link-items a {
    font-size: 14px;
    display: block;
    line-height: 24px;
    color: #444;
}
.wyq-skin1-link .botlinks .links-wrap .link-items a span {
    display: block;
    padding: 0 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.wyq-skin1-link .botlinks .links-wrap .link-items a:hover {
    background: #e2e2e2;
    cursor: pointer;
}/**链接样式**/
