[v-cloak] {
  display: none;
}
body {
  padding: 0;
  margin: 0;
  background: #F5F5F5;
}
button {
  outline: none;
  border: 0;
  margin: 0;
  padding: 0;
}
ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.content-wrapper {
  width: 1200px;
  margin: 0 auto;
}
.fr {
  float: right;
}
.clearfix {
  zoom: 1;
}
.mg-rt-11 {
  margin-right: 11px;
}
.header-wrapper {
  height: 160px;
  background-color: #fff;
  border-bottom: 1px solid #d7d7d7;
}
.header-logo {
  position: relative;
  display: inline-block;
  height: 120px;
  color: #333333;
}
.header-logo .sys-title {
  font-size: 28px;
  font-weight: bold;
  margin: 30px 0 0;
}
.header-logo .sys-sub-title {
  font-size: 18px;
  margin: 5px 0 0;
  font-weight: normal;
}
.header-search {
  display: inline-block;
  line-height: 120px;
  font-size: 0;
}
.header-search .btn-search {
  color: #FFF;
  width: 80px;
  height: 40px;
  background: #3888FF;
  border-radius: 0 4px 4px 0;
  padding: 0;
  cursor: pointer;
}
.header-search .el-input__inner {
  border-radius: 0;
}
.header-search .el-select .el-input {
  width: 120px;
}
.header-search .input-with-select {
  width: 520px;
}
.header-menu-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-menu-list li {
  position: relative;
}
.header-menu-list a {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #333333;
  padding: 6px 20px;
}
.header-menu-list a:hover,
.header-menu-list .active {
  color: #ffffff;
  background: #227EE9;
  border-radius: 50px;
}
.header-menu-list .new {
  position: absolute;
  background: url('../img/supplierLibrary/new.png');
  height: 24px;
  width: 37px;
  top: -15px;
  right: -15px;
}
.main-content {
  font-size: 0;
  margin-top: 31px;
  z-index: 999;
}
.toggle-search {
  font-size: 16px;
  display: inline-block;
  position: relative;
  right: 0;
}
#searchInput {
  position: relative;
  right: -36px;
  outline: none;
  border: none;
  background-color: #f2f2f2;
  padding: 9px 18px;
  border-radius: 24px;
  width: 442px;
}
.search-icon {
  cursor: pointer;
  position: relative;
  top: 0;
}
.friend-link {
  background-color: #444;
  padding: 30px;
}
.friend-link .content-wrapper > div {
  vertical-align: top;
}
.friend-link-list {
  display: inline-block;
  margin-right: 60px;
}
.friend-link-list h3 {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: bold;
}
.friend-link-list > ul {
  margin-top: 10px;
}
.friend-link-list > ul > li {
  color: #999;
  font-size: 14px;
  line-height: 21px;
}
.friend-link-list > ul > li a {
  color: #999;
  font-size: 14px;
  line-height: 21px;
}
.qrCode {
  display: inline-block;
  width: 220px;
  text-align: center;
}
.qrCode > img {
  height: 100px;
  width: 100px;
}
.qrCode > span {
  line-height: 2em;
  font-size: 14px;
  color: #999;
}
.copyright {
  padding: 30px 0;
  text-align: center;
  font-size: 12px !important;
  background-color: #383838;
  color: #999;
  line-height: 18px;
}
.copyright a {
  font-size: 12px;
  color: #498ede;
}
/* 搜索内容页 */
.search-content-wrapper {
  margin: 50px 0;
  min-height: 500px;
  /* 产品信息 */
}
.search-content-wrapper .tips {
  text-align: center;
  margin-top: 150px;
  font-weight: 500;
}
.search-content-wrapper .recommend-product-wrap {
  font-size: 0;
}
.search-content-wrapper .recommend-product-wrap .recomment-product-list {
  height: 680px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.search-content-wrapper .recommend-product-wrap .recomment-product-list::-webkit-scrollbar {
  display: none;
}
.search-content-wrapper .recommend-product-wrap .recommend-product-item {
  background: #FFF;
  display: inline-block;
  padding: 0;
  margin-bottom: 10px;
  width: 230px;
  height: 333px;
  vertical-align: top;
}
.search-content-wrapper .recommend-product-wrap .recommend-product-item:hover {
  cursor: pointer;
}
.search-content-wrapper .recommend-product-wrap .product-tips {
  height: 20px;
  margin-top: 15px;
  text-align: center;
  color: #ccc;
  font-size: 14px;
}
.search-content-wrapper .recommend-product-wrap .product-img-wrap {
  width: 230px;
  height: 230px;
  vertical-align: top;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.search-content-wrapper .recommend-product-wrap .product-img-wrap img {
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  position: relative;
  transform: translatey(-50%);
  transition: all 1s;
}
.search-content-wrapper .recommend-product-wrap .product-img-wrap img:hover {
  cursor: pointer;
  transform: translatey(-50%) scale(1.1);
  transition: all 0.6s ease 0s;
}
.search-content-wrapper .recommend-product-wrap .product-img-wrap .product-img-default {
  background: #F9F9F9;
  background: url(../img/nodata.png) center no-repeat;
}
.search-content-wrapper .recommend-product-wrap .unit-wrap {
  color: #999;
  font-size: 14px;
  padding: 0 20px 0;
  font-family: SourceHanSansCN-Regular;
}
.search-content-wrapper .recommend-product-wrap .unit-wrap .title {
  color: #313948;
  margin-top: 5px;
}
.search-content-wrapper .recommend-product-wrap .unit-wrap .title:hover {
  color: #F80;
}
.search-content-wrapper .recommend-product-wrap .unit-wrap .unit {
  display: inline-block;
  line-height: 30px;
}
.search-content-wrapper .recommend-product-wrap .unit-wrap .unit img {
  vertical-align: middle;
}
.search-content-wrapper .recommend-product-wrap .unit-wrap .ellipsis {
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-content-wrapper .recommend-product-wrap .unit-wrap .price {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  color: #FF3300;
}
/* 顶部入口 */
.top-bar {
  width: 100%;
  height: 30px;
  background: #F5F5F5;
  box-sizing: border-box;
  line-height: 15px;
}
.top-bar span {
  line-height: 17px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666666;
}
.welcome {
  display: inline-block;
  padding-top: 7px;
}
.login-register {
  box-sizing: border-box;
  float: right;
  padding-top: 7px;
}
.login-register .back {
  margin-right: 36px;
}
.border-line {
  display: inline-block;
  margin: 0 5px;
}
