h4.openMenu {
	cursor: pointer;
	position: fixed;
	width: 40px;
	height: 40px;
	top: 30px;
	right: 40px;
	background-image: url("https://www.uuu.com.tw/Public/content/Edm/191018_Blockchain/images/bars.png");
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1000;
}
h4.changColor {	background-image: url("https://www.uuu.com.tw/Public/content/Edm/191018_Blockchain/images/close.png"); }
ul#menu {
	display: none;
	position: fixed;
	right: 30px;
	top: 85px;
	background: rgb(255, 255, 255);
	padding: 20px 40px 10px 25px;
	box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 5px;
    list-style-type: none;
    z-index: 1000;
}
ul#menu li a { color: rgb(80, 80, 80); display: block;	padding-bottom: 15px; font-size: 17px; }
ul#menu li a:hover{ color:#0d8db4; }