/*二级框架*/ .frame{ margin-top: 0.4rem !important; margin-bottom: 0.6rem !important;} .dh{ background-color: #fff2f2;} .dh .current{ line-height: 1rem;} .current .cul{ color: #bd1313; font-size: 0.24rem; font-weight: bold;} .current .address{ font-size: 0.12rem;} .current .address span:last-child{ display: none;} /*三级导航*/ .s_nav{ justify-content: center; margin-bottom: 0.3rem;} .s_nav a{ display: inline-block; padding: 0 0.05rem; font-size: 0.22rem; font-weight: bold; padding-bottom: 0.14rem; margin: 0 0.3rem;} .s_nav a.avt{ color: #bd1313; border-bottom: 0.02rem solid #bd1313;} /*分页*/ .page{ margin-top: 0.4rem;} /*手机适配*/ @media screen and ( max-width: 1200px ) { /*二级框架*/ .frame{ margin-top: 0.2rem; margin-bottom: 0.6rem;} .dh{ background-color: #fff2f2;} .dh .header{ margin-top: 0;} .dh .current{ line-height: 1rem;} .current .cul{ color: #bd1313; font-size: 0.24rem; font-weight: bold;} .current .address{ font-size: 0.12rem;} .current .address span:last-child{ display: none;} /*三级导航*/ .s_nav{ justify-content: center; margin-bottom: 0.3rem;} .s_nav a{ display: inline-block; padding: 0 0.05rem; font-size: 0.22rem; font-weight: bold; padding-bottom: 0.14rem; margin: 0 0.3rem;} .s_nav a.avt{ color: #bd1313; border-bottom: 0.02rem solid #bd1313;} /*分页*/ .page{ margin-top: 0.4rem;} }