body {
    background: #f5f5f5;
}
a {
    color: #666;
}
a:hover {
    color: #ad1117;
}
.wrapper2 {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}
.min-w2 {
    min-width: 980px;
}
.theme-color {
    color: #2b70ae;
}
.red-color {
    color: #ad1117;
}
.theme-bg {
    background: #2b70ae;
}
.br-so {
    border-right: 1px solid #ddd;
}

/* width */
.left-part {
    width: 162px;
    min-height: 569px;
}
.right-part {
    width: 1018px;
}
/* icon */
.icon-del-btn:before {
    content: "";
    background-image: url(../images/icon-per.png);
    background-repeat: no-repeat;
}
.icon-del-btn:before {
    display: inline-block;
    vertical-align: middle;
}
.icon-auth-per2:before {
    margin-top: 20px;
    width: 24px;
    height: 18px;
    background-position: -90px -60px;
}