* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: "Microsoft YaHei", sans-serif; font-size: 14px; color: #333; background: #f5f5f5; }
.wp { width: 960px; margin: 0 auto; }
.nav { background: #333; padding: 15px 0; }
.nav .wp { display: flex; justify-content: space-between; align-items: center; }
.nav .logo { color: #fff; font-size: 18px; text-decoration: none; }
.nav-list { list-style: none; display: flex; gap: 20px; }
.nav-list a { color: #fff; text-decoration: none; }
.nav-list a:hover { color: #48bb78; }
.mainbox { display: flex; gap: 20px; margin-top: 20px; }
.leftside, .side { width: 200px; background: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.rightside { flex: 1; background: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.side-title { font-size: 16px; font-weight: bold; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px solid #eee; }
.side-menu { list-style: none; }
.side-menu li { margin-bottom: 10px; }
.side-menu a { display: block; padding: 8px; text-decoration: none; color: #666; border-radius: 4px; }
.side-menu a:hover, .side-menu .active a { background: #48bb78; color: #fff; }
.form-box { width: 400px; margin: 50px auto; background: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.form-box h2 { text-align: center; margin-bottom: 20px; color: #333; }
.form-item { margin-bottom: 15px; }
.form-item label { display: block; margin-bottom: 5px; font-weight: bold; }
.form-item input, .form-item select, .form-item textarea { width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 4px; font-size: 14px; }
.form-item textarea { height: 80px; resize: none; }
.btn-primary { width: 100%; padding: 12px; background: #48bb78; color: #fff; border: none; border-radius: 4px; font-size: 16px; cursor: pointer; }
.btn-primary:hover { background: #38a169; }
.btn { display: inline-block; padding: 8px 16px; background: #48bb78; color: #fff; text-decoration: none; border-radius: 4px; margin-right: 10px; margin-bottom: 10px; }
.btn:hover { background: #38a169; }
.error-msg { color: #fc8181; padding: 10px; background: #fff5f5; border-radius: 4px; margin-bottom: 15px; }
.mgb { margin-bottom: 15px; }
.clearfix::after { content: ''; display: table; clear: both; }
.bigtitle { font-size: 18px; font-weight: bold; margin-bottom: 15px; }
.oauth-list { display: flex; flex-direction: column; gap: 12px; }
.oauth-item { padding: 12px 20px; background: #f5f5f5; border-radius: 6px; display: flex; align-items: center; justify-content: space-between; }

.oauth-login { margin-top: 20px; }
.oauth-btn {
    display: inline-block;
    padding: 12px 26px;
    text-align: center;
    border-radius: 12px;
    margin: 0 8px;
    color: #19b73c;
    border: 1px solid #eee;
    text-decoration: none;
    font-size: 12px;
}
.oauth-btn:hover { opacity: 0.8; }



.oauth-item a { text-decoration: none; color: #48bb78; }

.oauth-name { color: #555; }
.btn-unbind { padding: 4px 14px; background: #e53e3e; color: #fff; border: none; border-radius: 4px; font-size: 13px; cursor: pointer; }
.btn-unbind:hover { background: #c53030; }
.oauth-empty { color: #999; padding: 20px; text-align: center; }
h2 { margin-bottom: 15px; color: #333; }


