.detail_box {
  align-items: flex-start; }
  .detail_box .detail_l {
    width: 630px; }
    .detail_box .detail_l .swiper-pro {
      height: 530px; }
      .detail_box .detail_l .swiper-pro .img {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border-radius: 12px;
        width: 64px;
        height: 64px; }
        .detail_box .detail_l .swiper-pro .img.on {
          border: solid 2px #252c53; }
    .detail_box .detail_l #big-img #goods-big-img {
      display: block;
      width: 527px;
      height: 527px;
      object-fit: cover;
      border-radius: 24px; }
    .detail_box .detail_l .tab_box .tab_head {
      color: #888;
      line-height: 50px;
      border-bottom: solid 1px #D8D8D8;
      cursor: pointer; }
      .detail_box .detail_l .tab_box .tab_head .on {
        color: #333;
        position: relative; }
        .detail_box .detail_l .tab_box .tab_head .on::after {
          content: '';
          width: 40px;
          height: 4px;
          background: #333;
          border-radius: 2px;
          position: absolute;
          bottom: 0;
          left: 50%;
          margin-left: -20px; }
    .detail_box .detail_l .tab_box .tab_main {
      display: none; }
      .detail_box .detail_l .tab_box .tab_main.show {
        display: block; }
      .detail_box .detail_l .tab_box .tab_main .table {
        border: solid 1px #D8D8D8;
        line-height: 60px; }
        .detail_box .detail_l .tab_box .tab_main .table .item:not(:last-child) {
          border-bottom: solid 1px #D8D8D8; }
        .detail_box .detail_l .tab_box .tab_main .table .tabel_l {
          background: #f2f2f2;
          border-right: solid 1px #D8D8D8;
          width: 37%; }
      .detail_box .detail_l .tab_box .tab_main .desc img, .detail_box .detail_l .tab_box .tab_main .desc video {
        max-width: 100%; }
  .detail_box .detail_r {
    width: 535px;
    padding: 35px;
    border: solid 1px #D8D8D8;
    border-radius: 24px;
    position: sticky;
    top: 165px;
    background: #fff; }
    .detail_box .detail_r .price .line-price {
      color: #767676;
      text-decoration: line-through; }
    .detail_box .detail_r .text2 {
      color: #999; }
    .detail_box .detail_r .text3 {
      color: #767676; }
    .detail_box .detail_r .r_center {
      border-top: solid 1px #D8D8D8; }
      .detail_box .detail_r .r_center .color_list .item {
        margin-right: 8px;
        cursor: pointer; }
        .detail_box .detail_r .r_center .color_list .item img {
          display: block;
          border-radius: 5px;
          object-fit: cover; }
        .detail_box .detail_r .r_center .color_list .item.on img {
          border: solid 2px #252c53; }
      .detail_box .detail_r .r_center .size_list .item {
        width: 140px;
        height: 36px;
        text-align: center;
        line-height: 36px;
        background: #f2f2f2;
        border-radius: 5px;
        margin-right: 10px;
        cursor: pointer; }
        .detail_box .detail_r .r_center .size_list .item.on {
          background: #fff;
          border: solid 1px #252c53; }
      .detail_box .detail_r .r_center .symbol {
        width: 36px;
        height: 36px;
        background: #f2f2f2;
        border-radius: 100%;
        line-height: 36px;
        text-align: center;
        cursor: pointer; }
      .detail_box .detail_r .r_center .nums {
        border: none;
        outline: none;
        text-align: center;
        width: 66px; }
      .detail_box .detail_r .r_center .btnbox button {
        height: 40px;
        line-height: 38px;
        border: solid 1px #333;
        border-radius: 20px;
        background: #fff;
        width: 225px; }
        .detail_box .detail_r .r_center .btnbox button.bg_y {
          background: #FFCA4E;
          border: solid 1px #FFCA4E; }
      .detail_box .detail_r .r_center .tip {
        color: #767676; }
    .detail_box .detail_r .r_bottom {
      border-top: solid 1px #D8D8D8; }

.sku-attr-list {
  border-top: 1px solid #d8d8d8;
  padding: 15px 0 0; }
  .sku-attr-list .spec-item {
    margin-bottom: 10px; }
    .sku-attr-list .spec-item .label {
      display: block;
      font-size: 14px;
      font-weight: 600;
      line-height: 24px;
      color: #333;
      margin-bottom: 10px; }
    .sku-attr-list .spec-item .value {
      display: flex;
      flex-wrap: wrap;
      margin: -10px 0 0 -10px; }
      .sku-attr-list .spec-item .value .attr-item {
        height: 36px;
        display: flex;
        align-items: center;
        padding: 0 20px;
        border: 1px solid #f5f5f5;
        background-color: #f5f5f5;
        color: #333;
        margin-left: 10px;
        margin-top: 10px;
        border-radius: 10px; }
        .sku-attr-list .spec-item .value .attr-item.sku-selected {
          border-color: #333;
          background-color: #fff; }
        .sku-attr-list .spec-item .value .attr-item.disabled {
          color: #999;
          opacity: 0.5;
          cursor: not-allowed; }
      .sku-attr-list .spec-item .value.spec-image .attr-item {
        width: 60px;
        height: 60px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }

.like {
  border-top: solid 1px #D8D8D8; }
  .like .pro_list {
    flex-wrap: wrap; }
    .like .pro_list .item {
      width: 20%;
      border-radius: 10px;
      color: #333; }
      .like .pro_list .item .img {
        width: 100%;
        padding-bottom: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
      .like .pro_list .item:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        transform: translateY(-2px); }
      .like .pro_list .item .line_price {
        color: #999;
        text-decoration: line-through; }

.layui-layer {
  border-radius: 24px; }
  .layui-layer .layui-layer-title {
    text-align: center;
    font-size: 24px;
    line-height: 84px;
    height: 84px;
    border: none; }
  .layui-layer .content {
    background: #f2f2f2;
    padding-bottom: 0 !important; }
    .layui-layer .content .row1 {
      background: #fff;
      border-radius: 24px; }
    .layui-layer .content .pro-r {
      width: 415px; }
    .layui-layer .content .pro_num {
      line-height: 24px;
      height: 22px;
      border: solid 1px #333;
      border-radius: 4px;
      width: 44px; }
  .layui-layer textarea {
    border: solid 1px #D8D8D8;
    border-radius: 24px;
    width: 100%;
    padding: 12px;
    background: none; }
  .layui-layer .tips {
    color: #FF4545;
    display: none; }
  .layui-layer .layer_btm button {
    display: block;
    width: 222px;
    height: 40px;
    background: #FFCA4E;
    margin: 35px auto;
    border-radius: 20px;
    border: none; }

.add-cart-success {
  width: 448px;
  height: 100vh;
  background-color: #fff; }
  .add-cart-success .head {
    padding: 30px 20px;
    border-bottom: 1px solid #d8d8d8;
    position: relative; }
    .add-cart-success .head .title {
      font-size: 20px;
      color: #333;
      font-weight: 600;
      display: flex;
      align-items: center; }
      .add-cart-success .head .title .icon {
        font-size: 24px;
        color: #36A530;
        margin-right: 10px; }
    .add-cart-success .head .close-icon {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      color: #999;
      background-color: #f5f5f5;
      width: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%; }
  .add-cart-success .content {
    padding: 20px;
    height: calc(100% - 100px);
    overflow-y: auto;
    background-color: #fff; }
    .add-cart-success .content::-webkit-scrollbar {
      width: 0; }
    .add-cart-success .content .goods-info {
      display: flex;
      justify-content: space-between; }
      .add-cart-success .content .goods-info .thumb {
        width: 128px;
        height: 128px;
        flex: none;
        margin-right: 10px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border: 1px solid #d8d8d8;
        border-radius: 10px; }
      .add-cart-success .content .goods-info .info {
        flex: auto;
        min-width: 0; }
      .add-cart-success .content .goods-info .goods-name {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
        color: #333; }
      .add-cart-success .content .goods-info .goods-price {
        font-size: 16px;
        line-height: 24px;
        color: #333;
        margin-bottom: 5px;
        font-weight: 600; }
      .add-cart-success .content .goods-info .attr-items .item {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 5px;
        display: flex;
        justify-content: space-between; }
        .add-cart-success .content .goods-info .attr-items .item .label {
          color: #333;
          width: 70px;
          flex: none; }
        .add-cart-success .content .goods-info .attr-items .item .value {
          color: #666;
          flex: auto;
          min-width: 0; }
      .add-cart-success .content .goods-info .quantity {
        font-size: 12px;
        line-height: 20px;
        display: flex;
        justify-content: space-between; }
        .add-cart-success .content .goods-info .quantity .label {
          color: #333;
          width: 70px;
          flex: none; }
        .add-cart-success .content .goods-info .quantity .value {
          color: #666;
          flex: auto;
          min-width: 0; }
    .add-cart-success .content .action-box {
      padding: 20px 0; }
    .add-cart-success .content .recommend-box .title {
      font-size: 16px;
      font-weight: 600;
      line-height: 30px;
      margin-bottom: 10px; }

#cart-numdiv {
  border: none !important;
  width: auto !important; }
  #cart-numdiv #cart-numl, #cart-numdiv #cart-numr {
    border-radius: 100%;
    border: none !important;
    background: #f5f5f5;
    font-size: 24px;
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important; }
  #cart-numdiv #cart-num {
    font-size: 16px;
    height: 32px !important;
    line-height: 32px !important;
    width: 50px !important; }

/*# sourceMappingURL=goods-info.css.map */
