/* 个人中心特殊头部通用样式（只是个人中心下面的页面必须引用） */
#accountSettingsHeader {
    height: 100px;
    /* background-color: antiquewhite; */
    position: relative;
}
.seachGroup {
    position: relative;
}
.seachIcon {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 1000;
}
.seachInpt {
    padding-left: 30px;
}

.cCenter {
    padding-right: 40px;
}

.rightWrap {
    margin-top: 21.5px;
}

.leftWrap {
    margin-top: 27.5px;
}

#personTitleWrap {
    height: 290px;
    background-color: rgb(59, 124, 185);
}

#personTitle {
    height: 100px;
}

.personFt {
    color: #fff;
    display: inline-block;
    margin-top: 15px;
}

.alert-self {
    padding: 3px 10px !important;
    margin-top: 10px;
    margin-bottom: 10px !important;
}

#left-menu {
    padding: 10px 0 20px 0;
}
#left-menu.znqsty {
    position: relative;
    margin-top: 56px;
}
#left-menu.znqsty::after{
    content: '';
    position: absolute;
    left: 0;
    top: -47px;
    width: 100%;
    height: 47px;
    background: url('../images/znq05.png');
}
.znqfix{
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    z-index: 999;
}
.znqfix .znq_close{
    position: absolute;
    right: 15px;
    top: 15px;
    width: 23px;
    height: 23px;
    background: url('../images/mokao14.png');
    background-size: 100% auto;
    z-index: 1000;
}
.znqsty .znqfix{
    display: block;
}

#left-menu a {
    color: #333;
}

.active>a {
    color: #337ab7 !important;
}

#left-menu>ul {
    padding-left: 0px !important;
}

#left-menu>ul>li {
    padding: 10px 20px;
    height: 40px;
    line-height: 20px;
    border-bottom: 1px solid rgb(236, 236, 236);
    cursor: pointer;
}

li.active {
    border-left: 2px solid rgb(76, 155, 227);
    color: rgb(76, 155, 227);
}

.span-active {
    border-bottom: 2px solid rgb(76, 155, 227);
    color: rgb(76, 155, 227);
    padding-bottom: 5px;
}

.marquee{
    white-space: nowrap;
    overflow:-webkit-marquee;
    -webkit-marque-direction:left;
    -webkit-marque-speed:normal;
    -webkit-marque-style:scroll;
    -webkit-marque-repetition:1;
}