.breadcrumb {
  margin: 12px 0 6px;
}
.back-to-list {
  display: flex;
  border-top: 1px solid #eee;
  padding: 20px 0 30px;
}
.back-to-list a {
  width: 180px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #00b4b4;
  border: 1px solid #00b4b4;
  border-radius: 6px;
}
.goods-info {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding-bottom: 50px;
  margin-bottom: 40px;
}
.goods-info .goods-pics {
  width: 650px;
}
.goods-info .goods-pics .pic {
  display: block;
  width: 650px;
  height: 650px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-bottom: 12px;
}
.goods-info .goods-pics ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.goods-info .goods-pics ul li {
  width: 122px;
  height: 122px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
}
.goods-info .goods-pics ul li.active {
  box-shadow: 0 0 0 2px #f5222d;
}
.goods-info .goods-brief {
  width: 694px;
}
.goods-info .goods-brief h1 {
  line-height: 64px;
  font-size: 46px;
}
.goods-info .goods-brief .details {
  padding: 45px 0 50px;
}
.goods-info .goods-brief .details li {
  display: flex;
  align-items: center;
  height: 105px;
  border-top: 1px solid #eee;
}
.goods-info .goods-brief .details li:first-child {
  border-top: none;
}
.goods-info .goods-brief .details li .item {
  display: flex;
  align-items: center;
  width: 50%;
  line-height: 1.5;
}
.goods-info .goods-brief .details li .item span {
  flex: none;
  color: #9e9e9e;
  padding-right: 35px;
}
.goods-info .goods-brief .btn-buy {
  display: block;
  height: 120px;
  line-height: 120px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background: #00b4b4;
}
.goods-details {
  margin-bottom: 50px;
}
/*.goods-details img {*/
/*  display: block;*/
/*}*/
