@charset "utf-8";
.st-help {
    float: left;
    width: 100%;
    min-width: 1200px;
    padding: 20px 0;
    background: #3f3f3c;
}
.help-lsit {
    float: left;
    width: 1200px
}
.help-lsit dl {
    float: left;
    width: 200px
}
.help-lsit dl dt,
.help-lsit dl dt a {
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold
}
.help-lsit dl dd a {
    display: block;
    color: #999;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.help-lsit dl dd a:hover {
    color: #f80;
}
.st-wechat {
    float: right;
    width: 200px
}
.st-wechat span {
    float: left;
    height: 40px;
    line-height: 20px;
    margin: 54px 0 0 10px;
    color: #999999;
}
.st-footer {
    float: left;
    width: 100%;
    min-width: 1200px;
    padding: 20px 0;
    background: #3f3f3c
}
.st-foot-menu {
    float: left;
    width: 1200px;
    padding: 10px 0;
    font-size: 0;
    text-align: center
}
.st-foot-menu a {
    color: #999;
    font-size: 12px;
    display: inline-block;
    height: 13px;
    line-height: 13px;
    padding: 0 10px;
    border-left: 2px solid #c1c1c1
}
.st-foot-menu a:first-child {
    border-left: 0
}
.st-foot-menu a:hover{
    color: #f80;
}
.st-foot-edit {
    float: left;
    color: #999;
    width: 1200px;
    line-height: 24px;
    text-align: center
}
.support {
    color: #666;
    float: left;
    width: 1210px;
    margin-top: 10px;
    text-align: center
}
.support a {
    color: #666
}
.st-link {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    min-width: 1200px;
    background: #3f3f3c;
}
.st-link-list {
    float: left;
    width: 1200px;
    padding-top: 20px;
    font-size: 12px;
    border-top: 1px solid #e6e6e6;
}
.st-link-list .hd{
    float: left;
    color: #c8c8c8;
    width: 70px;
    height: 22px;
    line-height: 22px;
    font-family: "宋体", "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
.st-link-list .bd{
    padding-left: 70px;
    font-size: 0;
}
.st-link-list .bd a{
    color: #999;
    display: inline-block;
    width: 120px;
    height: 22px;
    line-height: 22px;
    margin-right: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    font-size: 12px;
    font-family: "宋体", "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
.st-link-list .bd a:hover{
    color: #f80;
}