@charset "UTF-8";
/*楼层颜色*/
/*字体颜色*/
/*拓展样式*/
/*清除边距*/
.no-padding {
  padding: 0 !important; }

/*清除浮动*/
.clearfix:after {
  display: block;
  content: '';
  height: 0;
  overflow: hidden;
  clear: both; }

/*字体颜色*/
.text-main {
  color: #0063b1; }

.text-blue {
  color: #5070c8; }

.text-orange {
  color: #d8760c; }

.text-green {
  color: #5c9b6b; }

.text-violet {
  color: #b464a3; }

.btn-main {
  background: #0063b1;
  color: #fff; }
  .btn-main:hover, .btn-main:visited, .btn-main:active,.btn-main:focus {
    color: #fff; }

.mc-collection {
  color: #333; }
  .mc-collection:hover {
    color: #0063b1; }
  .mc-collection .iconfont:before {
    content: '\e6ac'; }
  .mc-collection .text:before {
    content: "加入收藏"; }

.mc-collection-have {
  color: #0063b1; }
  .mc-collection-have:hover {
    color: #0063b1; }
  .mc-collection-have .iconfont:before {
    content: '\e6ad'; }
  .mc-collection-have .text:before {
    content: "已收藏"; }

/*文字链接*/
.mc-text-link {
  margin: 0 5px;
  color: #0063b1; }
  .mc-text-link:hover {
    color: #ff3700; }
  .mc-text-link .badge-xs {
    margin-top: -15px;
    margin-left: -2px; }

/*小徽章*/
.badge-xs {
  padding: 2px 5px;
  font-weight: 500; }

/*文字链接加下拉菜单*/
.mc-drop-down {
  display: inline-block;
  position: relative; }
  .mc-drop-down .mc-text-link {
    color: #333; }
    .mc-drop-down .mc-text-link .iconfont {
      width: 10px;
      height: 10px;
      display: inline-block; }
      .mc-drop-down .mc-text-link .iconfont:before {
        content: '\ec5b'; }
  .mc-drop-down .sub-menu {
    height: 0;
    overflow: hidden;
    display: block;
    position: absolute;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 9;
    top: 33px;
    left: -10px;
    margin: 0;
    padding: 0;
    list-style: none; }
    .mc-drop-down .sub-menu .menu-link-item {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: block;
      padding: 5px 20px;
      font-size: 13px;
      line-height: 2;
      margin: 0 auto;
      color: #989898;
      border-bottom: 1px solid #e8e8e8; }
      .mc-drop-down .sub-menu .menu-link-item:hover {
        background: #f8f8f8;
        color: #0063b1; }
    .mc-drop-down .sub-menu:last-child {
      border-bottom: none; }
  .mc-drop-down:hover .mc-text-link .iconfont:before {
    content: '\ec5e'; }
  .mc-drop-down:hover .sub-menu {
    height: auto;
    border: 1px solid #e8e8e8; }

/*分割线*/
.mc-text-split {
  font-size: 12px;
  color: #989898;
  margin: 0 5px; }

/*顶部搜索栏*/
.mc-search-box .btn-lg {
  font-size: 14px;
  padding: 13px 16px; }
  .mc-search-box .btn-lg .caret {
    margin-left: 10px; }
.mc-search-box .search-btn {
  background: #0063b1 !important;
  color: #fff;
  padding: 13px 25px; }

/*顶部搜索栏 圆角，tabs*/
.mc-search-box2 {
  position: relative; }
  .mc-search-box2 .mc-text-split {
    margin: 0; }
  .mc-search-box2 .tabs {
    padding: 0 20px; }
    .mc-search-box2 .tabs .mc-text-link {
      color: #333; }
    .mc-search-box2 .tabs .active {
      color: #0063b1; }
  .mc-search-box2 .search-hot {
    padding: 5px 20px; }
    .mc-search-box2 .search-hot .mc-text-link {
      color: #989898; }
  .mc-search-box2 .input-group {
    position: relative; }
    .mc-search-box2 .input-group .search-icon {
      position: absolute;
      top: 8px;
      left: 15px;
      z-index: 9; }
  .mc-search-box2 .input-keywords {
    border: 2px solid #f80000;
    height: 35px;
    padding-left: 35px;
    border-radius: 20px 0 0 20px !important;
    background: none;
    font-size: 12px;
    /*复写输入框获取焦点样式*/ }
    .mc-search-box2 .input-keywords .input-keywords:focus,
    .mc-search-box2 .input-keywords .input-keywords:focus {
      border-color: #f80000 !important; }
    .mc-search-box2 .input-keywords .has-success .input-keywords {
      border-color: #f80000; }
  .mc-search-box2 .search-btn {
    background: url("/public/home/pc/img/btn_bj.jpg") repeat-y;
    color: #fff;
    height: 35px;
    line-height: 35px;
    padding: 0 12px;
    border-radius: 0 20px 20px 0; }
    .mc-search-box2 .search-btn .iconfont {
      font-size: 24px; }

/*顶部购物车*/
.mc-cart-box {
  position: relative; }
  .mc-cart-box .cart-link-box {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 9;
    text-align: center;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    color: #989898;
    font-size: 14px; }
    .mc-cart-box .cart-link-box .iconfont {
      font-size: 18px; }
    .mc-cart-box .cart-link-box .badge-xs {
      padding: 2px 5px;
      background: #0063b1; }
  .mc-cart-box .cart-main-box {
    width: 350px;
    max-height: 300px;
    min-height: 150px;
    border: 1px solid #e8e8e8;
    background: #fff;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 45px;
    display: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
  .mc-cart-box:hover .cart-main-box {
    display: block; }
    .mc-cart-box:hover .cart-main-box:after {
      content: '';
      width: 118px;
      height: 2px;
      background: #fff;
      position: absolute;
      top: -1px;
      right: 1px; }

/*全部商品分类*/
.mc-category-box {
  position: relative;
  width: 240px;
  height: 40px;
  z-index: 9; }
  .mc-category-box .all-link {
    display: block;
    width: 240px;
    height: 45px;
    background: #0063b1;
    color: #fff;
    text-align: center;
    line-height: 45px;
    border-radius: 10px 10px 0 0;
    font-size: 16px; }
  .mc-category-box .category-menu {
    list-style: none;
    width: 240px;
    position: absolute;
    margin: 0;
    padding: 0;
    background: #fb8687;
    z-index: 9;
    display: none; }
    .mc-category-box .category-menu .item {
      width: 240px;
      color: #fff;
      border-bottom: 1px solid #1d2b48; }
      .mc-category-box .category-menu .item .item-main {
        padding: 20px;
        position: relative;
        overflow: hidden; }
        .mc-category-box .category-menu .item .item-main .arrow-right {
          position: absolute;
          width: 20px;
          height: 20px;
          right: 5px;
          top: 50%;
          color: #acb4c3;
          margin-top: -10px; }
        .mc-category-box .category-menu .item .item-main .cat-icon {
          display: block;
          width: 40px;
          height: 40px;
          float: left;
          text-align: left;
          line-height: 40px;
          font-size: 28px; }
        .mc-category-box .category-menu .item .item-main .tit {
          font-size: 16px;
          line-height: 40px;
          margin: 0;
          padding: 0;
          font-weight: 500;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          float: left; }
        .mc-category-box .category-menu .item .item-main .sub-menu {
          padding-left: 40px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
          .mc-category-box .category-menu .item .item-main .sub-menu .sub-link {
            display: inline-block;
            font-size: 12px;
            margin-right: 10px;
            color: #fff; }
      .mc-category-box .category-menu .item .sub-box {
        width: 960px;
        height: 396px;
        background: #fff;
        border: 1px solid #e8e8e8;
        border-left: none;
        position: absolute;
        left: 240px;
        top: 0;
        box-shadow: 10px 5px 20px #e0eaff;
        -webkit-box-shadow: 10px 5px 20px #e0eaff;
        display: none;
        padding: 20px;
        color: #333; }
      .mc-category-box .category-menu .item:hover .item-main {
        background: #2c4371;
        cursor: pointer; }
        .mc-category-box .category-menu .item:hover .item-main:after {
          content: '';
          width: 100%;
          height: 150%;
          position: absolute;
          top: -25%;
          left: 0;
          background: transparent;
          pointer-events: none;
          box-shadow: -20px 0 20px #263f71 inset; }
      .mc-category-box .category-menu .item:hover .sub-box {
        display: block; }
  .mc-category-box:hover .category-menu {
    display: block; }

/*全部商品分类,万铝180px*/
.mc-category-box2 {
  position: relative;
  width: 180px;
  height: 42px;
  z-index: 9; }
  .mc-category-box2 .all-link {
    display: block;
    width: 180px;
    height: 42px;
    background: #0063b1;
    color: #fff;
    text-align: center;
    line-height: 42px;
    border-radius: 0;
    font-size: 14px; }
  .mc-category-box2 .category-menu {
    list-style: none;
    width: 180px;
    position: absolute;
    margin: 0;
    padding: 0;
    background: #444342;
    z-index: 9;
    display: none; }
    .mc-category-box2 .category-menu .item {
      width: 180px;
      color: #fff; }
      .mc-category-box2 .category-menu .item .item-main {
        padding: 11px 20px;
        position: relative;
        overflow: hidden; }
        .mc-category-box2 .category-menu .item .item-main .tip {
          font-size: 12px;
          line-height: 2;
          color: #999; }
        .mc-category-box2 .category-menu .item .item-main .arrow-right {
          position: absolute;
          width: 20px;
          height: 20px;
          right: 5px;
          top: 50%;
          color: #666;
          margin-top: -10px; }
        .mc-category-box2 .category-menu .item .item-main .cat-icon {
          display: block;
          width: 45px;
          height: 40px;
          float: left;
          text-align: center;
          line-height: 40px;
          font-size: 30px;
          color: #999; }
        .mc-category-box2 .category-menu .item .item-main .tit {
          font-size: 16px;
          line-height: 40px;
          margin: 0;
          padding: 0;
          font-weight: 500;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          float: left;
          margin-left: 10px;
          color: #999; }
        .mc-category-box2 .category-menu .item .item-main:after {
          content: '';
          width: 160px;
          height: 1px;
          border-bottom: 1px solid #666;
          position: absolute;
          bottom: 0;
          left: 10px; }
      .mc-category-box2 .category-menu .item .sub-box {
        width: 550px;
        height: 344px;
        background: #fff;
        border: 1px solid #e8e8e8;
        border-left: none;
        position: absolute;
        overflow-x: hidden;
        overflow-y: auto;
        left: 180px;
        top: 0;
        box-shadow: 10px 5px 20px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 10px 5px 20px rgba(0, 0, 0, 0.1);
        display: none;
        padding: 20px;
        color: #333; }
        .mc-category-box2 .category-menu .item .sub-box .sub-item {
          padding-bottom: 10px;
          border-bottom: 1px solid #e8e8e8; }
          .mc-category-box2 .category-menu .item .sub-box .sub-item .tit {
            font-size: 16px;
            color: #333; }
          .mc-category-box2 .category-menu .item .sub-box .sub-item .mc-text-link {
            display: inline-block;
            color: #333;
            font-size: 14px;
            margin: 10px 20px 0 0; }
            .mc-category-box2 .category-menu .item .sub-box .sub-item .mc-text-link:hover {
              color: #0063b1; }
          .mc-category-box2 .category-menu .item .sub-box .sub-item:last-child {
            border-bottom: none; }
      .mc-category-box2 .category-menu .item:hover .item-main {
        background: #fff;
        cursor: pointer; }
        .mc-category-box2 .category-menu .item:hover .item-main .arrow-right {
          color: #666; }
        .mc-category-box2 .category-menu .item:hover .item-main .cat-icon {
          color: #0063b1; }
        .mc-category-box2 .category-menu .item:hover .item-main .tit {
          color: #333; }
        .mc-category-box2 .category-menu .item:hover .item-main:after {
          display: none; }
        .mc-category-box2 .category-menu .item:hover .item-main:before {
          content: '';
          width: 100%;
          height: 150%;
          position: absolute;
          top: -25%;
          left: 0;
          background: transparent;
          pointer-events: none;
          box-shadow: -20px 0 20px #ddd inset; }
      .mc-category-box2 .category-menu .item:hover .sub-box {
        display: block; }
    .mc-category-box2 .category-menu .item-disable .item-main .arrow-right {
      color: #666; }
    .mc-category-box2 .category-menu .item-disable .item-main .cat-icon {
      color: #666; }
    .mc-category-box2 .category-menu .item-disable .item-main .tit {
      color: #7b7b7b; }
    .mc-category-box2 .category-menu .item-disable .item-main:after {
      content: '';
      width: 160px;
      height: 1px;
      border-bottom: 1px solid #666;
      position: absolute;
      bottom: 0;
      left: 10px;
      display: block; }
    .mc-category-box2 .category-menu .item-disable .sub-box {
      display: none; }
    .mc-category-box2 .category-menu .item-disable:hover .item-main {
      background: #444342;
      cursor: pointer; }
      .mc-category-box2 .category-menu .item-disable:hover .item-main .arrow-right {
        color: #666; }
      .mc-category-box2 .category-menu .item-disable:hover .item-main .cat-icon {
        color: #666; }
      .mc-category-box2 .category-menu .item-disable:hover .item-main .tit {
        color: #7b7b7b; }
      .mc-category-box2 .category-menu .item-disable:hover .item-main:after {
        content: '';
        width: 160px;
        height: 1px;
        border-bottom: 1px solid #666;
        position: absolute;
        bottom: 0;
        left: 10px;
        display: block; }
      .mc-category-box2 .category-menu .item-disable:hover .item-main:before {
        display: none; }
    .mc-category-box2 .category-menu .item-disable:hover .sub-box {
      display: none; }
  .mc-category-box2:hover .category-menu {
    display: block; }

#index .mc-category-box .category-menu {
  display: block; }
#index .mc-category-box2 .category-menu {
  display: block; }

/*图标文字排版 左图标右边文字及描述*/
.mc-icon-item .iconfont {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 48px;
  line-height: 50px;
  text-align: center;
  float: left;
  margin-right: 10px; }
.mc-icon-item .text-cell {
  padding: 5px 0; }
  .mc-icon-item .text-cell .cell-tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .mc-icon-item .text-cell .cell-info {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }

.mc-icon-item2 .iconfont {
  display: block;
  width: 55px;
  height: 55px;
  font-size: 32px;
  line-height: 55px;
  text-align: center;
  float: left;
  margin-right: 10px;
  border: 1px solid #666;
  border-radius: 50%; }
.mc-icon-item2 .text-cell {
  padding: 5px 0; }
  .mc-icon-item2 .text-cell .cell-tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .mc-icon-item2 .text-cell .cell-info {
    color: #989898;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }

/*图标排版，左图右文字，垂直居中*/
.mc-icon-text2:after {
  display: block;
  content: '';
  height: 0;
  overflow: hidden;
  clear: both; }
.mc-icon-text2 .iconfont {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #0063b1;
  float: left; }
.mc-icon-text2 .text-cell {
  height: 30px;
  line-height: 30px;
  float: left;
  margin-left: 5px;
  font-size: 16px;
  color: #333; }

/*自定义tab切换样式1*/
.mc-tabs-style1 .nav-tabs2 {
  height: 48px;
  border-bottom: 1px solid #e8e8e8;
  padding: 0 10px; }
  .mc-tabs-style1 .nav-tabs2 .tabs-tit {
    width: 100px;
    font-size: 16px;
    line-height: 48px;
    color: #333;
    float: left; }
  .mc-tabs-style1 .nav-tabs2 li {
    display: inline-block;
    float: right; }
    .mc-tabs-style1 .nav-tabs2 li a {
      padding: 0 10px;
      font-size: 14px;
      line-height: 46px;
      color: #989898; }
  .mc-tabs-style1 .nav-tabs2 .active {
    border-bottom: 3px solid #ff7300; }
.mc-tabs-style1 .tab-content {
  padding: 10px; }

/*通栏标题行*/
.mc-index-title {
  position: relative;
  padding: 0 0 20px;
  line-height: 30px; }
  .mc-index-title:after {
    display: block;
    content: '';
    height: 0;
    overflow: hidden;
    clear: both; }
  .mc-index-title .tit-icon {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    color: #0063b1;
    float: left;
    margin-right: 10px; }
  .mc-index-title .tit {
    float: left;
    margin: 0;
    padding: 0;
    line-height: 30px; }
  .mc-index-title .more-link {
    float: right;
    font-size: 16px;
    color: #989898;
    display: block;
    position: relative; }

.mc-index-title2 {
  position: relative;
  padding: 0 0 20px;
  line-height: 30px; }
  .mc-index-title2:after {
    display: block;
    content: '';
    height: 0;
    overflow: hidden;
    clear: both; }
  .mc-index-title2 .tit {
    float: left;
    margin: 0;
    padding: 0;
    line-height: 30px;
    font-size: 20px;
    font-weight: 600; }
    .mc-index-title2 .tit small {
      font-size: 14px;
      color: #989898; }
  .mc-index-title2 .more-link {
    float: right;
    font-size: 16px;
    color: #989898;
    display: block;
    position: relative; }
    .mc-index-title2 .more-link:hover {
      color: #0063b1; }

/*常见的新闻资讯列表单项*/
/*通用单行资讯*/
.mc-text-item {
  font-size: 14px;
  line-height: 35px;
  text-align: left;
  display: block;
  position: relative;
  color: #989898;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .mc-text-item .hot-tit {
    color: #f60;
    margin-right: 5px; }
  .mc-text-item:hover {
    color: #f60; }

/*底部虚线*/
.mc-bottom-line {
  border-bottom: 1px dashed #e8e8e8; }

/*通用单行资讯,带摘要*/
.mc-text-item2 {
  display: block;
  text-align: left;
  padding: 10px 0; }
  .mc-text-item2 .title {
    font-size: 14px;
    line-height: 35px;
    color: #333;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative; }
    .mc-text-item2 .title .hot-tit {
      color: #f60;
      margin-right: 5px; }
    .mc-text-item2 .title .date {
      font-size: 14px;
      color: #989898; }
  .mc-text-item2 .desc {
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #989898;
    line-height: 24px;
    max-height: 48px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }
  .mc-text-item2:hover {
    color: #f60; }

/*新闻资讯日期样式修改*/
.mc-text-item3 {
  display: block;
  text-align: left;
  padding: 10px 0 10px 90px;
  position: relative; }
  .mc-text-item3 .text {
    font-size: 16px;
    line-height: 35px;
    color: #333;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    z-index: 1; }
  .mc-text-item3 .date {
    display: block;
    font-size: 24px;
    color: #f60;
    width: 80px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    border-right: 1px solid #e8e8e8;
    top: 16px;
    left: 0;
    z-index: 1; }
  .mc-text-item3:after {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    background: #f60;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
  .mc-text-item3:hover .date, .mc-text-item3:hover .text {
    color: #fff; }
  .mc-text-item3:hover:after {
    width: 100%; }

.mc-text-item4 {
  display: block;
  text-align: left;
  padding: 10px 0 10px 90px;
  position: relative;
  min-height: 110px; }
  .mc-text-item4 .title {
    font-size: 16px;
    line-height: 35px;
    color: #000;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative; }
    .mc-text-item4 .title .hot-tit {
      color: #f60;
      margin-right: 5px; }
  .mc-text-item4 .desc {
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #989898;
    line-height: 24px;
    max-height: 48px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }
  .mc-text-item4 .date {
    display: block;
    font-size: 12px;
    color: #f60;
    width: 60px;
    height: 60px;
    text-align: center;
    background: #f60;
    position: absolute;
    top: 25px;
    left: 10px;
    z-index: 1; }
    .mc-text-item4 .date .day {
      display: block;
      width: 56px;
      height: 32px;
      background: #fff;
      color: #f60;
      font-size: 24px;
      font-weight: 600;
      line-height: 32px;
      margin: 2px auto 0; }
    .mc-text-item4 .date .year {
      font-size: 14px;
      line-height: 28px;
      color: #fff; }
  .mc-text-item4:hover {
    background: #f8f8f8; }
    .mc-text-item4:hover .title {
      color: #f60; }

/*左图右文*/
.mc-text-item5 {
  display: block;
  text-align: left;
  padding: 10px 0; }
  .mc-text-item5 .title {
    font-size: 16px;
    line-height: 35px;
    color: #333;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative; }
    .mc-text-item5 .title .hot-tit {
      color: #f60;
      margin-right: 5px; }
  .mc-text-item5 .info {
    font-size: 14px;
    line-height: 24px;
    color: #989898; }
    .mc-text-item5 .info:after {
      display: block;
      content: '';
      height: 0;
      overflow: hidden;
      clear: both; }
    .mc-text-item5 .info .text-item {
      margin-right: 10px; }
  .mc-text-item5 .desc {
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #989898;
    line-height: 24px;
    max-height: 96px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden; }
  .mc-text-item5 .desc2 {
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #989898;
    line-height: 24px;
    max-height: 48px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }
  .mc-text-item5 .link-block {
    position: absolute;
    right: 10px;
    bottom: 10px; }
  .mc-text-item5:hover {
    color: #f60; }

/*左侧缩略图*/
.item-left-img {
  position: relative;
  padding-left: 80px; }
  .item-left-img .thumb {
    width: 70px;
    height: 70px;
    border: 1px solid #e8e8e8;
    position: absolute;
    overflow: hidden;
    top: 15px;
    left: 0; }
    .item-left-img .thumb img {
      width: 70px;
      height: 70px; }
  .item-left-img:hover .thumb img {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=$times, M12=0, M21=0, M22=$times, SizingMethod='auto expand')";
    /* IE8 */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=$times, M12=0, M21=0, M22=$times, SizingMethod='auto expand');
    /* IE6 and 7 */
    background-position: center; }

.item-left-img2 .info-box {
  position: relative;
  padding-left: 80px; }
  .item-left-img2 .info-box .thumb {
    width: 70px;
    height: 70px;
    border: 1px solid #e8e8e8;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0; }
    .item-left-img2 .info-box .thumb img {
      width: 70px;
      height: 70px; }
  .item-left-img2 .info-box .desc {
    max-height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; }
.item-left-img2:hover .thumb img {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=$times, M12=0, M21=0, M22=$times, SizingMethod='auto expand')";
  /* IE8 */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=$times, M12=0, M21=0, M22=$times, SizingMethod='auto expand');
  /* IE6 and 7 */
  background-position: center; }

.item-left-img3 {
  position: relative;
  padding-left: 250px;
  min-height: 170px; }
  .item-left-img3 .thumb {
    width: 240px;
    height: 150px;
    border: 1px solid #e8e8e8;
    position: absolute;
    overflow: hidden;
    top: 15px;
    left: 0; }
    .item-left-img3 .thumb img {
      width: 240px;
      height: 150px; }
  .item-left-img3 .desc {
    max-height: 96px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden; }
  .item-left-img3:hover .thumb img {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=$times, M12=0, M21=0, M22=$times, SizingMethod='auto expand')";
    /* IE8 */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=$times, M12=0, M21=0, M22=$times, SizingMethod='auto expand');
    /* IE6 and 7 */
    background-position: center; }

/*右侧缩略图*/
.item-right-img {
  position: relative;
  padding-right: 80px; }
  .item-right-img .thumb {
    width: 70px;
    height: 70px;
    border: 1px solid #e8e8e8;
    position: absolute;
    overflow: hidden;
    top: 15px;
    right: 0; }
    .item-right-img .thumb img {
      width: 70px;
      height: 70px; }
  .item-right-img:hover .thumb img {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=$times, M12=0, M21=0, M22=$times, SizingMethod='auto expand')";
    /* IE8 */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=$times, M12=0, M21=0, M22=$times, SizingMethod='auto expand');
    /* IE6 and 7 */
    background-position: center; }

/*右侧日期*/
.item-right-date {
  position: relative;
  padding-right: 80px; }
  .item-right-date .date {
    position: absolute;
    right: 0;
    top: 0; }

/*前置li图标*/
.li-icon {
  padding-left: 15px; }
  .li-icon:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #f60;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -2px; }

.li-icon2 {
  padding-left: 15px; }
  .li-icon2:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f60;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -2px; }

/*灰色背景链接块，右侧箭头*/
.link-block-arrow {
  display: block;
  font-size: 16px;
  color: #333;
  height: 50px;
  line-height: 30px;
  background: #f8f8f8;
  padding: 10px;
  border: 1px solid #e8e8e8;
  position: relative; }
  .link-block-arrow + .link-block-arrow {
    border-top: none; }
  .link-block-arrow:hover {
    color: #0063b1; }
  .link-block-arrow:after, .link-block-arrow:before {
    border: 10px solid transparent;
    border-left: 10px solid #fff;
    width: 0;
    height: 0;
    position: absolute;
    top: 15px;
    right: 10px;
    content: " "; }
  .link-block-arrow:before {
    border-left-color: #0063b1;
    right: 8px; }

/*横向时间轴单个元素*/
.time-line-item {
  position: relative; }
  .time-line-item .iconfont {
    font-size: 54px;
    color: #989898;
    display: block;
    margin: 10px auto 20px;
    text-align: center; }
  .time-line-item:after {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e8e8e8;
    position: absolute;
    top: 90px; }
  .time-line-item:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 85px;
    left: 50%;
    margin-left: -5px;
    z-index: 1; }
  .time-line-item .tit {
    font-size: 16px;
    line-height: 2;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    text-align: center;
    margin: 30px auto 10px; }
  .time-line-item .desc {
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
    margin: 0;
    max-height: 60px;
    overflow: hidden;
    text-align: justify;
    color: #989898;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; }
  .time-line-item:hover {
    cursor: pointer; }
    .time-line-item:hover .iconfont {
      color: #0063b1; }
    .time-line-item:hover:after {
      border-bottom: 1px solid #0063b1; }
    .time-line-item:hover:before {
      border: 1px solid #0063b1;
      background: #0063b1; }
    .time-line-item:hover .tit {
      color: #0063b1; }

/*单张图片鼠标放上显示遮罩与文字*/
.mc-img-item {
  width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 30px; }
  .mc-img-item img {
    height: 260px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
  .mc-img-item .text-info-box {
    width: 100%;
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
    color: #fff; }
    .mc-img-item .text-info-box .tit, .mc-img-item .text-info-box .desc {
      position: relative;
      z-index: 1;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .mc-img-item .text-info-box:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background: rgba(0, 0, 0, 0.6);
      top: 0;
      left: 0;
      z-index: 0; }
  .mc-img-item:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=$times, M12=0, M21=0, M22=$times, SizingMethod='auto expand')";
    /* IE8 */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=$times, M12=0, M21=0, M22=$times, SizingMethod='auto expand');
    /* IE6 and 7 */
    background-position: center; }

/*二维码排版*/
.mc-qrcode .tit {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  margin: 0; }
.mc-qrcode .qrcode {
  width: 100px;
  height: 100px;
  display: block;
  margin: 10px auto; }
.mc-qrcode .text {
  font-size: 12px;
  line-height: 1.5;
  text-align: center; }

/*底部列表导航*/
.mc-foot-menu a {
  color: #333; }
.mc-foot-menu .menu-tit {
  font-size: 16px;
  margin-bottom: 10px;
  list-style: none; }
.mc-foot-menu .menu-item {
  font-size: 14px;
  margin-left: 38px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  list-style-type: square; }

/*底部列表导航*/
.mc-foot-menu2 {
  display: block;
  position: relative;
  padding-left: 50px; }
  .mc-foot-menu2 a {
    color: #333; }
  .mc-foot-menu2 .menu-tit {
    font-size: 16px;
    margin-bottom: 10px;
    list-style: none; }
  .mc-foot-menu2 .menu-item {
    font-size: 14px;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    list-style-type: square; }
  .mc-foot-menu2:after {
    content: '';
    height: 120px;
    width: 1px;
    border-right: 1px solid #e8e8e8;
    position: absolute;
    right: 0;
    top: 30px; }

/*单个商品*/
.mc-goods-item {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 10px; }
  .mc-goods-item .goods-thumb {
    width: 178px;
    height: 178px;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
  .mc-goods-item .goods-name {
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
    margin: 10px auto 5px;
    color: #333;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }
  .mc-goods-item .price-box .goods-price {
    font-size: 16px;
    color: #ed5565; }
  .mc-goods-item:hover .goods-thumb {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=$times, M12=0, M21=0, M22=$times, SizingMethod='auto expand')";
    /* IE8 */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=$times, M12=0, M21=0, M22=$times, SizingMethod='auto expand');
    /* IE6 and 7 */
    background-position: center; }

/*左图右文商品排版*/
.mc-goods-item2 {
  display: block;
  position: relative;
  width: 100%;
  height: 95px;
  padding: 10px;
  padding-left: 90px;
  border-bottom: 1px dashed #e8e8e8; }
  .mc-goods-item2 .goods-thumb {
    width: 70px;
    height: 70px;
    border: 1px solid #e8e8e8;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 10px;
    left: 10px; }
  .mc-goods-item2 .text-cell .goods-name {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin: 0; }
    .mc-goods-item2 .text-cell .goods-name .brand {
      font-size: 14px;
      float: right;
      color: #989898; }
  .mc-goods-item2 .text-cell .cell-info {
    font-size: 14px;
    line-height: 1.6;
    color: #333; }
    .mc-goods-item2 .text-cell .cell-info .con {
      margin-left: 0; }
  .mc-goods-item2 .text-cell .price {
    position: absolute;
    left: 90px;
    bottom: 15px;
    color: #0063b1; }
    .mc-goods-item2 .text-cell .price .sign {
      font-size: 16px; }
  .mc-goods-item2:hover {
    background: #eff5fe; }

/*实单求购信息块*/
.mc-buy-info {
  padding: 5px 10px;
  border: 1px solid #e8e8e8;
  background: #fff;
  position: relative;
  margin-right: 5px; }
  .mc-buy-info .status {
    display: block;
    width: 60px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #fb8687;
    position: absolute;
    right: -5px;
    top: 15px; }
    .mc-buy-info .status:after {
      content: '';
      width: 0;
      height: 0;
      border-top: 5px solid #0063b1;
      border-right: 5px solid transparent;
      position: absolute;
      right: 0;
      bottom: -5px; }
    .mc-buy-info .status:before {
      content: '';
      width: 0;
      height: 0;
      border-top: 8px solid transparent;
      border-right: 10px solid #fb8687;
      border-bottom: 8px solid transparent;
      position: absolute;
      left: -5px;
      bottom: 2px; }
  .mc-buy-info .over {
    background: #6c8de9; }
    .mc-buy-info .over:after {
      border-top: 5px solid #5070c8;
      border-right: 5px solid transparent; }
    .mc-buy-info .over:before {
      border-top: 8px solid transparent;
      border-right: 10px solid #6c8de9;
      border-bottom: 8px solid transparent; }
  .mc-buy-info .tit {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px; }
  .mc-buy-info .info {
    font-size: 14px;
    color: #989898; }
    .mc-buy-info .info .num {
      color: #d8760c; }
  .mc-buy-info .offer-info span {
    display: inline-block;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .mc-buy-info .offer-info .company-name {
    width: 35%;
    color: #333; }
  .mc-buy-info .offer-info .text {
    width: 10%;
    text-align: center;
    color: #989898; }
  .mc-buy-info .offer-info .price {
    color: #d8760c;
    width: 30%; }
  .mc-buy-info .offer-info .brand {
    width: 15%;
    text-align: center;
    color: #333; }

/*横向时间轴，步骤*/
.mc-step {
  width: 100%;
  list-style: none;
  padding: 20px 0;
  height: auto; }
  .mc-step:after {
    display: block;
    content: '';
    height: 0;
    overflow: hidden;
    clear: both; }
  .mc-step li {
    width: 20%;
    float: left;
    text-align: center;
    position: relative;
    overflow: hidden; }
    .mc-step li .step-num {
      display: block;
      width: 40px;
      height: 40px;
      background: #efefef;
      text-align: center;
      line-height: 40px;
      border-radius: 50%;
      margin: 0 auto;
      font-size: 16px;
      color: #989898; }
    .mc-step li .text {
      font-size: 14px;
      font-weight: 500; }
    .mc-step li:after {
      content: '';
      width: 50%;
      height: 5px;
      background: #efefef;
      position: absolute;
      top: 18px;
      left: 50%;
      margin-left: 30px; }
    .mc-step li:before {
      content: '';
      width: 50%;
      height: 5px;
      background: #efefef;
      position: absolute;
      top: 18px;
      right: 50%;
      margin-right: 30px; }
    .mc-step li:first-child:before {
      width: 0; }
    .mc-step li:last-child:after {
      width: 0; }
  .mc-step .step-active {
    color: #0063b1; }
    .mc-step .step-active .step-num {
      background: #0063b1;
      color: #fff; }
    .mc-step .step-active:after {
      background: #0063b1; }
    .mc-step .step-active:before {
      background: #0063b1; }

/*纵向时间轴 步骤*/
.mc-step2 {
  width: 100%; }
  .mc-step2 .step-item {
    width: 100%;
    min-height: 60px;
    height: auto;
    position: relative; }
    .mc-step2 .step-item:after {
      content: '';
      width: 1px;
      height: 100%;
      border-right: 1px dashed #eee;
      position: absolute;
      left: 15px;
      top: 0; }
    .mc-step2 .step-item .step-tit {
      font-size: 18px;
      line-height: 30px;
      color: #333; }
      .mc-step2 .step-item .step-tit .step-num {
        display: block;
        width: 30px;
        height: 30px;
        background: #0063b1;
        text-align: center;
        line-height: 30px;
        border-radius: 50%;
        font-size: 16px;
        color: #fff;
        z-index: 1;
        position: relative;
        float: left;
        margin-right: 15px; }
    .mc-step2 .step-item .step-main {
      width: 100%;
      padding: 30px 45px; }

/*加减*/
.spinner {
  width: 100%; }

.spinner input {
  text-align: right; }

.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell; }

.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0; }

.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px; }

.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px; }

.input-group-btn-vertical i {
  position: absolute;
  top: 0;
  left: 4px; }

/*侧边客服*/
.mc-left-menu {
  position: fixed;
  right: 0;
  top: 50%;
  width: 40px;
  margin-top: -170px;
  z-index: 9999; }
  .mc-left-menu .item {
    display: block;
    width: 40px;
    height: 40px;
    background: #776e6e;
    margin-bottom: 5px;
    position: relative; }
    .mc-left-menu .item .iconfont {
      display: block;
      width: 40px;
      height: 40px;
      font-size: 20px;
      line-height: 40px;
      text-align: center;
      color: #fff; }
    .mc-left-menu .item .text-cell {
      display: block;
      width: 0;
      height: 40px;
      overflow: hidden;
      padding: 0 10px;
      line-height: 40px;
      text-align: right;
      font-size: 16px;
      background: #0063b1;
      color: #fff;
      position: absolute;
      right: -40px;
      top: 0;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
    .mc-left-menu .item:hover .iconfont {
      background: #0063b1; }
    .mc-left-menu .item:hover .text-cell {
      width: 160px;
      right: 40px;
      text-align: center; }

/*折叠菜单*/
.mc-fold-menu {
  padding: 10px;
  border:1px solid #e8e8e8;
  background:#fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
  .mc-fold-menu .item {
    position: relative; }
    .mc-fold-menu .item .tit {
      height: 35px;
      line-height: 35px;
      border-bottom: 1px solid #e8e8e8;
      font-size: 14px;
      font-weight: 500;
      cursor: pointer; }
      .mc-fold-menu .item .tit .iconfont {
        display: inline-block;
        width: 12px;
        height: 12px;
        border: 1px solid #989898;
        text-align: center;
        margin-right: 10px;
        position: relative; }
        .mc-fold-menu .item .tit .iconfont:after {
          content: '';
          width: 8px;
          height: 1px;
          border-bottom: 1px solid #333;
          position: absolute;
          top: 50%;
          left: 1px;
          margin-top: -1px; }
        .mc-fold-menu .item .tit .iconfont:before {
          content: '';
          width: 1px;
          height: 8px;
          border-right: 1px solid #333;
          position: absolute;
          top: 1px;
          left: 5px; }
    .mc-fold-menu .item .item-menu {
      height: 0;
      overflow: hidden;
      padding: 0;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      .mc-fold-menu .item .item-menu li {
        list-style: none; }
      .mc-fold-menu .item .item-menu .mc-text-link {
        color: #333;
        line-height: 30px;
        display: block;
        padding-left: 18px;
        margin: 10px auto; }
        .mc-fold-menu .item .item-menu .mc-text-link:hover {
          background: #efefef; }
        .mc-fold-menu .item .item-menu .mc-text-link.active {
          color: #0063b1; }
    .mc-fold-menu .item.active .tit .iconfont:before {
      display: none; }
    .mc-fold-menu .item.active .item-menu {
      height: auto;
      display: block; }

/*带下边线的标题，双色边线*/
.mc-title {
  height: 50px;
  border-bottom: 1px solid #e8e8e8;
  padding: 0 10px; }
  .mc-title .tit {
    float: left;
    padding: 0 15px;
    line-height: 47px;
    font-size: 16px;
    margin: 0;
    border-bottom: 3px solid #0063b1; }
  .mc-title .item-link {
    float: left;
    padding: 0 25px;
    line-height: 47px;
    font-size: 16px;
    margin: 0;
    color: #989898;
    margin-left: 15px; }
    .mc-title .item-link.active {
      color: #0063b1;
      border-bottom: 3px solid #0063b1; }
  .mc-title .btn {
    margin-top: 8px; }
  .mc-title .more-link {
    font-size: 14px;
    color: #989898;
    float: right;
    line-height: 50px; }
    .mc-title .more-link:hover {
      color: #0063b1; }

/*商品相册带放大镜*/
.mc-zoom-focus {
  /*外层盒子和里边图片的一点点样式*/
  /*放大镜是基于图片大小自动生成的，每次都要把jqueryzoom中img的大小和jqueryzoom盒子大小设置为一样的，不然放大镜滑块有可能溢出*/
  /* 相册滚动 */ }
  .mc-zoom-focus .jqueryzoom {
    position: relative;
    border: solid 1px #e8e8e8;
    width: 402px;
    height: 400px;
    overflow: hidden;
    display: inline-block; }
  .mc-zoom-focus .jqueryzoom img {
    width: 400px;
    height: 400px; }
  .mc-zoom-focus .cloudzoom-gallery-active {
    opacity: 0.8;
    border: 2px solid #0063b1 !important; }
  .mc-zoom-focus .album-list {
    width: 400px;
    overflow: hidden;
    position: relative;
    margin: 10px auto; }
  .mc-zoom-focus .album-list .prev, .mc-zoom-focus .album-list .next {
    display: block;
    width: 16px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    color: #989898;
    border: 1px solid #e8e8e8; }
  .mc-zoom-focus .album-list .next {
    left: 0; }
  .mc-zoom-focus .album-list .bd {
    padding: 0 16px;
    border: none; }
  .mc-zoom-focus .album-list .bd ul {
    overflow: hidden;
    zoom: 1;
    height: 70px; }
  .mc-zoom-focus .album-list .bd ul li {
    margin: 0 4px;
    float: left;
    height: 70px;
    _display: inline;
    overflow: hidden;
    text-align: center; }
  .mc-zoom-focus .album-list .bd ul li img {
    display: inline-block;
    width: 64px;
    height: 64px;
    padding: 2px;
    border: 1px solid #ccc;
    vertical-align: text-top; }

/*商品内容页sku样式*/
.sku-info-box {
  margin:0px auto; }
  .sku-info-box .goods_attr {
    padding: 10px 10px 10px 80px;
    border-bottom: 1px dashed #e8e8e8;
    position: relative; }
    .sku-info-box .goods_attr:after {
      display: block;
      content: '';
      height: 0;
      overflow: hidden;
      clear: both; }
    .sku-info-box .goods_attr .label {
      width: 60px;
      font-size: 14px;
      line-height: 30px;
      overflow: hidden;
/*      text-overflow: ellipsis;
*/      white-space: nowrap;
      color: #989898;
      position: absolute;
      left: 10px;
      top: 10px;
      background: none; }
    .sku-info-box .goods_attr .goods_sku {
      list-style: none;
      padding: 0 20px;
      font-size: 14px;
      line-height: 30px;
      background: #feeced;
      border-radius: 5px;
      float: left;
      margin: 5px;
      cursor: pointer;
	  color:#dd0012;
	  border:1px solid #dd0012;
	  }
    .sku-info-box .goods_attr .sel {
      background: #dd0012;
      color: #fff; }
    .sku-info-box .goods_attr .b {
      background: #efefef;
      color: #989898;
      cursor: default;
	  border:none;
	  }

/*加减*/
.goods-spinner {
  display: block;
  position: relative;
  width: 138px;
  height: 30px;
  border: 1px solid #e8e8e8;
  padding: 0 42px;
  background: #fff; }
  .goods-spinner .action-btn {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #333;
    font-size: 24px;
    color: #989898;
    background: #efefef;
    position: absolute;
    top: -1px;
    left: 0; }
  .goods-spinner .goods-inc {
    left: auto;
    right: -1px; }
  .goods-spinner .goods-num {
    width: 55%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    border: none; margin-left:7px;}
	.zxyj { overflow:hidden;}
	.zxyj .lf{    display: block;
    width: 160px;
    height: 40px;
    background: #0063b1;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    font-size: 16px;
	margin-left:160px; margin-top:33px;}

/*商品评分*/
/*星星*/
.star-score-box {
  letter-spacing: 5px;
  position: relative;
  width: 105px;
  height: 17px;
  font-size: 16px; }
  .star-score-box:before {
    content: '\e613 \e613 \e613 \e613 \e613';
    color: #ff7300; }
  .star-score-box:after {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    content: '\e612 \e612 \e612 \e612 \e612';
    color: #ff7300; }

.score-show-1:after {
  width: 16px; }

.score-show-2:after {
  width: 37px; }

.score-show-3:after {
  width: 58px; }

.score-show-4:after {
  width: 79px; }

.score-show-5:after {
  width: 105px; }

.score-group {
  position: relative;
  padding: 5px 0 5px 70px; }
  .score-group .score-name {
    width: 70px;
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 14px;
    line-height: 22px; }

/*无内容提示*/
.no-msg {
  text-align: center;
  padding: 100px 0;
  font-size: 16px;
  line-height: 1.6;
  color: #989898; }
  .no-msg .icon {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    background: url("/public/home/pc/img/icon-empty-sa8e68416f7-292685156b.png") no-repeat;
    background-position: 0 -1900px; }

/*复选框*/
.mc-checkbox input[type="radio"], .mc-checkbox input[type="checkbox"] {
  display: none; }

.mc-checkbox input[type="radio"] + .iconfont:after, .mc-checkbox input[type="checkbox"]:not(.m-switch) + .iconfont:after {
  content: '\e686';
  color: #989898;
  font-size: 16px; }

.mc-checkbox input[type="radio"]:checked + .iconfont:after, .mc-checkbox input[type="checkbox"]:not(.m-switch):checked + .iconfont:after {
  color: #0063b1;
  content: '\e685';
  font-size: 16px; }

.mc-checkbox-text {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  color: #989898;
  height: 24px;
  line-height: 24px;
  cursor: pointer; }
  .mc-checkbox-text .iconfont {
    width: 100%;
    position: absolute;  
    top: 0;
    left: 0; }
  .mc-checkbox-text .link {
    position: relative;
    z-index: 9; }

/*# sourceMappingURL=extend.css.map */
.sku-info-box .goods_attr{ padding:5px 10px 5px 45px}
.sku-info-box .goods_attr .label{ left:-8px;}
.sku-info-box .ys{ overflow:hidden; height:40px; line-height:40px;}
.sku-info-box .ys .lf{ float:left; font-size:14px;}
.sku-info-box .ys .rf{ float:left; margin-left:10px}
.sku-info-box .ys .rf .choose{border:1px solid #e64548;background: url(/public/nongye/img/choose_red.png) right bottom no-repeat; padding:5px;}
.sku-info-box .ys .rf span{margin-right:10px; border:1px solid #ddd; padding:5px}
.sku-info-box .fk{ overflow:hidden; height:40px; line-height:40px;}
.sku-info-box .fk .lf{ float:left; font-size:14px;}
.sku-info-box .fk .rf{ float:left; margin-left:10px}
.sku-info-box .fk .rf span{ margin-right:10px; border:1px solid #ddd;padding:5px}
.sku-info-box .fk .rf .choose{border:1px solid #e64548;background: url(/public/nongye/img/choose_red.png) right bottom no-repeat; padding:5px;}