*
{
    margin: 0;
    padding: 0;
}

html,
body
{
    overflow: hidden;
}

.c
{
    position: fixed;
    top: 0;
    left: 0;
    outline: none;
}
.label {
    position: absolute;
    padding: 10px;
    background: rgba(255, 255, 255, 0.6);
    line-height: 1;
    border-radius: 5px;
  }

  #info {
	position: absolute;
	top: 0px;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	 /* z-index: 1;   TODO Solve this in HTML */
}

#button {
    position: fixed;
    bottom: 16px;
    right: 16px;
    padding: 12px;
    border-radius: 50%;
    margin-bottom: 0px;
    background-color: #FFF;
    opacity: .9;
    z-index: 999;
    box-shadow: 0 0 4px rgb(0 0 0 / 15%);
}

#button.text {
    border-radius: 25px;
    padding-right: 20px;
    padding-left: 20px;
    color: #049ef4;
    opacity: 1;
    font-weight: 500;
}

/* 去掉a标签下划线 */
a
{
    text-decoration: none;
}


/*# sourceMappingURL=main.css.map*/