/* 个人中心样式 */
.profile-container {
    flex-direction: column !important;
    padding: 0 !important;
}

.content {
    width: 100% !important;
    height: 90vh !important;
    margin: 0 auto !important;
}

iframe {
    width: 100% !important;
    height: 100% !important;
    border: none !important;
}