input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #333;
}

.memberCenterContainer {
    width: 1200px;
    margin: 0 auto;
    min-height: 1157px;
    background-color: rgb(240, 246, 252);
}

.memberCenterContent {
    width: 1010px;
    float: right;
}

.memCenterLeft {
    margin-top: 30px;
    width: 180px;
    border: 1px solid #E1E1E1;
    float: left;
    text-align: center;
    padding: 30px 0 20px 0;
    background-color: #fff;
}

.memCenterLeft > h4 {
    width: 112px;
    margin: 0 auto;
    height: 27px;
    background: #3dbb2b;
    border-radius: 14px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.memCenterLeft .wellcome {
    font-size: 12px;
    height: 12px;
    margin-top: 15px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: #999999;
}

.member-nav {
    list-style: none;
}

.merber-nav-item {
    width: 100%;
    line-height: 40px;
    font-size: 15px;
    color: #000000;
    font-family: SourceHanSansCN-Medium;
    font-weight: bold;
    position: relative;
    vertical-align: middle;
}

.merber-nav-item a {
    position: relative;
    height: 45px;
    line-height: 45px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    padding: 0 20px;
}

.member-nav > .merber-nav-item img:nth-child(1) {
    position: absolute;
    top: 15px;
    left: 25px;
}

.member-nav li span {
    position: absolute;
    top: 10px;
    right: 25px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #fff;
}


.memCenterLeft .member-nav-more {
    width: 20px;
    height: 20px;
    background: url('../images/m2.png');
    border: none;
    margin-top: 3px;
}

.memCenterLeft .member-nav-more-up {
    width: 10px;
    height: 10px;
    background: url('../images/m1.png');
    border: none;
    margin-top: 6px;
}

.memCenterLeft .member-nav-more2 {
    content: '';
    width: 0;
    height: 0;
    border-style: solid dashed dashed;
    border-color: #E1E1E1 transparent transparent;
    overflow: hidden;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    border-width: 6px;
    border-top-color: rgba(153, 153, 153, .7);
}

.member-nav-child {
    padding: 0;
}

.member-nav-child dd {
    width: 100%;
    position: relative;
}

.member-nav-child ul li {

    list-style: none;
    height: 40px;
    line-height: 40px;
}

.member-nav-child ul li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    color: #333333;
    padding: 0px !important;
    width: 100%;
}

.member-nav-child ul li a:hover {
    color: #FF7400 !important;
}

.member-nav-child ul li a.active {
    color: #FF7400 !important;
}

.memCenterRight {
    width: 1010px;
    margin-left: 8px;
    float: left;
    margin-top: 30px;
    background-color: #fff;
}

.inviRe {
    color: #333333;
    text-align: center;
    font-size: 14px;
    margin-top: 25px;
    position: relative;
    display: block;
}

.inviRe:hover {
    color: #FF7400 !important;
}

.inviRe img {
    position: absolute;
    right: 30px;
    top: -13px;
}
