blockquote,body,button,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0;font-family:microsoft yahei}body{font-size:12px;line-height:150%;word-break:break-all;text-align:center;height:100%}.clearfix{clear:both;height:0!important;visibility:hidden;overflow:hidden}.clear5{clear:both;height:5px;visibility:hidden;overflow:hidden}.clear{clear:both;visibility:hidden;overflow:hidden}.clear15{clear:both;height:15px;visibility:hidden;overflow:hidden}.hack{clear:both;height:0;line-height:0;font-size:0}textarea{overflow:auto}input,textarea{padding:1px 2px}.cfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.cfix{display:inline-block}* html .cfix{height:1%}.cfix{display:block}fieldset,img{border:0}:focus{outline:0}address,caption,cite,code,dfn,em,optgroup,th,var{font-style:normal;font-weight:400}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}abbr,acronym{border:0;font-variant:normal}button,input,optgroup,option,select,textarea{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}code,kbd,samp,tt{font-size:100%}button,input,select,textarea{vertical-align:middle}body{color:#555;text-align:center}li,ol,ul{list-style:none}caption,th{text-align:left}:link,:visited,ins{text-decoration:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a,a:link{color:#333;text-decoration:none}a:hover{color:#333;text-decoration:none}a.yellow{color:#F60}a.red{clear:red}p#back-to-top{position:fixed;bottom:60px;right:31px}p#back-to-top a{text-align:center;text-decoration:none;color:#d1d1d1;display:block;width:56px}p#back-to-top a:hover{color:#979797}p#back-to-top a span{background:#d1d1d1 url(../images/global/upgo.gif) no-repeat 0 0;display:block;height:56px;width:56px;margin-bottom:5px}#back-to-top a:hover span{background:#999 url(../images/global/upgo.gif) no-repeat 0 -56px}.my_mps,.none_0{display:none!important}
/* ========== 全新注册页面样式 ========== */
.new-register-page {
    margin: 0;
    padding: 0;
    height: 100vh;
    overflow: hidden;
    background: linear-gradient(135deg, #e8f1f8 0%, #f5f9fc 100%);
}

.register-container {
    display: flex;
    height: 100vh;
    width: 100%;
}

/* 左侧品牌区域 */
.brand-section {
    flex: 0 0 45%;
    background: linear-gradient(135deg, #7BA0D0 0%, #6a92c4 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.brand-content {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 60px;
    max-width: 500px;
}

.logo-area {
    margin-bottom: 40px;
}

.brand-logo {
    max-width: 200px;
    max-height: 80px;
    filter: brightness(0) invert(1);
    animation: fadeInDown 0.8s ease-out;
}

.brand-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.brand-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 50px;
    line-height: 1.6;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.features-list {
    text-align: left;
    max-width: 350px;
    margin: 0 auto;
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #ffffff;
}

.feature-icon {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 18px;
    font-weight: bold;
}

.feature-text {
    font-size: 16px;
    font-weight: 500;
}

/* 装饰圆圈 */
.decoration-circles {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.circle {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
}

.circle-1 {
    width: 400px;
    height: 400px;
    top: -100px;
    right: -100px;
    animation: float 6s ease-in-out infinite;
}

.circle-2 {
    width: 300px;
    height: 300px;
    bottom: -80px;
    left: -80px;
    animation: float 8s ease-in-out infinite;
}

.circle-3 {
    width: 200px;
    height: 200px;
    top: 50%;
    left: 10%;
    animation: float 7s ease-in-out infinite;
}

/* 右侧注册区域 */
.register-section {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    overflow-y: auto;
}

.register-content {
    width: 100%;
    max-width: 600px;
    animation: fadeInRight 0.8s ease-out;
}

/* 步骤指示器 */
.steps-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e0e0e0;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.step.active .step-number {
    background: linear-gradient(135deg, #7BA0D0 0%, #6a92c4 100%);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(123, 160, 208, 0.4);
    transform: scale(1.1);
}

.step-label {
    font-size: 13px;
    color: #999;
    font-weight: 500;
}

.step.active .step-label {
    color: #7BA0D0;
    font-weight: 600;
}

.step-line {
    width: 60px;
    height: 2px;
    background: #e0e0e0;
    margin: 0 15px;
    margin-bottom: 30px;
}

/* 注册头部 */
.register-header {
    text-align: center;
    margin-bottom: 40px;
}

.register-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 12px;
}

.register-header p {
    font-size: 16px;
    color: #666;
}

/* 注册类型卡片 */
.register-types {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}

.type-card {
    display: flex;
    align-items: center;
    padding: 30px;
    background: #ffffff;
    border-radius: 20px;
    border: 2px solid #e8f1f8;
    text-decoration: none;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(123, 160, 208, 0.1);
}

.type-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(123, 160, 208, 0.1), transparent);
    transition: left 0.6s ease;
}

.type-card:hover::before {
    left: 100%;
}

.type-card:hover {
    border-color: #7BA0D0;
    box-shadow: 0 12px 35px rgba(123, 160, 208, 0.25);
    transform: translateY(-5px);
}

.card-icon {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    border-radius: 16px;
    background: linear-gradient(135deg, #7BA0D0 0%, #6a92c4 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    transition: all 0.4s ease;
}

.card-icon svg {
    width: 40px;
    height: 40px;
    color: #ffffff;
}

.type-card:hover .card-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 20px rgba(123, 160, 208, 0.4);
}

.card-content {
    flex: 1;
}

.card-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 8px;
}

.card-content > p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.card-features {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.card-features li {
    font-size: 13px;
    color: #7BA0D0;
    background: rgba(123, 160, 208, 0.1);
    padding: 5px 12px;
    border-radius: 20px;
    font-weight: 500;
}

.card-arrow {
    flex: 0 0 40px;
    font-size: 28px;
    color: #7BA0D0;
    transition: all 0.4s ease;
}

.type-card:hover .card-arrow {
    transform: translateX(10px);
    color: #5d8ab8;
}

/* 注册底部 */
.register-footer {
    text-align: center;
    padding: 20px;
    font-size: 15px;
    color: #666;
}

.register-footer .login-link {
    color: #7BA0D0;
    font-weight: 600;
    margin-left: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.register-footer .login-link:hover {
    color: #5d8ab8;
    text-decoration: underline;
}

/* 动画 */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

/* 响应式设计 */
@media (max-width: 1024px) {
    .register-container {
        flex-direction: column;
    }
    
    .brand-section {
        flex: 0 0 auto;
        min-height: 300px;
    }
    
    .brand-content {
        padding: 40px 20px;
    }
    
    .brand-title {
        font-size: 32px;
    }
    
    .features-list {
        display: none;
    }
    
    .register-section {
        padding: 30px 20px;
    }
}

@media (max-width: 768px) {
    .brand-section {
        min-height: 250px;
    }
    
    .brand-title {
        font-size: 28px;
    }
    
    .brand-subtitle {
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .steps-indicator {
        margin-bottom: 30px;
    }
    
    .step-number {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    .step-line {
        width: 40px;
        margin: 0 10px;
        margin-bottom: 25px;
    }
    
    .register-header h2 {
        font-size: 24px;
    }
    
    .type-card {
        flex-direction: column;
        text-align: center;
        padding: 25px 20px;
    }
    
    .card-icon {
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .card-arrow {
        display: none;
    }
    
    .card-features {
        justify-content: center;
    }
}

/* ========== 发布信息页面新样式 ========== */
.info-post-page {
    background: linear-gradient(135deg, #e8f1f8 0%, #f5f9fc 100%);
    min-height: 100vh;
}

.info-post-page .body1000 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* 步骤条样式 */
.info-post-page .step1 {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px 50px;
    margin-bottom: 40px;
    box-shadow: 0 4px 20px rgba(123, 160, 208, 0.12);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    position: relative;
}

.info-post-page .step1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #7BA0D0 0%, #a8c5e6 100%);
    border-radius: 16px 16px 0 0;
}

.info-post-page .step1 span {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: #999;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
}

.info-post-page .step1 span::after {
    content: '';
    position: absolute;
    right: -35px;
    width: 20px;
    height: 2px;
    background: #e0e0e0;
}

.info-post-page .step1 span:last-child::after {
    display: none;
}

.info-post-page .step1 span.cur {
    color: #7BA0D0;
    font-weight: 600;
}

.info-post-page .step1 .number {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f0f0f0;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.info-post-page .step1 span.cur .number {
    background: linear-gradient(135deg, #7BA0D0 0%, #5d8ab8 100%);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(123, 160, 208, 0.4);
    transform: scale(1.1);
}

/* 主内容区域 */
.info-post-page #main.wrapper {
    background: #ffffff;
    border-radius: 20px;
    padding: 0;
    box-shadow: 0 8px 32px rgba(123, 160, 208, 0.15);
    position: relative;
    overflow: hidden;
}

/* 内容包装器 */
.info-post-page .post-content-wrapper {
    display: flex;
    gap: 0;
    min-height: 600px;
}

/* 分类区域 */
.info-post-page .category-section {
    flex: 1;
    padding: 50px;
    background: #ffffff;
}

.info-post-page .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom: 3px solid #7BA0D0;
    position: relative;
    letter-spacing: 1px;
}

.info-post-page .section-title::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #5d8ab8 0%, #7BA0D0 100%);
    box-shadow: 0 2px 8px rgba(123, 160, 208, 0.4);
}

.info-post-page #fenlei2 {
    position: relative;
}

.info-post-page #ymenu-side {
    width: 100%;
}

.info-post-page .ym-mainmnu {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.info-post-page .ym-tab {
    background: #ffffff;
    border-radius: 16px;
    border: 2px solid #d5e5f2;
    transition: all 0.3s ease;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(123, 160, 208, 0.12);
}

.info-post-page .ym-tab:hover {
    border-color: #7BA0D0;
    box-shadow: 0 10px 30px rgba(123, 160, 208, 0.25);
    transform: translateY(-4px);
}

.info-post-page .ym-tab > a {
    display: block;
    padding: 20px 24px;
    font-size: 18px;
    font-weight: 700;
    background: linear-gradient(135deg, #7BA0D0 0%, #6a92c4 100%);
    color: #ffffff !important;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.5px;
}

.info-post-page .ym-tab > a.black {
    color: #ffffff !important;
}

.info-post-page .ym-tab > a::after {
    content: '▼';
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    transition: transform 0.3s ease;
    opacity: 1;
    color: #ffffff;
}

.info-post-page .ym-tab:hover > a {
    background: linear-gradient(135deg, #6a92c4 0%, #5d8ab8 100%);
}

.info-post-page .ym-tab:hover > a::after {
    transform: translateY(-50%) rotate(180deg);
}

.info-post-page .ym-submnu {
    display: block;
    background: #ffffff;
    padding: 6px 0;
}

.info-post-page .ym-submnu li {
    border-top: 1px solid #f5f8fb;
}

.info-post-page .ym-submnu li:first-child {
    border-top: none;
}

.info-post-page .ym-submnu a {
    display: block;
    padding: 14px 24px;
    padding-left: 44px;
    color: #333 !important;
    font-size: 15px;
    transition: all 0.25s ease;
    position: relative;
    font-weight: 500;
}

.info-post-page .ym-submnu a::before {
    content: '→';
    position: absolute;
    left: 24px;
    color: #7BA0D0;
    opacity: 0;
    transform: translateX(-6px);
    transition: all 0.25s ease;
    font-weight: bold;
    font-size: 14px;
}

.info-post-page .ym-submnu a:hover {
    background: linear-gradient(90deg, #f0f7fc 0%, transparent 100%);
    color: #7BA0D0 !important;
    padding-left: 48px;
    font-weight: 600;
}

.info-post-page .ym-submnu a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

/* 重新选择按钮 */
.info-post-page .backall {
    margin-top: 35px;
    text-align: center;
}

.info-post-page .backall a {
    display: inline-block;
    padding: 14px 36px;
    background: linear-gradient(135deg, #7BA0D0 0%, #6a92c4 100%);
    color: #ffffff !important;
    border-radius: 28px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(123, 160, 208, 0.35);
}

.info-post-page .backall a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(123, 160, 208, 0.45);
    background: linear-gradient(135deg, #6a92c4 0%, #5d8ab8 100%);
}

/* 搜索区域 */
.info-post-page .search-section {
    flex: 0 0 420px;
    background: linear-gradient(135deg, #7BA0D0 0%, #6a92c4 100%);
    padding: 50px 35px;
    position: relative;
    overflow: hidden;
}

.info-post-page .search-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.info-post-page .search-section::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.info-post-page .psearch {
    position: relative;
    z-index: 1;
}

.info-post-page .pshead {
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    position: relative;
    overflow: visible;
}

.info-post-page .pshead::before,
.info-post-page .pshead::after {
    display: none;
}

.info-post-page .pshead em {
    display: block;
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
    font-style: normal;
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.info-post-page .pstxt {
    width: 100%;
    padding: 16px 22px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    font-size: 15px;
    margin-bottom: 18px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.95);
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.info-post-page .pstxt:focus {
    outline: none;
    background: #ffffff;
    border-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.info-post-page .pstxt::placeholder {
    color: #999;
}

.info-post-page .psbtn {
    width: 100%;
    padding: 16px 22px;
    background: #ffffff;
    color: #7BA0D0;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.info-post-page .psbtn:hover {
    background: #f8fbfd;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.info-post-page .psbtn:active {
    transform: translateY(-1px);
}

/* 自动完成下拉框样式 */
.info-post-page .ac_results {
    border: 2px solid #7BA0D0 !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(123, 160, 208, 0.25) !important;
    overflow: hidden !important;
    background: #ffffff !important;
}

.info-post-page .ac_results ul li {
    padding: 12px 18px !important;
    transition: all 0.2s ease !important;
    font-size: 14px !important;
    color: #555 !important;
}

.info-post-page .ac_results ul li:hover,
.info-post-page .ac_results .ac_over {
    background: #f0f7fc !important;
    color: #7BA0D0 !important;
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .info-post-page .post-content-wrapper {
        flex-direction: column;
    }
    
    .info-post-page .search-section {
        flex: 1;
    }
    
    .info-post-page .ym-mainmnu {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    }
}

@media (max-width: 768px) {
    .info-post-page .body1000 {
        padding: 20px 10px;
    }
    
    .info-post-page .category-section,
    .info-post-page .search-section {
        padding: 30px 20px;
    }
    
    .info-post-page .step1 {
        flex-direction: column;
        gap: 20px;
        padding: 25px 20px;
    }
    
    .info-post-page .step1 span::after {
        display: none;
    }
    
    .info-post-page .ym-mainmnu {
        grid-template-columns: 1fr;
    }
    
    .info-post-page .section-title {
        font-size: 22px;
    }
}

/* ==========================================
   发布信息页 V2（选择分类步骤）
   作用域：body.info-post-v2-page
   完全新布局，功能不变
   ========================================== */
.info-post-v2-page{
    min-height:100vh;
    background:
        radial-gradient(1100px circle at 78% 30%, rgba(56, 189, 248, 0.22), transparent 56%),
        radial-gradient(900px circle at 18% 18%, rgba(37, 99, 235, 0.20), transparent 60%),
        linear-gradient(180deg, #8e9ab1 0%, #0a1424 55%, #070b12 100%);
    color:#e5e7eb;
}
.info-post-v2-page .body1000{
    max-width:1160px;
    margin:0 auto;
    padding:32px 18px 40px;
}
.info-post-v2-page .ip2-shell{
    display:grid;
    grid-template-columns: minmax(0,1.1fr) minmax(0,1.1fr);
    gap:18px;
    align-items:flex-start;
}
.info-post-v2-page .ip2-hero{
    border-radius:22px;
    padding:22px 20px;
    background:rgba(15,23,42,0.85);
    border:1px solid rgba(148,163,184,0.25);
    box-shadow:0 22px 55px rgba(2,6,23,0.55);
    backdrop-filter:blur(18px);
}
.info-post-v2-page .ip2-kicker{
    display:inline-flex;
    align-items:center;
    padding:8px 12px;
    border-radius:999px;
    font-size:12px;
    font-weight:900;
    letter-spacing:.6px;
    color:#e0f2fe;
    background:rgba(15,23,42,0.9);
    border:1px solid rgba(56,189,248,0.4);
}
.info-post-v2-page .ip2-title{
    margin:14px 0 8px;
    font-size:30px;
    font-weight:800;
    color:#f9fafb;
    letter-spacing:.2px;
}
.info-post-v2-page .ip2-desc{
    margin:0;
    font-size:14px;
    line-height:1.9;
    color:rgba(226,232,240,0.78);
    max-width:50ch;
}
.info-post-v2-page .ip2-badges{
    list-style:none;
    padding:0;
    margin:16px 0 0;
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.info-post-v2-page .ip2-badges li{
    padding:9px 12px;
    border-radius:999px;
    background:rgba(15,23,42,0.85);
    border:1px solid rgba(148,163,184,0.35);
    font-size:12.5px;
    font-weight:700;
    color:rgba(226,232,240,0.9);
}

.info-post-v2-page #main.wrapper,
.info-post-v2-page .ip2-main{
    background:rgba(248,250,252,0.96);
    border-radius:22px;
    padding:18px 18px 24px;
    box-shadow:0 22px 55px rgba(15,23,42,0.45);
    border:1px solid rgba(15,23,42,0.08);
}

/* 步骤条（右侧卡片顶部） */
.info-post-v2-page .step1{
    background:transparent;
    border-radius:14px;
    padding:8px 10px 14px;
    margin:0 0 6px;
    box-shadow:none;
    display:flex;
    justify-content:center;
    gap:10px;
    position:relative;
}
.info-post-v2-page .step1 span{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:13px;
    color:#6b7280;
    font-weight:600;
    padding:8px 10px;
    border-radius:999px;
    background:#e5e7eb;
}
.info-post-v2-page .step1 span.cur{
    background:linear-gradient(135deg,#1d4ed8 0%, #2563eb 55%, #06b6d4 120%);
    color:#f9fafb;
}
.info-post-v2-page .step1 .number{
    width:24px;
    height:24px;
    border-radius:999px;
    background:rgba(15,23,42,0.1);
    color:inherit;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
}

/* 分类 + 搜索区域 */
.info-post-v2-page .post-content-wrapper{
    display:flex;
    flex-direction:column;
    gap:16px;
    min-height:0;
}
.info-post-v2-page .category-section{
    padding:14px 6px 4px;
}
.info-post-v2-page .section-title{
    font-size:18px;
    font-weight:800;
    color:#0f172a;
    margin:0 0 10px;
}
.info-post-v2-page #fenlei2{
    padding:16px 6px 8px;
    background:transparent;
    border-radius:0;
    box-shadow:none;
    margin:0;
}
.info-post-v2-page #ymenu-side{
    padding:0;
}
/*.info-post-v2-page .ym-mainmnu{*/
/*    display:grid;*/
/*    grid-template-columns:repeat(auto-fit,minmax(230px,1fr));*/
/*    gap:10px;*/
/*}*/
.info-post-v2-page .ym-tab{
    border-radius:16px;
    border:1px solid rgba(148,163,184,0.4);
    box-shadow:none;
}
.info-post-v2-page .ym-mainmnu .ym-tab > a{
    padding:16px;
    font-size:14px;
}
.info-post-v2-page .ym-submnu{
    top:100%;
    left:0;
}

.info-post-v2-page .search-section{
    padding:0 6px 4px;
}
.info-post-v2-page .psearch{
    max-width:none;
    margin:6px 0 0;
}

@media (max-width: 980px){
    .info-post-v2-page .ip2-shell{
        grid-template-columns:1fr;
    }
}
@media (max-width: 640px){
    .info-post-v2-page .body1000{padding:18px 10px 32px;}
    .info-post-v2-page .ip2-title{font-size:24px;}
}