
	body {
		background-color:#000;
	}

	#choosebar {
	  position: fixed;
	  bottom: 30%;
	  right: 2%;
	  transition: all ease 400ms;
	  transform: translateY(0);
    z-index:9999;
    display:block;
	}

  #choosebar .liststyle{
    height:30px;
    cursor: pointer;
    
  }

  #choosebar .listtext{
    font-size:13px;    
    font-family: 'Roboto Condensed', sans-serif, '微軟正黑體', Microsoft JhengHei;
    font-family: 'Roboto Condensed', '微軟正黑體' !important;    
    float:left;
    display:none;
    /*margin-top:2%;*/

  }
  
  #choosebar .listicon{
      display: inline-block;
      width: 12px;
      height: 12px;      
      background: #fff;      
      margin:0px 0px 30px 10px;

      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -webkit-transition: all linear 0.2s;
      -moz-transition: all linear 0.2s;
      -o-transition: all linear 0.2s;
      -ms-transition: all linear 0.2s;
      transition: all linear 0.2s;
  }

  #choosebar .listicon:hover{
      background: #ff6400;
      height: 20px;
  }

@media screen and (max-width: 960px) {

  #choosebar{
    display:none;
  }
 

}  



/* bar test*/

#rgbappbar{
  cursor:pointer;
}

#rgbappdisbar{
  cursor:pointer;
  display: none;
}
/*
  #choosebar .listtext:hover{
      color:#ff6400;     
  }



nav-point*********************************

.list01{
  right:10px;
  position:fixed;
  list-style:none;
  padding:10px;
}
.list01 li{
    color:#FFFFFF;
    text-decoration:none;
    cursor:pointer;
    border-radius: 7px;
    margin: 20px 0;
}
.list01 ul li{
    display: block;
    width: 16px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    transition: all linear 0.2s;
    height: 16px;
    padding: 0;
    background: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


.list01 ul li:hover{
    background: #ff6400;
    height: 20px;
}

*/
