#personalCenter{
    min-height: calc(100vh - 299px);
    box-sizing: border-box!important;
    /* background: #f1f1f1; */
}
.personalCenterBox{
    margin: 0 auto;
    width: 1000px;
    border: 1px solid #d7d7d7;
    display: flex;
    background: white;
    min-height: calc(100vh - 335px);
}
.personalCenterLeft{
    width: 200px;
    border-right: 1px solid #d7d7d7;
    background: #f8f8f8;
}
.personalCenterTab div{
    font-family: 'NSimSun';
}
.personalCenterTabTitle{
    height: 44px;
    line-height: 44px;
    font-weight: bold;
    color: #292929;
    font-size: 12px;
    margin: 0 30px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #d7d7d7;
}
.personalCenterTabItem{
    cursor: pointer;
    font-size: 12px;
    color: #666666;
    padding: 10px 10px 10px 30px;
}
.personalCenterTabItem:last-child{
    margin-bottom: 5px;
}
.tabSelected{
    background: #ebebee;
    border-left: 3px solid #2f74ff;
    padding-left: 27px;
}
.rightTitle{
    height: 44px;
    line-height: 44px;
    border-bottom: 1px dashed #d7d7d7;
    font-weight: bold;
    font-size: 12px;
    color: #292929;
    
}
.rightTitle-btn{
    width: 120px;
    height: 31px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 17px;
    background: #fc822d;
    cursor: pointer;
    float: right;
    margin-top: 6px;
}
.rightTitle-btn a{
    color: #fff;
}
.personalCenterRight{
    flex: 1;
    padding: 0 30px 30px 30px;
}
.rightContent{
    font-size: 12px;
    line-height: 1.5;
    color: #666666;
    font-family: 'NSimSun';
}
.rightContent span{
    color: #292929;
}

.personInfoBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.personLeft,.personRight{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.personLeft img{
    width: 80px;
    height: 80px;
    border-radius: 100%;
}
.personLeft .uploadImg{
    border: 1px solid #2f74ff;
    background: white;
    border-radius: 11px;
    width: 68px;
    height: 22px;
    color: #2f74ff;
    text-align: center;
    position: absolute;
    bottom: -15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.personRight{
    height: 80px;
    border-left: 1px solid #ebe9e7;
}
.personNickname{
    font-size: 14px;
    color: #292929;
}
.avatarBox{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.personTxt{
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    color: #666666;
}
.priceBox{
    display: flex;
    text-align: center;
    justify-content: space-around;
    padding: 0 30px;
}
.priceTxt{
    font-size: 14px!important;
    margin-right: 10px;
}
.priceNum{
    font-size: 14px!important;
    font-weight: bold;
    color: #f64136!important;
}
.tabBox{
    border-bottom: 2px solid #2f74ff;
    padding-left: 10px;
    display: flex;
    margin-top: 10px;
}
.tabItem{
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    background: #f1f1f1;
    border-radius: 4px 4px 0 0;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    width: 110px;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
    color: #333333;
}
.tabItemSelected{
    background: #2f74ff;
    color: white;
    font-weight: bold;
}


.orderItemBox{
    overflow: hidden;
    min-height: 193px;
}
.orderItem{
    background: #ffffff;
    border: 1px solid #d7d7d7;
    width: 360px;
    float: left;
    margin-top: 13px;
}
.orderItemBox .orderItem:nth-of-type(2n+0){
    margin-left: 13px;
}
.orderItemTitle{
    height: 32px;
    line-height: 32px;
    background: #f8f8f8;
    border-bottom: 1px solid #d7d7d7;
    display: flex;
    justify-content: space-between;
    padding: 0 8px;
}
.orderItemMsg{
    padding: 8px 8px;
}
.orderItemNum{
    color: #333333;
}
.orderItemStatus{
    color: #2f74ff!important;
}
.orderItemName{
    color: #333333;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.orderItemName,.orderItemTxt{
    padding: 3px 0;
}
.orderItemTxt{
    color: #808080;
}
.orderItemTxtPrice{
    position: relative;
}
.orderItemTxtPrice span{
    position: absolute;
    right: 0;
    font-weight: bolder;
    font-size: 16px;
    color: #f64136;
    bottom: 2px;
}
.orderItemBtn{
    display: flex;
    justify-content: flex-end;
    min-height: 30px;
}
.orderItemBtn div{
    background: #ffffff;
    width: 78px;
    height: 26px;
    border-radius: 4px;
    line-height: 26px;
    text-align: center;
    margin-left: 20px;
    cursor: pointer;
}
.orderItemBtnL{
    border: 1px solid #d5d5d5;
    color: #666666;
}
.orderItemBtnR{
    color: #2f74ff;
    border: 1px solid #2f74ff;
}
.orderTips{
    text-align: center;
    margin-top: 50px;
    font-size: 13px;
}

.storeItem{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border: 1px solid #d7d7d7;
    background: #ffffff;
    padding: 10px 0; 
    margin-top: 10px;
}
.storeItem_desT{
    font-size: 20px;
    font-family: 'SourceHanSansCN-Light';
    color: #292929;
}
.storeItem_desB{
    font-family: 'NSimSun';
    font-size: 12px;
    color: #666666;
    margin-top: 10px;
}
.storeItem_tip{
    font-family: 'NSimSun';
    font-size: 14px;
    color: #2f74ff;
}
.storeItem_btn{
    display: flex;
    flex-direction: column;
}
.storeItem_btnReq{
    width: 84px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 4px;
    background: #ff7700;
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
    font-family: 'NSimSun';
    margin: 3px;
}
.storeItem_btnMore{
    width: 84px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 4px;
    background: #ffffff;
    color: #666666;
    font-size: 12px;
    cursor: pointer;
    font-family: 'NSimSun';
    border: 1px solid #d5d5d5;
    margin: 3px;
}
.storeItem_btnClose{
    width: 84px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #666666;
    font-size: 12px;
    cursor: pointer;
    font-family: 'NSimSun';
    margin: 3px;
}
.setting_item {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.setting_label {
    width: 100px;
    text-align: right;
    color: #666666;
    font-size: 14px;
}
.setting_txt {
    font-size: 14px;
    width: 100px;
}
.setting_btn {
    border: 1px solid #2f74ff;
    border-radius: 3px;
    padding: 5px 10px;
    color: #2f74ff;
    cursor: pointer;
}
.editItem_btn{
    color: #2f74ff;
    border: 1px solid #2f74ff;
    border-radius: 15px;
    width: 88px;
    height: 30px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.editItem_btnDis{
    color: #cbcbcb;
    border: 1px solid #cbcbcb;
    border-radius: 15px;
    width: 88px;
    height: 30px;
    text-align: center;
    font-size: 12px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.editItem{
    display: flex;
    align-items: center;
    margin: 0 0 10px 50px;
}
.editItem_label{
    width: 100px;
    text-align: right;
    margin-right: 20px;
}
.editItem .el-input{
    width: auto;
}
.editItem .el-input__inner{
    height: 30px;
    width: 180px;
    border-radius: 0;
    border-color: #cbcbcb;
    line-height: 30px;
}
.editItem .el-input__icon{
    line-height: 30px;
}
.rightTitleOp{
    display: flex;
    align-items: center;
}
.rightTitleOp div{
    border: 1px solid #2f74ff;
    color: #2f74ff;
    width: 80px;
    height: 28px;
    border-radius: 4px;
    line-height: 28px;
    margin-right: 10px;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
}
.opinionTips{
    padding: 10px 0;
}
.rightTitleOpsel{
    background: #2f74ff;
    color: white!important;
}
.opinionImglistBtn{
    text-align: right;
    padding: 10px 0;
}
.opinionImglistBtn div{
    background: #2f74ff;
    border-radius: 4px;
    width: 80px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: white;
    cursor: pointer;
    display: inline-block;
}
.setting .el-upload {
    border: 1px solid #e8e8e8;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: #f6f6f6;
}
.setting .el-upload:hover {
    border-color: #409EFF;
}
.setting .el-icon-plus {
    font-size: 29px;
    color: #999999;
    width: 148px;
    height: 148px;
    line-height: 148px;
    text-align: center;
}
.setting .el-upload--picture-card {
    width: 148px;
    height: 148px;
}
.setting .el-textarea{
    margin-bottom: 10px;
}