body{
	font-family:"微軟正黑體","Times","微軟正黑體","新細明體";
	text-align: center;
	margin: 0px;
	padding: 0px;
}
*{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body div{
	cursor:default;
}
#m1{
	position:absolute;
	color:white;
	font-weight: bold;
	width: 70%;
	height:30px;
	line-height: 20px;
	background: rgb(18, 193, 0);
	padding: 5px;
	text-align: center;
	border-radius:10px;
	border:1px solid black;
	left:15%;	
}
#login{
		position:absolute;
		width:70%;
		height: 180px;
		left:15%;
		top: calc(50% - 180px);
}
#login div{
		background: white;
		width:90%;
		height:45px;
		margin:auto;
		margin-top:5px ;
		border:1px solid gray;
		border-radius: 5px;
}
#login div input{
		width:100%;
		height:45px;
		margin:auto;
		line-height: 45px;
		border-radius: 5px;
}
.gs_but{
	background: white;
	margin-top: 2%;
	width:110px;
	height:40px;
	border:2px #9BCBF6 none;
	font-family:fantasy;
	border-radius: 5px;
}
#login_login,#login_sign{
	background: white;
	margin-top: 2%;
	width:110px;
	height:40px;
	border:2px #9BCBF6 none;
	font-family:fantasy;
	border-radius: 5px;
}
#sign{
		position:absolute;
		width:70%;
		height: 180px;
		left:15%;
		top: calc(50% - 210px);
}
#sign div{
		background: white;
		width:90%;
		height:45px;
		margin:auto;
		margin-top:5px ;
		border:1px solid gray;
		border-radius: 5px;
}
#sign div input{
		width:100%;
		height:45px;
		margin:auto;
		line-height: 45px;
		border-radius: 5px;
}
@-webkit-keyframes msgan {
    0%   {opacity: 0;}
    25%  {opacity: 1;}
    50%  {opacity: 1;}
    75%  {opacity: 1;}
    100% {opacity: 0;}
}
@keyframes msgan {
    0%   {-webkit-opacity: 0;}
    25%  {-webkit-opacity: 1;}
    50%  {-webkit-opacity: 1;}
    75%  {-webkit-opacity: 1;}
    100% {-webkit-opacity: 0;}
}
.msgan{
	position: absolute;
	width: 200px;
	height: 60px;
	line-height: 60px;
	top:calc(50% - 30px);
	left: calc(50% - 100px);
	background: white;
	border:1px solid #84C3FF;
	border-radius: 10px;
	opacity: 1;
	animation-name: msgan;
    animation-duration: 2.5s;
    -webkit-animation-name: msgan;
    -webkit-animation-duration: 2.5s;
    -moz-animation-name: msgan;
    -moz-animation-duration: 2.5s;
    -o-animation-name: msgan;
    -o-animation-duration: 2.5s;
}
.list_but{/*群組列表按鈕*/
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: 5px;
    margin-left: 3px;
    min-width: 60px;
	height:25px;
	background: white;
	border:1px solid #3db2e1;
	padding:5px 8px;
	border-radius: 10px;
}
.list_but:hover{
	background: rgba(40,148,255,0.7);
	border:1px solid white;
	color:white;
	font-weight: bold;
}
.list_msg{/*群組清單*/
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-top:20px;
	margin-left:0%;
	width:100%;
	height:75%;
	background:white;
	overflow-y:auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
}
.list_msg div{
	width:100%;
	min-height: 50px;
	background: rgba(126, 191, 254,0.5);
	color:rgb(50,50,50);
	font-weight: bold;
	border-bottom: white solid 1px;
	margin: 0px;
	margin-top: 10px;
	padding: 10px;
	border-radius: 10px;
}
#list_msgtit{
	margin-top: 5px;
	line-height: 50px;
	background: white;
	color:black;
	border-radius: 0px;
	font-size: 1.2em;
}
#locate_return{
	background: white;
	margin-top: 10px;
	width:120px;height:20px;border:2px #9BCBF6 solid;
}
.button1{
	width:100px;height:30px;
}
#talk{
	position:absolute;
	width:80%; left:10%; top:10%; height:80%;
	padding-bottom: 1%;
	background:rgba(240,240,240,0.9);
	overflow: auto;
	
}
#talkto{
	position:absolute;
	background: white;
	width:100%;	height: 9%;	left:0%; bottom:0%;
	border-top:1px solid gray;
}
#talkto_inp{
	width:80%; height:70%; font-size:15pt;margin-top:5px;}
