// 十强称号logo .topTenTitle { width: 1200px; height: 90px; margin: 0 auto; margin-top: 20px; margin-bottom: 20px; overflow: hidden; a { display: block; height: 90px; overflow: hidden; } img { width: 1200px; height: 90px; } } @media screen and (min-width:801px){/*pc*/ .pc_none{display:none;} } @media screen and (max-width:800px){/*ipad_phone*/ .topTenTitle {display:none;} .phone_none{display:none;} }