.header {
  width: 100%;
  height: 140px;
  background-color: #fff;
}

.h-content {
  width: 1200px;
  display: flex;
  align-items: center;
  height: 140px;
  margin: auto;
}

.h-content .logo {
  width: 207px;
  height: 78px;
}

.search-box {
  width: 350px;
  height: 53px;
  margin-left: 120px;
  display: flex;
  align-items: center;
}

.s-input {
  border-radius: 6px 0px 0px 6px;
  border-top: 2px solid #c1c1c1;
  border-left: 2px solid #c1c1c1;
  border-bottom: 2px solid #c1c1c1;
}

.input_ {
  width: 296px;
  height: 49px;
  border-radius: 6px 0px 0px 6px;
  border: none;
  padding-left: 10px;
  outline-color: #008582;
  line-height: 49px;
}

.search-icon {
  width: 58px;
  height: 53px;
}

.adr-box {
  margin-left: 60px;
  display: flex;
  align-items: center;
}

.adr-box .adr-icon {
  width: 15px;
  height: 19px;
}

.city-text {
  max-width: 100px;
  padding: 0 6px;
  font-size: 13px;
  font-weight: bold;
}

.change-city .change-icon {
  margin-left: 4px;
  width: 12px;
  height: 10px;
}

.change-city {
  font-size: 12px;
  color: #656b6d;
  background: #fff;
  border: none;
}

.login-group {
  margin-left: 50px;
  width: 121px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.login-group .btn {
  padding: 3px 6px;
  background: rgba(7, 131, 128, 1);
  border-radius: 4px;
  font-size: 9px;
  line-height: 16px;
  color: #fff;
  text-align: center;
}

.user-login-box a {
  font-size: 12px;
  color: #656b6d;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  font-size: 12px;
}

.logined-bot-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 9px;
}

.loginout {
  padding: 3px 6px;
  border: 1px solid rgba(112, 112, 112, 1);
  background: #fff;
  text-align: center;
  font-size: 10px;
  color: #656b6d;
  border-radius: 4px;
}

/*购物车*/
.shop_cart_common {
  width: 100px;
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  align-items: center;
  font-size: 14px;
  color: #8c8c8c;
}

.cart-img {
  width: 30px;
  height: 30px;
  margin-bottom: 6px;
}

.shop_cart_common .tage {
  position: absolute;
  padding: 0px 5px;
  background: #008582;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  margin-left: 28px;
}

/* side */

/* 侧边悬浮导航 */

.side_bg1 {
  background: #f67f7f;
}

.side_bg2 {
  background: #85d1f4;
}

.side_bg3 {
  background: #92edb4;
}

.side_bg4 {
  background: #fece94;
}

.follow-us {
  position: relative;
  background: #fff;
  padding: 10px;
}

.follow-img {
  width: 139px !important;
  height: 139px !important;
  margin: 0 !important;
}

/* side */
.side {
  position: fixed;
  width: 54px;
  height: 275px;
  right: 0;
  top: 214px;
  z-index: 100;
}
.side ul li {
  width: 54px;
  height: 54px;
  float: left;
  position: relative;
  border-bottom: 1px solid #444;
}
.side ul li .sidebox {
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  right: 0;
  transition: all 0.3s;
  opacity: 0.8;
  filter: Alpha(opacity=80);
  color: #fff;
  padding: 10px;
  display: flex;
  overflow: hidden;
  align-items: center;
}
.side ul li .sidebox h4 {
  margin-left: 10px;
}
.side ul li .sidetop {
  width: 54px;
  height: 54px;
  padding: 10px;
  line-height: 54px;
  display: inline-block;
  opacity: 0.8;
  filter: Alpha(opacity=80);
  transition: all 0.3s;
}
.side ul li .sidetop:hover {
  background: #ae1c1c;
  opacity: 1;
  filter: Alpha(opacity=100);
}
.side ul li img {
  width: 34px;
  height: 34px;
}

.side li .hideBox {
  display: none;
  position: absolute;
  right: 120px;
  padding: 10px;
  padding-right: 15px;
  top: -10px;
  z-index: 999;
  width: 200px;
}

.side li .hideBox .hb {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 10px 20px;
  border-top: 2px solid #0085cd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.side li .hideBox .hb h5 {
  padding: 5px 0;
  border-bottom: 2px solid #ccc;
  color: #0085cd;
  font-size: 16px;
  font-weight: 400;
  display: block;
  white-space: nowrap;
}

.side li .hideBox .hb p {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 700;
}

.side li .hideBox .hb .qqtalk {
  margin-top: 10px;
}
