html, body, div, p, span, a, strong, form, table, th, td, ul, li, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6, fieldset, iframe, object, pre, img, b, i {
	border: 0 none;
	margin: 0;
	outline: 0 none;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font-family: 'PingFang SC ', Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", STHeiti, "华文细黑", sans-serif;
	height: auto !important;
	min-height: 100% !important;
}
a {
	color: black;
}
.help-padding {
	width: 200px;
	height: auto;
	padding-top: 70px;
	font-size: 16px;
}
.help-padding a {
	border-left: 4px solid transparent;
}
.help-padding a:hover {
	border-left: 4px solid #359AFF;
	color: #359AFF;
}
.help-padding .clicked {
	border-left: 4px solid #359AFF;
	color: #359AFF;
}

.content-padding {
	padding-top: 46px;
}

.content-padding p:first-of-type {
	font-size: 30px;
}

.content-padding p:nth-of-type(3), .content-padding p:nth-of-type(4){
	margin-top: 20px;
}

.sdk-linux-body1 {
	clear: both;
	width: 100%;
	height: 66px;
	background-image:linear-gradient(-90deg, #29323c 100%, #0e0c1e 100%);
	background-repeat: no-repeat;
	/*background-size: cover;*/
	padding-bottom: 50px;
	overflow: hidden;
	background:rgba(32, 33,36,1)
}

.p{
	font-size:18px;
	line-height:30px;
}

*{
	margin: 0;
	padding: 0;
}
.goodsShow ul{
	list-style: none;
	margin-top: 30px;
	height:185px
}
.goodsShow{
	/*width: 400px;*/
	height: 700px;/* 计算好的,大图是400px,小图是50px,大图和小图上下间隔30px; */
}
.goodsShow p{
	border: 1px solid #ccc;
}
.goodsShow ul li{
	float: left;
	margin-left: 13px;
}
.goodsShow ul li img{
	cursor: pointer;/* 鼠标放小图片上变成手的形状 */
}
