/* width */
/* color */
/* font */
/* mixin */
.w {
  width: 1200px;
  margin: 0px auto; }

.newyear2016 {
  background: url("./newyear2016/head-bg.png") repeat; }
  .newyear2016 .site-head {
    position: relative; }
    .newyear2016 .site-head .sh-logo {
      background: url("./newyear2016/logo.png") no-repeat;
      width: 160px;
      height: 70px;
      float: left;
      margin-right: 30px; }
    .newyear2016 .site-head .sh-logo-ad {
      width: 231px;
      height: 115px;
      position: absolute;
      top: -10px;
      left: 170px; }
    .newyear2016 .site-head .sh-search {
      float: right;
      margin-top: 10px; }
      .newyear2016 .site-head .sh-search .ss-input {
        width: 450px;
        height: 32px;
        border: 2px solid #F32F1C; }
        .newyear2016 .site-head .sh-search .ss-input input {
          height: 30px;
          line-height: 30px;
          border: 0px;
          width: 350px;
          padding: 0px 5px; }
        .newyear2016 .site-head .sh-search .ss-input button {
          height: 32px;
          width: 90px;
          background: #F32F1C;
          border: 0px;
          color: #fff; }
      .newyear2016 .site-head .sh-search ul {
        width: 450px;
        font-size: 12px;
        margin-top: 5px; }
        .newyear2016 .site-head .sh-search ul li {
          float: left;
          margin-right: 10px; }
          .newyear2016 .site-head .sh-search ul li a {
            color: #666; }
  .newyear2016 .main-nav {
    background: url("./newyear2016/nav-bg.png");
    color: #fff;
    z-index: 1000;
    left: 0px; }
    .newyear2016 .main-nav .mn-sort {
      position: relative;
      float: left;
      z-index: 999; }
      .newyear2016 .main-nav .mn-sort .mn-title {
        background: url("./newyear2016/main-nav-bg.png");
        color: #fff;
        width: 200px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        float: left;
        text-align: center;
        font-family: "Microsoft YaHei"; }
      .newyear2016 .main-nav .mn-sort #showAllSort {
        cursor: pointer;
        top: 40px !important; }
      .newyear2016 .main-nav .mn-sort .mn-hook-hide {
        position: absolute;
        top: 40px;
        left: 0px;
        width: 248px;
        height: auto;
        background: #fff;
        border: 1px solid #ccc;
        overflow: hidden; }
        .newyear2016 .main-nav .mn-sort .mn-hook-hide .mn-hook dl {
          border-bottom: 1px dotted #f2f2f2;
          padding: 5px 10px;
          border-left: 2px solid #fff;
          width: 228px;
          margin: 0px; }
          .newyear2016 .main-nav .mn-sort .mn-hook-hide .mn-hook dl dt {
            font-size: 14px;
            font-weight: bold;
            line-height: 26px;
            height: 26px; }
            .newyear2016 .main-nav .mn-sort .mn-hook-hide .mn-hook dl dt a {
              color: #333; }
          .newyear2016 .main-nav .mn-sort .mn-hook-hide .mn-hook dl dd {
            float: left;
            line-height: 24px;
            margin-right: 15px;
            white-space: nowrap; }
            .newyear2016 .main-nav .mn-sort .mn-hook-hide .mn-hook dl dd a {
              color: #666; }
        .newyear2016 .main-nav .mn-sort .mn-hook-hide .mn-hook dl:hover {
          background: #fafafa;
          border-left: 3px solid #E4434B;
          border-bottom: 1px dotted #f2f2f2;
          padding: 5px 10px;
          width: 226px;
          margin-left: -1px; }
        .newyear2016 .main-nav .mn-sort .mn-hook-hide s {
          width: 0;
          height: 0;
          border-width: 10px;
          border-style: solid;
          border-color: transparent transparent #0059B2 transparent;
          position: absolute;
          top: -20px;
          left: 110px; }
          .newyear2016 .main-nav .mn-sort .mn-hook-hide s i {
            width: 0;
            height: 0;
            border-width: 9px;
            border-style: solid;
            border-color: transparent transparent #fff transparent;
            position: absolute;
            top: -7px;
            left: -9px; }
    .newyear2016 .main-nav .mn-nav {
      float: left; }
      .newyear2016 .main-nav .mn-nav li {
        float: left;
        height: 40px;
        line-height: 40px;
        position: relative; }
        .newyear2016 .main-nav .mn-nav li a {
          display: block;
          padding: 0px 20px;
          font-size: 18px;
          color: #fff;
          font-family: "Microsoft YaHei"; }
        .newyear2016 .main-nav .mn-nav li .nav-tip {
          background: url("mainnav-tip.png") no-repeat;
          width: 32px;
          height: 22px;
          position: absolute;
          right: 0px;
          top: -14px;
          line-height: 16px;
          font-style: normal;
          text-align: center; }
          .newyear2016 .main-nav .mn-nav li .nav-tip font {
            transform: scale(0.875);
            color: #FFD09C;
            -webkit-text-size-adjust: none;
            font-size: 8px; }
    .newyear2016 .main-nav .mn-tel {
      float: right;
      color: #003F10;
      font-size: 16px;
      line-height: 40px;
      color: #fff;
      margin-right: 20px;
      font-family: "Microsoft YaHei"; }
      .newyear2016 .main-nav .mn-tel .iconfont {
        font-size: 20px; }
    .newyear2016 .main-nav .mn-cart {
      float: right;
      background: url("cart.png");
      width: 140px;
      height: 40px;
      line-height: 40px;
      padding-left: 50px;
      color: #F88600;
      font-size: 20px;
      margin-left: 10px;
      position: relative;
      z-index: 999;
      font-family: "Microsoft YaHei"; }
      .newyear2016 .main-nav .mn-cart .dorpdown-cart {
        position: absolute;
        top: 40px;
        left: -176px;
        width: 364px;
        background: #fff;
        font-size: 12px;
        border: 2px solid #F88600; }
        .newyear2016 .main-nav .mn-cart .dorpdown-cart ul {
          padding: 10px;
          margin-bottom: 29px;
          max-height: 400px;
          overflow-x: hidden; }
          .newyear2016 .main-nav .mn-cart .dorpdown-cart ul li {
            width: 334px;
            padding: 5px;
            float: left;
            line-height: 20px;
            border-bottom: 1px dotted #ddd; }
            .newyear2016 .main-nav .mn-cart .dorpdown-cart ul li a {
              display: block;
              color: #666; }
            .newyear2016 .main-nav .mn-cart .dorpdown-cart ul li img {
              width: 60px;
              height: 60px;
              float: left;
              border: 1px solid #eee; }
            .newyear2016 .main-nav .mn-cart .dorpdown-cart ul li .name {
              float: left;
              width: 210px;
              margin-left: 10px; }
              .newyear2016 .main-nav .mn-cart .dorpdown-cart ul li .name span {
                width: 100%;
                height: 40px;
                display: block;
                overflow: hidden; }
            .newyear2016 .main-nav .mn-cart .dorpdown-cart ul li .num {
              width: 50px;
              float: right;
              line-height: 65px;
              height: 65px;
              text-align: center; }
        .newyear2016 .main-nav .mn-cart .dorpdown-cart b {
          width: 0;
          height: 0;
          border-width: 12px;
          border-style: solid;
          border-color: transparent transparent #F88600 transparent;
          position: absolute;
          top: -24px;
          right: 40px; }
          .newyear2016 .main-nav .mn-cart .dorpdown-cart b i {
            width: 0;
            height: 0;
            border-width: 10px;
            border-style: solid;
            border-color: transparent  transparent  #fff transparent;
            position: absolute;
            top: -8px;
            right: -10px; }
        .newyear2016 .main-nav .mn-cart .dorpdown-cart .cashier {
          background: #EEEEEE;
          height: 40px;
          line-height: 40px;
          color: #666;
          padding: 0px 15px;
          position: absolute;
          bottom: 0px;
          left: 0px;
          width: 334px; }

.w {
  width: 1200px;
  margin: 0px auto; }

.banner {
  height: 450px;
  position: relative; }
  .banner .head_btn_box {
    width: 1200px;
    position: relative;
    z-index: 99;
    margin: 0px auto; }
    .banner .head_btn_box a {
      display: block;
      position: absolute;
      top: 135px; }
    .banner .head_btn_box .prev {
      background: url("index_banner.png") 0px -80px;
      left: 0px;
      width: 80px;
      height: 80px; }
    .banner .head_btn_box .next {
      background: url("index_banner.png") 100px -80px;
      right: 0px;
      width: 80px;
      height: 80px; }
  .banner .banner-imgs {
    width: 100%;
    overflow: hidden;
    height: 450px; }
    .banner .banner-imgs ul li {
      width: 100%;
      display: none;
      position: relative; }
      .banner .banner-imgs ul li img {
        height: 450px;
        width: 1920px;
        display: block;
        margin: 0 auto;
        position: absolute;
        left: 50%;
        margin-left: -960px; }
  .banner .banner-item-nav {
    position: absolute;
    left: 45%;
    bottom: 10px;
    background: url("index_banner.png");
    height: 14px;
    padding: 9px 0px 9px 10px; }
    .banner .banner-item-nav li {
      background: url("index_banner.png") -55px -49px no-repeat;
      width: 14px;
      height: 14px;
      float: left;
      margin-left: 10px;
      cursor: pointer; }
    .banner .banner-item-nav .on {
      background: url("index_banner.png") -35px -49px no-repeat; }
    .banner .banner-item-nav .end {
      background: url("index_banner.png") 0px -40px;
      top: 0px;
      right: -18px;
      position: absolute;
      height: 30px;
      width: 18px;
      display: block; }

.bgf5 {
  background: #f5f5f5; }

.slogan {
  background: url("slogan.jpg") no-repeat;
  width: 1200px;
  height: 90px;
  margin: 0px auto 10px auto; }

.small-topics {
  width: 1210px;
  overflow: hidden; }
  .small-topics .col-4 {
    width: 292.5px;
    margin: 10px 10px 0px 0px;
    float: left; }
  .small-topics li a {
    border: 1px solid #e5e5e5;
    display: block;
    text-align: center;
    background: #fff; }
    .small-topics li a img {
      width: 280px;
      margin: 5px auto; }

.title {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-top: 10px;
  font-size: 26px;
  font-family: "Microsoft YaHei";
  color: #7BBE31;
  height: 30px;
  line-height: 30px; }
  .title em {
    height: 30px;
    line-height: 30px;
    border-left: 8px solid #7BBE31;
    margin-right: 10px;
    float: left;
    display: block; }

.baby .title {
  color: #188CFE; }
  .baby .title em {
    border: 4px solid #188CFE; }
.baby .cata .cata-logo {
  background: #BFEFFF;
  width: 360px;
  height: 550px; }

.skin .title {
  color: #79BE31; }
  .skin .title em {
    border: 4px solid #79BE31; }
.skin .cata .cata-logo {
  background: #F8FFC7;
  width: 360px;
  height: 550px; }

.food .title {
  color: #B25900; }
  .food .title em {
    border: 4px solid #B25900; }
.food .cata .cata-logo {
  background: #FBF0DE;
  width: 360px;
  height: 550px; }

.health .title {
  color: #B90700; }
  .health .title em {
    border: 4px solid #B90700; }
.health .cata .cata-logo {
  background: #FFE5E4;
  width: 360px;
  height: 550px; }

.homeware .title {
  color: #46AAA0; }
  .homeware .title em {
    border: 4px solid #46AAA0; }
.homeware .cata .cata-logo {
  background: #B7E1DD;
  width: 360px;
  height: 550px; }

.liquor .title {
  color: #9789CF; }
  .liquor .title em {
    border: 4px solid #9789CF; }
.liquor .cata .cata-logo {
  background: #B9B0DF;
  width: 360px;
  height: 550px; }

.cata {
  margin-top: 10px; }
  .cata .cata-logo {
    float: left;
    width: 360px;
    position: relative; }
    .cata .cata-logo ul {
      position: absolute;
      bottom: 10px;
      left: 5px;
      width: 355px;
      overflow: hidden; }
      .cata .cata-logo ul .col-3 {
        width: 113.3333333333px;
        margin: 5px 5px 0px 0px;
        float: left; }
      .cata .cata-logo ul a {
        display: block;
        text-align: center;
        padding: 5px; }
        .cata .cata-logo ul a img {
          width: 104px;
          height: 52px; }
  .cata .cata-goods {
    width: 830px;
    overflow: hidden;
    float: right; }
    .cata .cata-goods ul {
      width: 840px;
      overflow: hidden; }
      .cata .cata-goods ul .col-4 {
        width: 200px;
        margin: 10px 10px 0px 0px;
        float: left; }
      .cata .cata-goods ul li {
        margin: 0px 10px 10px 0px !important;
        background: #fff; }
        .cata .cata-goods ul li a {
          display: block;
          border: 1px solid #e5e5e5;
          text-align: center;
          padding: 5px; }
          .cata .cata-goods ul li a img {
            width: 185px; }
          .cata .cata-goods ul li a p {
            text-align: left;
            color: #666;
            margin-top: 9px;
            overflow: hidden;
            padding: 0px 5px;
            font-size: 12px;
            line-height: 18px; }
            .cata .cata-goods ul li a p em {
              font-size: 16px;
              color: #E4434B;
              font-style: normal; }
            .cata .cata-goods ul li a p del {
              margin-left: 10px; }
          .cata .cata-goods ul li a .name {
            height: 36px;
            overflow: hidden; }

.goods-list {
  width: 1210px;
  overflow: hidden; }
  .goods-list .col-5 {
    width: 232px;
    margin: 10px 10px 0px 0px;
    float: left; }
  .goods-list li a {
    display: block;
    border: 1px solid #e5e5e5;
    background: #fff;
    text-align: center;
    padding: 5px 5px 10px 5px;
    font-size: 12px; }
    .goods-list li a img {
      width: 220px; }
    .goods-list li a p {
      text-align: left;
      color: #666;
      margin-top: 10px;
      line-height: 16px;
      overflow: hidden;
      padding: 0px 5px; }
      .goods-list li a p em {
        font-size: 16px;
        color: #E4434B;
        font-style: normal; }
      .goods-list li a p del {
        margin-left: 10px; }
    .goods-list li a .name {
      overflow: hidden;
      height: 32px; }

.topiclist .item {
  border: 1px solid #ddd;
  width: 1188px;
  margin: 15px 0px;
  padding: 5px;
  background: #fff;
  position: relative; }
  .topiclist .item img {
    width: 670px; }
  .topiclist .item .info {
    width: 490px;
    margin-right: 10px;
    height: 340px; }
    .topiclist .item .info h2 {
      font-family: "Microsoft YaHei";
      font-size: 22px;
      margin: 20px 0px; }
      .topiclist .item .info h2 a {
        color: #444; }
    .topiclist .item .info .brief-intr {
      color: #666;
      border-top: 1px dotted #eee;
      padding-top: 10px;
      line-height: 24px;
      margin-bottom: 10px; }
    .topiclist .item .info .time {
      background: url("index.png") 0px -34px no-repeat;
      height: 25px;
      line-height: 25px;
      padding-left: 30px;
      font-size: 18px;
      font-family: "Microsoft YaHei";
      color: #666; }
    .topiclist .item .info .price {
      position: absolute;
      bottom: 10px;
      color: #E4434B;
      width: 490px;
      line-height: 50px;
      height: 50px; }
      .topiclist .item .info .price .fs48 {
        font-size: 48px; }
      .topiclist .item .info .price .buy {
        background: url("index.png") 0px -70px;
        width: 138px;
        height: 50px;
        display: block;
        float: right;
        line-height: 50px;
        color: #fff;
        text-align: center;
        font-size: 18px; }
      .topiclist .item .info .price em {
        padding: 4px 8px;
        background: #F68587;
        font-style: normal;
        -moz-border-radius: 2px;
        -khtml-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        color: #fff;
        margin-left: 10px; }

.previewslist .buy {
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4; }

.foot {
  background: #fff !important; }

.site-app-ad {
  height: 110px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px; }
  .site-app-ad .cover-bg {
    background: #333;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    width: 100%;
    height: 110px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10; }
  .site-app-ad .sa-app {
    margin-top: 10px;
    z-index: 20; }
    .site-app-ad .sa-app .represent {
      position: absolute;
      right: 30px;
      bottom: 0px; }
    .site-app-ad .sa-app .torepresent {
      position: absolute;
      width: 400px;
      height: 91px;
      right: 30px;
      bottom: 0px; }
  .site-app-ad .closead {
    position: absolute;
    right: -10px;
    top: -10px; }

.site-slide-nav {
  height: 295px !important; }
  .site-slide-nav .ss-nav-1 {
    background: url("index-slide-nav.gif") no-repeat;
    background-position: 0px 0px;
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 3px; }
  .site-slide-nav .ss-nav-1:hover {
    background-position: -51px 0px; }
  .site-slide-nav .ss-nav-2 {
    background: url("index-slide-nav.gif") no-repeat;
    background-position: 0px -39px;
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 3px; }
  .site-slide-nav .ss-nav-2:hover {
    background-position: -51px -39px; }
  .site-slide-nav .ss-nav-3 {
    background: url("index-slide-nav.gif") no-repeat;
    background-position: 0px -78px;
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 3px; }
  .site-slide-nav .ss-nav-3:hover {
    background-position: -51px -78px; }
  .site-slide-nav .ss-nav-4 {
    background: url("index-slide-nav.gif") no-repeat;
    background-position: 0px -117px;
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 3px; }
  .site-slide-nav .ss-nav-4:hover {
    background-position: -51px -117px; }
  .site-slide-nav .ss-nav-5 {
    background: url("index-slide-nav.gif") no-repeat;
    background-position: 0px -156px;
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 3px; }
  .site-slide-nav .ss-nav-5:hover {
    background-position: -51px -156px; }
  .site-slide-nav .ss-nav-6 {
    background: url("index-slide-nav.gif") no-repeat;
    background-position: 0px -195px;
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 3px; }
  .site-slide-nav .ss-nav-6:hover {
    background-position: -51px -195px; }
