@charset "UTF-8";
/* line 1, static/css/common.scss */
* {
  margin: 0;
  padding: 0;
  font-family: "Roboto", "Lucida Grande", Verdana, Arial, sans-serif; }

/* line 6, static/css/common.scss */
body {
  height: 100vh;
  overflow-x: hidden; }

/* line 10, static/css/common.scss */
.no-pd {
  padding: 0; }

/* line 55, static/css/common.scss */
.clear {
  clear: both; }

/* line 59, static/css/common.scss */
.chrome-no-scroll::-webkit-scrollbar {
  display: none; }

/* line 62, static/css/common.scss */
.ie-no-scroll {
  -ms-overflow-style: none; }

/* line 65, static/css/common.scss */
.firefox-no-scroll-html {
  overflow: -moz-hidden-unscrollable;
  /*注意！若只打 hidden，chrome 的其它 hidden 會出問題*/
  height: 100%; }

/* line 69, static/css/common.scss */
.firefox-no-scroll-body {
  height: 100%;
  width: calc(100vw + 18px);
  /*瀏覽器滾動條的長度大約是 18px*/
  overflow: auto; }

/* line 75, static/css/common.scss */
.other-no-scroll::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none; }

/* line 80, static/css/common.scss */
.sp-btn {
  border: none;
  padding-left: 48px;
  padding-right: 48px;
  padding-top: 16px;
  padding-bottom: 16px; }

/* line 87, static/css/common.scss */
.sp-primary {
  background-color: black;
  text-align: center;
  color: white;
  border: none;
  text-decoration: none; }

/* line 94, static/css/common.scss */
.sp-btn-long {
  padding-left: 78px;
  padding-right: 78px;
  padding-top: 10px;
  padding-bottom: 10px; }

/* line 101, static/css/common.scss */
.sp-primary:hover {
  transition: all 0.6s;
  background-color: #EBEBEB;
  color: black; }

/* line 106, static/css/common.scss */
.sp-secondary {
  border: 1px solid #EBEBEB;
  background-color: white;
  text-align: center;
  color: black;
  text-decoration: none; }

/* line 113, static/css/common.scss */
.sp-secondary:hover {
  transition: all 0.6s;
  background-color: #EBEBEB;
  color: black; }

/* line 120, static/css/common.scss */
.sp_container {
  width: 100%;
  height: auto; }

/* line 124, static/css/common.scss */
.sp_content {
  width: 100%; }

