.jmailer { position: fixed; z-index: 1000000; right: 0; bottom: 0; font: 15px/1.3 Arial, "Microsoft Jhenghei"; color: #fff; } 
.jmailer a.icon { display: block; box-sizing: border-box; position: absolute; z-index: 1; right: 30px; bottom: -100px; width: 75px; height: 75px; border-radius: 50%; background-position: center center; background-color: rgba(255, 198, 41, 0.9); background-size: 125%; box-shadow: 0 0 10px 1px rgba(255, 241, 197, 0.1); padding: 0; opacity: 0; line-height: 0; text-decoration: none; text-indent: -2000em; text-align: center; color: #fff; overflow: hidden; cursor: pointer; transition: .4s; animation: jmailer-open-shown forwards .4s 1s; } 
.jmailer a.icon:hover { transform: scale(1.1); } @keyframes jmailer-open-shown { to { opacity: 1; bottom: 20px; } } 
.jmailer .icon { background-image: url("/Content/images/00-global/epaper.png"); 