.content{
	width:1080px;
	padding:0 10px;
	margin:auto;
}
#deBox{
	display:none;
}
.content .title{
	text-align: center;
}
.content .ts,.content .des{
	color: #666;
	font-size: 13px;
	margin: 10px 0;
}

.sel{
	margin:15px 0;
}
.sel span,.btnbox .btn{
	box-sizing: border-box;
	display: inline-block;
	min-width: 100px;
	padding: 0 10px;
	height: 34px;
	line-height: 34px;
	margin-right: 15px;
	position: relative;
	border: 1px solid #4395ff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #4395ff;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	cursor: pointer;
}
.sel .curr{
	background-color: #4395ff;
	color:#fff;
}
.btnbox .btn{
	background-color:#67C23A;
	border-color: #67C23A;
	color:#fff;
}
.btnbox .copy{/*复制按钮*/
	background-color:#909399;
	border-color: #909399;
}
input{
    outline-style: none;
    border: 1px solid #ccc; 
	-webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 13px;
	color: #666;
	outline: none;
}
.fli{
	margin-bottom:10px;
	background:#eee;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.fli span{
	display:inline-block;
	color:#666;
	width:10%;
	text-align:center;
	float: left;
	line-height: 35px;
}
.fli input{
	width:90%;
	box-sizing: border-box;
	border: 0;
}
.result{
	margin: 10px 0;
}
.result h3{
	color: #333;
	margin:6px 0;
}
#rel_str,#rel_code{
	box-sizing: border-box;
	width: 100%;
	min-height: 80px;
	padding: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #f1f2f3;
  	white-space: pre-wrap;
    word-break: break-all;
}