@charset "utf-8";

#shGnb{padding:20px 5%}
#shGnb .top_logo{display:flex;justify-content:center;padding:10px 0;text-align:center}
#shGnb .top_logo img{width:200px}   

#shGnb .user_tip{display:flex;justify-content:flex-end; align-items:center;gap:10px}
#shGnb .user_tip a{font-size:14px;font-weight:500}
#shGnb .user_tip a.join{padding:8px 20px;border-radius:30px;color:#fff;background:#333}

#shGnb .sh_nav ul{display:flex;justify-content:center;gap:60px}
#shGnb .sh_nav ul > li > a{font-size:20px;font-weight:500;color:#222}

@media(max-width:480px){
#shGnb{padding:0}
#shGnb .user_tip{padding:8px 15px;background:#f5f5f5}
#shGnb .user_tip a{font-size:13px;color:#888}
#shGnb .user_tip a.join{padding:5px 12px}
#shGnb .top_logo{padding:15px}
#shGnb .top_logo img{width:180px}      
}
