html,
body {
  margin: 0px;
  padding: 0px;
  background-color: #f4f4f4;
  font-size: 14px;
}
body{
  position: relative;
  padding-bottom: 50px;
  min-height: 100vh;
}
.text-green{
  color: #67c23a;
}
.text-red{
  color: #f56c6c;
}
.text-gray{
  color: #909399;
}
a{
  text-decoration: none;
}
a:hover{
  color: #f56c6c;
  text-decoration: none;
}
/*滚动条样式 */
.scrollbar::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
  .scrollbar::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.1);
  background   : #909399;
  }
  .scrollbar::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background   : #f0f0f0;
  }
/*滚动条样式 END*/
.container {
  width: 100%;
}
.btn-red{
  background: linear-gradient(90deg, rgb(255, 119, 0), rgb(255, 73, 0));
  border: none;
  color: #ffffff;
}
.layout-header {
  height: 5px;
  width: 100%;
  background-color: #666666;
}

.layout-footer {
  height: 50px;
  width: 400px;
  color: #666666;
  font-size: 12px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -200px;
}

.layout-footer p {
  margin: 0px;
}

.layout-footer a {
  color: #999999;
}

.layout-footer a:hover {
  color: red;
}
.flex-center {
  display: flex;
  align-items: center;
}
.index-box h1{
  margin-top: 90px;
  text-align: center;
  margin-bottom: 20px;
}
.search-form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.index-box .kw-list{
  width: 70%;
  margin: 10px auto;
}
.index-box .kw-list dl{
  display: flex;
}
.index-box .kw-list dd{
  margin: 0 5px;
}
.search-box{
  width: 100vw;
  background-color: #ffffff;
  margin: 0px auto;
  padding: 10px 0;
  border-bottom: 2px solie #e0e0e0;
}
.search-form{
  border: 2px solid #ff5000;
  border-radius: 50px;
  width: 50%;
  height: 42px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
.search-form .kw{
  background-color: #fff;
  border: 0;
  color: #000;
  font-size: 14px;
  height: 38px;
  line-height: 20px;
  outline: none;
  overflow-y: visible;
  padding: 9px 0;
  text-indent: 10px;
  vertical-align: middle;
  border-radius: 19px;
  width: 100%;
}
.search-form .btn{
  position: absolute;
  right: 4px;
  top: 4px;
  height: 30px;
  border-radius: 15px;
  font-size: 12px;
}
/*搜索结果 列表*/
.goods-list{
  background-color: #ffffff;
  margin-top: 20px;
  border-radius: 24px;
  padding: 12px;
}
.list-box{
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
}
.list-box .list-col{
  width: 300px;
  height: 430px;
  background-color: #ffffff;
  margin: 5px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.list-col .goods-img{
  width: 300px;
  height: 300px;
  background-color: #ccc;
}
.goods-img img{
  width: 100%;
  height: 100%;
}
.goods-info .goods-tit{
  height: 40px;
  overflow: hidden;
}
.list-col .goods-info{
  padding: 10px;
}
.list-col a{
  color: #333333;
}
.list-col a:hover{
  color: #333333;
}
.goods-info .goods-price{
  font-size: 20px;
  color: #ff0000;
  margin: 5px auto;
}
.goods-info .shop-name {
  display: flex;
  align-items: center;
}
.goods-info .shop-name strong{
  background-color: #ff0000;
  color: #ffffff;
  padding: 1px 5px;
  margin-right: 5px;
}
/*搜索参数*/
.search-param{
  margin-top: 20px;
  background-color: #ffffff;
  padding: 12px;
  border-radius: 24px;
}
.search-param .param-list{
  display: flex;
  flex-wrap: wrap;
  margin: 10px;
}
.search-param .param-list dd{
  margin: 0 5px;
}
.page-box{
  margin: 10px auto;
}
.page-box .pagination{
  justify-content: center;
}
.goods-list .nav-tabs{
  margin-bottom: 10px;
}
.nav-tabs a{
  color: #333333;
}
/*详情页*/
.shop-box {
  margin-top: 30px;
  height: 80px;
  border-radius: 40px;
  overflow: hidden;
  background-color: #ffffff;
  padding: 12px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shop-box .shop-info{
  display: flex;
  align-items: center;
}
.shop-info .shop-icon{
  width: 56px;
  height: 56px;
  border-radius: 28px;
  overflow: hidden;
}
.shop-info .shop-icon img{
  width: 100%;
  height: 100%;
}
.shop-info .shop-name{
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-left: 12px;
}
.shop-info .search-form .kw {
  width: 100%;
}
.shop-box .search-form{
  margin-right: 12px;
}
.shop-box .kw{
  width: 400px;
}
.goods-detail, .box-list{
  position: relative;
  background-color: #fff;
  margin: 12px auto 40px;
  border-radius: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 0;
}
.goods-detail {
  min-width: 900px;
}
.goods-detail .goods-img{
  float: left;
  width: 400px;
  height: 400px;
  margin: 0 12px;
  border-radius: 12px;
  overflow: hidden;
}
.goods-detail .right{
  float: left;
  padding: 12px;
  width: calc(100% - 400px - 24px);
  min-width: 400px;
  display: flex;
  justify-content: space-between;
}
.goods-detail .goods-info{
  width: 50%;
}
.goods-detail .price-his{
  width: 50%;
  height: 400px;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 2px dashed #f0f0f0;
  color: #909399;
  overflow-y: auto;
}
.price-his dd{
  margin: 0px;
}
.goods-info .title{
  line-height: 28px;
  color: #000;
  letter-spacing: 0;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 900;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.goods-price span{
  font-size: 36px;
  font-family: PingFang SC;
}
.goods-info .gobug{
  display: block;
  margin: 20px 0 0 0;
  width: 200px;
  height: 48px;
  background: linear-gradient(90deg, rgb(255, 119, 0), rgb(255, 73, 0));
  box-shadow: rgba(255, 119, 0, 0.2) 0px 9px 13px 0px;
  border-radius: 34px;
  text-align: center;
  line-height: 48px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
.price-info .price-item{
  min-width: 36px;
  max-width: 300px;
  margin-bottom: 9px;
  margin-right: 4.5px;
  margin-left: 4.5px;
  padding: 5px 10px;
  border-radius: 6px;
  background-color: rgba(0,0,0,.06);
  border: 1px solid transparent;
  position: relative;
}

.box-list .goods-list{
  margin-top: 0px !important;
}
.box-list .goods-list .list-box{
  justify-content: center;
}