@media screen and (min-width: 1400px) {
  .top__bar, .bottom__label, .home, .lawyer__area { max-width: 1400px; }
}
@media screen and (max-width: 1260px) {
  .top__bar, .bottom__label, .home, .lawyer__area { width: 96%; max-width: 1176px; }
  .bottom__label.clear { display: flex; justify-content: center; flex-wrap: wrap; }
  .recommend__contain { display: flex; flex-direction: column; align-items: center; }
  .recommend__enter { width: 100%; position: relative; }
  .recommend__enter ul { display: flex; justify-content: center; }
  .law__other { width: 100%; display: flex; justify-content: space-between; gap: 20px; margin: 48px 0; }
  .law__spread { width: calc(33.333% - 14px); margin: 0; float: none; }
  .law__hot { width: calc(33.333% - 14px); margin: 0; float: none; }
  .law__topic { width: calc(33.333% - 14px); margin: 0; float: none; }
  .first__li .law__spread-img { width: 100%; height: auto; aspect-ratio: 374 / 240; object-fit: cover; }
  .first__li .law__spread-bottom { width: 100%; left: 0; right: 0; }
  .first__li .law__spread-con { width: calc(100% - 64px); }
  .other__li .law__spread-img { width: 90px; height: 52px; }
  .other__li .law__spread-bottom { width: calc(100% - 106px); margin-left: 12px; }
  .law__hot-img { width: 90px; height: 52px; }
  .law__hot-con { width: calc(100% - 106px); margin-left: 12px; }
  .law__topic-enter { width: 100%; box-sizing: border-box; }
  .law__con { font-size: 14px; line-height: 1.4; }
  .law__hot-title { font-size: 14px; line-height: 1.4; }
  .law__topic-title { font-size: 15px; }
  .law__topic-tips { font-size: 11px; line-height: 1.3; }
}
@media screen and (max-width: 1024px) {
  .top__bar-left { width: 180px; }
  .left__bar-nav { width: 100%; }
  .top__bar-center { width: calc(100% - 380px); }
  .left__bar-content { width: 70%; left: -19px; }
  .bar__gif { width: 60%; }
  .recommend__li { margin-right: 24px; }
  .recommend__li:nth-child(6n) { margin-right: 24px; }
  .recommend__enter { width: 100%; position: relative; margin-top: 24px; display: flex; flex-direction: column; align-items: center; }
  .recommend__enter ul { display: flex; justify-content: center; }
  .bar__txt .txt__t { font-size: 25px; }
  .bar__txt { padding-top: 10%; padding-left: 10%; width: fit-content; }
  .other__enter { display: flex; margin-top: 0; }
  .other__enter-a { margin: 0; }
  .enter__links { margin-bottom: 0; }
  .recommend__contain { display: flex; flex-direction: column; align-items: center; }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .law__other { width: 100%; display: flex; flex-wrap: wrap; gap: 20px; margin: 40px 0; }
  .law__spread { width: 100%; margin: 0; float: none; }
  .law__hot { width: calc(50% - 10px); margin: 0; float: none; }
  .law__topic { width: calc(50% - 10px); margin: 0; float: none; }
  .first__li .law__spread-img { width: 100%; height: 250px; aspect-ratio: 374 / 240; object-fit: cover; margin: 0 auto; display: block; }
  .first__li .law__spread-bottom { width: 100%; max-width: 700px; margin: 0 auto; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }
  .first__li a { position: relative; display: block; max-width: 700px; margin: 0 auto; }
  .other__li .law__spread-img { width: 100px; height: 58px; }
  .other__li .law__spread-bottom { width: calc(100% - 116px); margin-left: 12px; }
  .law__hot-img { width: 100px; height: 58px; }
  .law__hot-con { width: calc(100% - 116px); margin-left: 12px; }
  .law__hot-title { font-size: 15px; line-height: 1.5; }
  .law__topic-enter { width: 100%; box-sizing: border-box; padding: 16px 20px; height: auto; min-height: 70px; }
  .law__topic-title { font-size: 16px; margin-bottom: 8px; }
  .law__topic-tips { font-size: 12px; line-height: 1.4; }
  .law__spread-list .first__li { margin-bottom: 20px; }
  .law__spread-list .other__li { margin-top: 16px; }
  .law__hot-list li { margin-bottom: 16px; }
  .law__topic ul li { margin-bottom: 12px; }
  .law__topic ul li:last-child { margin-bottom: 0; }
  .law__other .common__title h3 { font-size: 18px; font-weight: bold; }
}
@media screen and (max-width: 768px) {
  .top__area { height: auto; }
  .top__bar { width: 100%; margin: 0; padding: 0; display: flex; flex-direction: column; }
  .top__bar-left { display: block; width: 100%; height: auto; position: relative; order: 0; background: #fff; padding: 0; border-bottom: 1px solid #e8e8e8; margin: 0; z-index: 50; }
  .top__bar-left::before { display: none; }
  .top__bar-left::after { display: none; }
  .left__bar-nav { display: flex; width: 100%; height: auto; padding: 0; background: transparent; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; white-space: nowrap; box-sizing: border-box; padding: 14px 15px; gap: 10px; }
  .left__bar-nav li { flex-shrink: 0; margin: 0; padding: 10px 16px; border: 1px solid #d0d0d0; background: #fff; border-radius: 20px; line-height: 1.4; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; color: #333; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); cursor: pointer; position: relative; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); }
  .left__bar-nav li:hover { background: #f5f5f5; border-color: #1476F9; color: #1476F9; box-shadow: 0 2px 6px rgba(20, 118, 249, 0.15); }
  .left__bar-nav li.active { color: #fff; border: none; box-shadow: 0 4px 12px rgba(20, 118, 249, 0.3); }
  .left__bar-nav li i { margin: 0 6px 0 0; width: auto; height: auto; font-size: 14px; line-height: 1; display: inline-block; text-align: center; vertical-align: middle; }
  .left__bar-nav li span { display: inline-block; font-size: 13px; font-weight: 500; }
  .left__bar-content { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999; opacity: 0; transition: opacity 0.3s ease; animation: fadeIn 0.3s ease; }
  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  .left__bar-content.show { display: block; opacity: 1; }
  .left__bar-content .wrap { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 90%; max-width: 500px; max-height: 70vh; background: #fff; border-radius: 12px; overflow-y: auto; -webkit-overflow-scrolling: touch; z-index: 1000; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2); animation: slideUp 0.3s ease; }
  @keyframes slideUp {
    from { transform: translate(-50%, calc(-50% + 20px)); opacity: 0; }
    to { transform: translate(-50%, -50%); opacity: 1; }
  }
  .left__bar-content .wrap::before { content: ''; display: block; height: 4px; background: linear-gradient(90deg, #1476F9 0%, #0d5fd9 100%); border-radius: 12px 12px 0 0; }
  .left__bar-content .ul_1, .left__bar-content .ul_2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; padding: 20px 0; margin: 0; }
  .left__bar-content .ul_1 li, .left__bar-content .ul_2 li { padding: 18px 15px; border-bottom: 1px solid #f0f0f0; border-right: 1px solid #f0f0f0; text-align: center; transition: background 0.2s ease; }
  .left__bar-content .ul_1 li:hover, .left__bar-content .ul_2 li:hover { background: #f8f9fa; }
  .left__bar-content .ul_1 li:nth-child(2n), .left__bar-content .ul_2 li:nth-child(2n) { border-right: none; }
  .left__bar-content .ul_1 li:last-child, .left__bar-content .ul_2 li:last-child { border-bottom: none; }
  .left__bar-content a { display: block; color: #333; font-size: 14px; font-weight: 500; text-decoration: none; transition: color 0.3s; min-height: auto; }
  .left__bar-content a:hover { color: #1476F9; }
  .mobile-nav-close { position: absolute; top: 12px; right: 15px; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 20px; color: #999; z-index: 1001; transition: color 0.3s; }
  .mobile-nav-close:hover { color: #1476F9; }
  .left__bar-content::after { display: none; }
  .top__bar-center { width: 100%; float: none; margin: 0; height: auto; min-height: auto; order: 2; background-color: #0D1944; position: relative; overflow: hidden; padding: 24px 20px 32px; z-index: 1; }
  .top__bar-center .bar__gif { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../../image/3d330c1c_bar_gif.gif) no-repeat center/cover; z-index: 1; border-radius: 0; opacity: 0.6; }
  .top__bar-center::before { content: ''; position: absolute; top: -50%; right: -10%; width: 400px; height: 400px; background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%); border-radius: 50%; z-index: 2; }
  .top__bar-center::after { content: ''; position: absolute; bottom: -30%; left: -5%; width: 300px; height: 300px; background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%); border-radius: 50%; z-index: 2; }
  .left__bar-nav-icon { margin-left: 0; }
  .bar__circle, .bar__circle-c { display: none; }
  .bar__txt { width: 100%; padding: 28px 20px; position: relative; z-index: 3; box-sizing: border-box; }
  .bar__txt .txt__t { font-size: 26px; letter-spacing: 0.5px; color: #fff; font-weight: bold; margin-bottom: 8px; line-height: 1.3; }
  .bar__txt .txt__other { font-size: 15px; margin-top: 4px; color: rgba(255, 255, 255, 0.95); font-weight: 500; }
  .bar__txt .txt__subt { font-size: 12px; margin-top: 12px; color: rgba(255,255,255,0.85); line-height: 1.5; }
  .top__bar-list { margin: 30px 0; overflow: hidden; background: rgba(255, 255, 255, 0.08); border-radius: 8px; backdrop-filter: blur(10px); }
  .top__bar-list ul { position: relative; }
  .top__bar-list ul li { width: fit-content; font-size: 12px; padding: 8px 16px; color: rgba(255,255,255,0.85); line-height: 1.4; transition: background 0.2s ease; }
  .top__bar-list ul li:last-child { border-bottom: none; }
  .top__bar-list ul li:hover { background: rgba(255, 255, 255, 0.05); }
  .top__bar-list .icon { margin-right: 8px; font-size: 11px; display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; background: rgba(255, 255, 255, 0.2); border-radius: 3px; color: #fff; }
  .top__bar-list .li__txt { color: rgba(255, 255, 255, 0.8); }
  .top__bar-right { width: 100%; float: none; height: fit-content; margin: auto 0; background: #fff; order: 3; text-align: center; box-shadow: 0 -2px 10px rgba(0,0,0,0.05); padding: 28px 20px; position: relative; z-index: 10; }
  .top__bar-title { font-size: 15px; font-weight: bold; color: #333; margin-bottom: 14px; }
  .top__bar-num { font-size: 13px; color: #666; margin-bottom: 8px; }
  .top__bar-num span { font-size: 40px; font-weight: bold; color: #1476F9; margin: 0; display: block; line-height: 1; }
  .top__bar-tips { font-size: 12px; color: #999; margin-bottom: 18px; line-height: 1.4; }
  .top__bar-tips span { color: #1476F9; font-weight: bold; }
  .top__bar-btn { display: inline-block; padding: 12px 40px; background: linear-gradient(135deg, #1476F9 0%, #0d5fd9 100%); color: #fff; border-radius: 24px; font-size: 15px; font-weight: bold; text-decoration: none; box-shadow: 0 4px 12px rgba(20, 118, 249, 0.3); transition: all 0.3s ease; margin-bottom: 18px; }
  .top__bar-btn:active { transform: scale(0.96); box-shadow: 0 2px 8px rgba(20, 118, 249, 0.2); }
  .top__bar-t { font-size: 13px; color: #666; margin: 18px 0 10px; padding-top: 18px; border-top: 1px solid #eee; }
  .top__bar-t i { margin-right: 4px; color: #1476F9; font-size: 12px; }
  .top__bar-data { display: inline-block; font-size: 12px; color: #666; margin: 0 10px 6px 0; }
  .top__bar-data span { color: #1476F9; font-weight: bold; font-size: 16px; margin: 0 2px; }
  .bottom__label { width: 100%; padding: 20px 15px; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; background: #f8f9fa; }
  .bottom__label li { width: 100%; margin: 0; float: none; display: flex; align-items: center; background: #fff; padding: 15px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
  .bottom__label li:nth-child(odd), .bottom__label li:nth-child(even) { padding: 15px; }
  .bottom__label li img { width: 40px; height: 40px; margin-right: 12px; flex-shrink: 0; }
  .bottom__label-right { flex: 1; }
  .bottom__label-title { font-size: 14px; font-weight: bold; color: #333; margin-bottom: 4px; }
  .bottom__label-tips { font-size: 11px; color: #999; line-height: 1.4; }
  .home { width: 100%; padding: 0 15px; }
  .recommend__enter { grid-column: 1 / -1; width: 100%; height: auto; padding: 30px 20px; background-size: cover; }
  .recommend__enter ul { display: flex; justify-content: space-around; padding: 0; }
  .recommend__enter li { flex: 1; text-align: center; }
  .recommend__enter-icon { margin: 0 auto; }
  .new__answer, .mar__show, .evaluate__area { width: 100%; margin: 0 0 30px 0; float: none; }
  .answers__list, .new__consult { width: 100%; }
  .answers__con { width: 100%; }
  .evaluate__ul { width: 100%; }
  .evaluate__lawyer { width: 100%; }
  .lawyer__area { width: 100%; margin-top: 30px; padding: 0; box-sizing: border-box; }
  .common__tab { display: flex; overflow-x: auto; white-space: nowrap; -webkit-overflow-scrolling: touch; margin-bottom: 20px; }
  .common__tab a { flex-shrink: 0; margin-right: 20px; font-size: 14px; padding-bottom: 10px; border-bottom: 2px solid transparent; }
  .common__tab a.active { border-bottom-color: #1476F9; color: #1476F9; }
  .lawyer__list { display: flex; flex-direction: column; gap: 15px; padding: 10px; }
  .lawyer__list li { width: 100%; height: auto; float: none; margin: 0; padding: 15px; display: flex; flex-direction: row; align-items: flex-start; text-align: left; border: 1px solid #e4e4e4; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
  .lawyer__avatar { width: 80px; height: 80px; margin: 0 15px 0 0; flex-shrink: 0; }
  .lawyer__info { flex: 1; display: flex; flex-direction: column; }
  .lawyer__name, .lawyer__firm, .lawyer__label { text-align: left; margin-top: 5px; }
  .lawyer__avatar img { width: 100%; height: 100%; object-fit: cover; }
  .lawyer__name { font-size: 15px; font-weight: bold; color: #333; margin-bottom: 6px; line-height: 1.3; }
  .lawyer__name a { color: #333; text-decoration: none; min-height: auto; display: inline; }
  .lawyer__firm { font-size: 11px; color: #999; margin-bottom: 6px; line-height: 1.3; }
  .lawyer__label { font-size: 11px; color: #666; margin-bottom: 8px; line-height: 1.3; }
  .lawyer__label span { display: inline-block; padding: 3px 6px; border-radius: 3px; margin: 0 3px; font-size: 10px; }
  .lawyer__good { margin: 8px 0; font-size: 13px; line-height: 1.4; -webkit-line-clamp: 2; }
  .lawyer__btn { position: static; width: fit-content; padding: 0 20px; margin-top: 10px; line-height: 34px; border-radius: 4px; left: auto; }
  .lawyer__btn:active { background: #0d5fd9; }
  .law__other { width: 100%; display: flex; flex-direction: column; gap: 20px; }
  .law__spread, .law__hot, .law__topic { width: 100%; margin: 0; float: none; background: #fff; border-radius: 8px; padding: 15px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
  .law__spread .common__title { margin-bottom: 15px; }
  .law__spread-list { display: flex; flex-direction: column; gap: 12px; }
  .first__li, .other__li { width: 100%; margin: 0; float: none; }
  .first__li a { display: flex; flex-direction: column; gap: 0; padding: 0; background: transparent; border-radius: 0; transition: none; text-decoration: none; }
  .first__li a:hover { background: transparent; }
  .first__li .law__spread-img { width: 100%; height: 180px; object-fit: cover; border-radius: 8px; flex-shrink: 0; float: none; box-shadow: 0 4px 12px rgba(0,0,0,0.15); transition: transform 0.3s, box-shadow 0.3s; }
  .first__li a:active .law__spread-img { transform: scale(0.98); box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
  .first__li .law__spread-bottom { width: 100%; flex: none; float: none; padding: 12px 0; background: transparent; }
  .other__li a { display: flex; align-items: flex-start; gap: 12px; padding: 12px; background: #f8f9fa; border-radius: 6px; transition: background 0.3s; text-decoration: none; }
  .other__li a:hover { background: #e9ecef; }
  .other__li .law__spread-img { width: 80px; height: 50px; object-fit: cover; border-radius: 4px; flex-shrink: 0; float: none; }
  .other__li .law__spread-bottom { width: auto; flex: 1; float: none; }
  .law__spread-bottom { display: flex; flex-direction: column; gap: 8px; justify-content: center; }
  .law__con { font-size: 14px; line-height: 1.5; color: #333; font-weight: 500; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin: 0; }
  .law__spread-con { display: flex; align-items: center; gap: 8px; margin: 0; }
  .law__spread-avatar { width: 24px; height: 24px; border-radius: 50%; object-fit: cover; float: none; }
  .law__name { font-size: 12px; color: #666; float: none; margin: 0; }
  .law__hot .common__title { margin-bottom: 15px; }
  .law__hot-list { display: flex; flex-direction: column; gap: 12px; }
  .law__hot-list li { width: 100%; margin: 0; }
  .law__hot-list li a { display: flex; align-items: flex-start; gap: 12px; padding: 12px; background: #f8f9fa; border-radius: 6px; transition: background 0.3s; text-decoration: none; }
  .law__hot-list li a:hover { background: #e9ecef; }
  .law__hot-img { width: 80px; height: 50px; object-fit: cover; border-radius: 4px; flex-shrink: 0; float: none; }
  .law__hot-con { width: auto; flex: 1; float: none; }
  .law__hot-title { font-size: 14px; line-height: 1.5; color: #333; font-weight: 500; margin-bottom: 6px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .law__hot-date { font-size: 12px; color: #999; }
  .law__topic .common__title { margin-bottom: 15px; }
  .law__topic ul { display: flex; flex-direction: column; gap: 12px; }
  .law__topic-enter { width: 100%; margin: 0; height: auto; padding: 20px; border-radius: 6px; transition: transform 0.3s; }
  .law__topic-enter:active { transform: scale(0.98); }
  .law__topic-title { font-size: 16px; font-weight: bold; color: #333; margin-bottom: 8px; }
  .law__topic-tips { font-size: 13px; color: #333; line-height: 1.5; }
  .swiper-container { width: 100%; }
  .law__knowledge, .download__box { width: 100%; margin: 0 0 30px 0; float: none; }
  .download__box ul { display: grid; grid-template-columns: 1fr; gap: 0; }
  .download__box li { width: 100%; }
  .ask_rm_zx { width: 100%; }
  .consults_rm_li ul { display: flex; overflow-x: auto; white-space: nowrap; -webkit-overflow-scrolling: touch; }
  .consults_rm_li ul li { flex-shrink: 0; }
  .consults_rm_li_bou { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
  input, textarea, select { width: 100%; font-size: 16px; padding: 12px; box-sizing: border-box; }
  .clear::after { content: ""; display: table; clear: both; }
  .fixed__footer, .fiexd__left { display: none; }
  .ellipsis2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  a { min-height: 44px; display: inline-flex; align-items: center; }
  .top__bar-btn, .answers__btn, .lawyer__btn, .recommend__btn a { min-height: auto; display: block; }
  .clear:after, .clear:before { content: none; display: none; }
  .ask_rm_zx.clear::before, .ask_rm_zx.clear::after, .common__title.clear::before, .common__title.clear::after { content: none; display: none; }
  .ask_rm_zx { width: 100%; padding: 15px; box-sizing: border-box; display: block; }
  .common__title { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; margin-top: 20px; }
  .common__title h3.float_l, .common__title p.float_l { float: none; margin: 0; }
  .common__title h3 { font-size: 18px; font-weight: bold; color: #333; }
  .common__tips { font-size: 12px; color: #999; margin-top: 5px; }
  .consults_rm_li { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }
  .consults_rm_li ul { display: flex; white-space: nowrap; border-bottom: 1px solid #eee; }
  .consults_rm_li li { padding: 10px 15px; font-size: 14px; flex-shrink: 0; }
  .consults_rm_li_bou { display: grid; grid-template-columns: 1fr; gap: 15px; padding: 0; }
  .consults_item_wrapper { width: 100%; margin: 0; }
  .consults_rm_li_bou_divs { width: 100%; background: #f4f4f4; border-radius: 8px; padding: 15px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
  .consults_rm_li_bou_divs_spans { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
  .consults_rm_li_bou_divs_spans p { margin: 0; }
  .consults_rm_li_bou_divs_spans a { display: inline-block; padding: 4px 12px; border-radius: 4px; font-size: 13px; color: #666; }
  .top__bar-right.float_l { float: none; width: 100%; padding: 8px 10px; margin: 0 0 10px 0; }
  .top__bar-right .online__count-wrap { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 12px; }
  .top__bar-title { font-size: 14px; margin-bottom: 3px; }
  .top__bar-title i { font-size: 18px; color: #1476F9; margin-right: 6px; }
  .top__bar-num { font-size: 12px; margin-bottom: 3px; }
  .top__bar-num span { font-size: 32px; font-weight: 800; color: #1476F9; margin: 0; display: inline-block; line-height: 1; text-shadow: 0 1px 3px rgba(20, 118, 249, 0.2); }
  .top__bar-tips { font-size: 11px; margin-bottom: 6px; }
  .top__bar-tips span { color: #1476F9; font-weight: 700; }
  .top__bar-btn { padding: 5px 10px; font-size: 12px; margin-bottom: 6px; display: block; text-align: center; }
  .top__bar-btn:active { transform: scale(0.96); box-shadow: 0 2px 8px rgba(20, 118, 249, 0.2); }
  .top__bar-right .service__data-wrap { display: flex; flex-direction: column; align-items: center; border-top: 1px solid #f0f0f0; padding-top: 16px; }
  .top__bar-t { font-size: 12px; margin-bottom: 3px; }
  .top__bar-t i { margin-right: 6px; color: #1476F9; font-size: 14px; }
  .top__bar-right .data__list { display: flex; justify-content: center; gap: 24px; }
  .top__bar-data { font-size: 11px; margin-bottom: 2px; }
  .top__bar-data span { color: #1476F9; font-weight: 700; font-size: 18px; margin: 0 2px; display: block; }
}
@media (max-width: 767px) {
  .top__bar-right.float_l { float: none; width: 100%; margin: 0 auto 15px; text-align: center; padding: 15px 10px; }
  .top__bar-title { font-size: 16px; font-weight: 600; color: #333; margin-bottom: 8px; }
  .top__bar-num { font-size: 28px; color: #1677ff; font-weight: 700; margin-bottom: 5px; }
  .top__bar-num span { color: #1677ff; }
  .top__bar-tips { font-size: 12px; color: #666; margin-bottom: 12px; }
  .top__bar-tips span { color: #1677ff; font-weight: 600; }
  .top__bar-btn { display: block; width: 80%; margin: 0 auto 15px; padding: 10px 0; font-size: 14px; background-color: #1677ff; color: #fff; border-radius: 20px; text-decoration: none; }
  .top__bar-btn:hover { background-color: #0958d9; }
  .top__bar-t { font-size: 14px; color: #333; margin-bottom: 8px; }
  .top__bar-t .iconfont { display: none; }
  .top__bar-data { display: inline-block; width: 48%; font-size: 13px; color: #666; margin: 10px 0; }
  .top__bar-data span { color: #1677ff; font-weight: 700; font-size: 14px; }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .top__bar-center { min-height: 200px; }
  .bar__txt .txt__t { font-size: 20px; }
  .recommend__list, .lawyer__list { grid-template-columns: repeat(3, 1fr); }
  .law__other { gap: 15px; }
  .first__li .law__spread-img { height: 150px; }
}
@media screen and (min-width: 540px) and (max-width: 640px) {
  .first__li .law__spread-img { height: 190px; }
  .other__li .law__spread-img { width: 85px; height: 53px; }
  .law__hot-img { width: 85px; height: 53px; }
  .law__con { font-size: 14px; line-height: 1.6; }
  .law__hot-title { font-size: 14px; line-height: 1.6; }
}
@media screen and (max-width: 640px) {
  .home { padding: 0 12px; }
  .law__spread, .law__hot, .law__topic { padding: 14px; }
  .first__li .law__spread-img { height: 170px; }
  .other__li .law__spread-img { width: 75px; height: 47px; }
  .law__hot-img { width: 75px; height: 47px; }
  .lawyer__list { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}
@media screen and (max-width: 480px) {
  .recommend__list, .lawyer__list, .consults_rm_li_bou { grid-template-columns: 1fr; }
  .bottom__label { grid-template-columns: 1fr; padding: 15px 10px; }
  .bottom__label li { padding: 12px; }
  body { font-size: 13px; }
  .bar__txt { padding: 25px 15px 15px; }
  .bar__txt .txt__t { font-size: 20px; }
  .bar__txt .txt__other { font-size: 16px; }
  .bar__txt .txt__subt { font-size: 12px; }
  .top__bar-btn { padding: 10px 40px; font-size: 15px; }
  .top__bar-num span { font-size: 28px; }
  .top__bar-data { display: inline-block; margin: 8px 0; }
  .common__title h3 { font-size: 16px; }
  .lawyer__btn { width: calc(100% - 40px); left: 20px; transform: none; }
  .lawyer__list li { padding: 20px 15px; height: auto; }
  .lawyer__avatar { width: 80px; height: 80px; }
  .recommend__avatar { width: 100%; height: auto; aspect-ratio: 1; }
  .law__spread, .law__hot, .law__topic { padding: 12px; }
  .first__li .law__spread-img { width: 100%; height: 160px; }
  .first__li .law__spread-bottom { width: 100%; flex: none; padding: 10px 0; }
  .other__li .law__spread-img { width: 70px; height: 44px; }
  .other__li .law__spread-bottom { width: auto; flex: 1; }
  .law__con { font-size: 13px; }
  .law__hot-img { width: 70px; height: 44px; }
  .law__hot-con { width: auto; flex: 1; }
  .law__hot-title { font-size: 13px; }
  .law__topic-enter { padding: 16px; }
  .law__topic-title { font-size: 15px; }
  .law__topic-tips { font-size: 12px; }
  .top__bar-right { padding: 16px 12px; margin: 0 12px 12px; }
  .top__bar-right .online__count-wrap { gap: 8px; }
  .top__bar-num span { font-size: 28px; }
  .top__bar-btn { padding: 12px 32px; min-width: 200px; font-size: 15px; }
  .top__bar-right .data__list { gap: 16px; }
  .top__bar-data span { font-size: 16px; }
}
@media screen and (max-width: 375px) {
  body { font-size: 12px; }
  .home { padding: 0 10px; }
  .bar__txt { padding: 20px 15px; }
  .bar__txt .txt__t { font-size: 18px; }
  .top__bar-btn { padding: 8px 15px; font-size: 13px; }
  .law__spread, .law__hot, .law__topic { padding: 10px; }
  .first__li .law__spread-img { height: 140px; border-radius: 6px; }
  .first__li .law__spread-bottom { padding: 8px 0; }
  .other__li a { padding: 10px; gap: 10px; }
  .other__li .law__spread-img { width: 65px; height: 40px; }
  .law__con { font-size: 12px; }
  .law__spread-avatar { width: 20px; height: 20px; }
  .law__name { font-size: 11px; }
  .law__hot-list li a { padding: 10px; gap: 10px; }
  .law__hot-img { width: 65px; height: 40px; }
  .law__hot-title { font-size: 12px; }
  .law__hot-date { font-size: 11px; }
  .law__topic-enter { padding: 14px; }
  .law__topic-title { font-size: 14px; }
  .law__topic-tips { font-size: 11px; }
  .top__bar-btn { padding: 10px 24px; min-width: 180px; }
  .top__bar-tips { padding: 4px 12px; font-size: 12px; }
}
@media print {
  .header, .top__bar-left, .bar__gif, .fixed__footer, .fiexd__left { display: none; }
  .home { width: 100%; }
}