.back-item {
	margin-top: -20px;
	height: 200px;
	background: #FAFAFA;
	border-bottom: 1px solid #ccc;
}
.translate {
	max-width: 1200px;
	margin: -170px auto 0;
}
.translate-features {
	padding: 20px 0;
}
.button-text {
	width: 100px;
	height: 34px;
	border: 1px solid #C7DAFD;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	color: #4186FF;
	background: #E1ECFE;
	cursor: pointer;
	user-select: none;
}
.button-text .i {
	margin-right: 10px;
	font-size: 16px;
	font-weight: bold;
}
.translate-box {
	background: #fff;
	border: 1px solid #ccc;
	margin-bottom: 100px;
}
.translate-title {
	display: flex;
	border-bottom: 1px solid #ccc;
}
.translate-item {
	flex: 1;
	display: flex;
	align-items: center;
	font-size: 16px;
	padding: 0 10px;
}
.translate-item div {
	padding: 0 20px;
	cursor: pointer;
	user-select: none;
	height: 47px;
	line-height: 50px;
	border-bottom: 3px solid #fff;
}
.translate-item .translate-but {
	line-height: 32px;
	height: 34px;
	border: 1px solid #C7DAFD;
	font-size: 14px;
	margin-left: auto;
	background: #E1ECFE;
	color: #4186FF;
}
.translate-item .translate-but:hover{
	border: 1px solid #1E78BE;
}
.translate-item .active {
	color: #1E78BE;
	border-bottom: 3px solid #1E78BE;
}
.translate-cont {
	display: flex;
}
.translate-cont textarea {
	flex: 1;
	border: none;
	padding: 5px 10px;
	line-height: 2;
	font-size: 16px;
	color: #000;
	height: 200px;
}
.textarea-info {
	flex: 1;
	display: flex;
	border-right: 1px solid #ccc;
}
.textarea-value {
	flex: 1;
	padding: 5px 10px;
	line-height: 2;
	font-size: 16px;
	color: #000;
	background: #F5F5F5;
	min-height: 200px;
	max-width: 580px;
}
.textarea-value p {
	min-height: 32px;
}
.textarea-value input[type=checkbox] {
	margin-right: 10px;
	display: none;
}
.textarea-monitor {
	width: 50px;
	position: relative;
}
.textarea-empty {
	height: 50px;
	font-size: 22px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	user-select: none;
}
.textarea-len {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: right;
	font-size: 12px;
	padding-right: 10px;
}
.translate-create-box {
	display: none;
	position: fixed;
	top: -10%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	box-shadow: 0 0 10px #f1f3f4;
	border: 1px solid #ddd;
	padding: 50px;
	background: #F5F5F5;
}
.translate-create-box .box .item {
	display: flex;
	padding: 10px 0;
	justify-content: center;
}
.translate-create-box .box .item input {
	box-sizing: border-box;
	width: 400px;
	height: 36px;
	border: 1px solid #ccc;
	text-indent: 0.5em;
	background: #F5F5F5;
}
.translate-create-box .box .item input:focus {
	background: #fff;
}
.translate-create-box .box .item span {
	width: 80px;
	line-height: 36px;
	font-size: 16px;
}
.translate-create-box .box .item .but {
	width: 180px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	margin-top: 20px;
	background-color: #418eff;
    background-image: -webkit-linear-gradient(left, #418eff, #4566ff);
    background-image: -o-linear-gradient(left, #418eff, #4566ff);
    background-image: linear-gradient(to right, #418eff, #4566ff);
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
}
.translate-create-box .box .item .but:hover{
	background-image: linear-gradient(to right, #4566ff, #418eff);
}
.translate-create-box .box .item .del {
	box-sizing: border-box;
	height: 34px;
	line-height: 32px;
	margin: 20px 20px 0 0;
	width: 90px;
	text-align: center;
	border: 1px solid #C7DAFD;
	font-size: 14px;
	cursor: pointer;
    user-select: none;
    background: #E1ECFE;
    color: #4186FF;
}
.translate-create-box .box .item .del:hover{
	border: 1px solid #1E78BE;
}