/*相关链接*/
#links {
    clear: both;
    width: 665px;
    margin-left: 50px;
}

#links .content table {
    margin: 10px 0;
    width: 92%;
}

#links .links-content {
    margin: 10px 0;
}

#links .links-content table {
    width: 100%;
}

#links .links-content tr,
#links .links-content th {
    position: relative;
}

#links .links-content thead{
    background-color: #f8fafd;
}

#links .links-content th {
    height: 32px;
    font-weight: 400;
    text-align: center;
    box-sizing: border-box;
}

#links .links-content th:last-child {
    border-right: 1px solid #e5e5e5;
}

#linkTable{
    border-collapse: collapse;
}

#linkTable th,#linkTable td{
    border: 1px solid #ededed;
}

#links .links-content td {
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 400;
    padding: 5px;
    box-sizing: border-box;

}

#links .links-content td input{
    border: 1px solid #ebebeb;
    height: 100%;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}

#links .links-content .order{
    text-align: center;
    line-height: 0px;
}

#links .links-content .order-up {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 1px;
    background: url(images/ic_up.png) no-repeat center;
    background-size: 100%;
    cursor: pointer;
}

#links .links-content .order-up:hover {
    background: url(images/ic_up_hov.png) no-repeat center;
    background-size: 100%;
}

#links .links-content .order-down {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 1px;
    background: url(images/ic_down.png) no-repeat center;
    background-size: 100%;
    cursor: pointer;
}

#links .links-content .order-down:hover {
    background: url(images/ic_down_hov.png) no-repeat center;
    background-size: 100%;
}

#links .links-content .delete {
    font-size: 14px;
    color: #F7AA4E;
    letter-spacing: 0.39px;
    line-height: 21px;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
}

#links .btn-add {
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #ebebeb;
    border-top: 0;
}

#links .btn-add span {
    width: 100%;
    color: #1B82D1;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
}