.bishun-tool {
	background: #ffffff;
	margin: 0;
	padding: 40px 0 80px;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
}
.bishun-tool * {
	box-sizing: border-box;
}

.bishun-tool input,
.bishun-tool button {
	outline: none;
}
.bishun-tool button,
.bishun-tool #target,
.bishun-tool .title {
	box-shadow: 0 1px 5px rgba(0,0,0,0.15);
}

.bishun-tool button,
.bishun-tool #target {
	text-shadow: 0 1px 1px white;
}

.bishun-tool .title {
	color: white;
	background: linear-gradient(to bottom, #750000, #600);
	padding: 15px 0;
	margin: 0 0 30px;
	text-shadow: 0 0 15px #4B89DB;
}

.bishun-tool #target {
	background: white;
	clear: both;
	border: 1px solid black;
	width: 400px;
	height: 400px;
	margin: 0 auto;
}

.bishun-tool .char-form {
	margin: 0 auto 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 400px;
	gap: 8px;
}

.bishun-tool .bishun-input-wrap {
	margin-top: 24px;
}

.bishun-tool .bishun-label {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #333;
	background: #f0f0f0;
	border: 1px solid #999;
	padding: 6px 10px;
	width: 160px;
	height: 32px;
	line-height: 18px;
	box-sizing: border-box;
	white-space: nowrap;
}

.bishun-tool .char-form button {
	padding: 0;
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	width: 64px;
	height: 32px;
	box-sizing: border-box;
}

.bishun-tool .char-input {
	font-size: 16px;
	padding: 5px;
	width: 160px;
	height: 32px;
	line-height: 20px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #999;
}

.bishun-tool .actions {
	width: 400px;
	margin: 0 auto 10px;
	display: flex;
	gap: 4px;
}

.bishun-tool .actions button {
	padding: 4px 6px;
	margin: 0;
	white-space: nowrap;
	font-size: 13px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
}
.bishun-tool .actions button:nth-child(1) {
	width: 168px;
}
.bishun-tool .actions button:nth-child(2) {
	width: 126px;
}
.bishun-tool .actions button:nth-child(3) {
	width: 98px;
}
.bishun-tool .actions button:last-child {
	margin-right: 0;
}

.bishun-tool button {
	background: none;
	border: 1px solid #444;
	color: #444;
	cursor: pointer;
	transition: all 300ms;
}

.bishun-tool button:hover {
	color: #1e6cd2;
	border: 1px solid #1e6cd2;
	box-shadow: none;
}

.bishun-tool .bishun-help {
	text-align: left;
	display: inline-block;
	max-width: 400px;
	line-height: 1.8;
}