.stock-contain{
	position: fixed;
	z-index: 3;	
	background: #eff1f0;	
	height: 3.4rem;
	width: 100%;
}
.stock-header-contain {
  background: url("../images/buyer03.png") no-repeat center center;
  background-size: 100% 100%;
  position: fixed;
  width: 100%;
  z-index: 1;
}

.stock-contain .stock-header-infor {
  display: flex;
  align-items: center;
  background: #fff;
  height: 0.85rem;
  border: 1px solid #cac9c8;
  border-radius: 0.11rem;
  box-shadow: 1px 1px 1px 1.5px #dedfdf;
  position: absolute;
  bottom: -0.53rem;
  width: 100%;
}
.stock-contain .stock-header-infor li {
  width: 33.3%;
  height: 0.75rem;
  line-height: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0.05rem 0;
  border-right: 1px solid #645f5f;
}
.stock-contain .stock-header-infor li img{
  width: 0.24rem;
  height: 0.22rem;
  margin-left: 0.2rem;
}
.stock-contain .stock-header-infor li a {
  color: #000000;
  font-size: 0.24rem;
}
.stock-contain .stock-header-infor li:nth-child(2) {
  line-height: 0.32rem;
}
.stock-contain .stock-header-infor li:nth-child(3) {
  border-right: none;
}
.stock-contain .stock-header-infor-time {
  color: #822322;
}
.stock-content{
	margin-bottom: 1.1rem;
	padding-top: 3.4rem;
}
.stock-content-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.4rem;
  position: fixed;
  top: 2.6rem;
  left: 0;
  width: 100%;
  background: #eff1f0;
  z-index: 4;
}
.stock-content-title-section {
  display: flex;
  align-items: center;
}
.stock-content-title-section p {
  font-size: 0.17rem;
  color: #090909;
}
.stock-content-title-section input {
  width: 1.08rem;
  height: 0.31rem;
  border: 1px solid #767776;
  border-radius: 0.1rem;
  margin-left: 0.09rem;
  text-align: center;
  box-shadow: 2px 0 4px 2px #acacaa;
}
.stock-content-title-input .input-group {
  background: #fff;
  border: 1px solid #474646;
  overflow: hidden;
  border-radius: 0.08rem;
}
.stock-content-title-input .input-group .stock-search{
  border: none;
  height: 0.32rem;
  background: #fff;
}
.form-group{
	margin: auto;
}
.stock-content-title-input .input-group input {
  border: none;
  width: 1.52rem;
  height: 0.32rem;
  padding-left: 0;
}
.stock-content{
	overflow-y: auto;
}
.stock-content-goods-cover{
	border-top: 1px solid #4d4847;
	border-bottom: 1px solid #4d4847;
}
.stock-content-goods-cover .stock-cover {
	padding-bottom: 0.06rem!important;
	padding-top: 0.06rem!important;
	border-left: 1px solid #4d4847;
	border-right: 1px solid #4d4847;
	margin: 0 0.08rem;
	margin-bottom: 0!important;
}
.stock-common{
	margin-bottom: 0.12rem;
	border-top: 1px solid #4d4847;
}
.stock-common:last-child{
	margin-bottom: 0;
}
/* .stock-content-goods-cover ul li a {
  margin: 0 0.06rem;
  border-left: 2px solid #5f5b5a;
  display: flex;
}
.stock-content-goods-cover ul li a img {
  width: 0.68rem;
  height: 0.62rem;
} */
/* .stock-content-goods-cover ul li a .goods-name .goods-title {
  color: #000000;
  font-size: 0.22rem;
}
.stock-content-goods-cover ul li a .goods-name .goods-id {
  font-size: 0.14rem;
  color: #4c4646;
}
.stock-content-goods-cover ul li a .goods-price {
  font-size: 0.18rem;
  color: #000000;
}
.stock-content-goods-cover ul li a .glyphicon {
  font-size: 0.24rem;
  color: #a6a6a5;
}
.stock-content-goods-cover ul li .goods-storage {
  width: 0.8rem;
  height: 0.34rem;
  border: 1px solid #565050;
  border-right: 2px solid #5f5b5a;
  font-size: 0.17rem;
  color: #020202;
  padding: 0;
} */
