<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#myaccount_myProfile {
    height: 800px;
    padding: 30px;
}

/* æ&nbsp;‡é¢˜åŒºåŸŸ */
#myaccount_myProfile .account_title {
    height: 80px;
    background-color: #f4f6fa;
    padding: 0 30px;
}

/* é¢„å¤´åƒ */
#myaccount_myProfile .account_title .account .iconfont-ut {
    font-size: 40px;
}

/* ä¿®æ”¹å¯†ç&nbsp;æŒ‰é’® */
#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;
}

/* ä¿®æ”¹å¯†ç&nbsp;é¢æ¿ */
.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);
}

/* ä¿®æ”¹å¯†ç&nbsp;é¢æ¿ */


/* ä¿¡æ¯é¢æ¿ */
#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;
}</pre></body></html>