/*通用样式*/
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
ul {
	list-style-type: none;
}
li {
	list-style-type: none;
	text-align: left;
	font: 14px/1.5em Arial;
	color: #333333;
}
div {
	font: 14px/1.5em Arial;
	text-align: left;
	color: #333333;
}
td {
	font: 14px/1.5em Arial;
	color: #333333;
}
body {
	padding: 0px;
	text-align: center;
	font: 14px/1.5em Arial;
	text-align: center;
	color: #333333;
	max-width: 500px;
	margin: 0px auto;
	background-color: #fff;
	padding-top: 50px;
}
a {
	color: #333;
	text-decoration: none;
	outline: none;
}
.clears {
	clear: both;
	font-size: 0px;
	height: 1px;
	overflow: hidden;
}
.prdbt {
	text-align: center;
	padding-bottom: 30px;
	font-size: 25px;
	font-weight: bold;
}
.prodsm {
	clear: both;
	padding: 10px 15px;
	line-height: 30px;
	font-size: 16px;
	word-wrap: break-word;
	word-break: break-all;
}
#prdlist {
	clear: both;
	padding: 0px 15px;
}
#prdlist ul li {
	clear: both;
	border-bottom: #ccc 1px dotted;
	cursor: pointer;
}
.plistname {
	float: left;
	font-size: 18px;
	line-height: 20px;
	padding:25px 0px 25px 5px;
	width: 85%;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
}
.plistlink {
	float: right;
	line-height: 20px;
	font-size: 18px;
	padding:25px 5px 25px 0px;
	color: #00a3db;
	width: 15%;
	text-align: right;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
}
.plistlink a {
	color: #00a3db;
}
#prdinfo {
	clear: both;
	text-align: center;
}
#prdinfo video, #prdinfo img {
	width: 95%;
}
.txt {
	line-height: 30px;
	height: 30px;
	border: 1px solid #908E87;
}
.word {
	color: #555555;
}
.txt::-webkit-input-placeholder {
color:#a7a7a7;
}
.txt::-moz-placeholder {   /* Mozilla Firefox 19+ */
color:#a7a7a7;
}
.txt:-moz-placeholder {    /* Mozilla Firefox 4 to 18 */
color:#a7a7a7;
}
.txt:-ms-input-placeholder {  /* Internet Explorer 10-11 */
color:#a7a7a7;
}
