.title {
	font-weight: bold;
	text-shadow: 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff;
}

td,
select {
	border-width: 0;
	font-size: 16px;
}

table[id=tb_connectFail] {
	width: 400px;
	height: 300px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
	position: absolute;
	background-color: rgba(230, 230, 230, 0.95);
	border-radius: 2px;
	margin-left: -200px;
	margin-top: -150px;
	top: 50%;
	left: 50%;
}

table[id=tbTool] th {
	width: 50px;
	text-align: center;
}

table[id=tbTool] tr {
	height: 50px;
	box-shadow: 0 1px 0 #CCC;
}

.bt {
	font-weight: bold;
	border-radius: 2px;
	background-color: #FFF;
	color: #333;
	font-family: "微軟正黑體 Light";
	font-size: 18px;
	box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
	text-align: center;
	cursor: pointer;
}

.bt:hover {
	background-color: #EEE;
}

div[id^=divbt] {
	float: left;
	width: 129px;
	height: 50px;
	line-height: 50px;
	margin: 2px;
}

/*menu旋轉動畫*/
.menu_M {
	height: 4px;
	width: 35px;
	background-color: #369;
	margin: 17px 5px;
	display: block;
}

.menu_M::before {
	background-color: #369;
	top: 10px;
	display: block;
	content: '';
	height: 4px;
	width: 35px;
	position: relative;
	/* animation-name: menu_T; */
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}

.menu_M::after {
	background-color: #369;
	bottom: 14px;
	/*-2差距*/
	display: block;
	content: '';
	height: 4px;
	width: 35px;
	position: relative;
	/* animation-name: menu_D; */
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}

.menu_M2::before {
	background-color: #369;
	bottom: 10px;
	display: block;
	content: '';
	height: 4px;
	width: 35px;
	position: relative;
	animation-name: menu_T_GO;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}

.menu_M2::after {
	background-color: #369;
	top: 14px;
	display: block;
	content: '';
	height: 4px;
	width: 35px;
	position: relative;
	animation-name: menu_D;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}

@keyframes menu_T_GO {
	from {
		transform: translateY(0px) rotate(0deg);
	}

	to {
		transform: translateY(14px) rotate(45deg);
	}
}

@keyframes menu_D {
	from {
		transform: translateY(0px) rotate(0deg);
	}

	to {
		transform: translateY(-14px) rotate(-45deg);
	}
}

/*淡出*/
.menu_show {
	/* border-radius: 5px; */
	position: absolute;
	width: 250px;
	top: 75px;
	animation-name: menu_Show;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

@keyframes menu_Show {
	from {
		opacity: 0;
		left: -250px;
	}

	to {
		opacity: 1;
		left: 0px;
	}
}

.black50_show {
	animation-name: black50_Show;
	animation-duration: 1s;
}

@keyframes black50_Show {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

select[id=btLanguage] {
	border: 0px;
	color: #369;
	background-color: #FFF;
	text-align: center;
	width: 150px;
	height: 35px;
	box-shadow: 0px 0px 0 1px #369 inset;
	border-radius: 2px;
}

.switch {
	/*==設定開關鈕的長寬==*/
	position: relative;
	width: 60px;
	height: 25px;
	line-height: 25px;
	font-family: Arial;
}

.switch-checkbox {
	position: absolute;
	display: none;
}

.switch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border-radius: 20px;
}

.switch-txt {
	display: block;
	width: 200%;
	margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}

.switch-txt::before,
.switch-txt::after {
	display: block;
	float: right;
	width: 50%;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	box-sizing: border-box;
}

/*==開關鈕底色(開啟時)==*/
.switch-txt::after {
	content: attr(turnOn);
	padding-right: 10px;
	background: #695;
	color: #FFF;
}

/*開關鈕底色(關閉時)*/
.switch-txt::before {
	content: attr(turnOff);
	padding-right: 8px;
	background: #aaa;
	color: #FFF;
	text-align: right;
}

/*==開關鈕的顏色與大小==*/
.switch-Round-btn {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	margin: 2px;
	background: #FFF;
	top: 0;
	bottom: 0;
	right: 35px;
	border-radius: 13px;
	transition: all 0.3s ease-in 0s;
}

.switch-checkbox:checked+.switch-label .switch-txt {
	margin-left: 0;
}

.switch-checkbox:checked+.switch-label .switch-Round-btn {
	right: 0;
}

/*卷軸美化*/
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

::-webkit-scrollbar-track {
	background-color: #FFF;
	/*卷軸底色*/
	border-left: 1px solid #ccc;
}

::-webkit-scrollbar-thumb {
	background-color: #AAA;
	border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #aaa;
}

::-webkit-scrollbar-thumb:active {
	background-color: #333;
}

.bt {
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background-color: #EEE;
}

/* 儲存動畫 */
.dxd_beating>span:nth-of-type(1) {
	animation-delay: 0s;
}

.dxd_beating>span:nth-of-type(2) {
	animation-delay: 0.08333333s;
}

.dxd_beating>span:nth-of-type(3) {
	animation-delay: 0.16666667s;
}

.dxd_beating>span:nth-of-type(4) {
	animation-delay: 0.25s;
}

.dxd_beating>span:nth-of-type(5) {
	animation-delay: 0.33333333s;
}

.dxd_beating>span:nth-of-type(6) {
	animation-delay: 0.41666667s;
}

.dxd_beating>span {
	animation: bounce 0.75s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
	display: inline-block;
	font-size: 50px;
	font-family: Arial;
}

.dxd_beating {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	justify-content: center;
	align-items: center;
	display: flex;
}

@keyframes bounce {
	0% {
		transform: translateY(0);
		text-shadow: 0 0 0.05em rgba(0, 0, 0, 0.4);
	}

	100% {
		transform: translateY(-0.5em);
		text-shadow: 0 1em 0.35em rgba(0, 0, 0, 0.4);
	}
}