@charset "utf-8"; .pcipo{ display: block; } .mipo{ display: none; } /*手机端样式*/ @media screen and (max-width: 768px) and (min-width: 320px) { .pcipo{ display: none; } .mipo{ display: block; } #msubmitbtn{ top: 7px; } /*上市导航*/ .iponav{ padding: 0 15px; } #navb{ width: 100%; } #navb li{ width: 25%; background-size: cover; font-size: 16px; font-weight: 600; } #navb.zcnav ul li.li1{ width: 25%; } #navb.zcnav ul li{ width: 25%; } #navb.zcnav ul li:last-child{ display: none; } /*上市公司*/ .sbox{ border: none; padding: 0 15px; } .sbox .titleclass{ height: 37px; } .sbox .titleclass h2{ display: none; } .sbox .titleclass .classify{ position: static; width: 100%; display: flex; justify-content: space-around; } .sbox .titleclass .classify a{ width: auto; height: 35px; line-height: 35px; margin: 0; font-weight: 600; } .sbox .titleclass .classify .a1{ color: #408cd6; background: none; border-radius: 0; border-bottom: 2px solid #408cd6; } .ssgsg li{ width: 33.3%; } .ssgsg li a{ width: 95%; margin: 8px 5px; } }