﻿br {
 -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
								  supported by Chrome and Opera */
}
.loading{
	display: none;
	z-index: 99;
	position: relative;
	top: 10%;
	left: auto;
	right: auto;
	background-image: url("/imgs/loading.gif"); 
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}
.divBackground {
	position: fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom: 0px;
	z-index: -99;
	background-image: url("/imgs/back2.png"); 
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.divBackground2 {
	display: none;
	position: fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom: 0px;
	z-index: -100;
	background-image: url("/imgs/back3.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
.centerboxline{
  position: relative;
  top: 30%;
}

.centerbox{
  position: relative;
  top: 50%;
}
.title {
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  vertical-align:middle;
  text-align: center;
}
.title > div > span {
  position: relative;
  color: rgb(255,255,255);
  font-family: "微軟正黑體";
  font-size: 72px;
  font-weight: bold;
  text-shadow:  2px 2px 2px #000000;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
								  supported by Chrome and Opera */
}
.wrapper {
		display: grid;
		grid-gap: 5px;
		grid-template-columns: 24% 24% 24% 24%;
		width: 100%;
}

.box {
	background-color: #fff;
	color: #fff;
	border-radius: 5px;
	padding: 20px;
	font-size: 150%;
}

div[name="search"]{
  position: relative;
  top: 10px;
  /* left: 70px; */
  font-size: 70px;
  text-align: center;
  color: gray;
  border-radius:18px;
  height: 70px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
div[name="search"]:focus{
  box-shadow: 0 0 0 2px;
  outline: none;
  background-color: rgb(255,255,224);
}
div[name="search_hashtag"]{
  position: relative;
  top: 80px;
  /* left: 70px; */
  font-size: 50px;
  text-align: center;
  color: gray;
  border-radius:18px;
  height: 70px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
div#banner 
{
	position: absolute;
	display: none;
	top: 0px;
	left:0px;
	width: 100%;
	height: 15%;
	background-color: rgba(255,255,255,1);
	color: blue;
	font-family: "微軟正黑體";
	font-size: 36px;
	font-weight: bold;
	vertical-align:middle;
	text-align: center;
}
div#banner > span[name=bannerText]
{
	display: block;
    height: 100%;
    vertical-align: middle;
    margin-top: 2%;
}
div#goHome1
{
   z-index: 100;
   position: fixed;
   left:0px;
   bottom: 0%;
   height: 7%;
   background-color: rgba(255,255,255,.05);
   width: 20%;
}
div#goHome2
{
   z-index: 100;
   position: fixed;
   left:20%;
   bottom: 0%;
   height: 7%;
   background-color: rgba(255,255,255,.05);
   width: 20%;
}