@charset "utf-8";

body {
  /*min-width: 1140px;*/
  /*max-width: 1440px;*/
  margin: auto;
}
#bd {
  min-height: 700px;
}
.sticky+#bd {
  padding-top: 80px;
}
.help #bd,
.static #bd{
  padding-top: 100px;
}
.home-header+#bd {
  padding-top: 0;
}
/* 公共样式代码 */
/* ==== 版心 ==== */
 .container {
   width: 1140px;
   margin: 0 auto;
   position: relative;
 }

/* ==== main ==== */
.main {
  width: 752px;
}
.pic {
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
}
.panel-figure {
  margin: 10px -10px;
  padding: 10px;
  border-radius: 6px;  
}
.panel-figure .pic {
  float: left;
}
.panel-figure .title {
  font-weight: 700;
}
.panel-figure:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, .06);
}
.panel {
  border: 1px solid #F4F4F4;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .04);
  border-radius: 10px;
}
.emoji{
  width: 20px;
  height: 20px;
}
/* ==== aside ==== */
.aside {
  width: 348px;
  margin-top: 30px;
}
.aside-panel {
  margin-bottom: 20px;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  background: #f9f9f9;  
  border-radius: 6px;
}
.aside-panel h3 {
  font-size: 15px;
  font-weight: 700;
}
/*搜索页&收藏页无内容*/
.no-content {
  text-align: center;
}
.no-content img {
  width: 250px;
  margin-top: 200px;
}
.no-content p {
  margin-top: 40px;
  color: #666;
}
/* ==== header ==== */
.header {
  z-index: 99999999;
  height: 80px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
  background: #fff;
  font-size: 16px;    
}
.header.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.header.sticky.home {
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}
.header.sticky.home.show {
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.header .logo {
  width: 150px;
  height: 59px;
  margin-top: 5px;
}
.header .search {
  position: relative;
  margin-left: 35px;
  margin-top: 22px;
}
.header .search input {
  width: 280px;
  height: 36px;
  border: 1px solid #EF4646;
  padding: 0 16px;
  background: #fff;
  line-height: 36px;
  font-size: 14px;
  border-radius: 20px;
}
.header .search .icon-search {
  position: absolute;
  top: 10px;
  right: 16px;
}
.header .menu {
  margin-left: 60px;
}
.header .menu-item {
  float: left;
  height: 80px;
  margin-right: 34px;
  line-height: 80px;
}
.header .menu-item:last-child {
  position: relative;
  margin-right: 0;
}
.header .menu-item.active {
  position: relative;
  color: #EF4646;
}
.header .menu-item.active::after {
  position: absolute;
  left: 50%;
  bottom: 17px;
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  display: block;
  content: '';
  width: 16px;
  height: 4px;
  background: #EF4646;
  border-radius: 2px;
}
.header .menu-item:last-child .icon-zhankai-1 { display: inline-block; }
.header .menu-item:last-child .icon-shouqi-1 { display: none; }
.header .menu-item:last-child:hover .icon-zhankai-1,
.header .menu-item:last-child.active .icon-zhankai-1 { display: none; }
.header .menu-item:last-child:hover .icon-shouqi-1,
.header .menu-item:last-child.active .icon-shouqi-1 { display: inline-block; }
.header .menu-item:hover>a { color: #EF4646; }
.header .menu-item:last-child:hover .dropdown-memu { display: block; }
.header .dropdown-memu {
  position: absolute;
  top: 70px;
  right: -80px;
  z-index: 999;
  width: 160px;
  text-align: center;
  line-height: 54px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: none;
}
.header .dropdown-memu-item {
  border-top: 1px solid #EDEDED;
}
.header .dropdown-memu-item:first-child {
  border-top: none;
}
.header .dropdown-memu .icon-help::before {
  margin-right: 8px;
}
.header .dropdown-memu a{
  display: block;
}
.header .dropdown-memu a.active,
.header .dropdown-memu a:hover {
  color: #EF4646;
}
.header .user {
  position: relative;
  margin-left: 20px;
}
.header .user .nologin {
  display: block;
  width: 73px;
  height: 36px;
  margin-top: 24px;
  background: #EF4646;
  line-height: 36px;
  color: #fff;
  text-align: center;
  border-radius: 22px;
  cursor: pointer;
}
.header .user .islogin {
  max-width: 120px;
  margin-top: 22px;
  line-height: 32px;
}
.header .user .islogin .avatar {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
}
.header .user .logout {
  display: none;
  position: absolute;
  top: 70px;
  right: 0;
  z-index: 999;
  width: 104px;
  height: 50px;
  border: 1px solid #F4F4F4;
  background: #fff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .04);
}
/* ==== 商品分类列表 ==== */
.category {
  height: 51px;
  margin-top: 20px;
  line-height: 51px;
  font-size: 15px;
  color: #999;
  overflow: hidden;
}
.category a {
  float: left;
}
.category a:first-child~a {
  margin-left: 30px;
}
.category a.active,
.category a:hover {
  color: #333;
  font-weight: 700;
}
.category .more {
  float: right;
  margin: 0 30px;
}

/* ==== tabs ==== */
.tabs-nav {
  align-items: center;
  height: 51px;
  line-height: 51px;
  font-size: 16px;
  color: #666;
}
.tabs-nav a {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  cursor: pointer;
}
.tabs-nav a.active {
  color: #333;
  font-weight: 700;
}
.tabs-nav a.active::after {
  position: absolute;
  left: 50%;
  bottom: 17px;
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  display: block;
  content: '';
  width: 16px;
  height: 4px;
  background: #ef4646;
  border-radius: 2px;
  top: 41px;
}

/* ==== 下载引导弹层 ==== */
.download-guide-popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, .3);
}
.download-guide-popup .inner {
  width: 286px;
  height: 280px;
  background: #fff;
  text-align: center;
  border-radius: 8px;
  margin-top: 25%;
  margin-left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.download-guide-popup .inner .cross {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.download-guide-popup .inner .qrcode {
  width: 124px;
  height: 124px;
  margin-top: 40px;
}
.download-guide-popup .inner p {
  margin-top: 24px;
  font-size: 15px;
  font-weight: 700;
}
.download-guide-popup .inner a {
  display: block;
  margin-top: 12px;
  color: #666;
}

/* ==== 搜索商品、dvn、查历史价、收藏的商品链接公共样式 ==== */
.rel-live-list .info {
  position: relative;
  height: 153px;
  margin-left: 169px;
}
.rel-live-list .title {
  height: auto!important;
  max-height: 50px;
}
.rel-live-list .coupon {
  display: inline-block;
  height: 26px;
  margin-left: 8px;
  padding: 0 12px;
  line-height: 26px;
  background: #FFEFEF;
  font-size: 13px;
  color: #EF4646;
  border-radius: 6px;
}
.rel-live-list .price {
  color: #EF4646;
  font-weight: 700;
}
.rel-live-list .price strong {
  font-size: 20px;
  line-height: 25px;
}
.rel-live-list .tag {
  margin-top: 3px;
}
.rel-live-list .sell-cnt {
  margin-right: 20px;
  font-size: 13px;
  color: #B4B4B4;
}
.rel-live-list .pos-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

/* ==== footer ==== */
.footer {
  height: 93px;
  margin-top: 30px;
  border-top: 1px solid #eee;
  padding: 24px;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  color: #999; 
}
.footer .footer-nav a {
  margin: 0 10px;
}
.footer .cp {
  margin-top: 8px;
  font-size: 12px;
}
/* ==== 列表加载中&加载完成样式 ==== */
.loading-wrapper {padding: 32px 0;box-shadow:none;background: transparent;text-align: center;font-size:0;display:block;}
.loading-wrapper div{position:relative;display: inline-block;height: 6px;width: 12px;margin-right: 8px;border-radius: 6px;background-color: #f4f4f4;-webkit-animation: bouncedelay 1s infinite ease-in-out;animation: bouncedelay 1s infinite ease-in-out;}
.loading-wrapper .loading-symbol1{-webkit-animation-delay: -0.3s;animation-delay: -0.3s;}
.loading-wrapper .loading-symbol2{-webkit-animation-delay: -0.2s;animation-delay: -0.2s;}
.loading-wrapper .loading-symbol3{-webkit-animation-delay: -0.1s;animation-delay: -0.1s;}
@-webkit-keyframes bouncedelay{0%, 80%, 100% {background-color: #f4f4f4;}40% {background-color: #ef4646;}}
@keyframes bouncedelay {0%, 80%, 100% {background-color: #f4f4f4;}40% {background-color: #ef4646;}}

.loading-wrapper.loading-end {margin: auto;padding:32px;text-align: center;}
.loading-wrapper .loading-symbol {display:none;}
.loading-wrapper.loading-end div {display:none;}
.loading-wrapper.loading-end .loading-symbol{padding-left: 26px;height:24px;line-height:24px;display:inline-block;font-size:13px;color:#929292;}

/* ==== tag样式 ==== */
 .tag {
  margin-right: 10px;
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 17px;
  color: #888;
  border-radius: 6px;
  background: #f7f7f7;
}

/* ==== 侧边栏mmz下载引导 ==== */
.aside-download-guide {
  padding: 14px 24px 12px;
  font-size: 16px;
  line-height: 22px;
}
.aside-download-guide .mmz-app-download .icon-logo-yh {
  margin-top: 6px;
  margin-right: 12px;
  font-size: 52px;
}
.aside-download-guide .mmz-app-download div p {
  margin-top: 6px;
  line-height: 28px;
  font-weight: 700;
}
.aside-download-guide .mmz-app-download div span {
  font-size: 14px;
  line-height: 26px;
}
.aside-download-guide .mmz-app-download img {
  width: 66px;
  height: 66px;
}
.aside-download-guide .mmz-plugin-download {
  margin-top: 10px;
  border-top: 1px solid #eee;
  padding-top: 11px;
  color: #EF4646;
  text-align: center;
}
.aside-download-guide .mmz-plugin-download .icon-browser-1 {
  margin-right: 8px;
  font-size: 18px;
}

/* ==== 用户头像列表 ==== */
.user-avatar-list {
  height: 32px;
  overflow: hidden;
  margin-top: 20px;
}
.user-avatar-list li {
  float: left;
  width: 32px;
  height: 32px;
  margin-left: 14px;
  background: #eee;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
}
.user-avatar-list li:first-child {
  margin-left: 0;
}
.user-avatar-list li.more {
  margin-right: 0;
  cursor: pointer;
}

/* ==== 弹框模块公共样式 ==== */
.fork .icon {
  float:right;
  width:11px;
  height:11px;
  margin:16px 20px 0 0;
  background:url(//img1.miaomiaoz.com/image/ed98f1b7d249c83d8a8b703cab80de0c.png) no-repeat;
  background:url(//img1.miaomiaoz.com/image/e6b56e19eaff2031594ed0ee53a64432.png) no-repeat\9;
  cursor:pointer;
  background-size:11px
}
.modal {
  width:380px;
  position:fixed;
  left:50%;
  margin-left:-190px;
  z-index:1000;
  top:30%;
  background:#fff;
  border:solid 1px #eee;
  border-radius:6px;
  box-shadow:0 1px 5px rgba(0,0,0,.16)
}
.modal .fork {
  border-bottom:solid 1px #eee;
  overflow:hidden
}
.modal .fork .icon {
  margin:16px 16px 0 0
}
.modal .modal-head h1 {
  float:left;
  padding:16px 0 12px;
  line-height:16px;
  font-size:16px;
  text-indent:15px;
  color:#333
}
.modal .modal-body {
  padding:16px;
  height:44px
}
.modal .modal-foot {
  float:right;
  padding-bottom:16px
}
.modal .modal-foot .gray-button {
  height:26px;
  line-height:26px;
  padding:0 15px;
  margin-right:16px;
  border:solid 1px #eee;
  background-color:#f4f4f4;
  border-radius:6px
}
.modal .modal-foot .red-button {
  height:26px;
  line-height:26px;
  padding:0 15px;
  margin-right:16px;
  border:solid 1px #ef4646;
  background-color:#ef4646;
  border-radius:6px
}
.modal-mask {
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:999;
  background-color:rgba(0,0,0,.08)
}
.modal .modal-foot .sure {
  background-color:#ef4646;
  border-color:#ef4646;
  color:#fff
}
/* 提醒框 */
.modal.remind-box.sub-error {
  margin-left: -116px;
}
.modal.remind-box {
  z-index: 1002;
  top: 50%;
  width: auto;
  margin-left: -73px;
  margin-top: -24px;
  padding: 0 24px;
  border: solid 1px #d8d8d8;
  line-height: 48px;
  color: #f63c37;
}
.modal.remind-box .icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  background: url(//img1.miaomiaoz.com/image/00eccc70b50034c06b7eef2262f071b3.png) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: -22px 0;
  vertical-align: middle;
}
.modal.remind-box.sub-error .icon {
  background-position: -22px -33px;
}
/* ==== 头像模糊 ==== */
.jcrop-handle>img {
  -webkit-filter:blur(2px);
  /*! -moz-filter:blur(2px); *//*! -o-filter:blur(2px); */-ms-filter:blur(2px);
}

/* ==== Toast 弹窗提示 ==== */
#toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10000;
}

.toast {
  min-width: 200px;
  max-width: 400px;
  margin-bottom: 10px;
  padding: 12px 16px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-left: 4px solid #ccc;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.3s ease-in-out;
}

.toast.toast-show {
  opacity: 1;
  transform: translateX(0);
}

.toast-message {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  word-wrap: break-word;
}

/* Toast类型样式 */
.toast-success {
  border-left-color: #52c41a;
}
.toast-success .toast-message {
  color: #52c41a;
}

.toast-error {
  border-left-color: #ff4d4f;
}
.toast-error .toast-message {
  color: #ff4d4f;
}

.toast-warning {
  border-left-color: #faad14;
}
.toast-warning .toast-message {
  color: #faad14;
}

.toast-info {
  border-left-color: #1890ff;
}
.toast-info .toast-message {
  color: #1890ff;
}