@CHARSET "UTF-8";
/*浮动菜单css*/

/*extra menu*/
.custom-extra-menu {
	position: fixed;
	top: 150px;
	right: 0px;
    z-index: 999999;
}
.custom-extra-menu .custom-extra-list{
}
.custom-extra-menu .custom-extra-list .custom-extra-option {
	color: white;
	font-size: 10pt;
	line-height: 17px;
	
	background-color: rgba(66, 167, 60, 0.5);
    border-radius: 7px;
    height: 35px;
    width: 35px;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    vertical-align: middle;
    margin: 10px 0 0 0;
}