/*包含以下四种的链接*/
a {
    text-decoration: none;
}

/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}

/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}

/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
}

/* 正在点击的链接*/
a:active {
    text-decoration: none;
}

.nowrapstyle{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.nowrapstyle2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-left: 2px;
    padding-right: 2px;
}
.nowrapstyle3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.autowidth{
    width: auto!important;
}

.to-top .sibe-pop-box {
    position: absolute;
    left: -160px;
    bottom: 0;
    width: 180px;
    display: none;
}
.to-top .sibe-pop-box:after {
    content: "";
    position: absolute;
    right: 25px;
    bottom: 30px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #fff;
    border-bottom: 5px solid transparent;
}
.to-top .sibe-pop-box .pop-box {
    width: 150px;
    background-color: transparent;
    -webkit-box-shadow: 0 6px 20px 2px #000012;
    box-shadow: 0 6px 20px 2px #000012;
    border-radius: 2px;
    overflow: hidden;
}
.to-top .sibe-pop-box .pop-box-in {
    width: 150px;
    padding: 15px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.to-top .sibe-pop-box .qq-list li {
    padding-left: 20px;
    background: url("./../img/icon/qq.png") no-repeat left center;
    font-size: 14px;
    color: #6C6D70;
    line-height: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.to-top .sibe-pop-box .qq-list li:hover {
    color: #C92B2F;
}
.to-top:hover .sibe-pop-box {
    display: block;
}
.to-top ul, li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}