/*===common css====================*/
/*公共样式*/

body {
	background: #666;
}

body,img{
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
	
}
a {
    color: #333;
}

a:active,
a:hover,
a:focus,
a:visited {
    color: #333;
    text-decoration: none;
}

ul ,p,li{
    list-style: none;
    border: none;
    margin: 0px;
}
i, b, tt ins {
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    font-weight: normal;
}

/*使用字体图标的步骤*/
/*定义字体*/


/*定义自己的图标*/

#license {
	background: #fff;
}


.sp {
	display: none !important;
}


@media only screen and (min-width: 320px) and (max-width: 768px) {
	
	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	#license h2 {
	text-align: center;
	font-size: 16px;
}

	#license .spTab {
		width: 100%;
	}
	
	#license .spTab table {
	 padding: 10px;
		box-sizing: border-box;
		width: 100%;
		border-collapse: collapse;
	}
	
	#license .spTab table th,
	#license .spTab table td {
		text-align: left;
		border: 1px solid #ccc;
		width: 30%;
		box-sizing: border-box;
		word-break: break-all;
		padding: 3px 5px;
	}
	
	#license .spTab table td {
		width: 70%;
	}
	
	#license .spTab p {
		margin: 0 10ppx;
	}
	
	

	
	
	
	
	
	
}