.content {
  margin: 0;
  display: flex;
  height: 100%;
  background: #f1f2f3; }
  .content .pro_img {
    width: 40.526316%;
    min-width: 300px;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover; }
    .content .pro_img img {
      width: 100%;
      /* height: 100%; */ }
    .content .pro_img .other_mark {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 35.84905%;
      background: -moz-linear-gradient(top, rgba(144, 96, 96, 0.0001) 0%, rgba(0, 0, 0, 0.9) 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.0001)), color-stop(100%, rgba(0, 0, 0, 0.9)));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.0001) 0%, rgba(0, 0, 0, 0.9) 100%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0.0001) 0%, rgba(0, 0, 0, 0.9) 100%);
      background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.0001) 0%, rgba(0, 0, 0, 0.9) 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.0001) 0%, rgba(0, 0, 0, 0.9) 100%); }
      .content .pro_img .other_mark i {
        position: absolute;
        bottom: 60px;
        left: 40px;
        font-size: 50px; }
    .content .pro_img .moveTitle {
      display: none; }
    .content .pro_img .showNum {
      display: none; }
    .content .pro_img .progress {
      position: absolute;
      right: 0px;
      bottom: 0px;
      height: 12.5%;
      width: 4px;
      background-color: #c8a86b; }
      .content .pro_img .progress span {
        background: #c8a86b; }
  .content .product_del {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 43.229167%;
    background-color: #f1f2f3; }
    .content .product_del .detail {
      width: 83.311927%;
      padding-right: 25px;
      position: relative;
      margin-left: 5.208333%;
      margin-top: 12%; }
      .content .product_del .detail .stars .pro_star {
        margin-right: 12px;
        width: 14px;
        height: 14px; }
      .content .product_del .detail .pro_tit {
        margin-top: 3%;
        line-height: 50px;
        font-size: 50px;
        color: #001c4b;
        letter-spacing: 6px;
        font-weight: bolder; }
      .content .product_del .detail .English_tit {
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(115, 124, 135, 0.1);
        margin-top: 2%;
        font-size: 20px;
        line-height: 20px;
        color: #c8a86b;
        letter-spacing: 6px;
        margin-bottom: 29px; }
      .content .product_del .detail .pro_content .cont_list {
        margin-bottom: 4%; }
        .content .product_del .detail .pro_content .cont_list .list_tit {
          font-size: 18px;
          color: #001c4b;
          letter-spacing: 2px;
          font-weight: bolder; }
          .content .product_del .detail .pro_content .cont_list .list_tit .list_circle {
            display: inline-block;
            margin: 4px 10px 4px 10px;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: #c8a86b; }
        .content .product_del .detail .pro_content .cont_list .list_del {
          margin-top: 5px;
          font-size: 14px;
          color: #747d87;
          letter-spacing: 2px; }
    .content .product_del .price {
      position: absolute;
      z-index: 1;
      bottom: 8.018868%;
      left: 5.208333%;
      height: 9.433962%;
      width: 133.14%;
      background-color: #001c4b;
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      font-size: 20px;
      color: #c8a86b;
      border-top-left-radius: 6px;
      border-bottom-left-radius: 6px; }
      .content .product_del .price .low_price {
        margin-left: 30px;
        margin-bottom: 10px;
        font-family: 'Calibri Light, Avenir, Arial'; }
        .content .product_del .price .low_price span {
          font-size: 90px;
          letter-spacing: 4px; }
        .content .product_del .price .low_price .product-price {
          margin-left: 14px; }
      .content .product_del .price .shop_now {
        margin-left: 20%;
        margin-bottom: 10px;
        display: flex;
        justify-content: center; }
        .content .product_del .price .shop_now .icon_Right:before {
          color: #c8a86b;
          font-size: 16px;
          position: relative;
          opacity: 0;
          left: -10px;
          bottom: 2px;
          transition-property: opacity, left;
          transition-duration: 0.5s;
          transition-timing-function: linear; }
      .content .product_del .price .shop_now:hover .icon_Right:before {
        opacity: 1;
        left: 10px;
        transition-property: opacity, left;
        transition-duration: 0.5s;
        transition-timing-function: ease-in-out; }
      .content .product_del .price .chat {
        width: 4.728%;
        min-width: 40px;
        height: 100%;
        background-color: #c8a86b;
        display: flex; }
        .content .product_del .price .chat a {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: 100%; }
        .content .product_del .price .chat p {
          margin: 12px 0;
          font-size: 16px;
          color: #fbf9f9;
          opacity: 0.5;
          letter-spacing: 2px;
          transform: rotate(90deg);
          border-radius: 50%;
          filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }
        .content .product_del .price .chat i::before {
          font-size: 14px;
          color: #fbf9f9;
          opacity: 0.5; }
      .content .product_del .price .smallProgress {
        display: none; }
      .content .product_del .price .chat:hover p {
        color: #fefefe;
        opacity: 1; }
      .content .product_del .price .chat:hover i::before {
        color: #fefefe;
        opacity: 1; }
    @media screen and (max-width: 1600px) and (min-height: 1000px) {
      .content .product_del .price {
        font-size: 14px; }
        .content .product_del .price .low_price span {
          font-size: 82px; }
        .content .product_del .price .low_price .product-price {
          margin-left: 10px; } }
  .content .nextPro {
    width: 16.666667%;
    height: 100%;
    background-color: #fff;
    position: relative; }
    .content .nextPro .nextCon {
      position: absolute;
      right: 0;
      width: 71.875%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .content .nextPro .nextCon .next_number {
        display: block;
        font-size: 40px;
        color: #c8a86b;
        letter-spacing: 1px;
        font-weight: bolder; }
        .content .nextPro .nextCon .next_number span {
          font-size: 14px;
          font-weight: normal; }
      .content .nextPro .nextCon .next_img {
        margin-top: 20px;
        height: 47.169811%;
        width: 100%;
        max-width: 230px;
        position: relative;
        background-size: cover; }
        .content .nextPro .nextCon .next_img .background_img {
          position: relative;
          width: 100%;
          height: 100%;
          z-index: 1;
          background: no-repeat;
          background-size: auto 100%;
          overflow: hidden; }
          .content .nextPro .nextCon .next_img .background_img .shadow {
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.9) 100%);
            position: absolute;
            top: 0;
            left: 0;
            z-index: 10;
            width: 100%;
            height: 100%; }
        .content .nextPro .nextCon .next_img .background_img::after {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          background: inherit;
          filter: blur(2px);
          z-index: 2; }
        .content .nextPro .nextCon .next_img .star {
          position: relative;
          bottom: 65px;
          left: 20px;
          display: flex;
          justify-content: flex-start;
          z-index: 100; }
          .content .nextPro .nextCon .next_img .star img {
            width: 10px;
            height: 10px;
            margin-right: 6px; }
        .content .nextPro .nextCon .next_img .title {
          position: absolute;
          height: 45px;
          z-index: 100;
          left: 20px;
          bottom: 1.5%;
          color: #fefefe;
          opacity: 0.6;
          letter-spacing: 2px;
          font-size: 14px; }
      .content .nextPro .nextCon .next_img:hover .background_img::after {
        filter: blur(0px); }
  @media screen and (max-width: 1600px) and (max-height: 990px) {
    .content .product_del .detail .pro_star {
      margin-right: 10px; }
    .content .product_del .detail .pro_tit {
      font-size: 30px;
      letter-spacing: 5px; }
    .content .product_del .detail .English_tit {
      font-size: 14px;
      letter-spacing: 5px; }
    .content .product_del .detail .pro_content ul .cont_list .list_tit {
      font-size: 16px; }
      .content .product_del .detail .pro_content ul .cont_list .list_tit .list_circle {
        width: 5px;
        height: 5px; }
    .content .product_del .detail .pro_content ul .cont_list .list_del {
      font-size: 13px;
      margin-top: 6px; }
    .content .product_del .price {
      font-size: 16px; }
      .content .product_del .price .low_price span {
        font-size: 76px; }
      .content .product_del .price .low_price .product-price {
        margin-left: 8px; }
      .content .product_del .price .shop_now .icon_Right:before {
        bottom: -2px; }
      .content .product_del .price .chat p {
        font-size: 14px; } }
@media screen and (max-width: 1600px) and (max-height: 990px) and (max-width: 1366px) {
  .content .product_del .price {
    font-size: 14px; }
    .content .product_del .price .low_price {
      margin-left: 20px;
      margin-bottom: 7px; }
      .content .product_del .price .low_price span {
        font-size: 74px; }
    .content .product_del .price .shop_now {
      margin-left: 12px;
      margin-bottom: 7px; }
      .content .product_del .price .shop_now .icon_Right:before {
        font-size: 13px;
        top: 4px; }
    .content .product_del .price .chat p {
      font-size: 13px; } }
@media screen and (max-width: 1600px) and (max-height: 990px) and (max-width: 1025px) {
  .content .product_del .detail {
    width: 100%; }
  .content .product_del .price {
    font-size: 14px; }
    .content .product_del .price .low_price {
      margin-left: 20px;
      margin-bottom: 7px;
      font-size: 16px; }
      .content .product_del .price .low_price span {
        font-size: 64px; }
    .content .product_del .price .shop_now {
      margin-left: 12px;
      margin-bottom: 7px;
      font-size: 16px; }
    .content .product_del .price .chat p {
      font-size: 13px; } }
  @media screen and (max-width: 1600px) and (max-height: 990px) {
    .content .nextPro .nextCon .next_number {
      font-size: 34px; }
      .content .nextPro .nextCon .next_number span {
        font-size: 13px; }
    .content .nextPro .nextCon .next_img .star {
      left: 10px; }
    .content .nextPro .nextCon .next_img .title {
      font-size: 12px;
      bottom: 0.5%;
      left: 10px; } }
  @media screen and (max-width: 1200px) and (min-height: 1000px) {
    .content .pro_img {
      width: 42.465753%; }
      .content .pro_img .other_mark img {
        left: 20px;
        bottom: 30px; }
    .content .product_del {
      width: 57.34247%; }
      .content .product_del .detail {
        width: 100%;
        margin-top: 31%;
        padding-right: 20px;
        margin-left: 30px; }
        .content .product_del .detail .pro_star {
          margin-right: 10px; }
        .content .product_del .detail .pro_tit {
          font-size: 38px;
          letter-spacing: 5px;
          margin-top: 18px;
          line-height: 42px; }
        .content .product_del .detail .English_tit {
          width: 100%;
          padding-bottom: 20px;
          font-size: 16px;
          letter-spacing: 5px;
          margin: 10px 0 50px;
          border-bottom: 1px solid rgba(115, 124, 135, 0.1); }
        .content .product_del .detail .pro_content ul .cont_list {
          margin-bottom: 30px; }
          .content .product_del .detail .pro_content ul .cont_list .list_tit {
            font-size: 20px; }
            .content .product_del .detail .pro_content ul .cont_list .list_tit .list_circle {
              width: 5px;
              height: 5px; }
          .content .product_del .detail .pro_content ul .cont_list .list_del {
            font-size: 16px;
            margin-top: 6px; }
      .content .product_del .price {
        width: calc(100% - 30px);
        left: 0px;
        bottom: 80px;
        font-size: 14px;
        height: 80px;
        margin-left: 30px; }
        .content .product_del .price .low_price span {
          font-size: 40px; }
        .content .product_del .price .shop_now {
          display: none; }
        .content .product_del .price .chat p {
          font-size: 14px; }
    .content .nextPro {
      display: none; } }

@media screen and (max-width: 770px) {
  .content .product_del {
    width: 57%; }
  .content .detail {
    width: 100%;
    margin-top: 31%;
    padding-right: 20px;
    margin-left: 30px; }
    .content .detail .pro_star {
      margin-right: 10px; }
    .content .detail .pro_tit {
      font-size: 30px;
      letter-spacing: 5px;
      margin-top: 18px;
      line-height: 42px; }
    .content .detail .English_tit {
      width: 100%;
      padding-bottom: 20px;
      font-size: 16px;
      letter-spacing: 5px;
      margin: 10px 0 50px;
      border-bottom: 1px solid rgba(115, 124, 135, 0.1); }
    .content .detail .pro_content ul .cont_list {
      margin-bottom: 30px; }
      .content .detail .pro_content ul .cont_list .list_tit {
        font-size: 14px; }
        .content .detail .pro_content ul .cont_list .list_tit .list_circle {
          width: 5px;
          height: 5px; }
      .content .detail .pro_content ul .cont_list .list_del {
        font-size: 12px;
        margin-top: 6px; } }
.j_backToTop {
  display: none; }

.control {
  position: absolute;
  z-index: 100;
  height: 100%;
  right: calc(16.666667% - 21px);
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .control .icon_Btn_Next {
    border: 1px solid #747d87;
    border-radius: 50%;
    width: 40px;
    height: 40px; }
  .control .icon_Btn_Next:hover {
    border: 1px solid #c8a86b; }
  .control .icon_Btn_Return {
    margin-top: 20px;
    width: 40px;
    height: 40px;
    border: 1px solid #747d87;
    border-radius: 50%; }
  .control .icon_Btn_Return:hover {
    border: 1px solid #c8a86b; }
  .control .icon_Btn_Next::before {
    font-size: 40px;
    color: #747d87; }
  .control .icon_Btn_Return::before {
    color: #747d87;
    font-size: 40px; }
  .control .icon_Btn_Next:hover::before {
    color: #c8a86b; }
  .control .icon_Btn_Return:hover::before {
    color: #c8a86b; }

.smallSwiper {
  display: none; }

@media (max-width: 750px) {
  .j_backToTop {
    display: block; } }
@media screen and (max-width: 1200px) and (min-height: 1000px) {
  .control {
    right: 58px; } }
@media (max-width: 750px) {
  .bigSwiper {
    width: 100%; }

  .content {
    display: contents; }
    .content .pro_img {
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      width: 100%;
      height: 100%; }
      .content .pro_img img {
        position: absolute;
        width: auto; }
      .content .pro_img .other_mark {
        background: linear-gradient(to top, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.8) 100%);
        height: 100%;
        top: 0; }
        .content .pro_img .other_mark i {
          left: 20px;
          bottom: 0;
          top: 100px;
          font-size: 36px; }
      .content .pro_img .moveTitle {
        position: absolute;
        z-index: 10;
        display: block;
        top: 170px;
        width: calc(100% - 40px);
        left: 20px; }
        .content .pro_img .moveTitle .stars i {
          width: 14px;
          height: 14px;
          margin-right: 8px; }
        .content .pro_img .moveTitle .pro_tit {
          line-height: 30px;
          margin-top: 20px;
          font-size: 30px;
          color: #fefefe;
          letter-spacing: 5px;
          font-weight: bolder; }
        .content .pro_img .moveTitle .English_tit {
          margin: 14px 0 20px 0;
          color: #c8a86b;
          font-size: 12px;
          letter-spacing: 3px; }
      .content .pro_img .showNum {
        display: block;
        position: absolute;
        bottom: 20px;
        left: 20px;
        font-weight: bolder; }
        .content .pro_img .showNum .next_number {
          font-weight: normal;
          font-size: 30px;
          letter-spacing: 1px;
          color: #fefefe; }
          .content .pro_img .showNum .next_number span {
            font-size: 12px; }
      .content .pro_img .progress {
        display: none; }
    .content .product_del {
      width: 100%;
      position: relative;
      background: #fff; }
      .content .product_del .detail {
        width: 100%;
        margin-top: 120px; }
        .content .product_del .detail .stars {
          display: none; }
        .content .product_del .detail .pro_tit {
          display: none; }
        .content .product_del .detail .English_tit {
          display: none; }
        .content .product_del .detail .pro_content {
          margin-bottom: 40px; }
          .content .product_del .detail .pro_content ul .cont_list {
            margin-bottom: 20px; }
            .content .product_del .detail .pro_content ul .cont_list .list_tit {
              font-size: 14px;
              letter-spacing: 2px;
              display: flex;
              flex-direction: row;
              align-items: flex-start; }
              .content .product_del .detail .pro_content ul .cont_list .list_tit .list_circle {
                margin-top: 8px;
                display: inline-block;
                letter-spacing: 3px; }
              .content .product_del .detail .pro_content ul .cont_list .list_tit .secondTit {
                display: inline-block;
                max-width: 288px; }
            .content .product_del .detail .pro_content ul .cont_list .list_del {
              font-size: 12px;
              letter-spacing: 2px;
              margin-top: 2px; }
      .content .product_del .price {
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 70px;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .content .product_del .price .low_price {
          margin-left: 20px;
          font-size: 14px;
          line-height: 66px;
          margin: 0;
          font-weight: bolder;
          font-family: auto; }
          .content .product_del .price .low_price span {
            font-weight: normal;
            font-size: 30px;
            letter-spacing: 1.5px; }
          .content .product_del .price .low_price .product-price {
            margin-left: 5px; }
        .content .product_del .price .chat {
          display: none; }
        .content .product_del .price .shop_now {
          display: block;
          font-size: 12px;
          line-height: 70px;
          margin: 0 6px 0 0; }
          .content .product_del .price .shop_now .icon_Right:before {
            position: relative;
            top: 1px;
            left: 6px;
            font-size: 12px;
            opacity: 1; }
        .content .product_del .price .smallProgress {
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          height: 4px;
          background-color: #c8a86b; }
    .content .nextPro {
      display: none; }

  .control {
    display: none; }

  .listTit {
    width: 170px;
    height: 50px;
    background-size: 170px auto;
    margin-right: 4px;
    position: relative;
    z-index: 1;
    overflow: hidden; }
    .listTit .navContent {
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 170px;
      height: 50px;
      text-align: center;
      z-index: 11;
      background-color: rgba(2, 2, 2, 0.3);
      backdrop-filter: 2px; }
      .listTit .navContent .star {
        display: flex;
        justify-content: center; }
        .listTit .navContent .star img {
          width: 8px;
          height: 8px;
          margin-right: 4px; }
      .listTit .navContent .tit {
        margin-top: 6px;
        color: #fefefe;
        font-size: 12px; }

  .smallSwiper {
    display: block; }

  .listTit:after {
    content: "";
    width: 170px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background: inherit;
    filter: blur(2px);
    z-index: 2; }

  .j_backToTop {
    display: block; } }

/*# sourceMappingURL=product.css.map */
