@charset "utf-8";
/* CSS Document */

body{
	/*padding-top: 70px; 跟悬浮导航配合使用 单目前有个BUG，时不时的导航就会忘记70PX 导致面页错位 是浏览器的BUG*/
	font-family:"Microsoft YaHei";
}

#SaveImg{
	background: url("../img/tmbg.jpg");
}

#form #text{
	width:100%;
	height:128px;
	margin-bottom:10px;
}
#form .row .form-group{
	margin-bottom: 10px;
}

.demolist .thumbnail img{
	padding-top: 15px;
}

footer.text-center::before{
	content:'';
}


/* #dazi */
#dazi .form_box #text{
	width:auto;
	height:auto;
	margin-bottom:auto;
}

#dazi .demolist .thumbnail img{
	padding-top: auto;
}

/* single */
#single .singleShow img{
	background: url("../img/tmbg.jpg");
}
/* plugin */

ul.pickerTable{
	width:100%;
	padding:0;
}

ul.pickerTable li{
	display: inline-block;
	width:18px;
	height:18px;
	border:1px solid #000;
	cursor:pointer;
	margin:1px;
}

ul.pickerOther li{
	width:31px;
	height:31px;
}

/* other */
.pd{
	padding:5px 0 5px 0;
}
.pd hr{
	height:1px;
	padding:0;
	margin:0;
	border:none;
}
.pdmobile{
	margin:10px 0 30px -10px;
	padding:5px 0 0 0;
}
.container{padding:0;}