/*-----------------------搜索栏目-----------------------*/
.search-outer {
  display: flex;
  position: relative;
  width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.search-outer .el-input-group__append {
  border: unset;
  border-radius: 0;
}
.search-outer .el-input-group__append .el-button {
  height: 40px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: unset;
}
.search-outer .logo {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #FF5700;
}
.search-outer .logo .title {
  height: 80px;
  line-height: 80px;
  margin: 0;
  font-size: 32px;
  font-weight: 650;
  max-width: 200px;
}
.search-outer .logo .logo-img {
  display: flex;
  align-items: center;
  height: 80px;
  max-width: 200px;
}
.search-outer .logo .logo-img img {
  max-width: 100%;
  max-height: 100%;
}
.search-outer .subsidy-online {
  display: block;
  height: 80px;
  background: url(../images/img-01.png) no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
.search-outer .search-right {
  height: 80px;
  display: flex;
  align-items: center;
  text-align: center;
}
.search-outer .search-right > div {
  margin-right: 30px;
}
.search-outer .search-right > div:last-child {
  margin-right: 0;
}
.search-outer .search-right img {
  width: 30px;
  height: 30px;
}
.search-outer .search-right p {
  margin: 10px 0 0;
  font-size: 12px;
  color: #AAAAAA;
}
.search-outer .search-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  width: 540px;
  font-size: 12px;
}
.search-outer .search-box .el-input__inner:focus {
  border-color: #DCDFE6;
}
.search-outer .search-box .hot-words {
  margin-top: 10px;
  height: 13px;
}
.search-outer .search-box .hot-words > a {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  color: #999;
}
/*-----------------------搜索栏目 完-----------------------*/
/*------------------------分类-------------------------*/
.classify-outer {
  border-top: 1px solid #eee;
  background: #fff;
  box-shadow: 1px 5px 5px #f2f2f2;
}
.classify-outer .classify-list {
  box-sizing: border-box;
  height: 85px;
  width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  text-align: center;
}
.classify-outer .classify-list a {
  color: #555555;
  padding: 17px 35px;
}
.classify-outer .classify-list a.active {
  filter: grayscale(100%);
}
.classify-outer .classify-list .iconfont {
  font-size: 30px;
}
.classify-outer .classify-list .classify-label {
  display: block;
  font-size: 14px;
}
/*------------------------分类 完-------------------------*/
.image-copy-info {
  position: relative;
  font-size: 0;
}
.copy-box-outer {
  position: absolute;
  left: 0;
  background: #f40;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  opacity: 0.9;
  z-index: 10;
}
.copy-box-outer .copy-text-btn {
  font-size: 14px;
  cursor: pointer;
}
.copy-box-outer .copy-coupon-info-box {
  display: none;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(7px, -50%);
  background: #1b2830;
  border-radius: 4px;
  padding: 12px;
  z-index: 99;
  word-break: break-all;
  font-size: 12px;
  text-align: left;
  width: 300px;
  line-height: 22px;
  color: #EBF1F4;
  cursor: auto;
}
.copy-box-outer .copy-coupon-info-box:before {
  content: '';
  position: absolute;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  bottom: 50%;
  transform: translateY(50%);
  border-right: 7px solid rgba(27, 40, 48, 0.9);
  left: -7px;
}
.copy-box-outer .copy-coupon-info-box:after {
  content: '';
  position: absolute;
  width: 8px;
  left: -7px;
  top: 0;
  bottom: 0;
}
.copy-box-outer .copy-coupon-info-box.revers {
  left: 0;
  transform: translate(-106%, -50%);
}
.copy-box-outer .copy-coupon-info-box.revers:before {
  transform: translateY(50%) rotate(180deg);
  left: unset;
  right: -6px;
}
.copy-box-outer .copy-coupon-info-box a {
  color: #EBF1F4;
}
.copy-box-outer .copy-coupon-info-box img {
  max-width: 100px;
  max-height: 100px;
  margin: 5px 0;
}
.copy-box-outer:hover .copy-coupon-info-box {
  display: block;
}
/*----------------------- 顶部导航-----------------------*/
.head-tab {
  width: 100%;
  height: 40px;
  justify-content: center;
}
.head-tab .head-tab-row {
  width: 1200px;
  height: 40px;
}
.head-tab .head-tab-row .each-tab {
  padding: 0 25px;
  height: 40px;
  line-height: 40px;
  color: white;
  font-size: 12px;
  cursor: pointer;
}
.head-tab .head-tab-row .each-tab p {
  line-height: 40px;
}
/*----------------------- 顶部导航 完-----------------------*/
/*-------------------------商品右下角店铺 tag--------------------------*/
.goods-shop-tag {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
}
.goods-shop-tag .shop-name {
  height: 24px;
  line-height: 24px;
  background: linear-gradient(223deg, #fe8721, #ed70aa);
  border-radius: 4px 0 0 0;
  color: #fff !important;
  padding: 0 2px 0 8px;
  font-size: 12px;
  max-width: 10em;
}
.goods-shop-tag .shop-name span {
  display: inline-block;
  background: #fff;
  line-height: 12px;
  border-radius: 50%;
}
.goods-shop-tag .shop-name span i {
  color: #6f6f6f;
  transform: scale(0.9) translate(0.5px, 0px);
}
.goods-shop-tag .shop-name:hover {
  background: #ef7397;
}
.image-copy-info:hover .goods-shop-tag {
  bottom: 30px;
}
/*-------------------------商品右下角店铺 tag 完--------------------------*/
