@media only screen and (min-width: 769px){ .nav_containe{ padding-right:40px; } li.dropdown{ width:auto; } .navNameLink1{ width:auto; padding:0 30px } .navNameLink1:before{ display:block; content:''; position:absolute; left:0; width:1px; height:10px; transform:translateY(-50%); top:50%; background:#fff; } .dropdown:first-child .navNameLink1:before{ display:none } .navbar_nav{ display:flex; justify-content:flex-end; } .mybtn { width: 86px; height: 50px; line-height: 50px; text-align: center; list-style: none; position: relative; cursor:pointer; } .mybtn:hover .btnc{ display:block; } .mybtn a{ text-decoration: none; color:#555; } .clk { position: absolute; width: 8px; height: 4px; top: 50%; right: 10px; background-image: url(/img/b.png); transform: translateY(-50%); } .btnc{ display: none; background: rgba(255,255,255,1); transition:all .5s; } .btnc a{ display: block; width: 100%; height: 30px; line-height: 30px; text-align: center; border-bottom: 1px solid #eee; } .btnc a:hover{ color: #fabf1b !important; } .dropdown:hover .navNameLink1 { color: #fabf1b !important; } .navNameLink:hover { color: #fabf1b !important; } }