#PostList {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}

#PostList {
	font: 13px/1.5 "Microsoft YaHei", Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}

#PostList td {
	border: 1px solid #ccc;
}

#PostList tr td {
	text-align: center;
	color: #333;
	height: 30px;
	word-break: break-all;
	word-wrap: break-word;
}

#PostList tr:first-child td {
	color: #333;
	font-weight: bold;
	height: 30px;
}

#PostList tr td a {
	color: #FF6600;
}

#PostList tr td a:hover {
	text-decoration: underline;
	color: #F20C32;
}

.main-right form input[type='submit'],
.main-right form input[type='text'] {
	width: 120px;
	font-size: 13px;
	border: 1px solid #ccc;
	height: 24px;
}

.main-right form input {
	padding: 0 2px;
}

.main-right form {
	font-size: 13px;
	color: #333;
}

.main-right form input[type='submit'] {
	cursor: pointer;
	border: 0;
	background: #FE8A33;
	color: white;
	border-radius: 2px;
	height: 26px;
	margin-left: 10px;
}

.main-right form input[type='submit']:hover {
	background: #FF6F03;
}

.main-right form select {
	border: 1px solid #ccc;
	height: 26px;
	width: 120px;
}

.main-right form textarea {
	border: 1px solid #ccc;
	padding: 5px;
}

#PostList tr td img {
	width: 60px;
	height: 60px;
	object-fit: cover;
}

.buttoncolor {
	cursor: pointer;
	border: 0;
	background: #FE8A33;
	color: white;
	border-radius: 2px;
	height: 26px;
	width: 120px;
}

.buttoncolor:hover {
	background: #FF6F03;
}



.paytable td {
	height: 20px;
}

.paytable tr td:first-child {
	text-align: right;
}

.paytable tr td b {
	color: red;
}

.bred {
	color: red;
}

.bblue {
	color: blue;
}

.list_table * {
	font: 13px/1.5 "Microsoft YaHei", Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}

.list_table {
	width: 100%;
	border-collapse: collapse;
}

.list_table td {
	border: 1px solid #ccc;
}

.list_table td img {
	height: 60px;
	width: 60px;
}

.list_table tr td {
	text-align: center;
	height: 30px;
	word-break: break-all;
	word-wrap: break-word;
	padding: 1px;
}

.list_table tr td b.price {
	color: red;
	font-weight: bold;
}

.list_table tr:first-child td {
	height: 25px;
}

.list_table tr td a {
	color: #FF6600;
}

.list_table tr td a:hover {
	text-decoration: underline;
	color: #F20C32;
}

.selform {
	margin: 20px 0;
}

.selform select {
	border: 1px solid #ccc;
	height: 26px;
}

.selform input[type='text'] {
	border: 1px solid #ccc;
	width: 120px;
	padding: 1px 3px;
	height: 22px;
}

.selform input[type="submit"] {
	border: none;
	height: 26px;
	width: 100px;
	background: #FF8F3D;
	color: #fff;
	cursor: pointer;
	margin-left: 10px;
	border-radius: 2px;
}

.selform input[type="submit"]:hover {
	background: #FE9B51;
}

.center {
	text-align: center;
	margin: 20px;
}





/*other_table标单填写*/
.other_table {
	width: 100%;
	border-collapse: collapse;
}

.other_table tr td {
	padding: 5px;
}

.other_table .left {
	text-align: right;
	font-weight: bold;
	width: 40%;
}

.other_table .right {
	text-align: left;
}

.other_table input[type='text'],
.other_table input[type='password'],
.other_table select {
	border: 1px solid #ccc;
	padding: 5px;
}