body,html{
	margin: 0;padding: 0;
}
body{
	width: 98%;max-width: 950px;margin:auto;min-width: 540px;
}
input, button, textarea, select, div{
	font-size: 100%; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3","FontAwesome",sans-serif;
}
.title{
	margin-top: 20px;
	font-size: 24px;
    font-weight: normal;
    font-style: normal;
}
.form{
	overflow: hidden;margin: 20px 0;
}
.form input{
	border: 1px solid #CCC;
    border-radius: 3px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    max-width: 100%;
    min-width: 350px;
    height: 36px;
}
.btn_box{
	margin-bottom: 20px;
}
.btn_box .btn{
	border-radius: 3px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    height: 36px;
    line-height: 1;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.success{
	color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    margin-right: 10px;
}
.copy{
	color: #fff;
    background-color: #D58512;
    border-color: #CC8211;
}
.tool .error{
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
}
.tool .rel_input{
	background-color: #FFF;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    margin-bottom: 15px;
    min-width:450px;
}
table{
	border: 1px solid #ddd;
    border-collapse: separate;
    *border-collapse: collapsed;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
table th, table td {
    border-left: 1px solid #ddd;
}
table th {
    font-weight: bold;
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
}
table td {
    padding: 10px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
table tr:first-child td {
    border-top: 0;
}
.info h5{
	margin-bottom: 20px;
	font-size: 16px;
}
.info p{
	color:#666;
	line-height: 24px;
}
.info p strong{
	color:#333;
	margin-bottom: 5px;
}
