
html
{
    	-webkit-backface-visibility: hidden;
    	/* -webkit-transform: translate3d(0,0,0); */
}

body
{
    	-webkit-overflow-scrolling:touch;
	-ms-overflow-style: none;
}

a
{
    	text-decoration: none;
}

input[type="file"]
{
	font-size: 13px;
}

form
{
    	margin-block-end: 0; 
}

/*****     共同框架     *****/
.ContentContainer
{
	width: calc(100% - 20px);
	margin: 0;
	padding: 30px 10px 50px 10px;
}

/*     Input     */
.Ipt input[type="number"] ,
.Ipt input[type="text"] ,
.Ipt input[type="password"]
{
	font-size: 14px;
	width: 150px;
	min-width: unset;
	max-width: 100%;
}

/*     Select     */
.Sel select
{
	font-size: 14px;
}

/*     Textarea     */
.Textarea Textarea
{
	font-size: 14px;
}

/*     搜尋     */
.Search .Ipt , .Search .Sel
{
	margin-bottom: 5px;
}

/*     純顯示資訊表格     */
.Information
{
	font-size: 14px;
}

/*     區塊元素     */
.BlockLineTit , .BlockLineTxt
{
	font-size: 14px;
}

.Block .Textarea
{
	display: block;
}

.Block .Textarea textarea
{
	min-width: 100%;
}

/*     編輯頁面     */
.EditBtn
{
	font-size: 15px;
	padding: 3px 8px;
}

.EditBtn:not(:last-child)
{
	margin: 0 5px 0 0;
}

/*     分類按鈕     */
.BtnSort
{
	font-size: 14px;
}

/*****     登入頁     *****/
.loginBox
{
	width: 100%;
	height: 100vh;
}

.loginContainer
{
	min-height: 100vh;
	width: calc(100% - 30px);
	margin: 0 15px;
}

/*****     Header     *****/
header
{
	width: 100%;
	margin: 0;
}

.headerBtnNav
{
	left: 10px;
}

header.active .headerBtnNav
{
	position: fixed;
	left: 250px;
	top: 5px;
	transform: unset;
	z-index: 11;
	padding: 5px 10px;
	border-radius: 0 5px 5px 0;
	transition: all 0.3s ease-in-out;
}

.headerInf.active
{
	border-radius: 5px 5px 0 0;
}

.headerInfName
{
	border-radius: 0 5px 0 0;
}

.headerInfName i
{
	font-size: 14px;
	width: 15px;
}

.headerInfMenu
{
	border-radius: 0 0 5px 5px;
}

.headerPageTit
{
	width: calc(100% - 210px);
	left: 35px;
	font-size: 16px;
}

.headerBtnNav , .headerCtrlBtn
{
	font-size: 20px;
}

.headerCtrlBtn
{
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.headerCtrlBox
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: none;
	z-index: 20;
}

.headerCtrlBox.active
{
	display: block;
}

.headerCtrlContainer
{
	display: block;
	background: white;
	padding: 25px 20px;
	box-sizing: border-box;
	border-radius: 10px;
	position: absolute;
	width: calc(100% - 20px);
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	max-height: 400px;
}

.headerCtrlBtnClose
{
	color: #333333;
	display: block;
	width: 20px;
	position: absolute;
	top: 5px;
	right: 10px;
	text-align: right;
	font-size: 20px;
}

.headerCircle , .headerSwitch , .headerLangBox
{
	display: block;
}

.headerCircle
{
	margin: 0 0 15px 0;
}

.headerSwitch
{
	text-align: left;
	margin: 0 0 15px 0;
}

.headerLangBox 
{
	text-align: left;
}

.headerCtrlBg
{
	background: rgba(0,0,0,.8);
	display: block;
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 1;
}

.headerInf
{
	max-width: 130px;
	word-break: break-all;
	font-size: 14px;
	margin: 0 40px 0 0;
	border-radius: 5px;
}

/*****     Nav     *****/
nav
{
	background: rgba(0,0,0,0.8);
	width: 0;
	height: 100vh;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	left: -250px;
	transition: all 0.3s ease-in-out;
}

nav.active
{
	width: 100%;
	left: 0;
	z-index: 10;
}

.navContainer
{
	width: 250px;
	min-height: 100vh;
}

/*****     共同框架     *****/
/*     純顯示資訊表格     */
.InformationTableBox table
{
	table-layout: auto;
}

/*     display:grid 4格     */
.GridBlockBox
{
	grid-template-columns: 1fr 1fr;
}

.PopupCase{
	padding: 20px;
}