/*超大屏幕*/ @media screen and (min-width: 1900px) { .page_bg { height: 600px; background-size: 100% 600px; } } /*大屏幕*/ @media screen and (min-width: 769px) { .page_bg { height: 450px; background-size: 100% 450px; } .content { width: 90%; margin: 0 auto; } .about_us_content { margin-top: 60px; } .detail_container { margin-top:60px; } .detail_container .content p { color: #717171; margin-bottom: 20px; line-height: 30px; } .about_us_prize_img img { width: 100%; border-top-left-radius: 12px; border-top-right-radius: 12px; } .about_us_prize_info { background-color: #00269a; border-radius: 20px; color: #fff; font-size: 14px; font-weight: bold; padding: 6px 10px; text-align: center; margin: 10px 0; } .about_cover img { width: 100%; } .about_us_photo_list_2 { margin-top: 80px; } }