body {
    background: #fff;
    font-family: 'Microsoft YaHei';
}

.fl {
    float: left;
}
.fr{
    float: right;
}
.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*width: 100%;*/
}
.personalInfo{
    background: url("../Images/IndividualCenter-header-bg.png") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 120px;
    padding-top: 15px;
}

.personal-info div span {
    /*color: #f5b442;*/
    color:rgb(127,204,26);
}

.personal-head-img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
}

    .personal-head-img img {
        width: 100%;
    }

.personal-info {
    font-size: 16px;
    /*color: #fefefe;*/
    color: rgb(224,224,224);
    line-height: 44px;
    padding: 8px 0 8px 125px;
}

.pName {
    font-size: 20px;
}

.personal-info .green:before, .author:before, .statistical-col:before {
    content: '';
    display: inline-block;
    height: 18px;
    width: 1px;
    background: #d1d1d1;
    vertical-align: -3px;
    margin: 0 18px;
}

.personal-info .green:nth-of-type(1):before {
    display: none;
}

.main-content {
    padding: 24px 15px 38px;
}

    .main-content > div {
        padding: 0;
    }

        .main-content > div:first-child {
            padding-right: 8px;
        }

.rightcontent {
    border: 1px solid #efefef;
    border-radius: 3px;
}

.personalNav {
    line-height: 48px;
    font-size: 16px;
    margin-bottom: 16px;
}

    .personalNav a {
        position: relative;
        z-index: 2;
        display: block;
        padding-left: 14px;
        color: #868686;
        border-bottom: 1px solid #ededed;
        background: #f9f9f9;
    }

.navSub {
    border: 1px solid #efefef;
    margin-top: 6px;
}

.personalNav a:hover, .personalNav .cur {
    color: #fff;
    /*background: #f5b442;*/
    background:rgb(127,204,26);
    text-decoration: none;
}
.personalNav a:hover {
    color:black;
    /*background: #f5b442;*/
    background:rgb(234,253,207);
    text-decoration: none;
}
.personalNav a:last-child {
    border: 0;
}

.nav-tit {
    background:rgb(173,221,112); /*#f0f0f0;*/
    color: #737373;
    font-weight: bold;
    padding-left: 14px;
}

.personal-mainTag {
    line-height: 42px;
    background: #f9f9f5;
    font-size: 16px;
    padding: 0 24px;
}

    .personal-mainTag select {
        width: 162px;
    }

