.reg-button, .log-button {width: 40px;border: 2px solid #2196F3;border-radius: 4px;padding: 4px;margin: 2px;text-align: center;color: red;}
.fuba-list{text-align:left;}
.fuba-list ul{
	padding-left:0;
	margin-bottom:2px;
}
.fuba-list li{
    padding: 5px 10px;
    border-radius: 0px;
    background: #f18a2e;
	list-style:none;
}

.fuba-item{
    //height: 45px;
    //vertical-align:middle;
    //line-height: 45px;
    //text-align: left;
    padding: 4px 5px 4px 5px;
    border: solid 1px #ddd;
    border-radius: 8px;
    background: #fff;
    background-image: linear-gradient(to top, #fff, #eee, #fff);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    //display:inline-block;
    overflow: hidden;
    //font-size: 23px;
    //font-weight: bold;
    //color: #000;
}

.fuba-title{
    padding: 4px;
    border: solid 2px #ff0000;
    border-radius: 8px;
   background: #ffff00;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    overflow: hidden;
}
.ts0 {
    text-shadow: 0px 0px 1px #000, 0px 0px 2px #000, 0px 0px 3px #000, 0px 0px 4px #000;
}

.fuba-list .fuba-ite{
    //height: 36px;
    //line-height: 36px;
    vertical-align:middle;
    //text-align: left;
    padding: 6px 0px;
    border: solid 1px #ddd;
    border-radius: 8px;
    background: #eee;
    background-image: linear-gradient(to top, #fff, #eee, #fff);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    //display:inline-block;
    overflow: hidden;
    //font-size: 23px;
    //font-weight: bold;
    //color: #000;
}
.badge {
                //vertical-align:middle;
                vertical-align:top;
				display:inline;
	padding: 4px 5px 4px 5px;
	font-size: 20px;
	font-weight: bold;
               // height: 33px;
	line-height: 34px;
	text-align: center;
	//white-space: nowrap;
	//vertical-align: baseline;
	border-radius: 5px;
                margin: 4px 0 0px 5px;
                font-family: Arial,"微软雅黑";
}
.badge-fb0 {
	color: #8B4513;
	background: #f5f5f5 !important;
	background-color: #f5f5f5 !important;
    border: 1px solid #999 !important;
    font-weight: normal !important;
    text-shadow: none !important;
    animation: none !important;
}
.haoju{
    font-size: 27px;
    text-align: center;
    font-weight: bold;
    //color: #595959;
    //text-shadow: -1px -3px 9px #333,1px 5px 12px #333;
    //text-shadow:0px 0px 1px #fff,0px 0px 2px #fff,0px 0px 3px #fff,0px 0px 4px #fff;
}
.ts{text-shadow:0px 0px 1px #fff,0px 0px 2px #fff,0px 0px 3px #fff,0px 0px 4px #fff;}
.ss0{color:#000}
.ss1{color:#008000;}
.ss2{color:#984B98;}
.ss3{color:#ffffff;}
.ss4{color:#0033FF;}
.ss5{color:#659B28;}
.ss6{color:#33ff33;}
.ss7{color:#ef3c3c}
.ss8{color:#0000ff}
.ss9{color:#ffffff;}
.ss10{color:#0000ff;}
.ss11{color:#248f24;} 
.ss12{color:#ffff00;}
.ss13{color:#87bcd8;}
.ss15{color:#0ae5fd;}
.ss16{color:#fd660a;}
.ss18{padding:1px 3px;background:#ffff00;border:1px solid #ff0000;border-radius:18px;color:#ff0000;font-size:35px;text-align: center;font-weight: bold;line-height:1.68;}
.scroll,
#scroll_to_top {
    width: 36px !important;
    height: 36px !important;
    color: #666 !important;
    padding: 0 !important;
    text-align: center !important;
    position: fixed !important;
    right: 20px !important;
    bottom: 50px !important;
    font-size: 0 !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    line-height: 36px !important;
    border: 1px solid #e0e0e0 !important;
    background: #fff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    text-shadow: none !important;
    z-index: 9999 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: scale(0.8) !important;
    pointer-events: none !important;
}

.scroll.show,
#scroll_to_top.show {
    opacity: 1 !important;
    visibility: visible !important;
    transform: scale(1) !important;
    pointer-events: auto !important;
}

.scroll:hover,
#scroll_to_top:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    background: #f5f5f5 !important;
    color: #333 !important;
}

.scroll:active,
#scroll_to_top:active {
    transform: scale(0.95) !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) !important;
    background: #eee !important;
}

.scroll i,
#scroll_to_top i {
    font-size: 18px !important;
    color: inherit !important;
    line-height: 1 !important;
    display: block !important;
}

.scroll span,
#scroll_to_top span {
    display: none !important;
}

/* 手机端优化 */
@media (max-width: 795px) {
    .scroll,
    #scroll_to_top {
        width: 32px !important;
        height: 32px !important;
        right: 18px !important;
        bottom: 54px !important;
        line-height: 32px !important;
    }
    
    .scroll i,
    #scroll_to_top i {
        font-size: 16px !important;
    }
}


.fb-1 {
	color:#fff;
	width: 80px;
	height: 80px;
	z-index: 999999;
	text-align: center;
	position: fixed;
	right: 50px !important;
	bottom: 484px !important;
	font-size: 33px !important;
	border-radius: 100%;
	line-height: 80px !important;
	text-shadow: 2px 2px 1px #000;
	border: 2px solid #ff0000;
	box-shadow: 0 0 0 1px #666;
}
.fb-2 {
	color:#fff;
	width: 80px;
	height: 80px;
	z-index: 999999;
	text-align: center;
	position: fixed;
	right: 50px !important;
	bottom: 398px !important;
	font-size: 33px !important;
	border-radius: 50px;
	line-height: 80px !important;
	text-shadow: 2px 2px 1px #000;
	border: 2px solid #ff0000;
	box-shadow: 0 0 0 1px #666;
}
.fb-3 {
	color:#fff;
	width: 80px;
	height: 80px;
	z-index: 999999;
	text-align: center;
	position: fixed;
	right: 50px !important;
	bottom: 313px !important;
	font-size: 33px !important;
	border-radius: 50px;
	line-height: 80px !important;
	text-shadow: 2px 2px 1px #000;
	border: 2px solid #ff0000;
	box-shadow: 0 0 0 1px #666;
}
.fb-4 {  
	color:#fff;
	width: 80px;
	height: 80px;
	z-index: 999999;
	text-align: center;
	position: fixed;
	right: 50px !important;
	bottom: 228px !important;
	font-size: 33px !important;
	border-radius: 50px;
	line-height: 80px !important;
	text-shadow: 2px 2px 1px #000;
	border: 2px solid #ff0000;
	box-shadow: 0 0 0 1px #666;
}
.fb-5 {
	color:#fff;
	width: 80px;
	height: 80px;
	z-index: 999999;
	text-align: center;
	position: fixed;
	right: 50px !important;
	bottom: 142px !important;
	font-size: 33px !important;
	border-radius: 50px;
	line-height: 80px !important;
	text-shadow: 2px 2px 1px #000;
	border: 2px solid #ff0000;
	box-shadow: 0 0 0 1px #666;
}
.f36{ font-size:36px;}
.fb-1, .fb-2, .fb-3, .fb-4, .fb-5 {
    background: linear-gradient(to bottom, #ff0000, #ffd700);
}
@keyframes badge-fb0Blink {
    0% { background-color: #1a1a1a;color: #ff4000 } /* 初始颜色 */
    10% { background-color: #ff4000;color: #1a1a1a } /* 第一种颜色 */
    20% { background-color: #0000e6;color: #ffa64d } /* 第一种颜色 */
    30% { background-color: #2eb82e;color: #0000e6 } /* 第一种颜色 */
    40% { background-color: #ffa64d;color: #2eb82e } /* 第二种颜色 */
    50% { background-color: #ff00bf;color: #669999 } /* 第一种颜色 */
    60% { background-color: #a64dff;color: #ff00bf } /* 第三种颜色 */
    70% { background-color: #669999;color: #a64dff } /* 第一种颜色 */
    80% { background-color: #7676a3;color: #86b300 } /* 第四种颜色 */
    90% { background-color: #b37700; color: #7676a3} /* 第一种颜色 */
    100% { background-color: #86b300; color: #b37700} /* 第五种颜色 */
}
@keyframes colorChange {
    0% { color: #0f0; }
    50% { color: #ff0; }
    100% { color: #0f0; }
}
.badge-fb1 {
	color: #555;
    border-radius: 5px;
    border: 1px solid #999 !important;
    font-weight: normal !important;
    text-shadow: none !important;
    animation: none !important;
}

.badge-fb2 {
	color: #555;
	background: #f5f5f5 !important;
	background-color: #f5f5f5 !important;
    border: 1px solid #999 !important;
    font-weight: normal !important;
    text-shadow: none !important;
    animation: none !important;
}

.badge-fb3 {
	color: #555;
	background: #f5f5f5 !important;
	background-color: #f5f5f5 !important;
    border: 1px solid #999 !important;
    font-weight: normal !important;
    text-shadow: none !important;
    animation: none !important;
}

.badge-fb4 {
	color: #8B4513;
	background: #f5f5f5 !important;
	background-color: #f5f5f5 !important;
    border: 1px solid #999 !important;
    font-weight: normal !important;
    text-shadow: none !important;
    animation: none !important;
}


.badge-fb5 {
    color: #dc3545;
    background: #f5f5f5 !important;
    background-color: #f5f5f5 !important;
    border: 1px solid #999 !important;
    font-weight: normal !important;
    text-shadow: none !important;
    animation: none !important;
}
.badge-fb6 {
	color: #0ff;
	background: #f5f5f5 !important;
	background-color: #f5f5f5 !important;
    border: 1px solid #999 !important;
    font-weight: normal !important;
    text-shadow: none !important;
}
.badge-fb7 {
	color: #555;
	background: #f5f5f5 !important;
	background-color: #f5f5f5 !important;
    border: 1px solid #999 !important;
    font-weight: normal !important;
    text-shadow: none !important;
    animation: none !important;
}
.t,.t5,.t9{margin:0 auto 0px; height:auto; overflow:hidden;}
.f15{font-size:15px}
.tal{text-align:left}
.tac{text-align:center}
.tar{text-align:right}
.fr{float:right}
.fl{float:left}
.h {
    margin: 0 auto;
    background: #dd780d;
    text-align: left;
    height: 40px;
    font-size: 16px;
    color: #fff;
    /* border: 1px solid #ddd; */
    padding: 2px 0.5em 0;
    line-height: 40px;
}
.fb-head{width:calc(56% - 0px);float:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.fb-headt{line-height:35px;}
.fb-brtop{border-top-left-radius: 5px;border-top-right-radius: 5px;}
.fb-p5{padding:3px 0px 4px 0px;}
.totkl{height: 40px;padding:3px 6px 2px 6px;background: linear-gradient(#e69900,#ffcc66);border:1px solid #FF9933;border-radius:5px;color:#CC0000;font-size:14px;box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.6), 2px 2px 1px rgba(0, 0, 0, 0.15);}
.totkl:hover{background: linear-gradient(#ffcc66, #e69900);text-decoration:none;color:#cc0000;}

.totkm{height: 40px;padding:3px 6px 2px 6px;background: linear-gradient(#3f91c0,#8cbed9);border:1px solid #3983ad;border-radius:5px;color:#fff;font-size:14px;box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.6), 2px 2px 1px rgba(0, 0, 0, 0.15);}
.totkm:hover{background: linear-gradient(#8cbed9, #3f91c0);text-decoration:none;color:#fff;}

.totkt{height: 40px;padding:3px 6px 2px 6px;background: linear-gradient(#99003d,#ff1a75);border:1px solid #800033;border-radius:5px;color:#fff;font-size:14px;box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.6), 2px 2px 1px rgba(0, 0, 0, 0.15);}
.totkt:hover{background: linear-gradient(#ff1a75,#99003d);text-decoration:none;color:#fff;}

.totktu{height: 30px;line-height: 30px;padding:1px 5px;margin-top:2px;background: linear-gradient(#3f91c0,#8cbed9);border:1px solid #3983ad;color:#fff;border-radius:4px;font-size:14px;box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.6), 2px 2px 1px rgba(0, 0, 0, 0.15);text-shadow:0px 0px 1px #000,0px 0px 2px #000,0px 0px 3px #000,0px 0px 4px #000;}
.totktu:hover{background: linear-gradient(#8cbed9, #3f91c0);text-decoration:none;color:#fff;}

.totky{height: 40px;padding:3px 6px 2px 6px;background: linear-gradient(#0069b3,#008ef1);border:1px solid #004b80;border-radius:5px;color:#fff;font-size:14px;box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.6), 2px 2px 1px rgba(0, 0, 0, 0.15);}
.totky:hover{background: linear-gradient(#008ef1,#0069b3);text-decoration:none;color:#fff;}

.topkj{padding:2px 4px;background:#ff9900;border:1px solid #00ffff;border-radius:3px;height:18px;color:#00ffff;font-size:13px;}

.topkl{padding:2px 4px;background:#FFCC66;border:1px solid #FF9933;border-radius:3px;height:18px;color:#CC0000;font-size:13px;}

.topfd{padding:1px 3px;margin-left:0px;background:#CC3300;border-radius:3px;height:18px;line-height:18px;width:auto;color:#fff;font-size:1rem;}
/* 基础样式 - 所有设备都使用 */
.wind-info{
    padding:3px 0px 3px 0px;
    border-bottom:1px dashed #ccc;
    margin:0 5px 0 5px;
}
/* 旧的wind-info样式保留兼容性，但新设计使用topic-author-card */
.wind-info.width-max{
    display:none; /* 隐藏旧样式，使用新的topic-author-card */
}
.midy{
	display:none;
    width: 100%;
    height: 43px;
    color: #fff;
    position: fixed;
    top: 0px;
    float:left;
    //background-image: linear-gradient(to bottom, #96201d,#d62e29,#de5854);
    box-shadow: 0 2px 5px rgb(125, 125, 125);
}
.top88{padding:1px 10px;background:#ffff00;border:1px solid #ff0000;border-radius:50px;color:#ff0000;font-weight: bold;}

@media (max-width:795px) {
#main {min-width:320px;}
/* 手机端样式 - 这些样式已经在基础样式中定义了，这里可以覆盖或补充 */
.no6{ float:left;width: calc(100% - 53px);height:50px;}
.no3{ width:100%;padding-left:0px;height:27px;line-height:28px;overflow: hidden;}
.f36{ font-size:27px;}
.forumimg img{
    height: 50px;
	width: 50px;
	float: left;
    border-radius:10px;
	margin:1px auto 1px;
	border: 1px solid #c5dbec;
}
.fb_sj{ font-size:14px; margin-left:5px; background-color:#00F; padding:1px 2px; color:#FFF; border-radius:8px;}
.midy{
    width: 100%;
    height: 43px;
    color: #fff;
    position: fixed;
	display:block;
    top: 0px;
    float:left;
    //background-image: linear-gradient(to bottom, #96201d,#d62e29,#de5854);
    box-shadow: 0 2px 5px rgb(125, 125, 125);
}
.icon-back{float:left;width:25px;height:40px;display:inline-block;position:relative}
.icon-back:after{content:"";display:inline-block;width:12px;height:12px;border-top:2px solid #fff;border-right:2px solid #fff;position:absolute;top:16px;left:10px}
.icon-bari{float:right;width:35px;height:40px;background-position: 5px 10px;background-repeat: no-repeat;background-size: auto 25px;display:inline-block;position:relative}
.icon-back:after{-webkit-transform:rotate(225deg);-moz-transform:rotate(225deg);-o-transform:rotate(225deg);transform:rotate(225deg)}
.cgi-head-tit{line-height:46px;font-size: 15px;overflow: hidden;white-space: nowrap;}
.cgi-head-tit.center{width:calc(100% - 57px);float:left;display:inline-block;position:absolute;text-align: center;}
.responsive-img {
    height: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    display: block; 
}

.disp{display:none;}
.ss18{font-size:15px;}
.f15{font-size:15px}
.f20{font-size:14px;}
.f18{font-size:14px;}
.f22{font-size:15px;}
.f23{font-size:14px;}
.f24{font-size:14px;}
.f26{font-size:18px}
.f28{font-size:18px}
.f30{font-size:15px}
.fb_ztbz {
    padding: 1px 1px 1px 1px;
    font-size: 15px;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
    border-radius: 2px;
    vertical-align: top;
    line-height: 26px;
    background: #f5f5f5 !important;
    background-color: #f5f5f5 !important;
    border: 1px solid #999 !important;
}
/*.fb_ztzt { font-size:14px;vertical-align:top;display:inline-block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:calc(100% - 110px); }*/
.fb_ztzt { font-size:16px;margin-left:0px; line-height:26px;}

.fb_scyzt { font-size:16px;margin-left:0px; line-height:26px;}
.fb_ecysz { font-size:16px;margin-left:0px; line-height:26px;}
.fb_ccyst { font-size:16px;margin-left:0px; line-height:26px;}
.fb_ckt { font-size:16px;margin-left:0px; line-height:26px;}
.fb_ztmz { font-size:11px; }
.fb_ztsj { font-size:11px; }
.fb_ztfh { font-size:11px;
        /*display:none;*/}
.fb_zdsj { font-size:13px; }
.fb_zddjs { font-size:13px; }
.fb_zdlsjl { font-size:13px; }
.fb_zdhfts{ font-size:13px; }
.fb_hfzt{ font-size:12px; }
.fb_hffh{ font-size:12px; }
.fb_hfmz { font-size:12px; }
.fb_hfsj { font-size:12px; }
.fb_gsbzt { font-size:14px; }
.fb_gsbfh { font-size:14px; }
.fb_gsbmz{ font-size:14px; }
.fb_mgin1 {margin-top:0px;}
.fb_mgin2 {margin-top:1px;}
.fb_mgin3{margin-top:7px;margin-right:0px;}
.f35{ font-size:25px; }
.haoju{
    font-size:19px;
    text-align: center;
    font-weight: bold;
    //color: #595959;
    //text-shadow: -1px -3px 9px #333,1px 5px 12px #333;
    //text-shadow:0px 0px 1px #fff,0px 0px 2px #fff,0px 0px 3px #fff,0px 0px 4px #fff;
}
.wind-info{padding:3px 0px 3px 0px;overflow: hidden;border-bottom: 1px dashed #ccc;margin:0 3px;}
.wind-lou {font-size:13px;color:#ff0;background:linear-gradient(#3986f9,#0653c6);border-radius:4px;padding:1px 3px;margin-left:10px;box-shadow:inset 1px 1px 0px rgba(255, 255, 255, 0.6), 2px 2px 1px rgba(0, 0, 0, 0.15);border:1px solid #053e94;}
.wind-jin {font-size:13px;color:#ff0;background:linear-gradient(#ff0000,#d20047);border-radius:4px;padding:1px 3px;margin-left:10px;box-shadow:inset 1px 1px 0px rgba(255, 255, 255, 0.6), 2px 2px 1px rgba(0, 0, 0, 0.15);border:1px solid #cc0045;}
.wind-author,.wind-author a{margin-left:5px;font-size: 14px;}
.yo{float:right;padding-right:2px;}
.pc-re1{width: 125px}
.pc-re2{height: 28px; overflow: hidden;}
.reg-inp{-webkit-appearance:none;}
.layout-nav {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
}

/* 手机端确保底部菜单始终固定 */
@media (max-width: 795px) {
    .layout-nav {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100vw !important;
        max-width: 100% !important;
    }
}
.layout-nav .van-tabbar {
    max-width: 480Px;
    background: #f8f9fa !important;
    margin: 0 auto;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.08) !important;
    border-top: 1px solid #e0e0e0 !important;
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
}
.layout-nav .van-tabbar-item {
    color: #6c757d !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.layout-nav .van-tabbar-item:hover {
    background: rgba(0,0,0,0.03) !important;
}
.layout-nav .van-tabbar-item.active {
    color: #dc3545 !important;
}
.layout-nav .van-tabbar-item.active .van-tabbar-item__icon i {
    color: #dc3545 !important;
}
.layout-nav .van-tabbar-item.active .van-tabbar-item__icon img {
    filter: brightness(0) saturate(100%) invert(27%) sepia(95%) saturate(7471%) hue-rotate(346deg) brightness(89%) contrast(89%) !important;
}
.layout-nav .van-tabbar-item.active .van-tabbar-item__text span {
    color: #dc3545 !important;
    font-weight: 600 !important;
}
.layout-nav .van-tabbar-item__icon i {
    font-size: 22px !important;
    color: #6c757d !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    line-height: 1 !important;
}
.layout-nav .van-tabbar-item__icon img {
    filter: brightness(0) saturate(100%) invert(45%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(90%) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.layout-nav .van-tabbar-item__text span {
    color: #6c757d !important;
    font-weight: 500 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    line-height: 1 !important;
}

/* PC端保持相同大小 */
@media (min-width: 796px) {
    .layout-nav .van-tabbar-item__icon i {
        font-size: 22px !important;
    }
    .layout-nav .van-tabbar-item__icon img {
        width: 22px !important;
        height: 22px !important;
    }
}
.van-tabbar--unfit {
    padding-bottom: 0;
}
.van-tabbar {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    box-sizing: content-box;
    width: 100%;
    height: 50px;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    background-color: #f2f2f2;
    }
.van-hairline, .van-hairline--bottom, .van-hairline--left, .van-hairline--right, .van-hairline--surround, .van-hairline--top, .van-hairline--top-bottom {
    position: relative;
}
.van-tabbar-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #646566;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
}
a {
    text-decoration: none;
    background-color: transparent;
}
.layout-nav .nav-solt {
    max-width: 480Px;
    margin: 0 auto;
    position: relative;
}
.van-tabbar-item__icon {
    position: relative;
    margin-bottom: 1px;
    font-size: 22px;
}
.van-tabbar-item__icon img {
    display: block;
    height: 20px;
    width: 20px;
}
img {
    border-style: none;
}
.layout-nav .van-tabbar-item__text {
    position: relative;
}
.layout-nav .tabs-3 {
    position: absolute;
    left: -30Px;
    top: -38Px;
    border-radius: 100%;
    text-align: center;
    z-index: 1;
    width: 4.2rem;
    color: #646566;
}
.layout-nav .tabs-3 img {
    width: 40Px;
}
.layout-nav .tabs-3 div {
    padding-top: 2Px;
}

}
.n_button{
	cursor: pointer;
  outline: inherit;
  padding:;font: inherit;
  line-height:55px;
    margin-left: 0px;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    border: 1px solid #8e0001;
    background: linear-gradient(to bottom, #ff0000, #ffd700);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 8px;}
@media (min-width: 795px){
/* 移除头像区域的隐藏限制，让它在所有设备上都显示 */
/* .width-max{display:none;} - 注释掉，因为头像区域需要显示 */
.home-s-g{display:none;}
.diss{display:none;}
/* 头像区域样式已经在基础样式中定义，这里确保显示 */
.wind-info.width-max{
    display:block !important;
}
.ctrs{font-size:14px;margin-top:3px;padding:2px;}
.csrs{font-size:19px;padding:2px 0px;line-height:40px;}
.csrs .f26{font-size:23px;font-weight:bold;}
.layout-nav {display:block !important;}
.layout-nav .van-tabbar {display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;}
.layout-nav .van-tabbar-item {display:flex !important;flex-direction:column !important;flex:1 1 0% !important;}
}
@media (max-width: 795px){


.fb_cst { font-size:14px;margin-left:0px; line-height:26px;}
.n_button{cursor: pointer;
display:inline-block;
  outline: inherit;
  padding:;font: inherit;
  line-height:36px;
    margin-left: 0px;
    margin-top: 0;
    text-align: center;
    color: #fff;
    font-size:22px;
    font-weight: bold;
    border: 1px solid #8e0001;
    background: linear-gradient(to bottom, #ff0000, #ffd700);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 8px;}
}