/* line 3, static/css/detail.scss */
.preview-img-container {
  position: relative;
  display: none; }
  /* line 6, static/css/detail.scss */
  .preview-img-container > .preview-img {
    background-color: #EBEBEB;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 1009; }
    /* line 7, static/css/detail.scss */
    .preview-img-container > .preview-img > button {
      position: absolute;
      top: 0;
      right: 0;
      width: 72px;
      height: 72px;
      border: 0;
      background-color: white; }
    /* line 16, static/css/detail.scss */
    .preview-img-container > .preview-img > img {
      transform: translate(0%, 40%);
      height: 50%; }
      @media (max-width: 1440px) {
        /* line 16, static/css/detail.scss */
        .preview-img-container > .preview-img > img {
          transform: translate(0%, 40%);
          height: 50%; } }
      @media (max-width: 960px) {
        /* line 16, static/css/detail.scss */
        .preview-img-container > .preview-img > img {
          transform: translate(0%, 40%);
          height: 50%; } }
      @media (max-width: 540px) {
        /* line 16, static/css/detail.scss */
        .preview-img-container > .preview-img > img {
          transform: translate(0%, 40%);
          height: 50%; } }
      @media (max-width: 425px) {
        /* line 16, static/css/detail.scss */
        .preview-img-container > .preview-img > img {
          transform: translate(0%, 40%);
          height: 50%; } }
      @media (max-width: 320px) {
        /* line 16, static/css/detail.scss */
        .preview-img-container > .preview-img > img {
          transform: translate(0%, 40%);
          height: 50%; } }
      @media (max-width: 280px) {
        /* line 16, static/css/detail.scss */
        .preview-img-container > .preview-img > img {
          transform: translate(0%, 70%);
          height: 40%; } }
/* line 55, static/css/detail.scss */
.detail-container {
  position: relative;
  display: flex; }
  /* line 57, static/css/detail.scss */
  .detail-container > button {
    border: 0;
    width: 120px;
    height: 72px;
    background-color: white;
    position: absolute;
    left: 0;
    top: 0; }
    @media (max-width: 1440px) {
      /* line 57, static/css/detail.scss */
      .detail-container > button {
        width: 100px;
        height: 100px; } }
    @media (max-width: 960px) {
      /* line 57, static/css/detail.scss */
      .detail-container > button {
        width: 100px;
        height: 100px; } }
    @media (max-width: 540px) {
      /* line 57, static/css/detail.scss */
      .detail-container > button {
        width: 100px;
        height: 100px; } }
    @media (max-width: 425px) {
      /* line 57, static/css/detail.scss */
      .detail-container > button {
        width: 50px;
        height: 50px; } }
    @media (max-width: 320px) {
      /* line 57, static/css/detail.scss */
      .detail-container > button {
        width: 50px;
        height: 50px; } }
    @media (max-width: 280px) {
      /* line 57, static/css/detail.scss */
      .detail-container > button {
        width: 50px;
        height: 50px; } }
  @media (max-width: 1440px) {
    /* line 55, static/css/detail.scss */
    .detail-container {
      flex-direction: column; } }
  /* line 94, static/css/detail.scss */
  .detail-container > .detail-img-group {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 65vw;
    width: 65vw; }
    @media (max-width: 1440px) {
      /* line 94, static/css/detail.scss */
      .detail-container > .detail-img-group {
        flex-basis: 0;
        width: 100vw; } }
    /* line 104, static/css/detail.scss */
    .detail-container > .detail-img-group > .img-group {
      width: inherit;
      cursor: pointer; }
      /* line 107, static/css/detail.scss */
      .detail-container > .detail-img-group > .img-group > div {
        margin-bottom: 12px; }
      /* line 110, static/css/detail.scss */
      .detail-container > .detail-img-group > .img-group > .img-header {
        background-color: #EBEBEB;
        width: inherit;
        text-align: center; }
        /* line 114, static/css/detail.scss */
        .detail-container > .detail-img-group > .img-group > .img-header > img {
          width: 40%; }
      /* line 118, static/css/detail.scss */
      .detail-container > .detail-img-group > .img-group > .img-sec-content {
        display: flex; }
        /* line 120, static/css/detail.scss */
        .detail-container > .detail-img-group > .img-group > .img-sec-content > .img {
          background-color: #EBEBEB;
          flex-shrink: 0;
          flex-basis: 49.5%;
          width: inherit;
          display: inline-block;
          width: 50%; }
          /* line 127, static/css/detail.scss */
          .detail-container > .detail-img-group > .img-group > .img-sec-content > .img > img {
            width: 100%; }
        /* line 131, static/css/detail.scss */
        .detail-container > .detail-img-group > .img-group > .img-sec-content > .img:last-child {
          margin-left: 1%; }
      /* line 135, static/css/detail.scss */
      .detail-container > .detail-img-group > .img-group > .img-footer {
        background-color: #EBEBEB;
        width: inherit;
        text-align: center; }
        /* line 139, static/css/detail.scss */
        .detail-container > .detail-img-group > .img-group > .img-footer > img {
          width: 40%; }
  /* line 146, static/css/detail.scss */
  .detail-container > .detail-content {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 35vw; }
    @media (max-width: 1440px) {
      /* line 146, static/css/detail.scss */
      .detail-container > .detail-content {
        flex-basis: 0; } }
/* line 157, static/css/detail.scss */
.right-details {
  padding: 48px 50px; }
  @media (max-width: 1440px) {
    /* line 157, static/css/detail.scss */
    .right-details {
      padding: 48px 32px; } }
  @media (max-width: 540px) {
    /* line 157, static/css/detail.scss */
    .right-details {
      padding: 48px 24px; } }
  @media (max-width: 425px) {
    /* line 157, static/css/detail.scss */
    .right-details {
      padding: 24px 24px; } }
  @media (max-width: 320px) {
    /* line 157, static/css/detail.scss */
    .right-details {
      padding: 24px 20px; } }
  /* line 172, static/css/detail.scss */
  .right-details > .derails-tittle > .details-number {
    margin: 0 0 10px;
    font-size: .7875rem;
    letter-spacing: 0;
    line-height: normal;
    font-weight: bolder;
    color: inherit;
    display: block; }
  /* line 181, static/css/detail.scss */
  .right-details > .derails-tittle > .favorite-button {
    float: right;
    border: 0;
    background: transparent;
    width: 30px;
    height: 30px; }
    /* line 187, static/css/detail.scss */
    .right-details > .derails-tittle > .favorite-button > #un_favorite {
      display: block; }
    /* line 190, static/css/detail.scss */
    .right-details > .derails-tittle > .favorite-button > #is_favorite {
      display: none; }
  /* line 195, static/css/detail.scss */
  .right-details > h1 {
    font-size: 2rem;
    text-transform: uppercase;
    display: block;
    font-weight: bolder;
    margin: 0 0 2.5rem; }
  /* line 202, static/css/detail.scss */
  .right-details > .price {
    border-top: 1px #EBEBEB solid;
    padding-top: 2.5rem;
    font-size: 24 px;
    font-weight: bolder;
    font-family: Courier; }
  /* line 210, static/css/detail.scss */
  .right-details > .shopping-cart {
    width: 100%;
    line-height: 1;
    letter-spacing: 0;
    padding: 2rem 0; }
    /* line 215, static/css/detail.scss */
    .right-details > .shopping-cart > button {
      text-align: center;
      font-size: .9rem;
      height: 50px;
      width: 100%;
      background-color: #19110b;
      color: white;
      border: none; }
    /* line 224, static/css/detail.scss */
    .right-details > .shopping-cart > .purchase__description {
      margin-top: 1.5rem;
      font-size: 16px;
      letter-spacing: 0;
      line-height: normal; }
  /* line 231, static/css/detail.scss */
  .right-details .product-description {
    border-top: 1px #EBEBEB solid;
    padding: 2.5rem 0 0;
    letter-spacing: 0;
    line-height: normal;
    font-style: normal;
    font-family: serif; }
  /* line 239, static/css/detail.scss */
  .right-details .product-features {
    padding: 2.5rem 0 0;
    width: 100%; }
    /* line 242, static/css/detail.scss */
    .right-details .product-features > .contain {
      width: 100%;
      position: relative;
      height: 200px;
      overflow: hidden;
      /*设置文案容器高度，超出部分隐藏*/
      transition: max-height 2s ease; }
    /* line 249, static/css/detail.scss */
    .right-details .product-features .contain:hover {
      max-height: auto; }
    /* line 252, static/css/detail.scss */
    .right-details .product-features > .open-btn {
      width: 100%;
      bottom: 0;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
      /*实现渐变效果，遮罩效果*/ }
      /* line 257, static/css/detail.scss */
      .right-details .product-features > .open-btn > .show-more-bt {
        margin-top: 20px;
        text-decoration: underline;
        display: block;
        border: none;
        background-color: inherit; }
  /* line 266, static/css/detail.scss */
  .right-details .product-care {
    margin-top: 2.5rem;
    width: 100%; }
    /* line 269, static/css/detail.scss */
    .right-details .product-care > .care-button {
      font-size: 20px;
      display: flex;
      letter-spacing: 0;
      border: 0;
      background: transparent;
      border-top: 1px #EBEBEB solid;
      border-bottom: 1px #EBEBEB solid;
      height: 100px;
      width: inherit;
      justify-content: space-between;
      align-items: center; }
      /* line 281, static/css/detail.scss */
      .right-details .product-care > .care-button > img {
        width: 2rem;
        height: 2rem; }
  /* line 287, static/css/detail.scss */
  .right-details .product-packaging-box {
    margin: 2.5rem 0 0; }
    /* line 289, static/css/detail.scss */
    .right-details .product-packaging-box > .btn-packaging {
      height: 180px;
      width: 100%;
      display: flex;
      align-items: center;
      border: 0; }
      /* line 295, static/css/detail.scss */
      .right-details .product-packaging-box > .btn-packaging > .packaging_img {
        overflow: hidden; }
      /* line 298, static/css/detail.scss */
      .right-details .product-packaging-box > .btn-packaging > .packaging_font {
        flex-grow: 1;
        font-size: 1.5rem;
        padding: .5rem .5rem .5rem 1rem;
        text-align: left;
        margin-block-start: 0.83em;
        margin-block-end: 0.83em;
        font-weight: bold;
        width: 55%; }
      /* line 308, static/css/detail.scss */
      .right-details .product-packaging-box > .btn-packaging > .packaging_info {
        margin: 0 8px 0 .5rem;
        width: 60px; }
  /* line 315, static/css/detail.scss */
  .right-details .product_reinsurance > .reinsurance_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0px; }
    /* line 321, static/css/detail.scss */
    .right-details .product_reinsurance > .reinsurance_list > .reinsurance_item {
      min-height: 6.875rem;
      width: 100%;
      position: relative;
      border-bottom: 1px solid #eae8e4; }
      /* line 326, static/css/detail.scss */
      .right-details .product_reinsurance > .reinsurance_list > .reinsurance_item > button {
        display: flex;
        border: 0;
        background: transparent;
        height: 100%;
        display: flex;
        align-items: center;
        width: 100%; }
        /* line 334, static/css/detail.scss */
        .right-details .product_reinsurance > .reinsurance_list > .reinsurance_item > button > .reinsurance_font {
          flex: 1;
          margin-right: 2.5rem;
          text-align: left; }
          @media (max-width: 320px) {
            /* line 334, static/css/detail.scss */
            .right-details .product_reinsurance > .reinsurance_list > .reinsurance_item > button > .reinsurance_font {
              text-align: center;
              margin-right: .5rem; } }
        /* line 343, static/css/detail.scss */
        .right-details .product_reinsurance > .reinsurance_list > .reinsurance_item > button > i {
          width: 60px;
          padding-right: 20px; }
          @media (max-width: 320px) {
            /* line 343, static/css/detail.scss */
            .right-details .product_reinsurance > .reinsurance_list > .reinsurance_item > button > i {
              width: 5px;
              flex-basis: 0; } }
/* line 356, static/css/detail.scss */
.modalTitle {
  font-weight: 900;
  height: 4.5rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 28px;
  box-shadow: 0 1px #eae8e4;
  padding: 0 7.5rem 0 3rem; }
  @media (max-width: 280px) {
    /* line 356, static/css/detail.scss */
    .modalTitle {
      padding: 0 5.5rem 0 2rem; } }
/* line 369, static/css/detail.scss */
.modal_content_package {
  align-items: center;
  letter-spacing: 0;
  line-height: normal;
  padding: 1.5rem;
  letter-spacing: 0;
  line-height: normal;
  font-size: 1.0125rem; }
  /* line 377, static/css/detail.scss */
  .modal_content_package > img {
    width: 90%;
    height: 50%;
    padding-bottom: 1rem; }
    @media (max-width: 1440px) {
      /* line 377, static/css/detail.scss */
      .modal_content_package > img {
        width: 60%; } }
    @media (max-width: 540px) {
      /* line 377, static/css/detail.scss */
      .modal_content_package > img {
        width: 90%; } }
  @media (max-width: 1440px) {
    /* line 369, static/css/detail.scss */
    .modal_content_package {
      padding: 1.5rem 1.5rem 0; } }
  @media (max-width: 320px) {
    /* line 369, static/css/detail.scss */
    .modal_content_package {
      padding: 1.5rem 1.5rem 0; } }
  @media (max-width: 280px) {
    /* line 369, static/css/detail.scss */
    .modal_content_package {
      padding: 1.5rem 1.5rem 0; } }
/* line 395, static/css/detail.scss */
.modal_content {
  letter-spacing: 0;
  line-height: normal;
  padding: 2rem 3rem 3rem;
  letter-spacing: 0;
  line-height: normal;
  font-size: 1.0125rem; }
  /* line 402, static/css/detail.scss */
  .modal_content > img {
    width: 30%;
    height: 30%; }
  @media (max-width: 1440px) {
    /* line 395, static/css/detail.scss */
    .modal_content {
      padding: 1.5rem; } }
  @media (max-width: 320px) {
    /* line 395, static/css/detail.scss */
    .modal_content {
      padding: 1.5rem; } }
  @media (max-width: 280px) {
    /* line 395, static/css/detail.scss */
    .modal_content {
      padding: 1.5rem; } }
/* line 416, static/css/detail.scss */
.modal_content_order {
  letter-spacing: 0;
  line-height: normal;
  padding: 1rem 3rem 3rem 3rem;
  letter-spacing: 0;
  line-height: normal;
  font-size: 1.0125rem; }
  /* line 423, static/css/detail.scss */
  .modal_content_order > img {
    width: 30%;
    height: 30%; }
  @media (max-width: 1440px) {
    /* line 416, static/css/detail.scss */
    .modal_content_order {
      padding: 1.5rem; } }
  @media (max-width: 320px) {
    /* line 416, static/css/detail.scss */
    .modal_content_order {
      padding: 1.5rem; } }
  @media (max-width: 280px) {
    /* line 416, static/css/detail.scss */
    .modal_content_order {
      padding: 1.5rem; } }
/* line 437, static/css/detail.scss */
.dialog {
  border-radius: 1rem;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1002;
  transform: translate(-50%, -50%);
  height: auto;
  width: 40%;
  border: 1px solid #888888;
  background-color: #ffffff;
  display: none; }
  @media (max-width: 1440px) {
    /* line 437, static/css/detail.scss */
    .dialog {
      transform: translate3d(-50%, -50%);
      width: 60%;
      height: fit-content;
      top: 50%;
      bottom: 0;
      left: 50%;
      border-radius: .5rem;
      bottom: 120px; } }
  @media (max-width: 960px) {
    /* line 437, static/css/detail.scss */
    .dialog {
      height: fit-content;
      width: 80%;
      overflow-y: auto;
      overflow-x: auto; } }
  @media (max-width: 540px) {
    /* line 437, static/css/detail.scss */
    .dialog {
      transform: translate3d(-50%, 0, 0);
      width: 100%;
      top: auto;
      bottom: 0;
      left: 50%;
      border-radius: .5rem .5rem 0 0; } }
  @media (max-width: 425px) {
    /* line 437, static/css/detail.scss */
    .dialog {
      transform: translate3d(-50%, -10%, 0);
      width: 100%;
      height: 100%;
      top: 45%;
      bottom: 0;
      left: 50%;
      border-radius: .5rem .5rem 0 0; } }
  @media (max-width: 320px) {
    /* line 437, static/css/detail.scss */
    .dialog {
      transform: translate3d(-50%, 15%, 0);
      width: 100%;
      height: 100%;
      top: auto;
      bottom: 0;
      left: 50%;
      border-radius: .5rem .5rem 0 0; } }
  @media (max-width: 280px) {
    /* line 437, static/css/detail.scss */
    .dialog {
      transform: translate3d(-50%, 0, 0);
      width: 100%;
      height: 80%;
      top: auto;
      bottom: 0;
      left: 50%;
      border-radius: .5rem .5rem 0 0; } }
  /* line 501, static/css/detail.scss */
  .dialog > .close {
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
    border-left: 1px solid #eae8e4; }
    /* line 507, static/css/detail.scss */
    .dialog > .close > button {
      height: 4.5rem;
      width: 4.5rem;
      border: none;
      border-radius: 10px;
      background-color: inherit; }

/* line 517, static/css/detail.scss */
#backdrop {
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1001;
  display: none;
  width: 100%;
  height: 100%;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80); }
