body {
  background: #fff; }

.pc-header {
  box-shadow: inset 0px -1px 0px #E7E7E7; }

.pc-article-body {
  position: relative; }
  .pc-article-body.list .body-inner .inner-left {
    border: 1px solid #EFEFEF; }
  .pc-article-body .body-inner {
    width: 1200px;
    margin: auto;
    background: #fff;
    box-sizing: border-box;
    display: flex; }
    .pc-article-body .body-inner .inner-left {
      flex: 1;
      border-radius: 2px;
      width: 862px;
      padding-bottom: 40px; }
      .pc-article-body .body-inner .inner-left .list-category {
        padding: 20px 20px 0 20px; }
        .pc-article-body .body-inner .inner-left .list-category .category-item {
          cursor: pointer;
          display: inline-block;
          margin-right: 18px;
          margin-bottom: 18px;
          padding: 6px 12px;
          border-radius: 50px;
          font-size: 14px;
          color: #35353A;
          background: rgba(173, 125, 66, 0.1); }
          .pc-article-body .body-inner .inner-left .list-category .category-item.active {
            color: #fff;
            background: #AD7D42; }
      .pc-article-body .body-inner .inner-left .list-article {
        position: relative;
        margin-top: 12px; }
        .pc-article-body .body-inner .inner-left .list-article .article-item {
          width: 862px;
          height: 154px;
          background: #F3F5F7;
          border-radius: 2px;
          display: flex;
          margin-bottom: 20px;
          box-sizing: border-box; }
          .pc-article-body .body-inner .inner-left .list-article .article-item .item-thumb {
            width: 206px;
            height: 154px; }
            .pc-article-body .body-inner .inner-left .list-article .article-item .item-thumb .img {
              width: 206px;
              height: 154px;
              position: relative;
              display: block;
              background-size: cover;
              overflow: hidden;
              background-repeat: no-repeat;
              background-position: center center; }
          .pc-article-body .body-inner .inner-left .list-article .article-item .item-info {
            margin-left: 14px; }
            .pc-article-body .body-inner .inner-left .list-article .article-item .item-info .info-title {
              margin-top: 16px;
              font-weight: bold;
              font-size: 18px;
              color: #35353A; }
            .pc-article-body .body-inner .inner-left .list-article .article-item .item-info .info-content {
              margin-top: 6px;
              font-size: 14px;
              line-height: 22px;
              color: #797A8A;
              height: 44px;
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2; }
            .pc-article-body .body-inner .inner-left .list-article .article-item .item-info .info-detail {
              margin-top: 26px;
              font-size: 14px;
              line-height: 22px;
              color: #AD7D42; }
              .pc-article-body .body-inner .inner-left .list-article .article-item .item-info .info-detail .icon {
                font-size: 12px; }
      .pc-article-body .body-inner .inner-left .list-pager {
        margin: auto;
        text-align: right;
        margin-top: 30px;
        padding-bottom: 20px; }
      .pc-article-body .body-inner .inner-left .detail-title {
        font-weight: bold;
        font-size: 30px;
        line-height: 40px;
        color: #35353A; }
      .pc-article-body .body-inner .inner-left .detail-sub {
        font-size: 18px;
        line-height: 22px;
        color: #C4C4C8;
        margin-top: 16px; }
      .pc-article-body .body-inner .inner-left .detail-content {
        margin-top: 25px;
        border-bottom: 1px solid #eee; }
        .pc-article-body .body-inner .inner-left .detail-content table, .pc-article-body .body-inner .inner-left .detail-content img, .pc-article-body .body-inner .inner-left .detail-content p {
          max-width: 100%; }
      .pc-article-body .body-inner .inner-left .detail-related-title {
        font-weight: bold;
        font-size: 20px;
        line-height: 28px;
        color: #35353A;
        margin-top: 30px; }
      .pc-article-body .body-inner .inner-left .detail-related-list {
        margin-top: 26px; }
        .pc-article-body .body-inner .inner-left .detail-related-list .related-item {
          position: relative;
          cursor: pointer;
          width: 260px;
          height: 160px;
          float: left;
          margin-right: 30px; }
          .pc-article-body .body-inner .inner-left .detail-related-list .related-item:last-of-type {
            margin-right: 0; }
          .pc-article-body .body-inner .inner-left .detail-related-list .related-item .title {
            position: absolute;
            left: 0px;
            right: 0;
            bottom: 0;
            height: 34px;
            font-size: 14px;
            line-height: 34px;
            color: #fff;
            background: rgba(4, 4, 4, 0.5);
            padding: 0 20px;
            overflow: hidden;
            text-align: center; }
          .pc-article-body .body-inner .inner-left .detail-related-list .related-item .image {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            display: block;
            width: 260px;
            height: 160px;
            border-radius: 2px;
            background-size: cover;
            overflow: hidden;
            background-repeat: no-repeat;
            background-position: center center; }
            .pc-article-body .body-inner .inner-left .detail-related-list .related-item .image .wrap {
              position: relative;
              overflow: hidden;
              padding-top: 100%; }
            .pc-article-body .body-inner .inner-left .detail-related-list .related-item .image .img {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              width: 100%;
              background-repeat: no-repeat;
              background-position: 50%;
              background-size: cover; }
    .pc-article-body .body-inner .inner-right {
      margin-left: 30px;
      width: 308px;
      border: 1px solid #EFEFEF; }
      .pc-article-body .body-inner .inner-right .right-title {
        height: 48px;
        line-height: 46px;
        padding: 0 24px;
        background: #F3F5F7;
        box-sizing: border-box;
        border-bottom: 1px solid #EFEFEF; }
      .pc-article-body .body-inner .inner-right .right-list {
        padding: 20px 20px 0; }
        .pc-article-body .body-inner .inner-right .right-list .goods-item {
          position: relative;
          cursor: pointer;
          width: 260px;
          box-sizing: border-box;
          background: #fff;
          margin-bottom: 12px;
          border-radius: 2px; }
          .pc-article-body .body-inner .inner-right .right-list .goods-item:hover {
            box-shadow: 0px 2px 20px rgba(123, 135, 159, 0.2); }
          .pc-article-body .body-inner .inner-right .right-list .goods-item .image {
            position: relative;
            display: block;
            border-radius: 2px;
            background-size: cover;
            overflow: hidden;
            background-repeat: no-repeat;
            background-position: center center; }
            .pc-article-body .body-inner .inner-right .right-list .goods-item .image .commission {
              position: absolute;
              left: 0;
              right: 0;
              bottom: 0;
              height: 34px;
              color: #fff;
              line-height: 34px;
              text-align: center;
              font-size: 14px;
              background: #AD7D42; }
            .pc-article-body .body-inner .inner-right .right-list .goods-item .image .wrap {
              position: relative;
              overflow: hidden;
              padding-top: 100%; }
            .pc-article-body .body-inner .inner-right .right-list .goods-item .image .img {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              width: 100%;
              background-repeat: no-repeat;
              background-position: 50%;
              background-size: cover; }
          .pc-article-body .body-inner .inner-right .right-list .goods-item .title {
            margin-top: 10px;
            font-size: 14px;
            line-height: 22px;
            color: #35353A;
            text-align: center;
            height: 44px;
            overflow: hidden;
            padding: 0 10px; }
            .pc-article-body .body-inner .inner-right .right-list .goods-item .title .tag {
              height: 16px;
              line-height: 16px;
              padding: 0 4px;
              background: linear-gradient(105.58deg, #FF6542 10.94%, #FF441A 89.58%), #FFE7E7;
              border-radius: 2px;
              font-size: 12px;
              color: #fff; }
          .pc-article-body .body-inner .inner-right .right-list .goods-item .prices {
            margin: 3px 0 4px 0;
            text-align: center;
            padding-bottom: 10px; }
            .pc-article-body .body-inner .inner-right .right-list .goods-item .prices .market {
              font-size: 16px;
              color: #C00000; }
            .pc-article-body .body-inner .inner-right .right-list .goods-item .prices .original {
              font-size: 16px;
              text-decoration-line: line-through;
              color: #C4C4C8;
              margin-left: 2px; }
          .pc-article-body .body-inner .inner-right .right-list .goods-item .sales {
            margin-top: 6px;
            font-size: 14px;
            color: #797A8A; }
            .pc-article-body .body-inner .inner-right .right-list .goods-item .sales .num {
              color: #AD7D42; }

.pc-goods-detail {
  position: relative; }
  .pc-goods-detail .detail-inner {
    position: relative;
    width: 1200px;
    margin: auto;
    overflow: hidden; }
    .pc-goods-detail .detail-inner .goods-detail {
      margin-top: 60px;
      width: 1200px;
      display: flex;
      overflow: hidden; }
      .pc-goods-detail .detail-inner .goods-detail .detail-left {
        border: 1px solid #EFEFEF;
        width: 852px; }
        .pc-goods-detail .detail-inner .goods-detail .detail-left .left-tab {
          height: 48px;
          background: #F3F5F7;
          border-bottom: 1px solid #EFEFEF;
          box-sizing: border-box;
          padding: 0 50px; }
          .pc-goods-detail .detail-inner .goods-detail .detail-left .left-tab .tab-item {
            font-size: 16px;
            height: 44px;
            line-height: 44px;
            color: #35353A;
            float: left;
            margin-right: 82px;
            cursor: pointer; }
            .pc-goods-detail .detail-inner .goods-detail .detail-left .left-tab .tab-item.active {
              font-weight: bold;
              color: #AD7D42;
              border-bottom: 2px solid #AD7D42; }
        .pc-goods-detail .detail-inner .goods-detail .detail-left .left-comments {
          position: relative;
          padding: 35px 40px; }
          .pc-goods-detail .detail-inner .goods-detail .detail-left .left-comments .comment-tab {
            position: relative;
            padding-bottom: 30px;
            border-bottom: 1px solid #EFEFEF; }
            .pc-goods-detail .detail-inner .goods-detail .detail-left .left-comments .comment-tab .tab-item {
              display: inline-block;
              padding: 6px 12px;
              background: rgba(173, 125, 66, 0.1);
              color: #35353A;
              border-radius: 50px;
              cursor: pointer;
              font-size: 14px;
              margin-right: 14px;
              transition-duration: .3s; }
              .pc-goods-detail .detail-inner .goods-detail .detail-left .left-comments .comment-tab .tab-item.active {
                background: #AD7D42;
                color: #FFFFFF; }
              .pc-goods-detail .detail-inner .goods-detail .detail-left .left-comments .comment-tab .tab-item:hover:not(.active) {
                background: rgba(173, 125, 66, 0.16); }
          .pc-goods-detail .detail-inner .goods-detail .detail-left .left-comments .comment-list {
            position: relative;
            margin-top: 30px; }
            .pc-goods-detail .detail-inner .goods-detail .detail-left .left-comments .comment-list .comment-item {
              display: flex;
              border-bottom: 1px solid #EFEFEF;
              margin-bottom: 30px;
              padding-bottom: 30px; }
              .pc-goods-detail .detail-inner .goods-detail .detail-left .left-comments .comment-list .comment-item:last-of-type {
                border-bottom: none; }
              .pc-goods-detail .detail-inner .goods-detail .detail-left .left-comments .comment-list .comment-item .item-avatar {
                width: 60px; }
                .pc-goods-detail .detail-inner .goods-detail .detail-left .left-comments .comment-list .comment-item .item-avatar img {
                  width: 40px;
                  height: 40px;
                  border-radius: 50%; }
              .pc-goods-detail .detail-inner .goods-detail .detail-left .left-comments .comment-list .comment-item .item-info {
                flex: 1;
                position: relative; }
                .pc-goods-detail .detail-inner .goods-detail .detail-left .left-comments .comment-list .comment-item .item-info .info-time {
                  position: absolute;
                  right: 10px;
                  top: 10px;
                  font-size: 14px;
                  text-align: right;
                  color: #797A8A; }
                .pc-goods-detail .detail-inner .goods-detail .detail-left .left-comments .comment-list .comment-item .item-info .info-nickname {
                  font-size: 14px;
                  color: #35353A; }
                .pc-goods-detail .detail-inner .goods-detail .detail-left .left-comments .comment-list .comment-item .item-info .info-stars .icon {
                  color: #D0D3D8; }
                  .pc-goods-detail .detail-inner .goods-detail .detail-left .left-comments .comment-list .comment-item .item-info .info-stars .icon.active {
                    color: #FD463E; }
                .pc-goods-detail .detail-inner .goods-detail .detail-left .left-comments .comment-list .comment-item .item-info .info-content {
                  font-style: normal;
                  font-size: 14px;
                  line-height: 30px;
                  color: #35353A;
                  margin-top: 9px; }
                .pc-goods-detail .detail-inner .goods-detail .detail-left .left-comments .comment-list .comment-item .item-info .info-option {
                  margin-top: 8px;
                  font-size: 14px;
                  color: #797A8A; }
                .pc-goods-detail .detail-inner .goods-detail .detail-left .left-comments .comment-list .comment-item .item-info .info-images {
                  margin-top: 20px; }
                  .pc-goods-detail .detail-inner .goods-detail .detail-left .left-comments .comment-list .comment-item .item-info .info-images .image-list {
                    position: relative;
                    overflow: hidden; }
                    .pc-goods-detail .detail-inner .goods-detail .detail-left .left-comments .comment-list .comment-item .item-info .info-images .image-list img {
                      width: 80px;
                      height: 80px;
                      float: left;
                      margin-right: 12px;
                      border-radius: 2px;
                      border: 3px solid #fff;
                      cursor: pointer; }
                      .pc-goods-detail .detail-inner .goods-detail .detail-left .left-comments .comment-list .comment-item .item-info .info-images .image-list img.active {
                        border: 3px solid #AD7D42; }
                  .pc-goods-detail .detail-inner .goods-detail .detail-left .left-comments .comment-list .comment-item .item-info .info-images .image-preview {
                    margin-top: 20px; }
                    .pc-goods-detail .detail-inner .goods-detail .detail-left .left-comments .comment-list .comment-item .item-info .info-images .image-preview img {
                      max-width: 100%;
                      max-height: 500px; }
        .pc-goods-detail .detail-inner .goods-detail .detail-left .left-content img {
          max-width: 100%; }
      .pc-goods-detail .detail-inner .goods-detail .detail-right {
        flex: 1;
        border: 1px solid #EFEFEF;
        margin-left: 40px; }
        .pc-goods-detail .detail-inner .goods-detail .detail-right .right-title {
          height: 48px;
          line-height: 46px;
          padding: 0 24px;
          background: #F3F5F7;
          box-sizing: border-box;
          border-bottom: 1px solid #EFEFEF; }
        .pc-goods-detail .detail-inner .goods-detail .detail-right .right-list {
          padding: 20px 20px 0; }
          .pc-goods-detail .detail-inner .goods-detail .detail-right .right-list .goods-item {
            position: relative;
            cursor: pointer;
            width: 260px;
            box-sizing: border-box;
            background: #fff;
            margin-bottom: 12px;
            border-radius: 2px; }
            .pc-goods-detail .detail-inner .goods-detail .detail-right .right-list .goods-item:hover {
              box-shadow: 0px 2px 20px rgba(123, 135, 159, 0.2); }
            .pc-goods-detail .detail-inner .goods-detail .detail-right .right-list .goods-item .image {
              position: relative;
              display: block;
              border-radius: 2px;
              background-size: cover;
              overflow: hidden;
              background-repeat: no-repeat;
              background-position: center center; }
              .pc-goods-detail .detail-inner .goods-detail .detail-right .right-list .goods-item .image .commission {
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                height: 34px;
                color: #fff;
                line-height: 34px;
                text-align: center;
                font-size: 14px;
                background: #AD7D42; }
              .pc-goods-detail .detail-inner .goods-detail .detail-right .right-list .goods-item .image .wrap {
                position: relative;
                overflow: hidden;
                padding-top: 100%; }
              .pc-goods-detail .detail-inner .goods-detail .detail-right .right-list .goods-item .image .img {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                width: 100%;
                background-repeat: no-repeat;
                background-position: 50%;
                background-size: cover; }
            .pc-goods-detail .detail-inner .goods-detail .detail-right .right-list .goods-item .title {
              margin-top: 10px;
              font-size: 14px;
              line-height: 22px;
              color: #35353A;
              text-align: center;
              height: 44px;
              overflow: hidden;
              padding: 0 10px; }
              .pc-goods-detail .detail-inner .goods-detail .detail-right .right-list .goods-item .title .tag {
                height: 16px;
                line-height: 16px;
                padding: 0 4px;
                background: linear-gradient(105.58deg, #FF6542 10.94%, #FF441A 89.58%), #FFE7E7;
                border-radius: 2px;
                font-size: 12px;
                color: #fff; }
            .pc-goods-detail .detail-inner .goods-detail .detail-right .right-list .goods-item .prices {
              margin: 3px 0 4px 0;
              text-align: center;
              padding-bottom: 10px; }
              .pc-goods-detail .detail-inner .goods-detail .detail-right .right-list .goods-item .prices .market {
                font-size: 16px;
                color: #C00000; }
              .pc-goods-detail .detail-inner .goods-detail .detail-right .right-list .goods-item .prices .original {
                font-size: 16px;
                text-decoration-line: line-through;
                color: #C4C4C8;
                margin-left: 2px; }
            .pc-goods-detail .detail-inner .goods-detail .detail-right .right-list .goods-item .sales {
              margin-top: 6px;
              font-size: 14px;
              color: #797A8A; }
              .pc-goods-detail .detail-inner .goods-detail .detail-right .right-list .goods-item .sales .num {
                color: #AD7D42; }

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