
html {
    width: 100%;
    height: 100%;
	background-color:#EC113B;
	color:#30161C;
}
#completed{
  position:fixed;
  background-color: #1677b3;
  height: 3px;
  top:0;
  left:0;
  z-index: 999;
}
#top{
    position: absolute;
	top:3%;
	left:3%;
	right:3%;
    height: 94%;
	margin:auto 0;
    width: 94%;
    z-index: 988;
}
#bottom{
    position: absolute;
	top:20%;
	left:20%;
    min-height: 45%;
    width: 60%;
    z-index: 987;
}
#book{
    position: absolute;
  top:10%;
	left:20%;
    min-height: 45%;
    width: 60%;
    z-index: 989;
	opacity:0.95;
	filter:Alpha(opacity=95);
}
#bbutton{
    position: fixed;
	bottom:3%;
	right:3%;
	width:10%;
	height:10%;
    background-color: #fff;
    box-shadow: 2px 2px 10px #46020b;
    border-radius: 25px;
	color:#EC113B;
    z-index: 989;
	opacity:0.95;
	filter:Alpha(opacity=95);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.chart {
    position: relative;
    width:98%;
    height:98%;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bchart{
    position: relative;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 2px 2px 10px #46020b;
    border-radius: 10px;
	margin:5% 0;
	padding:2% 0;
}
#myChart{
    box-shadow: 1px 1px 5px #46020b;
    border-radius: 10px;
}
.bcontent{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    padding:2%;
}
#list{
  position: absolute;
top:10%;
bottom:10%;
left:20%;
  min-height: 45%;
  width: 60%;
  z-index: 989;
opacity:0.95;
filter:Alpha(opacity=95);
}
.lchart{
  position: relative;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 2px 2px 10px #46020b;
  border-radius: 10px;
  padding:5% 0;
  margin:5% 0;
}
.lcontent{
	display: flex;
	margin:5% 0;
}
.tipcontent{
	width:30%; 
}
.movetcenter{
	position:absolute;
	left:15%;
}

#idxtip{
  position: absolute;
top:1%;
left:20%;
width:50%;
padding:1% 2%;
margin:1% 2%;
  background-color: #fff;
  box-shadow: 2px 2px 10px #46020b;
  border-radius: 25px;
color:gray;
  z-index: 999;
opacity:0.9;
filter:Alpha(opacity=90);
display: flex;
justify-content: center;
align-items: center;
text-align:center;

}
.together{
	display:flex;
}
.lefttg{
	margin:0 5%;
	width:50%;
}
.righttg{
	margin:0 5%;
	width:50%;
}

.marker {
	width: 100px;
	height: 100px;
	border: 1px solid #088; 
	border-radius: 100px;
	background-color: #0FF;  
	opacity: 0.8;
}    


#msettings{
  position: absolute;
top:20%;
left:20%;
  min-height: 45%;
  width: 60%;
  z-index: 987;
}

.radio-btn-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	justify-content:-webkit-center;
	justify-content:-ms-center;
	justify-content:-moz-center;
	justify-content:center;
}
.radio-btn-group .radio {
    margin: 0 10px;
}
.radio-btn-group .radio label {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    color: #444;
	padding:5px;
    -webkit-transition: box-shadow 400ms ease;
    transition: box-shadow 400ms ease;
}
.radio-btn-group .radio label:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.radio-btn-group .radio input[type="radio"] {
    display: none;
}
.radio-btn-group .radio input[type="radio"]:checked + label {
    background: #2196F3;
    color: #fff;
    border-color: #2196F3;
}
.radio label {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    color: #444;
	padding:5px;
    -webkit-transition: box-shadow 400ms ease;
    transition: box-shadow 400ms ease;
}
.radio label:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.radio input[type="checkbox"] {
    display: none;
}
.radio input[type="checkbox"]:checked + label {
    background: #2196F3;
    color: #fff;
    border-color: #2196F3;
}