@charset "utf-8";
/*定义为flexbox的"父元素"*/
/*给"子元素"赋予自由伸缩的能力*/
/*微信分享*/
.weixin-share-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: .6;
  filter: alpha(opacity=60);
  z-index: 9998;
}
.weixin-share-content {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 281px;
  height: 384px;
  margin: -197px 0 0 -140px;
  border: 6px solid #fff;
  text-align: center;
  color: #fff;
  font-family: 'Microsoft Yahei', 'Hiragino Sans GB', sans-serif;
  z-index: 9999;
}
.weixin-share-content .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 27px;
  background: url(../img/share-close.png) no-repeat;
}
.weixin-share-image {
  margin-top: 40px;
}
.weixin-share-title {
  font-size: 24px;
  margin: 5px 0 -3px;
}
.weixin-share-subTitle {
  font-size: 18px;
}
/*活动结束弹窗*/
.special-end-dialog {
  width: 370px;
  padding-top: 210px;
  background: url(../img/special-end.png) no-repeat center top;
  text-align: center;
  margin-top: -10px;
}
.special-start-dialog {
  width: 370px;
  padding-top: 210px;
  background: url(../img/special-start.png) no-repeat center top;
  text-align: center;
  margin-top: -10px;
}
.special-end-dialog__go {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  height: 33px;
  line-height: 33px;
  border-radius: 33px;
  padding: 0 20px;
}
/*活动弹出层按钮样式*/
.hc-button--activity-popup {
  font-size: 14px;
  padding: 0 51px;
}
/* 2017.07.14 PC站静态专题头部修改 */
.hc-header.hc-mini .hc-special-header-nav {
  padding: 26px 0 33px;
  float: right;
}
.hc-special-header-nav__list-item {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 16px;
}
.hc-special-header-nav__list-item:first-child {
  margin-left: 0;
}
.hc-special-header-nav__list-item a {
  float: left;
  font-size: 14px;
}
.hc-special-header-nav__item--last {
  margin-right: 10px;
}
.hc-header .hc-link--lighter:link,
.hc-header .hc-link--lighter:visited {
  color: #333 !important;
}
.hc-header .hc-link--lighter:hover {
  color: #f75730 !important;
}
.hc-header-active {
  display: none;
  padding-top: 6px;
  height: 54px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 2px 5px 0 rgba(237, 236, 238, 0.75);
  -moz-box-shadow: 0 2px 5px 0 rgba(237, 236, 238, 0.75);
  box-shadow: 0 2px 5px 0 rgba(237, 236, 238, 0.75);
  -webkit-animation: hdnavShow 0.3s;
  -o-animation: hdnavShow 0.3s;
  animation: hdnavShow 0.3s;
}
.hc-header-active .hc-header__logo {
  width: 240px;
  height: 49px;
  margin-right: 40px;
}
.hc-header-active .hc-special-header-nav {
  float: left;
  padding: 10px 0;
}
.hc-header-active .hc-special-header-nav__list {
  padding-top: 6px;
}
.hc-header-active .hc-special-header-nav__list-item {
  padding-bottom: 5px;
}
.hc-header-active .hc-special-header-nav__list-item:hover {
  cursor: pointer;
  border-bottom: 3px solid #f75730;
}
.hc-header-active .hc-special-header-nav__list-item:hover .hc-link--lighter {
  color: #f75730 !important;
}
.hc-header-active .hc-special-header-nav__item--last {
  margin-right: 0;
}
@-webkit-keyframes hdnavShow {
  0% {
    top: -60px;
  }
  100% {
    top: 0;
  }
}
@keyframes hdnavShow {
  0% {
    top: -60px;
  }
  100% {
    top: 0;
  }
}
.hc-header-active-user {
  float: right;
  padding: 12px 0;
}
.hc-special-header-nav__login {
  float: left;
  padding: 2px 0;
  margin-right: 20px;
  *margin-right: 0;
}
.hc-special-header-nav__login-item {
  float: left;
  *margin-right: 20px;
}
.hc-special-header-nav__login-item a {
  color: #666;
  font-size: 12px;
}
.hc-special-header-nav__login-item:after {
  content: "|";
  color: #e5e5e5;
  margin: 0 10px 0 6px;
  font-size: 12px;
}
.hc-special-header-nav__login-item.hc-last:after {
  content: "";
  margin: 0;
}
.hc-special-header-nav__shopCart {
  float: left;
  position: relative;
}
.hc-special-header-nav__shopCart .hc-icon-side-cart {
  width: 22px;
  height: 22px;
  background-position: -47px -208px;
}
.hc-special-header-nav__shopCart .hc-side-bar__item-mark {
  top: -10px;
  right: -10px;
}
