.personal_center_content .uploadPage {
    background: transparent;
}

.personal_center_content .uploadPage .top {
    width: 100%;
    height: auto;
    min-width: 1200px;
    background: #fff;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .06);
    border-radius: 10px;
    margin-bottom: 10px;
}

.top .avator-info-box {
    width: 100%;
    padding: 30px 20px;
    display: flex;

}

.top .avator-info-box .avator-info {
    width: 33.333%;
    height: 128px;
    display: flex;
}

.top .avator-info-box .avator-info:first-child {
    border-right: 1px solid #f3f3f3;
}

.top .avator-info-box .avator-info .avatorIcon {
    width: 124px;
    height: 124px;
    border-radius: 100%;
    border: 2px solid #d6d6d6;
    margin-right: 20px;
}

.top .avator-info-box .avator-info .avatorRight {
    padding: 8px 100px 8px 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

.top .avator-info-box .avator-info .avatorRight .usernick-box {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.status {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.top .avator-info-box .avator-info .avatorRight .idIcon {
    width: 24px;
    height: 19px;
    display: inline-block;
    background: url(../img/identity.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    margin-left: 2px;
}

.top .avator-info-box .avator-info .avatorRight .fontDingTalk {
    padding: 5px 9px;
    background: #eee;
    border-radius: 30px;
    margin-right: 4px;
    color: #505050;
}

.top .avator-info-box .avator-info .UploadBtn {
    margin-top: 20px;
}

.top .avator-info-box .avator-info .UploadBtn a {
    display: block;
    width: 110px;
    height: 36px;
    line-height: 34px;
    color: #462e2e;
    background-color: #fee233;
    border-radius: 20px;
    border: 1px solid #fee233;
    text-align: center;
}

.top .avator-info-box .avator-info .UploadBtn a:hover {
    background-color: #ffea69;
}

.avator-infoII {
    height: 124px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.avator-infoII .text {
    font-size: 28px;
    font-family: DingTalk_JinBuTi_Regular;
    color: #462e2e;
}


.avator-infoII .icon3 {
    width: 20px;
    height: 20px;
}

.avator-infoII .UploadBtnII a {
    display: block;
    width: 110px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #505050;
    color: #505050;
    border-radius: 30px;
    text-align: center;
}

.num-detail-ul {
    width: 100%;
    padding: 0 10px 30px;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.num-detail-ul .num-detail-li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 95px;
    margin: 0 10px;
    background: #f9f9f9;
    border-radius: 4px;

}

.num-detail-ul .num-detail-li:hover {
    background-color: #f4f4f4;
}

.num-detail-ul .num-detail-li .num-detail-li-a {
    width: 100%;
    height: 100%;
    padding: 20px;
    display: inline-block;
}

.lable-text {
    color: #6f6d6d;
    font-size: 14px;
}

.lable-num {
    color: #282828;
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}

.uploadPage .bottom {

    width: 100%;
    height: auto;
    min-width: 1200px;
    background: #fff;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .06);
    border-radius: 10px;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.uploadPage .bottom .center-banner {
    width: 100%;
    height: auto;
    padding: 20px 20px 10px;
}

.uploadPage .bottom .center-banner img {
    width: 100%;
    height: auto;
}

.uploadPage .bottom .item-title {
    color: #282828;
    padding: 20px;
    font-weight: 700;
    font-size: 16px;
}

.uploadPage .bottom .exchangeBtn {
    padding: 2px 10px;
    background: #ff4b33;
    color: #fff;
    font-weight: 700;
    border-radius: 30px;
    margin-left: 10px;
    font-size: 16px;

}

.uploadPage .bottom .energyUl {
    width: 100%;
    padding: 0 10px;
    margin-top: -10px;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.uploadPage .bottom .energyLiBox {
    width: 50%;
    padding: 10px;
}

.uploadPage .bottom .energyLiBox .energyLi {
    width: 100%;
    background: #f9f9f9;
    padding: 20px 20px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: flex;
}

.uploadPage .bottom .energyLiBox .energy-icon {
    width: 55px;
    height: 63px;
    margin-right: 10px;
}

.uploadPage .bottom .energyLiBox .share_status {


    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: flex;
    align-items: center;
    color: #fd7322;
    margin-top: 10px;
    font-size: 14px;

}

.fontDingTalk {
    font-size: 20px;
    font-family: DingTalk_JinBuTi_Regular;
}

.uploadPage .bottom .energyLiBox .statusBtn {
    padding: 2px 5px;
    background: #fee233;
    color: #383838;
    border-radius: 6px;
    margin-left: 9px;
}

.uploadPage .bottom .energyLiBox .handleBtn {
    width: 90px;
    height: 36px;
    line-height: 34px;
    border-radius: 30px;
    border: 1px solid #ccc;
    background: #f9f9f9;
    display: inline-block;
    color: #9a9a9a;
    cursor: pointer;
}
.uploadPage .bottom .energyLiBox .active,
.uploadPage .bottom .energyLiBox .handleBtn:hover {
    background-color: #fee233;
    color: #000;
}

#BoxCore {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#BoxCore .energyUl {
    width: 50%;
}

#BoxCore .energyUl .energyLiBox {
    width: 100%;
}