#myaccount_myProfile {
    height: 800px;
    padding: 30px;
}

/* 标题区域 */
#myaccount_myProfile .account_title {
    height: 80px;
    background-color: #f4f6fa;
    padding: 0 30px;
}

/* 预头像 */
#myaccount_myProfile .account_title .account .iconfont-ut {
    font-size: 40px;
}

/* 修改密码按钮 */
#myaccount_myProfile .account_title .changePas {
    border: 1px solid var(--main-color) !important;
}

#myaccount_myProfile .account_title .changePas span {
    color: var(--main-color);
}

.change_password {
    z-index: 3;
}

/* 修改密码面板 */
.change_password .change_password_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 340px;
    height: 342px;
    position: absolute;
    top: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 30px 20px;
    box-shadow: 0 0 6px rgb(0 0 0 / 20%);
}

/* 关闭按钮 */
.change_password .change_password_content .iconguanbi1 {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.change_password .change_password_content .iconguanbi1:hover {
    color: var(--main-color);
}

/* 修改密码面板 */


/* 信息面板 */
#myaccount_myProfile .account_info {
    height: 430px;
    padding: 30px 0 0;
}


/* 输入框区域 */
#myaccount_myProfile .account_info .v-input-upward {
    width: 490px;
}

/* 用户信息输入框 */


#myaccount_myProfile .account_info .notBorder input {
    border-bottom: none;
}

#myaccount_myProfile .account_info .btns {
    height: 36px;
    width: 100%;
}

/* 按钮 */
#myaccount_myProfile .account_info .save_cont {
    height: 36px;
}


/* 修改按钮 */
#myaccount_myProfile .account_info .save_cont.primary {
    position: absolute;
    top: 0;
}

#myaccount_myProfile .account_info .save_cont.success {
    position: absolute;
    top: 0;
}


/* explain */
#myaccount_myProfile .explain ul {
    list-style: disc;
    padding-left: 16px;
}

#myaccount_myProfile .explain ul li {
    line-height: 20px;
}