.my-order {
	width: 1000px;
	height: auto;
	position: relative;
	overflow: hidden;
	/* margin-left:11px; */
	/* padding-top:22px; */
	margin-bottom: 43px;
}

.product-search-box {
	width: 100%;
	height: 27px;
	position: relative;
	overflow: hidden;
	margin-bottom: 19px;
}

.product-search-box form {
	width: 397px;
	height: 25px;
	border: 1px solid #D7D7D7;
	position: relative;
	overflow: hidden;
}

.product-search-box form input[type="text"] {
	width: 322px;
	height: 25px;
	position: relative;
	display: inline-block;
	float: left;
	line-height: 25px;
	text-indent: 8px;
	color: #9d9d9d;
	font-size: 12px;
	font-family: 'microsoft yahei';
	border-right: 1px solid #BCBCBC;
}

.product-search-box form input[type="submit"] {
	width: 74px;
	height: 25px;
	display: inline-block;
	float: left;
	line-height: 25px;
	text-align: center;
	color: #3a3a3a;
	font-size: 12px;
	font-family: 'microsoft yahei';
	background: #E5E3E3;
	cursor: pointer;
}

.product-search-list {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.product-search-list .table-top {
	width: 1000px;
	height: 35px;
	position: relative;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	/* border-top:2px solid #999999; */
	background: #F7F7F7;
}

.product-search-list .table-top li {
	height: 100%;
	display: inline-block;
	line-height: 35px;
	text-align: center;
	font-size: 12px;
	color: #666666;
	font-family: 'microsoft yahei';
	float: left;
	position: relative;
	overflow: hidden;
}

.product-search-list .table-top li select {
	width: 103px;
	height: 20px;
	display: inline-block;
	margin-top: 7px;
}

.product-search-list .table-top li.list1 {
	width: 375px;
}

.product-search-list .table-top li.list2 {
	width: 132px;
}

.product-search-list .table-top li.list3 {
	width: 110px;
}

.product-search-list .table-top li.list4 {
	width: 118px;
}

.product-search-list .table-top li.list5 {
	width: 126px;
}

.product-search-list .table-top li.list6 {
	width: 102px;
}

.product-search-list .table-control {
	width: 100%;
	height: 31px;
	position: relative;
	overflow: hidden;
	background: #F7DDDD;
	color: #595959;
}

.product-search-list .table-control label {
	width: auto;
	height: 31px;
	line-height: 31px;
	display: inline-block;
	float: left;
}

.product-search-list .table-control label input {
	vertical-align: middle;
}

.product-search-list .table-control span {
	width: 67px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	float: left;
	margin-left: 17px;
	border: 1px solid #B9B9B9;
	vertical-align: middle;
	background: #fff;
	position: relative;
	text-align: center;
	margin-top: 4px;
	cursor: pointer;
}

.product-search-list .table-control p {
	width: auto;
	height: 31px;
	line-height: 31px;
	display: inline-block;
	float: right;
	margin-bottom: 1px;
}

.product-search-list .table-control p b {
	display: inline-block;
	float: left;
	height: 100%;
	font-weight: 400;
	color: #EE2301;
}

.product-search-list .table-control p i {
	display: inline-block;
	float: left;
	font-style: normal;
	margin-right: 14px;
}

.product-search-list .table-control p a {
	display: inline-block;
	float: left;
	border: 1px solid #B9B9B9;
	line-height: 20px;
	position: relative;
	overflow: hidden;
	margin-right: 7px;
	color: #595959;
	height: 20px;
	margin-top: 4px;
	background: #fff;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
}

.product-search-list .table-control p a del {
	width: 0px;
	height: 0px;
	border: 5px solid;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
}

.product-search-list .table-control p a.a1 {
	padding: 0px 5px 0px 14px;
}

.product-search-list .table-control p a.a1 del {
	border-color: transparent #595959 transparent transparent;
	left: 0px;
}

.product-search-list .table-control p a.a1:hover del {
	border-color: transparent #C3C3C3 transparent transparent;
}

.product-search-list .table-control p a.a2 {
	padding: 0px 14px 0px 5px;
}

.product-search-list .table-control p a.a2 del {
	border-color: transparent transparent transparent #595959;
	right: 0px;
}

.product-search-list .table-control p a.a2:hover del {
	border-color: transparent transparent transparent #C3C3C3;
}

.product-search-list .table-control p a:hover {
	color: #C3C3C3;
}

.table-item1 {
	width: 1000px;
	height: auto;
	position: relative;
	overflow: hidden;
	border: 1px solid #D7D7D7;
	margin-bottom: 5px;
	top: 4px;
}

.table-item1 .table-item1-p {
	width: 100%;
	height: 31px;
	position: relative;
	overflow: hidden;
	background: #DCEDFB;
	line-height: 31px;
}

.table-item1 .table-item1-p label {
	width: auto;
	height: 31px;
	display: inline-block;
	float: left;
	margin-left: 10px;
}

.table-item1 .table-item1-p label input {
	vertical-align: middle;
	margin: 0px 5px;
}

.table-item1 .table-item1-p span {
	width: auto;
	height: 31px;
	line-height: 31px;
	display: inline-block;
	float: left;
}

.table-item1 ul {
	padding: 12px 16px 10px;
	display: block;
	position: relative;
	overflow: hidden;
}

.table-item1 ul li {
	display: inline-block;
	position: relative;
	overflow: hidden;
	float: left;
}

.table-item1 ul .li1 {
	width: 359px;
	height: 88px;
	position: relative;
	overflow: hidden;
}

.table-item1 ul .li1 a {
	width: 76px;
	height: 86px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	/* border:1px solid #CECECE; */
	float: left;
	margin-right: 10px;
}

.table-item1 ul .li1 a img {
	width: 100%;
	height: 100%;
}

.table-item1 ul .li2 {
	width: 132px;
	height: 88px;
	text-align: center;
	line-height: 88px;
	font-weight: 600;
}

.table-item1 ul .li3 {
	width: 110px;
	color: #747474;
	text-align: center;
	padding-top: 30px;
	height: 61px;
}

.table-item1 ul .li3 .span1 {
	color: #b41120;
}

.table-item1 ul .li4 {
	width: 118px;
	color: #747474;
	text-align: center;
	padding-top: 30px;
	height: 60px;
}

.table-item1 ul .li5 {
	width: 125px;
	color: #000;
	text-align: center;
	line-height: 88px;
	height: 88px;
}

.table-item1 ul .li6 {
	width: 100px;
	color: #747474;
	text-align: center;
	padding-top: 30px;
	height: 61px;
}

.table-item1 ul .li6 a {
	color: #2776B4;
}

.table-item1 ul .li6 a:last-child {
	color: #009504;
	margin-top: 4px;
}

.product-search-page {
	width: 100%;
	height: 25px;
	position: relative;
	overflow: hidden;
	margin-top: 12px;
}

.product-search-page ul {
	width: auto;
	height: 100%;
	display: inline-block;
	float: right;
	position: relative;
	overflow: hidden;
}

.product-search-page ul li {
	width: auto;
	height: auto;
	border: 1px solid #C6C6C6;
	margin: 0px 1px;
	float: left;
}

.product-search-page ul li a {
	padding: 3px 7px 4px;
	display: inline-block;
	background: #FFF4E0;
	color: #808080;
}

.product-search-page ul li:hover {
	border: 1px solid #929292;
}

.product-search-page ul li:hover a {
	background: #929292;
	color: #fff;
}

.public-main .history-list {
	height: 364px;
}

.layui-form-select .layui-input {
	padding-right: 30px;
	cursor: pointer;
	height: 28px;
}

.layui-form-item {
	margin-top: 10px;
	margin-bottom: -24px;
	clear: both;
}

.layui-form {
	display: inline-block;
	height: 28px;
}

.layui-btn {
	margin-left: 20px;
	height: 28px;
	line-height: 22px;
	margin-top: -16px;
}

.layui-col-space15 {
	margin: -10.5px;
	width: 1000px;
	margin-left: 0px;
}

.styleA-right-qs-box {
	width: 100%;
	height: auto;
	min-height: 500px;
	position: relative;
	overflow: hidden;
}

.layui-form-selected dl {
	display: block;
	top: 8px;
	position: relative;
}

.layui-form-selected dl {
	display: block;
	top: 8px;
}

.layui-form-item .layui-inline {
	margin-bottom: 0px;
	margin-right: 10px;
}