@charset "UTF-8";
.number-box {
  position: relative;
  height: 28px;
  margin: 0 auto; }
  .number-box .num-btn {
    display: block;
    height: 26px;
    width: 26px;
    border: 1px solid #ccc;
    padding-left: 10px;
    line-height: 26px;
    color: #999;
    float: left;
    cursor: pointer; }
  .number-box .shopValue {
    width: 40px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    padding: 6px 0;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    text-align: center;
    float: left;
    display: inline-block; }
  .number-box span:active {
    text-decoration: none;
    border: 1px solid #ef4723;
    color: #ef4723; }

.details {
  border: 1px solid #ddd;
  height: 500px; }
  .details .pic-box {
    width: 270px;
    height: 480px; }
    .details .pic-box .pic-big {
      width: 270px;
      height: 480px; }
    .details .pic-box .pic-small-box {
      height: 74px;
      position: relative;
      padding: 0 12px;
      cursor: pointer; }
      .details .pic-box .pic-small-box .pic-btn {
        display: block;
        position: absolute;
        top: 0;
        height: 72px;
        width: 10px;
        border: 1px solid #e6e6e6; }
        .details .pic-box .pic-small-box .pic-btn i {
          display: block;
          font-size: 12px;
          display: block;
          width: 10px;
          height: 28px;
          line-height: 28px;
          text-align: center;
          color: #999999;
          position: relative;
          top: 22px; }
        .details .pic-box .pic-small-box .pic-btn:hover {
          text-decoration: none;
          border: 1px solid #ef4723; }
          .details .pic-box .pic-small-box .pic-btn:hover i {
            color: #ef4723; }
      .details .pic-box .pic-small-box a.prev {
        left: 0; }
      .details .pic-box .pic-small-box a.next {
        right: 0; }
      .details .pic-box .pic-small-box .pic-menu {
        width: 100%;
        overflow: hidden;
        height: 74px;
        position: relative; }
        .details .pic-box .pic-small-box .pic-menu ul {
          position: absolute;
          left: 0;
          top: 0; }
          .details .pic-box .pic-small-box .pic-menu ul li {
            float: left;
            width: 83px;
            border: 1px solid #e6e6e6;
            margin-left: 5px;
            height: 72px; }
            .details .pic-box .pic-small-box .pic-menu ul li img {
              width: 83px;
              height: 72px; }
            .details .pic-box .pic-small-box .pic-menu ul li.active {
              border-color: #ef4723; }
  .details .info-txt {
    border-right: 1px solid #ddd;
    width: 580px;
    overflow: hidden;
    height: 480px; }
    .details .info-txt .txt-t {
      padding: 10px 20px 0 0;
      height: 480px;
      width: 550px; }
      .details .info-txt .txt-t li {
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        padding-left: 20px; }
        .details .info-txt .txt-t li span {
          margin-right: 5px;
          font-family: 微软雅黑; }
      .details .info-txt .txt-t .price-and-click {
        line-height: 70px;
        height: 70px;
        background: #ebebeb;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 20px;
        font-family: 微软雅黑;
        font-size: 14px; }
    .details .info-txt .txt-s {
      padding: 5px 0px 5px 20px;
      height: 150px;
      width: 310px; }
      .details .info-txt .txt-s li {
        height: 25px;
        line-height: 25px;
        margin: 3px 0; }
        .details .info-txt .txt-s li i {
          border: 1px solid #ddd;
          padding: 2px 5px;
          cursor: pointer; }
          .details .info-txt .txt-s li i:hover {
            border-color: #ec6536; }
        .details .info-txt .txt-s li .checked {
          border-color: #ec6536; }
      .details .info-txt .txt-s .mun {
        height: 28px;
        line-height: 28px; }
  .details .info-user {
    width: 306px; }
    .details .info-user .bg {
      height: 50px;
      background: #ec6536;
      padding-top: 20px; }
      .details .info-user .bg p a {
        color: #fff; }
      .details .info-user .bg span {
        background: #6FBA2C;
        padding: 0 10px;
        color: #fff;
        border: 1px solid #6FBA2C; }
      .details .info-user .bg .vips {
        position: absolute;
        top: 27px;
        right: 10px;
        font-size: 30px; }
    .details .info-user .user {
      padding: 10px 20px 30px;
      font-family: 微软雅黑; }
      .details .info-user .user li {
        height: 35px;
        line-height: 35px;
        overflow: hidden; }
        .details .info-user .user li span {
          margin-right: 5px; }
      .details .info-user .user .address-dl b {
        line-height: 20px;
        height: 20px;
        font-weight: 500; }
      .details .info-user .user .address-dt {
        width: 190px;
        padding-left: 13px; }
        .details .info-user .user .address-dt span {
          line-height: 20px;
          height: 20px; }
    .details .info-user .tag {
      color: white;
      padding: 4px;
      width: 20px;
      height: 20px;
      background-size: 22px;
      display: inline-block;
      background-repeat: no-repeat;
      position: relative;
      top: 13px; }
      .details .info-user .tag.realname {
        background-image: url("../../images/realname.gif"); }
      .details .info-user .tag.company {
        background-image: url("../../images/company.gif"); }
      .details .info-user .tag.business {
        background-image: url("../../images/business.gif"); }
    .details .info-user .cups-div {
      margin-left: 5px;
      margin-top: 5px;
      display: inline-block; }
      .details .info-user .cups-div .cup {
        display: inline-block;
        height: 22px;
        width: 22px;
        line-height: 22px;
        background-size: 22px;
        background-image: url("../../images/cup.png");
        top: 5px;
        position: relative; }
      .details .info-user .cups-div .cup-name {
        color: #999; }

.goods {
  width: 970px;
  float: right;
  border-top: 0;
  margin-bottom: 20px; }
  .goods .goods-info-tit {
    border-bottom: 1px #ccc solid; }
    .goods .goods-info-tit ul li {
      float: left; }
      .goods .goods-info-tit ul li a {
        display: block;
        float: left;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        padding: 0 30px;
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc;
        cursor: pointer;
        background: #fff; }
      .goods .goods-info-tit ul li .current {
        border-top: 2px solid #019865;
        margin-bottom: -1px;
        color: #019865;
        border-bottom: 0; }
      .goods .goods-info-tit ul li .first {
        border-left: 1px solid #ccc; }
  .goods .goods-info-main {
    border: 1px #ccc solid;
    border-top: 0px;
    padding: 40px 20px;
    margin-bottom: 0px;
    overflow: hidden; }
    .goods .goods-info-main img {
      margin: 10px auto; }
    .goods .goods-info-main p {
      margin: 10px 0;
      text-indent: 2em; }

.ad-details {
  float: left;
  width: 210px;
  border: 1px solid #ccc;
  padding: 10px 10px 0 10px;
  box-sizing: border-box;
  margin-bottom: 20px; }
  .ad-details .container {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #ccc;
    margin-top: 20px; }
    .ad-details .container img {
      width: 190px;
      height: 290px; }
    .ad-details .container .name {
      font-weight: 600;
      font-size: 16px;
      color: #666;
      margin: 5px 0; }
    .ad-details .container .price-nums span {
      height: 22px;
      line-height: 22px;
      font-size: 16px; }
    .ad-details .container .price-nums .price {
      font-weight: 550;
      float: left;
      color: red; }
    .ad-details .container .price-nums .nums {
      float: right; }

/*# sourceMappingURL=detail.css.map */







