﻿html,
body {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #646464;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}


.licensing {
	overflow: hidden;
}
.licensing form {
	box-sizing: border-box;
	border: 1px solid #cdcdcd;
	background: #f5f5f5;
	width: 100%;	
}

.licensing form ul {
	list-style: none;
	padding: 15px 0;
}

.licensing form  li {
	height: 30px;
	line-height: 30px;
}

.licensing form  label {
	width: 200px;
	text-align: right;
	margin-right: 10px;
	float: left;
}

.licensing form  input {
	width: 400px;
	border: 1px solid #cdcdcd;
	background: #fff;
	height: 30px;
	line-height: 30px;
	float: left;
	padding: 0 10px;
}

.licensing form button {
	border: none;
	background: #488fcf;
	width: 100px;
	height: 30px;
	color: #fff;
}

.licensing table {
	box-sizing: border-box;
	width: 100%;
	margin-top: 20px;
}

.licensing table th,
.licensing table td {
	border: 1px solid #cdcdcd;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding: 0 10px;
}

.licensing table .opreate {
	text-align: center;
}

.licensing table .opreate a:link {
	color: #488fcf;
}
.licensing table .opreate a:visited {
	color: #488fcf;
}
.licensing table .opreate a:hover {
	color: #488fcf;
}
.licensing table .opreate a:active {
	color: #488fcf;
}

.licensing .tips {
	width: 100%;
	line-height: 60px;
	padding: 0 20px;
	overflow: auto;
}
.licensing .tips span {
	color: #f30;
}