#talkto_inping{
	width:10%; height:70%;margin: auto;
}
#talkto_se{
margin:15px;
min-height:25px;
}
#talkto_se div{
float:right;
margin-right: 10px;
padding:5px;
min-width: 0px;
border:1px black solid;
border-right: 0px ;
}
#talkto_oth{
margin:15px;
min-height:25px;
}
#talkto_oth div{
float:left;
margin-left: 10px;
padding:5px;
min-width: 0px;
border:1px black solid;
border-left: 0px ;
}
#map_canvas{
position:absolute;
width:70%;
height:60%;
top:25%;
left:15%;
background: white;
}
/*#img_top{
	width:calc(100% - 20px);
	height: 40%;
	top:0px;
	left:10px;
	position: absolute;
	background: rgb(255, 124, 61);
	/*background: white url("img/img_top.jpg") no-repeat fixed center;
	background-size: auto 100%;
}*/
#img_groups{
	width:calc(100% - 20px);
	/*height: calc(30% - 5px);
	top:calc(40% + 5px);*/
	height: calc(50% - 5px);
	top:5px;
	left:10px;
	padding: 10px;
	position: absolute;
	/*background:rgba(40,148,255,1);*/
	background: -webkit-linear-gradient(45deg, rgba(40,148,255,1) 20%,rgba(40,96,252,1) 100%);
	color:white;
	font-weight: bold;
	font-size: 1.5em;
	text-align: left;
}
#img_groups:hover{
	left:15px;
}
#img_groups:active{
	left:15px;
}
#img_locate{
	width:calc(100% - 20px);
	/*height: calc(30% - 10px);
	top:calc(70% + 5px);*/
	height: calc(50% - 5px);
	top:calc(50% + 5px);
	left:10px;
	padding: 10px;
	position: absolute;
	background: rgba(3,210,137,1);
	color:white;
	font-weight: bold;
	font-size: 1.5em;
	text-align: right;
}
#img_locate:hover{
	left:5px;
}
#img_locate:active{
	left:5px;
}
.store{
	width:95%;
	background: white;
	min-height:50px;
	line-height: 50px;
	margin:auto;
	border:0.5px solid rgb(200,200,200);
	color:black;
	text-align: left;
	padding:0 5px;
	margin-top: 5px;
}
.store button{
	width:60px;
	height: 30px;
	margin-top:10px;
	float: right;
	border-radius:8px;
	border:2px solid #32D29A;
	display:inline-block;
	cursor:pointer;
	background-color:#03D289;
	color:white;
	font-size:0.8em;
	font-weight: bold;
}
.store button:hover{
	color:#03D289;
	background: white;
}
.store_div{
	width:100%;
	min-height: 50px;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	background: white;
	/*border-radius: 5px;*/
}
.store_div span{
	width: 100%;
	line-height: 15px;
	height: 25px;
	padding: 5px;
	color:white;
	font-size: 1em;
	text-align:left;
	display: inline-block;
	margin: -5px;
	background: #03D289 ;
	font-weight: bold;
}
.store_div p{
	text-align: left;
	padding:0px 5px;
}
.store_but{
	border-radius:8px;
	border:2px solid #32D29A;
	display:inline-block;
	cursor:pointer;
	background-color:#03D289;
	color:white;
	font-size:0.8em;
	font-weight: bold;
	padding:7px 20px;
}
.store_but:hover{
	color:#03D289;
	background: white;
}
.store_but:active{
	position:relative;
	top:1px;
}
#locate_return{
	width:80px;
	height: 30px;
	line-height: 25px;
	border-radius:8px;
	border:2px solid #32D29A;
	display:inline-block;
	cursor:pointer;
	background-color:white;
	color:#03D289;
	font-size:0.8em;
	font-weight: bold;
}
#locate_return:hover{
	color:white;
	background:#03D289;
}
.store_table{
	width:100%;
	margin-top:20px;
	text-align: center;
}
.store_table table{
	border:1px solid black;
	background: white;
	margin:auto;
	text-align: left;
}
#store_map{
	margin-top: 5px;
	width:100%;
	min-height:300px;
	background: white;
}
.lockongps{
	background: white;
	margin: 2% auto;
	width:120px;height:40px;border:2px #9BCBF6 none;
}
.store_msg{
	background: white;
	border:1px solid rgba(210,210,210);
	border-radius: 10px;
	margin: 5px auto;
	width:90%;
	padding:5px;
}
.store_u{
	font-size:1.3em;color:rgb(255, 83, 0); text-align: left; line-height:3px; font-weight:bolder;margin-top:7px;
}
.store_con{
	width:80%;margin:0 auto;
	font-size:1em;	color:rgb(18, 114, 207);	text-align:left;line-height:5px;
}
.store_t{
	font-size:8pt; text-align: right;line-height:3px;margin-top:0px;
}
.store_button{
	margin-top: 5px;
	border-radius:8px;
	border:2px solid #32D29A;
	display:inline-block;
	cursor:pointer;
	background-color:#03D289;
	color:white;
	font-size:0.8em;
	font-weight: bold;
	width:70px;height:30px;
}
#store_l{
	background: white;
	width:80%;
	height:230px;
	border:1px black solid;
	border-radius: 10px;
	position:fixed;
	top:30%;
	left:10%;
	display:none;
}
#store_txt{
	margin:0 auto;
	margin-top:20px;
	width:80%;
	height:150px;
}
@media screen and (max-device-width: 480px) {
#login{
		position:absolute;
		width:80%;
		height: 200px;
		left:10%;
		top:calc(50% - 125px);
	}
#login div{
		background: white;
		width:90%;
		height:50px;
		margin:auto;
		margin-bottom: 10px;
		border:1px solid gray;
		border-radius: 5px;
	}
#login div input{
		width:100%;
		height:50px;
		border-radius: 5px;
	}
#login_login,#login_sign{
		background: white;
		margin-top: 2%;
		width:70px;height:35px;border:2px #9BCBF6 none;
		font-family:fantasy;
		border-radius: 5px;
	}
.gs_but{
		background: white;
		margin-top: 2%;
		width:70px;
		height:35px;
		border:2px #9BCBF6 none;
		font-family:fantasy;
		border-radius: 5px;
}
.button1{
	margin-top:2px;
	width:130px;height:30px;
}
#sign{
	position:absolute;
	width:80%;
	height: 200px;
	left:10%;
	top:calc(50% - 175px);
	}
#sign div{
		background: white;
		width:90%;
		height:50px;
		margin:auto;
		margin-bottom: 10px;
		border:1px solid gray;
		border-radius: 5px;
	}
#sign div input{
		width:100%;
		height:50px;
		border-radius: 5px;
	}
#talk{
	position:absolute;
	width:90%; left:5%;	top:15%; height:85%;
	background:rgba(240,240,240,0.9);
	}
#talkto_inp{
	width:70%; height:70%; font-size:15pt;}
#talkto_inping{
	width:15%; height:70%;}

}/*@media*/