.systemMesList {
    padding: 1px;
    margin-bottom: 0;
}

    .systemMesList li {
        position: relative;
        z-index: 3;
        border-bottom: 1px dotted #bbb;
        width: 100%;
        padding: 18px 0;
        text-align: right;
        list-style: none;
    }

        .systemMesList li:hover {
            background: #f9f9f9;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

        .systemMesList li:last-child {
            border: 0;
        }

.mesIcon {
    text-align: center;
    color: #282828;
    line-height: 28px;
    margin-left: 24px;
}

    .mesIcon:before {
        content: '';
        display: block;
        width: 62px;
        height: 62px;
        background: url("../Images/systemMes-icom.png") #addd70;
        border-radius: 100%;
    }

.icon-b:before {
    background-position: 0 -63px;
}

.icon-c:before {
    background-position: 0 -126px;
}

.s-mes-txt {
    padding: 0 80px 0 120px;
    line-height: 40px;
    text-align: left;
}

.mes-tit {
    font-size: 18px;
    color: #090909;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 500px;
}

    .mes-tit b {
        font-size: 16px;
        margin: -6px;
    }

@media screen and (max-width: 768px) {
    .container {
        padding: 0 8px;
    }

    .main-content > div:first-child {
        padding: 0;
    }

    .personalInfo {
        overflow: hidden;
        ;
    }
}

.buttonDefault, .buttonDefaultOk {
    border: 1px solid #e8e8e8;
    line-height: 22px;
    border-radius: 12px;
    padding: 0 14px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
}

.buttonDefault {
    color: #7fcd1b;
    background: #fff;
}

    .buttonDefault:hover {
        border-color: #7fcd1b;
    }

.buttonDefaultOk {
    background: #7fcd1b;
    color: #fff;
}

    .buttonDefaultOk:hover {
        background: #70b912;
    }

.btnOk, .btnNOOk, .btnChange {
    display: inline-block;
    height: 40px;
    min-width: 96px;
    padding: 0 14px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    border-radius: 2px;
}

.btnNOOk {
    color: #fff;
    /* background: #7fcd1b;*/
    margin-right: 20px;
    border: 1px solid #7fcd1b;
}

.btnOk {
    color: #fff;
    background: #7fcd1b;
    border: 1px solid #7fcd1b;
}

    .btnOk:hover {
        background: #70b912;
        border-color: #70b912;
    }

.btnChange {
    color: #6e6d6d;
    background: #f0f0f0;
    border: 1px solid #d9d9d9;
}

    .btnChange:hover {
        border-color: #7fcd1b;
    }

.regFrom-item {
    line-height: 35px;
    padding: 10px 0;
    *display: table;
    *width: 100%;
    margin-bottom: 0;
}

.regFrom-item-tit {
    float: left;
    color: #3d3d3d;
    font-size: 16px;
    width: 78px;
}

.txt-impt {
    color: #fd1616;
}

.regFrom-item-ct {
    padding-left: 78px;
    min-height: 35px;
    *float: left;
    *padding-left: 0;
}

.ipt {
    padding: 0 8px;
    height: 33px;
    border: 1px solid #c8c8c8;
    border-radius: 2px;
    line-height: 33px;
    vertical-align: top;
    font-size: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .ipt:disabled {
        background: #fff;
        color: #cfcfcf;
    }

    .ipt:focus {
        border-color: #7fcd1b;
    }

.author:before {
    background: #c3c3c3;
    margin: 0 12px;
}

.more {
    color: #7fcd1b;
}

    .more:hover {
        opacity: .8;
    }

.systemMesList .more {
    position: absolute;
    top: 50%;
    right: 24px;
    margin-top: -10px;
}

.optionalReg {
    padding-left: 0;
}

.certificate-item {
    padding: 0;
}

.regFrom {
    padding: 16px 0 0 25px;
}

.optionalReg dl, .uploadHeadImg {
    padding-left: 25px;
}

.regFrom-item-ct .handleBtn {
    margin-left: 36px;
}

.modify .regFrom-item-tit {
    width: 90px;
}

.modify .regFrom-item-ct {
    padding-left: 90px;
}

.updatePasswordBtn {
    margin-left: 25px;
}

.side-search, .side-search-btn {
    border-color: #dfdfdf;
}

.personal-mainTag .jqTransformSelectWrapper {
    border: 1px solid #dfdfdf;
    height: 29px;
    line-height: 29px;
    margin-top: 6px;
    margin-left: 8px;
}

.personal-mainTag .jqTransformSelectOpen {
    background: none;
    border: 0;
}

.personal-mainTag .jqTransformSelectWrapper ul {
    top: 29px;
}

.p-fit {
    margin-left: 18px;
}

.personalTable {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
.personalTable thead{
    background: #e6f4d3;
    line-height: 36px
}
.personalTable thead th{
    text-align: center;
}
.personalTable tbody{
    border-top: 12px solid #fff;
    border-bottom: 12px solid rgba(0,0,0,0);
}
.personalTable td{
    line-height: 24px;
    padding: 13px 0;
}
.personalTable .buttonDefault{
    margin: 0 3px;
}
.consulting a{
    color: #3d3d3d;
}

    .consulting a:hover {
        opacity: .8;
    }

td .ellipsis {
    width: 290px;
    margin: 0 auto;
}

.statistical {
    line-height: 84px;
}

.statistical-col {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 30px;
    font-weight: bold;
}

    .statistical-col:before {
        position: absolute;
        top: 50%;
        left: 0;
        margin: -9px 0 0;
    }

    .statistical-col:first-child:before {
        display: none;
    }

    .statistical-col span {
        margin-right: 32px;
        font-size: 16px;
        font-weight: normal;
    }

        .statistical-col span:last-child {
            margin: 0;
        }

.date {
    font-size: 16px;
    font-weight: normal;
}

.consulting .ellipsis {
    width: 380px;
}

.name-c {
    position: relative;
    z-index: 3;
}

.newMes {
    position: absolute;
    left: auto;
    top: 0;
    width: 6px;
    height: 6px;
    background: #ff4c4c;
    border-radius: 100%;
    -webkit-animation: newMes 1s infinite 0s;
    -moz-animation: newMes 1s infinite 0s;
    -o-animation: newMes 1s infinite 0s;
    animation: newMes 1s infinite 0s;
}

@-webkit-keyframes newMes {
    0% {
        top: 0;
    }

    80% {
        top: -6px;
    }

    100% {
        top: 0;
    }
}

@-o-keyframes newMes {
    0% {
        top: 0;
    }

    80% {
        top: -6px;
    }

    100% {
        top: 0;
    }
}

@-moz-keyframes newMes {
    0% {
        top: 0;
    }

    80% {
        top: -6px;
    }

    100% {
        top: 0;
    }
}

@keyframes newMes {
    0% {
        top: 0;
    }

    80% {
        top: -6px;
    }

    100% {
        top: 0;
    }
}

.template-navsub {
    line-height: 42px;
}

    .template-navsub > div {
        padding: 0 22px;
        font-weight: normal;
    }

    .template-navsub a {
        color: #969696;
    }

        .template-navsub a:hover, .template-navsub .cur {
            color: #7fcd1b;
        }
