
.wrap{
  width: 100%;
}

.region-goods-details{
  background-color: #f8f8f8;
  margin-bottom: 10px;
  padding: 0 10px;
}

.region-goods-left{
  text-align: center;
  color: #333;
  font-size: 14px;
  padding: 20px 0;
}
.region-goods-right{
  border-left: 3px solid #fff;
  padding: 10px 10px;
}

.tip{
  line-height: 30px;
  margin-bottom: 10px;
}

.spec-item{
  border: 1px solid #e7eaec;
  padding: 10px;
  margin-bottom: 10px;
}

.form-group{
  overflow: hidden;
}

.format-item{
  float: left;
  width: 250px;
  margin: 5px;
  /* visibility: hidden; */
  /* display: none; */
  /* position: relative; */
}
.btn-bar{
  margin-bottom: 20px;
}
.tables{
  margin-top: 20px;
}
td{
  text-align:center;
  vertical-align:middle;
}
.s_result{
	height: auto;
	overflow: hidden;
	border:solid 1px #ddd;
	background-color: #eee;
	box-sizing: border-box;
	padding:10px;
	margin-bottom: 30px;
}
.s_result li{
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 30px;
	margin-bottom: 2px;
	background-color: #fff;
	padding-left: 5px;
}
.goodlist{
	box-sizing: border-box;
	margin-left: 110px;
	margin-top: 30px;
	border:solid 1px #ddd;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	height: auto;
	overflow: hidden;
}
.goodlist th{
	line-height: 30px;
	text-align: center;
}
.goodlist span{
	height: 28px!important;
}
.goodlist input{
	text-align: center;
}