1px solid #eee; border-radius: 4px; font-size: 12px; align-items: center; justify-content: center; cursor: pointer; transition: all 0.3s; background: #fff; color: #ff8824; } .contact-ewm { display: none; position: absolute; right: 60px; top: 0; width: 136px; height: 140px; background-color: #fff; box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1); padding-top: 12px; text-align: center; font-size: 0; z-index: 998; } .contact-ewm p { font-size: 12px; line-height: 16px; color: #666; } .contact-ewm img { margin-top: 12px; width: 88px; height: 88px; } .right-fixed-btns .hover-show:hover .contact-ewm { display: block; }